/* ═══════════ לפני שכולם קמים — cinematic scroll ═══════════ */
:root {
  --bg: #14100d;
  --bg-deep: #0e0b09;
  --accent: #e0a458;
  --cream: #f2e8dc;
  --muted: rgba(242, 232, 220, 0.55);
  --faint: rgba(242, 232, 220, 0.28);
  --display: 'Noto Serif Hebrew', serif;
  --body: 'Assistant', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: auto; }

body {
  background: var(--bg-deep);
  color: var(--cream);
  font-family: var(--body);
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

html.has-cursor, html.has-cursor a, html.has-cursor button { cursor: none; }

::selection { background: var(--accent); color: var(--bg-deep); }

/* ═══════════ LOADER ═══════════ */
.loader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--bg-deep);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.4rem;
}
.loader-brand {
  font-family: var(--body); font-size: 0.95rem; letter-spacing: 0.28em;
  color: var(--muted);
}
.loader-count {
  font-family: var(--display); font-size: clamp(5rem, 14vw, 11rem); font-weight: 500;
  color: var(--cream); line-height: 1; direction: ltr;
  font-variant-numeric: tabular-nums;
}
.loader-pct { font-size: 0.35em; color: var(--accent); margin-inline-start: 0.1em; }
.loader-bar { width: min(320px, 60vw); height: 1px; background: rgba(242,232,220,0.12); }
.loader-bar-fill { height: 100%; width: 0%; background: var(--accent); }

/* ═══════════ GRAIN ═══════════ */
.grain {
  position: fixed; inset: -100px; z-index: 90; pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");
  animation: grainShift 0.7s steps(3) infinite;
}
@keyframes grainShift {
  0% { transform: translate(0, 0); }
  33% { transform: translate(-40px, 25px); }
  66% { transform: translate(30px, -35px); }
  100% { transform: translate(0, 0); }
}

/* ═══════════ CURSOR ═══════════ */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0; z-index: 300; pointer-events: none;
  border-radius: 50%; display: none;
  transform: translate(-50%, -50%);
}
html.has-cursor .cursor-dot, html.has-cursor .cursor-ring { display: block; }
.cursor-dot { width: 6px; height: 6px; background: var(--accent); }
.cursor-ring {
  width: 34px; height: 34px; border: 1px solid rgba(224,164,88,0.55);
  transition: width 0.25s, height 0.25s, border-color 0.25s;
}
.cursor-ring.is-hover { width: 58px; height: 58px; border-color: var(--accent); }

/* ═══════════ NAV / RAIL / META ═══════════ */
.nav {
  position: fixed; top: 0; inset-inline: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.4rem 2.2rem;
  mix-blend-mode: exclusion; color: #fff;
}
.nav-brand { font-family: var(--body); font-weight: 600; font-size: 1.02rem; letter-spacing: 0.1em; }
.nav-time { font-family: var(--body); font-weight: 500; font-size: 0.95rem; letter-spacing: 0.06em; opacity: 0.85; font-variant-numeric: tabular-nums; }

.rail {
  position: fixed; inset-inline-start: 2rem; top: 50%; transform: translateY(-50%);
  z-index: 100; display: flex; flex-direction: column; align-items: center; gap: 0.8rem;
  mix-blend-mode: exclusion; color: #fff;
}
.rail-current, .rail-total {
  font-family: var(--body); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}
.rail-total { opacity: 0.45; }
.rail-track { width: 1px; height: 110px; background: rgba(255,255,255,0.22); position: relative; }
.rail-fill {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: #fff; transform: scaleY(0); transform-origin: top;
}

.corner-meta {
  position: fixed; bottom: 1.4rem; z-index: 100;
  font-family: var(--body); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.22em;
  mix-blend-mode: exclusion; color: #fff; opacity: 0.65;
}
.corner-meta-start { inset-inline-start: 2.2rem; }
.corner-meta-end { inset-inline-end: 2.2rem; }

/* ═══════════ SCENES — SHARED ═══════════ */
.scene { position: relative; }
.pin-stage { position: relative; width: 100%; height: 100vh; overflow: hidden; }

.scene-hero, .scene-macro, .scene-desk { height: 380vh; background: var(--bg-deep); }
.scene-story { height: 260vh; background: var(--bg-deep); }
.scene-map { height: 300vh; background: var(--bg-deep); }
.scene-nolist { height: 300vh; background: var(--bg-deep); }
.scene-ritual { height: 320vh; background: var(--bg-deep); }
.scene-split { height: 360vh; background: var(--bg-deep); }
.scene-math { height: 300vh; background: var(--bg-deep); }

