:root {
  --wine: #641d31;
  --wine-dark: #3f1020;
  --wine-soft: #8d3b4f;
  --gold: #c89b51;
  --gold-light: #e6c98f;
  --cream: #fff9ee;
  --paper: #f8ecd9;
  --blush: #edc0b9;
  --ink: #3b2526;
  --muted: #745d59;
  --serif: "Bodoni Moda", Georgia, serif;
  --accent: "Cormorant Garamond", Georgia, serif;
  --sans: "Poppins", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: #210b12;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 50% 20%, #71283c 0, #32101b 50%, #1d0810 100%);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body.locked { overflow: hidden; }

button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: 1rem;
  transform: translateY(-160%);
  background: white;
  color: var(--wine-dark);
  padding: .75rem 1rem;
  border-radius: .25rem;
}
.skip-link:focus { transform: none; }

.site-stage,
.cinema {
  width: min(100%, 520px);
  margin-inline: auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, .5);
}

.cinema {
  position: fixed;
  z-index: 100;
  inset: 0 auto auto 50%;
  left: 50%;
  height: 100vh;
  height: 100dvh;
  margin-inline: 0;
  overflow: hidden;
  transform: translateX(-50%);
  background: var(--wine-dark);
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: opacity .55s ease, visibility .55s ease;
}

.cinema.is-finished {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cinema-scene,
.door,
.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cinema-hallway {
  inset: -9%;
  background-image: url("assets/scene-2-hallway.jpg");
  transform: scale(.85) translateZ(0);
  opacity: 1;
}

.cinema-balcony {
  background-image: url("assets/scene-3-balcony.jpg");
  transform: scale(1.03);
  -webkit-clip-path: circle(0% at 50% 48%);
  clip-path: circle(0% at 50% 48%);
}

.door {
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.door-art {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(100vw, 520px);
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}
.door-left {
  inset: 0 auto 0 0;
  width: 50.05%;
  transform-origin: left center;
  transition: transform 1.45s cubic-bezier(.45, 0, .2, 1);
}
.door-right {
  inset: 0 0 0 auto;
  width: 50.05%;
  transform-origin: right center;
  transition: transform 1.45s cubic-bezier(.45, 0, .2, 1);
}
.door-right .door-art { inset: 0 0 0 auto; }

.cinema.is-entering .door-left { transform: rotateY(-100deg); }
.cinema.is-entering .door-right { transform: rotateY(100deg); }
.cinema.is-entering .cinema-hallway {
  animation: hallway-push 3.75s .82s cubic-bezier(.45, 0, .18, 1) forwards;
}
.cinema.is-entering .cinema-balcony {
  animation: balcony-through 2.25s 2.25s cubic-bezier(.5, 0, .15, 1) forwards;
}

.entrance-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 8, 18, .1), transparent 46%, rgba(30, 5, 14, .62));
  pointer-events: none;
}

.entry-prompt {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: max(13vh, calc(4.5rem + env(safe-area-inset-bottom)));
  width: min(84%, 370px);
  transform: translateX(-50%);
  text-align: center;
  color: var(--cream);
  transition: opacity .3s ease, transform .3s ease;
}

.cinema.is-entering .entry-prompt {
  opacity: 0;
  transform: translate(-50%, 15px);
  pointer-events: none;
}

.entry-prompt p {
  margin: .55rem 0 1rem;
  font-family: var(--accent);
  font-size: 1.2rem;
  font-style: italic;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.entry-ornament { color: var(--gold-light); }

.open-invitation {
  min-height: 52px;
  min-width: 210px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(96, 24, 46, .96), rgba(63, 16, 32, .96));
  box-shadow: 0 10px 30px rgba(31, 4, 13, .4), inset 0 0 0 3px rgba(200, 155, 81, .22);
  color: white;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.open-invitation:focus-visible,
.sound-toggle:focus-visible,
.round-button:focus-visible,
.seal-button:focus-visible,
.button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.tap-hint {
  display: block;
  margin-top: .8rem;
  font-size: .72rem;
  letter-spacing: .19em;
  text-transform: uppercase;
  animation: gentle-pulse 1.8s ease-in-out infinite;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: white;
  isolation: isolate;
}

.hero-bg { z-index: -4; background-image: url("assets/scene-3-balcony.jpg"); }
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(62, 19, 25, .12) 0%, rgba(73, 30, 32, .02) 48%, rgba(45, 12, 21, .47) 100%);
}

