.smile-gallery{background:#fff;color:#111;scroll-margin-top:90px}.gallery-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:34px}.gallery-heading .eyebrow{color:#17606a}.gallery-heading h2{color:#111;font-weight:500;max-width:680px}.gallery-heading p{font-size:16px;color:#666;margin:0;max-width:36ch}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.gallery-card{margin:0;min-width:0}.gallery-card a{display:block;overflow:hidden;position:relative;background:#111;border-radius:2px;aspect-ratio:4/3}.gallery-card img{width:100%;height:100%;object-fit:cover;object-position:center 53%;transition:transform .35s ease}.gallery-card a:hover img{transform:scale(1.025)}.gallery-card a:focus-visible{outline:3px solid #17606a;outline-offset:4px}.gallery-card figcaption{display:flex;justify-content:space-between;gap:12px;padding:12px 0 4px;color:#555;font-size:14px;border-bottom:1px solid #ddd}.gallery-card figcaption span:last-child{color:#111}.gallery-card-wide{grid-column:1/-1}.gallery-card-wide a{aspect-ratio:2048/639}.gallery-foot{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:26px}.gallery-foot p{font-size:14px;color:#666;max-width:62ch;margin:0}.gallery-foot a{font-size:14px;color:#111;text-decoration:underline;text-underline-offset:5px;white-space:nowrap}
.gallery-dialog{width:min(1100px,calc(100% - 24px));max-height:calc(100dvh - 24px);margin:auto;padding:16px;border:1px solid #555;border-radius:3px;background:#101010;color:#fff;overflow:auto}.gallery-dialog::backdrop{background:rgba(0,0,0,.9)}.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.gallery-toolbar p{margin:0;font-size:14px}.gallery-dialog button{min-width:44px;min-height:44px;border:1px solid #777;border-radius:2px;color:#fff;background:#1c1c1c;font:400 18px Arial,sans-serif;cursor:pointer}.gallery-dialog button:hover{background:#333}.gallery-dialog button:focus-visible{outline:2px solid #fff;outline-offset:3px}.gallery-dialog figure{margin:0}.gallery-dialog img{width:100%;height:70dvh;max-height:780px;object-fit:contain}.gallery-dialog figcaption{font-size:14px;color:#ccc;line-height:1.6;text-align:center;margin:12px 0}.gallery-controls{display:flex;align-items:center;justify-content:center;gap:20px}.gallery-controls span{font-size:14px;min-width:68px;text-align:center}html.gallery-open{overflow:hidden}
@media(max-width:930px){header .nav{gap:18px}.links{gap:14px}.gallery-heading{align-items:flex-start;flex-direction:column;gap:12px}}
@media(max-width:680px){.gallery-grid{grid-template-columns:minmax(0,1fr);gap:24px}.gallery-card-wide{grid-column:auto}.gallery-card-wide a{aspect-ratio:2048/639}.gallery-heading{margin-bottom:28px}.gallery-foot{flex-direction:column;align-items:flex-start;gap:16px}.gallery-dialog{padding:12px}.gallery-dialog img{height:65dvh}}
@media(prefers-reduced-motion:reduce){.gallery-card img{transition:none}.gallery-card a:hover img{transform:none}}