.scene-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%; display: block;
}
.vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 42%, rgba(10,8,6,0.45) 100%);
}
.veil {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: var(--bg-deep); opacity: 0;
}

.kicker {
  display: flex; align-items: center; gap: 0.9rem;
  font-family: var(--body); font-weight: 500; font-size: 0.98rem;
  letter-spacing: 0.24em; color: var(--accent);
}
.kicker-index {
  font-family: var(--body); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.04em;
  display: flex; align-items: center; gap: 0.7rem; color: var(--faint);
}
.kicker-index::after { content: ''; display: block; width: 3rem; height: 1px; background: var(--accent); opacity: 0.6; }

/* ═══════════ 01 HERO ═══════════ */
.hero-content {
  position: absolute; z-index: 2;
  inset-inline-start: clamp(2rem, 8vw, 9rem);
  top: 50%; transform: translateY(-50%);
  max-width: 44rem;
}
.hero-kicker { margin-bottom: 2rem; }
.hero-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(3rem, 10.5vw, 10rem);
  line-height: 1.04; color: var(--cream);
  mix-blend-mode: screen;
  white-space: nowrap;
}
.hero-title .word { display: inline-block; white-space: nowrap; }
.hero-title .char { display: inline-block; }
.hero-rule { width: 0; height: 1px; background: var(--accent); margin-block: 2.2rem 1.8rem; }
.hero-sub { font-size: clamp(1.1rem, 1.8vw, 1.45rem); color: var(--cream); opacity: 0.8; max-width: 30rem; line-height: 1.8; text-shadow: 0 1px 18px rgba(10,8,6,0.9), 0 0 4px rgba(10,8,6,0.6); }

.scroll-hint {
  position: absolute; z-index: 2; bottom: 3rem; inset-inline-start: 50%;
  transform: translateX(50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.8rem;
  font-size: 0.85rem; letter-spacing: 0.26em; color: var(--muted);
}
.scroll-hint-line { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--accent), transparent); }

.dust { position: absolute; inset: 0; z-index: 2; pointer-events: none; mix-blend-mode: screen; }

/* ═══════════ 02 STORY ═══════════ */
.scene-story .pin-stage, .scene-ritual .pin-stage, .scene-map .pin-stage {
  display: flex; align-items: center; justify-content: center;
}
.story-inner { max-width: 52rem; padding-inline: 2rem; display: flex; flex-direction: column; gap: 2.6rem; }
.story-line {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.6rem, 4.2vw, 3.4rem); line-height: 1.35; color: var(--cream);
}
.story-line em { font-style: normal; color: var(--accent); }
.story-line-em { margin-top: 0.6rem; }

/* ═══════════ 03 MAP (המסלול) ═══════════ */
.map-inner { width: min(980px, 92vw); display: flex; flex-direction: column; align-items: center; gap: 1.4rem; }
.map-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.8rem, 4.6vw, 3.6rem); color: var(--cream); text-align: center;
}
.map-stage { position: relative; width: 100%; }
.map-svg { width: 100%; height: auto; display: block; }
.map-room-label text {
  font-family: var(--body); font-size: 19px; letter-spacing: 0.16em;
  fill: rgba(242, 232, 220, 0.32); text-anchor: middle;
}
.map-tag-script {
  font-family: var(--body); font-size: 19px; font-weight: 600; letter-spacing: 0.01em;
  fill: var(--accent); font-style: oblique -8deg;
}
.map-start-label { font-family: var(--body); font-weight: 600; font-size: 16px; letter-spacing: 0.14em; fill: rgba(242,232,220,0.45); }
.map-wp {
  position: absolute; top: var(--y); left: var(--x); transform: translateY(-50%);
  display: flex; align-items: center; gap: 0.6rem; direction: rtl;
  font-size: clamp(0.92rem, 1.3vw, 1.12rem); color: var(--cream);
  background: rgba(14, 11, 9, 0.78); border-right: 1px solid rgba(224,164,88,0.55);
  padding: 0.45rem 0.9rem; border-radius: 3px; white-space: nowrap;
  opacity: 0; pointer-events: none;
}
.map-wp-rule { flex: 0 0 1.2rem; height: 1px; background: var(--accent); }
.map-caption {
  margin-top: 1rem; font-family: var(--body); font-weight: 500; font-size: 1.12rem;
  letter-spacing: 0.04em; color: var(--muted); opacity: 0;
}

