
:root{--ivory:#f7f3ed;--paper:#fffdf9;--sage:#7d8f78;--sage-dark:#566653;--gold:#b69555;--ink:#2e2a26;--stone:#80786f;--line:#ddd3c5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Inter,sans-serif;line-height:1.7}img{display:block;width:100%;height:100%;object-fit:cover}
.site-header{position:fixed;z-index:20;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:18px 6vw;color:white;transition:.35s}.site-header.scrolled{background:rgba(247,243,237,.95);color:var(--ink);box-shadow:0 1px 10px rgba(0,0,0,.08);backdrop-filter:blur(10px)}
.brand{font-family:"Cormorant Garamond";font-size:28px;color:inherit;text-decoration:none}.nav{display:flex;gap:24px}.nav a{color:inherit;text-decoration:none;font-size:12px;letter-spacing:.11em;text-transform:uppercase}.menu-toggle{display:none;background:none;border:0;color:inherit;font-size:24px}
.hero{min-height:100vh;position:relative;background:url("assets/hero.jpg") center 30%/cover no-repeat;display:grid;place-items:center;text-align:center;color:white}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,18,16,.64),rgba(20,18,16,.2),rgba(20,18,16,.4))}
.hero-content{position:relative;z-index:1;padding:120px 20px 50px;max-width:900px}.eyebrow{text-transform:uppercase;letter-spacing:.24em;font-size:12px;margin:0 0 18px}.gold{color:var(--gold)}
h1,h2,h3{font-family:"Cormorant Garamond";font-weight:500;line-height:1.05;margin:0}h1{font-size:clamp(58px,9vw,120px)}h1 span{font-family:Parisienne;font-weight:400;color:#e8cf92}h2{font-size:clamp(42px,6vw,72px);margin-bottom:24px}h3{font-size:38px;margin-bottom:18px}
.date{letter-spacing:.12em;text-transform:uppercase;font-size:13px}.script,.signature{font-family:Parisienne;font-size:32px}
.countdown{display:flex;justify-content:center;gap:12px;margin:30px auto 34px;flex-wrap:wrap}.countdown div{min-width:105px;padding:14px 18px;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}.countdown strong{display:block;font-family:"Cormorant Garamond";font-size:36px}.countdown span{font-size:10px;letter-spacing:.18em;text-transform:uppercase}
.button{display:inline-block;padding:13px 24px;background:var(--sage-dark);color:white;text-decoration:none;text-transform:uppercase;letter-spacing:.14em;font-size:11px;border-radius:2px}.button.ghost{background:transparent;border:1px solid white}
.section{padding:110px 7vw}.narrow{max-width:760px;margin:auto;text-align:center}.welcome{background:var(--paper)}.welcome p{font-family:"Cormorant Garamond";font-size:24px}.section-heading{text-align:center;max-width:850px;margin:0 auto 80px}
.story{background:var(--ivory)}.chapter{display:grid;grid-template-columns:1.05fr .95fr;max-width:1180px;margin:0 auto 90px;background:var(--paper);min-height:520px}.chapter.reverse{grid-template-columns:.95fr 1.05fr}.chapter.reverse .chapter-image{order:2}.chapter-image{min-height:520px}.chapter-copy{padding:70px;align-self:center}.chapter-number{color:var(--gold);letter-spacing:.2em}
.family{background:var(--paper)}.family-banner{max-width:980px;margin:0 auto 60px;text-align:center}.family-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1200px;margin:auto}.family-grid figure{margin:0;background:var(--ivory)}.family-grid img{height:370px}figcaption{padding:16px;text-align:center;font-family:"Cormorant Garamond";font-size:20px}
.quote-section{padding:130px 20px;background:url("assets/sunset.jpg") center/cover fixed;position:relative}.quote-section:before{content:"";position:absolute;inset:0;background:rgba(34,29,25,.5)}.quote-card{position:relative;max-width:800px;margin:auto;text-align:center;color:white;font-family:"Cormorant Garamond";font-size:48px}
.details{background:linear-gradient(135deg,#ece7dd,#faf7f1)}.detail-grid,.travel-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.info-card,.travel-card{background:rgba(255,255,255,.8);padding:42px;border:1px solid var(--line);text-align:center}
.travel{background:var(--paper)}.gallery{background:var(--ivory)}.gallery-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:290px;gap:12px}.gallery-grid .wide{grid-column:span 2}
.faq{background:var(--paper)}.faq-list{max-width:850px;margin:auto}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{font-family:"Cormorant Garamond";font-size:28px;cursor:pointer}.rsvp{background:linear-gradient(135deg,#ece7dd,#faf7f1)}
footer{text-align:center;padding:50px 20px;background:var(--sage-dark);color:white;font-family:"Cormorant Garamond";font-size:18px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.menu-toggle{display:block}.nav{position:absolute;top:68px;left:0;right:0;display:none;flex-direction:column;background:rgba(247,243,237,.98);color:var(--ink);padding:24px 7vw}.nav.open{display:flex}.chapter,.chapter.reverse{grid-template-columns:1fr}.chapter.reverse .chapter-image{order:0}.chapter-image{min-height:360px}.chapter-copy{padding:42px}.family-grid,.detail-grid,.travel-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid .wide{grid-column:span 2}}
@media(max-width:600px){.section{padding:82px 22px}.hero{background-position:58% center}.countdown div{min-width:78px;padding:10px}.countdown strong{font-size:28px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-grid .wide{grid-column:span 1}.quote-card{font-size:36px}.family-grid img{height:300px}}

/* PHASE 1 LUXURY POLISH */
:root{
  --ivory:#f6f1ea;
  --paper:#fffdfa;
  --sage:#879783;
  --sage-dark:#4f604e;
  --gold:#b8944f;
  --ink:#292521;
  --stone:#7b746c;
  --line:#dfd5c7;
  --shadow:0 24px 70px rgba(58,48,39,.12);
}
body.luxury{background:linear-gradient(180deg,#f8f4ee 0%,#f3eee7 100%);letter-spacing:.002em}
.site-header{padding-top:22px;padding-bottom:22px}
.site-header.scrolled{background:rgba(250,247,242,.9);box-shadow:0 10px 35px rgba(40,34,29,.08)}
.nav a{position:relative}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--gold);transition:right .35s ease}
.nav a:hover:after{right:0}
.hero{overflow:hidden;background:none}
.hero-slides,.hero-slide{position:absolute;inset:0}
.hero-slide{background-position:center 28%;background-size:cover;opacity:0;transform:scale(1.04);transition:opacity 1.8s ease,transform 8s ease}
.hero-slide.active{opacity:1;transform:scale(1.12)}
.hero-overlay{background:linear-gradient(90deg,rgba(21,18,16,.66),rgba(21,18,16,.22) 52%,rgba(21,18,16,.46)),linear-gradient(180deg,rgba(20,18,16,.1),rgba(20,18,16,.22))}
.hero-grain{position:absolute;inset:0;opacity:.13;pointer-events:none;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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E")}
.hero-content{max-width:980px;text-shadow:0 3px 28px rgba(0,0,0,.22)}
.hero h1{letter-spacing:-.028em}
.hero .eyebrow{font-weight:500}
.hero .script{font-size:clamp(34px,4vw,54px);margin:16px 0 10px}
.countdown{gap:10px}
.countdown div{min-width:112px;border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.1);box-shadow:inset 0 1px rgba(255,255,255,.2)}
.button{transition:transform .3s ease,box-shadow .3s ease,background .3s ease}
.button:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(45,38,31,.17)}
.button.ghost:hover{background:rgba(255,255,255,.12)}
.scroll-cue{position:absolute;bottom:28px;left:50%;width:28px;height:46px;border:1px solid rgba(255,255,255,.55);border-radius:18px;transform:translateX(-50%);z-index:3}
.scroll-cue span{position:absolute;left:50%;top:9px;width:4px;height:8px;border-radius:4px;background:#fff;transform:translateX(-50%);animation:scrollCue 2s infinite}
@keyframes scrollCue{0%{opacity:0;transform:translate(-50%,0)}40%{opacity:1}100%{opacity:0;transform:translate(-50%,17px)}}
.section{padding-top:130px;padding-bottom:130px}
.section-heading{margin-bottom:90px}
.section-heading h2,.narrow h2,.family-banner h2{letter-spacing:-.02em}
.welcome{position:relative;overflow:hidden}
.welcome:before,.welcome:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(184,148,79,.22);border-radius:50%}
.welcome:before{left:-110px;top:-90px}.welcome:after{right:-110px;bottom:-90px}
.welcome .narrow{position:relative;z-index:1}
.chapter{border:1px solid rgba(184,148,79,.12);box-shadow:var(--shadow);overflow:hidden}
.chapter-image img{transition:transform 1.2s ease}
.chapter:hover .chapter-image img{transform:scale(1.035)}
.chapter-copy{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,252,247,.98))}
.family-grid figure,.info-card,.travel-card{box-shadow:0 16px 45px rgba(53,46,39,.08);transition:transform .35s ease,box-shadow .35s ease}
.family-grid figure:hover,.info-card:hover,.travel-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(53,46,39,.12)}
.family-grid img,.gallery-grid img{filter:saturate(.94) contrast(1.02)}
.quote-section{background-attachment:fixed}
.quote-card{max-width:880px;text-shadow:0 2px 25px rgba(0,0,0,.26)}
.detail-grid,.travel-grid{gap:28px}
.info-card,.travel-card{border-radius:2px}
.gallery-grid{gap:16px}
.gallery-grid img{transition:transform .5s ease,filter .5s ease}
.gallery-grid img:hover{transform:scale(1.018);filter:saturate(1.02) contrast(1.04)}
.faq details{transition:background .3s ease,padding .3s ease}
.faq details[open]{background:#faf6f0;padding-left:20px;padding-right:20px}
footer{background:linear-gradient(135deg,#4e5e4c,#6d7b68)}
@media(max-width:900px){
  .quote-section{background-attachment:scroll}
  .hero-slide{background-position:62% center}
}
@media(max-width:600px){
  .site-header{padding:15px 20px}
  .hero-content{padding-top:110px}
  .countdown div{min-width:74px}
  .scroll-cue{bottom:18px}
}

/* PHASE 2: STORY, TIMELINE, FAMILY & CONTENT */
.section-intro{max-width:760px;margin:0 auto;color:var(--stone);font-size:17px}
.story-intro{max-width:860px;margin:0 auto 100px;padding:0 20px;text-align:center}
.story-intro p{font-family:"Cormorant Garamond";font-size:25px}
.dropcap:first-letter{float:left;font-family:"Cormorant Garamond";font-size:76px;line-height:.78;padding:10px 12px 0 0;color:var(--gold)}
.timeline{max-width:1180px;margin:auto;position:relative}
.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(var(--gold),rgba(184,148,79,.12))}
.timeline-item{display:grid;grid-template-columns:1fr 90px 1fr;align-items:center;margin-bottom:95px;position:relative}
.timeline-item.reverse .timeline-photo{grid-column:3}
.timeline-item.reverse .timeline-marker{grid-column:2;grid-row:1}
.timeline-item.reverse .timeline-copy{grid-column:1;grid-row:1;text-align:right}
.timeline-photo{min-height:420px;box-shadow:var(--shadow);overflow:hidden}
.timeline-photo img{transition:transform 1s ease}
.timeline-item:hover .timeline-photo img{transform:scale(1.035)}
.timeline-marker{width:58px;height:58px;border-radius:50%;margin:auto;background:var(--paper);border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold);font-family:"Cormorant Garamond";font-size:22px;z-index:2}
.timeline-copy{padding:45px}
.timeline-kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
.timeline-copy p{color:var(--stone)}
.family-feature{display:grid;grid-template-columns:1.08fr .92fr;max-width:1180px;margin:0 auto 60px;background:var(--ivory);box-shadow:var(--shadow)}
.family-feature-image{min-height:500px}
.family-feature-copy{padding:70px;align-self:center}
.gifts{background:var(--paper)}
.gifts p{font-size:18px}
.verse{background:linear-gradient(rgba(43,38,33,.64),rgba(43,38,33,.64)),url("assets/towerbridge.jpg") center/cover fixed;color:white;text-align:center}
.verse-inner{max-width:850px;margin:auto}
.verse blockquote{font-family:"Cormorant Garamond";font-size:clamp(38px,5vw,62px);line-height:1.18;margin:20px 0 28px}
@media(max-width:900px){
  .timeline:before{left:29px}
  .timeline-item,.timeline-item.reverse{grid-template-columns:58px 1fr;gap:20px}
  .timeline-item .timeline-marker,.timeline-item.reverse .timeline-marker{grid-column:1;grid-row:1;margin-top:20px}
  .timeline-item .timeline-photo,.timeline-item.reverse .timeline-photo{grid-column:2;grid-row:1}
  .timeline-item .timeline-copy,.timeline-item.reverse .timeline-copy{grid-column:2;grid-row:2;text-align:left;padding:28px 0 15px}
  .family-feature{grid-template-columns:1fr}
  .family-feature-image{min-height:360px}
  .family-feature-copy{padding:42px}
  .verse{background-attachment:scroll}
}
@media(max-width:600px){
  .timeline-photo{min-height:300px}
  .story-intro p{font-size:22px}
}

/* PHASE 3: WEDDING DETAILS, TRAVEL, RSVP & CONTACT */
.card-icon{font-family:"Cormorant Garamond";font-size:31px;color:var(--gold);margin:0 0 8px}
.day-schedule{max-width:1180px;margin:48px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.day-schedule div{padding:30px 24px;text-align:center;border-right:1px solid var(--line)}
.day-schedule div:last-child{border-right:0}
.day-schedule span{display:block;color:var(--gold);font-size:11px;letter-spacing:.17em;text-transform:uppercase;margin-bottom:8px}
.day-schedule strong{font-family:"Cormorant Garamond";font-size:25px;font-weight:500}
.day-schedule p{font-size:13px;color:var(--stone);margin:5px 0 0}
.travel-grid{grid-template-columns:repeat(3,1fr)}
.text-link{color:var(--sage-dark);text-transform:uppercase;letter-spacing:.13em;font-size:11px;text-underline-offset:5px}
.rsvp{background:linear-gradient(145deg,#eee7dc,#faf7f2)}
.rsvp-form{max-width:940px;margin:0 auto;background:rgba(255,253,249,.94);padding:58px;border:1px solid var(--line);box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.field{display:flex;flex-direction:column;gap:9px}
.field.full{grid-column:1/-1}
.field span,.field legend{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-dark);font-weight:500}
.fieldset,fieldset{border:0;padding:0;margin:0}
.choice-row{display:flex;gap:28px;flex-wrap:wrap;padding:16px 0}
.choice-row label,.consent{display:flex;align-items:center;gap:9px;font-size:14px}
input,select,textarea{width:100%;border:0;border-bottom:1px solid #bdb2a4;background:transparent;padding:12px 4px;font:inherit;color:var(--ink);border-radius:0}
textarea{border:1px solid #cfc5b8;padding:13px;resize:vertical;background:#fffdf9}
input:focus,select:focus,textarea:focus{outline:2px solid rgba(184,148,79,.28);outline-offset:3px}
input[type="radio"],input[type="checkbox"]{width:auto;accent-color:var(--sage-dark)}
.consent{margin:28px 0 24px}
.submit-button{border:0;cursor:pointer}
.form-note{font-size:12px;color:var(--stone);margin-top:18px}
.hidden-field{position:absolute;left:-9999px}
.contact{background:var(--paper)}
.contact-card{max-width:820px;margin:auto;text-align:center;padding:64px;border:1px solid rgba(184,148,79,.28);background:linear-gradient(135deg,#fffdfa,#f3ede4)}
@media(max-width:900px){
  .day-schedule{grid-template-columns:1fr 1fr}
  .day-schedule div:nth-child(2){border-right:0}
  .day-schedule div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .travel-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .rsvp-form{padding:34px 22px}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .travel-grid,.day-schedule{grid-template-columns:1fr}
  .day-schedule div{border-right:0;border-bottom:1px solid var(--line)!important}
  .day-schedule div:last-child{border-bottom:0!important}
}

/* PHASE 4 FINAL */
.invitation-gate{position:fixed;inset:0;z-index:100;background:linear-gradient(rgba(25,21,18,.65),rgba(25,21,18,.65)),url("assets/hero.jpg") center/cover;display:grid;place-items:center;padding:24px;transition:opacity .8s ease,visibility .8s ease}.invitation-gate.open{opacity:0;visibility:hidden}
.envelope-card{width:min(620px,92vw);background:#fffaf2;padding:70px 40px;text-align:center;border:1px solid #d9c9ae;box-shadow:0 30px 100px rgba(0,0,0,.25)}.wax-seal{width:92px;height:92px;border-radius:50%;border:0;background:radial-gradient(circle at 35% 30%,#b87862,#7e3c31);color:white;font-family:"Cormorant Garamond";font-size:24px;cursor:pointer}
.countdown-title{font-family:"Cormorant Garamond";font-size:21px;margin:25px 0 -12px}.blending-family{background:#fffdfa}.blend-grid{max-width:1080px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:22px}.blend-grid figure{margin:0;background:var(--ivory);box-shadow:var(--shadow)}.blend-grid img{height:460px}
.email-rsvp-card{max-width:760px;margin:auto;text-align:center;background:#fffdfa;border:1px solid var(--line);padding:60px;box-shadow:var(--shadow)}.email-rsvp-card .script{font-size:42px}.rsvp-email{font-size:13px;letter-spacing:.08em;margin-top:20px;color:var(--stone)}
.promise{background:linear-gradient(rgba(25,22,19,.68),rgba(25,22,19,.68)),url("assets/sunset.jpg") center/cover fixed;color:white}.promise-inner{max-width:1180px;margin:auto;text-align:center}.promise-intro{max-width:760px;margin:0 auto 60px;font-size:18px}.vow-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;text-align:left}.vow-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.28);padding:48px;backdrop-filter:blur(10px)}.vow-card h3{text-align:center;color:#f0d89f}.vow-card blockquote{font-family:"Cormorant Garamond";font-size:22px;line-height:1.6;margin:0}.promise-ending{margin-top:70px}.promise-ending .script{font-size:52px}
@media(max-width:900px){.blend-grid,.vow-grid{grid-template-columns:1fr}.blend-grid img{height:360px}.promise{background-attachment:scroll}}@media(max-width:600px){.envelope-card{padding:54px 24px}.email-rsvp-card{padding:42px 24px}.vow-card{padding:32px 24px}.promise-ending .script{font-size:40px}}

/* Phase 5 additions */
.rotating-quote{max-width:760px;margin:16px auto 0;font-family:"Cormorant Garamond",serif;font-size:clamp(1.05rem,2vw,1.35rem);font-style:italic;letter-spacing:.02em;opacity:.95;min-height:1.7em;transition:opacity .35s ease}
.letter{background:#f4eee7}.letter-card{max-width:850px;margin:auto;background:rgba(255,255,255,.76);border:1px solid rgba(142,113,72,.22);padding:clamp(38px,7vw,78px);box-shadow:0 24px 70px rgba(58,43,30,.08);text-align:center}.letter-card p:not(.eyebrow):not(.signature){font-family:"Cormorant Garamond",serif;font-size:1.25rem;line-height:1.8}.letter-card .signature{margin-top:28px}
.engagement{background:#fbf8f3}.engagement-feature{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:stretch}.engagement-feature figure,.engagement-copy{margin:0;background:white;box-shadow:0 18px 60px rgba(50,38,29,.09)}.engagement-feature figure img{width:100%;height:620px;object-fit:cover}.engagement-feature figcaption{padding:18px 22px;font-family:"Cormorant Garamond",serif;font-style:italic;font-size:1.1rem}.engagement-copy{display:flex;flex-direction:column}.engagement-copy>img{width:100%;height:390px;object-fit:cover}.engagement-copy>div{padding:34px}.engagement-copy h3{font-size:2rem;margin:.3rem 0 1rem}
.family-tree{background:#f2ede5}.tree-visual{max-width:980px;margin:30px auto 0;display:grid;grid-template-columns:1fr 180px 1fr;align-items:center;gap:34px}.tree-branch{padding:36px 24px;text-align:center;background:rgba(255,255,255,.72);border:1px solid rgba(142,113,72,.25);position:relative}.tree-branch span{display:block;font-family:"Cormorant Garamond",serif;font-size:1.65rem}.tree-branch small{display:block;margin-top:8px;letter-spacing:.08em;text-transform:uppercase}.tree-heart{width:160px;height:160px;border-radius:50%;display:grid;place-items:center;text-align:center;margin:auto;background:#1c3b36;color:#fff;font-family:"Cormorant Garamond",serif;font-size:2.2rem;box-shadow:0 18px 45px rgba(28,59,54,.22)}.tree-heart b{color:#c6a76b;margin:0 5px}
.messages{background:#fff}.message-form{max-width:880px;margin:0 auto;padding:clamp(28px,5vw,58px);background:#f7f2eb;border:1px solid rgba(142,113,72,.22);box-shadow:0 20px 65px rgba(54,41,30,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:26px}.form-grid label{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.form-grid label span{opacity:.6;text-transform:none;letter-spacing:0}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid textarea{width:100%;margin-top:9px;border:1px solid rgba(41,50,47,.23);background:#fff;padding:14px 15px;font:inherit;color:inherit;border-radius:0}.form-grid textarea{resize:vertical}.message-form button{border:0;cursor:pointer}.form-note{margin:16px 0 0;font-size:.88rem;opacity:.7}.hidden-field{position:absolute;left:-10000px}.final-blessing{text-align:center;padding:80px 20px;background:#183832;color:#fff}.final-blessing p{font-family:"Cormorant Garamond",serif;font-size:clamp(1.8rem,4vw,3.2rem);max-width:900px;margin:0 auto 18px}.final-blessing span{font-family:"Parisienne",cursive;font-size:1.65rem;color:#d5bd86}
@media(max-width:820px){.engagement-feature{grid-template-columns:1fr}.engagement-feature figure img{height:480px}.engagement-copy>img{height:360px}.tree-visual{grid-template-columns:1fr}.tree-heart{order:-1}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}

/* FINAL WEDDING WEBSITE — UNCROPPED GALLERIES & SEALED VOWS */
.journey-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.journey-card{margin:0;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}
.journey-photo{height:520px;background:#ece6dd;display:flex;align-items:center;justify-content:center;padding:12px}
.journey-photo img{width:100%;height:100%;object-fit:contain;object-position:center;background:#eee8df}
.journey-card figcaption,.family-new-grid figcaption{display:flex;flex-direction:column;gap:5px;padding:20px 22px;text-align:center}
.journey-card figcaption strong,.family-new-grid figcaption strong{font-family:"Cormorant Garamond";font-size:25px;font-weight:500}
.journey-card figcaption span,.family-new-grid figcaption span{font-size:13px;color:var(--stone)}
.family-new-grid{max-width:1000px;margin:55px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:24px}
.family-new-grid figure{margin:0;background:var(--paper);box-shadow:var(--shadow)}
.family-photo{height:480px;padding:12px;background:#eee8df}
.family-photo img{object-fit:contain;object-position:center}
.sealed-vows{background:linear-gradient(145deg,#f3ede3,#fffdfa);position:relative;overflow:hidden}
.vow-envelopes{max-width:940px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:38px}
.vow-envelope{min-height:320px;position:relative;border:1px solid #d3c1a3;background:linear-gradient(145deg,#fffdf7,#eee4d3);box-shadow:0 28px 65px rgba(60,47,35,.16);cursor:pointer;color:var(--ink);transition:transform .35s ease,box-shadow .35s ease}
.vow-envelope:before,.vow-envelope:after{content:"";position:absolute;left:0;right:0;bottom:0;height:52%;border-top:1px solid #d3c1a3;clip-path:polygon(0 100%,50% 0,100% 100%);background:rgba(225,210,187,.35)}
.vow-envelope:hover{transform:translateY(-7px);box-shadow:0 35px 75px rgba(60,47,35,.22)}
.envelope-label{position:absolute;top:52px;left:0;right:0;font-family:"Cormorant Garamond";font-size:39px;z-index:2}
.vow-envelope small{position:absolute;bottom:28px;left:0;right:0;text-transform:uppercase;letter-spacing:.16em;z-index:3}
.vow-seal{position:absolute;z-index:4;left:50%;top:52%;transform:translate(-50%,-50%);width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#b87963,#793b31);color:white;font-family:"Cormorant Garamond";font-size:34px;box-shadow:0 9px 22px rgba(82,42,34,.34)}
.sealed-notice{max-width:720px;margin:42px auto 0;text-align:center;display:flex;flex-direction:column;gap:7px;color:var(--stone)}
.sealed-notice strong{font-family:"Cormorant Garamond";font-size:30px;color:var(--ink)}
.vow-letters{position:fixed;inset:0;z-index:120;background:rgba(30,25,21,.78);padding:30px;overflow:auto;backdrop-filter:blur(8px)}
.vow-letter{display:none;position:relative;max-width:820px;margin:30px auto;background:#fffaf1;padding:70px;box-shadow:0 35px 100px rgba(0,0,0,.35);border:1px solid #d8c7a9}
.vow-letter.open{display:block}
.vow-letter h3{text-align:center;margin-bottom:35px}
.vow-text{font-family:"Cormorant Garamond";font-size:22px;line-height:1.62;color:#322c27}
.vow-opened{text-align:center;margin-top:45px;font-style:italic;color:var(--stone)}
.close-vow{position:absolute;right:20px;top:14px;border:0;background:none;font-size:36px;cursor:pointer;color:var(--stone)}
.message-form{position:relative}
@media(max-width:800px){.journey-grid,.family-new-grid,.vow-envelopes{grid-template-columns:1fr}.journey-photo{height:430px}.family-photo{height:420px}.vow-letter{padding:52px 28px}.vow-text{font-size:20px}}
@media(max-width:480px){.journey-photo{height:350px}.family-photo{height:340px}.vow-envelope{min-height:270px}.envelope-label{font-size:32px}}

/* Final photo-preservation fixes: show complete family photos without cropping faces. */
.family-grid figure,
.family-legacy .gallery-grid,
.blend-grid figure {
  overflow: hidden;
}
.family-grid img {
  height: 420px;
  object-fit: contain;
  object-position: center;
  background: #eee8df;
  padding: 10px;
}
.family-legacy .gallery-grid {
  grid-auto-rows: auto;
  align-items: start;
}
.family-legacy .gallery-grid img {
  width: 100%;
  height: 430px;
  object-fit: contain;
  object-position: center;
  background: #eee8df;
  padding: 10px;
}
.blend-grid img {
  height: 460px;
  object-fit: contain;
  object-position: center;
  background: #eee8df;
  padding: 10px;
}
.family-feature-image img {
  object-fit: contain;
  object-position: center;
  background: #eee8df;
  padding: 10px;
}
@media (max-width: 600px) {
  .family-grid img,
  .family-legacy .gallery-grid img,
  .blend-grid img {
    height: 340px;
  }
}


/* Final contact-link polish */
.rsvp-email a,
.rsvp-email a:visited,
.rsvp-email a:hover,
.rsvp-email a:active,
.contact-card .rsvp-email a,
.contact-card .rsvp-email a:visited {
  color: var(--gold);
  text-decoration: none;
  font-weight: 500;
  transition: color .25s ease, opacity .25s ease;
}

.rsvp-email a:hover,
.contact-card .rsvp-email a:hover {
  color: var(--green);
  opacity: .9;
}

.text-link,
.text-link:visited {
  color: var(--green);
}
