/* A little faith. A lot of love. — Alina & Joji */
:root {
  --paper: #f7f3ff;
  --paper-light: #ffffff;
  --ink: #34234f;
  --muted: #70647e;
  --rust: #7044c7;
  --gold: #e4ed9a;
  --sage: #ede4fa;
  --line: #34234f26;
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --quick: 220ms;
  --move: 650ms;
  --reveal: 900ms;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 38px; }
html.controlled-scroll { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 60; opacity: .012; 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='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23000' filter='url(%23n)' opacity='.6' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); }
body.dialog-open { overflow: hidden; }
main { overflow-x: clip; }
body.page-hidden *, body.page-hidden *::before, body.page-hidden *::after { animation-play-state: paused !important; }
::selection { color: var(--paper); background: var(--rust); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button { touch-action: manipulation; }
button, input, textarea { border-radius: 0; }
button:disabled { cursor: not-allowed; opacity: .4; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--rust); outline-offset: 5px; }
button, a, input, textarea { scroll-margin-block: 30px 110px; }
img { max-width: 100%; display: block; }
svg { display: inline-block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; }
h2 { font-family: var(--serif); font-size: clamp(40px, 4.3vw, 64px); letter-spacing: -.025em; line-height: 1.04; }
h2 em, h3 em { color: var(--rust); font-weight: 400; }
fieldset { min-width: 0; border: 0; padding: 0; margin: 0; }
[hidden] { display: none !important; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; vertical-align: middle; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 110; padding: 12px 18px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 12px; }
.section-shell { width: min(1180px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 106px; }
.eyebrow { font-size: 12px; font-weight: 650; letter-spacing: .17em; line-height: 1.6; }
.eyebrow .icon { width: 17px; height: 17px; margin-right: 8px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 17px 23px; border: 1px solid transparent; font-size: 12px; font-weight: 550; line-height: 1.6; min-height: 54px; transition: background var(--quick), transform var(--quick) var(--ease), box-shadow var(--quick); }
.button .icon { width: 21px; height: 21px; transition: transform var(--quick) var(--ease); }
.button-rust { color: var(--paper-light); background: var(--rust); }
.button-green { color: var(--paper-light); background: var(--ink); }
.button:active { transform: scale(.97); }
.button-outline { color: var(--rust); border: 1px solid var(--rust); border-radius: 40px; background: transparent; min-height: 42px; padding: 10px 18px; gap: 12px; font-size: 11px; }
.button-outline:hover { background: var(--rust); color: var(--paper-light); }
.text-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 0; border: 0; border-bottom: 1px solid currentColor; background: none; font-size: 12px; font-weight: 550; min-height: 44px; }
.text-button .icon { width: 16px; height: 16px; }
.reading-progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 100; pointer-events: none; }
.reading-progress span { display: block; background: var(--rust); width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; }

/* Masthead */
.site-header { width: calc(100% - 96px); margin: 0 auto; min-height: 101px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 24px; }
.brand { display: flex; align-items: center; gap: 15px; }
.brand-mark { font-family: var(--serif); font-size: 47px; line-height: 1; letter-spacing: -.06em; color: var(--rust); }
.brand-mark span { font-style: italic; font-size: 33px; }
.brand-caption { padding-left: 15px; border-left: 1px solid var(--line); font-size: 12px; font-weight: 600; line-height: 1.65; letter-spacing: .14em; }
.desktop-nav { display: flex; gap: 34px; margin-left: 30px; font-size: 12px; font-weight: 500; }
.desktop-nav a { padding-block: 12px; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 7px; height: 1px; background: var(--rust); transform: scaleX(0); transform-origin: left; transition: transform var(--quick); }
.header-actions { display: flex; align-items: center; gap: 25px; }
.sound-button { display: flex; align-items: center; gap: 8px; background: none; border: 0; min-width: 44px; min-height: 44px; padding: 5px; }
.sound-label { font-size: 12px; }
.sound-bars { display: flex; align-items: center; justify-content: center; gap: 3px; width: 20px; height: 22px; }
.sound-bars i { width: 2px; height: 7px; background: var(--ink); border-radius: 2px; }
.sound-bars i:nth-child(2) { height: 15px; }
.sound-bars i:nth-child(3) { height: 11px; }
.sound-bars i:nth-child(4) { height: 18px; }
.sound-button[aria-pressed="true"] .sound-bars i { animation: sound .8s ease-in-out infinite alternate; }
.sound-button[aria-pressed="true"] .sound-bars i:nth-child(2) { animation-delay: -.3s; }
.sound-button[aria-pressed="true"] .sound-bars i:nth-child(3) { animation-delay: -.5s; }
.sound-button[aria-pressed="true"] .sound-bars i:nth-child(4) { animation-delay: -.1s; }
.header-rsvp { min-height: 44px; display: flex; align-items: center; gap: 25px; font-size: 12px; border-bottom: 1px solid var(--ink); }
.header-rsvp span { font-size: 21px; }

