@font-face {
  font-family: "Lavishly Yours";
  src: url("assets/LavishlyYours-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Italianno";
  src: url("assets/Italianno-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #f1ede4;
  --ink: #191713;
  --wine: #6d1425;
  --sage: #606653;
  --line: rgba(25, 23, 19, 0.22);
  --serif: "Italiana", "Times New Roman", serif;
  --script: "Lavishly Yours", "Italiana", cursive;
  --italianno: "Italianno", "Italiana", cursive;
  --sans: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-weight: 300; }
body.modal-open { overflow: hidden; }
body.intro-active { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

/* Invitation preloader: the envelope-reveal video plays on load, then phases out into the hero */
.invitation-intro { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; overflow: hidden; background: #e7ddce; isolation: isolate; transition: opacity .75s ease, visibility .75s ease; }
.invitation-intro::before { content: ""; position: absolute; inset: 0; opacity: .2; background: radial-gradient(circle at 50% 34%, rgba(255,255,255,.9), transparent 30%), repeating-linear-gradient(115deg, rgba(83,66,49,.035) 0 1px, transparent 1px 7px); mix-blend-mode: multiply; pointer-events: none; }
.invitation-intro.is-finished { opacity: 0; visibility: hidden; pointer-events: none; }
.intro-skip { position: absolute; z-index: 20; top: 25px; right: 30px; border: 0; border-bottom: 1px solid rgba(33,28,22,.42); padding: 5px 0; color: var(--ink); background: transparent; font: 400 8px var(--mono); text-transform: uppercase; letter-spacing: .14em; cursor: pointer; }

.intro-video-stage { position: absolute; z-index: 4; inset: 0; overflow: hidden; }
.intro-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .6s ease; }
.intro-video-stage::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(0deg,rgba(20,19,16,.55),transparent 52%); opacity: 0; transition: opacity .9s ease .3s; }
.invitation-intro.is-video-in .intro-video { opacity: 1; }
.invitation-intro.is-video-in .intro-video-stage::after { opacity: 1; }
.intro-video-copy { position: absolute; z-index: 2; left: 0; right: 0; bottom: 9vh; color: #fbf6ec; text-align: center; opacity: 0; transform: translateY(18px); transition: opacity .7s ease 1.15s, transform .7s ease 1.15s; }
.intro-video-copy p { margin:0 0 13px; font:400 9px var(--mono); text-transform:uppercase; letter-spacing:.22em; }.intro-video-copy h2 { margin:0; font:400 clamp(62px,10vw,132px)/.98 var(--italianno); letter-spacing:normal; }.intro-video-copy h2 i { color:#d4ac8c; font-size:.9em; font-style:normal; margin:0 .02em; }.intro-video-copy span { display:block; margin-top:20px; font:300 13px var(--mono); letter-spacing:.2em; }
.invitation-intro.is-video-in .intro-video-copy { opacity: 1; transform: translateY(0); }

.intro-tap { position: relative; z-index: 8; display: flex; flex-direction: column; align-items: center; gap: 11px; padding: 4px 18px; border: 0; background: transparent; color: var(--ink); font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .18em; cursor: pointer; }
.intro-tap[hidden] { display: none; }
.intro-tap i { width: 1px; height: 34px; background: var(--wine); animation: intro-pulse 1.8s ease-in-out infinite; transform-origin: top; }
@keyframes intro-pulse { 0%,100% { transform:scaleY(.35); opacity:.4 } 50% { transform:scaleY(1); opacity:1 } }

/* Garden cover: swan video (or floral fallback), falling petals, names */
.garden-cover { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; background: #ece4d4 url("assets/swan-garden-poster.webp") center/cover; }
.garden-cover::before { content: ""; position: absolute; z-index: 2; left: 0; right: 0; top: 0; height: 140px; background: linear-gradient(180deg, rgba(26,23,19,.5), transparent); pointer-events: none; }
.garden-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.garden-cover.no-video .garden-video { display: none; }
.garden-fallback { position: absolute; inset: 0; display: none; background: url("assets/paper-texture.webp") center/cover; }
.garden-fallback::before, .garden-fallback::after { content: ""; position: absolute; bottom: -4%; width: 46%; height: 74%; background: url("assets/floral-panel.webp") bottom left/contain no-repeat; opacity: .9; }
.garden-fallback::before { left: -6%; }
.garden-fallback::after { right: -6%; transform: scaleX(-1); }
.garden-cover.no-video .garden-fallback { display: block; }
.petals-canvas { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.garden-copy { position: relative; z-index: 4; text-align: center; color: var(--ink); padding: 54px 48px; background: radial-gradient(closest-side, rgba(242,235,222,.82), rgba(242,235,222,0)); }
.garden-copy p { margin: 0 0 16px; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .24em; color: var(--wine); }
.garden-copy h2 { margin: 0; font: 400 clamp(64px, 10vw, 132px)/.98 var(--italianno); letter-spacing: normal; }
.garden-copy h2 i { color: var(--wine); font-size: .9em; font-style: normal; margin: 0 .02em; }
.garden-copy span { display: block; margin-top: 22px; font: 300 13px var(--mono); letter-spacing: .2em; }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: max(30px, env(safe-area-inset-bottom)); transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--ink); font: 400 8px var(--mono); text-transform: uppercase; letter-spacing: .18em; text-decoration: none; }
.scroll-cue i { width: 1px; height: 34px; background: var(--wine); animation: intro-pulse 1.8s ease-in-out infinite; transform-origin: top; }
.topbar { position: absolute; z-index: 10; top: 0; left: 0; right: 0; height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; color: #f8f4ea; }
.monogram { font-family: var(--serif); font-size: 25px; text-decoration: none; letter-spacing: -.06em; }
.monogram span { color: #ccae92; font-size: .75em; margin: 0 2px; }
.topbar nav { display: flex; gap: 36px; }
.topbar nav a { color: inherit; text-decoration: none; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; position: relative; }
.topbar nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .35s ease; }
.topbar nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.lang-switch { border: 0; color: inherit; background: none; cursor: pointer; display: flex; align-items: center; gap: 7px; font: 400 10px var(--mono); padding: 10px 0; }
.lang-switch span { opacity: .48; }
.lang-switch span.active { opacity: 1; }
.lang-switch i { display: block; width: 18px; height: 1px; background: currentColor; opacity: .5; }
.rsvp-button { border: 1px solid var(--wine); background: var(--wine); color: #fffaf0; min-width: 230px; padding: 18px 28px; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; cursor: pointer; transition: color .3s ease, background .3s ease, transform .3s ease; }
.rsvp-button:hover { background: transparent; color: var(--wine); transform: translateY(-2px); }
.rsvp-button--small { min-width: 92px; padding: 12px 17px; color: #fff; background: transparent; border-color: rgba(255,255,255,.65); }
.rsvp-button--small:hover { background: #fff; color: var(--ink); }
.hero { min-height: 100svh; background: #282a24; color: #f8f4ea; position: relative; display: grid; grid-template-columns: 44% 56%; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 140px 4vw 60px 8vw; }
.eyebrow { margin: 0 0 30px; font: 400 10px var(--mono); letter-spacing: .24em; text-transform: uppercase; }
.hero h1 { margin: 0 0 52px; display: flex; flex-direction: column; font: 400 clamp(78px, 9.2vw, 152px)/.9 var(--italianno); letter-spacing: normal; }
.hero h1 span:last-child { margin-left: .9em; }
.hero h1 em { color: #bb9a7f; font-size: .68em; font-weight: 400; font-style: normal; margin: -.1em 0 -.1em 1.1em; }
/* Classy staggered reveal: each line fades up and un-blurs, like ink settling */
.hero h1 > span, .hero h1 > em { display: inline-block; opacity: 0; transform: translateY(28px); filter: blur(7px); transition: opacity 1.15s cubic-bezier(.2,.7,.15,1), transform 1.25s cubic-bezier(.2,.7,.15,1), filter 1.15s ease; }
.hero h1.is-revealed > span { opacity: 1; transform: none; filter: blur(0); }
.hero h1.is-revealed > em { opacity: 1; transform: none; filter: blur(0); }
.hero h1.is-revealed > span:first-child { transition-delay: .08s; }
.hero h1.is-revealed > em { transition-delay: .42s; }
.hero h1.is-revealed > span:last-child { transition-delay: .66s; }
.date-lockup { display: flex; align-items: flex-end; gap: 20px; border-top: 1px solid rgba(255,255,255,.35); padding-top: 15px; }
.date-lockup p { font: 300 18px var(--mono); margin: 0; letter-spacing: .1em; }
.date-lockup span { font-size: 10px; text-transform: uppercase; letter-spacing: .17em; opacity: .65; padding-bottom: 2px; }
.text-link { display: inline-flex; gap: 20px; align-items: center; border: 0; background: none; color: inherit; padding: 0 0 6px; border-bottom: 1px solid currentColor; margin-top: 46px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.text-link svg { width: 50px; height: 12px; fill: none; stroke: currentColor; transition: transform .3s ease; }
.text-link:hover svg { transform: translateX(6px); }
.hero-image { margin: 0; position: relative; min-height: 100svh; overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(40,42,36,.55), transparent 30%), linear-gradient(0deg, rgba(0,0,0,.24), transparent 35%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.7s cubic-bezier(.2,.7,.2,1) both; }
.hero-image figcaption { position: absolute; z-index: 2; right: 3vw; bottom: 28px; font: 300 9px var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.vertical-note { position: absolute; z-index: 3; right: 20px; top: 48%; margin: 0; transform: rotate(90deg) translateX(50%); transform-origin: right center; font: 300 9px var(--mono); text-transform: uppercase; letter-spacing: .2em; }
@keyframes hero-in { from { transform: scale(1.08); opacity: .35; } to { transform: scale(1); opacity: 1; } }
.countdown { background: var(--wine); color: #f6eee1; padding: 50px 8vw 58px; display: grid; grid-template-columns: 1fr 2fr; gap: 8vw; align-items: end; }
.countdown > p { margin: 0; max-width: 160px; font: 400 11px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .15em; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.countdown-grid div { border-left: 1px solid rgba(255,255,255,.28); padding-left: 22px; display: flex; flex-direction: column; }
.countdown-grid strong { font: 400 clamp(40px, 5vw, 78px)/1 var(--serif); }
.countdown-grid span { margin-top: 8px; font: 300 9px var(--mono); text-transform: uppercase; letter-spacing: .15em; opacity: .65; }
.story, .details { padding: 110px 8vw; }
.section-index { display: grid; grid-template-columns: auto minmax(30px, 100px) auto; align-items: center; width: max-content; gap: 14px; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .15em; }
.section-index i { height: 1px; background: currentColor; opacity: .45; }
.section-index--light { color: #f3ede3; }
.story-grid { margin-top: 110px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 12vw; }
.story-lead { margin: 0; font: 400 clamp(50px, 6vw, 94px)/1.06 var(--italianno); letter-spacing: normal; }
.story-body { padding-top: 15px; }
.story-body p { margin: 0 0 26px; font-size: 13px; line-height: 1.9; }
.story blockquote { margin: 115px 0 0 auto; max-width: 650px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 400 clamp(34px, 3.9vw, 60px)/1.1 var(--italianno); text-align: center; color: var(--wine); }
.journey { padding: 110px 8vw 130px; background: #252720; color: #f3ede3; }
.journey-heading { margin: 95px 0 75px; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.22); }
.journey-heading > p { font: 300 11px var(--mono); text-transform: uppercase; letter-spacing: .18em; }
.journey-heading h2 { margin: 0; font: 400 clamp(68px, 10vw, 160px)/.85 var(--serif); letter-spacing: -.04em; }
.journey-heading h2 span { font-size: .26em; letter-spacing: .05em; color: #b4a38f; }
/* Schedule: centered dotted line, rose medallion travels down with scroll */
.timeline { position: relative; padding: 0; margin: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 50%; top: 26px; bottom: 26px; border-left: 1px dashed rgba(243,237,227,.34); transform: translateX(-.5px); }
.timeline li:not(.timeline-rose) { display: grid; grid-template-columns: 1fr 96px 1fr; align-items: center; column-gap: 0; padding: 44px 0; opacity: .26; transform: translateY(8px); transition: opacity .65s ease, transform .65s ease; }
.timeline li.is-lit { opacity: 1; transform: none; }
.timeline time { text-align: right; font: 300 26px var(--mono); }
.timeline-node { justify-self: center; width: 8px; height: 8px; border-radius: 50%; background: rgba(243,237,227,.55); }
.timeline h3 { margin: 0; font: 400 clamp(24px, 3vw, 44px) var(--serif); }
.timeline p { margin: 8px 0 0; max-width: 300px; font-size: 11px; line-height: 1.7; opacity: .65; }
.timeline-rose { position: absolute; z-index: 2; left: 50%; top: 0; width: 66px; height: 66px; transform: translate(-50%,-50%); border-radius: 50%; background: #f0e6d6 url("assets/rose-medallion.webp") center/80% no-repeat; background-blend-mode: multiply; box-shadow: 0 8px 22px rgba(0,0,0,.4), 0 0 0 1px rgba(240,230,214,.4); }
.venue { margin-top: 100px; min-height: 500px; background: #ded3c2; position: relative; padding: 70px 6vw; overflow: hidden; }
.venue-kicker { margin: 0 0 26px; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .18em; color: var(--wine); }
.venue h2 { position: relative; z-index: 2; margin: 0 0 42px; font: 400 clamp(56px, 7.2vw, 110px)/.82 var(--serif); letter-spacing: -.045em; }
.venue > p:not(.venue-kicker) { font-size: 12px; line-height: 1.8; }
.venue a, .detail-pair a { display: inline-block; margin-top: 18px; font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; text-underline-offset: 5px; }
.venue-mark { position: absolute; right: -2vw; bottom: -6vw; font: 400 31vw/.7 var(--serif); color: rgba(109,20,37,.075); letter-spacing: -.15em; }
.detail-pair { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.detail-pair article { padding: 70px 6vw; min-height: 410px; }
.detail-pair article:first-child { border-right: 1px solid var(--line); padding-left: 0; }
.detail-pair h3 { margin: 0 0 28px; font: 400 clamp(34px, 4vw, 58px)/1 var(--serif); }
.detail-pair article > p:not(.venue-kicker) { max-width: 460px; font-size: 12px; line-height: 1.8; }
.swatches { display: flex; margin-top: 38px; }
.swatches i { width: 42px; height: 42px; border-radius: 50%; margin-left: -6px; border: 2px solid var(--paper); background: #4b413b; }
.swatches i:nth-child(2) { background: #7b1d2f; }.swatches i:nth-child(3) { background: #8c8a74; }.swatches i:nth-child(4) { background: #d6c5a6; }
.closing { padding: 140px 6vw; text-align: center; background: #dacbbb; position: relative; overflow: hidden; }
.closing h2 { margin: 0 0 24px; font: 400 clamp(58px, 8vw, 125px)/.9 var(--serif); letter-spacing: -.045em; }
.closing > p:not(.eyebrow) { font-size: 12px; margin: 0 0 40px; }
.closing-signature { position: absolute; left: 2vw; bottom: -8vw; font: 400 24vw/.7 var(--script); color: rgba(255,255,255,.2); letter-spacing: normal; white-space: nowrap; }
.closing-signature span { font-size: .75em; }
.closing > *:not(.closing-signature) { position: relative; z-index: 2; }
footer { background: #191a17; color: rgba(255,255,255,.7); padding: 28px 4vw; display: flex; justify-content: space-between; font: 300 9px var(--mono); text-transform: uppercase; letter-spacing: .12em; }
footer p { margin: 0; } footer a { text-underline-offset: 4px; }
.rsvp-modal { width: min(1040px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 25px 90px rgba(0,0,0,.35); }
.rsvp-modal[open] { display: grid; grid-template-columns: .9fr 1.1fr; animation: modal-in .45s ease both; }
.rsvp-modal::backdrop { background: rgba(19,17,14,.73); backdrop-filter: blur(6px); }
@keyframes modal-in { from { opacity: 0; transform: translateY(24px) scale(.98); } }
.modal-close { position: absolute; right: 18px; top: 13px; z-index: 3; border: 0; background: none; font: 300 30px var(--sans); cursor: pointer; }
.modal-intro { background: var(--wine); color: #fff8ec; padding: 70px 5vw; display: flex; flex-direction: column; justify-content: center; }
.modal-intro h2, .success-message h2 { margin: 0 0 25px; font: 400 clamp(43px, 5vw, 72px)/.95 var(--serif); }
.modal-intro > p:last-child { max-width: 340px; font-size: 12px; line-height: 1.8; opacity: .75; }
#rsvp-form { padding: 65px 5vw 50px; overflow-y: auto; }
#rsvp-form > label, .attending-fields label { display: block; margin-bottom: 25px; }
#rsvp-form label > span, legend { display: block; margin-bottom: 10px; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .12em; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 12px 2px; background: transparent; border-radius: 0; outline: none; font-size: 13px; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--wine); }
fieldset { border: 0; padding: 0; margin: 0 0 25px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { border: 1px solid var(--line); padding: 15px; text-align: center; margin: 0 !important; transition: .2s ease; }
.choice-grid input:checked + span { background: var(--wine); border-color: var(--wine); color: #fff; }
#rsvp-form .rsvp-button { width: 100%; margin-top: 10px; }
.success-message { grid-column: 2; padding: 80px 6vw; align-self: center; text-align: center; }
.success-message > span { display: grid; place-items: center; margin: 0 auto 28px; width: 52px; height: 52px; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); }
.success-message .text-link { color: var(--wine); }

@media (max-width: 900px) {
  .topbar { height: 76px; grid-template-columns: 1fr auto; }
  .topbar nav { display: none; }
  .header-actions { gap: 14px; }
  .hero { grid-template-columns: 1fr; min-height: 100svh; }
  .hero-copy { position: absolute; inset: 0; padding: 120px 7vw 70px; justify-content: flex-end; background: linear-gradient(0deg, rgba(20,20,17,.87), transparent 70%); }
  .hero h1 { font-size: clamp(66px, 19vw, 110px); margin-bottom: 36px; }
  .hero-image { min-height: 100svh; }
  .vertical-note { display: none; }
  .countdown { grid-template-columns: 1fr; }
  .countdown > p { max-width: none; }
  .story-grid { grid-template-columns: 1fr; gap: 50px; margin-top: 70px; }
  .journey-heading { display: block; }
  .journey-heading h2 { margin-top: 30px; }
  .timeline li:not(.timeline-rose) { grid-template-columns: 1fr 84px 1fr; }
  .detail-pair { grid-template-columns: 1fr; }
  .detail-pair article:first-child { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 6vw; }
  .rsvp-modal[open] { grid-template-columns: 1fr; overflow-y: auto; }
  .modal-intro { padding: 55px 7vw 40px; }
  #rsvp-form { padding: 42px 7vw; overflow: visible; }
  .success-message { grid-column: 1; padding: 70px 7vw; }
}

@media (max-width: 560px) {
  .intro-skip { top: max(18px, env(safe-area-inset-top)); right: max(18px, env(safe-area-inset-right)); z-index: 11; }
  .intro-video-copy { bottom: max(12vh, calc(env(safe-area-inset-bottom) + 10vh)); padding: 0 5vw; }
  .rsvp-button--small { min-width: 73px; padding: 10px; }
  .hero-copy { padding-bottom: 54px; }
  .hero h1 span:last-child { margin-left: .48em; }
  .hero h1 em { margin-left: 1em; }
  .hero .text-link { margin-top: 30px; }
  .date-lockup { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-image img { object-position: 62% center; }
  .countdown { padding: 38px 6vw; }
  .countdown-grid div { padding-left: 9px; }
  .countdown-grid strong { font-size: 35px; }
  .countdown-grid span { font-size: 7px; letter-spacing: .04em; }
  .story, .details, .journey { padding: 80px 6vw; }
  .story-lead { font-size: 50px; }
  .story blockquote { margin-top: 75px; }
  .journey-heading { margin: 70px 0 45px; }
  .journey-heading h2 { font-size: 64px; }
  .timeline li:not(.timeline-rose) { grid-template-columns: 1fr 64px 1.35fr; padding: 36px 0; }
  .timeline::before { left: calc((100% - 64px) / 2.35 + 32px); }
  .timeline-node { width: 6px; height: 6px; }
  .timeline time { font-size: 17px; }
  .timeline h3 { font-size: 21px; }
  .timeline p { font-size: 10px; }
  .timeline-rose { left: calc((100% - 64px) / 2.35 + 32px); width: 52px; height: 52px; }
  .venue { margin-top: 70px; min-height: 470px; padding: 50px 7vw; }
  .detail-pair article { min-height: 0; padding: 55px 6vw !important; }
  .closing { padding: 100px 6vw; }
  footer { flex-direction: column; gap: 16px; }
  .choice-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .intro-tap i { animation: none; transform: scaleY(.7); }
}
