:root{--canvas:#f5f7f4;--surface:#fff;--text:#17201d;--muted:#6d7773;--border:#e4e9e6;--primary:#245d4b;--primary-hover:#1c4a3c;--soft:#eaf1ed;color-scheme:light;font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--text)}button,a{font:inherit}.site-header{height:72px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:#ffffffe6;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-size:18px;font-weight:750}.brand img{width:38px;height:38px;border-radius:50%;object-fit:cover}.header-note{font-size:13px;color:var(--muted)}.state-panel{min-height:calc(100vh - 136px);display:grid;place-content:center;text-align:center;padding:32px}.state-panel[hidden],[hidden]{display:none!important}.loader{display:flex;justify-content:center;gap:7px}.loader span{width:9px;height:9px;border-radius:50%;background:var(--primary);animation:pulse 1.1s infinite alternate}.loader span:nth-child(2){animation-delay:.18s}.loader span:nth-child(3){animation-delay:.36s}@keyframes pulse{to{opacity:.25;transform:translateY(-7px)}}.error-panel h1{font-size:clamp(30px,5vw,50px);margin:8px 0 14px}.error-panel p{color:var(--muted);max-width:520px}.hero{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(380px,1.2fr);align-items:center;gap:clamp(36px,7vw,100px);padding:clamp(54px,8vw,105px) clamp(22px,7vw,108px)}.hero-copy{max-width:520px}.eyebrow{margin:0 0 18px;color:var(--primary);font-size:11px;font-weight:750;letter-spacing:.18em}h1,h2{margin:0;line-height:1.02;letter-spacing:-.04em}h1{font-size:clamp(54px,7vw,102px)}h1 em,h2 em{font-style:normal;color:var(--primary)}.intro{margin:28px 0;color:var(--muted);font-size:clamp(16px,1.4vw,19px);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.button{min-height:48px;padding:0 20px;border-radius:10px;border:1px solid var(--primary);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;cursor:pointer;transition:.18s ease}.button:hover{transform:translateY(-1px)}.button-dark{background:var(--primary);color:#fff}.button-dark:hover{background:var(--primary-hover)}.button-light{background:var(--surface);color:var(--primary)}.capture-date{margin-top:20px;color:var(--muted);font-size:13px}.main-photo-wrap{border:0;padding:0;width:100%;aspect-ratio:4/5;max-height:710px;background:var(--soft);border-radius:24px;overflow:hidden;box-shadow:0 22px 60px #17201d24;cursor:zoom-in}.main-photo-wrap img{width:100%;height:100%;display:block;object-fit:cover}.photo-corner{display:none}.collection{padding:clamp(65px,9vw,125px) clamp(22px,7vw,108px);background:#10241e;color:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:50px}.section-heading h2,.closing h2{font-size:clamp(38px,5vw,70px);max-width:850px}.photo-count{font-size:11px;letter-spacing:.15em;color:#adc1ba;white-space:nowrap}.photo-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(16px,2vw,28px)}.photo-card{grid-column:span 4;background:#18342b;border:1px solid rgba(255,255,255,.09);border-radius:16px;overflow:hidden}.photo-card button{border:0;padding:0;background:#233c34;width:100%;cursor:zoom-in}.photo-card img,.photo-card video{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.photo-card>div{display:flex;justify-content:space-between;align-items:center;padding:15px 16px;font-size:11px;letter-spacing:.08em}.photo-card a{color:#dceae5;text-decoration:none;font-weight:700}.closing{text-align:center;padding:clamp(70px,10vw,130px) 24px}.closing h2{margin:auto}.closing>p:last-child{color:var(--muted);line-height:1.7;margin:26px auto 0;max-width:570px}footer{min-height:64px;padding:18px clamp(22px,5vw,72px);display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);color:var(--muted);font-size:12px}dialog{width:100vw;height:100vh;max-width:none;max-height:none;margin:0;padding:28px;border:0;background:#070f0cf5;color:#fff}dialog::backdrop{background:#07100d}dialog[open]{display:grid;grid-template-columns:70px 1fr 70px;grid-template-rows:1fr auto;place-items:center}#lightbox-image{grid-column:2;max-width:100%;max-height:calc(100vh - 100px);object-fit:contain}.lightbox-close,.lightbox-nav{border:0;background:#ffffff1f;color:#fff;width:48px;height:48px;border-radius:50%;cursor:pointer;font-size:24px}.lightbox-close{position:fixed;right:24px;top:20px}.previous{grid-column:1}.next{grid-column:3}.lightbox-footer{grid-column:2;display:flex;gap:28px;margin-top:14px;color:#c4d3ce;font-size:13px}.lightbox-footer a{color:#fff}@media(max-width:820px){.header-note{display:none}.hero{grid-template-columns:1fr;padding-top:42px}.hero-copy{max-width:none}.main-photo-wrap{max-height:none}.section-heading{align-items:start;flex-direction:column}.photo-card{grid-column:span 6}}@media(max-width:540px){.site-header{height:64px}.hero{padding-left:16px;padding-right:16px}.hero-actions{display:grid}.button{width:100%}.collection{padding-left:16px;padding-right:16px}.photo-grid{gap:12px}.photo-card{grid-column:span 12}footer{align-items:flex-start;flex-direction:column;gap:8px}dialog[open]{grid-template-columns:52px 1fr 52px;padding:16px}.lightbox-nav{width:40px;height:40px}}