/* The first page of our story */
.hero { min-height: min(760px, calc(100svh - 101px)); display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; position: relative; padding-block: 50px 90px; }
.hero-copy { z-index: 2; padding-left: 20px; }
.hero-copy > .eyebrow { margin-bottom: 32px; }
.hero-heading { position: relative; width: fit-content; }
.hero h1 { font-family: var(--serif); font-size: clamp(105px, 10.8vw, 159px); letter-spacing: -.04em; line-height: .78; }
.hero h1 > span { display: block; }
.hero h1 .name-second { margin-top: 17px; }
.hero h1 i { color: var(--rust); font-size: .71em; font-weight: 400; letter-spacing: -.055em; }
.name-spark { width: 32px; height: 32px; position: absolute; right: -60px; top: 52%; color: var(--rust); transform: rotate(14deg); animation: float-spin 4s ease-in-out infinite alternate-reverse; transform-origin: center; cursor: pointer; }
.name-spark:hover { animation: float-spin 1s linear infinite; }
.marrying-label { position: absolute; left: calc(100% - 11px); top: 27px; white-space: nowrap; font-size: 12px; letter-spacing: .08em; border: 1px solid var(--rust); border-radius: 50%; color: var(--rust); padding: 13px 12px; transform: rotate(-13deg); }
.hero-description { font-size: 15px; line-height: 1.7; margin-top: 31px; color: #70647e; }
.hero-date { display: flex; align-items: center; gap: 14px; margin-top: 26px; font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.date-dot { font-size: 12px; color: var(--rust); }
.hero-copy > .button { margin-top: 25px; }
.hero-footnote { font-size: 12px; color: var(--muted); margin-top: 12px; display: flex; align-items: center; gap: 6px; }
.tiny-heart { color: var(--rust); font-size: 17px; }
.hero-art { position: relative; width: 100%; max-width: 545px; justify-self: end; margin-top: -6px; }
.wedding-illustration { width: 100%; height: auto; mix-blend-mode: multiply; transform: translate3d(0, var(--art-y, 0px), 0); }
.hero-art picture { display: block; }
.date-stamp { position: absolute; top: 9%; right: -24px; width: 116px; height: 116px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed var(--rust); border-radius: 50%; color: var(--rust); background: var(--paper); transform: rotate(12deg); outline: 6px solid var(--paper); transition: transform var(--move) var(--ease); }
.date-stamp::before { content: ''; position: absolute; inset: 5px; border: 1px solid #7044c735; border-radius: 50%; }
.date-stamp span { font-size: 12px; font-weight: 600; letter-spacing: .14em; }
.date-stamp strong { font: 45px/.95 var(--serif); margin: 5px 0; }
.date-stamp .icon { width: 11px; height: 11px; margin-top: 5px; }
.art-caption { position: absolute; bottom: -5px; right: 27px; font-family: var(--serif); font-size: 21px; font-style: italic; color: var(--rust); transform: rotate(-5deg); }
.art-caption svg { position: absolute; width: 62px; top: -22px; left: -66px; fill: none; stroke: var(--rust); stroke-width: 1.4; transform: rotate(195deg); }
.art-orbit { position: absolute; color: var(--rust); z-index: 2; animation: float 5s ease-in-out infinite; }
.orbit-one { left: -20px; top: 22%; font-size: 35px; }
.orbit-two { right: -6px; bottom: 21%; font-size: 34px; animation-delay: -2s; transform: rotate(10deg); }
.scroll-cue { position: absolute; bottom: 30px; left: 20px; display: flex; gap: 14px; align-items: center; font-size: 12px; letter-spacing: .13em; }
.scroll-cue > span:last-child { font-size: 18px; margin-left: 2px; }
.scroll-line { height: 35px; width: 1px; background: var(--line); position: relative; overflow: hidden; }
.scroll-line::after { content: ''; height: 15px; width: 1px; background: var(--ink); position: absolute; top: 0; animation: scroll-line 2.2s ease-in-out infinite; }
.hero-edition { position: absolute; right: 0; bottom: 43px; font-size: 12px; letter-spacing: .12em; color: var(--muted); }
.ticker { background: var(--ink); color: var(--paper); padding: 18px 0; overflow: hidden; transform: rotate(-1.1deg); margin-inline: 0; }
.ticker-track { display: flex; align-items: center; width: max-content; animation: ticker 38s linear infinite; }
.ticker span { font-size: 12px; letter-spacing: .18em; font-weight: 500; padding-inline: 38px; }
.ticker i { color: var(--gold); font-size: 22px; line-height: 1; font-style: normal; }

/* The two of us */
.section-heading { text-align: center; }
.section-heading .eyebrow { margin-bottom: 22px; color: var(--rust); }
.section-heading > p:last-child { font-size: 13px; line-height: 1.8; margin-top: 22px; color: var(--muted); }
.couple-layout { display: flex; align-items: center; justify-content: center; gap: 54px; margin: 65px 0 42px; }
.person-card { width: 290px; flex: 0 1 290px; position: relative; background: #ffffff; padding: 24px 23px 18px; border: 1px solid #ddd0ed; box-shadow: 0 8px 0 -4px #e5d8f5, 0 14px 30px #34234f08; transform: translateX(var(--card-x, 0px)) rotate(var(--card-rotate)); transition: transform var(--move) var(--ease), box-shadow var(--move); isolation: isolate; }
.bride-card { --card-rotate: -5deg; }
.groom-card { --card-rotate: 5deg; }
.card-tape { position: absolute; top: -15px; left: calc(50% - 47px); width: 94px; height: 30px; transform: rotate(3deg); background: #d3b7faaa; clip-path: polygon(2% 0, 100% 5%, 98% 93%, 0 100%); z-index: 2; }
.person-number { display: block; text-align: left; font-size: 12px; letter-spacing: .16em; font-weight: 550; margin-bottom: 13px; }
.portrait-frame { display: block; background: #f5dfe9; overflow: hidden; }
.groom-card .portrait-frame { background: #e7dafa; }
.portrait { width: 100%; display: block; }
.person-name { font-family: var(--serif); font-size: 44px; display: block; line-height: 1.3; margin-top: 9px; }
.person-subtitle { font-size: 12px; display: block; color: var(--muted); }
.card-hint { display: flex; justify-content: center; align-items: center; gap: 14px; font-size: 12px; letter-spacing: .13em; margin-top: 20px; color: var(--rust); }
.card-hint > span { font-size: 17px; line-height: 1; }
.couple-amp { color: var(--rust); position: relative; width: 70px; text-align: center; }
.couple-amp > span { font: italic 106px/1 var(--serif); }
.couple-amp svg { width: 85px; position: absolute; left: -4px; top: 100px; fill: none; stroke: var(--rust); stroke-width: 1.4; }
.couple-amp small { display: block; white-space: nowrap; font: italic 19px var(--serif); transform: rotate(-8deg); margin-top: 46px; margin-left: -13px; }
.person-secret { position: absolute; inset: 0; padding: 34px 22px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--ink); color: var(--paper-light); opacity: 0; transform: rotateY(-14deg) scale(.95); pointer-events: none; transition: opacity 350ms, transform var(--move) var(--ease); visibility: hidden; }
.person-secret > .icon { width: 35px; height: 35px; color: var(--gold); margin-bottom: 32px; }
.person-secret > span:not(.card-hint) { font: 34px/1.1 var(--serif); }
.person-secret em { color: #e4ed9a; }
.person-secret small { font-size: 12px; margin-top: 24px; color: #eee3ff; }
.person-secret .card-hint { color: #e4ed9a; margin-top: 35px; }
.person-card.is-flipped { transform: rotate(0deg); }
.person-card.is-flipped .person-secret { visibility: visible; opacity: 1; transform: rotateY(0deg) scale(1); }
.story-end { display: flex; gap: 13px; align-items: center; justify-content: center; font-size: 12px; color: var(--muted); text-align: center; margin-top: 55px; }
.story-end .icon { width: 30px; height: 30px; color: var(--rust); }

/* A quiet moment */
.verse-section { background: var(--sage); padding: 63px 24px; position: relative; overflow: hidden; }
.verse-inner { max-width: 900px; margin: 0 auto; position: relative; text-align: center; }
.verse-cross { color: var(--rust); width: 24px; height: 24px; margin-bottom: 25px; }
.verse-inner > p { font: 43px/1.1 var(--serif); }
.verse-inner > p em { color: var(--rust); }
.verse-inner > span { display: block; font-size: 12px; letter-spacing: .2em; margin-top: 23px; }
.verse-flower { position: absolute; font-size: 85px; color: #b391d7; line-height: 1; animation: slow-turn 45s linear infinite; }
.flower-left { left: 0; top: 52px; }
.flower-right { right: 0; top: 52px; animation-direction: reverse; }

/* The day, with a road between the moments */
.day-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.day-intro .eyebrow { margin-bottom: 23px; color: var(--rust); }
.date-block { text-align: center; border-inline: 1px solid var(--line); padding-inline: 35px; margin-bottom: 3px; }
.date-block > span { display: block; font-size: 12px; }
.date-block > span:first-child { text-transform: uppercase; letter-spacing: .15em; }
.date-block strong { display: block; font: 59px/1.4 var(--serif); color: var(--rust); }
.countdown { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 29px; border-block: 1px solid var(--line); margin-top: 45px; }
.countdown-intro { font-size: 12px; letter-spacing: .14em; max-width: 118px; line-height: 1.8; }
.countdown-numbers { display: flex; align-items: center; gap: 22px; font-variant-numeric: tabular-nums; }
.countdown-numbers div { min-width: 46px; text-align: center; }
.countdown-numbers strong { font: 42px/1.15 var(--serif); }
.countdown-numbers div > span { display: block; font-size: 12px; letter-spacing: .14em; margin-top: 5px; }
.countdown-numbers > i { font: 30px/1 var(--serif); color: #b79acb; margin-top: -15px; }
.countdown .text-button { font-size: 12px; }
.journey { position: relative; margin-top: 58px; padding: 15px 0 15px 105px; }
.journey-road { position: absolute; top: 0; bottom: 0; width: 55px; left: 0; }
.road-line { height: 100%; width: 1px; border-left: 2px dashed #ccb5e3; margin-left: 28px; }
.journey-car { position: absolute; top: 0; left: -16px; width: 90px; will-change: transform; }
.journey-car > svg { display: block; width: 90px; height: 55px; transform: rotate(4deg); }
.journey-car > span { font-size: 12px; font-weight: 600; letter-spacing: .05em; background: var(--paper); display: block; width: fit-content; margin: 1px auto 0; }
.event { display: grid; grid-template-columns: 185px 1fr; gap: 55px; align-items: start; padding-block: 30px 42px; }
.event + .event { padding-top: 44px; border-top: 1px solid var(--line); }
.event-art { display: grid; place-items: center; position: relative; border: 1px solid #ccb5e3; border-radius: 100px 100px 3px 3px; width: 165px; height: 178px; background: #ede4fa; margin-top: 5px; }
.event-art > svg { width: 115px; height: 115px; stroke: var(--ink); stroke-width: 1.3; fill: none; }
.event-reception .event-art { background: #fce1e9; border-color: #edbdd4; }
.event-step { position: absolute; bottom: -14px; width: 29px; height: 29px; border: 1px solid var(--ink); background: var(--paper); border-radius: 50%; display: grid; place-items: center; font-size: 12px; }
.event-content .eyebrow { color: var(--rust); font-size: 12px; }
.small-dot { margin-inline: 10px; }
.event h3 { font: 42px/1.12 var(--serif); margin-top: 13px; }
.event-description { color: var(--muted); font-size: 12px; max-width: 440px; margin-top: 16px; }
.venue-header { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 23px; padding: 18px; border: 1px solid #ddcdee; border-radius: 18px; background: #ffffffb3; }
.venue-details { flex-grow: 1; }
.venue-details strong { font-size: 14px; font-weight: 600; }
.venue-details p { font-size: 13px; color: var(--muted); margin-top: 4px; }
.nav-icon-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 10px 14px; border: 1px solid #cdb5e6; border-radius: 12px; background: #eee5fa; color: #6136a5; font-size: 13px; font-weight: 600; line-height: 1.4; text-decoration: none; transition: background var(--quick), border-color var(--quick), box-shadow var(--quick); }
.nav-icon-link:hover { background: #e4d5f6; border-color: #a880d2; box-shadow: 0 3px 10px #7044c714; }
.nav-icon-link:focus-visible { outline: 2px solid var(--rust); outline-offset: 4px; }
.nav-icon-link .icon { width: 20px; height: 20px; flex: 0 0 20px; stroke-width: 1.8; }
.directions-arrow { margin-left: 3px; font-size: 17px; line-height: 1; }
.map-link { margin-top: 13px; }
.venue-pending { font-size: 12px; letter-spacing: .11em; display: block; margin-top: 20px; color: var(--rust); }
.day-footer { text-align: center; border-top: 1px solid var(--line); padding-top: 31px; margin-top: 30px; font: italic 26px var(--serif); }
.day-footer span { color: var(--rust); margin-left: 8px; }

/* Pick your team */
.play-section { background: #eadcfa; padding-block: 74px; position: relative; overflow: hidden; }
.play-section::before, .play-section::after { content: ''; position: absolute; left: 0; right: 0; height: 6px; background: radial-gradient(circle at 6px -1px, var(--paper) 6px, transparent 6.5px) 0 0/16px 8px repeat-x; }
.play-section::before { top: 0; }
.play-section::after { bottom: 0; transform: rotate(180deg); }
.play-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.play-copy .eyebrow { color: var(--rust); margin-bottom: 22px; }
.play-copy > p:last-child { color: #6a567a; margin-top: 23px; font-size: 12px; }
.handwritten { display: inline-block; margin-top: 11px; color: var(--rust); font: italic 25px var(--serif); transform: rotate(-3deg); }
.team-picker fieldset { display: flex; flex-direction: column; gap: 12px; }
.team-choice { display: flex; align-items: center; text-align: left; gap: 17px; background: #ffffff; border: 1px solid #cbb4e3; padding: 18px 20px; width: 100%; transition: transform var(--quick) var(--ease), background var(--quick), color var(--quick), border-color var(--quick); }
.team-emoji { font: 38px/1 var(--serif); color: var(--rust); width: 38px; flex-shrink: 0; text-align: center; }
.team-choice strong { display: block; font: 26px/1.2 var(--serif); }
.team-choice small { display: block; font-size: 12px; color: #70647e; margin-top: 4px; }
.team-indicator { margin-left: auto; font-size: 25px; }
.team-choice[aria-pressed="true"] { color: var(--paper); background: var(--ink); border-color: var(--ink); transform: rotate(-1deg); }
.team-choice[aria-pressed="true"] .team-emoji { color: var(--gold); }
.team-choice[aria-pressed="true"] small { color: #eee3ff; }
.team-result { min-height: 35px; font-size: 12px; margin-top: 17px; text-align: center; }
.team-result > span { color: var(--rust); font-size: 17px; margin-left: 4px; }

/* A note back */
.rsvp { display: grid; grid-template-columns: 1.07fr 1fr; gap: 100px; align-items: center; }
.rsvp-note { position: relative; }
.rsvp-note > .eyebrow { color: var(--rust); margin-bottom: 24px; }
.rsvp-note > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 29px; }
.signed-note { font-size: 12px; margin-top: 32px; }
.signed-note > span { display: block; font: italic 42px/1.4 var(--serif); color: var(--rust); }
.signed-note i { font-style: normal; font-size: 32px; }
.rsvp-spark { position: absolute; right: 0; bottom: 7px; color: var(--rust); width: 47px; height: 47px; transform: rotate(13deg); animation: float-spin 4s ease-in-out infinite alternate; transform-origin: center; cursor: pointer; }

@keyframes float-spin {
  0% { transform: rotate(0deg) scale(1) translateY(0); }
  33% { transform: rotate(30deg) scale(1.1) translateY(-8px); }
  66% { transform: rotate(-15deg) scale(0.95) translateY(6px); }
  100% { transform: rotate(0deg) scale(1) translateY(0); }
}
.rsvp-card { padding: 33px; background: #ffffff; border: 1px solid #dbcaed; box-shadow: 8px 8px 0 #e7daf6; position: relative; }
.rsvp-card::before { content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: repeating-linear-gradient(-45deg, var(--rust) 0 13px, #ffffff 13px 26px, var(--ink) 26px 39px, #ffffff 39px 52px); opacity: .7; }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 21px; }
.form-heading .eyebrow { font-size: 12px; }
.form-heading .icon { color: var(--rust); width: 20px; height: 20px; }
.rsvp-card label, .attendance legend { font-size: 12px; font-weight: 550; }
.rsvp-card input:not([type="radio"]), .rsvp-card textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid #c4acd8; padding: 9px 0 12px; background: none; color: var(--ink); font-size: 13px; resize: vertical; }
.rsvp-card input::placeholder, .rsvp-card textarea::placeholder { color: #786786; opacity: 1; font-size: 12px; }
.rsvp-card textarea { max-height: 160px; min-height: 72px; }
.attendance { margin-block: 21px; display: flex; gap: 8px; flex-wrap: wrap; }
.attendance legend { margin-bottom: 10px; }
.radio-option { position: relative; flex: 1 1 auto; }
.radio-option input { position: absolute; opacity: 0; }
.radio-option > span { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 450; border: 1px solid #c4acd8; padding: 12px 8px; min-height: 44px; cursor: pointer; transition: background var(--quick); }
.radio-option input:checked + span { background: #ede4fa; border-color: var(--ink); }
.radio-option input:focus-visible + span { outline: 2px solid var(--rust); outline-offset: 3px; }
.guest-count-row { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding-bottom: 20px; }
.guest-count-row label small { display: block; font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 2px; }
.stepper { display: flex; align-items: center; border: 1px solid #d7c5e8; }
.stepper button { width: 36px; height: 44px; padding: 0; background: none; border: 0; font-size: 19px; }
.rsvp-card .stepper input { width: 32px; text-align: center; border: 0; font-size: 12px; padding: 0; -moz-appearance: textfield; }
.stepper input::-webkit-inner-spin-button, .stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.optional { font-size: 12px; font-weight: 400; color: var(--muted); }
.rsvp-card .button { width: 100%; margin-top: 22px; }
.reply-explainer { font-size: 12px; text-align: center; color: var(--muted); line-height: 1.7; margin-top: 12px; }
.reply-ready { text-align: center; }
.reply-check { margin: 10px auto 20px; border: 1px solid #d7c5e8; background: var(--sage); border-radius: 50%; width: 56px; height: 56px; display: grid; place-items: center; }
.reply-ready > .eyebrow { font-size: 12px; color: var(--rust); }
.reply-ready > h3 { font: 39px var(--serif); margin-top: 12px; }
.reply-ready > p:not(.eyebrow) { font-size: 12px; color: var(--muted); margin-top: 5px; }
.reply-ready blockquote { margin: 25px 0 0; padding: 17px; font-size: 12px; text-align: left; white-space: pre-wrap; overflow-wrap: anywhere; background: var(--sage); border-left: 2px solid var(--ink); }
.reply-ready .text-button { margin-inline: 8px; font-size: 12px; }
.edit-reply { opacity: .7; }

/* Our sign-off */
.site-footer { color: var(--paper); background: var(--ink); padding-top: 48px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 40px; }
.footer-tagline { font: 51px/1.04 var(--serif); }
.footer-tagline em { color: #e8d0ff; }
.bless-button { display: flex; flex-direction: column; align-items: center; background: none; border: 0; color: var(--paper); padding: 12px 30px; }
.bless-button .icon { width: 38px; height: 38px; stroke-width: 1; color: #e8d0ff; transition: transform var(--quick); }
.bless-button > span { font-size: 12px; margin-top: 12px; }
.bless-button > small { font-size: 12px; color: #deceee; margin-top: 5px; }
.footer-bottom { border-top: 1px solid #fff3; display: flex; align-items: center; justify-content: space-between; padding-block: 21px; gap: 15px; }
.footer-monogram { font: italic 36px/1 var(--serif); }
.footer-bottom > p { font-size: 12px; letter-spacing: .12em; color: #deceee; text-align: center; }
.footer-bottom > a:last-child { font-size: 12px; letter-spacing: .08em; }
.mobile-dock { display: none; }

/* Opening the envelope */
.letter-dialog { color: var(--ink); background: var(--paper); border: 1px solid #cdb7e3; width: min(500px, calc(100% - 32px)); max-height: calc(100svh - 48px); padding: 0; overflow-y: auto; box-shadow: 0 30px 120px #34234f40; }
.letter-dialog::backdrop { background: #34234fb8; backdrop-filter: blur(6px); }
.letter-dialog[open] { animation: letter-in 600ms var(--ease) both; }
.dialog-close { position: absolute; top: 8px; right: 8px; width: 44px; height: 44px; display: grid; place-items: center; z-index: 2; background: none; border: 0; }
.letter-paper { text-align: center; margin: 14px; border: 1px solid #cdb7e3; padding: 35px 27px 29px; }
.letter-cross { color: var(--rust); width: 25px; height: 25px; margin-bottom: 20px; }
.letter-paper .eyebrow { font-size: 12px; }
.letter-paper h2 { font-size: 57px; margin-top: 19px; }
.letter-paper > p:not(.eyebrow) { font-size: 12px; max-width: 300px; margin: 21px auto 0; color: var(--muted); }
.letter-names { font: 39px/1.2 var(--serif); margin-top: 24px; }
.letter-names i { color: var(--rust); }
.letter-paper > .letter-date { font-size: 12px; font-weight: 650; color: var(--ink); margin-top: 18px; }
.letter-paper > .letter-date + p { margin-top: 3px; font-size: 12px; }
.letter-paper .button { margin-top: 25px; font-size: 12px; }
.letter-paper > small { display: block; font-size: 12px; margin-top: 16px; color: var(--muted); }
.toast { position: fixed; bottom: 30px; left: 50%; transform: translate(-50%, 20px); padding: 13px 22px; border-radius: 4px; background: var(--ink); color: var(--paper); box-shadow: 0 5px 25px #34234f30; font-size: 12px; z-index: 150; opacity: 0; pointer-events: none; max-width: calc(100% - 40px); text-align: center; transition: opacity var(--quick), transform var(--quick); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.confetti-layer { position: fixed; inset: 0; overflow: hidden; z-index: 140; pointer-events: none; contain: strict; }
.confetti-piece { position: absolute; left: 0; top: 0; width: 7px; height: 10px; will-change: transform; }
.confetti-heart { width: auto; height: auto; font: 24px var(--serif); }

/* Motion has one rhythm and always leaves content available without JS. */
.js-ready .reveal:not(.is-visible) { opacity: 0; translate: 0 28px; }
.js-ready .reveal { transition: opacity var(--reveal) var(--ease), translate var(--reveal) var(--ease), rotate var(--reveal) var(--ease); }
.js-ready .person-card.reveal { transition: opacity var(--reveal) var(--ease), transform var(--move) var(--ease); }
.js-ready .person-card.reveal.is-visible { transform: rotate(var(--card-rotate)); }
.js-ready .person-card.reveal.is-visible.is-flipped { transform: rotate(0); }
.hero-enter { animation: enter var(--reveal) var(--ease) both; animation-delay: var(--delay, 0ms); }
@keyframes enter { from { opacity: 0; translate: 0 20px; } to { opacity: 1; translate: 0 0; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes float { 0%, 100% { translate: 0 0; rotate: -7deg; } 50% { translate: 0 -9px; rotate: 8deg; } }
@keyframes sound { to { transform: scaleY(.35); } }
@keyframes scroll-line { from { transform: translateY(-16px); } to { transform: translateY(36px); } }
@keyframes slow-turn { to { rotate: 360deg; } }
@keyframes letter-in { from { opacity: 0; transform: translateY(35px) rotate(-3deg) scale(.96); } to { opacity: 1; transform: translateY(0) rotate(0) scale(1); } }
@media (hover: hover) {
  .button:hover { transform: translateY(-3px); box-shadow: 0 7px 16px #34234f17; }
  .button-rust:hover { background: #5c30b0; }
  .button-green:hover { background: #291a40; }
  .button:hover .icon { transform: translateX(4px); }
  .desktop-nav a:hover::after { transform: scaleX(1); }
  .date-stamp:hover { transform: rotate(0deg) scale(1.05); }
  .person-card:hover, .js-ready .person-card.reveal.is-visible:hover { transform: rotate(0) translateY(-7px); }
  .team-choice:hover { transform: translateX(5px); border-color: var(--ink); }
  .bless-button:hover .icon { transform: scale(1.2) rotate(-8deg); }
}

@media (min-width: 1600px) {
  .hero { min-height: 800px; }
  .hero-art { max-width: 590px; }
}
@media (max-width: 1100px) {
  .section-shell { width: calc(100% - 72px); }
  .site-header { width: calc(100% - 64px); }
  .desktop-nav { gap: 20px; margin-left: 0; }
  .header-actions { gap: 15px; }
  .hero { padding-block: 65px 90px; min-height: 720px; }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: 126px; }
  .marrying-label { font-size: 12px; left: calc(100% - 12px); top: 12px; padding: 10px 8px; }
  .hero-art { margin-right: -10px; }
  .date-stamp { width: 95px; height: 95px; right: -10px; top: 2%; }
  .date-stamp strong { font-size: 35px; }
  .date-stamp span { font-size: 12px; }
  .date-stamp .icon { display: none; }
  .scroll-cue { left: 0; }
  .couple-layout { gap: 38px; }
  .rsvp { gap: 60px; }
  .play-inner { gap: 60px; }
  .event { grid-template-columns: 165px 1fr; gap: 32px; }
  .countdown .text-button { max-width: 170px; text-align: center; }
}
@media (max-width: 800px) {
  .section-shell { width: calc(100% - 48px); }
  .section-space { padding-block: 76px; }
  .site-header { width: calc(100% - 48px); min-height: 78px; }
  .desktop-nav { display: none; }
  .brand-mark { font-size: 39px; }
  .brand-mark span { font-size: 29px; }
  .brand-caption { font-size: 12px; padding-left: 11px; }
  .brand { gap: 11px; }
  .hero { min-height: auto; padding-block: 66px 87px; grid-template-columns: 1fr 1fr; }
  .hero-copy > .eyebrow { font-size: 12px; letter-spacing: .11em; margin-bottom: 30px; }
  .hero-copy > .eyebrow .icon { width: 13px; margin-right: 3px; }
  .hero h1 { font-size: 104px; }
  .name-spark { width: 24px; height: 24px; right: -40px; }
  .marrying-label { top: 12px; font-size: 12px; left: calc(100% - 6px); padding: 8px 6px; }
  .hero-description { font-size: 12px; margin-top: 24px; }
  .hero-date { font-size: 12px; gap: 8px; margin-top: 22px; }
  .hero-copy > .button { padding: 15px 15px; font-size: 12px; gap: 15px; margin-top: 21px; }
  .hero-footnote { font-size: 12px; }
  .hero-art { width: calc(100% + 18px); margin-top: 14px; }
  .art-caption { font-size: 16px; right: 0; bottom: -30px; }
  .orbit-two { right: 0; bottom: 15%; }
  .hero-edition { display: none; }
  .scroll-cue { font-size: 12px; bottom: 22px; }
  .ticker { padding-block: 16px; }
  .ticker span { padding-inline: 28px; font-size: 12px; }
  .couple-layout { gap: 23px; }
  .couple-amp { width: 40px; flex-shrink: 0; }
  .couple-amp > span { font-size: 78px; }
  .couple-amp svg { top: 76px; width: 57px; }
  .couple-amp small { font-size: 16px; margin-top: 39px; margin-left: -20px; }
  .person-card { padding: 21px 17px 17px; }
  .person-subtitle { font-size: 12px; }
  .person-secret > span:not(.card-hint) { font-size: 30px; }
  .verse-flower { font-size: 57px; }
  .date-block { padding-inline: 20px; }
  .date-block strong { font-size: 42px; }
  .countdown { flex-wrap: wrap; row-gap: 20px; justify-content: center; }
  .countdown-intro { max-width: 105px; }
  .countdown .text-button { max-width: none; margin-inline: 30px; }
  .journey { padding-left: 80px; }
  .event { grid-template-columns: 120px 1fr; gap: 25px; }
  .event-art { width: 116px; height: 134px; }
  .event-art > svg { width: 85px; height: 85px; }
  .event h3 { font-size: 34px; }
  .event-description { font-size: 12px; }
  .play-inner { gap: 30px; }
  .team-choice { padding: 16px 13px; gap: 10px; }
  .team-choice strong { font-size: 24px; }
  .team-choice small { font-size: 12px; }
  .team-emoji { width: 30px; font-size: 31px; }
  .rsvp { gap: 35px; }
  .rsvp-card { padding: 25px; }
  .rsvp-spark { width: 32px; right: 12px; bottom: -45px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 24px; }
  body { padding-bottom: 80px; padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .site-header { min-height: 72px; width: calc(100% - 40px); gap: 10px; }
  .brand-caption { font-size: 12px; letter-spacing: .1em; }
  .header-actions { gap: 10px; }
  .sound-label { display: none; }
  .header-rsvp { font-size: 12px; gap: 15px; }
  .header-rsvp span { font-size: 18px; }
  .section-shell { width: calc(100% - 44px); }
  .section-space { padding-block: 66px; }
  .hero { display: flex; flex-direction: column; padding-top: 40px; padding-bottom: 60px; }
  .hero-copy { width: 100%; text-align: center; }
  .hero-copy > .eyebrow { font-size: 12px; letter-spacing: .13em; margin-bottom: 27px; }
  .hero-heading { margin: 0 auto; }
  .hero h1 { font-size: clamp(84px, 23vw, 127px); line-height: .94; letter-spacing: -.045em; }
  .hero h1 > span, .hero h1 .name-second { display: inline; }
  .hero h1 .name-second { margin-top: 0; margin-left: 3px; }
  .hero h1 i { font-size: .67em; margin-right: -.04em; }
  .marrying-label { top: -18px; left: auto; right: -3px; padding: 5px 10px; font-size: 12px; transform: rotate(9deg); background: var(--paper); }
  .name-spark { width: 19px; height: 19px; right: -7px; top: calc(100% + 11px); }
  .hero-description { font-size: 12px; line-height: 1.65; margin-top: 19px; }
  .hero-description br { display: none; }
  .hero-date { justify-content: center; font-size: 12px; gap: 13px; margin-top: 17px; }
  .hero-copy > .button { font-size: 12px; padding: 14px 20px; min-height: 51px; gap: 24px; margin-top: 20px; }
  .hero-footnote { justify-content: center; font-size: 12px; margin-top: 8px; }
  .hero-art { max-width: 385px; width: 88%; margin: 12px auto 0; }
  .wedding-illustration { transform: none; }
  .date-stamp { top: 9%; right: -25px; width: 80px; height: 80px; outline-width: 4px; }
  .date-stamp strong { font-size: 29px; margin-block: 2px; }
  .date-stamp span { font-size: 12px; letter-spacing: .13em; }
  .art-caption { font-size: 16px; bottom: -10px; right: 0; }
  .art-caption svg { width: 40px; left: -40px; top: -13px; }
  .orbit-one { top: 15%; left: -20px; font-size: 29px; }
  .orbit-two { bottom: 22%; right: -17px; font-size: 29px; }
  .scroll-cue { width: 100%; left: 0; justify-content: center; bottom: 7px; font-size: 12px; gap: 9px; }
  .scroll-line { height: 20px; }
  .scroll-cue > span:last-child { font-size: 15px; }
  .ticker { margin-top: 16px; padding-block: 14px; transform: rotate(-1.8deg); }
  .ticker span { font-size: 12px; padding-inline: 24px; }
  .ticker i { font-size: 19px; }
  h2 { font-size: clamp(38px, 10vw, 52px); }
  .eyebrow { font-size: 12px; letter-spacing: .14em; }
  .section-heading .eyebrow { margin-bottom: 19px; }
  .section-heading > p:last-child { font-size: 12px; margin-top: 17px; }
  .couple-layout { gap: 22px; position: relative; margin-top: 46px; align-items: flex-start; }
  .person-card { padding: 17px 10px 13px; min-width: 0; width: calc(50% - 11px); flex-basis: auto; box-shadow: 0 6px 0 -3px #e5d8f5, 0 8px 20px #34234f08; }
  .groom-card { margin-top: 25px; }
  .person-number { font-size: 12px; letter-spacing: .07em; margin-bottom: 9px; }
  .card-tape { width: 58px; height: 23px; top: -10px; left: calc(50% - 29px); }
  .person-name { font-size: 35px; margin-top: 8px; }
  .person-subtitle { font-size: 12px; line-height: 1.5; min-height: 24px; padding-inline: 3px; }
  .card-hint { font-size: 12px; letter-spacing: .05em; gap: 4px; margin-top: 11px; }
  .card-hint > span { font-size: 13px; }
  .couple-amp { position: absolute; top: 95px; left: calc(50% - 13px); width: 26px; z-index: 2; pointer-events: none; }
  .couple-amp > span { font-size: 40px; text-shadow: 0 2px var(--paper), 2px 0 var(--paper), -2px 0 var(--paper); }
  .couple-amp svg, .couple-amp small { display: none; }
  .person-secret { padding: 16px 10px; }
  .person-secret > .icon { margin-bottom: 19px; width: 24px; height: 24px; }
  .person-secret > span:not(.card-hint) { font-size: 24px; }
  .person-secret small { font-size: 12px; margin-top: 17px; }
  .person-secret .card-hint { margin-top: 23px; }
  .story-end { font-size: 12px; margin-top: 35px; gap: 11px; max-width: 290px; margin-inline: auto; }
  .story-end .icon { width: 28px; height: 28px; }
  .verse-section { padding-block: 48px; }
  .verse-cross { margin-bottom: 20px; }
  .verse-inner > p { font-size: 34px; }
  .verse-inner > span { font-size: 12px; margin-top: 19px; }
  .verse-flower { font-size: 44px; opacity: .5; }
  .flower-left { top: 0; left: -26px; }
  .flower-right { top: auto; bottom: -6px; right: -26px; }
  .day-intro { display: block; text-align: center; }
  .day-intro .eyebrow { margin-bottom: 18px; }
  .date-block { margin: 28px auto 0; width: fit-content; padding-inline: 31px; }
  .date-block strong { font-size: 47px; line-height: 1.3; }
  .date-block > span { font-size: 12px; }
  .countdown { margin-top: 30px; padding-block: 23px; gap: 17px; }
  .countdown-intro { flex-basis: 100%; max-width: none; text-align: center; font-size: 12px; }
  .countdown-numbers { gap: 15px; justify-content: center; width: 100%; }
  .countdown-numbers strong { font-size: 38px; }
  .countdown-numbers div { min-width: 36px; }
  .countdown-numbers div > span { font-size: 12px; }
  .countdown-numbers > i { font-size: 26px; }
  .countdown .text-button { font-size: 12px; margin: 0; padding-block: 7px; }
  .journey { margin-top: 34px; padding-left: 61px; padding-top: 0; }
  .journey-road { left: -14px; width: 50px; }
  .journey-car { width: 67px; left: -3px; }
  .journey-car > svg { width: 67px; height: 43px; }
  .journey-car > span { font-size: 12px; }
  .event { display: block; padding-block: 12px 28px; }
  .event + .event { padding-top: 29px; }
  .event-art { width: 91px; height: 99px; margin-bottom: 31px; }
  .event-art > svg { width: 68px; height: 68px; }
  .event-step { width: 23px; height: 23px; bottom: -11px; font-size: 12px; }
  .event-content .eyebrow { font-size: 12px; }
  .event h3 { font-size: 33px; margin-top: 10px; }
  .event-description { font-size: 12px; line-height: 1.8; margin-top: 12px; }
  .venue-details { margin-top: 18px; }
  .venue-details strong { font-size: 12px; }
  .venue-details p { font-size: 12px; }
  .venue-pending { font-size: 12px; margin-top: 14px; }
  .day-footer { font-size: 23px; margin-top: 11px; padding-top: 27px; }
  .play-section { padding-block: 55px; }
  .play-inner { display: block; }
  .play-copy { text-align: center; }
  .play-copy .eyebrow { font-size: 12px; margin-bottom: 19px; }
  .play-copy > p:last-child { font-size: 12px; margin-top: 17px; }
  .handwritten { font-size: 24px; }
  .team-picker { margin-top: 30px; }
  .team-choice { padding: 17px 19px; gap: 17px; }
  .team-choice strong { font-size: 26px; }
  .team-choice small { font-size: 12px; }
  .team-emoji { width: 31px; font-size: 35px; }
  .team-result { font-size: 12px; margin-top: 16px; min-height: 25px; }
  .rsvp { display: block; }
  .rsvp-note { text-align: center; }
  .rsvp-note > .eyebrow { margin-bottom: 19px; }
  .rsvp-note > p:not(.eyebrow) { font-size: 12px; margin-top: 22px; }
  .signed-note { margin-top: 22px; font-size: 12px; }
  .signed-note > span { font-size: 38px; }
  .rsvp-spark { right: 10px; bottom: 29px; width: 28px; height: 28px; }
  .rsvp-card { margin-top: 32px; padding: 27px 22px; box-shadow: 5px 5px 0 #e7daf6; }
  .rsvp-card label, .attendance legend { font-size: 12px; }
  .rsvp-card input:not([type="radio"]), .rsvp-card textarea { font-size: 16px; }
  .rsvp-card input::placeholder, .rsvp-card textarea::placeholder { font-size: 12px; }
  .rsvp-card .stepper input { font-size: 16px; width: 37px; }
  .stepper button { width: 40px; }
  .radio-option > span { font-size: 12px; }
  .reply-ready > h3 { font-size: 36px; }
  .footer-top { flex-direction: column; text-align: center; padding-bottom: 25px; }
  .footer-tagline { font-size: 44px; }
  .bless-button { margin-top: 13px; }
  .bless-button .icon { width: 32px; height: 32px; }
  .footer-bottom { flex-wrap: wrap; justify-content: space-between; padding-block: 18px; row-gap: 15px; }
  .footer-bottom > p { order: 3; width: 100%; font-size: 12px; }
  .footer-monogram { font-size: 32px; }
  .mobile-dock { position: fixed; bottom: 0; left: 0; right: 0; min-height: 72px; padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); z-index: 70; display: flex; justify-content: space-around; align-items: center; background: #f7f3fff5; backdrop-filter: blur(14px); border-top: 1px solid #34234f2b; }
  .mobile-dock a { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 8px 4px; min-height: 52px; color: #70647e; }
  .mobile-dock .icon { width: 19px; height: 19px; }
  .mobile-dock a > span { font-size: 12px; }
  .mobile-dock a.is-active { color: var(--rust); }
  .mobile-dock a:last-child { color: var(--paper-light); background: var(--ink); margin-left: 10px; flex-basis: 10px; }
  .mobile-dock a:last-child.is-active { background: var(--rust); }
  .toast { bottom: calc(85px + env(safe-area-inset-bottom)); font-size: 12px; width: max-content; max-width: calc(100% - 32px); }
  .letter-paper { padding: 31px 19px 23px; margin: 11px; }
  .letter-paper h2 { font-size: 49px; }
  .letter-paper > p:not(.eyebrow) { font-size: 12px; }
  .letter-paper .button { font-size: 12px; gap: 12px; padding-inline: 16px; }
}
@media (max-width: 360px) {
  .section-shell { width: calc(100% - 36px); }
  .hero h1 { font-size: 23.1vw; }
  .hero-copy > .eyebrow { font-size: 12px; }
  .hero-description { font-size: 12px; }
  .hero-date { font-size: 12px; gap: 9px; }
  .hero-art { width: 89%; }
  .date-stamp { right: -20px; width: 70px; height: 70px; }
  .date-stamp strong { font-size: 25px; }
  h2 { font-size: 37px; }
  .couple-layout { gap: 18px; }
  .person-subtitle { font-size: 12px; }
  .card-hint { font-size: 12px; }
  .person-secret > span:not(.card-hint) { font-size: 21px; }
  .rsvp-card { padding-inline: 17px; }
  .event h3 { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js-ready .reveal:not(.is-visible) { opacity: 1; transform: none; translate: none; rotate: none; }
  .wedding-illustration { transform: none; }
  .hero-enter { opacity: 1; translate: none; }
  .journey-car { will-change: auto; }
}