.ambient { position: absolute; z-index: -2; pointer-events: none; user-select: none; }
.ambient-clouds {
  width: 135%;
  top: 20%;
  left: -20%;
  opacity: .2;
  mix-blend-mode: screen;
  animation: cloud-drift 70s linear infinite alternate;
}
.ambient-rose {
  width: 42%;
  left: -10%;
  bottom: -2%;
  opacity: .94;
  animation: rose-drift 6s ease-in-out infinite alternate;
}
.ambient-blossom {
  width: 36%;
  right: -12%;
  top: 5%;
  opacity: .75;
  mix-blend-mode: multiply;
  transform: rotate(-8deg);
  animation: blossom-drift 8s ease-in-out infinite alternate;
}

.hero-copy {
  width: 90%;
  max-width: 440px;
  margin-top: -4vh;
  padding: 2.5rem 1.5rem;
  text-align: center;
  text-shadow: 0 2px 14px rgba(78, 37, 30, .22);
}

.reveal-line { opacity: 0; transform: translateY(15px); }
.opened .reveal-line { animation: text-reveal .72s ease forwards; }
.opened .bismillah { animation-delay: .12s; }
.opened .eyebrow { animation-delay: .27s; }
.opened .names { animation-delay: .42s; }
.opened .occasion { animation-delay: .57s; }
.opened .hero-date { animation-delay: .72s; }

