:root{--paper:#fbf8f2;--sand:#efe3d2;--cream:#fffdf9;--ink:#34312d;--muted:#746d65;--terracotta:#a85f43;--sage:#738170;--pink:#c6537f;--line:#ded2c2;--shadow:0 22px 55px rgba(74,58,40,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;z-index:1000;background:white;padding:.7rem 1rem}
.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:15px clamp(20px,5vw,74px);background:rgba(251,248,242,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(222,210,194,.75)}.brand{display:flex;align-items:baseline;gap:.45rem}.brand strong{font:600 1.9rem/1 Georgia,serif;color:var(--terracotta)}.brand small{letter-spacing:.12em;text-transform:uppercase;font-size:.68rem}.site-header nav{display:flex;align-items:center;gap:clamp(15px,2.4vw,34px);font-size:.86rem;letter-spacing:.05em}.site-header nav a:hover{color:var(--terracotta)}.nav-cta{background:var(--terracotta);color:#fff;padding:.7rem 1rem;border-radius:999px}.menu-button{display:none;border:1px solid var(--line);background:var(--cream);padding:.55rem .8rem;border-radius:999px;color:var(--ink)}
.hero{position:relative;max-width:1500px;margin:0 auto;padding:clamp(18px,3vw,42px);min-height:78svh}.hero>img{width:100%;height:clamp(540px,74svh,850px);object-fit:cover;object-position:center 38%;border-radius:34px}.hero-card{position:absolute;left:clamp(35px,7vw,115px);bottom:clamp(42px,8vw,115px);width:min(570px,calc(100% - 70px));padding:clamp(26px,4vw,52px);background:rgba(255,253,249,.92);backdrop-filter:blur(12px);border-radius:26px;box-shadow:var(--shadow)}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--terracotta);font-size:.76rem;font-weight:800}.hero h1,.section h2,.upload-band h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.06}.hero h1{font-size:clamp(2.7rem,5.5vw,5.5rem);margin:.15em 0 .35em}.hero-card>p:not(.eyebrow){color:var(--muted);font-size:1.07rem}.button{display:inline-flex;align-items:center;justify-content:center;margin-top:1rem;padding:1rem 1.35rem;border-radius:999px;font-weight:750;transition:.2s}.primary{background:var(--terracotta);color:#fff}.button:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(70,45,28,.16)}
.section{padding:clamp(75px,9vw,135px) clamp(22px,6vw,90px);max-width:1500px;margin:auto}.section-heading{max-width:850px;margin-bottom:48px}.section h2,.upload-band h2{font-size:clamp(2.6rem,5vw,5rem);margin:.15em 0}.subline{color:var(--muted);font-size:1.08rem}.story-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(34px,7vw,100px);align-items:center}.story-copy{font-size:1.1rem;color:var(--muted)}.story-copy strong{color:var(--ink)}.text-link{display:inline-block;margin-top:1rem;color:var(--terracotta);font-weight:800}.story-photo img{width:100%;max-height:670px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.memories{background:var(--cream);max-width:none}.memories>*{max-width:1320px;margin-left:auto;margin-right:auto}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature{margin:0;background:var(--paper);border-radius:24px;overflow:hidden;border:1px solid var(--line)}.feature img{width:100%;height:430px;object-fit:cover}.feature figcaption{display:grid;padding:20px 22px}.feature strong{font:1.65rem Georgia,serif}.feature span{color:var(--muted)}.gallery-grid{margin-top:55px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-item{border:0;padding:0;background:none;cursor:pointer;border-radius:20px;overflow:hidden}.gallery-item img{width:100%;height:310px;object-fit:cover;transition:.35s}.gallery-item:hover img{transform:scale(1.035)}
.upload-band{max-width:1320px;margin:90px auto 45px;padding:clamp(38px,6vw,78px);border-radius:30px;background:linear-gradient(135deg,var(--sand),#f7ebe5);display:flex;align-items:center;justify-content:space-between;gap:34px}.upload-band>div{max-width:790px}.upload-band p{color:var(--muted)}.qr{width:170px;background:white;padding:11px;border-radius:18px;box-shadow:var(--shadow)}.social-section{padding:55px 22px 90px;text-align:center}.social-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.social-links a{border:1px solid var(--line);background:var(--cream);padding:.8rem 1.05rem;border-radius:999px}.social-links a:hover{border-color:var(--pink);color:var(--pink)}
footer{padding:38px clamp(22px,6vw,90px);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:22px;color:var(--muted)}footer p{font:italic 1.15rem Georgia,serif;margin:0;color:var(--terracotta)}
dialog{background:var(--cream);border:0;border-radius:18px;padding:10px;max-width:min(94vw,1050px);box-shadow:var(--shadow)}dialog::backdrop{background:rgba(45,39,34,.8)}dialog img{max-height:86vh;border-radius:12px}dialog button{position:absolute;right:16px;top:14px;width:40px;height:40px;border:0;border-radius:50%;background:white;font-size:1.5rem;cursor:pointer}.reveal{opacity:0;transform:translateY(20px);transition:.7s}.reveal.visible{opacity:1;transform:none}
.upload-page{min-height:100svh;display:grid;place-items:center;padding:25px;background:var(--paper)}.upload-shell{width:min(100%,900px);display:grid;grid-template-columns:1fr 1fr;background:var(--cream);border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.upload-shell>img{width:100%;height:100%;object-fit:cover}.upload-card{padding:clamp(34px,6vw,70px);align-self:center}.upload-card h1{font:clamp(2.7rem,6vw,5rem)/1.02 Georgia,serif;margin:.2em 0}.upload-card p{color:var(--muted)}.home-link{display:inline-block;margin-top:1.3rem;color:var(--terracotta);font-weight:700}
@media(max-width:900px){.menu-button{display:block}.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:20px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.hero{padding:0}.hero>img{border-radius:0;height:72svh}.hero-card{position:relative;left:auto;bottom:auto;width:auto;margin:-95px 20px 0}.story-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.feature img{height:500px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.upload-band{margin:60px 20px 35px}.upload-shell{grid-template-columns:1fr}.upload-shell>img{height:350px}footer{flex-direction:column;text-align:center}}
@media(max-width:560px){.brand strong{font-size:1.55rem}.hero-card{padding:27px}.hero h1{font-size:2.75rem}.button{width:100%}.section{padding-left:20px;padding-right:20px}.feature img{height:400px}.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:390px}.upload-band{flex-direction:column;align-items:flex-start}.qr{align-self:center}.social-links{flex-direction:column}.social-links a{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}
