:root {
  --paper: #f4eee7;
  --paper-soft: #fbf8f4;
  --paper-deep: #e9ddd2;
  --ink: #26332e;
  --ink-2: #394740;
  --muted: #71746f;
  --rose: #8f6e66;
  --rose-deep: #79554d;
  --sage: #7d8b7e;
  --line: rgba(38, 51, 46, .15);
  --white: #fffdfa;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.hidden { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; white-space: nowrap!important; }
.grain {
  position: fixed; inset: 0; pointer-events: none; opacity: .13; z-index: 100;
  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='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");
}

/* HERO */
.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: linear-gradient(115deg, #f7f1eb 0%, #f4ece5 54%, #eadbd1 100%);
}
.hero-wash {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 10% 88%, rgba(125,139,126,.13), transparent 34%),
    linear-gradient(90deg, rgba(255,255,255,.28), transparent 54%);
  pointer-events: none;
}
.hero::before {
  content:""; position:absolute; inset:34px; border:1px solid rgba(121,85,77,.18);
  pointer-events:none; z-index:1;
}
.hero::after {
  content:"✦"; position:absolute; left:50%; bottom:31px; transform:translateX(-50%);
  width:34px; text-align:center; color:rgba(121,85,77,.55); background:#f3e9e1; z-index:2;
  font-family:var(--serif); font-size:12px;
}
.hero-rose {
  position:absolute; top:50%; width:min(46vw, 655px); height:auto; opacity:.72;
  filter:sepia(.08) saturate(.9) contrast(.96); pointer-events:none; z-index:1;
}
.hero-rose-left { left:-108px; transform:translateY(-50%) scaleX(-1) rotate(-4deg); }
.hero-rose-right { right:-108px; transform:translateY(-50%) rotate(-4deg); }
.nav { height: 94px; display:flex; align-items:center; justify-content:space-between; position:relative; z-index:5; }
.monogram { font-family:var(--serif); font-size:28px; letter-spacing:.025em; }
.monogram span, .tiny-monogram span, .closing h2 span { color:var(--rose); font-style:italic; font-weight:400; }
.nav-right { display:flex; align-items:center; gap:18px; }
.lang-switch { display:flex; padding:3px; border:1px solid rgba(38,51,46,.2); border-radius:999px; background:rgba(255,255,255,.25); backdrop-filter:blur(8px); }
.lang-btn { border:0; background:transparent; cursor:pointer; border-radius:999px; min-width:38px; height:30px; font-size:10px; letter-spacing:.12em; font-weight:600; transition:.2s ease; }
.lang-btn.active { background:var(--ink); color:var(--white); }
.nav-rsvp { border-bottom:1px solid var(--ink); padding:8px 1px 5px; font-size:11px; letter-spacing:.14em; text-transform:uppercase; font-weight:600; }
.hero-inner { align-self:center; max-width:820px; margin:0 auto; padding:54px 24px 118px; position:relative; z-index:3; text-align:center; }
.eyebrow { margin:0 0 18px; font-size:10px; font-weight:600; letter-spacing:.28em; text-transform:uppercase; color:var(--rose-deep); }
.hero h1 { margin:0; font-family:var(--serif); font-size:clamp(84px, 10vw, 152px); line-height:.78; font-weight:500; letter-spacing:-.055em; }
.hero h1 em { color:var(--rose); font-weight:400; font-size:.66em; }
.hero-rule { display:flex; align-items:center; gap:14px; width:min(440px, 70%); margin:34px auto 20px; color:var(--rose); }
.hero-rule span { height:1px; flex:1; background:rgba(143,110,102,.45); }
.hero-rule i { font-family:var(--serif); font-size:12px; font-style:normal; }
.date-line { display:flex; align-items:center; justify-content:center; gap:16px; margin:0; font-size:12px; letter-spacing:.17em; text-transform:uppercase; }
.date-line b { width:30px; height:1px; background:var(--rose); }
.hero-copy { max-width:590px; margin:30px auto 34px; color:#56605b; font-family:var(--serif); font-size:24px; line-height:1.48; }
.primary-btn, .submit-btn { display:inline-flex; align-items:center; justify-content:center; gap:18px; min-height:54px; padding:0 26px; border:1px solid var(--ink); background:var(--ink); color:var(--white); border-radius:0; font-size:11px; letter-spacing:.12em; text-transform:uppercase; cursor:pointer; transition:.25s ease; }
.primary-btn i, .submit-btn i { font-style:normal; font-size:17px; transition:transform .25s ease; }
.primary-btn:hover, .submit-btn:hover { background:transparent; color:var(--ink); }
.primary-btn:hover i, .submit-btn:hover i { transform:translate(4px, 2px); }
.hero-side-note { position:absolute; right:16px; top:50%; transform:translateY(-50%) rotate(90deg); transform-origin:center; z-index:3; font-size:9px; letter-spacing:.24em; color:rgba(38,51,46,.48); }

/* INTRO / COUNTDOWN */
.section { padding:120px 0; }
.intro { text-align:center; max-width:850px; }
.script-line { margin:0 0 8px; font-family:var(--serif); font-size:30px; font-style:italic; color:var(--rose); }
.intro h2, .section-heading h2, .rsvp-intro h2, .closing h2 { margin:0; font-family:var(--serif); font-size:clamp(54px,7vw,88px); line-height:.96; font-weight:500; letter-spacing:-.035em; }
.intro > p[data-i18n="introBody"] { margin:30px auto 0; max-width:710px; color:var(--muted); }
.celebration-note { position:relative; max-width:720px; margin:42px auto 0; padding:25px 38px 26px; border:1px solid rgba(143,110,102,.28); background:rgba(255,253,250,.46); }
.celebration-note::before, .celebration-note::after { content:"✦"; position:absolute; top:50%; transform:translateY(-50%); color:rgba(143,110,102,.7); background:var(--paper); padding:2px 7px; font-family:var(--serif); font-size:11px; }
.celebration-note::before { left:-13px; }
.celebration-note::after { right:-13px; }
.celebration-note-label { display:block; margin-bottom:8px; color:var(--rose-deep); font-size:9px; font-weight:600; letter-spacing:.22em; text-transform:uppercase; }
.celebration-note p { margin:0; color:var(--ink-2); font-family:var(--serif); font-size:19px; line-height:1.5; }
.countdown-band { border-block:1px solid var(--line); background:rgba(255,253,250,.48); }
.countdown { display:grid; grid-template-columns:repeat(4,1fr); padding:34px 0; }
.countdown div { text-align:center; border-right:1px solid var(--line); }
.countdown div:last-child { border:0; }
.countdown strong { display:block; font-family:var(--serif); font-size:42px; line-height:1; font-weight:500; }
.countdown span { display:block; margin-top:8px; font-size:9px; letter-spacing:.2em; text-transform:uppercase; color:var(--muted); }

/* SINGLE DAY SECTION */
.day-section { position:relative; overflow:hidden; padding:130px 0 140px; background:var(--paper); color:var(--ink); }
.day-section::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 15% 10%, rgba(143,110,102,.16), transparent 32%); pointer-events:none; }
.day-rose { position:absolute; right:-220px; bottom:-270px; width:760px; opacity:.105; filter:grayscale(1) brightness(2.05); transform:rotate(-9deg); pointer-events:none; }
.section-heading { max-width:760px; margin-bottom:70px; position:relative; z-index:1; }
.day-section .eyebrow { color:#c9aea8; }
.section-lead { max-width:560px; margin:22px 0 0; color:rgba(244,238,231,.63); font-family:var(--serif); font-size:20px; }
.timeline { display:grid; grid-template-columns:1fr 82px 1fr; position:relative; z-index:1; }
.event-card { min-height:520px; padding:48px 50px 46px; border:1px solid rgba(244,238,231,.2); background:rgba(255,255,255,.025); display:flex; flex-direction:column; backdrop-filter:blur(3px); }
.event-card.dinner { background:rgba(143,110,102,.09); }
.event-topline { display:flex; justify-content:space-between; align-items:center; gap:16px; }
.event-number { font-family:var(--serif); font-size:18px; color:rgba(244,238,231,.35); }
.event-tag { font-size:9px; letter-spacing:.22em; color:#cdb7b1; }
.time { margin:46px 0 auto; font-family:var(--serif); font-size:82px; line-height:1; font-weight:400; color:#ead7d2; }
.event-copy h3 { margin:0 0 6px; font-family:var(--serif); font-size:46px; line-height:1; font-weight:500; }
.event-copy .venue { margin:0 0 10px; color:#cdb7b1; font-family:var(--serif); font-style:italic; font-size:20px; }
.event-copy > p:not(.venue) { color:rgba(244,238,231,.65); }
.event-copy .small-note { font-size:12px; max-width:430px; margin-top:22px; }
.event-copy a { display:inline-block; margin-top:18px; padding-bottom:3px; border-bottom:1px solid rgba(244,238,231,.65); font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.timeline-mark { position:relative; display:grid; place-items:center; }
.timeline-mark::before { content:""; position:absolute; top:0; bottom:0; left:50%; width:1px; background:rgba(244,238,231,.18); }
.timeline-mark span { position:relative; z-index:2; display:grid; place-items:center; width:38px; height:38px; border:1px solid rgba(244,238,231,.3); border-radius:50%; background:var(--paper); color:var(--rose-deep); font-size:11px; }

/* RSVP */
.rsvp-section { position:relative; overflow:hidden; padding:140px 0; background:linear-gradient(120deg,#eee3da 0%,#f7f1eb 75%); }
.rsvp-floral { position:absolute; left:-230px; top:80px; width:620px; height:820px; background:url("wedding-botanical.webp") left center/auto 100% no-repeat; opacity:.16; transform:scaleX(-1) rotate(-7deg); pointer-events:none; }
.rsvp-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:92px; align-items:start; position:relative; z-index:1; }
.rsvp-intro { position:sticky; top:56px; }
.rsvp-intro > p:not(.eyebrow) { max-width:360px; color:var(--muted); }
.rsvp-date { margin-top:44px; display:flex; align-items:baseline; gap:10px; color:var(--rose-deep); }
.rsvp-date strong { font-family:var(--serif); font-size:50px; font-weight:500; }
.rsvp-date span { font-size:9px; letter-spacing:.2em; font-weight:600; }
.rsvp-form { display:grid; grid-template-columns:1fr 1fr; gap:26px 22px; padding:46px; background:rgba(255,253,250,.72); border:1px solid rgba(38,51,46,.14); box-shadow:0 28px 70px rgba(67,50,44,.07); }
.field { display:flex; flex-direction:column; gap:8px; }
.field.full, .guest-total.full, .submit-btn, .form-status { grid-column:1/-1; }
.field label, fieldset legend { font-size:10px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
.field label b, fieldset legend b { color:var(--rose-deep); }
.field input, .field textarea { width:100%; border:0; border-bottom:1px solid rgba(38,51,46,.28); background:transparent; border-radius:0; padding:13px 0; outline:none; color:var(--ink); transition:border-color .2s ease; }
.field input:focus, .field textarea:focus { border-color:var(--ink); }
.field textarea { resize:vertical; min-height:94px; }
.field small { font-size:10px; color:var(--muted); }
.attendance-fieldset { border:0; padding:0; margin:0; }
.attendance-options { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:8px; }
.attendance-option { position:relative; display:block; cursor:pointer; }
.attendance-option input { position:absolute; opacity:0; pointer-events:none; }
.attendance-option > span { display:flex; flex-direction:column; justify-content:center; gap:3px; min-height:92px; border:1px solid var(--line); padding:17px 18px; transition:.2s ease; background:rgba(255,255,255,.28); }
.attendance-option b { font-family:var(--serif); font-size:18px; font-weight:500; }
.attendance-option small { color:var(--muted); font-size:10px; }
.attendance-option input:checked + span { background:var(--ink); color:var(--paper); border-color:var(--ink); }
.attendance-option input:checked + span small { color:rgba(244,238,231,.66); }
.attendance-option input:focus-visible + span { outline:2px solid var(--rose); outline-offset:2px; }
.guest-total { padding:13px 15px; background:rgba(143,110,102,.08); font-size:11px; letter-spacing:.02em; }
.guest-total strong { font-family:var(--serif); font-size:23px; margin-left:4px; }
.submit-btn { width:100%; margin-top:6px; }
.submit-btn:hover { background:var(--rose-deep); border-color:var(--rose-deep); color:#fff; }
.form-status { margin:0; font-size:11px; color:var(--muted); text-align:center; min-height:20px; }

/* CLOSING */
.closing { text-align:center; }
.closing h2 { font-size:clamp(62px,8vw,102px); }
.closing > p:not(.script-line) { color:var(--muted); }
.tiny-monogram { margin:38px auto 0; width:84px; height:84px; border:1px solid var(--line); border-radius:50%; display:grid; place-items:center; font-family:var(--serif); font-size:21px; }
footer { border-top:1px solid var(--line); padding:28px 0; font-size:10px; letter-spacing:.08em; color:var(--muted); }
.footer-inner { display:flex; justify-content:space-between; gap:20px; }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 920px) {
  .wrap { width:min(100% - 32px, 760px); }
  .hero::before, .hero-side-note { display:none; }
  .hero-rose { right:-160px; width:780px; opacity:.38; }
  .hero-inner { margin-left:auto; margin-right:auto; padding:60px 16px 100px; text-align:center; }
  .hero-rule { margin-inline:auto; }
  .date-line { justify-content:center; }
  .hero-copy { margin-left:auto; margin-right:auto; }
  .timeline { grid-template-columns:1fr; gap:18px; }
  .timeline-mark { display:none; }
  .event-card { min-height:430px; }
  .rsvp-grid { grid-template-columns:1fr; gap:52px; }
  .rsvp-intro { position:static; text-align:center; }
  .rsvp-intro > p:not(.eyebrow) { margin-inline:auto; }
  .rsvp-date { justify-content:center; }
}
@media (max-width: 620px) {
  .wrap { width:min(100% - 24px, 520px); }
  .nav { height:78px; }
  .nav-rsvp { display:none; }
  .hero { min-height:92svh; }
  .hero-rose { right:-250px; top:54%; width:720px; opacity:.28; }
  .hero h1 { font-size:clamp(70px,22vw,110px); line-height:.88; }
  .hero h1 em { display:block; margin:.04em 0; }
  .hero-copy { font-size:20px; }
  .date-line { gap:10px; letter-spacing:.1em; font-size:10px; }
  .date-line b { width:18px; }
  .section { padding:88px 0; }
  .countdown { padding:26px 0; }
  .countdown strong { font-size:30px; }
  .countdown span { font-size:7px; letter-spacing:.13em; }
  .day-section { padding:94px 0; }
  .section-heading { margin-bottom:42px; }
  .event-card { min-height:0; padding:34px 28px; }
  .time { margin:34px 0 58px; font-size:66px; }
  .event-copy h3 { font-size:38px; }
  .rsvp-section { padding:96px 0; }
  .rsvp-form { grid-template-columns:1fr; padding:30px 22px; }
  .field.half { grid-column:1/-1; }
  .attendance-options { grid-template-columns:1fr; }
  .footer-inner { flex-direction:column; align-items:center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .reveal { opacity:1; transform:none; }
}


/* V5 floral framing refinements */
@media (max-width: 920px) {
  .hero::before { inset:22px; }
  .hero::after { bottom:19px; background:#f3e9e1; }
  .hero-rose { width:min(62vw,620px); opacity:.42; }
  .hero-rose-left { left:-260px; }
  .hero-rose-right { right:-260px; }
  .hero-inner { margin-inline:auto; padding:66px 42px 105px; text-align:center; }
  .hero-rule { margin-inline:auto; }
  .hero-copy { margin-inline:auto; }
}
@media (max-width: 620px) {
  .hero::before { inset:12px; }
  .hero::after { bottom:9px; }
  .hero-rose { top:56%; width:690px; opacity:.24; }
  .hero-rose-left { left:-430px; transform:translateY(-50%) scaleX(-1) rotate(-5deg); }
  .hero-rose-right { right:-430px; transform:translateY(-50%) rotate(-5deg); }
  .hero-inner { padding:70px 20px 88px; }
  .celebration-note { margin-top:34px; padding:22px 24px 23px; }
  .celebration-note p { font-size:18px; }
}


/* V6 — user-provided botanical artwork + light wedding-day section */
.hero {
  background: #f4eee7;
  isolation: isolate;
}
.hero-wash {
  z-index: 1;
  background: linear-gradient(90deg,
    rgba(244,238,231,.06) 0%,
    rgba(244,238,231,.14) 22%,
    rgba(244,238,231,.72) 39%,
    rgba(244,238,231,.80) 50%,
    rgba(244,238,231,.72) 61%,
    rgba(244,238,231,.14) 78%,
    rgba(244,238,231,.06) 100%);
}
.hero::before {
  content:"";
  position:absolute;
  inset:34px;
  border:1px solid rgba(121,85,77,.18);
  pointer-events:none;
  z-index:3;
}
.hero::after {
  content:"✦";
  position:absolute;
  left:50%;
  bottom:31px;
  transform:translateX(-50%);
  width:34px;
  text-align:center;
  color:rgba(121,85,77,.66);
  background:#f4eee7;
  z-index:4;
}
.hero-botanical {
  position:absolute;
  top:0;
  bottom:0;
  width:55%;
  z-index:0;
  background-image:url("wedding-botanical.webp");
  background-repeat:no-repeat;
  background-size:auto 100%;
  pointer-events:none;
}
.hero-botanical-left { left:0; background-position:left center; }
.hero-botanical-right { right:0; background-position:right center; }
.hero .nav, .hero-inner, .hero-side-note { position:relative; z-index:5; }
.hero-copy { max-width:660px; color:#4b5651; font-size:25px; line-height:1.52; }

/* Events: same warm paper background as the rest of the site, no dark green block */
.day-section {
  position:relative;
  overflow:hidden;
  padding:124px 0 136px;
  background:var(--paper);
  color:var(--ink);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.day-section::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,253,250,.34), rgba(244,238,231,0));
  pointer-events:none;
}
.day-rose { display:none !important; }
.day-section .eyebrow { color:var(--rose-deep); }
.section-lead { color:var(--muted); font-size:21px; }
.timeline {
  grid-template-columns:1fr 1fr;
  gap:34px;
}
.timeline-mark { display:none; }
.event-card,
.event-card.dinner {
  min-height:500px;
  padding:50px 48px 46px;
  border:1px solid rgba(38,51,46,.16);
  background:rgba(255,253,250,.34);
  box-shadow:0 20px 55px rgba(76,58,49,.045);
  backdrop-filter:none;
}
.event-topline { border-bottom:1px solid var(--line); padding-bottom:18px; }
.event-number { color:rgba(38,51,46,.36); font-weight:600; }
.event-tag {
  color:var(--ink);
  font-size:10px;
  font-weight:700;
  letter-spacing:.22em;
}
.time {
  margin:40px 0 56px;
  font-family:var(--serif);
  font-size:88px;
  line-height:.9;
  font-weight:600;
  color:var(--ink);
  letter-spacing:-.03em;
}
.event-copy h3 {
  margin:0 0 10px;
  color:var(--ink);
  font-family:var(--serif);
  font-size:49px;
  line-height:.96;
  font-weight:700;
  letter-spacing:-.02em;
}
.event-copy .venue {
  margin:0 0 12px;
  color:var(--rose-deep);
  font-family:var(--serif);
  font-size:21px;
  font-style:italic;
  font-weight:600;
}
.event-copy > p:not(.venue) { color:var(--ink-2); }
.event-copy > p strong { font-weight:700; }
.event-copy .small-note { color:var(--muted); font-size:12px; }
.event-copy a {
  color:var(--ink);
  border-bottom:1px solid rgba(38,51,46,.55);
  font-weight:700;
}

/* Reuse the exact supplied floral artwork softly in RSVP instead of the old SVG rose */
.rsvp-floral {
  left:-110px;
  top:40px;
  width:560px;
  height:760px;
  background:url("wedding-botanical.webp") left center/auto 100% no-repeat;
  opacity:.12;
  transform:none;
}

@media (max-width: 920px) {
  .hero::before { inset:22px; }
  .hero::after { bottom:19px; }
  .hero-botanical { width:62%; opacity:.92; }
  .hero-wash { background:rgba(244,238,231,.64); }
  .timeline { grid-template-columns:1fr; gap:24px; }
  .event-card, .event-card.dinner { min-height:0; }
}
@media (max-width: 620px) {
  .hero::before { inset:12px; }
  .hero::after { bottom:9px; }
  .hero-botanical { width:72%; opacity:.82; background-size:auto 100%; }
  .hero-botanical-left { left:-18%; }
  .hero-botanical-right { right:-18%; }
  .hero-wash { background:rgba(244,238,231,.73); }
  .hero-copy { font-size:20px; line-height:1.5; }
  .day-section { padding:92px 0 98px; }
  .event-card, .event-card.dinner { padding:34px 27px 32px; }
  .time { margin:30px 0 44px; font-size:68px; }
  .event-copy h3 { font-size:39px; }
}


/* V8 — exact user-provided floral frame + warm event cards */
.hero {
  background:#f4eee7;
}
.hero-botanical,
.hero-botanical-left,
.hero-botanical-right,
.hero-wash {
  display:none !important;
}
.hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:#f4eee7 url("floral-frame.jpg") center top / cover no-repeat;
  z-index:0;
  pointer-events:none;
}
.hero::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    rgba(244,238,231,.10) 0%,
    rgba(244,238,231,.26) 16%,
    rgba(244,238,231,.74) 33%,
    rgba(244,238,231,.92) 50%,
    rgba(244,238,231,.74) 67%,
    rgba(244,238,231,.26) 84%,
    rgba(244,238,231,.10) 100%);
  z-index:1;
  pointer-events:none;
}
.hero .nav,
.hero-inner,
.hero-side-note { position:relative; z-index:2; }
.hero-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 76px 32px 108px;
  text-align:center;
}
.hero h1,
.hero .eyebrow,
.hero .date-line,
.hero-copy,
.hero-side-note,
.monogram,
.nav-rsvp,
.lang-btn { color:var(--ink); }
.hero-rule span { background:rgba(38,51,46,.22); }
.hero-copy {
  max-width: 760px;
  margin-left:auto;
  margin-right:auto;
  color:#4f5954;
}
.date-line { justify-content:center; }
.primary-btn {
  background:rgba(244,238,231,.9);
  border-color:rgba(121,85,77,.28);
}
.primary-btn:hover {
  background:#c67b66;
  border-color:#c67b66;
  color:#fff;
}
.day-section {
  background:#f4eee7 !important;
  color:var(--ink) !important;
  border-top:1px solid rgba(121,85,77,.18);
  border-bottom:1px solid rgba(121,85,77,.18);
}
.day-section::before {
  content:"";
  position:absolute;
  inset:26px;
  border:1px solid rgba(121,85,77,.14);
  pointer-events:none;
}
.day-section .wrap { position:relative; z-index:1; }
.timeline {
  grid-template-columns:1fr 1fr;
  gap:34px;
}
.timeline-mark { display:none !important; }
.event-card,
.event-card.dinner {
  min-height: auto;
  background:#f4eee7 !important;
  color:var(--ink) !important;
  border:1px solid rgba(121,85,77,.18) !important;
  box-shadow:0 12px 34px rgba(111,81,66,.06);
  padding:44px 42px 40px;
}
.event-topline {
  border-bottom:1px solid rgba(121,85,77,.14);
  padding-bottom:16px;
}
.event-number {
  color:rgba(121,85,77,.58);
  font-weight:700;
}
.event-tag {
  color:var(--ink) !important;
  font-weight:700;
  letter-spacing:.2em;
}
.time {
  color:var(--ink) !important;
  font-size:82px;
  font-weight:700;
  margin:28px 0 42px;
}
.event-copy h3 {
  color:var(--ink) !important;
  font-size:44px;
  font-weight:700;
  line-height:1;
  margin-bottom:12px;
}
.event-copy .venue {
  color:#8f6e66 !important;
  font-size:22px;
  font-weight:700;
}
.event-copy > p,
.event-copy > p:not(.venue),
.event-copy .small-note,
.event-copy a {
  color:var(--ink) !important;
}
.event-copy .small-note {
  opacity:.76;
}
.event-copy a {
  border-bottom:1px solid rgba(121,85,77,.24);
  font-weight:700;
}
@media (max-width: 920px) {
  .hero::before {
    background-size: cover;
    background-position:center top;
  }
  .hero::after {
    background:linear-gradient(180deg,
      rgba(244,238,231,.15) 0%,
      rgba(244,238,231,.55) 28%,
      rgba(244,238,231,.85) 48%,
      rgba(244,238,231,.93) 100%);
  }
  .timeline { grid-template-columns:1fr; }
}
@media (max-width: 620px) {
  .hero-inner {
    padding:66px 18px 84px;
  }
  .hero::before {
    background-size: cover;
    background-position:center top;
  }
  .event-card,
  .event-card.dinner {
    padding:30px 24px 28px;
  }
  .time {
    font-size:60px;
    margin:22px 0 30px;
  }
  .event-copy h3 { font-size:34px; }
  .event-copy .venue { font-size:20px; }
}

/* V9 final visual corrections — exact supplied floral artwork + warm framed event cards */
.hero {
  background: #f4eee7;
}
.hero-botanical {
  background-image: url("wedding-botanical.webp") !important;
  opacity: 1;
  filter: none;
}
.hero-botanical-left {
  left: 0;
  background-position: left center;
}
.hero-botanical-right {
  right: 0;
  background-position: right center;
}
.hero-wash {
  background: linear-gradient(90deg,
    rgba(244,238,231,.02) 0%,
    rgba(244,238,231,.15) 25%,
    rgba(244,238,231,.82) 40%,
    rgba(244,238,231,.88) 50%,
    rgba(244,238,231,.82) 60%,
    rgba(244,238,231,.15) 75%,
    rgba(244,238,231,.02) 100%) !important;
}

.day-section {
  background: #f4eee7 !important;
  color: #26332e !important;
}
.day-section::before {
  background: radial-gradient(circle at 50% -15%, rgba(181,145,109,.12), transparent 44%) !important;
}
.section-heading h2,
.day-section .section-lead,
.day-section .eyebrow {
  color: #26332e;
}
.day-section .eyebrow { color: #79554d !important; }
.day-section .section-lead { color: #71746f !important; }

.event-card,
.event-card.dinner {
  background: rgba(251,248,244,.58) !important;
  border: 1px solid rgba(151,116,82,.34) !important;
  box-shadow: 0 18px 48px rgba(93,68,47,.055) !important;
  color: #26332e !important;
  position: relative;
}
.event-card::before,
.event-card.dinner::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(151,116,82,.12);
  pointer-events: none;
}
.event-topline {
  border-bottom: 1px solid rgba(151,116,82,.20) !important;
}
.event-tag {
  color: #79554d !important;
  font-weight: 700 !important;
}
.event-number { color: rgba(121,85,77,.48) !important; }
.time {
  color: #4c392f !important;
  font-family: var(--serif) !important;
  font-weight: 600 !important;
}
.event-copy h3 {
  color: #3f3029 !important;
  font-family: var(--serif) !important;
  font-weight: 600 !important;
}
.event-copy .venue {
  color: #79554d !important;
  font-weight: 600 !important;
}
.event-copy > p:not(.venue) {
  color: #394740 !important;
}
.event-copy > p strong {
  color: #3f3029 !important;
  font-weight: 700 !important;
}
.event-copy .small-note { color: #71746f !important; }
.event-copy a {
  color: #4c392f !important;
  border-bottom-color: rgba(76,57,47,.48) !important;
  font-weight: 700 !important;
}
.rsvp-floral {
  background-image: url("wedding-botanical.webp") !important;
}

@media (max-width: 920px) {
  .hero-botanical { opacity: .9; }
  .hero-wash { background: rgba(244,238,231,.68) !important; }
}
@media (max-width: 620px) {
  .hero-botanical { opacity: .75; }
  .hero-wash { background: rgba(244,238,231,.76) !important; }
  .event-card, .event-card.dinner { background: rgba(251,248,244,.72) !important; }
}

/* ===== Final v10 floral/frame overrides ===== */
.hero {
  position: relative;
  min-height: 100svh;
  background: #f4eee7;
}
.hero-frame {
  position: absolute;
  inset: 0;
  background: #f4eee7 url("wedding-botanical.jpg") center top / cover no-repeat;
  opacity: 1;
  z-index: 0;
}
.hero-wash {
  position:absolute;
  inset:0;
  z-index:1;
  background: linear-gradient(180deg, rgba(244,238,231,.28) 0%, rgba(244,238,231,.48) 45%, rgba(244,238,231,.72) 100%);
}
.hero .nav, .hero-inner { position: relative; z-index: 2; }
.hero-botanical,
.hero-botanical-left,
.hero-botanical-right,
.hero-side-note { display: none !important; }
.hero-inner {
  max-width: 980px;
  text-align: center;
  padding-top: 15vh;
  padding-bottom: 12vh;
}
.eyebrow {
  color: #79554d !important;
  letter-spacing: .24em;
}
.hero h1 {
  color: #26332e;
  text-shadow: 0 1px 0 rgba(255,255,255,.3);
}
.hero h1 em { color: #b0887b; }
.date-line {
  justify-content: center;
  font-weight: 600;
  color: #26332e;
}
.hero-copy {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(1.6rem, 2vw, 2.15rem);
  line-height: 1.55;
  color: #4b5853;
  text-wrap: balance;
}
.primary-btn {
  margin-top: 28px;
}
/* Events section: warm paper background and framed cards */
.day-section {
  background: #f4eee7 !important;
  color: #26332e;
  padding: 120px 0 130px;
}
.day-section::before,
.timeline-mark { display:none !important; }
.day-section .eyebrow,
.day-section .section-lead { color: #79554d !important; }
.timeline {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.event-card,
.event-card.dinner {
  min-height: 0;
  padding: 38px 34px 34px;
  background: rgba(251,248,244,.88) !important;
  border: 1px solid rgba(181,145,109,.30) !important;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(100,80,64,.06);
  backdrop-filter: none;
}
.event-card .time {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 700;
  color: #26332e;
  letter-spacing: .03em;
  margin-bottom: 12px;
}
.event-card h3 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.55rem);
  font-weight: 700;
  color: #26332e;
  margin-bottom: 8px;
}
.event-card .venue,
.event-card p strong {
  font-weight: 700;
  color: #79554d;
}
.event-card .venue {
  font-size: 1.05rem;
  letter-spacing: .04em;
}
.event-tag {
  color: #b0887b;
  font-weight: 700;
}
.event-copy p,
.event-copy a,
.small-note { color:#4b5853; }
.event-copy a { font-weight:700; }
/* use same warm background site-wide for RSVP transition */
.rsvp-section {
  background: linear-gradient(180deg, #f2ebe3 0%, #f7f1eb 100%);
}
@media (max-width: 900px) {
  .hero-frame {
    background-position: center top;
    background-size: cover;
  }
  .hero-inner {
    padding-top: 18vh;
    padding-bottom: 10vh;
  }
  .timeline { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  .hero {
    min-height: auto;
  }
  .hero-frame {
    background-position: center top;
    background-size: cover;
  }
  .hero-copy {
    font-size: 1.35rem;
  }
  .event-card,
  .event-card.dinner {
    padding: 30px 22px 28px;
    border-radius: 14px;
  }
}
