:root {
  --forest: #06284b;
  --forest-2: #0d3d6d;
  --terracotta: #c9a35a;
  --sand: #e8d8b8;
  --cream: #f7f1e6;
  --paper: #fffdf7;
  --ink: #071a2f;
  --muted: #706b5e;
  --line: rgba(201, 163, 90, .28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 0; margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg, video { max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Italiana", serif; font-weight: 400; }
.kicker { margin-bottom: 14px; color: var(--terracotta); font-size: 12px; font-weight: 600; letter-spacing: .24em; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; min-height: 84px; padding: 18px clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: baseline; gap: 4px; font: 30px "Italiana", serif; color: var(--forest); }
.brand i { color: var(--terracotta); font: italic 20px "Playfair Display", serif; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--terracotta); transition: .25s; }
.desktop-nav a:hover::after { width: 100%; }
.sound-toggle { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,249,.72); padding: 10px 14px; color: var(--forest); cursor: pointer; }
.sound-label { font-size: 12px; }
.hero { min-height: 100vh; position: relative; }
.editorial-hero { padding: 130px clamp(22px, 6vw, 90px) 96px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr); align-items: center; gap: 5vw; overflow: hidden; }
.editorial-hero::before { content: ""; position: absolute; inset: 0 0 0 58%; background: var(--forest); z-index: -2; }
.editorial-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(232,216,184,.28); border-radius: 50%; right: -160px; top: -120px; z-index: -1; }
.hero-copy { max-width: 700px; }
.hero h1 { margin: 0 0 28px; display: flex; flex-direction: column; font-size: clamp(72px, 9vw, 145px); line-height: .78; letter-spacing: 0; }
.hero h1 span:last-child { margin-left: .38em; }
.hero h1 em { margin: -8px 0 -14px .15em; color: var(--terracotta); font: italic .48em "Playfair Display", serif; }
.hero-intro { max-width: 420px; color: var(--muted); font: italic clamp(18px, 2vw, 24px) "Playfair Display", serif; }
.hero-date { margin: 40px 0 34px; display: flex; align-items: center; gap: 18px; }
.hero-date > span { font: 72px "Italiana", serif; color: var(--terracotta); line-height: 1; }
.hero-date div { padding-left: 18px; border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.hero-date strong { font: 26px "Italiana", serif; }
.hero-date small { margin-top: 5px; color: var(--muted); letter-spacing: .08em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 52px; padding: 0 24px; border: 1px solid transparent; display: inline-flex; justify-content: center; align-items: center; gap: 16px; cursor: pointer; font-weight: 600; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--forest); }
.btn-primary:hover { background: var(--forest-2); }
.btn-ghost { border-color: var(--forest); color: var(--forest); background: transparent; }
.btn-full { width: 100%; }
.hero-photo { width: min(100%, 500px); margin: 0 auto; position: relative; align-self: end; }
.hero-photo::before { content: ""; position: absolute; inset: 34px -28px -28px 34px; border: 1px solid rgba(232,216,184,.45); border-radius: 250px 250px 8px 8px; }
.hero-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 3 / 4.25; object-fit: cover; object-position: center top; border-radius: 250px 250px 8px 8px; box-shadow: 0 34px 70px rgba(6,31,61,.32); display: block; }
.hero-photo figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; padding: 16px 18px; border: 1px solid rgba(232,216,184,.36); background: rgba(6,40,75,.74); color: var(--paper); display: flex; align-items: center; justify-content: space-between; gap: 18px; backdrop-filter: blur(10px); }
.hero-photo figcaption span { font: 26px "Italiana", serif; }
.hero-photo figcaption strong { color: var(--sand); font-size: 12px; letter-spacing: .18em; }
.countdown-panel { grid-column: 1 / -1; justify-self: stretch; width: 100%; padding: clamp(34px, 6vw, 70px); border: 1px solid rgba(201,163,90,.3); background: var(--paper); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(24px, 4vw, 44px); text-align: center; }
.countdown-intro { min-width: 0; }
.countdown-intro span { display: block; margin-bottom: 0; color: var(--forest); font-size: clamp(13px, 1.4vw, 17px); font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
.countdown { display: flex; gap: clamp(24px, 5vw, 64px); }
.countdown div { position: relative; min-width: clamp(78px, 10vw, 136px); text-align: center; }
.countdown div:not(:last-child)::after { content: ":"; position: absolute; top: 42%; right: clamp(-38px, -2.8vw, -16px); color: var(--terracotta); font: clamp(46px, 7vw, 96px) "Italiana", serif; line-height: 1; transform: translateY(-50%); }
.countdown strong { display: block; color: var(--forest); font: clamp(72px, 10vw, 142px) "Italiana", serif; line-height: .9; }
.countdown span { color: var(--ink); font-size: clamp(12px, 1.2vw, 16px); font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.section-pad { padding: 110px clamp(22px, 7vw, 110px); }
.day-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); background: var(--sand); }
.section-heading h2, .invitation-copy h2 { max-width: 620px; font-size: clamp(44px, 6vw, 78px); line-height: 1.02; }
.story-copy { max-width: 560px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.story-copy strong { color: var(--forest); }
.moments-section { padding: 96px 0 104px; background: var(--forest); color: var(--paper); overflow: hidden; }
.moments-heading { width: min(100% - 44px, 980px); margin: 0 auto 42px; text-align: center; }
.moments-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; }
.moments-carousel { position: relative; width: 100%; overflow: hidden; }
.moments-carousel::before,
.moments-carousel::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: clamp(34px, 8vw, 120px); pointer-events: none; }
.moments-carousel::before { left: 0; background: linear-gradient(90deg, var(--forest), rgba(6,40,75,0)); }
.moments-carousel::after { right: 0; background: linear-gradient(270deg, var(--forest), rgba(6,40,75,0)); }
.moments-track { display: flex; width: max-content; animation: moments-scroll 95s linear infinite; will-change: transform; }
.moments-carousel:hover .moments-track { animation-play-state: paused; }
.moments-set { display: flex; flex: 0 0 auto; gap: clamp(14px, 2vw, 24px); padding-right: clamp(14px, 2vw, 24px); }
.moments-set img { width: clamp(190px, 22vw, 310px); aspect-ratio: 4 / 5; object-fit: cover; object-position: center; border-radius: 8px; box-shadow: 0 28px 70px rgba(0,0,0,.24); display: block; }
@keyframes moments-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .moments-carousel { overflow-x: auto; }
  .moments-track { animation: none; }
  .moments-carousel::before,
  .moments-carousel::after { display: none; }
}
.invitation-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: var(--paper); }
.invitation-copy > p:not(.kicker) { max-width: 580px; color: var(--muted); line-height: 1.8; }
.invitation-photo { max-width: 440px; margin: 38px 0 0; overflow: hidden; border-radius: 8px; box-shadow: 0 24px 60px rgba(6,40,75,.16); }
.invitation-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; display: block; }
.invitation-actions { display: grid; align-content: center; }
.action-card { padding: 26px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 50px 1fr 28px; align-items: center; gap: 18px; }
.action-card > span { color: var(--terracotta); font: 24px "Italiana", serif; }
.action-card strong { display: block; margin-bottom: 6px; font: 27px "Italiana", serif; }
.action-card small { color: var(--muted); }
.action-card b { font-size: 24px; transition: .2s; }
.action-card:hover b { transform: translateX(6px); }
.site-footer { padding: 34px clamp(22px, 6vw, 90px); display: flex; justify-content: space-between; color: white; background: var(--forest); }
.site-footer p { margin: 0; font: 28px "Italiana", serif; }
.site-footer span { font-size: 12px; letter-spacing: .14em; }
.inner-page { min-height: 100vh; background: var(--paper); }
.inner-header { position: relative; border-bottom: 1px solid var(--line); }
.header-back { color: var(--muted); font-size: 13px; }
.rsvp-layout { min-height: calc(100vh - 84px); display: grid; grid-template-columns: .82fr 1.18fr; }
.rsvp-intro { padding: 80px clamp(28px, 6vw, 90px); color: white; background: var(--forest); }
.rsvp-intro h1 { font-size: clamp(46px, 5vw, 78px); line-height: 1.05; }
.rsvp-intro > p:not(.kicker) { max-width: 520px; color: rgba(255,255,255,.7); line-height: 1.7; }
.rsvp-steps { margin-top: 70px; }
.rsvp-steps > div { display: flex; gap: 22px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); }
.rsvp-steps span { color: var(--sand); font: 25px "Italiana", serif; }
.rsvp-steps p { margin: 0; }
.rsvp-steps strong, .rsvp-steps small { display: block; }
.rsvp-steps small { margin-top: 4px; color: rgba(255,255,255,.56); }
.rsvp-form-wrap { padding: 70px clamp(24px, 6vw, 86px); }
.form-heading h2 { margin-bottom: 14px; font-size: clamp(42px, 5vw, 66px); }
.form-heading > p:last-child { color: var(--muted); line-height: 1.6; }
.modern-form { max-width: 820px; }
fieldset { margin: 28px 0; padding: 0; border: 0; }
legend, label { display: block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
em { color: var(--terracotta); font-style: normal; }
.choice-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.choice { position: relative; min-height: 88px; padding: 16px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; }
.choice input { position: absolute; opacity: 0; }
.choice span { color: var(--terracotta); font: 20px "Italiana", serif; }
.choice strong { font-size: 13px; }
.choice:has(input:checked) { color: white; background: var(--forest); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.modern-form > label, .field-row { margin-top: 18px; }
input, textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; outline: none; color: var(--ink); text-transform: none; }
input:focus, textarea:focus { border-color: var(--terracotta); }
textarea { resize: vertical; }
.consent-box { margin: 28px 0; padding: 18px; background: var(--cream); }
.consent-box label { display: flex; align-items: center; gap: 12px; margin: 8px 0; text-transform: none; letter-spacing: 0; }
.consent-box input { width: 18px; height: 18px; margin: 0; accent-color: var(--forest); }
.form-result { min-height: 24px; margin: 14px 0 0; color: var(--forest); text-align: center; font-weight: 600; }
.guest-page { background: var(--cream); }
.guest-layout { min-height: calc(100vh - 84px); padding: 80px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: 1fr minmax(400px, .8fr); align-items: center; gap: 9vw; }
.guest-welcome h1 { max-width: 760px; font-size: clamp(54px, 7vw, 96px); line-height: .98; }
.guest-welcome > p:not(.kicker) { max-width: 600px; color: var(--muted); line-height: 1.75; }
.guest-date { margin-top: 50px; padding-left: 24px; border-left: 2px solid var(--terracotta); display: flex; flex-direction: column; }
.guest-date span, .guest-date small { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; }
.guest-date strong { margin: 5px 0; font: 34px "Italiana", serif; }
.access-card { padding: clamp(28px, 5vw, 56px); background: var(--paper); box-shadow: 0 30px 80px rgba(23,60,53,.14); }
.access-card form { margin-top: 34px; }
.access-input { padding: 20px 0; font: 34px "Italiana", serif; text-transform: uppercase; letter-spacing: .16em; }
.access-card small { display: block; margin: 10px 0 24px; color: var(--muted); }
.access-footer { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 12px; font-size: 13px; }
.access-footer a { color: var(--terracotta); font-weight: 600; }
.guest-dashboard { padding: 100px clamp(22px, 7vw, 110px); background: var(--paper); }
.dashboard-heading h2 { font-size: clamp(46px, 6vw, 76px); }
.venue-panel { margin: 34px 0 24px; display: grid; grid-template-columns: minmax(280px, .72fr) 1fr; border: 1px solid var(--line); background: var(--cream); }
.venue-details { padding: clamp(24px, 4vw, 42px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.venue-details h3 { margin: 8px 0 12px; color: var(--forest); font-size: clamp(38px, 5vw, 64px); }
.venue-details p:not(.kicker) { margin-bottom: 24px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.venue-map { min-height: 340px; background: var(--sand); }
.venue-map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }
.dashboard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.dashboard-card { min-height: 310px; padding: 28px; border: 1px solid var(--line); display: flex; flex-direction: column; }
.dashboard-card > span { margin-left: auto; color: var(--terracotta); font: 24px "Italiana", serif; }
.dashboard-card .kicker { margin-top: auto; }
.dashboard-card h3 { font-size: 34px; }
.dashboard-card p:last-child { color: var(--muted); line-height: 1.6; }
.dashboard-card.featured { color: white; background: var(--forest); }
.dashboard-card.featured p:last-child { color: rgba(255,255,255,.65); }
.result-page { background: var(--cream); }
.result-wrap { min-height: 100vh; padding: clamp(24px, 6vw, 80px); display: grid; place-items: center; }
.result-card { width: min(100%, 680px); padding: clamp(34px, 6vw, 70px); border: 1px solid var(--line); background: var(--paper); text-align: center; box-shadow: 0 30px 80px rgba(6,40,75,.12); }
.result-card h1 { margin-bottom: 18px; color: var(--forest); font-size: clamp(48px, 7vw, 82px); line-height: 1; }
.result-card p:not(.kicker) { max-width: 520px; margin-inline: auto; color: var(--muted); font-size: 17px; line-height: 1.7; }
.result-card .btn { margin-top: 22px; }
.admin-page { background: var(--cream); }
.admin-header { background: var(--paper); }
.admin-shell { min-height: calc(100vh - 84px); padding: 72px clamp(22px, 6vw, 86px); }
.admin-login { width: min(100%, 560px); margin: 0 auto; padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 24px 70px rgba(6,40,75,.12); }
.admin-login h1, .admin-dashboard-heading h1 { margin-bottom: 12px; color: var(--forest); font-size: clamp(46px, 6vw, 76px); line-height: 1; }
.admin-form { margin-top: 28px; }
.admin-dashboard { margin-top: 58px; }
.admin-dashboard-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.admin-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 16px; }
.admin-stat-card { min-height: 150px; padding: 22px; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.admin-stat-card span { color: var(--muted); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.admin-stat-card strong { color: var(--forest); font: clamp(48px, 6vw, 74px) "Italiana", serif; line-height: .9; }
.admin-stat-card.featured { background: var(--forest); color: var(--paper); }
.admin-stat-card.featured span, .admin-stat-card.featured strong { color: inherit; }
.admin-updated-at { margin: 18px 0 0; color: var(--muted); font-size: 13px; text-align: right; }
.admin-panel { margin-top: 30px; padding: 24px; border: 1px solid var(--line); background: var(--paper); }
.admin-panel-heading { margin-bottom: 18px; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.admin-panel-heading h2 { margin: 0; color: var(--forest); font-size: 34px; }
.admin-panel-heading span { color: var(--muted); font-size: 12px; }
.admin-filter-bar { margin-bottom: 18px; display: grid; grid-template-columns: minmax(260px, 1.6fr) minmax(170px, .8fr) minmax(170px, .8fr) auto; gap: 12px; align-items: end; }
.admin-filter-bar label { display: grid; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.admin-filter-bar input, .admin-filter-bar select { width: 100%; height: 48px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); font: 500 14px "DM Sans", sans-serif; padding: 0 13px; }
.admin-filter-bar input:focus, .admin-filter-bar select:focus { outline: 2px solid rgba(201,163,90,.38); outline-offset: 1px; border-color: var(--gold); }
.admin-filter-reset { height: 48px; min-height: 48px; padding-inline: 16px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; min-width: 1120px; border-collapse: collapse; font-size: 14px; }
.admin-table th, .admin-table td { padding: 15px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.admin-table td { color: var(--ink); }
.admin-table td strong { display: block; color: var(--forest); }
.admin-table a { color: var(--forest); font-weight: 600; }
.status-pill { display: inline-flex; min-width: 88px; justify-content: center; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.status-pending { color: #6c4a00; background: #fff3cf; }
.status-approved { color: #0f5132; background: #dff3e8; }
.status-rejected { color: #842029; background: #f8d7da; }
.hidden { display: none; }
@media (max-width: 1180px) {
  .editorial-hero { padding-bottom: 130px; }
  .hero-actions { margin-bottom: 42px; }
}
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .editorial-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 120px; padding-bottom: 118px; }
  .editorial-hero::before { inset: auto 0 0 0; height: 500px; }
  .hero-copy { max-width: 760px; }
  .hero-actions { margin-bottom: 36px; }
  .hero-photo { width: min(100%, 460px); justify-self: center; }
  .countdown-panel { justify-content: center; }
  .day-section { grid-template-columns: 1fr; }
  .story-copy { grid-column: auto; }
  .invitation-section, .rsvp-layout, .guest-layout { grid-template-columns: 1fr; }
  .rsvp-layout, .guest-layout { min-height: auto; }
  .rsvp-intro { min-height: auto; }
  .modern-form, .guest-welcome > p:not(.kicker), .access-card { max-width: 100%; }
  .venue-panel { grid-template-columns: 1fr; }
  .dashboard-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .site-header { min-height: 70px; padding: 14px 18px; }
  .brand { font-size: 26px; }
  .sound-label { display: none; }
  .sound-toggle { width: 42px; height: 42px; justify-content: center; padding: 0; }
  .editorial-hero { padding: 96px 18px 92px; gap: 34px; }
  .hero h1 { font-size: clamp(56px, 21vw, 92px); line-height: .84; }
  .hero h1 span:last-child { margin-left: .12em; }
  .hero-intro { font-size: 18px; }
  .hero-date { margin: 30px 0 26px; }
  .hero-date > span { font-size: 58px; }
  .hero-actions, .hero-actions .btn { width: 100%; }
  .hero-actions { margin-bottom: 30px; }
  .btn-ghost { background: var(--cream); }
  .hero-photo { width: min(100%, 370px); }
  .editorial-hero::before { height: min(78vw, 390px); }
  .hero-photo::before { inset: 22px -16px -18px 20px; }
  .hero-photo figcaption { left: 16px; right: 16px; bottom: 16px; padding: 13px 14px; }
  .hero-photo figcaption span { font-size: 22px; }
  .countdown { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .countdown div { min-width: 0; }
  .countdown div:not(:last-child)::after { right: -10px; font-size: clamp(30px, 9vw, 46px); }
  .countdown strong { font-size: clamp(44px, 15vw, 68px); }
  .section-pad { padding: 74px 20px; }
  .day-section { grid-template-columns: 1fr; gap: 20px; }
  .story-copy { grid-column: auto; }
  .moments-section { padding: 72px 0 78px; }
  .moments-heading { width: calc(100% - 40px); margin-bottom: 32px; text-align: left; }
  .moments-heading h2 { font-size: 46px; }
  .moments-set img { width: 210px; }
  .section-heading h2, .invitation-copy h2 { font-size: 48px; }
  .countdown-panel { align-items: stretch; padding: 24px 18px; }
  .countdown-intro { min-width: 0; }
  .invitation-section { gap: 38px; }
  .action-card { grid-template-columns: 34px 1fr 22px; gap: 12px; }
  .action-card strong { font-size: 23px; }
  .site-footer { flex-direction: column; gap: 10px; }
  .header-back { font-size: 0; }
  .header-back::after { content: "← Accueil"; font-size: 13px; }
  .rsvp-intro, .rsvp-form-wrap, .guest-layout { padding: 54px 20px; }
  .rsvp-intro h1, .guest-welcome h1 { font-size: 46px; }
  .rsvp-steps { margin-top: 44px; }
  .rsvp-steps > div { gap: 16px; }
  .choice-grid, .field-row { grid-template-columns: 1fr; }
  .choice { min-height: 74px; }
  .guest-layout { min-height: auto; }
  .access-card { padding: 28px 22px; }
  .access-input { font-size: 28px; letter-spacing: .1em; }
  .access-footer { flex-direction: column; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .guest-dashboard { padding: 74px 20px; }
  .admin-shell { padding: 54px 20px; }
  .admin-dashboard-heading { align-items: stretch; flex-direction: column; }
  .admin-stats-grid { grid-template-columns: 1fr; }
  .admin-stat-card { min-height: 124px; }
  .admin-filter-bar { grid-template-columns: 1fr; }
  .admin-filter-reset { width: 100%; }
  .admin-panel { padding: 20px 16px; }
  .admin-updated-at { text-align: left; }
}
@media (max-width: 430px) {
  .site-header { padding-inline: 14px; }
  .editorial-hero { padding-inline: 14px; padding-bottom: 84px; }
  .editorial-hero::before { height: min(82vw, 360px); }
  .hero h1 { font-size: clamp(50px, 20vw, 76px); }
  .hero-date small { letter-spacing: .04em; }
  .btn { min-height: 50px; padding: 0 18px; }
  .hero-actions { margin-bottom: 26px; }
  .section-pad { padding: 62px 14px; }
  .section-heading h2, .invitation-copy h2 { font-size: 40px; }
  .story-copy { font-size: 16px; }
  .moments-section { padding: 60px 0 66px; }
  .moments-heading { width: calc(100% - 28px); }
  .moments-heading h2 { font-size: 38px; }
  .moments-set { gap: 12px; padding-right: 12px; }
  .moments-set img { width: 178px; }
  .countdown-panel { padding: 22px 12px; }
  .countdown-intro span { font-size: 12px; letter-spacing: .14em; }
  .countdown { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 22px; column-gap: 18px; }
  .countdown div:not(:last-child)::after { content: none; }
  .countdown strong { font-size: clamp(52px, 18vw, 72px); }
  .countdown span { font-size: 11px; letter-spacing: .1em; }
  .action-card { grid-template-columns: 28px 1fr; }
  .action-card b { display: none; }
  .rsvp-intro, .rsvp-form-wrap, .guest-layout { padding: 44px 14px; }
  .rsvp-intro h1, .guest-welcome h1 { font-size: 40px; }
  .access-card { padding: 24px 16px; }
  .access-input { font-size: 24px; letter-spacing: .06em; }
  .dashboard-card { min-height: auto; padding: 24px; }
  .dashboard-card h3 { font-size: 30px; }
  .admin-shell { padding: 44px 14px; }
  .admin-login, .admin-stat-card { padding: 20px 16px; }
  .admin-login h1, .admin-dashboard-heading h1 { font-size: 40px; }
  .admin-panel-heading { align-items: flex-start; flex-direction: column; }
}
