:root{font-family:Arial,Helvetica,sans-serif;color:#132d35;background:#f4f6f6;font-size:16px}*{box-sizing:border-box}body{margin:0}header,main,footer{max-width:1600px;margin:auto;padding-left:clamp(16px,4vw,64px);padding-right:clamp(16px,4vw,64px)}header{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #ccd5d7}header span{font-size:.875rem}.brand{font-weight:700;letter-spacing:.04em;font-size:1.25rem;text-decoration:none;color:inherit}.heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:36px 0 24px}h1{font-size:clamp(1.8rem,4vw,3.2rem);letter-spacing:-.04em;margin:0;font-weight:500}.heading p{white-space:nowrap;color:#52636a}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.photo{display:block;position:relative;overflow:hidden;background:#dce3e5;aspect-ratio:4/3;border-radius:4px}.photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.photo:hover img{transform:scale(1.035)}.photo span{position:absolute;bottom:12px;left:12px;color:white;background:#102931bb;border-radius:3px;padding:5px 9px;font-size:.875rem}a:focus-visible,button:focus-visible{outline:3px solid #e2a441;outline-offset:4px}footer{padding-top:40px;padding-bottom:32px;display:flex;justify-content:space-between;gap:20px;font-size:.875rem;color:#52636a}.empty{padding:60px 0}dialog{padding:0;border:0;width:100%;max-width:none;height:100%;max-height:none;background:#0b1419;color:white;overflow:hidden}dialog::backdrop{background:#0b1419}.toolbar{position:absolute;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding: max(12px,env(safe-area-inset-top)) 16px 12px;z-index:2;background:linear-gradient(#0b1419dd,transparent)}button{color:white;background:#26373ddd;border:1px solid #52636a;border-radius:50%;width:48px;height:48px;font-size:1.5rem;cursor:pointer}.stage{height:100%;padding:80px 72px 32px;display:flex;align-items:center;justify-content:center}.stage img{max-width:100%;max-height:100%;object-fit:contain}.nav{position:absolute;top:50%;transform:translateY(-50%);font-size:2rem}.prev{left:16px}.next{right:16px}body.viewing{overflow:hidden}@media(max-width:900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media(max-width:540px){header{min-height:76px}.brand{font-size:1rem}header span{font-size:.875rem}.heading{padding-top:24px}.heading p{font-size:.875rem}.grid{gap:8px}.stage{padding:80px 0 90px}.nav{top:auto;bottom:max(18px,env(safe-area-inset-bottom));transform:none}.prev{left:calc(50% - 60px)}.next{right:calc(50% - 60px)}footer{flex-direction:column;gap:8px}.photo span{left:6px;bottom:6px;padding:3px 6px}}@media(prefers-reduced-motion:reduce){.photo img{transition:none}}