.bismillah {
  margin: 0 0 2rem;
  color: #5a2b33;
  font-family: var(--accent);
  font-size: clamp(1.05rem, 4vw, 1.3rem);
  font-style: italic;
  line-height: 1.25;
  text-shadow: 0 1px 12px rgba(255, 248, 234, .9);
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--wine);
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero .eyebrow { color: #682537; text-shadow: 0 1px 10px rgba(255,255,255,.9); }

.names {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .2em;
  margin: .8rem 0;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: clamp(3rem, 13vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: .9;
  text-shadow: 0 1px 0 rgba(255,255,255,.8), 0 3px 18px rgba(255, 246, 227, .8);
}
.names em { color: var(--gold); font-family: var(--accent); font-size: .72em; font-weight: 500; }

.occasion {
  margin: 1.2rem 0 0;
  color: #552333;
  font-family: var(--accent);
  font-size: 1.08rem;
  line-height: 1.25;
  text-shadow: 0 1px 10px rgba(255,255,255,.95);
}
.occasion strong { font-family: var(--sans); font-size: .8rem; font-style: normal; letter-spacing: .15em; text-transform: uppercase; }

.hero-date {
  display: inline-grid;
  gap: .25rem;
  margin-top: 2.1rem;
  padding: .8rem 1.6rem;
  border-block: 1px solid rgba(111, 53, 50, .4);
  color: #4c2930;
  text-shadow: 0 1px 10px rgba(255,255,255,.85);
}
.hero-date span { font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero-date b { font-family: var(--serif); font-size: 1.55rem; letter-spacing: .08em; }

.sound-toggle {
  position: absolute;
  z-index: 2;
  top: max(1rem, env(safe-area-inset-top));
  right: 1rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  min-height: 42px;
  padding: .55rem .85rem;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(65, 16, 32, .66);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: white;
  font-size: .72rem;
}
.sound-bars { display: flex; align-items: center; gap: 2px; height: 14px; }
.sound-bars i { display: block; width: 2px; height: 50%; border-radius: 2px; background: var(--gold-light); animation: equalize .8s ease-in-out infinite alternate; }
.sound-bars i:nth-child(2) { animation-delay: -.45s; }
.sound-bars i:nth-child(3) { animation-delay: -.2s; }
.sound-toggle[aria-pressed="false"] .sound-bars i { animation-play-state: paused; height: 2px; }

.scroll-cue {
  position: absolute;
  bottom: max(.8rem, env(safe-area-inset-bottom));
  left: 50%;
  display: grid;
  justify-items: center;
  gap: .3rem;
  transform: translateX(-50%);
  color: rgba(255,255,255,.92);
  font-size: .58rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.scroll-cue span { width: 1px; height: 25px; background: linear-gradient(white, transparent); animation: scroll-line 1.8s ease-in-out infinite; }

.invitation-body {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(235, 189, 177, .23), transparent 22rem),
    linear-gradient(180deg, var(--cream), #f9eedc);
}

.section { position: relative; padding: 5rem 1.5rem; text-align: center; }
.section h2 {
  margin: .65rem 0 1rem;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: clamp(2rem, 8.7vw, 2.8rem);
  font-weight: 500;
  line-height: 1.08;
}
.section-lede,
.intro-note > p,
.share-section > p { max-width: 390px; margin: 0 auto; color: var(--muted); line-height: 1.75; }

.intro-note::before,
.intro-note::after {
  content: "";
  position: absolute;
  width: 145px;
  height: 220px;
  background: url("assets/overlay-blossom-branch.png") center / contain no-repeat;
  mix-blend-mode: multiply;
  opacity: .14;
}
.intro-note::before { left: -70px; top: 45px; transform: rotate(25deg); }
.intro-note::after { right: -80px; bottom: -30px; transform: rotate(205deg); }

.gold-flourish { display: flex; align-items: center; gap: .5rem; justify-content: center; margin: 1.4rem auto; color: var(--gold); }
.gold-flourish::before, .gold-flourish::after { content: ""; width: 64px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.gold-flourish::after { background: linear-gradient(90deg, var(--gold), transparent); }
.gold-flourish span { font-size: .65rem; transform: rotate(45deg); }

.venue-section { padding-block: 3rem; }
.arched-card { border: 1px solid rgba(196,146,72,.6); background: rgba(255, 252, 244, .82); box-shadow: 0 22px 55px rgba(75, 31, 36, .13); }
.venue-card { padding: 3.2rem 1.25rem 1.5rem; border-radius: 48% 48% 18px 18px / 16% 16% 18px 18px; }
.card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 1.2rem; border: 1px solid var(--gold); border-radius: 50%; color: var(--wine); }
.card-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.venue-card h2 { font-size: clamp(1.75rem, 7vw, 2.3rem); }
.venue-card > p { margin: -.35rem 0 1.6rem; color: var(--muted); }
.event-line { display: grid; gap: .4rem; margin: 0 auto 1.6rem; padding: 1.1rem; border-block: 1px solid rgba(200,155,81,.4); color: var(--wine); font-size: .8rem; }

.countdown-section { padding-block: 3rem; }
.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  margin-top: 2rem;
}
.countdown-cell {
  min-width: 0;
  padding: 1.15rem .35rem 1rem;
  border: 1px solid rgba(200,155,81,.52);
  border-radius: 14px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 12px 28px rgba(75, 31, 36, .08);
}
.countdown-cell strong {
  display: block;
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 7vw, 2.3rem);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.countdown-cell span {
  display: block;
  margin-top: .55rem;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.button-row { display: grid; gap: .75rem; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .8rem 1.1rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-decoration: none;
}
.button-primary { border: 1px solid var(--wine); background: linear-gradient(135deg, #7b2a42, #501629); color: white; box-shadow: 0 10px 22px rgba(78, 19, 40, .16); }
.button-outline { border: 1px solid var(--gold); background: rgba(255,255,255,.45); color: var(--wine); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.song-section { padding-block: 3rem; }
.song-card {
  display: grid;
  grid-template-columns: 82px 1fr 46px;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(200,155,81,.52);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(239, 207, 194, .45));
  text-align: left;
  box-shadow: 0 14px 35px rgba(85, 38, 40, .09);
}
.record { width: 78px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle, #3d111f 0 3px, #54172a 4px 7px); box-shadow: 0 8px 18px rgba(60, 11, 28, .22); animation: record-spin 8s linear infinite; }
.record span { display: grid; place-items: center; width: 31px; height: 31px; border: 4px solid var(--gold); border-radius: 50%; background: var(--blush); color: var(--wine-dark); font-family: var(--serif); font-size: .65rem; }
.song-card.is-paused .record { animation-play-state: paused; }
.song-copy h2 { margin: .25rem 0 .1rem; font-size: 1.65rem; }
.song-copy p { margin: 0; color: var(--muted); font-size: .72rem; }
.round-button { width: 46px; height: 46px; border: 1px solid var(--gold); border-radius: 50%; background: var(--wine); color: white; }
.round-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.round-button .play-icon { display: none; }
.song-card.is-paused .play-icon { display: inline; }
.song-card.is-paused .pause-icon { display: none; }

.signature-section { padding-block: 3rem; }
.signature-seal-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 130px;
  margin: 1.5rem auto 0;
}
.seal-button {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wine), var(--wine-dark));
  box-shadow: 0 12px 28px rgba(60, 11, 28, .22), inset 0 0 0 5px rgba(230, 201, 143, .12);
  color: var(--gold-light);
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
}
.seal-button span { font-size: 1.35rem; }
.seal-button:hover { box-shadow: 0 15px 32px rgba(60, 11, 28, .27), inset 0 0 0 5px rgba(230, 201, 143, .16); }
.seal-button:active { transform: scale(.92); }
.signature-section.is-revealed .seal-button { animation: seal-wobble .55s cubic-bezier(.34, 1.56, .64, 1) both; }
.spark {
  --spark-x: 0px;
  --spark-y: 0px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 8px rgba(230, 201, 143, .8);
  opacity: 0;
  pointer-events: none;
}
.spark-1 { --spark-x: -58px; --spark-y: -42px; }
.spark-2 { --spark-x: 0px; --spark-y: -62px; }
.spark-3 { --spark-x: 58px; --spark-y: -38px; }
.spark-4 { --spark-x: 62px; --spark-y: 38px; }
.spark-5 { --spark-x: 0px; --spark-y: 60px; }
.spark-6 { --spark-x: -60px; --spark-y: 35px; }
.signature-section.is-revealed .spark { animation: signature-spark .62s ease-out both; }
.signature-section.is-revealed .spark-2,
.signature-section.is-revealed .spark-5 { animation-delay: .04s; }
.signature-section.is-revealed .spark-3,
.signature-section.is-revealed .spark-6 { animation-delay: .08s; }
.hashtag-reveal {
  margin: -.25rem auto 0;
  color: var(--wine);
  font-family: var(--accent);
  font-size: clamp(2.3rem, 10vw, 3.15rem);
  font-style: italic;
  line-height: 1;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  cursor: pointer;
  transition: opacity .42s ease, transform .42s ease;
}
.hashtag-caption {
  display: block;
  margin-top: .55rem;
  color: var(--muted);
  font-family: var(--sans);
  font-size: .72rem;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.signature-section.is-revealed .hashtag-reveal {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.hashtag-reveal:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
  border-radius: 8px;
}

.family-section { padding-bottom: 3.5rem; }
.guest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 2rem; }
.guest-card { display: flex; align-items: center; gap: .8rem; padding: .9rem; border: 1px solid rgba(200,155,81,.38); border-radius: 12px; background: rgba(255,255,255,.5); text-align: left; }
.guest-card span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--wine); color: var(--gold-light); font-family: var(--serif); font-size: .75rem; }
.guest-card p { margin: 0; color: var(--wine-dark); font-family: var(--serif); font-size: .92rem; line-height: 1.2; }

.hosted-section { padding-block: 2rem 3rem; }
.hosted-panel { padding: 3rem 1rem; border-block: 1px solid rgba(200,155,81,.45); background: linear-gradient(90deg, transparent, rgba(232, 189, 176, .28), transparent); }
.tiny-heart { color: var(--gold); }
.hosted-panel p { margin: .7rem 0 .2rem; color: var(--muted); font-family: var(--accent); font-size: 1.15rem; font-style: italic; }
.hosted-panel h2 { margin: 0; font-size: 2rem; }

.share-section { padding-top: 3rem; }
.share-section h2 { font-size: 2rem; }
.share-section .button { margin-top: 1.5rem; min-width: 220px; }

footer { padding: 2.5rem 1rem calc(2.5rem + env(safe-area-inset-bottom)); background: var(--wine-dark); color: rgba(255,255,255,.82); text-align: center; }
footer span { color: var(--gold); }
footer p { margin: .6rem 0 0; font-family: var(--accent); font-size: 1rem; font-style: italic; }

.toast {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  width: min(calc(100% - 2rem), 410px);
  padding: .9rem 1rem;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  background: rgba(54, 13, 28, .94);
  color: white;
  text-align: center;
  font-size: .8rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  opacity: 0;
  transform: translate(-50%, 18px);
  pointer-events: none;
  transition: opacity .25s, transform .25s;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@keyframes hallway-push {
  from { transform: scale(.85) translateZ(0); opacity: 1; }
  99.8% { opacity: 1; }
  to { transform: scale(1.15) translateZ(40px); opacity: 0; }
}
@keyframes balcony-through {
  from { -webkit-clip-path: circle(0% at 50% 48%); clip-path: circle(0% at 50% 48%); transform: scale(1.03); }
  to { -webkit-clip-path: circle(150% at 50% 48%); clip-path: circle(150% at 50% 48%); transform: scale(1); }
}
@keyframes text-reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes gentle-pulse { 50% { opacity: .45; } }
@keyframes cloud-drift { to { transform: translateX(15%); } }
@keyframes rose-drift { to { transform: translateY(-8px); opacity: .88; } }
@keyframes blossom-drift { to { transform: rotate(-8deg) translateY(7px); opacity: .64; } }
@keyframes equalize { to { height: 100%; } }
@keyframes scroll-line { 50% { opacity: .3; transform: translateY(5px); } }
@keyframes record-spin { to { transform: rotate(360deg); } }
@keyframes seal-wobble {
  0% { transform: scale(.92) rotate(0); }
  55% { transform: scale(1.04) rotate(8deg); }
  78% { transform: scale(.98) rotate(-3deg); }
  100% { transform: scale(1) rotate(0); }
}
@keyframes signature-spark {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0); }
  28% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(calc(-50% + var(--spark-x)), calc(-50% + var(--spark-y))) scale(0); }
}

@media (min-width: 470px) {
  .section { padding-inline: 2rem; }
  .button-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 370px) {
  .names { font-size: 2.75rem; }
  .hero-copy { padding-inline: .8rem; }
  .countdown-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guest-grid { grid-template-columns: 1fr; }
  .song-card { grid-template-columns: 68px 1fr 42px; gap: .7rem; }
  .record { width: 65px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cinema,
  .cinema .door { transition-duration: .5s !important; }
  .ambient { animation: none !important; }
  .reveal-line { opacity: 1; transform: none; }
  .cinema.is-entering .door-left,
  .cinema.is-entering .door-right { opacity: 0; transform: none; }
  .cinema.is-entering .cinema-hallway { opacity: 0; animation: none !important; }
  .cinema.is-entering .cinema-balcony {
    -webkit-clip-path: circle(150% at 50% 48%);
    clip-path: circle(150% at 50% 48%);
    transform: scale(1);
    animation: none !important;
  }
  .signature-section.is-revealed .seal-button { animation: none !important; }
  .signature-section .spark { display: none; }
  .signature-section .hashtag-reveal {
    transform: none;
    transition: opacity .2s ease !important;
  }
}
