
:root{
  --bg:#fcf6f0; --bg-soft:#f6ede3; --surface:#fffdfa; --surface-2:rgba(255,252,248,0.82);
  --text:#3b2c27; --muted:#7b6961; --line:rgba(160,131,110,0.16);
  --gold:#d8b487; --gold-dark:#ad8356; --champagne:#f4e3c7; --rose:#e7c8c3; --blush:#f4ded9; --berry:#a56b79; --ink-light:#fffaf4;
  --header-bg:rgba(255,250,244,.78); --footer-bg:linear-gradient(180deg,#8f7365,#7e655a);
  --hero-bg:linear-gradient(180deg,#fbf4eb 0%, #f9f1e9 100%);
  --hero-overlay:radial-gradient(circle at 12% 18%, rgba(216,180,135,.20), transparent 25%), radial-gradient(circle at 82% 16%, rgba(231,200,195,.22), transparent 28%), linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,.05));
  --pagehero-bg:linear-gradient(180deg,#f8f1e9 0,#f5ede4 70%, transparent 70%);
  --pagehero-card:linear-gradient(160deg,#fffaf4,#f8ede3);
  --card-bg:linear-gradient(180deg,rgba(255,253,250,.96),rgba(249,240,232,.94));
  --panel-bg:linear-gradient(160deg,rgba(255,253,250,.98),rgba(250,244,238,.94));
  --cta-bg:linear-gradient(135deg,rgba(127,96,78,.82),rgba(191,161,145,.74));
  --btn-primary:linear-gradient(135deg,var(--champagne),#efd3c9);
  --shadow:0 24px 64px rgba(63,42,29,0.12); --shadow-soft:0 14px 34px rgba(63,42,29,0.08);
  --radius-xl:40px; --radius-lg:28px; --radius-md:18px; --container:1220px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',sans-serif;color:var(--text);background:radial-gradient(circle at top left, rgba(216,180,135,0.14), transparent 26%),radial-gradient(circle at top right, rgba(231,200,195,0.16), transparent 24%),radial-gradient(circle at bottom right, rgba(244,222,217,0.14), transparent 24%),linear-gradient(180deg,#fffaf6 0%, #fcf6f0 100%);line-height:1.7}
img{max-width:100%;display:block} a{text-decoration:none;color:inherit} button,input,textarea,select{font:inherit}
.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}
.section{padding:92px 0;position:relative}.section.compact{padding:68px 0}
.section::before,.section-luxe::before{content:"";position:absolute;inset:18px 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(216,180,135,.30),transparent)}
.kicker{letter-spacing:.28em;text-transform:uppercase;font-size:.78rem;color:var(--gold-dark);font-weight:700;margin-bottom:14px}
.section-title,.hero-title,.page-hero-title,.cta-banner h2,.footer-brand,.story-blockquote{font-family:'Cormorant Garamond',serif;line-height:.96;font-weight:600;letter-spacing:-.025em}
.section-title{font-size:clamp(2.7rem,4vw,4.4rem);max-width:12ch}.lede{max-width:68ch;color:var(--muted);margin-top:16px;font-size:1.02rem}
.eyebrow-line{width:92px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);margin:24px 0 0}
.bead-strip{height:16px;background:linear-gradient(90deg,var(--gold) 0 10%, #fdf8f1 10% 20%, #1d1d1d 20% 30%, #d76560 30% 40%, #edbb4a 40% 50%, #4174c8 50% 60%, var(--gold) 60% 70%, #fdf8f1 70% 80%, #e08b8b 80% 90%, #6b564f 90% 100%);box-shadow:0 8px 24px rgba(63,42,29,.06);opacity:.95}
.site-header{position:sticky;top:0;z-index:40;backdrop-filter:blur(16px);background:var(--header-bg);border-bottom:1px solid rgba(216,180,135,.16)}
.site-header.scrolled{box-shadow:0 8px 26px rgba(63,42,29,.08)}
.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:86px}.brand-mark{display:flex;align-items:center;gap:14px}
.brand-mini{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--champagne),#fff9ef);color:#6a5146;font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:700;box-shadow:var(--shadow-soft);border:1px solid rgba(216,180,135,.28)}
.brand-text{font-weight:700;letter-spacing:.02em;color:var(--text)}
.site-nav{display:flex;gap:1.15rem;align-items:center;flex-wrap:wrap}.site-nav a{position:relative;font-size:.94rem;color:var(--muted);font-weight:600;padding:.3rem 0}.site-nav a::after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background:linear-gradient(90deg,var(--gold),var(--rose));transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.site-nav a.active{color:var(--text)}.site-nav a.active::after{transform:scaleX(1)}@media (hover:hover) and (pointer:fine){.site-nav a:hover{color:var(--text)}.site-nav a:hover::after{transform:scaleX(1)}}
.nav-toggle{display:none;border:none;background:rgba(255,255,255,.7);color:var(--text);width:46px;height:46px;border-radius:14px;font-size:1.2rem;border:1px solid rgba(216,180,135,.16)}
.hero{padding:42px 0 92px;overflow:hidden;position:relative;background:var(--hero-bg)}
.hero::before{content:"";position:absolute;inset:0;background:var(--hero-overlay)}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:160px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.40));pointer-events:none}.hero>.container{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:38px;align-items:center}.hero-copy{padding:44px 0}.hero-overline{letter-spacing:.28em;text-transform:uppercase;font-size:.78rem;color:var(--gold-dark);font-weight:700;margin-bottom:18px}.hero-title{font-size:clamp(3.6rem,7vw,7rem);max-width:8.5ch;color:#45332d}.hero-title em{font-style:italic;color:#8e6a5e;font-weight:500}.hero-title .amp{color:var(--gold)}.hero-subtitle{font-size:1.06rem;color:var(--muted);max-width:58ch;margin-top:18px}
.hero-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.meta-pill{padding:14px 18px;border-radius:999px;background:rgba(255,255,255,.68);border:1px solid rgba(216,180,135,.20);backdrop-filter:blur(12px);box-shadow:var(--shadow-soft);font-size:.92rem;font-weight:600;color:var(--text)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:15px 24px;border-radius:999px;border:1px solid transparent;transition:.22s ease;cursor:pointer;font-weight:700}.btn-primary{background:var(--btn-primary);color:#5b4439;box-shadow:0 14px 28px rgba(173,131,86,.18)}.btn-secondary{background:rgba(255,255,255,.46);border-color:rgba(216,180,135,.20);color:var(--text)}.btn-secondary.invert{color:#fff;border-color:rgba(255,255,255,.24);background:transparent}@media (hover:hover) and (pointer:fine){.btn-primary:hover{transform:translateY(-2px)}.btn-secondary:hover{background:#fff}}
.hero-visual{position:relative;min-height:760px}.hero-main-photo{position:absolute;inset:0 9% 0 0;border-radius:44px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.65)}.hero-main-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 38%, rgba(109,85,72,.10));pointer-events:none}.hero-main-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hero-floating{position:absolute;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:10px solid rgba(255,250,244,.96)}.hero-floating.small-a{width:40%;right:0;top:30px}.hero-floating.small-b{width:42%;right:4%;bottom:20px}
.hero-badge{position:absolute;left:24px;bottom:26px;padding:18px 20px;border-radius:22px;background:rgba(255,252,248,.66);backdrop-filter:blur(18px);border:1px solid rgba(216,180,135,.18);box-shadow:var(--shadow-soft);max-width:290px;color:var(--text)}.hero-badge strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.8rem;line-height:1.05;margin-bottom:6px;color:#6f5246}
.countdown-grid{margin-top:36px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:620px}.count-item{padding:18px 16px;border-radius:24px;background:rgba(255,255,255,.70);border:1px solid rgba(216,180,135,.18);box-shadow:var(--shadow-soft);text-align:center;backdrop-filter:blur(12px)}.count-item strong{display:block;font-size:2.1rem;font-family:'Cormorant Garamond',serif;color:#7f604e}.count-item span{text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;color:var(--muted)}
.editorial-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.editorial-stack{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.dual-stack,.portrait-pair{display:grid;gap:20px}.portrait-pair{grid-template-columns:1fr 1fr}
.image-feature{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px;align-items:center}.image-feature.reverse{grid-template-columns:1.05fr .95fr}.feature-images.mosaic-display{display:grid;grid-template-columns:1.1fr .9fr;grid-template-areas:'wide wide' 'one two';gap:20px}.feature-images .wide{grid-area:wide}.feature-images .square:nth-child(2){grid-area:one}.feature-images .square:nth-child(3){grid-area:two}
.frame{border-radius:32px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow);border:1px solid rgba(216,180,135,.14)}.frame img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}@media (hover:hover) and (pointer:fine){.frame:hover img{transform:scale(1.03)}}.frame.tall{aspect-ratio:4/5}.frame.square{aspect-ratio:1/1}.frame.landscape{aspect-ratio:4/3}
.moment-grid,.timeline-cards,.registry-grid,.travel-grid,.party-grid,.faq-grid,.contact-grid{display:grid;gap:24px}.moment-grid{grid-template-columns:repeat(3,1fr);margin-top:34px}.moment-card{padding:30px;border-radius:32px;background:var(--card-bg);border:1px solid rgba(216,180,135,.18);box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.moment-card::before{content:"";position:absolute;right:-30px;top:-30px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(231,200,195,.26),transparent 70%)}.moment-card .step{display:inline-flex;padding:9px 12px;border-radius:999px;background:#f8ead6;font-size:.78rem;color:var(--gold-dark);font-weight:700;margin-bottom:14px}.moment-card h3{font-family:'Cormorant Garamond',serif;font-size:2.1rem;line-height:1.04;margin-bottom:8px}.moment-card p{color:var(--muted)}
.section-panel{padding:38px;border-radius:36px;background:var(--panel-bg);border:1px solid rgba(216,180,135,.18);box-shadow:var(--shadow)}.link-arrow{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;color:var(--gold-dark);margin-top:20px}.link-arrow::after{content:'→'}
.cta-banner{background-image:var(--cta-bg), url('images/couple-hug.jpg');background-position:center;background-size:cover;color:#fff;border-radius:42px;padding:48px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.22)}.cta-banner h2{font-size:clamp(2.5rem,4vw,4.5rem);max-width:10ch;color:#fffaf1}.cta-banner p{margin-top:14px;max-width:58ch;color:rgba(255,250,244,.88)}
.page-hero{padding:44px 0 54px;position:relative;background:var(--pagehero-bg)}.page-hero-shell{display:grid;grid-template-columns:1.04fr .96fr;gap:22px;align-items:stretch}.page-hero-copy{padding:48px;display:flex;flex-direction:column;justify-content:center;background:var(--pagehero-card);border:1px solid rgba(216,180,135,.18);border-radius:40px;box-shadow:var(--shadow)}.page-hero-copy .kicker{color:var(--gold-dark)}.page-hero-title{font-size:clamp(3rem,5vw,5.6rem);max-width:10ch;color:#49362f}.page-hero-text{margin-top:16px;color:var(--muted);max-width:58ch}.page-hero-media{border-radius:40px;overflow:hidden;box-shadow:var(--shadow);min-height:440px;border:1px solid rgba(255,255,255,.62)}.page-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.story-blockquote{font-size:clamp(2.1rem,3vw,3.4rem);line-height:1.1;color:var(--berry)}.story-blockquote span{display:block;font-size:1rem;font-family:'Plus Jakarta Sans',sans-serif;color:var(--muted);margin-top:14px}.story-columns{display:grid;grid-template-columns:.82fr 1.18fr;gap:30px;align-items:start;margin-top:32px}.copy-card{padding:34px;border-radius:30px;background:rgba(255,252,249,.94);border:1px solid rgba(216,180,135,.18);box-shadow:var(--shadow-soft)}.copy-card p + p{margin-top:18px}
.milestone-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}.milestone,.timeline-card,.party-card,.rsvp-note,.registry-card,.stay-card,.info-item,.faq-item,.contact-card{background:var(--card-bg);border:1px solid rgba(216,180,135,.18);box-shadow:var(--shadow-soft)}.milestone{padding:24px;border-radius:26px}.milestone .year{font-size:.85rem;text-transform:uppercase;letter-spacing:.16em;color:var(--gold-dark);font-weight:700;margin-bottom:8px}.milestone h4{font-family:'Cormorant Garamond',serif;font-size:1.9rem;line-height:1.05;margin-bottom:10px}
.timeline-cards{grid-template-columns:repeat(3,1fr);margin-top:36px}.timeline-card{padding:30px;border-radius:30px}.timeline-card time{display:inline-block;padding:8px 12px;border-radius:999px;background:#f8ead6;color:var(--gold-dark);font-weight:700;font-size:.82rem;margin-bottom:14px}.timeline-card h3{font-family:'Cormorant Garamond',serif;font-size:2rem;margin-bottom:10px}.timeline-card p{color:var(--muted)}
.note-band{margin-top:28px;padding:20px 22px;border-left:4px solid var(--gold);background:rgba(255,251,247,.88);border-radius:0 18px 18px 0;color:var(--muted);box-shadow:var(--shadow-soft)}.party-grid{grid-template-columns:repeat(2,1fr);margin-top:28px}.party-card{padding:28px;border-radius:24px}.party-role{font-size:.8rem;text-transform:uppercase;letter-spacing:.16em;color:var(--gold-dark);font-weight:700}.party-card h3{font-family:'Cormorant Garamond',serif;font-size:2rem;margin:10px 0 8px}
.rsvp-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:start}.rsvp-note{padding:24px;border-radius:24px}.rsvp-note + .rsvp-note{margin-top:18px}.rsvp-note strong{display:block;margin-bottom:8px}.form-card{padding:32px;border-radius:34px;background:var(--panel-bg);border:1px solid rgba(216,180,135,.20);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:10px}.field.full{grid-column:1/-1}.field label{font-size:.9rem;font-weight:700;color:var(--muted)}.field input,.field textarea,.field select{width:100%;border:1px solid rgba(160,131,110,.16);background:#fffdfa;padding:14px 16px;border-radius:18px;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--gold)}.radio-row{display:flex;flex-wrap:wrap;gap:12px}.radio-card{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(160,131,110,.16);border-radius:16px;background:#fffdfa}#rsvp-confirm{display:none;margin-top:16px;padding:16px 18px;border-radius:18px;background:#eef8ef;color:#2f6d40;font-weight:600}
.registry-grid{grid-template-columns:repeat(4,1fr);margin-top:30px}.registry-card{padding:30px;text-align:center;border-radius:26px}.registry-card .store{font-family:'Cormorant Garamond',serif;font-size:2rem}
.travel-grid{grid-template-columns:1fr .9fr;margin-top:30px;align-items:start}.stay-stack{display:grid;gap:18px}.stay-card{padding:26px;border-radius:26px}.stay-card h3{font-family:'Cormorant Garamond',serif;font-size:1.95rem;margin-bottom:8px}.info-list{display:grid;gap:16px}.info-item{display:grid;grid-template-columns:140px 1fr;gap:14px;padding:22px;border-radius:22px}.info-item .label{font-size:.82rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gold-dark);font-weight:700}
.masonry{columns:3 260px;column-gap:18px;margin-top:34px}.masonry figure{break-inside:avoid;margin:0 0 18px;border-radius:26px;overflow:hidden;position:relative;box-shadow:var(--shadow-soft);background:#fff;border:1px solid rgba(216,180,135,.16)}.masonry img{width:100%;display:block;cursor:pointer}.masonry figcaption{padding:14px 16px;color:var(--muted);font-size:.92rem;background:#fffdfa}
.faq-grid{grid-template-columns:1fr 1fr;margin-top:32px}.faq-list{display:grid;gap:16px}.faq-item{padding:0;border-radius:24px;overflow:hidden}.faq-question{width:100%;text-align:left;border:none;background:none;padding:20px 24px;font-weight:700;display:flex;justify-content:space-between;gap:1rem;cursor:pointer}.faq-answer{display:none;padding:0 24px 24px;color:var(--muted)}.faq-item.open .faq-answer{display:block}.faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
.contact-grid{grid-template-columns:repeat(3,1fr);margin-top:30px}.contact-card{padding:30px;border-radius:26px}.contact-card h3{font-family:'Cormorant Garamond',serif;font-size:2rem;margin-bottom:12px}
.site-footer{padding:42px 0 28px;margin-top:40px;border-top:1px solid rgba(216,180,135,.14);background:var(--footer-bg);color:var(--ink-light)}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.footer-brand{font-size:2.2rem;margin-bottom:10px;color:#fff7ee}.site-footer h4{font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;color:#ffeacf;margin-bottom:10px}.site-footer p,.site-footer a{color:rgba(255,250,244,.88)}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:24px;margin-top:26px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,250,244,.78);font-size:.94rem}
.lightbox{position:fixed;inset:0;background:rgba(52,37,31,.88);display:none;align-items:center;justify-content:center;z-index:60;padding:2rem}.lightbox.open{display:flex}.lightbox img{max-width:min(92vw,1100px);max-height:84vh;border-radius:22px;box-shadow:var(--shadow)}.lightbox-close{position:absolute;top:22px;right:22px;width:50px;height:50px;border:none;border-radius:50%;background:#fff;font-size:1.7rem;cursor:pointer}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease, transform .6s ease}.reveal.in{opacity:1;transform:none}
@media (max-width:1040px){.hero-grid,.editorial-grid,.page-hero-shell,.story-columns,.rsvp-layout,.travel-grid,.faq-grid,.image-feature{grid-template-columns:1fr}.moment-grid,.timeline-cards,.registry-grid,.contact-grid,.party-grid,.milestone-row,.portrait-pair{grid-template-columns:1fr 1fr}.hero-visual{min-height:640px}.page-hero{background:linear-gradient(180deg,#f8f1e9 0,#f5ede4 48%, transparent 48%)}.feature-images.mosaic-display{grid-template-columns:1fr 1fr;grid-template-areas:'wide wide' 'one two'}}
@media (max-width:820px){.nav-toggle{display:grid;place-items:center}.site-nav{position:absolute;top:82px;left:1rem;right:1rem;display:none;flex-direction:column;align-items:flex-start;background:rgba(255,250,244,.98);padding:18px;border:1px solid rgba(216,180,135,.16);border-radius:22px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.hero{padding-top:28px}.hero-visual{min-height:auto;display:grid;gap:16px}.hero-main-photo{position:relative;inset:auto;aspect-ratio:4/5}.hero-floating{position:relative;border-width:8px;width:auto !important;right:auto !important;top:auto !important;bottom:auto !important}.hero-badge{position:relative;left:auto;bottom:auto;max-width:none}.countdown-grid,.form-grid,.party-grid,.moment-grid,.timeline-cards,.contact-grid,.registry-grid,.milestone-row,.portrait-pair{grid-template-columns:1fr}.editorial-stack,.feature-images.mosaic-display{grid-template-columns:1fr}.info-item{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.section,.hero,.page-hero{padding-bottom:72px}.page-hero-copy{padding:34px}}

:root{--text:#402d27;--muted:#796861;--gold:#d2ac74;--gold-dark:#9c7744;--champagne:#f3e0c6;--rose:#e3c4c0;--blush:#f3e3d6;--berry:#9d5a67;--header-bg:rgba(255,248,241,.78);--footer-bg:linear-gradient(180deg,#73584e,#5a4138);--hero-bg:linear-gradient(120deg,#fff8f2 0%, #f3e6d9 55%, #f9efe7 100%);--hero-overlay:radial-gradient(circle at 10% 18%, rgba(210,172,116,.24), transparent 24%), radial-gradient(circle at 82% 16%, rgba(157,90,103,.18), transparent 26%), linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.08));--pagehero-bg:linear-gradient(180deg,#fbf3eb 0,#f0e3d7 70%, transparent 70%);--pagehero-card:linear-gradient(160deg,#fffaf4,#f7ebde);--card-bg:linear-gradient(180deg,rgba(255,252,247,.98),rgba(247,237,229,.96));--panel-bg:linear-gradient(160deg,rgba(255,252,247,.98),rgba(250,242,236,.96));--cta-bg:linear-gradient(135deg,rgba(94,66,57,.78),rgba(192,157,139,.64));--btn-primary:linear-gradient(135deg,#f3e0c6,#efd2c6);} .bead-strip{height:16px;background:linear-gradient(90deg,#d2ac74 0 8%,#fff9f0 8% 16%,#181818 16% 24%,#d9534f 24% 32%,#f1b53f 32% 40%,#2d73c5 40% 48%,#2f8c55 48% 56%,#d2ac74 56% 64%,#fff9f0 64% 72%,#d9534f 72% 80%,#181818 80% 88%,#d2ac74 88% 100%)} .hero-title em{color:#a87572}.hero-badge strong{color:#8a6452} .moment-card::before{background:radial-gradient(circle,rgba(227,196,192,.28),transparent 70%)} .btn-primary{color:#5c453b}

/* ---------------------------------------------------------
   ROMANTIC PHOTO HEARTS — SHARED VISUAL ENGINE
   Desktop and touch use the same visual effect. JavaScript keeps the
   interaction controllers separate so touch devices never rely on hover.
   --------------------------------------------------------- */
.photo-heart-target {
  position: relative;
}

.heart-effect-layer {
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: none;
  overflow: hidden;
  contain: layout paint style;
}

.wedding-heart {
  position: absolute;
  left: var(--heart-left);
  top: var(--heart-top);
  pointer-events: none;
  user-select: none;
  opacity: 0;
  color: var(--heart-color);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: var(--heart-size);
  font-weight: 700;
  line-height: 1;
  text-shadow:
    0 0 1px rgba(255,255,255,.92),
    0 3px 9px rgba(82,45,40,.24);
  filter: drop-shadow(0 3px 6px rgba(82,45,40,.14));
  transform: translate3d(-50%,-50%,0) scale(.25) rotate(0deg);
  animation: wedding-heart-pop var(--heart-duration) cubic-bezier(.18,.72,.22,1) var(--heart-delay) forwards;
  will-change: transform, opacity;
}

@keyframes wedding-heart-pop {
  0% {
    opacity: 0;
    transform: translate3d(-50%,-50%,0) scale(.25) rotate(0deg);
  }
  14% { opacity: .92; }
  66% { opacity: .72; }
  100% {
    opacity: 0;
    transform:
      translate3d(
        calc(-50% + var(--heart-x)),
        calc(-50% + var(--heart-y)),
        0
      )
      scale(var(--heart-scale))
      rotate(var(--heart-rotate));
  }
}

@media (prefers-reduced-motion: reduce) {
  .heart-effect-layer { display: none !important; }
  .wedding-heart { display: none !important; animation: none !important; }
}

/* =========================================================
   SOFT CARD INTERACTIONS
   Hover effects are desktop/fine-pointer only. This prevents sticky
   :hover states on phones and tablets.
   ========================================================= */
.moment-card,
.timeline-card,
.party-card,
.milestone,
.copy-card,
.section-panel,
.rsvp-note,
.form-card,
.registry-card,
.stay-card,
.info-item,
.faq-item,
.contact-card,
.note-band,
.count-item,
.meta-pill {
  transform: scale(1);
  transform-origin: center;
  transition:
    transform .34s cubic-bezier(.2,.75,.25,1),
    box-shadow .34s ease,
    border-color .34s ease,
    background-color .34s ease;
}

@media (hover: hover) and (pointer: fine) {
  .moment-card:hover,
  .count-item:hover,
  .meta-pill:hover {
    transform: scale(.965);
    box-shadow: 0 12px 30px rgba(63,42,29,.08);
    border-color: rgba(210,172,116,.30);
  }

  .copy-card:hover,
  .milestone:hover {
    transform: scale(.972);
    box-shadow: 0 12px 30px rgba(63,42,29,.075);
    border-color: rgba(227,196,192,.32);
  }

  .timeline-card:hover,
  .party-card:hover,
  .note-band:hover {
    transform: scale(.96);
    box-shadow: 0 11px 28px rgba(63,42,29,.085);
    border-color: rgba(210,172,116,.34);
  }

  .rsvp-note:hover,
  .form-card:hover {
    transform: scale(.975);
    box-shadow: 0 13px 30px rgba(63,42,29,.075);
    border-color: rgba(227,196,192,.34);
  }

  .registry-card:hover {
    transform: scale(.955);
    box-shadow: 0 10px 26px rgba(63,42,29,.07);
    border-color: rgba(210,172,116,.36);
  }

  .stay-card:hover,
  .info-item:hover {
    transform: scale(.968);
    box-shadow: 0 11px 27px rgba(63,42,29,.075);
    border-color: rgba(210,172,116,.30);
  }

  .faq-item:hover,
  .contact-card:hover,
  .section-panel:hover {
    transform: scale(.972);
    box-shadow: 0 12px 29px rgba(63,42,29,.075);
    border-color: rgba(227,196,192,.30);
  }
}

@media (hover: none), (pointer: coarse) {
  .moment-card,
  .timeline-card,
  .party-card,
  .milestone,
  .copy-card,
  .section-panel,
  .rsvp-note,
  .form-card,
  .registry-card,
  .stay-card,
  .info-item,
  .faq-item,
  .contact-card,
  .note-band,
  .count-item,
  .meta-pill {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .moment-card,
  .timeline-card,
  .party-card,
  .milestone,
  .copy-card,
  .section-panel,
  .rsvp-note,
  .form-card,
  .registry-card,
  .stay-card,
  .info-item,
  .faq-item,
  .contact-card,
  .note-band,
  .count-item,
  .meta-pill {
    transition: none !important;
    transform: none !important;
  }
}

/* =========================================================
   RESPONSIVE VIEW REFINEMENTS
   Keeps the layered photography balanced on desktop, laptops,
   tablets and phones without stretching the hero composition.
   ========================================================= */

@media (max-width: 1440px) and (min-width: 1181px) {
  .container {
    width: min(1160px, calc(100% - 3rem));
  }

  .nav-shell { min-height: 80px; }
  .site-nav { gap: .9rem; }
  .site-nav a { font-size: .89rem; }

  .hero {
    padding: 30px 0 72px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
    gap: 30px;
  }

  .hero-copy { padding: 28px 0; }
  .hero-title { font-size: clamp(3.8rem, 5.6vw, 5.8rem); }
  .hero-subtitle { font-size: 1rem; }

  .hero-visual {
    min-height: 610px;
  }

  .hero-main-photo {
    inset: 0 6% 0 0;
    border-radius: 36px;
  }

  .hero-floating {
    border-width: 8px;
  }

  .hero-floating.small-a {
    width: 34%;
    top: 20px;
  }

  .hero-floating.small-b {
    width: 36%;
    right: 2%;
    bottom: 18px;
  }

  .hero-badge {
    left: 18px;
    bottom: 18px;
    max-width: 250px;
    padding: 14px 16px;
  }

  .hero-badge strong { font-size: 1.55rem; }

  .countdown-grid {
    margin-top: 28px;
    gap: 10px;
  }

  .count-item { padding: 15px 12px; }
  .count-item strong { font-size: 1.9rem; }

  .page-hero-title { font-size: clamp(3rem, 4.3vw, 4.7rem); }
}

/* Switch the navigation earlier so common laptop widths never compress it. */
@media (max-width: 1180px) {
  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    top: 82px;
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: .35rem;
    background: rgba(255,250,244,.985);
    padding: 18px;
    border: 1px solid rgba(216,180,135,.18);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }

  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: .55rem .2rem; }

  .hero {
    padding: 30px 0 68px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-copy {
    padding: 18px 0 2px;
    max-width: 900px;
  }

  .hero-title {
    max-width: 10ch;
    font-size: clamp(4rem, 8vw, 6.2rem);
  }

  .hero-subtitle { max-width: 72ch; }

  /* At laptop/tablet widths the photos become a stable grid instead of
     a narrow absolute-positioned stack. */
  .hero-visual {
    min-height: 0;
    width: min(900px, 100%);
    margin: 4px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(250px, .84fr);
    grid-template-areas:
      "main top"
      "main bottom"
      "badge badge";
    gap: 16px;
    align-items: stretch;
  }

  .hero-main-photo {
    grid-area: main;
    position: relative;
    inset: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 34px;
  }

  .hero-floating {
    position: relative;
    width: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    min-height: 0;
    border-width: 7px;
    border-radius: 26px;
  }

  .hero-floating.small-a {
    grid-area: top;
    aspect-ratio: 4 / 3;
  }

  .hero-floating.small-b {
    grid-area: bottom;
    aspect-ratio: 4 / 3;
  }

  .hero-floating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-badge {
    grid-area: badge;
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
    width: 100%;
    padding: 18px 20px;
  }

  .countdown-grid {
    max-width: 680px;
  }

  .page-hero-shell {
    grid-template-columns: 1fr;
  }

  .page-hero-media {
    min-height: 0;
    aspect-ratio: 16 / 8;
    max-height: 500px;
  }
}

@media (max-width: 1080px) {
  .editorial-grid,
  .story-columns,
  .rsvp-layout,
  .travel-grid,
  .faq-grid,
  .image-feature,
  .image-feature.reverse {
    grid-template-columns: 1fr;
  }

  .editorial-grid,
  .story-columns,
  .rsvp-layout,
  .travel-grid,
  .faq-grid,
  .image-feature {
    gap: 28px;
  }

  .section-panel { padding: 32px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 1.5rem, 760px); }

  .hero {
    padding-top: 22px;
    padding-bottom: 58px;
  }

  .hero-copy { padding-top: 12px; }
  .hero-overline { letter-spacing: .19em; }
  .hero-title { font-size: clamp(3.5rem, 13vw, 5.4rem); }

  .hero-meta { gap: 9px; margin-top: 22px; }
  .meta-pill { padding: 11px 14px; font-size: .84rem; }

  .hero-actions { margin-top: 22px; }

  /* Override the earlier mobile stack and keep a composed image layout. */
  .hero-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "main main"
      "top bottom"
      "badge badge";
    gap: 12px;
    width: 100%;
  }

  .hero-main-photo {
    grid-area: main;
    aspect-ratio: 4 / 5;
    border-radius: 28px;
  }

  .hero-floating.small-a,
  .hero-floating.small-b {
    aspect-ratio: 4 / 5;
    border-width: 5px;
    border-radius: 22px;
  }

  .hero-badge {
    border-radius: 20px;
    padding: 16px 17px;
  }

  .hero-badge strong { font-size: 1.55rem; }

  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    margin-top: 26px;
  }

  .count-item { padding: 15px 10px; border-radius: 20px; }

  .page-hero {
    padding-top: 28px;
    padding-bottom: 54px;
  }

  .page-hero-copy {
    padding: 28px 24px;
    border-radius: 28px;
  }

  .page-hero-title {
    font-size: clamp(2.8rem, 11vw, 4rem);
    max-width: 12ch;
  }

  .page-hero-media {
    aspect-ratio: 4 / 5;
    max-height: none;
    border-radius: 28px;
  }

  .section { padding: 64px 0; }
  .section.compact { padding: 52px 0; }
  .section-title { font-size: clamp(2.55rem, 10vw, 3.7rem); }

  .cta-banner {
    padding: 34px 26px;
    border-radius: 30px;
  }

  .masonry {
    columns: 2 220px;
    column-gap: 12px;
  }

  .masonry figure {
    margin-bottom: 12px;
    border-radius: 20px;
  }
}

@media (max-width: 560px) {
  .nav-shell { min-height: 74px; }
  .brand-mark { gap: 10px; }
  .brand-mini { width: 44px; height: 44px; font-size: .98rem; }
  .brand-text { font-size: .94rem; }
  .site-nav { top: 72px; }

  .hero-title { font-size: clamp(3rem, 15vw, 4.3rem); }
  .hero-subtitle { font-size: .96rem; line-height: 1.65; }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn { width: 100%; }

  .hero-visual {
    gap: 10px;
  }

  .hero-main-photo { border-radius: 24px; }
  .hero-floating.small-a,
  .hero-floating.small-b { border-radius: 18px; border-width: 4px; }

  .count-item strong { font-size: 1.75rem; }
  .count-item span { font-size: .66rem; }

  .page-hero-copy { padding: 24px 20px; }
  .page-hero-text { font-size: .95rem; }

  .moment-card,
  .timeline-card,
  .party-card,
  .copy-card,
  .section-panel,
  .form-card,
  .registry-card,
  .stay-card,
  .contact-card {
    border-radius: 22px;
  }

  .moment-card,
  .timeline-card,
  .party-card,
  .copy-card,
  .registry-card,
  .stay-card,
  .contact-card {
    padding: 23px;
  }

  .masonry {
    columns: 1;
  }
}

/* =========================================================
   RESPONSIVE HERO COMPOSITION — V2
   Stable grid-based collage for laptop/tablet widths.
   The original wide-screen composition remains untouched above 1500px.
   ========================================================= */

@media (max-width: 1500px) and (min-width: 1200px) {
  .container {
    width: min(1240px, calc(100% - 3rem));
  }

  .hero {
    padding: 34px 0 68px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr);
    gap: 34px;
    align-items: center;
  }

  .hero-copy {
    padding: 24px 0;
    min-width: 0;
  }

  .hero-title {
    font-size: clamp(3.7rem, 5.4vw, 5.7rem);
    max-width: 9ch;
  }

  .hero-subtitle {
    max-width: 56ch;
    font-size: .98rem;
  }

  .hero-visual {
    position: relative;
    min-height: 0;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(190px, .75fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) auto;
    grid-template-areas:
      "main top"
      "main bottom"
      "badge badge";
    gap: 14px;
    align-items: stretch;
  }

  .hero-main-photo {
    grid-area: main;
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 34px;
  }

  .hero-floating {
    position: relative;
    inset: auto !important;
    width: 100% !important;
    min-width: 0;
    height: auto;
    border-width: 7px;
    border-radius: 24px;
  }

  .hero-floating.small-a {
    grid-area: top;
    aspect-ratio: 4 / 3;
  }

  .hero-floating.small-b {
    grid-area: bottom;
    aspect-ratio: 4 / 3;
  }

  .hero-floating img,
  .hero-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-badge {
    grid-area: badge;
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    padding: 16px 18px;
    border-radius: 20px;
  }

  .hero-badge strong {
    font-size: 1.6rem;
  }

  .countdown-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 610px;
  }

  .count-item {
    min-width: 0;
    padding: 15px 10px;
  }
}

/* Standard laptops and large tablets: copy first, then a compact collage. */
@media (max-width: 1199px) and (min-width: 821px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-copy {
    padding: 18px 0 0;
    max-width: 920px;
  }

  .hero-title {
    max-width: 10ch;
    font-size: clamp(3.9rem, 8vw, 6rem);
  }

  .hero-subtitle {
    max-width: 72ch;
  }

  .hero-visual {
    position: relative;
    min-height: 0;
    width: min(900px, 100%);
    margin: 4px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) auto;
    grid-template-areas:
      "main top"
      "main bottom"
      "badge badge";
    gap: 14px;
    align-items: stretch;
  }

  .hero-main-photo {
    grid-area: main;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 32px;
  }

  .hero-floating {
    position: relative;
    inset: auto !important;
    width: 100% !important;
    height: auto;
    min-height: 0;
    border-width: 6px;
    border-radius: 23px;
  }

  .hero-floating.small-a {
    grid-area: top;
    aspect-ratio: 4 / 3;
  }

  .hero-floating.small-b {
    grid-area: bottom;
    aspect-ratio: 4 / 3;
  }

  .hero-floating img,
  .hero-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-badge {
    grid-area: badge;
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    padding: 17px 19px;
    border-radius: 20px;
  }
}

/* Phones/tablets: full-width lead image, two supporting portraits below. */
@media (max-width: 820px) {
  .hero-visual {
    position: relative;
    min-height: 0;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "main main"
      "top bottom"
      "badge badge";
    gap: 11px;
    align-items: stretch;
  }

  .hero-main-photo {
    grid-area: main;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 6;
    border-radius: 26px;
  }

  .hero-floating {
    position: relative;
    inset: auto !important;
    width: 100% !important;
    height: auto;
    min-height: 0;
    border-width: 5px;
    border-radius: 20px;
  }

  .hero-floating.small-a {
    grid-area: top;
    aspect-ratio: 4 / 5;
  }

  .hero-floating.small-b {
    grid-area: bottom;
    aspect-ratio: 4 / 5;
  }

  .hero-main-photo img,
  .hero-floating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-badge {
    grid-area: badge;
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100% - 1.1rem);
  }

  .hero-visual {
    gap: 8px;
  }

  .hero-main-photo {
    aspect-ratio: 4 / 5;
    border-radius: 22px;
  }

  .hero-floating.small-a,
  .hero-floating.small-b {
    aspect-ratio: 3 / 4;
    border-width: 4px;
    border-radius: 17px;
  }

  .hero-badge {
    padding: 15px 16px;
    border-radius: 18px;
  }

  .hero-badge strong {
    font-size: 1.45rem;
  }
}


/* RSVP details and Midnight Luxe reception palette — September 2026 */
.rsvp-layout.rsvp-details-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.rsvp-details-layout > .rsvp-note {
  min-width: 0;
  margin: 0;
  padding: clamp(24px, 3vw, 36px);
  overflow-wrap: anywhere;
}
.rsvp-details-layout h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 14px;
}
.rsvp-details-layout p { margin: 0; }
.rsvp-details-layout p strong { display: inline; margin: 0; }
.rsvp-details-layout p + p { margin-top: 12px; }
.rsvp-details-layout a {
  text-decoration: underline;
  text-decoration-color: var(--gold-dark);
  text-underline-offset: 4px;
}
.rsvp-details-layout a:focus-visible {
  outline: 2px solid var(--gold-dark);
  outline-offset: 4px;
  border-radius: 3px;
}
.reception-theme {
  margin: 24px 0 0;
  padding: clamp(28px, 4vw, 48px) 24px;
  text-align: center;
  border: 1px solid rgba(201, 164, 76, .35);
  border-radius: 28px;
  background: var(--card-bg);
  box-shadow: var(--shadow-soft);
}
.reception-theme .kicker { margin-bottom: 10px; }
.reception-theme h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  color: #182238;
  margin: 0 0 14px;
}
.reception-theme p {
  max-width: 58ch;
  margin: 0 auto;
  color: var(--muted);
}
.reception-theme .theme-palette {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}
.reception-theme .theme-colour {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}
.reception-theme .theme-swatch {
  display: block;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(24, 34, 56, .12);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .65),
              0 8px 20px rgba(24, 34, 56, .10);
}
.theme-swatch--ivory { background: #D8C6B0; }
.theme-swatch--champagne { background: #EBE4DE; }
.theme-swatch--gold { background: #C9B69D; }
.theme-swatch--taupe { background: #BFB0A4; }
@media (max-width: 767px) {
  .rsvp-layout.rsvp-details-layout { grid-template-columns: minmax(0, 1fr); }
  .reception-theme .theme-palette { gap: 24px 16px; }
  .reception-theme .theme-colour { width: 84px; font-size: 12px; }
}


/* RSVP submission form — matches existing ivory / champagne / gold / taupe theme */
.rsvp-form-section{padding-top:40px}.rsvp-form-intro{text-align:center;margin:0 auto 30px;max-width:760px}.rsvp-form-intro .section-title,.rsvp-form-intro .lede{max-width:none;margin-left:auto;margin-right:auto}.wedding-rsvp-form{max-width:930px;margin:0 auto;padding:clamp(22px,4vw,46px);border-color:rgba(201,164,76,.35)}.rsvp-form-heading{display:flex;align-items:center;gap:16px;padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid var(--line)}.rsvp-form-number{display:grid;place-items:center;width:54px;height:54px;flex:none;border-radius:50%;background:#f3e0c6;color:#7a5a31;font-weight:800}.rsvp-form-heading h3{font:600 2rem/1 'Cormorant Garamond',serif}.rsvp-form-heading p{color:var(--muted);font-size:.9rem;margin-top:5px}.wedding-rsvp-form .field label,.wedding-rsvp-form legend{font-size:.91rem;font-weight:700;color:var(--text)}.wedding-rsvp-form .field input,.wedding-rsvp-form .field select,.wedding-rsvp-form .field textarea{border:1px solid rgba(160,131,110,.28);background:#fffdfa;border-radius:13px}.wedding-rsvp-form .field input:focus-visible,.wedding-rsvp-form .field select:focus-visible,.wedding-rsvp-form .field textarea:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.wedding-rsvp-form .field textarea{resize:vertical;min-height:90px}.wedding-rsvp-form .field input::placeholder,.wedding-rsvp-form .field textarea::placeholder{color:#9a8b82}.wedding-rsvp-form .attendance-field{border:0;padding:0;min-width:0}.wedding-rsvp-form .attendance-field legend{margin-bottom:12px}.wedding-rsvp-form .radio-card{flex:1;min-width:180px;cursor:pointer;border-color:rgba(160,131,110,.28);transition:background .2s,border-color .2s}.wedding-rsvp-form .radio-card:has(input:checked){border-color:var(--gold-dark);background:#f9eddd}.wedding-rsvp-form .radio-card input,.rsvp-consent input{accent-color:var(--gold-dark);width:18px;height:18px;flex:none}.rsvp-consent{display:flex;align-items:flex-start;gap:12px;margin-top:24px;font-size:.9rem;color:var(--muted);cursor:pointer}.rsvp-form-footer{border-top:1px solid var(--line);padding-top:24px;margin-top:24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.rsvp-form-footer p{color:var(--muted);font-size:.85rem}.rsvp-submit{min-width:220px}.rsvp-submit:disabled{opacity:.55;cursor:wait}.rsvp-feedback{margin-top:20px;border-radius:16px;padding:16px 20px;font-weight:600}.rsvp-feedback[hidden]{display:none}.rsvp-feedback.success{background:#ebf5eb;color:#255d37;border:1px solid #b4d7b6}.rsvp-feedback.error{background:#fff1ec;color:#8b3e2b;border:1px solid #e9c2b4}.rsvp-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}@media(max-width:767px){.rsvp-form-footer{flex-direction:column;align-items:stretch}.rsvp-submit{width:100%}.wedding-rsvp-form .radio-row{flex-direction:column}.wedding-rsvp-form .radio-card{min-width:0}}

/* New PHP mail() / image CAPTCHA RSVP implementation */
.rsvp-captcha-field{margin-top:4px}.rsvp-captcha-help{font-size:.92rem;color:var(--muted)}.rsvp-captcha-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.rsvp-captcha-row img{width:225px;height:75px;max-width:100%;object-fit:contain;border:1px solid rgba(160,131,110,.25);background:#fffaf4;border-radius:14px}.rsvp-captcha-refresh{border:1px solid var(--gold);background:var(--surface);color:var(--text);border-radius:999px;padding:10px 16px;cursor:pointer;font-weight:700}.rsvp-captcha-refresh:hover,.rsvp-captcha-refresh:focus-visible{background:var(--champagne)}.rsvp-captcha-field input{max-width:290px;text-transform:uppercase;letter-spacing:.15em}.rsvp-captcha-field small{color:var(--muted)}
