/* A little cinema, a little love. No framework or build step. */
:root {
  color-scheme: dark;
  --bg: #121112;
  --surface: #1c191b;
  --text: #f5f0eb;
  --muted: #b6a9ac;
  --accent: #eeaab9;
  --wine: #873c51;
  --border: #ffffff14;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --slide-duration: 820ms;
  --top-space: max(88px, calc(env(safe-area-inset-top) + 64px));
  --bottom-space: max(74px, calc(env(safe-area-inset-bottom) + 48px));
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; overscroll-behavior: none; margin: 0; }
body { background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; }
button { font: inherit; color: inherit; -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button, a { outline-offset: 5px; }
button:focus-visible { outline: 2px solid var(--accent); }
button { cursor: pointer; }
button:disabled { cursor: default; }
h1, h2, h3, p { margin: 0; }
h1:focus, h2:focus { outline: none; }
em { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ambience { position: fixed; inset: 0; pointer-events: none; overflow: hidden; }
.ambient-light { position: absolute; width: min(1100px, 150vw); height: min(1100px, 150vw); left: 50%; top: 47%; transform: translate(-50%, -50%); background: radial-gradient(ellipse, #632b3928 0%, #40202a13 42%, transparent 69%); animation: ambient-drift 18s ease-in-out infinite alternate; }
.ambient-ring { position: absolute; width: min(860px, 120vw); aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #ca8c9b07; border-radius: 50%; }
.ambient-ring::after { content: ""; position: absolute; inset: 42px; border: 1px solid #ca8c9b05; border-radius: 50%; }
.page-header, .page-footer { position: fixed; z-index: 5; left: max(26px, env(safe-area-inset-left)); right: max(26px, env(safe-area-inset-right)); display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.page-header { top: max(23px, env(safe-area-inset-top)); }
.monogram { font-family: "Instrument Serif", Georgia, serif; font-size: 33px; line-height: 1; letter-spacing: -2px; }
.monogram > span { font-size: 20px; margin: 0 3px; color: var(--muted); }
.monogram > .monogram-dot { margin-left: 0; color: var(--accent); font-size: 32px; }
.header-note { position: absolute; left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: .24em; color: #a29497; }
.date-pill { padding: 9px 13px; border: 1px solid var(--border); border-radius: 30px; font-size: 10px; font-weight: 600; letter-spacing: .12em; background: #ffffff02; }
.slides { --slide-index: 0; transform: translateY(calc(var(--slide-index) * -100dvh)); transition: transform var(--slide-duration) var(--ease); will-change: transform; }
.slide { height: 100dvh; width: 100%; padding: var(--top-space) max(24px, env(safe-area-inset-right)) var(--bottom-space) max(24px, env(safe-area-inset-left)); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.scene { width: 100%; max-width: 500px; display: flex; flex-direction: column; align-items: center; text-align: center; transform: scale(var(--scene-fit, 1)); transform-origin: center; flex-shrink: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: #d5a3af; font-size: 10px; line-height: 1.6; font-weight: 600; letter-spacing: .2em; margin-bottom: 17px; }
.little-line { display: inline-block; width: 25px; height: 1px; background: var(--accent); opacity: .7; }
h1 { font-weight: 500; font-size: clamp(48px, 7.3vw, 104px); line-height: 1.08; letter-spacing: -.065em; }
h1 em { font-size: 1.13em; letter-spacing: -.035em; color: #efb4c1; }
h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 500; line-height: 1.13; letter-spacing: -.05em; }
h2 em { color: #edb9c5; font-size: 1.16em; letter-spacing: -.025em; }
.subtitle { margin-top: 15px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.intro-scene { max-width: 960px; padding-bottom: 10px; }
.intro .eyebrow { margin-bottom: 34px; }
.intro-date { margin-top: 31px; font-size: 15px; color: var(--muted); }
.actions { width: 100%; margin-top: 27px; display: flex; align-items: center; flex-direction: column; gap: 12px; }
.intro .actions { margin-top: 46px; }
.button { position: relative; min-height: 56px; padding: 17px 25px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 100px; border: 1px solid transparent; font-size: 14px; font-weight: 700; letter-spacing: -.025em; transition: background .25s ease, box-shadow .25s ease, transform .25s var(--ease), opacity .25s ease; }
.primary { min-width: 260px; background: #eab0bd; color: #29171d; box-shadow: 0 4px 26px #b54d6a0e, inset 0 1px 0 #ffffff40; }
.primary:disabled { background: #342a2e; color: #b297a0; box-shadow: none; opacity: .7; }
.button:active:not(:disabled) { transform: scale(.97); }
.intro-footnote { margin-top: 22px; color: #a29599; font-size: 11px; letter-spacing: .025em; }
.corner-note { position: absolute; bottom: 96px; left: 42px; writing-mode: vertical-rl; transform: rotate(180deg); color: #88787d; font-size: 9px; letter-spacing: .2em; }
.movie-card { position: relative; isolation: isolate; width: 100%; height: 278px; border: 1px solid #f6c8d218; border-radius: 22px; margin-top: 26px; text-align: left; background: radial-gradient(ellipse at 65% 35%, #652f4140, transparent 65%), linear-gradient(140deg, #242023, #151315); box-shadow: 0 24px 70px #00000025; overflow: hidden; }
.movie-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 20px 23px; color: #b5a1a8; font-size: 8px; letter-spacing: .18em; }
.movie-topline .icon { width: 18px; height: 18px; }
.sphere-stage { position: absolute; inset: 0; pointer-events: none; }
.sphere-halo { position: absolute; width: 260px; height: 230px; top: -13px; left: 50%; transform: translateX(-50%); background: radial-gradient(ellipse, #ba6a8635, transparent 69%); }
.black-sphere { position: absolute; left: calc(50% - 68px); top: 40px; width: 136px; height: 136px; border-radius: 50%; background: radial-gradient(circle at 31% 23%, #5b5058 0%, #29242a 12%, #111012 32%, #050506 62%, #121015 84%, #44303c 99%); box-shadow: inset -2px -3px 5px #bd718b30, inset 1px 2px 3px #d8bac94a, 15px 21px 30px #0008; animation: sphere-float 6s ease-in-out infinite; }
.sphere-shadow { position: absolute; width: 110px; height: 10px; left: calc(50% - 55px); top: 188px; border-radius: 50%; background: #0008; filter: blur(7px); animation: sphere-shadow 6s ease-in-out infinite; }
.movie-caption { position: absolute; z-index: 2; bottom: 24px; left: 24px; right: 24px; }
.movie-kicker { font-size: 8px; letter-spacing: .19em; color: #bea5ae; }
.movie-caption h3 { font-size: 29px; font-weight: 500; letter-spacing: -.055em; text-transform: uppercase; margin-top: 3px; }
.movie-caption p { margin-top: 7px; font-size: 11px; color: #c7b5bd; }
.microcopy { color: #a69299; font-size: 11px; line-height: 1.5; }
.options { display: grid; gap: 10px; width: 100%; margin-top: 28px; }
.time-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.option { border: 1px solid var(--border); background: linear-gradient(130deg, #ffffff05, #ffffff01), var(--surface); border-radius: 18px; min-height: 76px; padding: 16px; text-align: left; position: relative; display: flex; align-items: center; gap: 14px; transition: border-color .25s ease, background .25s ease, transform .25s var(--ease), box-shadow .25s ease; }
.option[aria-pressed="true"] { background: #3a242d; border-color: #cd8198; box-shadow: inset 0 0 0 1px #cd81981a, 0 4px 24px #0000000d; }
.option-symbol { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: #ffffff05; color: #cdb5be; flex-shrink: 0; }
.option[aria-pressed="true"] .option-symbol { color: #f0b7ca; background: #b9688521; }
.option-check { margin-left: auto; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #ffffff2b; display: grid; place-items: center; flex-shrink: 0; color: #27131b; transition: background .2s, border .2s; }
.option-check .icon { opacity: 0; width: 13px; height: 13px; stroke-width: 2.3; }
.option[aria-pressed="true"] .option-check { background: #ecafc1; border-color: #ecafc1; }
.option[aria-pressed="true"] .option-check .icon { opacity: 1; }
.option-label { font-size: 14px; font-weight: 600; line-height: 1.4; }
.time-option { flex-direction: column; justify-content: center; gap: 12px; min-height: 116px; text-align: center; }
.time-option .option-symbol { background: none; width: 25px; height: 25px; }
.time-option .option-label { font-size: 23px; font-weight: 500; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.time-option .option-check { position: absolute; right: 9px; top: 9px; width: 15px; height: 15px; }
.time-option .option-check .icon { width: 10px; height: 10px; }
.any-time { grid-column: 1 / -1; min-height: 66px; }
.any-time .option-symbol { background: none; width: 25px; height: 25px; }
.snack-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.snack-option { min-height: 104px; flex-direction: column; align-items: flex-start; gap: 10px; padding: 15px 17px; }
.snack-option .option-symbol { width: 29px; height: 29px; border-radius: 8px; background: none; }
.snack-option .option-check { position: absolute; right: 15px; top: 17px; width: 17px; height: 17px; border-radius: 6px; }
.snack-option .option-label { font-size: 13px; }
.selection-hint { margin-top: 14px; font-size: 11px; line-height: 1.5; color: var(--muted); }
.outfit-option { min-height: 94px; padding: 18px; }
.option-copy { display: flex; flex-direction: column; gap: 5px; }
.option-description { color: #b5a6ad; font-size: 12px; line-height: 1.4; }
.back-button { border: 0; background: transparent; min-height: 36px; padding: 6px 14px; display: inline-flex; align-items: center; justify-content: center; gap: 3px; font-size: 11px; color: #b6a3ab; }
.back-button .icon { width: 14px; height: 14px; }
.back-button:disabled { opacity: .4; }
.date-ticket { position: relative; width: 100%; max-width: 390px; background: #f0e9df; color: #33282a; border-radius: 19px; margin-top: 25px; box-shadow: 0 20px 60px #0004; text-align: left; transform: rotate(-2deg); }
.ticket-header { display: flex; align-items: center; justify-content: space-between; padding: 15px 23px; background: #723447; color: #f4d7df; border-radius: 18px 18px 0 0; font-size: 9px; letter-spacing: .16em; }
.ticket-header .icon { width: 18px; height: 18px; }
.ticket-body { padding: 21px 24px 20px; }
.ticket-date { font-size: 10px; color: #74515b; letter-spacing: .1em; font-weight: 700; }
.ticket-body h3 { font-size: 29px; font-weight: 800; text-transform: uppercase; letter-spacing: -.06em; line-height: 1.3; margin: 7px 0 20px; }
.ticket-details { margin: 0; display: grid; grid-template-columns: 1fr 1.75fr; gap: 15px 21px; }
.ticket-details > div:last-child { grid-column: 1 / -1; }
.ticket-details dt { color: #7d6b6f; font-size: 8px; font-weight: 700; letter-spacing: .1em; margin-bottom: 5px; }
.ticket-details dd { font-size: 12px; margin: 0; font-weight: 600; line-height: 1.5; overflow-wrap: anywhere; }
.ticket-stub { position: relative; border-top: 1px dashed #bca7a8; padding: 17px 24px; display: grid; grid-template-columns: 1fr 70px; align-items: center; gap: 3px; }
.ticket-stub::before, .ticket-stub::after { content: ""; position: absolute; width: 18px; height: 18px; background: #171215; border-radius: 50%; top: -9px; }
.ticket-stub::before { left: -9px; }.ticket-stub::after { right: -9px; }
.ticket-stub > span:first-child { font-size: 18px; font-weight: 600; letter-spacing: -.06em; grid-row: 1 / 3; }
.ticket-stub em { color: #97556a; padding: 0 5px; }
.barcode { height: 27px; background: repeating-linear-gradient(90deg, #584146 0 2px, transparent 2px 4px, #584146 4px 5px, transparent 5px 8px, #584146 8px 11px, transparent 11px 13px, #584146 13px 14px, transparent 14px 17px); }
.ticket-number { font-size: 7px; text-align: center; letter-spacing: .15em; color: #73565e; }
.summary-slide .actions { margin-top: 27px; gap: 10px; }
.confirm-prompt { color: #cbbac1; font-size: 13px; margin-bottom: 4px; }
.submission-error { max-width: 360px; color: #ffc2ca; font-size: 12px; line-height: 1.5; }
[hidden] { display: none !important; }
.spinner { display: none; width: 17px; height: 17px; border: 2px solid #29171d33; border-top-color: #29171d; border-radius: 50%; animation: spin .7s linear infinite; }
.is-submitting .spinner { display: block; }
.is-submitting .confirm-arrow { display: none; }
.primary.is-submitting:disabled { color: #29171d; background: #eab0bd; opacity: .8; }
.final-scene { max-width: 800px; }
.confirmation-seal { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 24px; border-radius: 50%; color: #e4a1b6; border: 1px solid #bf6c853d; background: #773d511a; box-shadow: 0 0 55px #bf6c850d; }
.confirmation-seal .icon { width: 25px; height: 25px; }
.final-scene h2 { font-size: clamp(60px, 8vw, 96px); position: relative; }
.final-heart { position: absolute; font-size: .39em; bottom: .05em; right: -.9em; color: #eeb6c3; transform: rotate(12deg); font-weight: 400; }
.final-description { margin-top: 27px; font-size: 15px; color: #dbced1; }
.final-promise { margin-top: 9px; font-size: 14px; color: var(--muted); }
.final-signoff { margin-top: 45px; display: flex; flex-direction: column; align-items: center; gap: 19px; }
.final-signoff p { font-size: 12px; color: #c9b4bc; }
.signature { color: #eebac7; font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-size: 29px; line-height: 1; transform: rotate(-8deg); }
.page-footer { bottom: max(24px, calc(env(safe-area-inset-bottom) + 15px)); gap: 20px; }
.footer-caption { font-size: 9px; letter-spacing: .16em; color: #a6969b; }
.progress { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 7px; height: 20px; }
.progress-dot { width: 4px; height: 4px; border-radius: 5px; background: #ffffff26; transition: width .7s var(--ease), background .7s ease; }
.progress-dot.is-current { width: 24px; background: #d69aaa; }
.progress-dot.is-complete { background: #a8677b; }
.page-number { font-size: 10px; letter-spacing: .07em; color: #a3949a; font-variant-numeric: tabular-nums; }
#current-step { color: #ead7de; }.page-number-divider { padding: 0 10px; opacity: .5; }
.reveal { opacity: 0; translate: 0 18px; scale: .985; transition: opacity .65s ease, translate .8s var(--ease), scale .8s var(--ease); }
.is-active .reveal { opacity: 1; translate: 0 0; scale: 1; transition-delay: 250ms; }
.is-active .reveal:nth-child(2) { transition-delay: 310ms; }
.is-active .reveal:nth-child(3) { transition-delay: 380ms; }
.is-active .reveal:nth-child(4) { transition-delay: 430ms; }
.is-active .reveal:nth-child(n+5) { transition-delay: 490ms; }
.intro.is-active .reveal { animation: intro-arrive 1.15s var(--ease) both; animation-delay: 120ms; }
.intro.is-active h1 { animation-delay: 240ms; }.intro.is-active .intro-date { animation-delay: 400ms; }.intro.is-active .actions { animation-delay: 550ms; }.intro.is-active .intro-footnote { animation-delay: 680ms; }
.is-accepting .movie-card { box-shadow: 0 0 55px #cd73972b; border-color: #d496aa66; }
.is-accepting #accept-button { transform: scale(.96); background: #f4cad5; }
.celebration { position: fixed; inset: 0; z-index: 8; pointer-events: none; overflow: hidden; }
.confetti-piece { position: absolute; top: -20px; left: var(--x); width: var(--size); height: calc(var(--size) * .5); background: var(--color); border-radius: 1px; animation: confetti-fall var(--duration) cubic-bezier(.2, .65, .5, 1) var(--delay) both; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.no-script { position: fixed; z-index: 20; inset: 0; display: grid; place-content: center; background: var(--bg); padding: 32px; text-align: center; line-height: 1.6; }
@media (hover: hover) and (pointer: fine) {
  .primary:hover:not(:disabled) { background: #f2bdca; transform: translateY(-2px); box-shadow: 0 8px 30px #b54d6a20; }
  .option:hover { transform: translateY(-2px); border-color: #c1849859; }
  .back-button:hover { color: var(--text); }
}
@media (min-width: 900px) {
  .page-header, .page-footer { left: 48px; right: 48px; }
  .page-header { top: 32px; }.page-footer { bottom: 30px; }
  .scene { max-width: 460px; }.intro-scene { max-width: 1000px; }.final-scene { max-width: 800px; }
  .intro .eyebrow { margin-bottom: 38px; }.intro .actions { margin-top: 43px; }
}
@media (max-width: 599px) {
  .header-note, .corner-note { display: none; }
  .intro-scene { padding-bottom: 20px; }
  .intro .eyebrow { margin-bottom: 28px; }
  h1 { font-size: clamp(44px, 10.8vw, 64px); }
  .intro-date { font-size: 13px; margin-top: 26px; }
  .intro .actions { margin-top: 36px; }
  .button { width: 100%; min-width: 0; max-width: 340px; }
  .footer-caption { font-size: 8px; max-width: 110px; line-height: 1.5; letter-spacing: .1em; }
  .page-number { font-size: 9px; }.page-number-divider { padding: 0 6px; }
  .movie-card { height: 260px; }.movie-caption h3 { font-size: 28px; }
  .snack-options { gap: 9px; }.snack-option { min-height: 97px; padding: 13px 14px; }
  .snack-option .option-label { font-size: 12px; }
  .outfit-option { padding: 16px; }.option-label { font-size: 13px; }
  .final-scene h2 { font-size: 68px; }.final-description { font-size: 13px; }
}
/* Compact phones and landscape keep every scene inside the visible screen. */
@media (max-height: 760px) {
  :root { --top-space: max(65px, calc(env(safe-area-inset-top) + 48px)); --bottom-space: max(51px, calc(env(safe-area-inset-bottom) + 35px)); }
  .eyebrow { margin-bottom: 12px; } h2 { font-size: 32px; }
  .subtitle { margin-top: 10px; font-size: 13px; }
  .options { margin-top: 20px; }.actions { margin-top: 20px; gap: 7px; }
  .movie-card { height: 230px; margin-top: 20px; }.black-sphere { width: 116px; height: 116px; left: calc(50% - 58px); top: 32px; }.sphere-shadow { top: 155px; }
  .movie-caption { bottom: 18px; }.movie-topline { padding-top: 16px; }.movie-caption h3 { font-size: 25px; }
  .snack-option { min-height: 86px; padding: 11px 14px; gap: 5px; }
  .selection-hint { margin-top: 10px; }.outfit-option { min-height: 80px; padding: 13px 15px; }
  .date-ticket { margin-top: 18px; }.ticket-header { padding: 12px 21px; }.ticket-body { padding: 16px 22px; }
  .ticket-body h3 { font-size: 25px; margin-bottom: 13px; }.ticket-details { gap: 10px 15px; }.ticket-stub { padding: 13px 22px; }
  .summary-slide .actions { margin-top: 20px; gap: 5px; }.button { min-height: 51px; padding-top: 14px; padding-bottom: 14px; }
  .confirmation-seal { margin-bottom: 18px; width: 48px; height: 48px; }.final-scene h2 { font-size: 66px; }.final-signoff { margin-top: 30px; gap: 15px; }
}
@media (max-height: 650px) {
  .page-header { top: max(15px, env(safe-area-inset-top)); }.page-footer { bottom: max(14px, env(safe-area-inset-bottom)); }
  .eyebrow { font-size: 9px; margin-bottom: 8px; } h2 { font-size: 28px; }.subtitle { margin-top: 8px; font-size: 12px; }
  .options { margin-top: 16px; gap: 8px; }.actions { margin-top: 15px; gap: 3px; }
  .snack-option { min-height: 72px; gap: 2px; padding: 9px 13px; }.snack-option .option-symbol { width: 24px; height: 24px; }.snack-option .option-symbol .icon { width: 19px; height: 19px; }
  .outfit-option { min-height: 72px; }.time-option { min-height: 100px; }.any-time { min-height: 58px; }
  .movie-card { height: 200px; margin-top: 16px; }.black-sphere { width: 95px; height: 95px; left: calc(50% - 47.5px); }.sphere-shadow { top: 135px; }.movie-caption { bottom: 16px; }
  .ticket-header { padding: 9px 20px; }.ticket-body { padding: 12px 20px; }.ticket-body h3 { margin: 4px 0 10px; font-size: 24px; }.ticket-details { gap: 8px 13px; }.ticket-details dd { font-size: 11px; }.ticket-stub { padding: 11px 20px; }.date-ticket { margin-top: 13px; }
  .summary-slide .actions { margin-top: 16px; }.confirm-prompt { font-size: 12px; }.back-button { min-height: 31px; }.submission-error { font-size: 11px; }
  .final-scene h2 { font-size: 58px; }.final-description { margin-top: 18px; }.final-signoff { margin-top: 24px; gap: 12px; }
}
@media (max-height: 500px) and (min-width: 600px) {
  :root { --top-space: max(55px, env(safe-area-inset-top)); --bottom-space: max(38px, env(safe-area-inset-bottom)); }
  .scene:not(.intro-scene):not(.final-scene) { max-width: 850px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 35px; align-items: center; }
  .scene > .eyebrow { grid-column: 1; align-self: end; justify-content: center; }
  .scene > h2 { grid-column: 1; align-self: center; font-size: 30px; }.scene > .subtitle { grid-column: 1; align-self: start; }
  .scene > .options, .scene > .movie-card, .scene > .date-ticket { grid-column: 2; grid-row: 1 / 5; margin-top: 0; }
  .scene > .actions { grid-column: 1; margin-top: 12px; }.scene > .selection-hint { grid-column: 2; grid-row: 5; margin-top: 8px; }
  .intro h1 { font-size: 44px; }.intro .eyebrow { margin-bottom: 12px; }.intro-date { margin-top: 14px; }.intro .actions { margin-top: 20px; }.intro-footnote { margin-top: 12px; }.intro-scene { padding: 0; }
  .final-scene h2 { font-size: 49px; }.confirmation-seal { display: none; }.final-scene .eyebrow { margin-bottom: 8px; }.final-description { margin-top: 14px; }.final-signoff { margin-top: 20px; gap: 8px; }.final-signoff .little-line { display: none; }.signature { font-size: 23px; }
  .ticket-details { gap: 6px 13px; }.ticket-body { padding: 10px 18px; }.ticket-stub { padding: 9px 18px; }.ticket-body h3 { font-size: 22px; }.ticket-header { padding: 8px 18px; }
}
@keyframes ambient-drift { from { translate: -3% -2%; opacity: .65; } to { translate: 3% 4%; opacity: 1; } }
@keyframes sphere-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes sphere-shadow { 0%, 100% { scale: 1; opacity: .7; } 50% { scale: .83; opacity: .4; } }
@keyframes intro-arrive { from { opacity: 0; transform: translateY(22px); filter: blur(5px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes confetti-fall { 0% { opacity: 0; transform: translate3d(0, -20px, 0) rotate(0); } 10% { opacity: .8; } 80% { opacity: .7; } 100% { opacity: 0; transform: translate3d(var(--drift), 105dvh, 0) rotate(var(--rotation)); } }
@media (prefers-reduced-motion: reduce) {
  :root { --slide-duration: 1ms; }
  *, *::before, *::after { animation: none !important; transition-duration: 1ms !important; transition-delay: 0ms !important; scroll-behavior: auto !important; }
  .reveal { translate: none; scale: none; }.confetti-piece { display: none; }
}
