.crl-photo-gallery { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin:28px 0 42px; }
.crl-photo-gallery a { display:block; overflow:hidden; border:1px solid #d9e4f0; border-radius:18px; background:#edf4fb; box-shadow:0 12px 28px #102b4e12; transition:box-shadow .2s ease; }
.crl-photo-gallery a:hover { box-shadow:0 18px 36px #102b4e26; }
.crl-photo-gallery a:focus-visible { outline:3px solid #2468ad; outline-offset:4px; }
.crl-photo-gallery img { display:block; width:100%; height:320px; object-fit:contain; }
.crl-gallery-hint { color:#52677d; font-size:15px; }
.crl-rehab-intro { margin-bottom:26px; padding:24px 28px; border-left:4px solid #2468ad; border-radius:0 18px 18px 0; background:#eef5fc; }
body.page-id-1093 .page-content > p { margin:0 0 18px; }
body.page-id-1093 .page-content > h2 { margin:38px 0 18px; font-size:clamp(24px,2.5vw,32px); line-height:1.25; }
.crl-rehab-intro strong { font-size:clamp(20px,2.2vw,28px); color:#183f69; }
.crl-rehab-list { padding-left:24px; }
.crl-rehab-list li { margin:0 0 16px; padding-left:6px; }
.crl-lightbox { position:fixed; inset:0; width:100vw; max-width:none; height:100dvh; max-height:none; margin:0; padding:0; border:0; background:#091828f5; color:#fff; }
.crl-lightbox::backdrop { background:#091828f5; }
.crl-lightbox[open] { display:flex; flex-direction:column; }
.crl-lightbox-tools { display:flex; align-items:center; justify-content:flex-end; flex-wrap:wrap; gap:8px; padding:12px 16px; background:#102b4e; }
.crl-lightbox-tools output { margin-right:auto; font-size:15px; }
.crl-lightbox button { min-width:44px; min-height:44px; padding:8px 14px; border:1px solid #ffffff55; border-radius:10px; color:#fff; background:#ffffff15; font:inherit; cursor:pointer; }
.crl-lightbox button:hover { background:#ffffff30; }
.crl-lightbox button:focus-visible { outline:3px solid #8cc8ff; outline-offset:2px; }
.crl-lightbox-stage { flex:1; min-height:0; overflow:auto; overscroll-behavior:contain; }
.crl-lightbox-canvas { min-height:100%; width:max-content; min-width:100%; display:grid; place-items:center; padding:16px; box-sizing:border-box; }
.crl-lightbox .crl-lightbox-image { display:block; max-width:none; max-height:none; height:auto; border-radius:6px; }
.crl-lightbox-caption { margin:0; padding:10px 16px; text-align:center; font-size:14px; }
@media(max-width:1050px) { .crl-photo-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:680px) { .crl-photo-gallery { grid-template-columns:1fr; gap:16px; } .crl-photo-gallery img { height:auto; max-height:480px; } .crl-rehab-intro { padding:20px; } .crl-lightbox-tools { gap:5px; padding:8px; } .crl-lightbox button { padding:8px 10px; } }
@media(prefers-reduced-motion:reduce) { .crl-photo-gallery a { transition:none; } }
