:root {
  --paper: #fffaf0;
  --paper-deep: #ffefc2;
  --sand: #f2b632;
  --taupe: #e28a00;
  --walnut: #a86500;
  --ink: #3f2b06;
  --graphite: #60450d;
  --muted: #7d611f;
  --line: rgba(136, 94, 0, .24);
  --white: #fffdf5;
  --success: #6e5600;
  --danger: #8f4e00;
  --orange: #ef8500;
  --marigold: #f3ad20;
  --gold: #ffd34e;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: linear-gradient(145deg, #b86b00, #e69500 48%, #ffd34e); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, input, select { font: inherit; }
button:disabled { opacity: .58; cursor: wait; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
h2 { font-size: clamp(2.35rem, 6vw, 5.25rem); margin-bottom: 1.2rem; }
.wedding-page { width: min(100%, 1080px); margin: 0 auto; background: var(--paper); box-shadow: 0 0 80px rgba(90, 55, 0, .3); overflow: hidden; }
.paper-section { position: relative; background-color: var(--paper); background-image: radial-gradient(circle at 18% 20%, rgba(243, 173, 32, .06) 0 1px, transparent 1.4px), radial-gradient(circle at 75% 72%, rgba(239, 133, 0, .045) 0 1px, transparent 1.2px); background-size: 18px 18px, 23px 23px; }
.section, .paper-section { padding: clamp(4.5rem, 10vw, 8rem) clamp(1.3rem, 7vw, 5.5rem); }
.narrow { max-width: 720px; margin: auto; text-align: center; }
.lead { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.3rem, 3vw, 1.9rem); line-height: 1.55; }
.muted { color: var(--muted); }
.compact { margin: .3rem 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .22em; font-size: .69rem; font-weight: 800; margin-bottom: 1rem; }
.eyebrow.light { color: rgba(255, 255, 255, .7); }
.section-icon { width: 48px; height: 48px; margin: 0 auto 1.2rem; display: grid; place-items: center; border: 1px solid rgba(168,101,0,.4); border-radius: 50%; color: var(--walnut); background: rgba(255,211,78,.28); }
.section-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.section-icon.light { color: var(--paper); border-color: rgba(245,240,230,.38); background: rgba(255,255,255,.04); }
.editorial-hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, .85fr); background: var(--ink); }
.hero-photo { min-height: 650px; overflow: hidden; display: grid; place-items: center; background: #130d02; }
.hero-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; filter: contrast(.98); }
.hero-paper { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: clamp(3rem, 7vw, 6rem) clamp(1.5rem, 5vw, 4rem); background: var(--paper); background-image: linear-gradient(110deg, rgba(255,211,78,.2), transparent 34%), radial-gradient(circle at 30% 20%, rgba(243,173,32,.12), transparent 42%); }
.corner-ornament, .botanical-divider img { filter: sepia(1) saturate(3.2) hue-rotate(350deg) contrast(1.06); }
.corner-ornament { position: absolute; z-index: 0; width: clamp(150px, 26vw, 270px); height: auto; pointer-events: none; opacity: .72; }
.corner-ornament.top-right { top: -12px; right: -18px; transform: rotate(4deg); }
.corner-ornament.bottom-left { bottom: -14px; left: -18px; transform: rotate(184deg); }
.hero-paper > :not(.corner-ornament) { position: relative; z-index: 1; }
.hero-paper::before, .hero-paper::after { content: ""; position: absolute; left: 14%; right: 14%; height: 1px; background: var(--line); }
.hero-paper::before { top: 5.5%; }
.hero-paper::after { bottom: 5.5%; }
.monogram { font-family: Georgia, serif; font-size: 1rem; letter-spacing: .34em; margin-bottom: 2.5rem; }
.monogram i { font-weight: 400; color: var(--taupe); }
.hero-paper h1 { font-size: clamp(3.5rem, 8vw, 7rem); margin: .25rem 0 1.2rem; }
.hero-paper h1 em { color: var(--taupe); font-weight: 400; font-size: .68em; }
.hero-message { max-width: 330px; font-family: Georgia, serif; font-style: italic; color: var(--graphite); }
.date-lockup { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin: 2.5rem 0 1.25rem; width: 100%; }
.date-lockup span { padding: .65rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.date-lockup strong { font: 400 4rem/1 Georgia, serif; color: var(--taupe); }
.hero-place { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--graphite); }
.guest-name { width: 100%; max-width: 100%; font-size: clamp(2.35rem, 4.7vw, 4.8rem) !important; overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }
.hero-rsvp { margin-top: 1.35rem; }
.music-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 2rem; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.music-copy h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin-bottom: .7rem; }
.music-player-shell { min-width: 0; }
.music-player { width: 100%; aspect-ratio: 16 / 9; min-height: 280px; display: block; border: 0; border-radius: 4px; box-shadow: 0 18px 50px rgba(111,72,0,.2); background: var(--ink); }
.dress-code-section { text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dress-code-section h2 { margin-bottom: 2rem; }
.dress-code-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; max-width: 640px; margin: 0 auto 2rem; background: var(--line); }
.dress-code-grid article { padding: 1.5rem 1rem; background: linear-gradient(145deg, rgba(255,255,255,.62), rgba(255,212,79,.12)); }
.dress-code-grid span, .dress-color-label { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.dress-code-grid strong { display: block; margin-top: .5rem; font: 400 clamp(1.45rem,4vw,2.2rem)/1.15 Georgia,serif; }
.dress-palette { display: flex; justify-content: center; gap: .55rem; margin: .9rem auto 1rem; }
.dress-palette span { width: clamp(42px,8vw,68px); aspect-ratio: 1; border-radius: 50%; background: var(--swatch); border: 4px solid var(--paper); box-shadow: 0 0 0 1px rgba(136,94,0,.22), 0 8px 20px rgba(136,94,0,.14); }
.dress-note { color: var(--muted); font-family: Georgia,serif; font-style: italic; }
.story-section { text-align: center; }
.botanical-divider { display: grid; grid-template-columns: 1fr 110px 1fr; align-items: center; gap: 1rem; margin: 2.7rem auto 0; max-width: 430px; }
.botanical-divider span { height: 1px; background: var(--line); }
.botanical-divider img { width: 110px; height: 58px; object-fit: contain; transform: rotate(-7deg); }
.editorial-photo-block { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 650px; background: var(--ink); color: var(--white); }
.editorial-photo-block > img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; display: block; }
.event-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: clamp(3rem, 7vw, 6rem); text-align: center; background: var(--ink); }
.event-card h2 { font-size: clamp(3.5rem, 7vw, 6.5rem); margin: .5rem 0 1.25rem; color: var(--paper); }
.event-rule { width: 56px; height: 1px; background: var(--sand); margin-bottom: 1.5rem; }
.event-card p { color: rgba(255,255,255,.7); }
.section-dark { background: var(--ink); color: var(--white); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .82rem 1.25rem; border: 1px solid transparent; text-decoration: none; font-weight: 800; letter-spacing: .035em; cursor: pointer; border-radius: 2px; font-size: .9rem; }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-outline-light { border-color: rgba(255,255,255,.5); color: var(--white); background: transparent; }
.btn-outline-dark { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-full { width: 100%; }
.btn-route { min-width: min(100%, 290px); padding: .7rem .8rem; gap: .75rem; background: var(--paper); color: var(--ink); border: 2px solid var(--paper); border-radius: 4px; box-shadow: 0 10px 26px rgba(93,61,0,.28); transition: transform .18s ease, box-shadow .18s ease; }
.btn-route:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(93,61,0,.36); }
.btn-route:focus-visible { outline: 3px solid var(--sand); outline-offset: 3px; }
.route-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--paper); background: var(--walnut); border-radius: 3px; }
.route-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.route-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.route-copy strong { font-size: .92rem; }
.route-copy small { margin-top: .2rem; color: var(--muted); font-size: .67rem; font-weight: 600; letter-spacing: 0; }
.route-arrow { font-size: 1.25rem; }
.story-section .btn-route { margin-top: 1.6rem; background: var(--ink); color: var(--paper); border-color: var(--ink); }
.story-section .btn-route .route-icon { background: var(--taupe); }
.story-section .btn-route .route-copy small { color: rgba(255,255,255,.62); }
.countdown-section { background: linear-gradient(135deg, var(--marigold), var(--gold)); }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin-top: 2.5rem; }
.countdown-grid div { border-top: 1px solid rgba(96,69,13,.42); padding-top: 1rem; }
.countdown-grid strong { font: 400 clamp(2.4rem, 7vw, 5rem)/1 Georgia, serif; display: block; }
.countdown-grid span { font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.editorial-gallery { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: minmax(420px, 620px) auto; gap: 10px; padding: 10px; background: linear-gradient(145deg, var(--orange), var(--gold)); }
.editorial-gallery figure { margin: 0; overflow: hidden; }
.editorial-gallery .wide { grid-row: 1 / 3; }
.editorial-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.editorial-gallery blockquote { margin: 0; padding: 3rem 2rem; display: grid; place-content: center; text-align: center; background: var(--paper); color: var(--ink); font: italic clamp(1.5rem, 3vw, 2.25rem)/1.35 Georgia, serif; }
.editorial-gallery blockquote small { display: block; margin-top: 1.2rem; font: 800 .65rem/1.4 Inter, sans-serif; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.gift-section { background-color: var(--paper-deep); }
.footer { background: var(--ink); color: var(--white); text-align: center; padding: 4rem 1rem; }
.footer p, .footer span { font-family: Georgia, serif; font-size: 1.35rem; margin: .15rem; }
.footer span { font-style: italic; color: var(--sand); }
.footer small { display: block; opacity: .65; margin-top: 1rem; letter-spacing: .16em; }
.invite-details { padding: 2rem 1.25rem; }
.details-grid { max-width: 980px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.2); }
.detail-card { background: var(--ink); padding: 2.5rem 1rem; text-align: center; }
.detail-card .section-icon { margin-bottom: 1.4rem; }
.detail-card span, .detail-card small { display: block; opacity: .58; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.detail-card strong { display: block; font: 400 1.75rem Georgia, serif; margin: .6rem 0; }
.detail-card-link { color: var(--white); text-decoration: none; transition: background .18s ease, transform .18s ease; }
.detail-card-link:hover { background: #5d4008; transform: translateY(-2px); }
.detail-card-link:focus-visible { outline: 3px solid var(--sand); outline-offset: -4px; }
.rsvp-section { background: linear-gradient(135deg, var(--orange), var(--gold)); scroll-margin-top: 1rem; }
.rsvp-card { max-width: 720px; margin: auto; background: var(--paper); padding: clamp(1.5rem, 6vw, 4rem); border: 1px solid rgba(136,94,0,.22); box-shadow: 0 20px 70px rgba(111,72,0,.17); }
.rsvp-card h2 { font-size: clamp(2.25rem, 7vw, 4.5rem); }
.rsvp-deadline { border: 1px solid var(--line); padding: 1rem; margin: 1.5rem 0 2rem; text-align: center; }
.rsvp-deadline > span, .rsvp-deadline small { display: block; color: var(--muted); font-size: .78rem; }
.deadline-line { font: 400 1.55rem Georgia, serif; margin: .4rem 0; }
.deadline-line strong { font-size: 2rem; }
.current-rsvp { padding: 1rem 1.15rem; background: var(--white); border-left: 4px solid var(--ink); margin-bottom: 1.5rem; }
.current-rsvp strong, .current-rsvp span { display: block; }
.rsvp-form fieldset { border: 0; padding: 0; margin: 0 0 1.5rem; }
.rsvp-form legend, .companions-block > label { font-weight: 800; margin-bottom: .75rem; display: block; }
.choice-card { display: flex; gap: .8rem; align-items: center; border: 1px solid var(--line); padding: 1rem; margin: .65rem 0; cursor: pointer; background: rgba(255,250,245,.78); }
.choice-card:has(input:checked) { border-color: var(--ink); box-shadow: inset 4px 0 var(--ink); }
.choice-card input { width: 20px; height: 20px; accent-color: var(--ink); }
.choice-card span { display: flex; flex-direction: column; }
.choice-card small { color: var(--muted); }
.companions-block { margin: 1.7rem 0; }
.stepper { display: grid; grid-template-columns: 52px 1fr 52px; max-width: 260px; border: 1px solid var(--ink); background: var(--white); }
.stepper button { font-size: 1.5rem; background: none; border: 0; min-height: 52px; cursor: pointer; }
.stepper input { text-align: center; border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 1.15rem; background: var(--white); color: var(--ink); }
.closed-rsvp { padding: 1.2rem; border: 1px solid var(--line); background: var(--white); }
.whatsapp-section { padding: 5rem 1.25rem; }
.whatsapp-actions { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; margin-top: 1.5rem; }
.flash-stack { position: fixed; z-index: 100; right: 1rem; top: 1rem; display: grid; gap: .5rem; max-width: min(92vw, 420px); }
.flash { background: var(--white); border: 1px solid var(--line); padding: .8rem 1rem; box-shadow: 0 10px 28px rgba(111,72,0,.18); }
.flash-success { border-left: 4px solid var(--success); }
.flash-error { border-left: 4px solid var(--danger); }
.reveal { opacity: 0; transform: translateY(16px); transition: .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.loading-shell { min-height: 100svh; display: grid; place-content: center; text-align: center; gap: .6rem; background: var(--paper); }
.loading-mark { font: 400 clamp(3rem,10vw,6rem)/1 Georgia,serif; }
.loading-mark span { font-style: italic; color: var(--taupe); }
.admin-shell { min-height: 100svh; background: linear-gradient(145deg, #fffaf0, #ffedb3); padding: clamp(1rem,4vw,3rem); }
.admin-topbar { max-width: 1280px; margin: auto; display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; padding-bottom: 2rem; }
.admin-topbar h1 { font-size: clamp(3rem,7vw,5.5rem); margin: 0; }
.top-actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.stats-grid { max-width: 1280px; margin: 0 auto 1.5rem; display: grid; grid-template-columns: repeat(4,1fr); gap: .7rem; }
.stats-grid article { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--orange); padding: 1.25rem; }
.stats-grid article:nth-child(2) { border-top-color: var(--gold); }
.stats-grid article:nth-child(3) { border-top-color: var(--marigold); }
.stats-grid article:nth-child(4) { border-top-color: var(--taupe); }
.stats-grid span { display: block; font-size: .76rem; color: var(--muted); }
.stats-grid strong { font: 400 2.6rem Georgia,serif; }
.category-stats { max-width: 1280px; margin: 0 auto 1.5rem; display: grid; grid-template-columns: repeat(4,1fr); gap: .7rem; }
.category-stats article { min-height: 132px; padding: 1.1rem; background: linear-gradient(145deg, var(--ink), #694800); color: var(--white); border-top: 5px solid var(--orange); }
.category-stats article:nth-child(2) { border-top-color: var(--gold); }
.category-stats article:nth-child(3) { border-top-color: var(--marigold); }
.category-stats article:nth-child(4) { border-top-color: var(--gold); }
.category-stats span, .category-stats small { display: block; }
.category-stats span { min-height: 2.5em; color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.category-stats strong { display: block; margin: .25rem 0; font: 400 2.5rem/1 Georgia,serif; }
.category-stats small { color: rgba(255,255,255,.6); }
.admin-toolbar { max-width: 1280px; margin: 0 auto 1rem; display: grid; grid-template-columns: 1fr 220px 220px; gap: .7rem; }
.admin-toolbar label, .guest-editor label, .admin-form label { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.admin-toolbar input, .admin-toolbar select, .guest-editor input, .guest-editor select, .admin-form input { display: block; width: 100%; min-height: 46px; margin-top: .4rem; padding: .65rem .75rem; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: 1rem; }
.guest-list { max-width: 1280px; margin: auto; display: grid; gap: .42rem; }
.guest-row { background: var(--white); border: 1px solid var(--line); }
.guest-row[open] { border-color: rgba(136,94,0,.42); box-shadow: 0 10px 30px rgba(136,94,0,.1); }
.guest-summary { min-height: 62px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .82rem 1rem; cursor: pointer; list-style: none; }
.guest-summary::-webkit-details-marker { display: none; }
.guest-summary-name { display: flex; flex-direction: column; min-width: 0; }
.guest-summary-name strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.guest-summary-name small { color: var(--muted); }
.guest-summary-state { display: flex; align-items: center; gap: .65rem; flex-shrink: 0; }
.guest-summary-state i { font-style: normal; transition: transform .2s ease; color: var(--muted); }
.guest-row[open] .guest-summary-state i { transform: rotate(180deg); }
.guest-detail { padding: 1rem; border-top: 1px solid var(--line); background: #fff9e9; }
.status-pill { font-size: .7rem; font-weight: 800; padding: .35rem .55rem; border-radius: 99px; }
.status-confirmed { background: #ffe27a; color: #5d3500; }
.status-declined { background: #ffd59b; color: #7c4300; }
.status-pending { background: #ffe8a8; color: #674b00; }
.audit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .6rem; margin-bottom: 1rem; }
.audit-grid > div { padding: .8rem; background: var(--white); border: 1px solid var(--line); }
.audit-grid span, .audit-grid small { display: block; color: var(--muted); font-size: .7rem; }
.audit-grid strong { display: block; margin-top: .25rem; font-size: .86rem; }
.guest-editor { display: grid; grid-template-columns: 160px 180px 220px auto; gap: .6rem; align-items: end; }
.guest-link { margin-top: .9rem; font-size: .78rem; }
.copy-row { display: grid; grid-template-columns: 1fr auto; gap: .5rem; align-items: center; }
.guest-link code { display: block; overflow-wrap: anywhere; background: var(--white); border: 1px solid var(--line); padding: .7rem; }
.login-shell { display: grid; place-items: center; }
.login-card { width: min(100%,440px); background: var(--paper); border: 1px solid var(--line); padding: clamp(1.5rem,5vw,3rem); }
.login-card h1 { font-size: 3rem; }
.admin-form { display: grid; gap: 1rem; margin-top: 1.5rem; }
.back-link { display: inline-block; color: var(--muted); margin-top: 1.5rem; }
.not-found { min-height: 100svh; display: grid; place-items: center; padding: 2rem; text-align: center; background: var(--paper); }
.not-found > div { max-width: 600px; }
.not-found h1 { font-size: clamp(3rem,8vw,6rem); }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 820px) {
  .wedding-page { width: 100%; box-shadow: none; }
  .editorial-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-photo { min-height: 0; background: var(--ink); }
  .hero-photo img { height: auto; aspect-ratio: 3 / 2; object-fit: contain; object-position: center; }
  .hero-paper { min-height: 690px; }
  .music-section { grid-template-columns: 1fr; text-align: center; }
  .music-player { min-height: 0; }
  .editorial-photo-block { grid-template-columns: 1fr; }
  .editorial-photo-block > img { min-height: 520px; max-height: 680px; }
  .event-card { min-height: 520px; }
  .details-grid { grid-template-columns: 1fr; }
  .editorial-gallery { grid-template-columns: 1fr; grid-template-rows: 520px 520px auto; }
  .editorial-gallery .wide { grid-row: auto; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .category-stats { grid-template-columns: repeat(2,1fr); }
  .admin-toolbar { grid-template-columns: 1fr; }
  .guest-editor { grid-template-columns: 1fr 1fr; }
  .guest-editor button { grid-column: 1 / -1; }
  .audit-grid { grid-template-columns: 1fr 1fr; }
  .admin-topbar { align-items: flex-start; flex-direction: column; }
}
@media (min-width: 821px) {
  .hero-paper { min-width: 0; min-height: 650px; padding: 2.75rem clamp(1.4rem, 3.2vw, 2.8rem); }
  .hero-paper .monogram { margin-bottom: 1.35rem; }
  .hero-paper .eyebrow { margin-bottom: .65rem; }
  .hero-paper h1 { font-size: clamp(3rem, 5.7vw, 5.3rem); }
  .hero-paper .date-lockup { margin-top: 1.75rem; }
  .hero-paper .corner-ornament { width: clamp(140px, 19vw, 220px); }
}
@media (max-width: 520px) {
  body { background: var(--paper); }
  .hero-paper { min-height: 650px; padding-inline: 1.2rem; }
  .date-lockup { gap: .55rem; }
  .date-lockup strong { font-size: 3.4rem; }
  .date-lockup span { font-size: .58rem; }
  .music-section { padding-inline: 1rem; }
  .music-player { border-radius: 2px; }
  .corner-ornament { width: 170px; opacity: .62; }
  .botanical-divider { grid-template-columns: 1fr 84px 1fr; gap: .65rem; }
  .botanical-divider img { width: 84px; }
  .countdown-grid { gap: .25rem; }
  .countdown-grid strong { font-size: 2.5rem; }
  .countdown-grid span { font-size: .58rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .category-stats { grid-template-columns: 1fr 1fr; }
  .category-stats article { min-height: 118px; }
  .dress-code-grid { grid-template-columns: 1fr; }
  .stats-grid strong { font-size: 2.1rem; }
  .guest-editor, .audit-grid { grid-template-columns: 1fr; }
  .guest-editor button { grid-column: auto; }
  .rsvp-card { padding: 1.25rem; }
  .whatsapp-actions { display: grid; }
  .whatsapp-actions .btn { width: 100%; }
  .copy-row { grid-template-columns: 1fr; }
  .copy-row .btn { width: 100%; }
  .guest-summary { padding: .78rem; }
  .status-pill { font-size: .64rem; }
}
