@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Manrope:wght@300;400;500;600;700&display=swap');

:root {
  color-scheme: dark;
  --gold: #d4af66;
  --gold-glow: #ffdf94;
  --pale-gold: #e2cca0;
  --dark-gold: #8c6e38;
  --muted: #a8a89d;
  --ivory: #f4eee2;
  --black: #040607;
  --vermillion: #ff3d18;
  --saffron: #ff8c22;
  --cyan-mist: #6c9cb0;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-synthesis: none;
  color: var(--ivory);
  background: var(--black);
}

*, *::before, *::after { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: transparent;
  outline: none;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus { outline: none !important; }
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 1px solid var(--gold) !important;
  outline-offset: 4px;
}
button, a, input { -webkit-tap-highlight-color: transparent; color: inherit; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
a { text-decoration: none; }
::selection { background: #9f783d; color: #ffffff; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip { position: fixed; top: -80px; left: 20px; z-index: 30; background: #141612; padding: 15px; }
.skip:focus { top: 15px; }

#stage, #art, #world, #mushaka-canvas, .vignette, .grain, #grade, #flash-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#stage { z-index: 1; background: #080908; transition: transform 0.05s ease-out; }
#art { z-index: 1; background-size: cover; background-position: center; opacity: 0; will-change: transform, opacity; }
#world { z-index: 2; mix-blend-mode: normal; }
.vignette {
  z-index: 3;
  background: linear-gradient(90deg, rgba(5,7,6,.82), transparent 67%),
              linear-gradient(0deg, #080908 0%, transparent 23%, transparent 80%, rgba(0,0,0,.45));
  transition: background 1.2s ease;
}
#grade { z-index: 4; mix-blend-mode: color; background: transparent; opacity: .5; }
.grain {
  z-index: 5;
  opacity: .045;
  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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='white' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
#mushaka-canvas { z-index: 6; }
#flash-overlay {
  background: #ffffff;
  opacity: 0;
  z-index: 7;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.flash-active #flash-overlay {
  opacity: 0.85;
  transition: opacity 0.05s ease-in;
}

@keyframes screen-shake {
  0% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(-3px, 2px) rotate(-0.3deg); }
  40% { transform: translate(3px, -2px) rotate(0.3deg); }
  60% { transform: translate(-2px, -1px) rotate(-0.1deg); }
  80% { transform: translate(2px, 2px) rotate(0.2deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}
.shake-active #stage {
  animation: screen-shake 0.28s infinite ease-in-out;
}

.underwater-scene #stage {
  filter: contrast(1.1) brightness(0.92);
}
.underwater-scene .vignette {
  background: radial-gradient(circle at 50% 60%, transparent 20%, rgba(3, 20, 29, 0.85) 90%),
              linear-gradient(0deg, #021118 0%, transparent 40%);
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 4%;
  gap: 32px;
  background: linear-gradient(#080908b8, transparent);
  backdrop-filter: blur(2px);
}
.wordmark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 3px;
  text-shadow: 0 0 12px rgba(214, 183, 125, 0.4);
}
.wordmark:first-letter { font-size: 30px; }
.wordmark-line { height: 25px; width: 1px; background: #76613e; margin: 0 19px; }
.edition { font-size: 10px; letter-spacing: 2.5px; color: #b3b1a2; }
.controls { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.controls button { display: flex; align-items: center; gap: 12px; padding: 12px 0; font-size: 10px; letter-spacing: 1.8px; }
.menu-icon { font-size: 17px; color: var(--gold); }
.equalizer { display: flex; gap: 3px; align-items: center; height: 16px; }
.equalizer i { background: var(--gold); width: 2px; height: 4px; border-radius: 1px; }
.equalizer i:nth-child(2) { height: 11px; }
.equalizer i:nth-child(3) { height: 16px; }
.equalizer i:nth-child(4) { height: 8px; }
.sound-on .equalizer i { animation: equalize .8s ease-in-out infinite alternate; }
.equalizer i:nth-child(2) { animation-delay: .3s; }
.equalizer i:nth-child(3) { animation-delay: .6s; }
@keyframes equalize { to { height: 3px; } }

.chapter { height: 155vh; position: relative; pointer-events: none; }
.chapter:last-child { height: 100vh; }
.copy {
  z-index: 8;
  position: fixed;
  top: 30%;
  left: 8%;
  width: min(690px, 80vw);
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
  pointer-events: none;
}
.copy button, .copy a { pointer-events: auto; }
.hero { top: 23%; opacity: 1; visibility: visible; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.2px;
  line-height: 1.8;
  margin: 0 0 23px;
}
.eyebrow > span { width: 27px; height: 1px; background: var(--gold); }
.sanskrit {
  font-family: Georgia, serif;
  font-size: 18px;
  color: var(--gold);
  letter-spacing: 2.5px;
  margin: 15px 0 0;
  text-shadow: 0 0 15px rgba(214, 183, 125, 0.5);
}
h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(75px, 9vw, 152px);
  font-weight: 400;
  letter-spacing: -5px;
  line-height: .97;
  margin: 14px 0 14px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
}
h1 span { color: var(--gold); text-shadow: 0 0 25px rgba(214, 183, 125, 0.45); }
.subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 2.2vw, 33px);
  letter-spacing: 1px;
  margin: 0 0 29px;
  font-style: italic;
  color: #ddd3bd;
}
.intro-line { font-size: 14px; line-height: 1.9; color: #b8b8ac; max-width: 500px; }

.begin, .offering {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 17px 0 15px;
  border-bottom: 1px solid #8b754e;
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 28px;
  transition: color .2s, gap .25s, border-color .25s;
}
.begin:hover, .offering:hover { color: var(--gold); gap: 55px; border-color: var(--gold); }
.begin span, .offering span { font-size: 23px; color: var(--gold); }
.experience-note { font-size: 9px; letter-spacing: 2px; margin-top: 19px; color: #8e9088; }

h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(42px, 5.5vw, 88px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.03;
  margin: 0 0 25px;
}
em { color: var(--gold); font-weight: 400; }
.narration { font-size: 16px; line-height: 1.95; color: #cfcec3; max-width: 550px; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }
.verse {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 25px;
  font-style: italic;
  color: var(--gold);
  line-height: 1.4;
  margin-top: 28px;
  text-shadow: 0 0 18px rgba(214, 183, 125, 0.4);
}
.centered { left: 50%; transform: translateX(-50%); text-align: center; width: 90vw; }
.centered .eyebrow, .centered .narration { justify-content: center; margin-left: auto; margin-right: auto; }

.shloka-invocation {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(16px, 1.8vw, 22px);
  color: var(--pale-gold);
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 10px 0 16px;
  text-shadow: 0 0 20px rgba(212, 175, 102, 0.4);
  font-style: italic;
}

/* Special Typography */
.stop-banner {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(60px, 9vw, 130px);
  font-weight: 600;
  color: #ff3333;
  letter-spacing: 4px;
  line-height: 0.9;
  text-shadow: 0 0 40px rgba(255, 51, 51, 0.7);
}
.rage-heading {
  color: #ff5233 !important;
  text-shadow: 0 0 35px rgba(255, 82, 51, 0.8) !important;
}
.rage-heading em {
  color: #ffb84d !important;
}
.legend-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  margin: 18px 0 18px;
}
.legend-card {
  background: rgba(12, 16, 15, 0.72);
  border: 1px solid rgba(212, 175, 102, 0.22);
  padding: 13px 15px;
  backdrop-filter: blur(8px);
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
}
.legend-card:hover {
  border-color: var(--gold);
  background: rgba(20, 26, 24, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 102, 0.14);
}
.legend-card .legend-icon {
  color: var(--gold);
  font-size: 11px;
  display: inline-block;
  margin-bottom: 3px;
}
.legend-card h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 5px;
  letter-spacing: 0.5px;
}
.legend-card p {
  font-size: 11.5px;
  line-height: 1.55;
  color: #cfcec3;
  margin: 0;
}
.legend-card em {
  color: var(--pale-gold);
}
.worship-scroll-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 20px;
}
.worship-scroll-tags .tag {
  font-size: 11px;
  letter-spacing: 1.8px;
  padding: 6px 14px;
  background: rgba(214, 183, 125, 0.08);
  border: 1px solid rgba(214, 183, 125, 0.25);
  border-radius: 20px;
  color: var(--gold);
  backdrop-filter: blur(4px);
}
.mushaka-indicator {
  font-size: 11px;
  letter-spacing: 2px;
  color: #ffcc66;
  margin-top: 14px;
  font-style: italic;
  opacity: 0.9;
}

/* Credits & Agency */
.credits { top: 16%; }
.credits img { width: 210px; height: 210px; object-fit: contain; margin: 0 auto; mix-blend-mode: screen; }
.credits .eyebrow { margin-top: 24px; margin-bottom: 0; }
.credits .begin { margin: 15px auto 0; }
.credits .sanskrit { font-size: 35px; }
.credit-note { color: #9d9e95; font-size: 12px; line-height: 1.8; }
.devanagari { font-size: 24px; color: #d4bf96; line-height: 1.6; }
.agency-title {
  font-size: 12px;
  letter-spacing: 3.5px;
  color: #c9baa0;
  margin: 18px 0 6px;
}
.agency-title strong { color: var(--gold); }
.cta-unforgettable {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 14px 34px;
  margin: 22px auto;
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, rgba(214, 183, 125, 0.15), rgba(214, 183, 125, 0.02));
  color: var(--ivory);
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 25px rgba(214, 183, 125, 0.15);
}
.cta-unforgettable:hover {
  background: var(--gold);
  color: #080908;
  gap: 22px;
  box-shadow: 0 8px 35px rgba(214, 183, 125, 0.4);
}
.cta-unforgettable span { font-size: 16px; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px 4% 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 32px;
  background: linear-gradient(transparent, #080908e8);
  backdrop-filter: blur(2px);
}
.chapter-meta { display: flex; align-items: center; gap: 15px; font-size: 10px; letter-spacing: 1.7px; }
.chapter-meta > span:first-child { font-family: Georgia, serif; font-size: 19px; color: var(--gold); }
.footer-separator { height: 1px; width: 27px; background: #6b5b40; }
#chapter-name { max-width: 185px; line-height: 1.5; }
.transport { display: flex; align-items: center; justify-content: center; gap: 30px; }
.transport button { font-size: 21px; color: var(--gold); white-space: nowrap; }
.transport button span, #scroll-hint { font-size: 9px; letter-spacing: 1.7px; color: #bfbdb0; }
#scroll-hint { white-space: nowrap; }
#scroll-hint > span { font-size: 18px; color: var(--gold); margin-left: 9px; }
.seek { display: flex; align-items: center; gap: 15px; }
#progress {
  appearance: none;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--gold) var(--progress,0%), #ffffff26 var(--progress,0%));
  cursor: pointer;
}
#progress::-webkit-slider-thumb { appearance: none; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
#progress::-moz-range-thumb { width: 8px; height: 8px; border: 0; border-radius: 50%; background: var(--gold); }
#progress-number { font-size: 10px; letter-spacing: 1px; white-space: nowrap; color: #a8a79c; }

dialog {
  width: min(850px, 94vw);
  max-height: 90dvh;
  border: 1px solid #80683f55;
  background: #10110ff5;
  color: var(--ivory);
  padding: 35px 45px;
  box-shadow: 0 30px 100px #000b;
}
dialog::backdrop { background: #000b; backdrop-filter: blur(12px); }
.dialog-top { display: flex; justify-content: space-between; align-items: center; }
.dialog-top .eyebrow { margin: 0; }
.dialog-top button { font-size: 22px; padding: 10px; }
dialog h2 { font-size: 45px; margin-top: 15px; }
#chapter-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; margin: 25px 0; }
#chapter-links a { padding: 15px 0; border-bottom: 1px solid #ffffff16; font-size: 14px; transition: color .2s; }
#chapter-links a:hover { color: var(--gold); }
#chapter-links a span { font-size: 11px; margin-right: 18px; color: var(--gold); }

@media(min-width: 1500px) { .hero { top: 25%; } }
@media(max-width: 800px) {
  header { padding: 20px 6%; }
  .edition { display: none; }
  .controls { gap: 20px; }
  .controls button { font-size: 9px; }
  .wordmark { font-size: 13px; letter-spacing: 2px; }
  .wordmark-line { margin: 0 12px; }
  .copy { left: 7%; top: 32%; width: 86%; }
  .hero { top: 27%; }
  h1 { font-size: clamp(65px, 13vw, 100px); letter-spacing: -3px; }
  h2 { font-size: clamp(40px, 8vw, 65px); }
  .centered { left: 50%; width: 86%; }
  .eyebrow { font-size: 10px; letter-spacing: 2px; }
  .narration { font-size: 15px; }
  .vignette { background: linear-gradient(90deg, #080908a0, #08090815), linear-gradient(0deg, #080908 5%, #08090833 65%, #08090855); }
  footer { grid-template-columns: 1fr 1fr; padding: 20px 6%; gap: 22px; }
  .transport { justify-content: flex-end; }
  #scroll-hint { display: none; }
  .seek { grid-column: 1/-1; }
  .credits { top: 18%; }
  .credits img { width: 190px; height: 190px; }
  .credits .sanskrit { font-size: 28px; }
  .verse { font-size: 22px; }
  .experience-note { font-size: 8px; letter-spacing: 1.5px; }
  .chapter-meta { font-size: 9px; }
  dialog { padding: 22px; }
  #chapter-links { gap: 0 20px; }
  #chapter-links a { font-size: 12px; }
  #chapter-links a span { margin-right: 8px; }
}

@media(max-height: 650px) {
  .hero { top: 19%; }
  h1 { font-size: 70px; }
  .intro-line { display: none; }
  .copy { top: 22%; }
  h2 { font-size: 45px; }
  .credits { top: 14%; }
  .credits img { width: 120px; height: 120px; }
  .credits .narration { margin: 6px auto; }
  .credits .sanskrit { font-size: 24px; }
  .credits .eyebrow { margin-top: 12px; }
  .credits .begin { margin-top: 0; }
}

@media(prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  #world, #mushaka-canvas { display: none; }
  .copy { will-change: auto; }
  .chapter { height: 100vh; }
}

#art { background-image: url(./assets/ganesha.png); opacity: 1; }
.webgl-ready #art { display: none; }
#world { mix-blend-mode: normal; }
.webgl-ready .vignette {
  background: linear-gradient(90deg, #05080870, transparent 48%),
              linear-gradient(0deg, #050808 0%, transparent 18%, transparent 87%, #05080888);
}
.no-webgl #world, .no-webgl #mushaka-canvas { display: none; }
#chapter-links a[aria-current] { color: var(--gold); }
.webgl-ready .copy:not(.hero):not(.credits) { top: auto; bottom: 16%; left: 6%; width: 47%; }
.webgl-ready .copy:not(.hero):not(.credits) h2 { font-size: clamp(35px, 4.3vw, 66px); }
.webgl-ready .copy.centered:not(.credits) { left: 50%; width: 90%; text-shadow: 0 2px 20px #000; }
.webgl-ready .copy:not(.hero):not(.credits) .narration { font-size: 14px; }
.webgl-ready .copy:not(.hero):not(.credits) .eyebrow { margin-bottom: 15px; }
.webgl-ready .copy:not(.hero):not(.credits) .verse { font-size: 22px; margin-top: 15px; }

@media(max-width: 700px) {
  .webgl-ready .hero { top: 23%; }
  .webgl-ready .hero h1 { font-size: 15vw; }
  .webgl-ready .hero .intro-line { display: none; }
  .webgl-ready .hero .eyebrow { font-size: 9px; }
  .webgl-ready .copy:not(.hero):not(.credits) { left: 7%; bottom: 18%; width: 86%; }
  .webgl-ready .copy:not(.hero):not(.credits) h2 { font-size: 40px; }
  .webgl-ready .copy:not(.hero):not(.credits) .narration { font-size: 13px; }
  .webgl-ready .copy.centered:not(.credits) { left: 50%; width: 86%; }
  .controls #sound-label { display: none; }
  .webgl-ready .vignette { background: linear-gradient(0deg, #050808 3%, #050808aa 35%, transparent 72%); }
  .credits { top: 17%; }
}

@media(max-width: 700px) {
  .webgl-ready .hero { top: 15%; height: 64vh; text-align: center; }
  .webgl-ready .hero .eyebrow { justify-content: center; letter-spacing: 1.6px; margin-bottom: 12px; }
  .webgl-ready .hero .sanskrit { font-size: 15px; margin: 0; }
  .webgl-ready .hero h1 { font-size: 15vw; margin: 8px 0 5px; letter-spacing: -2px; }
  .webgl-ready .hero .subtitle { font-size: 22px; }
  .webgl-ready .hero .begin { position: absolute; bottom: 17px; left: 50%; transform: translateX(-50%); white-space: nowrap; margin: 0; }
  .webgl-ready .hero .experience-note { position: absolute; bottom: -17px; left: 0; right: 0; font-size: 8px; letter-spacing: 1px; }
  .controls button { min-width: 35px; min-height: 44px; }
  footer { padding-bottom: max(20px, env(safe-area-inset-bottom)); gap: 18px; }
  .chapter-meta { gap: 10px; }
  #chapter-name { font-size: 8px; letter-spacing: 1px; }
  .transport button { padding: 8px 0; }
  .webgl-ready .copy:not(.hero):not(.credits) .narration { font-size: 14px; line-height: 1.7; }
  .webgl-ready .copy:not(.hero):not(.credits) .verse { font-size: 20px; }
  .webgl-ready .copy:not(.hero):not(.credits) h2 { margin-bottom: 16px; }
  .webgl-ready .copy:not(.hero):not(.credits) { bottom: 17%; }
  .webgl-ready .vignette { background: linear-gradient(0deg, #050808 2%, #05080844 30%, transparent 65%, #05080833); }
}

@media(max-height: 620px) and (min-width: 701px) {
  .webgl-ready .copy:not(.hero):not(.credits) h2 { font-size: 36px; }
  .webgl-ready .copy:not(.hero):not(.credits) .narration { font-size: 13px; }
  .hero { top: 20%; }
  .hero .experience-note { display: none; }
}

#loading {
  position: fixed;
  z-index: 12;
  right: 4%;
  bottom: 115px;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 1px;
}
.model-ready #loading { display: none; }
.model-credit a { text-decoration: underline; text-underline-offset: 3px; }
.credits img { width: 170px; height: 170px; }
.credits .credit-note { margin: 9px 0; }
.credits .narration { margin: 5px auto; }

@media(max-width: 700px) {
  #loading { bottom: 25%; left: 0; right: 0; text-align: center; }
  .credits .sanskrit { font-size: 25px; }
  .credits img { width: 140px; height: 140px; }
  .credits .eyebrow { margin-top: 15px; font-size: 9px; }
  .credits .narration { font-size: 14px; }
  .credits .credit-note { font-size: 10px; }
  .credits .begin { font-size: 9px; margin-top: 6px; }
}
@media(prefers-reduced-motion: reduce) { #loading { display: none; } }

/* Short film captions leave the characters and camera movement unobstructed. */
.copy.film-caption, .webgl-ready .copy.film-caption:not(.hero):not(.credits) {
  top: auto; bottom: 16%; left: 6%; width: min(440px, 88vw);
  text-shadow: 0 2px 18px #000;
}
.webgl-ready .copy.film-caption:not(.hero):not(.credits) h2,
.copy.film-caption h2 { font-size: clamp(28px, 3.2vw, 46px); margin: 0 0 8px; line-height: 1.08; }
.webgl-ready .copy.film-caption:not(.hero):not(.credits) .narration,
.copy.film-caption .narration { font-size: 14px; line-height: 1.5; margin: 0; }
.film-caption .offering { margin-top: 16px; font-size: 10px; }
.film-caption #blessing:empty { display: none; }
.hero h1 { font-size: clamp(65px, 7vw, 110px); }
.hero .begin { margin-top: 8px; }
@media (max-width: 700px) {
  .copy.film-caption, .webgl-ready .copy.film-caption:not(.hero):not(.credits) {
    left: 7%; bottom: max(135px, 17%); width: 86%;
  }
  .webgl-ready .copy.film-caption:not(.hero):not(.credits) h2 { font-size: 30px; margin-bottom: 7px; }
  .webgl-ready .copy.film-caption:not(.hero):not(.credits) .narration { font-size: 13px; }
}
@media (max-height: 500px) and (min-width: 701px) {
  .webgl-ready .copy.film-caption:not(.hero):not(.credits) { bottom: 100px; }
  .hero { top: 19%; }
  .hero h1 { font-size: 54px; }
  .hero .subtitle { margin-bottom: 8px; }
}

/* Keep the film frame sparse; controls remain keyboard accessible. */
.film-caption .narration, #scroll-hint, .edition, .footer-separator, #chapter-name { display: none; }
header { background: none; backdrop-filter: none; }
footer { background: linear-gradient(transparent,#04060799); backdrop-filter: none; }
.copy.film-caption h2 { opacity: .85; }
.webgl-ready .copy.film-caption:not(.hero):not(.credits) h2 { font-size: clamp(24px,2.6vw,36px); }
