:root{
  --olive:#435447;--olive-dark:#27332b;--sage:#758474;--eucalyptus:#9aa99a;
  --cream:#f2ede3;--beige:#ddd1bf;--paper:#fbf9f4;--ink:#20241f;--muted:#6d726b;
  --gold:#b39970;--line:rgba(44,55,47,.16);--white:#fff;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-weight:300;overflow-x:hidden}body.locked{overflow:hidden}button,input,select,textarea{font:inherit}.section{position:relative;padding:130px 7vw}.eyebrow{margin:0 0 22px;color:var(--gold);font-size:10px;letter-spacing:4px;font-weight:600}.eyebrow.light{color:#e1d5c4}.section-number{position:absolute;top:92px;right:7vw;color:rgba(67,84,71,.16);font:500 86px/1 'Cormorant Garamond',serif}.section-title h2,.manifesto-head h2,.count-copy h2{margin:0;font:400 clamp(42px,5.5vw,76px)/.98 'Cormorant Garamond',serif;letter-spacing:-1px}.section-title h2 em,.manifesto-head h2 em,.count-copy h2 em{color:var(--sage);font-weight:400}.reveal,.reveal-left,.reveal-right{opacity:0;transition:opacity 1s cubic-bezier(.2,.7,.2,1),transform 1s cubic-bezier(.2,.7,.2,1)}.reveal{transform:translateY(42px)}.reveal-left{transform:translateX(-55px)}.reveal-right{transform:translateX(55px)}.visible{opacity:1!important;transform:none!important}.progress{position:fixed;left:0;top:0;height:3px;background:var(--gold);width:0;z-index:90;transform-origin:left}.invitation-gate{position:fixed;inset:0;z-index:1000;color:#fff;display:grid;place-items:center;overflow:hidden;transition:opacity .9s ease,visibility .9s ease}.invitation-gate.open{opacity:0;visibility:hidden;pointer-events:none}.gate-image{position:absolute;inset:-3%;background:url('../img/banner-2.jpg') center 36%/cover no-repeat;animation:gateZoom 16s ease-out infinite alternate}.gate-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(31,40,34,.16),rgba(31,40,34,.68)),linear-gradient(90deg,rgba(20,27,22,.36),transparent 55%)}.gate-grain{position:absolute;inset:0;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E")}.gate-content{position:relative;text-align:center;padding:30px;animation:gateIn 1.2s .25s both}.gate-kicker{font-size:9px;letter-spacing:5px;font-weight:600}.gate-monogram{margin:35px auto 10px;font:500 28px 'Cormorant Garamond';letter-spacing:8px}.gate-monogram i,.footer-mark i{font-weight:400;color:#d6c2a1}.gate-content h1{margin:0;font:400 clamp(64px,10vw,145px)/.85 'Cormorant Garamond';letter-spacing:-4px}.gate-content h1 em{font-weight:400;color:#d8c6aa}.gate-content p{font:400 16px 'Cormorant Garamond';letter-spacing:8px}.gate-content button{margin-top:24px;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.08);backdrop-filter:blur(10px);color:#fff;padding:16px 21px 16px 25px;display:inline-flex;align-items:center;gap:38px;text-transform:uppercase;font-size:9px;letter-spacing:2.5px;cursor:pointer;transition:.3s}.gate-content button:hover{background:#fff;color:var(--olive-dark);transform:translateY(-2px)}.gate-content button b{font-size:15px}.gate-content small{display:block;margin-top:17px;font-size:9px;letter-spacing:1.5px;opacity:.7}@keyframes gateZoom{from{transform:scale(1.02) translateY(0)}to{transform:scale(1.11) translateY(-1.5%)}}@keyframes gateIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.sound-toggle{position:fixed;right:24px;bottom:24px;width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(39,51,43,.88);backdrop-filter:blur(8px);z-index:80;color:#fff;display:grid;place-items:center;cursor:pointer}.sound-bars{display:flex;height:16px;align-items:flex-end;gap:2px}.sound-bars i{display:block;width:2px;height:6px;background:#fff;transition:.25s}.sound-toggle.on .sound-bars i{animation:bars .8s ease-in-out infinite alternate}.sound-toggle.on .sound-bars i:nth-child(2){animation-delay:.15s}.sound-toggle.on .sound-bars i:nth-child(3){animation-delay:.3s}.sound-toggle.on .sound-bars i:nth-child(4){animation-delay:.45s}@keyframes bars{to{height:16px}}.hero{height:100svh;min-height:700px;position:relative;color:#fff;overflow:hidden;background:var(--olive-dark)}.hero-media{position:absolute;inset:-8%}.hero-media img{width:100%;height:100%;object-fit:cover;animation:heroBreath 17s ease-in-out infinite alternate}@keyframes heroBreath{from{transform:scale(1.03)}to{transform:scale(1.10)}}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(27,36,30,.62),rgba(27,36,30,.05) 64%),linear-gradient(0deg,rgba(27,36,30,.42),transparent 45%)}.nav{position:absolute;z-index:5;left:0;right:0;top:0;height:90px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.24);transition:.4s}.brand{color:#fff;text-decoration:none;font:500 27px 'Cormorant Garamond';letter-spacing:5px}.nav-links{display:flex;gap:30px}.nav-links a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:9px;letter-spacing:2.5px;opacity:.88}.nav-menu{display:none;border:0;background:none;color:#fff;font-size:24px}.hero-copy{position:absolute;z-index:3;left:7vw;bottom:12vh}.hero-title{margin:0;font:400 clamp(74px,11vw,160px)/.68 'Cormorant Garamond';letter-spacing:-5px}.hero-title span,.hero-title em{display:block}.hero-title span:last-child{margin-left:12vw}.hero-title em{font-size:.48em;color:#d7c5a8;font-weight:400;margin:8px 0 4px 10vw}.hero-meta{display:flex;align-items:center;gap:16px;margin-top:37px;font-size:9px;letter-spacing:3px}.hero-meta i{width:40px;height:1px;background:rgba(255,255,255,.7)}.discover{position:absolute;right:5vw;bottom:6vh;color:#fff;text-decoration:none;display:flex;gap:20px;align-items:center;text-transform:uppercase;font-size:9px;letter-spacing:3px;z-index:4;transform:rotate(-90deg);transform-origin:right center}.hero-orbit{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.4);padding:7px;overflow:hidden;box-shadow:0 20px 70px rgba(0,0,0,.2)}.hero-orbit img{width:100%;height:100%;object-fit:cover}.orbit-one{width:145px;height:190px;right:9vw;top:19vh;transform:rotate(6deg);animation:float1 6s ease-in-out infinite}.orbit-two{width:105px;height:135px;right:24vw;bottom:12vh;transform:rotate(-8deg);animation:float2 7s ease-in-out infinite}@keyframes float1{50%{transform:translateY(-15px) rotate(4deg)}}@keyframes float2{50%{transform:translateY(18px) rotate(-5deg)}}.manifesto{background:var(--paper)}.manifesto-head{max-width:950px;margin-bottom:90px}.story-stage{max-width:1120px;margin:auto;display:grid;grid-template-columns:1.05fr .35fr .75fr;align-items:center;gap:28px;position:relative}.story-photo{margin:0;overflow:hidden}.story-photo img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.story-photo:hover img{transform:scale(1.035)}.story-photo-main{height:650px}.story-photo-float{height:350px;align-self:end;margin-bottom:-60px}.story-text{padding-left:28px}.story-text .script{font:italic 500 32px 'Cormorant Garamond';color:var(--sage)}.story-text p{color:var(--muted);font-size:13px;line-height:2;margin:22px 0}.signature{font:italic 500 34px 'Cormorant Garamond';color:var(--gold);margin-top:32px}.cinema-break{height:76vh;min-height:560px;position:relative;overflow:hidden;color:#fff;display:grid;place-items:center}.cinema-image{position:absolute;inset:-10%;background:url('../img/banner-1.jpg') center/cover no-repeat}.cinema-shade{position:absolute;inset:0;background:rgba(34,45,37,.38)}.cinema-copy{position:relative;text-align:center}.cinema-copy span{font:400 90px 'Cormorant Garamond';line-height:.5;color:#d5c3a6}.cinema-copy p{font:italic 400 clamp(38px,6vw,78px)/1 'Cormorant Garamond';margin:20px 0}.count-section{background:var(--cream);overflow:hidden}.count-layout{max-width:1200px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:end}.count-copy>p:last-child{font-size:12px;line-height:2;color:var(--muted);margin-top:32px}.countdown{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.countdown div{padding:42px 18px;text-align:center;border-right:1px solid var(--line)}.countdown div:last-child{border-right:0}.countdown strong{display:block;font:400 clamp(48px,6vw,82px) 'Cormorant Garamond';color:var(--olive)}.countdown span{text-transform:uppercase;font-size:8px;letter-spacing:3px}.details{background:var(--paper)}.section-title{text-align:center;max-width:950px;margin:0 auto 85px}.event-cards{max-width:1140px;margin:auto;display:grid;gap:42px}.event-card{display:grid;grid-template-columns:1.2fr .8fr;background:var(--cream);min-height:390px}.event-card.reversed{grid-template-columns:.8fr 1.2fr}.event-card.reversed .event-image{order:2}.event-image{position:relative;overflow:hidden}.event-image img{width:100%;height:100%;min-height:390px;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.event-card:hover .event-image img{transform:scale(1.055)}.event-image>span{position:absolute;left:20px;top:18px;color:#fff;font:400 45px 'Cormorant Garamond'}.event-info{padding:55px;display:flex;flex-direction:column;justify-content:center}.event-info small{font-size:9px;letter-spacing:3px;color:var(--gold)}.event-info h3{font:500 43px 'Cormorant Garamond';margin:14px 0}.event-info p{margin:0;font-size:13px}.event-info>span{font-size:11px;color:var(--muted);margin-top:5px}.event-info a{margin-top:38px;color:var(--ink);text-decoration:none;text-transform:uppercase;font-size:9px;letter-spacing:2px}.event-info a b{margin-left:12px}.schedule{max-width:1020px;margin:100px auto 0;display:grid;grid-template-columns:repeat(4,1fr);position:relative}.schedule:before{content:"";position:absolute;top:55px;left:10%;right:10%;height:1px;background:var(--line)}.schedule div{text-align:center;position:relative}.schedule span{display:block;font:400 25px 'Cormorant Garamond';color:var(--olive)}.schedule i{display:block;width:12px;height:12px;border-radius:50%;background:var(--olive);border:4px solid var(--paper);box-shadow:0 0 0 1px var(--olive);margin:20px auto;position:relative;z-index:2}.schedule b{display:block;font:500 14px 'Cormorant Garamond';font-size:22px}.schedule small{text-transform:uppercase;font-size:8px;letter-spacing:2px;color:var(--muted)}.dress-section{display:grid;grid-template-columns:1.2fr .8fr;min-height:650px;background:var(--olive);color:#fff;overflow:hidden}.dress-photo{background:url('../img/banner-3.jpg') center/cover no-repeat;min-height:650px}.dress-panel{display:flex;flex-direction:column;justify-content:center;padding:8vw}.dress-panel h2{font:italic 400 68px 'Cormorant Garamond';margin:0 0 15px}.dress-panel>p:not(.eyebrow){font-size:12px;line-height:2;color:#e6e8e3;max-width:420px}.palette{display:flex;gap:11px;margin:30px 0 14px}.palette i{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.35)}.palette i:nth-child(1){background:#26342c}.palette i:nth-child(2){background:#68735f}.palette i:nth-child(3){background:#9b8b72}.palette i:nth-child(4){background:#d9ccb7}.palette i:nth-child(5){background:#1b1c1a}.dress-panel small{font-size:8px;letter-spacing:2px;opacity:.75}.gallery{overflow:hidden}.gallery-wall{max-width:1160px;margin:auto;display:grid;grid-template-columns:1.1fr .8fr 1fr;grid-auto-rows:260px;gap:18px}.gallery-item{border:0;padding:0;background:none;position:relative;overflow:hidden;cursor:zoom-in}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .5s}.gallery-item span{position:absolute;left:50%;top:50%;transform:translate(-50%,-35%);opacity:0;color:#fff;text-transform:uppercase;font-size:9px;letter-spacing:3px;transition:.35s;z-index:2}.gallery-item:after{content:"";position:absolute;inset:0;background:rgba(38,50,41,.15);opacity:0;transition:.35s}.gallery-item:hover img{transform:scale(1.07);filter:saturate(.8)}.gallery-item:hover:after{opacity:1}.gallery-item:hover span{opacity:1;transform:translate(-50%,-50%)}.gallery-note{background:var(--olive);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px}.gallery-note span{font:500 30px 'Cormorant Garamond';letter-spacing:6px}.gallery-note p{font:italic 400 27px/1.15 'Cormorant Garamond'}.gifts{background:var(--cream);min-height:620px;display:grid;place-items:center;overflow:hidden}.gift-orbit{position:absolute;width:520px;height:520px;border:1px solid rgba(67,84,71,.16);border-radius:50%;display:grid;place-items:center;animation:spin 28s linear infinite}.gift-orbit:before,.gift-orbit:after{content:"";position:absolute;border:1px solid rgba(67,84,71,.12);border-radius:50%}.gift-orbit:before{inset:45px}.gift-orbit:after{inset:95px}.gift-orbit span{font:400 68px 'Cormorant Garamond';color:rgba(67,84,71,.28)}@keyframes spin{to{transform:rotate(360deg)}}.gift-copy{position:relative;text-align:center;max-width:680px;z-index:2}.gift-copy h2{font:400 clamp(45px,5vw,67px)/1 'Cormorant Garamond';margin:0 0 25px}.gift-copy>p:not(.eyebrow){font-size:12px;line-height:2;color:var(--muted)}.line-button{margin-top:20px;border:0;border-bottom:1px solid var(--ink);background:none;padding:12px 0;text-transform:uppercase;font-size:9px;letter-spacing:2px;cursor:pointer}.line-button b{margin-left:18px}.gift-details{max-height:0;overflow:hidden;opacity:0;transition:.5s;margin-top:0;display:grid;gap:4px}.gift-details.open{max-height:100px;opacity:1;margin-top:25px}.gift-details strong{font:500 18px 'Cormorant Garamond'}.gift-details span{font-size:10px;color:var(--muted)}.rsvp{min-height:900px;position:relative;color:#fff;display:grid;align-items:center;overflow:hidden}.rsvp-image{position:absolute;inset:-8%;background:url('../img/gallery/4.jpg') center/cover no-repeat}.rsvp-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,42,34,.74),rgba(31,42,34,.18))}.rsvp-wrap{position:relative;z-index:2;padding:100px 7vw;display:grid;grid-template-columns:1fr 520px;gap:9vw;align-items:center}.rsvp-intro h2{font:400 clamp(60px,8vw,110px)/.75 'Cormorant Garamond';margin:0 0 35px}.rsvp-intro>p:not(.eyebrow){font-size:12px;line-height:2}.rsvp-card{background:rgba(251,249,244,.96);backdrop-filter:blur(16px);color:var(--ink);padding:55px;display:grid;gap:20px}.rsvp-card label{font-size:8px;letter-spacing:2px;text-transform:uppercase;color:var(--muted)}.rsvp-card input,.rsvp-card select,.rsvp-card textarea{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:12px 0;outline:none;font-size:12px;color:var(--ink);margin-top:5px}.rsvp-card textarea{resize:vertical}.rsvp-card button{border:0;background:var(--olive);color:#fff;padding:17px 22px;text-transform:uppercase;font-size:9px;letter-spacing:2.5px;display:flex;justify-content:space-between;cursor:pointer}.rsvp-card #formMsg{text-align:center;color:var(--olive);font-size:10px;min-height:16px}.lightbox{position:fixed;inset:0;background:rgba(23,31,25,.94);z-index:500;display:grid;place-items:center;opacity:0;visibility:hidden;transition:.4s;padding:40px}.lightbox.open{opacity:1;visibility:visible}.lightbox img{max-width:min(1100px,90vw);max-height:84vh;object-fit:contain;transform:scale(.95);transition:.45s}.lightbox.open img{transform:scale(1)}.lightbox button{position:absolute;right:28px;top:20px;color:#fff;background:none;border:0;font:300 42px Manrope;cursor:pointer}.footer-mark{font:500 32px 'Cormorant Garamond';letter-spacing:7px}footer{background:#1f2b24;color:#fff;text-align:center;padding:70px 20px}footer p{font:400 15px 'Cormorant Garamond';letter-spacing:6px}footer>span{font-size:9px;opacity:.65}
@media(max-width:900px){.section{padding:100px 24px}.section-number{right:24px;top:70px}.nav{padding:0 24px}.nav-links{display:none;position:absolute;right:18px;top:78px;background:rgba(31,43,36,.95);backdrop-filter:blur(14px);padding:25px;flex-direction:column;min-width:190px}.nav-links.open{display:flex}.nav-menu{display:block}.hero-copy{left:24px}.hero-title{font-size:82px;letter-spacing:-3px}.hero-title span:last-child{margin-left:10vw}.hero-orbit{display:none}.story-stage{grid-template-columns:1fr .45fr}.story-text{grid-column:1/3;padding:55px 0 0;max-width:600px}.story-photo-main{height:560px}.count-layout{grid-template-columns:1fr;gap:55px}.event-card,.event-card.reversed{grid-template-columns:1fr 1fr}.event-card.reversed .event-image{order:0}.event-info{padding:35px}.dress-section{grid-template-columns:1fr}.dress-photo{min-height:520px}.dress-panel{padding:80px 40px}.gallery-wall{grid-template-columns:1fr 1fr}.gallery-item.wide{grid-column:span 1}.rsvp-wrap{grid-template-columns:1fr;gap:55px}.rsvp-card{width:min(560px,100%)}.rsvp-intro h2{font-size:80px}}
@media(max-width:600px){.invitation-gate .gate-content h1{font-size:64px;letter-spacing:-2px}.hero{min-height:680px}.hero-copy{bottom:16vh}.hero-title{font-size:66px;line-height:.75}.hero-title em{margin-left:8vw}.hero-meta{flex-wrap:wrap;gap:10px}.discover{display:none}.manifesto-head{margin-bottom:55px}.story-stage{display:block}.story-photo-main{height:470px}.story-photo-float{width:55%;height:245px;margin:-70px 0 0 auto;position:relative;border:8px solid var(--paper)}.story-text{padding-top:45px}.cinema-break{height:65vh;min-height:470px}.countdown{grid-template-columns:1fr 1fr}.countdown div:nth-child(2){border-right:0}.countdown div:nth-child(-n+2){border-bottom:1px solid var(--line)}.event-card,.event-card.reversed{grid-template-columns:1fr}.event-image img{min-height:290px}.event-info{padding:38px 27px}.schedule{overflow-x:auto;display:flex;gap:60px;padding:0 20px 20px}.schedule:before{display:none}.schedule div{min-width:95px}.dress-photo{min-height:430px}.dress-panel{padding:70px 25px}.gallery-wall{grid-template-columns:1fr;grid-auto-rows:330px}.gallery-item.tall,.gallery-item.wide{grid-row:auto;grid-column:auto}.gallery-note{min-height:200px}.gift-orbit{width:390px;height:390px}.rsvp{min-height:1050px}.rsvp-wrap{padding:80px 18px}.rsvp-intro h2{font-size:68px}.rsvp-card{padding:38px 24px}.sound-toggle{right:16px;bottom:16px}}