/* ═══════════ CALLOUTS (macro swap + desk accumulate) ═══════════ */
.callout {
  position: absolute; z-index: 2; max-width: 22rem;
  display: flex; align-items: flex-start; gap: 1rem;
  opacity: 0;
  background: rgba(14, 11, 9, 0.38);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  padding: 0.9rem 1.2rem; border-radius: 3px;
  border-inline-start: 1px solid rgba(224, 164, 88, 0.35);
}
.callout-rule { flex: 0 0 2.6rem; height: 1px; background: var(--accent); margin-top: 0.8em; }
.callout p {
  font-size: clamp(1.1rem, 1.7vw, 1.4rem); line-height: 1.65; color: var(--cream);
  text-shadow: 0 1px 14px rgba(10,8,6,0.7);
}
.macro-kicker, .desk-kicker { position: absolute; z-index: 2; top: 6.5rem; inset-inline-start: clamp(2rem, 7vw, 7rem); }

.callout-swap { top: 42%; inset-inline-start: clamp(2rem, 8vw, 9rem); }

.callout-acc-1 { top: 24%; inset-inline-start: clamp(2rem, 7vw, 7rem); }
.callout-acc-2 { top: 46%; inset-inline-start: clamp(2rem, 12vw, 13rem); }
.callout-acc-3 { top: 68%; inset-inline-start: clamp(2rem, 8vw, 9rem); }

/* ═══════════ 05 NO-LIST (מה לא קורה כאן) ═══════════ */
.scene-nolist .pin-stage { display: flex; align-items: center; justify-content: center; }
.nolist-inner {
  position: relative; max-width: 56rem; padding-inline: 2rem;
  display: flex; flex-direction: column; align-items: flex-start; gap: 1.6rem;
}
.nolist-title {
  font-family: var(--body); font-weight: 500; font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  letter-spacing: 0.04em; color: var(--muted); margin-bottom: 1.2rem;
}
.no-item {
  position: relative; display: inline-block; white-space: nowrap;
  font-family: var(--display); font-weight: 800;
  font-size: clamp(2.4rem, 7.5vw, 5.8rem); line-height: 1.15; color: var(--cream);
}
.no-item .strike {
  position: absolute; inset-inline: -0.15em; top: 54%; height: 3px;
  background: var(--accent); transform: scaleX(0); transform-origin: right;
  border-radius: 2px; rotate: -1.2deg;
}
.no-item.struck { transition: none; }
.nolist-stamp {
  position: absolute; inset-inline-end: -1rem; top: 38%;
  font-family: var(--display); font-weight: 800; font-size: clamp(1.4rem, 3vw, 2.4rem);
  color: var(--accent); border: 2px solid var(--accent); border-radius: 4px;
  padding: 0.3em 0.8em; rotate: -8deg; opacity: 0;
}
.nolist-close {
  margin-top: 1.6rem; font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: var(--muted); opacity: 0;
}

/* ═══════════ 07 RITUAL ═══════════ */
.ritual-kicker { position: absolute; top: 6.5rem; inset-inline-start: clamp(2rem, 7vw, 7rem); }
.ritual-stage {
  position: relative; width: min(860px, 88vw); height: 60vh;
  display: flex; align-items: center; justify-content: center;
}
.ritual-num {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 900;
  font-size: clamp(14rem, 42vw, 30rem); line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(224, 164, 88, 0.16);
  user-select: none;
}
.ritual-step {
  position: absolute; text-align: center; max-width: 34rem; opacity: 0;
}
.ritual-step h3 {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.8rem, 4.5vw, 3.4rem); color: var(--cream); margin-bottom: 1rem;
}
.ritual-step p { font-size: 1.25rem; color: var(--muted); line-height: 1.7; }
.ritual-meter {
  position: absolute; bottom: 5rem; inset-inline: clamp(2rem, 10vw, 10rem);
  height: 1px; background: rgba(242,232,220,0.1);
}
.ritual-meter-fill {
  height: 100%; background: var(--accent);
  transform: scaleX(0); transform-origin: right;
}

