:root {
  --night: #151126;
  --night-soft: #241a38;
  --cream: #fff4df;
  --paper: #f6e4c7;
  --ink: #261d2a;
  --coral: #f36f5b;
  --coral-dark: #c84449;
  --gold: #ffc857;
  --aqua: #45b8b0;
  --petrol: #116b73;
  --pink: #f4a2a5;
  --white: #fffaf0;
  --shadow: 0 28px 70px rgba(20, 14, 35, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --display: Impact, "Arial Black", "Avenir Next Condensed", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); }
body, button, input, select { font-family: var(--sans); }
button, input, select { font-size: 16px; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 999; top: -80px; left: 20px; padding: 12px 18px; color: white; background: var(--night); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }
.section-number { font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--coral-dark); }
.section-number.light { color: var(--gold); }
.eyebrow { margin: 0 0 16px; color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .25em; text-transform: uppercase; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 14px 24px; border: 0; border-radius: 100px; cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button.primary { color: var(--night); background: var(--gold); box-shadow: 0 15px 35px rgba(255, 200, 87, .25); }
.button.dark { color: white; background: var(--night); box-shadow: 0 15px 35px rgba(21, 17, 38, .15); }
.button b { font-size: 18px; }

/* Hero */
.hero { min-height: 940px; position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 84% 24%, rgba(255, 205, 100, .7) 0 5%, transparent 16%), linear-gradient(158deg, var(--night) 0 38%, #762d59 60%, var(--coral) 81%, #f8a86c 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(#fff 0.8px, transparent 0.8px); background-size: 16px 16px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
.hero::after { content: ""; position: absolute; z-index: 1; left: -5%; right: -5%; bottom: -75px; height: 205px; border-radius: 48% 52% 0 0; background: var(--petrol); transform: rotate(-2deg); box-shadow: 0 -42px 0 rgba(69, 184, 176, .65); }
.checker-stripe { height: 12px; position: relative; z-index: 7; background-color: var(--cream); background-image: linear-gradient(45deg, var(--night) 25%, transparent 25%, transparent 75%, var(--night) 75%), linear-gradient(45deg, var(--night) 25%, transparent 25%, transparent 75%, var(--night) 75%); background-size: 24px 24px; background-position: 0 0, 12px 12px; }
.site-nav { width: min(1220px, calc(100% - 44px)); height: 98px; margin: 0 auto; position: relative; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { justify-self: start; display: flex; align-items: center; gap: 6px; font-family: var(--serif); font-size: 24px; }
.brand i { color: var(--gold); font-weight: 400; }
.nav-links { display: flex; gap: 38px; font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.nav-links a { position: relative; padding: 10px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--gold); transition: right .2s; }
.nav-links a:hover::after { right: 0; }
.language-switcher { justify-self: end; display: flex; align-items: center; gap: 5px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 100px; }
.language-switcher button { border: 0; padding: 3px; color: rgba(255,255,255,.5); background: transparent; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.language-switcher button.active { color: var(--gold); }
.language-switcher span { opacity: .25; }
.hero-copy { width: min(820px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 5; padding-top: 88px; text-align: center; }
.hero-kicker { margin: 0 0 24px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .3em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(68px, 10vw, 144px); font-weight: 400; line-height: .73; letter-spacing: -.07em; text-shadow: 0 16px 50px rgba(0,0,0,.15); }
.hero h1 span { display: block; }
.hero h1 em { display: block; margin: 8px 0 4px; color: var(--gold); font-size: .42em; line-height: .7; }
.hero-date { margin: 35px auto 20px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; color: var(--white); font-size: 13px; font-weight: 900; letter-spacing: .24em; }
.hero-date i { color: var(--gold); }
.hero-date b { margin-left: 14px; padding: 9px 14px; color: var(--night); background: var(--cream); border-radius: 100px; font-size: 10px; letter-spacing: .18em; }
.hero-subtitle { margin: 0 auto 30px; font-family: var(--serif); font-size: 18px; font-style: italic; opacity: .82; }
.hero-bottom { position: absolute; z-index: 5; left: 0; right: 0; bottom: 32px; display: flex; justify-content: center; gap: 16px; font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.hero-bottom i { color: var(--gold); }
.hero-stars i { position: absolute; z-index: 2; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); box-shadow: 0 0 18px var(--gold); }
.hero-stars i:nth-child(1) { left: 14%; top: 23%; }
.hero-stars i:nth-child(2) { left: 22%; top: 54%; width: 4px; height: 4px; }
.hero-stars i:nth-child(3) { right: 19%; top: 48%; }
.hero-stars i:nth-child(4) { right: 9%; top: 68%; width: 4px; height: 4px; }
.hero-stars i:nth-child(5) { left: 44%; top: 19%; width: 3px; height: 3px; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 680px; height: 680px; left: calc(50% - 340px); top: 120px; }
.orbit-two { width: 510px; height: 510px; left: calc(50% - 255px); top: 205px; border-color: rgba(255,200,87,.18); }
.hero-art { position: absolute; z-index: 3; color: rgba(255,244,223,.62); }
.hero-art svg { overflow: visible; fill: none; stroke: currentColor; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.hero-art .thin { stroke-width: 2; }
.motorcycle-art { width: 350px; left: -45px; bottom: 100px; transform: rotate(-4deg); }
.motorcycle-art .flame { fill: rgba(243,111,91,.45); stroke: var(--gold); }
.dice-art { width: 175px; right: 2%; top: 180px; color: rgba(255,200,87,.55); transform: rotate(12deg); }
.dice-art text { fill: var(--gold); stroke: none; font-family: var(--display); font-size: 42px; text-anchor: middle; }

/* Story */
.manifesto { padding: 120px max(24px, calc((100vw - 1180px) / 2)) 90px; display: grid; grid-template-columns: 220px 1fr; gap: 55px; background: var(--cream); }
.manifesto-copy { max-width: 900px; }
.manifesto h2 { max-width: 850px; margin: 0 0 34px; font-family: var(--serif); font-size: clamp(58px, 8vw, 108px); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.manifesto-copy > p:last-child { max-width: 760px; margin: 0; color: #665666; font-family: var(--serif); font-size: 20px; line-height: 1.75; }
.couple-cards { padding: 40px max(24px, calc((100vw - 1180px) / 2)) 130px; position: relative; display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; background: var(--cream); }
.character-card { min-height: 430px; position: relative; overflow: hidden; padding: 46px; border-radius: 28px; box-shadow: var(--shadow); }
.character-card::after { content: ""; position: absolute; right: -90px; bottom: -90px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.04), 0 0 0 62px rgba(255,255,255,.03); }
.rider-card { color: white; background: linear-gradient(145deg, #1a152a, #453051 70%, #753756); transform: rotate(-1.2deg); }
.dreamer-card { color: var(--night); background: linear-gradient(145deg, #f6b7a3, #f07d78 58%, #f9c06e); transform: rotate(1.2deg); }
.card-symbol { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 48px; border: 1px solid currentColor; border-radius: 50%; color: var(--gold); font-size: 28px; }
.dreamer-card .card-symbol { color: var(--night); }
.character-class { margin: 0 0 10px; font-size: 9px; font-weight: 900; letter-spacing: .22em; opacity: .7; }
.character-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 58px; font-weight: 400; letter-spacing: -.05em; }
.character-card > p:not(.character-class) { max-width: 440px; min-height: 82px; margin: 0; font-size: 15px; line-height: 1.7; opacity: .82; }
.character-tags { position: relative; z-index: 2; margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.character-tags span { padding: 8px 12px; border: 1px solid currentColor; border-radius: 100px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.card-divider { position: relative; z-index: 3; width: 70px; height: 70px; display: grid; place-items: center; margin: 0 -4px; border: 7px solid var(--cream); border-radius: 50%; color: var(--night); background: var(--gold); font-family: var(--serif); font-size: 32px; box-shadow: 0 8px 25px rgba(0,0,0,.15); }

/* Photography */
.photo-story { min-height: 760px; position: relative; overflow: hidden; padding: 120px max(24px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr .72fr 1fr; align-items: center; gap: 45px; color: white; background: var(--night); }
.photo-story::before { content: ""; position: absolute; inset: 0; opacity: .24; background: radial-gradient(circle at 25% 30%, #e45f68 0, transparent 28%), radial-gradient(circle at 72% 64%, #1b9893 0, transparent 30%); }
.film-strip { position: absolute; left: 0; right: 0; top: 28px; height: 26px; opacity: .55; background: repeating-linear-gradient(90deg, transparent 0 14px, var(--cream) 14px 30px, transparent 30px 44px); }
.film-strip::after { content: ""; position: absolute; left: 0; right: 0; top: 12px; height: 2px; background: var(--cream); }
.photo-frame { position: relative; z-index: 2; padding: 12px 12px 34px; color: var(--night); background: var(--cream); box-shadow: 0 35px 70px rgba(0,0,0,.35); }
.frame-one { transform: rotate(-4deg); }
.frame-two { transform: rotate(4deg); }
.photo-placeholder { aspect-ratio: 4/5; position: relative; overflow: hidden; display: grid; place-items: center; padding: 20px; text-align: center; color: white; background: linear-gradient(155deg, #e6555f, #853d76 48%, #176e78 100%); }
.couple-photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.photo-placeholder::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; top: 8%; right: -12%; border-radius: 50%; background: rgba(255,200,87,.45); }
.photo-placeholder::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -12%; height: 37%; border-radius: 50%; background: rgba(26,130,135,.8); transform: rotate(-5deg); }
.photo-placeholder span { position: absolute; z-index: 2; top: 18px; left: 18px; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.photo-placeholder strong { position: relative; z-index: 2; max-width: 220px; font-family: var(--serif); font-size: 23px; font-style: italic; font-weight: 400; }
.photo-frame > p { margin: 20px 8px -14px; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.photo-quote { position: relative; z-index: 2; text-align: center; }
.quote-mark { display: block; height: 75px; color: var(--gold); font-family: var(--serif); font-size: 115px; line-height: 1; }
.photo-quote blockquote { margin: 0 0 24px; color: var(--cream); font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-style: italic; line-height: 1.1; }
.photo-quote p { color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.6; }

/* Event */
.event-section { padding: 120px max(24px, calc((100vw - 1180px) / 2)); color: var(--cream); background: var(--petrol); }
.event-heading { max-width: 900px; }
.event-heading .eyebrow { margin-top: 60px; color: var(--gold); }
.event-heading h2 { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 7vw, 92px); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.event-grid { margin-top: 75px; display: grid; grid-template-columns: .8fr 1.25fr .95fr; gap: 16px; }
.event-card { min-height: 370px; position: relative; overflow: hidden; padding: 36px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--night); border-radius: 20px; }
.event-card::before { content: ""; position: absolute; width: 170px; height: 170px; top: -70px; right: -60px; border: 1px solid rgba(21,17,38,.22); border-radius: 50%; box-shadow: 0 0 0 25px rgba(21,17,38,.04); }
.date-card { background: var(--gold); }
.place-card { color: white; background: linear-gradient(145deg, #f16d61, #a7445d); }
.mood-card { background: var(--pink); }
.card-index { position: absolute; top: 26px; left: 30px; font-family: var(--serif); font-style: italic; }
.event-card > p { margin: 0 0 15px; font-size: 9px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; opacity: .65; }
.event-card strong { position: relative; z-index: 2; font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.event-card small { margin-top: 18px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }
.event-card a { align-self: flex-start; margin-top: 32px; padding-bottom: 6px; border-bottom: 1px solid var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.quest-line { padding: 100px max(24px, calc((100vw - 1180px) / 2)) 120px; background: var(--paper); }
.quest-line .eyebrow { text-align: center; }
.quest-track { margin-top: 45px; display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.quest-track::before { content: ""; position: absolute; left: 12%; right: 12%; top: 49px; height: 2px; background: var(--coral); }
.quest-track div { position: relative; z-index: 2; text-align: center; }
.quest-track span { display: block; margin-bottom: 14px; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.quest-track b { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 18px; border: 2px solid var(--coral); border-radius: 50%; color: var(--coral-dark); background: var(--paper); font-family: var(--serif); }
.quest-track p { max-width: 170px; margin: 0 auto; font-family: var(--serif); font-size: 17px; }

/* RSVP */
.rsvp-section { padding: 120px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; background: var(--coral); }
.rsvp-copy { position: relative; align-self: center; }
.rsvp-copy .section-number { color: var(--night); }
.rsvp-copy .eyebrow { margin-top: 48px; color: var(--cream); }
.rsvp-copy h2 { max-width: 560px; margin: 0 0 30px; color: var(--white); font-family: var(--serif); font-size: clamp(56px, 7vw, 90px); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.rsvp-copy > p:not(.eyebrow) { max-width: 510px; color: #6f313d; font-size: 15px; line-height: 1.75; }
.mini-die { width: 78px; height: 78px; display: grid; place-items: center; margin-top: 36px; color: var(--gold); background: var(--night); clip-path: polygon(50% 0, 95% 25%, 90% 78%, 50% 100%, 10% 78%, 5% 25%); transform: rotate(-8deg); }
.mini-die span { font-family: var(--display); font-size: 22px; transform: rotate(8deg); }
.rsvp-form { padding: 44px; display: grid; gap: 23px; border-radius: 24px; color: var(--night); background: var(--cream); box-shadow: var(--shadow); }
.form-heading { padding-bottom: 18px; display: flex; justify-content: space-between; border-bottom: 4px double var(--night); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.rsvp-form label > span, .rsvp-form legend { display: block; margin-bottom: 8px; color: #6e606b; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.rsvp-form input[type="text"], .rsvp-form input[type="email"], .rsvp-form select { width: 100%; padding: 12px 2px; border: 0; border-bottom: 1px solid #b8a995; border-radius: 0; outline: none; color: var(--night); background: transparent; }
.rsvp-form input:focus, .rsvp-form select:focus { border-color: var(--coral); box-shadow: 0 2px 0 var(--coral); }
.rsvp-form fieldset { margin: 0; padding: 0; border: 0; }
.radio-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.radio-cards label { cursor: pointer; }
.radio-cards input { position: absolute; opacity: 0; }
.radio-cards label > span { min-height: 62px; margin: 0; padding: 12px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid #d1c3b0; border-radius: 12px; color: var(--night); }
.radio-cards b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #b8a995; border-radius: 50%; }
.radio-cards i { font-size: 12px; font-style: normal; font-weight: 700; text-transform: none; letter-spacing: 0; }
.radio-cards input:checked + span { border-color: var(--coral); color: var(--coral-dark); background: #ffe6d8; box-shadow: inset 0 0 0 1px var(--coral); }
.radio-cards input:focus-visible + span { outline: 3px solid rgba(69,184,176,.45); }
.guest-field.hidden { display: none; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.submit-button { width: 100%; }
.submit-button:disabled { cursor: wait; opacity: .6; transform: none; }
.rsvp-form > small { color: #897a82; text-align: center; font-size: 10px; line-height: 1.5; }
.form-message { display: none; padding: 12px 15px; border-radius: 10px; text-align: center; font-size: 12px; }
.form-message.success, .form-message.error { display: block; }
.form-message.success { color: #145b56; background: #d9eee5; }
.form-message.error { color: #8f2e32; background: #f8d9d2; }

/* Sharing + footer */
.share-section { padding: 100px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: var(--cream); }
.share-card { min-height: 230px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; padding: 38px; border-radius: 20px; transition: transform .2s, box-shadow .2s; }
.share-card:not(.is-placeholder):hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.share-card.is-placeholder { cursor: default; }
.playlist-card { background: var(--gold); }
.photo-card { background: var(--aqua); }
.share-icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.52); font-family: var(--serif); font-size: 32px; }
.share-card p { margin: 0 0 8px; font-size: 9px; font-weight: 900; letter-spacing: .18em; opacity: .6; }
.share-card h3 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.05; }
.share-card small { display: block; margin-top: 10px; opacity: .6; }
.share-card > b { font-size: 24px; }
.qr-symbol { width: 76px; height: 76px; padding: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; border-radius: 9px; background: var(--cream); }
.qr-image { width: 76px; height: 76px; padding: 5px; object-fit: contain; border-radius: 9px; background: var(--cream); }
.qr-symbol i { border: 6px solid var(--night); }
.qr-symbol i:last-child { border: 0; background: repeating-linear-gradient(45deg, var(--night) 0 4px, transparent 4px 8px); }
.site-footer { padding: 55px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--cream); background: var(--night); }
.footer-logo { font-family: var(--serif); font-size: 24px; }
.footer-logo i, .site-footer p span { color: var(--coral); }
.site-footer p, .site-footer a { font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.site-footer a { justify-self: end; }

/* Admin */
.micro-label { color: var(--coral-dark); font-size: 9px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.admin-login-page { min-height: 100vh; display: grid; place-items: center; padding: 22px; background: radial-gradient(circle at 80% 20%, #f4a35f, transparent 25%), linear-gradient(145deg, var(--night), #6f315b 60%, var(--coral)); }
.admin-login-card { width: min(440px, 100%); padding: 44px; border-radius: 24px; background: var(--cream); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.admin-login-card h1, .admin-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 8vw, 82px); font-weight: 400; line-height: .9; letter-spacing: -.06em; }
.admin-login-card > p:not(.micro-label) { color: #6c5e68; }
.admin-login-card form { margin: 30px 0 22px; display: grid; gap: 16px; }
.admin-login-card label span { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.admin-login-card input { width: 100%; padding: 14px; border: 1px solid #cdbda7; border-radius: 10px; background: white; }
.admin-login-card .button { width: 100%; }
.admin-login-card > a { color: #6e616a; font-size: 12px; }
.alert { margin: 20px 0; padding: 14px 16px; border-radius: 10px; font-size: 13px; line-height: 1.5; }
.alert.error { color: #852c31; background: #f5d6cf; }
.alert.warning { color: #72510b; background: #ffedb1; }
.admin-page { min-height: 100vh; background: #f5eee3; }
.admin-shell { width: min(1320px, calc(100% - 44px)); margin: 0 auto; padding: 60px 0; }
.admin-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.admin-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.admin-actions a { padding: 12px 16px; border: 1px solid #cdbda7; border-radius: 100px; background: white; font-size: 11px; font-weight: 700; }
.stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 24px 0; }
.stat-grid article { padding: 22px; border-radius: 14px; background: white; box-shadow: 0 8px 25px rgba(30,20,30,.04); }
.stat-grid span { display: block; color: #796c73; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stat-grid strong { display: block; margin-top: 10px; font-family: var(--serif); font-size: 40px; font-weight: 400; }
.admin-table-wrap { overflow-x: auto; border-radius: 17px; background: white; box-shadow: 0 15px 40px rgba(30,20,30,.06); }
.admin-table-wrap table { width: 100%; min-width: 900px; border-collapse: collapse; text-align: left; }
.admin-table-wrap th { padding: 16px 18px; color: white; background: var(--night); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.admin-table-wrap td { padding: 16px 18px; border-bottom: 1px solid #eee5d9; font-size: 13px; }
.status-pill { display: inline-block; min-width: 48px; padding: 6px 10px; border-radius: 100px; text-align: center; font-size: 10px; font-weight: 900; }
.status-pill.yes { color: #175d59; background: #d6eee5; }
.status-pill.no { color: #8b2f32; background: #f8d8d2; }
.empty { padding: 70px !important; text-align: center; color: #756971; }
.admin-footer { margin-top: 20px; display: flex; justify-content: space-between; color: #776b72; font-size: 12px; }

/* Tablet */
@media (max-width: 980px) {
  .hero { min-height: 880px; }
  .motorcycle-art { width: 280px; left: -70px; }
  .dice-art { width: 130px; right: -25px; }
  .manifesto { grid-template-columns: 1fr; gap: 35px; }
  .couple-cards { grid-template-columns: 1fr 54px 1fr; }
  .character-card { padding: 34px; }
  .photo-story { grid-template-columns: 1fr 1fr; }
  .photo-quote { grid-column: 1 / -1; grid-row: 1; max-width: 620px; margin: 0 auto 25px; }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .mood-card { grid-column: 1 / -1; min-height: 280px; }
  .rsvp-section { grid-template-columns: 1fr; gap: 60px; }
  .rsvp-copy > p:not(.eyebrow) { max-width: 680px; }
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Mobile */
@media (max-width: 700px) {
  .site-nav { width: calc(100% - 30px); height: 76px; grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .language-switcher { grid-column: 2; }
  .hero { min-height: 790px; }
  .hero-copy { padding-top: 110px; }
  .hero h1 { font-size: clamp(65px, 22vw, 96px); }
  .hero-kicker { letter-spacing: .18em; }
  .hero-date { gap: 7px; font-size: 11px; }
  .hero-date b { width: 100%; max-width: 95px; margin: 7px auto 0; }
  .hero-subtitle { max-width: 310px; font-size: 15px; line-height: 1.5; }
  .hero-art.motorcycle-art { width: 205px; left: -68px; bottom: 75px; opacity: .6; }
  .dice-art { width: 92px; right: -18px; top: 140px; }
  .orbit-one { width: 430px; height: 430px; left: calc(50% - 215px); top: 175px; }
  .orbit-two { width: 320px; height: 320px; left: calc(50% - 160px); top: 230px; }
  .hero-bottom { bottom: 22px; gap: 8px; font-size: 8px; letter-spacing: .12em; }
  .manifesto { padding: 80px 22px 55px; }
  .manifesto h2 { font-size: clamp(52px, 16vw, 74px); }
  .manifesto-copy > p:last-child { font-size: 17px; }
  .couple-cards { padding: 20px 22px 90px; grid-template-columns: 1fr; gap: 0; }
  .character-card { min-height: 390px; padding: 34px 28px; }
  .rider-card, .dreamer-card { transform: none; }
  .card-divider { margin: -12px auto; }
  .card-symbol { margin-bottom: 35px; }
  .character-card h3 { font-size: 50px; }
  .photo-story { padding: 100px 22px 90px; grid-template-columns: 1fr; gap: 40px; }
  .photo-quote { grid-column: auto; grid-row: auto; order: -1; }
  .photo-frame { width: min(88%, 430px); margin: 0 auto; }
  .frame-one { transform: rotate(-2deg); }
  .frame-two { transform: rotate(2deg); }
  .event-section { padding: 80px 22px; }
  .event-heading .eyebrow { margin-top: 38px; }
  .event-heading h2 { font-size: clamp(49px, 14vw, 72px); }
  .event-grid { margin-top: 55px; grid-template-columns: 1fr; }
  .event-card, .mood-card { min-height: 310px; grid-column: auto; }
  .quest-line { padding: 80px 22px; }
  .quest-track { grid-template-columns: 1fr; gap: 18px; }
  .quest-track::before { left: 21px; right: auto; top: 25px; bottom: 25px; width: 2px; height: auto; }
  .quest-track div { min-height: 64px; display: grid; grid-template-columns: 42px 55px 1fr; align-items: center; gap: 12px; text-align: left; }
  .quest-track span { margin: 0; font-size: 9px; text-align: center; }
  .quest-track b { margin: 0; }
  .quest-track p { max-width: none; margin: 0; }
  .rsvp-section { padding: 80px 22px; }
  .rsvp-copy h2 { font-size: clamp(54px, 15vw, 74px); }
  .rsvp-form { padding: 30px 20px; border-radius: 18px; }
  .radio-cards { grid-template-columns: 1fr; }
  .share-section { padding: 70px 22px; grid-template-columns: 1fr; }
  .share-card { min-height: 190px; padding: 25px; gap: 16px; }
  .share-icon, .qr-symbol, .qr-image { width: 58px; height: 58px; }
  .share-card h3 { font-size: 23px; }
  .share-card > b { display: none; }
  .site-footer { padding: 42px 22px; grid-template-columns: 1fr auto; gap: 20px; }
  .site-footer p { display: none; }
  .footer-logo { font-size: 19px; }
  .admin-shell { width: calc(100% - 28px); padding: 34px 0; }
  .admin-header { align-items: flex-start; flex-direction: column; }
  .admin-actions { justify-content: flex-start; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-footer { flex-direction: column; gap: 8px; }
}

@media (max-width: 390px) {
  .hero-copy { padding-top: 90px; }
  .hero h1 { font-size: 62px; }
  .hero-date { letter-spacing: .15em; }
  .character-tags span { font-size: 8px; }
  .share-card { grid-template-columns: auto 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
