.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.gallery-card{padding:0;border:1px solid var(--line);background:var(--light);color:var(--ink);text-align:left;min-width:0}
.gallery-photo{display:block;position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--navy)}
.gallery-photo img{position:absolute;max-width:none;width:300%;height:100%;object-fit:fill;left:0;top:0}
.gallery-photo[data-panel="1"] img{left:-100%}.gallery-photo[data-panel="2"] img{left:-200%}
.gallery-caption{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:22px;font-family:Georgia,Tahoma,serif;font-size:23px}
.gallery-card:hover,.gallery-card:focus-visible{border-color:var(--gold);box-shadow:0 10px 30px #131d2918}
.gallery-modal{width:min(520px,calc(100% - 32px));max-height:90dvh;overflow:auto;padding:18px;background:var(--navy);color:var(--ivory);border:1px solid var(--gold)}
.gallery-modal::backdrop{background:#080d16dd}
.gallery-modal .gallery-photo{width:100%;max-height:65dvh;aspect-ratio:3 / 4}
.gallery-modal-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.gallery-modal button{min-width:44px;min-height:44px;background:transparent;color:var(--gold);border:1px solid #cfb58466;padding:8px 12px}
.gallery-modal-controls{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:12px}
.gallery-modal-title{font-size:19px;margin:18px 0 5px}
.gallery-note{font-size:14px;color:var(--muted);margin:28px 0 0;max-width:760px}
@media(max-width:760px){.gallery-grid{grid-template-columns:1fr;gap:24px}.gallery-photo{aspect-ratio:4 / 3}.gallery-photo img{height:auto;top:50%;transform:translateY(-50%)}.gallery-modal .gallery-photo{aspect-ratio:3 / 4}.gallery-modal .gallery-photo img{height:100%;top:0;transform:none}.gallery-caption{font-size:22px}}
@media(prefers-reduced-motion:no-preference){.gallery-card{transition:border-color .2s,box-shadow .2s}}
.service-hero h1{font-family:Baskerville,"Palatino Linotype",Georgia,serif;color:var(--gold);font-style:italic;font-weight:400;font-size:clamp(48px,6.5vw,92px);letter-spacing:.015em}
html[lang=th] .service-hero h1{font-family:"Leelawadee UI",Tahoma,sans-serif;font-style:normal;font-weight:300}
@media(min-width:761px){body header{flex-wrap:wrap}body header nav{order:3;flex-basis:100%;margin-left:0;justify-content:center}body header .header-actions{margin-left:auto}}
.gallery-photo.gallery-photo-full{aspect-ratio:1122 / 1402;background:var(--light)}
.gallery-photo.gallery-photo-full img{position:absolute;width:100%;max-width:100%;height:100%;object-fit:contain;left:0;top:0;transform:none}
.gallery-collection-heading{margin:0 0 26px;color:var(--ink);font-size:32px}
.gallery-collection-note{max-width:760px;margin:0 0 28px;color:var(--muted)}
.gallery-collection+.gallery-collection{margin-top:64px}
.review-media-intro{max-width:850px;margin:0 0 28px;color:var(--muted)}
.gallery-photo.review-original{aspect-ratio:auto;min-height:250px;display:flex;align-items:center;justify-content:center;padding:8px}
.gallery-photo.review-original img{position:static;display:block;width:auto;max-width:100%;height:auto;max-height:470px;object-fit:contain;transform:none}
body[data-page="testimonials"] .review-media-grid{grid-template-columns:minmax(0,380px);justify-content:center}
.source-resolution-note{display:block;font:12px/1.5 Arial,Tahoma,sans-serif;color:var(--muted)}
.review-media-grid .gallery-caption{flex-wrap:wrap}
.gallery-modal.original-review-viewer{width:min(940px,calc(100% - 32px))}
.gallery-modal.original-review-viewer .gallery-photo{aspect-ratio:auto;max-height:none;min-height:0;display:flex;justify-content:center}
.gallery-modal.original-review-viewer .gallery-photo img{position:static;width:var(--source-width);max-width:100%;height:auto;transform:none}
.original-review-viewer .gallery-modal-bar{position:sticky;top:-18px;z-index:2;background:var(--navy);padding:12px 0}
/* Preserve every edge of clinic images at all screen sizes. */
.gallery-card .gallery-photo.gallery-photo-full{aspect-ratio:auto;min-height:0;display:flex;align-items:center;justify-content:center;padding:8px;overflow:visible}
.gallery-card .gallery-photo.gallery-photo-full img{position:static;display:block;width:auto;max-width:100%;height:auto;max-height:none;object-fit:contain;transform:none}
.gallery-modal,.gallery-modal.original-review-viewer{width:min(940px,calc(100% - 32px))}
.gallery-modal .gallery-photo.gallery-photo-full{aspect-ratio:auto;min-height:0;max-height:none;display:flex;align-items:center;justify-content:center;overflow:visible}
.gallery-modal .gallery-photo.gallery-photo-full img{position:static;display:block;width:auto;max-width:100%;height:auto;max-height:calc(90dvh - 190px);object-fit:contain;transform:none}