/* ═══════════ 08 SPLIT (שני הימים) ═══════════ */
.scene-split .pin-stage { display: flex; align-items: center; justify-content: center; }
.split-inner { width: min(1000px, 92vw); display: flex; flex-direction: column; align-items: center; gap: 1.6rem; }
.split-kicker { align-self: center; }
.split-heads {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(2rem, 6vw, 5rem);
  width: 100%; margin-top: 0.6rem;
}
.split-head { font-family: var(--body); font-weight: 600; font-size: clamp(1.05rem, 2vw, 1.5rem); letter-spacing: 0.02em; }
.split-head-with { text-align: end; color: var(--accent); }
.split-head-without { text-align: start; color: var(--faint); }
.split-grid {
  position: relative; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(0.9rem, 2.2vh, 1.6rem) clamp(2rem, 6vw, 5rem);
}
.split-divider {
  position: absolute; left: 50%; top: 0; bottom: 0; width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(224,164,88,0.6) 12%, rgba(224,164,88,0.6) 88%, transparent);
  transform: scaleY(0); transform-origin: top;
}
.split-cell {
  font-size: clamp(1rem, 1.7vw, 1.35rem); line-height: 1.5; opacity: 0;
  display: flex; align-items: baseline; gap: 0.7rem;
}
.cell-with { grid-column: 1; justify-content: flex-end; text-align: end; color: var(--cream); }
.cell-without { grid-column: 2; justify-content: flex-start; text-align: start; color: rgba(242,232,220,0.4); }
.split-time {
  font-family: var(--body); font-weight: 600; font-size: 0.78em; letter-spacing: 0.06em;
  color: var(--accent); flex: 0 0 auto;
}
.split-punch {
  margin-top: 1.4rem; text-align: center;
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.3rem, 3vw, 2.2rem); color: var(--cream); opacity: 0;
}

/* ═══════════ 09 MATH (המתמטיקה) ═══════════ */
.scene-math .pin-stage { display: flex; align-items: center; justify-content: center; }
.math-inner {
  width: min(760px, 90vw); display: flex; flex-direction: column; align-items: center; gap: 0.9rem;
  text-align: center;
}
.math-kicker { margin-bottom: 1.4rem; }
.math-row { display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.math-num {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(3rem, 9vw, 7rem); line-height: 1; color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.math-label { font-size: clamp(1.1rem, 1.9vw, 1.45rem); color: var(--muted); }
.math-eq {
  font-family: var(--display); font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--faint); opacity: 0;
}
.math-punch {
  margin-top: 2.2rem; max-width: 34rem;
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.2rem, 2.6vw, 1.9rem); line-height: 1.5; color: var(--cream); opacity: 0;
}

/* ═══════════ 10 ABOUT ═══════════ */
.scene-about {
  min-height: 100vh; display: flex; align-items: center;
  background: var(--bg-deep);
  padding-block: 22vh;
}
.about-inner {
  max-width: 46rem; margin-inline: auto; padding-inline: 2.2rem;
  display: flex; flex-direction: column; gap: 2.4rem;
}
.about-text {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.5rem, 3.4vw, 2.5rem); line-height: 1.5; color: var(--cream);
}
.about-text-em { color: var(--accent); }
.about-signature {
  margin-top: 0.6rem;
  font-family: var(--body); font-weight: 500; font-style: oblique -8deg;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem); letter-spacing: 0.01em;
  color: var(--accent); opacity: 0.85;
  transform: rotate(-1.2deg);
}

/* ═══════════ MARQUEE ═══════════ */
.marquee {
  overflow: hidden; background: var(--bg-deep);
  border-block: 1px solid rgba(242,232,220,0.1);
  padding-block: 1.1rem;
}
.marquee-track {
  display: flex; white-space: nowrap; width: max-content;
  font-family: var(--body); font-weight: 600; font-size: 1rem; letter-spacing: 0.3em;
  color: var(--faint);
  animation: marqueeMove 28s linear infinite;
}
@keyframes marqueeMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ═══════════ 09 CTA ═══════════ */
.scene-cta {
  position: relative; min-height: 100vh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-deep);
}
.cta-watermark {
  position: absolute; inset-inline: 0; bottom: 2vh; z-index: 0;
  text-align: center;
  font-family: var(--display); font-weight: 900;
  font-size: clamp(4rem, 11.5vw, 12rem); line-height: 1; white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(224, 164, 88, 0.2);
  user-select: none; pointer-events: none;
}
.cta-inner {
  position: relative; z-index: 1; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 1.6rem;
  padding: 6rem 2rem 12rem;
}
.cta-inner .kicker { justify-content: center; }
.cta-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.2rem, 6vw, 4.6rem); color: var(--cream); line-height: 1.2;
}
.cta-sub { font-size: 1.3rem; color: var(--muted); }
.cta-btn {
  margin-top: 1.4rem;
  display: inline-block; padding: 1.1rem 3.2rem;
  background: var(--accent); color: var(--bg-deep);
  font-family: var(--body); font-weight: 600; font-size: 1rem; letter-spacing: 0.14em;
  text-decoration: none; border: 1px solid var(--accent);
  transition: background 0.3s, color 0.3s;
}
.cta-btn:hover { background: transparent; color: var(--accent); }
.cta-foot { margin-top: 4rem; font-family: var(--body); font-weight: 600; font-size: 0.68rem; letter-spacing: 0.26em; color: var(--faint); }

/* ═══════════ REVEAL DEFAULT (scrubbed via JS) ═══════════ */
.reveal { opacity: 0; }

/* ═══════════ TABLET ═══════════ */
@media (min-width: 821px) and (max-width: 1080px) {
  .rail { inset-inline-start: 1.2rem; }
  .corner-meta-start { inset-inline-start: 1.4rem; }
  .corner-meta-end { inset-inline-end: 1.4rem; }
  .hero-content { inset-inline-start: clamp(1.6rem, 5vw, 4rem); }
  .macro-kicker, .desk-kicker, .ritual-kicker { inset-inline-start: clamp(1.6rem, 5vw, 4rem); }
  .split-inner, .map-inner { width: min(94vw, 900px); }
}

/* ═══════════ MOBILE (incl. tablet-portrait, e.g. iPad 768px) ═══════════ */
@media (max-width: 820px) {
  .rail, .corner-meta { display: none; }
  .nav { padding: 1.1rem 1.3rem; }
  .hero-content { inset-inline-start: 1.4rem; padding-inline-end: 1.4rem; }
  .hero-title { white-space: normal; }
  .callout {
    background: rgba(14, 11, 9, 0.45);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    padding: 1rem 1.2rem; border-radius: 4px;
  }
  .callout-acc-1, .callout-acc-2, .callout-acc-3, .callout-swap {
    inset-inline-start: 1.4rem; inset-inline-end: 1.4rem; max-width: none;
  }
  .macro-kicker, .desk-kicker, .ritual-kicker { inset-inline-start: 1.4rem; }
  .map-title { font-size: clamp(1.5rem, 6vw, 2.4rem); }
  .map-wp { font-size: 0.82rem; padding: 0.35rem 0.7rem; white-space: normal; max-width: 46vw; }
  .split-grid, .split-heads { gap: 0.6rem 1rem; }
  .split-cell, .split-head { font-size: 0.92rem; }
  .cell-with, .cell-without { flex-direction: column; align-items: flex-start; gap: 0.15rem; }
  .cell-with { align-items: flex-end; }
  .math-row { gap: 0.6rem; }
  .no-item { font-size: clamp(1.6rem, 8vw, 2.6rem); }
  .nolist-inner { padding-inline: 1.4rem; }
  .nolist-stamp { inset-inline-end: 0.6rem; top: 44%; }
}

/* ═══════════ REDUCED MOTION ═══════════ */
@media (prefers-reduced-motion: reduce) {
  .grain { animation: none; opacity: 0.03; }
  .marquee-track { animation: none; }
  .cursor-dot, .cursor-ring, .dust, .scroll-hint { display: none !important; }
}
body.reduced .loader { display: none; }
body.reduced .scene-hero, body.reduced .scene-macro, body.reduced .scene-desk,
body.reduced .scene-story, body.reduced .scene-map, body.reduced .scene-nolist,
body.reduced .scene-ritual, body.reduced .scene-split, body.reduced .scene-math { height: auto; min-height: 100vh; }
body.reduced .split-cell, body.reduced .split-punch, body.reduced .split-heads,
body.reduced .math-eq, body.reduced .math-punch, body.reduced .math-row { opacity: 1 !important; }
body.reduced .split-divider { transform: scaleY(1); }
body.reduced .scene-canvas, body.reduced .dust { display: none; }
body.reduced .pin-stage { height: auto; min-height: 100vh; }
body.reduced .scene-hero .pin-stage {
  background: url('assets/hero.jpg') center/cover no-repeat;
}
body.reduced .callout, body.reduced .reveal, body.reduced .story-line,
body.reduced .ritual-step, body.reduced .hero-rule { opacity: 1 !important; position: static; }
body.reduced .callout { margin: 1rem 2rem; }
body.reduced .ritual-stage { height: auto; flex-direction: column; gap: 3rem; padding-block: 4rem; }
body.reduced .ritual-num { display: none; }
body.reduced .ritual-step { position: static; }
body.reduced .map-wp, body.reduced .map-caption, body.reduced .no-item .strike { opacity: 1 !important; position: static; }
body.reduced .no-item .strike { display: none; }
body.reduced .nolist-stamp, body.reduced .nolist-close { opacity: 1 !important; position: static; rotate: 0deg; margin-top: 1rem; }
body.reduced #routePath { stroke-dasharray: none !important; }
body.reduced .hero-rule { width: 6rem; }
