/* PROTOTYPE ONLY — activated by ?variant=A|B|C|D|E|F|G|H|I|J. */
body[data-variant^="concept-"] {
  margin: 0;
  overflow-x: clip;
}

.concept {
  min-height: 100svh;
}

.concept a {
  color: inherit;
  text-decoration: none;
}

.concept-switcher {
  align-items: center;
  background: #101310;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  color: #f8f5e9;
  display: grid;
  grid-template-columns: 42px minmax(196px, auto) 42px;
  left: 50%;
  overflow: hidden;
  position: fixed;
  transform: translateX(-50%);
  z-index: 200;
}

.concept-switcher button {
  align-self: stretch;
  background: transparent;
  border: 0;
  color: #d7f16e;
  cursor: pointer;
  font-size: 17px;
}

.concept-switcher button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.concept-switcher div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 1px;
  justify-items: center;
  padding: 9px 16px;
}

.concept-switcher small {
  color: rgba(255, 255, 255, 0.46);
  font-family: "IBM Plex Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.12em;
}

.concept-switcher strong {
  font: 600 12px/1.2 "Source Sans 3", sans-serif;
}

/* A — Memory Cinema */
.concept-cinema {
  --cinema-ink: #f3e8d2;
  background: #080a09;
  color: var(--cinema-ink);
  font-family: "Source Sans 3", sans-serif;
  overflow: hidden;
}

.cinema-header {
  align-items: center;
  background: rgba(8, 10, 9, 0.9);
  border-bottom: 1px solid rgba(243, 232, 210, 0.18);
  display: grid;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  grid-template-columns: 1fr auto 1fr;
  height: 58px;
  letter-spacing: 0.12em;
  padding: 0 30px;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  z-index: 80;
}

.cinema-header > a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}

.cinema-header > span {
  color: rgba(243, 232, 210, 0.48);
}

.cinema-header > div {
  display: flex;
  gap: 22px;
  justify-self: end;
}

.cinema-header > div a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

.cinema-opening {
  align-items: end;
  background:
    radial-gradient(circle at 72% 32%, rgba(217, 124, 69, 0.2), transparent 22rem),
    #080a09;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: calc(100svh - 58px);
  overflow: hidden;
  padding: 8vh 6vw;
  position: relative;
}

.cinema-opening::before,
.cinema-opening::after {
  background: rgba(255, 255, 255, 0.035);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.cinema-opening::before {
  top: 22%;
}

.cinema-opening::after {
  bottom: 22%;
}

.cinema-title-card {
  max-width: 1040px;
  position: relative;
  z-index: 2;
}

.cinema-title-card > span {
  color: #e78b58;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cinema-title-card h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(88px, 12vw, 186px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.8;
  margin: 28px 0 34px;
  max-width: 7.5ch;
  text-transform: uppercase;
}

.cinema-title-card > p {
  color: rgba(243, 232, 210, 0.66);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.7;
  max-width: 650px;
}

.cinema-title-card > a {
  align-items: center;
  border-bottom: 1px solid #e78b58;
  color: #e78b58;
  display: flex;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  gap: 70px;
  margin-top: 42px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: max-content;
}

.cinema-title-card > a i {
  font-size: 20px;
  font-style: normal;
}

.cinema-credit-roll {
  align-self: stretch;
  border-left: 1px solid rgba(243, 232, 210, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 240px;
  padding-left: 28px;
}

.cinema-credit-roll span {
  color: rgba(243, 232, 210, 0.38);
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cinema-chapter {
  background: #090c0a;
  display: grid;
  grid-template-columns: minmax(440px, 1.2fr) minmax(420px, 0.8fr);
  min-height: 150svh;
  position: relative;
}

.cinema-sticky-frame {
  contain: paint;
  height: calc(100svh - 58px);
  overflow: hidden;
  position: sticky;
  top: 58px;
}

.cinema-scene {
  background: var(--scene-base);
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.cinema-grain {
  animation: cinemaGrain 0.25s steps(2) infinite;
  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='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  inset: -15%;
  mix-blend-mode: soft-light;
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
  z-index: 18;
}

.cinema-light {
  background: var(--scene-accent);
  border-radius: 50%;
  box-shadow: 0 0 80px 20px color-mix(in srgb, var(--scene-accent) 52%, transparent);
  height: min(22vw, 260px);
  opacity: 0.84;
  position: absolute;
  right: 14%;
  top: 18%;
  width: min(22vw, 260px);
}

.cinema-horizon {
  bottom: 0;
  clip-path: polygon(0 62%, 14% 36%, 28% 58%, 42% 18%, 61% 66%, 75% 34%, 90% 54%, 100% 30%, 100% 100%, 0 100%);
  left: -15%;
  position: absolute;
  right: -15%;
}

.cinema-horizon-far {
  animation: cinemaDrift 19s linear infinite;
  background: color-mix(in srgb, var(--scene-base) 74%, white);
  height: 54%;
  opacity: 0.5;
}

.cinema-horizon-near {
  animation: cinemaDriftNear 8s linear infinite;
  background: color-mix(in srgb, var(--scene-base) 52%, black);
  height: 40%;
  opacity: 0.88;
}

.cinema-passing-shapes {
  bottom: 0;
  display: flex;
  gap: 16vw;
  height: 62%;
  left: 0;
  position: absolute;
  width: 220%;
  z-index: 8;
}

.cinema-passing-shapes i {
  animation: cinemaPassing 4.8s linear infinite;
  background: rgba(7, 10, 8, 0.72);
  display: block;
  height: 100%;
  transform: skewX(-10deg);
  width: 7px;
}

.cinema-passing-shapes i:nth-child(2) { animation-delay: -1.2s; height: 82%; }
.cinema-passing-shapes i:nth-child(3) { animation-delay: -2.4s; width: 22px; }
.cinema-passing-shapes i:nth-child(4) { animation-delay: -3.6s; height: 70%; }

.cinema-reflection {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 14;
}

.cinema-reflection i {
  animation: cinemaReflection 9s ease-in-out infinite;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  height: 180%;
  left: 16%;
  position: absolute;
  top: -40%;
  transform: rotate(12deg);
  width: 8%;
}

.cinema-reflection i:nth-child(2) {
  animation-delay: -4s;
  left: 64%;
  width: 14%;
}

.cinema-frame-edge {
  border: clamp(18px, 3vw, 48px) solid rgba(7, 9, 8, 0.58);
  border-radius: 48% 8% 12% 32% / 18% 9% 28% 21%;
  inset: -4%;
  position: absolute;
  z-index: 16;
}

.cinema-flight .cinema-horizon-far {
  animation: cinemaClouds 24s linear infinite;
  background:
    radial-gradient(ellipse at 8% 80%, rgba(255, 255, 255, 0.75) 0 9%, transparent 10%),
    radial-gradient(ellipse at 29% 70%, rgba(255, 255, 255, 0.6) 0 12%, transparent 13%),
    radial-gradient(ellipse at 57% 88%, rgba(255, 255, 255, 0.72) 0 10%, transparent 11%),
    radial-gradient(ellipse at 84% 74%, rgba(255, 255, 255, 0.55) 0 13%, transparent 14%);
  clip-path: none;
  height: 50%;
}

.cinema-flight .cinema-horizon-near {
  background: rgba(239, 224, 198, 0.7);
  clip-path: polygon(28% 70%, 100% 48%, 100% 70%, 28% 84%);
  height: 50%;
  transform-origin: right center;
}

.cinema-car .cinema-horizon-near {
  animation: cinemaRoad 1.2s linear infinite;
  background:
    linear-gradient(78deg, transparent 44%, rgba(255, 255, 255, 0.65) 45% 46%, transparent 47%) center / 100% 48% repeat-y,
    #202a26;
  clip-path: polygon(42% 22%, 58% 22%, 90% 100%, 10% 100%);
  height: 74%;
}

.cinema-car .cinema-frame-edge {
  border-radius: 2% 2% 28% 28%;
}

.cinema-origin .cinema-passing-shapes,
.cinema-origin .cinema-reflection,
.cinema-origin .cinema-frame-edge {
  display: none;
}

.cinema-origin .cinema-horizon-far,
.cinema-origin .cinema-horizon-near {
  animation-duration: 30s;
}

.cinema-city-ghost {
  bottom: 7vh;
  color: rgba(255, 255, 255, 0.22);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(90px, 15vw, 220px);
  left: 4vw;
  letter-spacing: 0.02em;
  line-height: 0.75;
  position: absolute;
  text-transform: uppercase;
  z-index: 12;
}

.cinema-shot-code {
  color: rgba(255, 255, 255, 0.66);
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  left: 4vw;
  letter-spacing: 0.12em;
  position: absolute;
  text-transform: uppercase;
  top: 5vh;
  z-index: 20;
}

.cinema-subtitle {
  background: rgba(8, 10, 9, 0.82);
  bottom: 4vh;
  display: grid;
  gap: 8px;
  left: 50%;
  max-width: 76%;
  padding: 16px 20px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: max-content;
  z-index: 28;
}

.cinema-subtitle span {
  color: #e78b58;
  font-family: "IBM Plex Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cinema-subtitle strong {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
}

.cinema-script {
  align-self: start;
  background: #f2e8d3;
  color: #151714;
  min-height: 150svh;
  padding: 16vh 6vw 14vh;
}

.cinema-scene-heading {
  color: #a24831;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cinema-script h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(68px, 7vw, 112px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.84;
  margin: 30px 0 58px;
  max-width: 6.8ch;
  text-transform: uppercase;
}

.cinema-script-body {
  border-top: 1px solid rgba(21, 23, 20, 0.24);
}

.cinema-script-section {
  border-bottom: 1px solid rgba(21, 23, 20, 0.18);
  padding: 28px 0 34px;
}

.cinema-script-section span {
  color: #a24831;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cinema-script-section p {
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.67;
  margin: 15px 0 0;
  max-width: 560px;
}

.cinema-cut,
.cinema-end {
  align-items: center;
  background: #141713;
  color: #f2e8d3;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 38px;
  padding: 18px 20px;
}

.cinema-cut span,
.cinema-end > span {
  color: #e78b58;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cinema-cut strong,
.cinema-end > strong {
  font-size: 18px;
  grid-column: 1;
}

.cinema-cut i {
  font-size: 20px;
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / 3;
}

.cinema-end a {
  border-bottom: 1px solid currentColor;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  grid-row: 1 / 3;
  margin-left: 14px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

@keyframes cinemaGrain {
  0%, 100% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(2%, -1%, 0); }
  50% { transform: translate3d(-1%, 2%, 0); }
  75% { transform: translate3d(1%, 1%, 0); }
}

@keyframes cinemaDrift { from { transform: translateX(0); } to { transform: translateX(-12%); } }
@keyframes cinemaDriftNear { from { transform: translateX(4%); } to { transform: translateX(-18%); } }
@keyframes cinemaPassing { from { transform: translateX(160vw) skewX(-10deg); } to { transform: translateX(-80vw) skewX(-10deg); } }
@keyframes cinemaReflection { 0%, 100% { opacity: 0.15; transform: translateX(-15%) rotate(12deg); } 50% { opacity: 0.55; transform: translateX(35%) rotate(12deg); } }
@keyframes cinemaClouds { from { background-position: 0 0; } to { background-position: -360px 0; } }
@keyframes cinemaRoad { from { background-position: center 0; } to { background-position: center 180px; } }

/* B — Living Atlas */
.concept-atlas {
  --atlas-blue: #173ee8;
  --atlas-ink: #18221e;
  background: #e7eee3;
  color: var(--atlas-ink);
  font-family: "Bricolage Grotesque", sans-serif;
}

.atlas-header {
  align-items: center;
  background: rgba(231, 238, 227, 0.92);
  border-bottom: 1px solid rgba(24, 34, 30, 0.18);
  display: grid;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  grid-template-columns: 1fr auto 1fr;
  height: 64px;
  letter-spacing: 0.1em;
  padding: 0 30px;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  z-index: 80;
}

.atlas-header > a {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: none;
}

.atlas-header > span {
  color: var(--atlas-blue);
}

.atlas-header > div {
  display: flex;
  gap: 20px;
  justify-self: end;
}

.atlas-header > div a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

.atlas-layout {
  display: grid;
  grid-template-columns: minmax(520px, 56vw) minmax(420px, 1fr);
}

.atlas-panel {
  background:
    linear-gradient(rgba(23, 62, 232, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 62, 232, 0.07) 1px, transparent 1px),
    #dfe9da;
  background-size: 34px 34px;
  border-right: 1px solid rgba(24, 34, 30, 0.18);
}

.atlas-panel-inner {
  display: flex;
  flex-direction: column;
  height: calc(100svh - 64px);
  padding: 5vh 4vw 4vh;
  position: sticky;
  top: 64px;
}

.atlas-panel-inner > p {
  color: var(--atlas-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.atlas-panel-inner > h1 {
  font-size: clamp(42px, 5.2vw, 82px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 20px 0 2vh;
  max-width: 11ch;
}

.atlas-map-svg {
  flex: 1;
  min-height: 280px;
  overflow: visible;
  width: 100%;
}

.atlas-contour {
  fill: none;
  stroke: rgba(23, 62, 232, 0.13);
  stroke-width: 1;
}

.atlas-contour-two {
  stroke-dasharray: 3 7;
}

.atlas-route-shadow,
.atlas-route-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atlas-route-shadow {
  stroke: rgba(24, 34, 30, 0.15);
  stroke-width: 13;
}

.atlas-route-line {
  animation: atlasRoutePulse 16s linear infinite;
  stroke: var(--atlas-blue);
  stroke-dasharray: 2 11;
  stroke-width: 3;
}

.atlas-map-stop circle {
  fill: #e7eee3;
  stroke: var(--atlas-ink);
  stroke-width: 2;
  transition: fill 250ms ease, r 250ms ease, stroke 250ms ease;
}

.atlas-map-stop text {
  fill: rgba(24, 34, 30, 0.56);
  font: 600 8px "IBM Plex Mono", monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.atlas-map-stop.is-active circle {
  fill: #f05b3f;
  r: 7px;
  stroke: #f05b3f;
}

.atlas-map-stop.is-active text {
  fill: var(--atlas-blue);
}

.atlas-map-nav {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  margin-top: -10px;
}

.atlas-map-nav a {
  border-left: 1px solid rgba(24, 34, 30, 0.18);
  display: grid;
  font: 500 7px/1.2 "IBM Plex Mono", monospace;
  gap: 5px;
  justify-items: center;
  padding: 9px 2px;
}

.atlas-map-nav a:last-child {
  border-right: 1px solid rgba(24, 34, 30, 0.18);
}

.atlas-map-nav a:hover {
  background: var(--atlas-blue);
  color: white;
}

.atlas-map-nav span {
  color: #f05b3f;
  font-size: 6px;
}

.atlas-traveller {
  fill: #f05b3f;
  stroke: #e7eee3;
  stroke-width: 4;
  transition: cx 650ms cubic-bezier(0.22, 1, 0.36, 1), cy 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.atlas-current {
  align-items: end;
  border-top: 1px solid rgba(24, 34, 30, 0.2);
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

.atlas-current span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlas-current strong {
  color: var(--atlas-blue);
  font-size: 18px;
}

.atlas-stories {
  background: #f7f4ed;
}

.atlas-intro {
  align-content: end;
  border-bottom: 1px solid rgba(24, 34, 30, 0.18);
  display: grid;
  min-height: calc(100svh - 64px);
  padding: 12vh 5vw 9vh;
}

.atlas-intro p {
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.12;
  margin: 0;
  max-width: 14ch;
}

.atlas-intro a {
  border-top: 1px solid var(--atlas-ink);
  color: var(--atlas-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-top: 10vh;
  padding-top: 16px;
  text-transform: uppercase;
}

.atlas-entry {
  border-bottom: 1px solid rgba(24, 34, 30, 0.18);
  display: grid;
  gap: 34px;
  grid-template-columns: 70px 1fr;
  min-height: 100svh;
  padding: 14vh 5vw 12vh;
}

.atlas-entry-index {
  align-self: start;
  display: grid;
  gap: 8px;
  position: sticky;
  top: 90px;
}

.atlas-entry-index span {
  color: #f05b3f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 24px;
}

.atlas-entry-index b {
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
}

.atlas-entry-copy > p {
  color: var(--atlas-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.atlas-entry-copy h2 {
  font-size: clamp(48px, 5.8vw, 86px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 28px 0 32px;
  max-width: 8ch;
}

.atlas-entry-note {
  color: #505a54;
  display: block;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.5;
  max-width: 520px;
}

.atlas-entry-sections {
  border-top: 1px solid rgba(24, 34, 30, 0.18);
  margin-top: 7vh;
}

.atlas-entry-section {
  border-bottom: 1px solid rgba(24, 34, 30, 0.14);
  padding: 25px 0 29px;
}

.atlas-entry-section span {
  color: #f05b3f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlas-entry-section p {
  font-size: 17px;
  line-height: 1.64;
  margin: 13px 0 0;
  max-width: 540px;
}

.atlas-footer {
  background: var(--atlas-blue);
  color: white;
  display: grid;
  min-height: 70svh;
  padding: 12vh 5vw;
}

.atlas-footer span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atlas-footer strong {
  align-self: center;
  font-size: clamp(54px, 6vw, 92px);
  letter-spacing: -0.07em;
  line-height: 0.9;
  max-width: 8ch;
}

.atlas-footer a {
  border-bottom: 1px solid currentColor;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  margin-right: 20px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

@keyframes atlasRoutePulse { from { stroke-dashoffset: 0; } to { stroke-dashoffset: -130; } }

/* C — Objects in Transit */
.concept-objects {
  --archive-blue: #2545d8;
  --archive-red: #de4e34;
  --archive-yellow: #f2d254;
  background: #ecebe5;
  color: #1e211f;
  font-family: "Space Grotesk", sans-serif;
}

.archive-header {
  align-items: center;
  background: rgba(236, 235, 229, 0.92);
  border-bottom: 1px solid rgba(30, 33, 31, 0.2);
  display: grid;
  font-family: "Space Mono", monospace;
  font-size: 8px;
  grid-template-columns: 1fr auto 1fr;
  height: 62px;
  letter-spacing: 0.08em;
  padding: 0 30px;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  z-index: 80;
}

.archive-header > a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: none;
}

.archive-header > span {
  color: var(--archive-blue);
}

.archive-header > div {
  display: flex;
  gap: 20px;
  justify-self: end;
}

.archive-header > div a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

.archive-opening {
  align-items: center;
  background:
    linear-gradient(90deg, transparent 49.92%, rgba(30, 33, 31, 0.08) 49.92% 50.08%, transparent 50.08%),
    linear-gradient(rgba(30, 33, 31, 0.07) 1px, transparent 1px),
    #ecebe5;
  background-size: auto, 100% 42px, auto;
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  min-height: calc(100svh - 62px);
  padding: 9vh 7vw;
}

.archive-opening-copy > p {
  color: var(--archive-red);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.archive-opening-copy h1 {
  font-family: "Newsreader", serif;
  font-size: clamp(60px, 7.6vw, 116px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
  margin: 26px 0 34px;
  max-width: 8.5ch;
}

.archive-opening-copy > strong {
  color: #555a56;
  display: block;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 400;
  line-height: 1.68;
  max-width: 600px;
}

.archive-opening-copy > a {
  border-bottom: 2px solid var(--archive-blue);
  color: var(--archive-blue);
  display: inline-block;
  font-weight: 700;
  margin-top: 42px;
  padding-bottom: 7px;
}

.archive-box {
  background: #c9a976;
  border: 1px solid #6f5a3e;
  box-shadow: 18px 23px 0 rgba(30, 33, 31, 0.16);
  height: min(56vw, 560px);
  justify-self: center;
  max-height: 560px;
  max-width: 520px;
  position: relative;
  transform: rotate(1.4deg);
  width: min(38vw, 520px);
}

.archive-box::before,
.archive-box::after {
  border: 1px solid rgba(95, 70, 38, 0.5);
  content: "";
  position: absolute;
}

.archive-box::before {
  inset: 7%;
}

.archive-box::after {
  bottom: 0;
  left: 50%;
  top: 0;
}

.archive-box-label {
  background: #f2efe5;
  border: 1px solid #383a36;
  display: grid;
  gap: 16px;
  left: 11%;
  padding: 25px;
  position: absolute;
  top: 14%;
  transform: rotate(-2.4deg);
  width: 62%;
  z-index: 3;
}

.archive-box-label span,
.archive-box-label small {
  color: var(--archive-blue);
  font-family: "Space Mono", monospace;
  font-size: 8px;
  text-transform: uppercase;
}

.archive-box-label strong {
  font: 500 clamp(28px, 3.2vw, 48px)/0.95 "Newsreader", serif;
}

.archive-box-tape {
  background: rgba(235, 216, 165, 0.78);
  bottom: -3%;
  position: absolute;
  right: 12%;
  top: -3%;
  transform: rotate(-6deg);
  width: 56px;
  z-index: 2;
}

.archive-box-mark {
  bottom: 12%;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  position: absolute;
  right: 10%;
  transform: rotate(-2deg);
}

.archive-catalogue {
  padding: 12vh 6vw;
}

.archive-entry {
  align-items: center;
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  min-height: 100svh;
  padding: 7vh 0;
}

.archive-entry:nth-of-type(4n) .archive-object-stage {
  order: 2;
}

.archive-object-stage {
  align-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    var(--archive-blue);
  background-size: 30px 30px;
  display: flex;
  height: min(62vw, 650px);
  justify-content: center;
  max-height: 650px;
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.archive-entry:nth-of-type(4n + 2) .archive-object-stage { background-color: var(--archive-red); }
.archive-entry:nth-of-type(4n + 3) .archive-object-stage { background-color: #287057; }
.archive-entry:nth-of-type(4n) .archive-object-stage { background-color: #7553a7; }

.archive-object {
  height: 64%;
  position: relative;
  transform: rotate(-4deg);
  width: 68%;
}

.archive-entry:nth-of-type(even) .archive-object {
  transform: rotate(3deg);
}

.archive-object-shadow {
  background: rgba(0, 0, 0, 0.24);
  filter: blur(8px);
  inset: 11% -3% -5% 7%;
  position: absolute;
  transform: translate(18px, 22px);
}

.archive-object-body {
  background: #f2efe5;
  border: 1px solid #272a27;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: space-between;
  padding: clamp(20px, 3vw, 42px);
  position: absolute;
}

.archive-object-body > span,
.archive-object-body > small {
  font-family: "Space Mono", monospace;
  font-size: clamp(7px, 0.7vw, 10px);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.archive-object-body > strong {
  color: var(--archive-blue);
  font-family: "Newsreader", serif;
  font-size: clamp(66px, 8vw, 122px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.78;
}

.archive-object-body i {
  background: rgba(30, 33, 31, 0.18);
  height: 1px;
  margin-top: 8px;
  width: 100%;
}

.archive-stamp {
  border: 3px double var(--archive-red);
  border-radius: 50%;
  bottom: -7%;
  color: var(--archive-red);
  font: 700 11px/1.2 "Space Mono", monospace;
  padding: 16px;
  position: absolute;
  right: -8%;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(12deg);
}

.archive-object-2 .archive-object-body {
  border-radius: 12px 12px 90px 12px;
}

.archive-object-2 .archive-object-body::after {
  background: #252823;
  border-radius: 50%;
  content: "";
  height: 42px;
  position: absolute;
  right: 22%;
  top: 16%;
  width: 42px;
}

.archive-object-3 .archive-object-body,
.archive-object-4 .archive-object-body,
.archive-object-7 .archive-object-body {
  background: repeating-linear-gradient(#f2efe5 0 29px, #c9c8bd 30px 31px);
  border-left: 22px solid #272a27;
}

.archive-object-5 .archive-object-body,
.archive-object-6 .archive-object-body {
  border-radius: 18px;
  box-shadow: inset 0 12px 0 var(--archive-yellow);
}

.archive-object-8 .archive-object-body::before {
  background: repeating-linear-gradient(90deg, var(--archive-blue) 0 5px, transparent 5px 11px);
  content: "";
  height: 72px;
  left: 14%;
  position: absolute;
  right: 14%;
  top: 20%;
  transform: skewY(-8deg);
}

.archive-meta {
  border-bottom: 1px solid rgba(30, 33, 31, 0.2);
  display: flex;
  font-family: "Space Mono", monospace;
  font-size: 8px;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding-bottom: 14px;
  text-transform: uppercase;
}

.archive-copy > p {
  color: var(--archive-red);
  font-family: "Space Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  margin-top: 42px;
  text-transform: uppercase;
}

.archive-copy h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(52px, 6vw, 94px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
  margin: 22px 0 28px;
  max-width: 8ch;
}

.archive-note {
  color: #5d625e;
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
  max-width: 560px;
}

.archive-sections {
  border-top: 1px solid rgba(30, 33, 31, 0.18);
  margin-top: 6vh;
}

.archive-section {
  display: grid;
  gap: 24px;
  grid-template-columns: 110px 1fr;
  padding: 23px 0 27px;
}

.archive-section + .archive-section {
  border-top: 1px dashed rgba(30, 33, 31, 0.22);
}

.archive-section span {
  color: var(--archive-blue);
  font-family: "Space Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.archive-section p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  max-width: 590px;
}

.archive-receipt {
  align-items: center;
  background: #fffdf5;
  border: 1px dashed rgba(30, 33, 31, 0.34);
  display: grid;
  font-family: "Space Mono", monospace;
  gap: 14px;
  grid-template-columns: 110px auto 1fr auto;
  margin: 10vh auto 2vh;
  max-width: 820px;
  padding: 20px 24px;
  position: relative;
  transform: rotate(-0.7deg);
}

.archive-receipt::before,
.archive-receipt::after {
  background: #ecebe5;
  border: 1px solid rgba(30, 33, 31, 0.2);
  border-radius: 50%;
  content: "";
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.archive-receipt::before { left: -12px; }
.archive-receipt::after { right: -12px; }

.archive-receipt span,
.archive-receipt small {
  color: var(--archive-red);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-receipt strong {
  font-size: 13px;
}

.archive-receipt i {
  border-top: 1px dashed rgba(30, 33, 31, 0.3);
}

.archive-footer {
  background: var(--archive-blue);
  color: #fffdf5;
  min-height: 86svh;
  padding: 14vh 8vw;
}

.archive-footer > span {
  color: var(--archive-yellow);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.archive-footer h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(76px, 11vw, 170px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.82;
  margin: 8vh 0 28px;
  max-width: 7ch;
}

.archive-footer p {
  font-size: 19px;
}

.archive-footer > div {
  display: flex;
  gap: 20px;
  margin-top: 7vh;
}

.archive-footer a {
  border-bottom: 1px solid currentColor;
  font-family: "Space Mono", monospace;
  font-size: 9px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

/* D — Journey Engine */
.concept-ride {
  --ride-night: #101915;
  --ride-paper: #f0eadc;
  --ride-saffron: #ee9b4f;
  --ride-blue: #729ca3;
  background: var(--ride-night);
  color: #f5f0e5;
  font-family: "Source Sans 3", sans-serif;
}

.ride-header {
  align-items: center;
  background: rgba(16, 25, 21, 0.9);
  border-bottom: 1px solid rgba(245, 240, 229, 0.16);
  display: grid;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  grid-template-columns: 1fr auto 1fr;
  height: 62px;
  letter-spacing: 0.1em;
  padding: 0 28px;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  z-index: 90;
}

.ride-header > a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: none;
}

.ride-header > span {
  color: rgba(245, 240, 229, 0.5);
}

.ride-header > div {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-self: end;
}

.ride-header > div i {
  background: #cde36f;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(205, 227, 111, 0.12);
  height: 6px;
  width: 6px;
}

.ride-header > div strong {
  color: #cde36f;
  font-size: 8px;
  font-weight: 500;
}

.ride-opening {
  align-content: end;
  background:
    radial-gradient(circle at 74% 34%, rgba(238, 155, 79, 0.2), transparent 23rem),
    linear-gradient(135deg, #172820, #0b100e 70%);
  display: grid;
  min-height: calc(100svh - 62px);
  overflow: hidden;
  padding: 10vh 8vw 9vh;
  position: relative;
}

.ride-opening::before {
  background: repeating-linear-gradient(90deg, transparent 0 11vw, rgba(255, 255, 255, 0.045) 11vw calc(11vw + 1px));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ride-opening > p {
  color: var(--ride-saffron);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

.ride-opening h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(92px, 12vw, 184px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.79;
  margin: 28px 0 38px;
  max-width: 8ch;
  position: relative;
  text-transform: uppercase;
}

.ride-opening > strong {
  color: rgba(245, 240, 229, 0.62);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 400;
  line-height: 1.65;
  max-width: 620px;
  position: relative;
}

.ride-opening > a {
  align-items: center;
  border-bottom: 1px solid #cde36f;
  color: #cde36f;
  display: flex;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-top: 48px;
  padding-bottom: 12px;
  position: relative;
  text-transform: uppercase;
  width: min(100%, 360px);
}

.ride-opening > a span {
  font-size: 20px;
}

.ride-platform {
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.ride-platform-kota {
  align-items: center;
  background:
    linear-gradient(180deg, #b8d5d4 0 56%, #d6c7a2 56% 60%, #5c4538 60% 100%);
  color: #17201c;
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(430px, 1.2fr);
  padding: 10vh 8vw;
}

.ride-platform-kota::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 10vw, rgba(31, 56, 52, 0.28) 10vw calc(10vw + 3px)),
    linear-gradient(180deg, transparent 0 39%, rgba(255, 255, 255, 0.22) 39% 40%, transparent 40%);
  content: "";
  inset: 0;
  opacity: 0.55;
  position: absolute;
}

.ride-platform-clock {
  background: #ede4ce;
  border: 7px solid #29413c;
  border-radius: 50%;
  height: 112px;
  left: 10%;
  position: absolute;
  top: 12%;
  width: 112px;
  z-index: 4;
}

.ride-platform-clock i {
  background: #29413c;
  bottom: 50%;
  height: 3px;
  left: 50%;
  position: absolute;
  transform-origin: left center;
  width: 34px;
}

.ride-platform-clock i:first-child { transform: rotate(20deg); }
.ride-platform-clock i:last-child { transform: rotate(112deg); width: 25px; }

.ride-station-board {
  background: #f5d46f;
  border: 5px solid #2b3732;
  box-shadow: 12px 14px 0 rgba(39, 48, 44, 0.18);
  display: grid;
  gap: 9px;
  justify-self: center;
  padding: 30px 35px;
  position: relative;
  transform: rotate(-1deg);
  width: min(88%, 430px);
  z-index: 5;
}

.ride-station-board span,
.ride-station-board small {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ride-station-board strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(76px, 8vw, 126px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.8;
}

.ride-platform-kota article {
  background: rgba(240, 234, 220, 0.92);
  border: 1px solid rgba(23, 32, 28, 0.2);
  justify-self: end;
  max-width: 700px;
  padding: clamp(35px, 5vw, 72px);
  position: relative;
  z-index: 5;
}

.ride-platform article > p,
.ride-platform-patiala article > p {
  color: #a24c33;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.ride-platform article h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(52px, 6vw, 92px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.88;
  margin: 28px 0 30px;
  max-width: 8ch;
}

.ride-platform article > strong {
  color: #59605b;
  display: block;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 500;
  line-height: 1.55;
  max-width: 560px;
}

.ride-platform article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 38px;
}

.ride-platform article > div span {
  border: 1px solid rgba(23, 32, 28, 0.28);
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.06em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.ride-platform-kota article > a {
  border-top: 1px solid rgba(23, 32, 28, 0.28);
  color: #254f49;
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  margin-top: 36px;
  padding-top: 15px;
  text-transform: uppercase;
}

.ride-platform-edge {
  bottom: 0;
  display: flex;
  height: 9%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 6;
}

.ride-platform-edge i {
  background: #f2cf3c;
  flex: 1;
  transform: skewX(-28deg);
}

.ride-platform-edge i:nth-child(2) { background: #292e2c; }

.ride-motion {
  --ride-progress: 0;
  --ride-speed: 0;
  --ride-distance: 0;
  --ride-depart: 0;
  --ride-arrive: 0;
  --ride-beat-one: 0;
  --ride-beat-two: 0;
  --ride-beat-three: 0;
  height: 520svh;
  position: relative;
}

.ride-sticky {
  background: #111916;
  contain: paint;
  height: 100svh;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.ride-sticky::after {
  animation: rideRattle 0.24s linear infinite;
  border: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 50;
}

.ride-world {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.ride-sky {
  background:
    linear-gradient(180deg, rgba(255, 235, 189, calc(0.5 * var(--ride-arrive))), transparent 60%),
    linear-gradient(180deg, #9bc3ca, #d9c9a7 72%);
  inset: 0;
  position: absolute;
}

.ride-sun {
  background: #f3bf65;
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(243, 191, 101, 0.4);
  height: clamp(110px, 13vw, 190px);
  left: calc(68% - var(--ride-progress) * 30%);
  position: absolute;
  top: calc(15% + var(--ride-progress) * 8%);
  width: clamp(110px, 13vw, 190px);
}

.ride-landscape {
  bottom: 0;
  left: -30%;
  position: absolute;
  right: -30%;
  will-change: background-position;
}

.ride-landscape-far {
  background:
    linear-gradient(140deg, transparent 0 22%, #7d9b86 22% 34%, transparent 34%) 0 0 / 340px 100% repeat-x,
    linear-gradient(35deg, transparent 0 30%, #89a493 30% 44%, transparent 44%) 0 0 / 420px 100% repeat-x;
  background-position-x: calc(var(--ride-distance) * -0.12px), calc(var(--ride-distance) * -0.16px);
  height: 52%;
  opacity: 0.7;
}

.ride-landscape-mid {
  background:
    linear-gradient(150deg, transparent 0 24%, #3f6656 24% 43%, transparent 43%) 0 0 / 280px 100% repeat-x,
    linear-gradient(30deg, transparent 0 34%, #4c705f 34% 52%, transparent 52%) 0 0 / 360px 100% repeat-x;
  background-position-x: calc(var(--ride-distance) * -0.3px), calc(var(--ride-distance) * -0.38px);
  height: 39%;
}

.ride-landscape-near {
  background:
    repeating-linear-gradient(102deg, transparent 0 48px, rgba(20, 52, 40, 0.9) 49px 60px, transparent 61px 122px),
    #274c3e;
  background-position-x: calc(var(--ride-distance) * -0.72px);
  clip-path: polygon(0 40%, 100% 12%, 100% 100%, 0 100%);
  height: 25%;
}

.ride-poles {
  background: repeating-linear-gradient(90deg, transparent 0 25vw, rgba(24, 39, 34, 0.92) 25vw calc(25vw + 5px));
  background-position-x: calc(var(--ride-distance) * -1.15px);
  bottom: 14%;
  height: 55%;
  left: -20%;
  position: absolute;
  right: -20%;
}

.ride-trackside {
  background:
    repeating-linear-gradient(90deg, #4a4039 0 44px, #c0a27a 44px 54px),
    #51453d;
  background-position-x: calc(var(--ride-distance) * -1.6px);
  bottom: 0;
  height: 15%;
  left: 0;
  position: absolute;
  right: 0;
}

.ride-window {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 20;
}

.ride-window-top,
.ride-window-bottom,
.ride-window-left,
.ride-window-right {
  background: linear-gradient(135deg, #17302e, #0c1715);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 30px rgba(0, 0, 0, 0.3);
  position: absolute;
}

.ride-window-top { height: 9%; left: 0; right: 0; top: 0; }
.ride-window-bottom { bottom: 0; height: 16%; left: 0; right: 0; }
.ride-window-left { bottom: 0; left: 0; top: 0; width: 5%; }
.ride-window-right { bottom: 0; right: 0; top: 0; width: 5%; }

.ride-window-reflection {
  inset: 9% 5% 16%;
  overflow: hidden;
  position: absolute;
}

.ride-window-reflection i {
  animation: rideReflection 8s ease-in-out infinite;
  background: linear-gradient(108deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  height: 170%;
  left: 19%;
  position: absolute;
  top: -34%;
  transform: rotate(10deg);
  width: 9%;
}

.ride-window-reflection i:last-child {
  animation-delay: -4s;
  left: 68%;
  width: 15%;
}

.ride-seat-shadow {
  background: #122421;
  border-radius: 56% 56% 0 0;
  bottom: 0;
  height: 23%;
  opacity: 0.95;
  position: absolute;
  right: 7%;
  transform: translateX(calc(var(--ride-arrive) * 12%));
  width: 22%;
}

.ride-route-status {
  align-items: center;
  bottom: 4%;
  display: grid;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  gap: 12px;
  grid-template-columns: auto minmax(160px, 420px) auto;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  transform: translateX(-50%);
  z-index: 55;
}

.ride-progress-meter {
  background: rgba(255, 255, 255, 0.2);
  height: 2px;
  overflow: hidden;
}

.ride-progress-meter i {
  background: #cde36f;
  display: block;
  height: 100%;
  transform: scaleX(var(--ride-progress));
  transform-origin: left center;
}

.ride-hud {
  align-items: start;
  display: flex;
  justify-content: space-between;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 12%;
  z-index: 56;
}

.ride-hud > span {
  background: rgba(10, 18, 15, 0.74);
  color: #cde36f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  padding: 9px 11px;
  text-transform: uppercase;
}

.ride-hud > strong {
  align-items: baseline;
  background: rgba(10, 18, 15, 0.74);
  display: flex;
  font: 400 8px "IBM Plex Mono", monospace;
  gap: 5px;
  padding: 9px 11px;
  text-transform: uppercase;
}

.ride-hud > strong b {
  font-size: 18px;
}

.ride-station {
  background: #f3d369;
  border: 4px solid #23322d;
  box-shadow: 12px 14px 0 rgba(0, 0, 0, 0.18);
  color: #17201d;
  display: grid;
  gap: 8px;
  padding: 22px 28px;
  position: absolute;
  top: 42%;
  width: min(46vw, 460px);
  z-index: 48;
}

.ride-station span {
  font: 500 8px "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
}

.ride-station strong {
  font: 400 clamp(58px, 7vw, 104px)/0.78 "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

.ride-station-depart {
  left: calc(50% - var(--ride-depart) * 125%);
  opacity: calc(1 - var(--ride-depart));
}

.ride-station-arrive {
  opacity: var(--ride-arrive);
  right: calc(-55% + var(--ride-arrive) * 60%);
}

.ride-beats {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 58;
}

.ride-beat {
  background: rgba(10, 17, 14, 0.88);
  border-left: 3px solid #cde36f;
  left: 50%;
  max-width: 660px;
  opacity: 0;
  padding: clamp(22px, 3vw, 38px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, calc(-42% + (1 - var(--beat-opacity)) * 24px));
  width: min(76vw, 660px);
}

.ride-beat-one { --beat-opacity: var(--ride-beat-one); opacity: var(--ride-beat-one); }
.ride-beat-two { --beat-opacity: var(--ride-beat-two); opacity: var(--ride-beat-two); }
.ride-beat-three { --beat-opacity: var(--ride-beat-three); opacity: var(--ride-beat-three); }

.ride-beat span {
  color: #cde36f;
  font: 500 8px "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ride-beat p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin: 16px 0 0;
}

.ride-scroll-cue {
  align-items: center;
  bottom: 9%;
  color: rgba(255, 255, 255, calc(0.65 * (1 - var(--ride-progress))));
  display: flex;
  font: 400 7px "IBM Plex Mono", monospace;
  gap: 12px;
  left: 7%;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
  z-index: 56;
}

.ride-scroll-cue i {
  font-size: 15px;
  font-style: normal;
}

.ride-platform-patiala {
  align-content: center;
  background:
    radial-gradient(circle at 72% 30%, rgba(245, 203, 102, 0.76), transparent 20rem),
    linear-gradient(135deg, #a7563d, #6c342c);
  display: grid;
  min-height: 110svh;
  padding: 12vh 9vw;
}

.ride-arrival-number {
  color: rgba(255, 255, 255, 0.16);
  font: 400 clamp(160px, 28vw, 420px)/0.7 "Bebas Neue", sans-serif;
  position: absolute;
  right: 4vw;
  top: 14vh;
}

.ride-platform-patiala article {
  max-width: 880px;
  position: relative;
  z-index: 3;
}

.ride-platform-patiala article > p {
  color: #f6d274;
}

.ride-platform-patiala article h2 {
  color: #fff4df;
  font-size: clamp(72px, 10vw, 150px);
  max-width: 7ch;
}

.ride-platform-patiala article > strong {
  color: rgba(255, 244, 223, 0.72);
  max-width: 650px;
}

.ride-platform-patiala article > div span {
  border-color: rgba(255, 244, 223, 0.38);
  color: #fff4df;
}

.ride-arrival-line {
  align-items: center;
  bottom: 8vh;
  display: flex;
  font: 400 8px "IBM Plex Mono", monospace;
  gap: 15px;
  left: 9vw;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
}

.ride-arrival-line i {
  background: #f6d274;
  height: 2px;
  width: 80px;
}

/* E - Compartment Stories */
.concept-compartment {
  --coach-blue: #176b78;
  --coach-blue-dark: #0c3f49;
  --coach-cream: #eadfbe;
  --coach-red: #b84b38;
  background: #092c32;
  color: #172925;
  font-family: "Source Sans 3", sans-serif;
}

.compartment-header,
.theatre-header,
.panorama-header {
  align-items: center;
  display: grid;
  font: 500 8px "IBM Plex Mono", monospace;
  grid-template-columns: 1fr auto 1fr;
  height: 58px;
  letter-spacing: 0.1em;
  padding: 0 26px;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  z-index: 90;
}

.compartment-header {
  background: rgba(8, 45, 51, 0.94);
  border-bottom: 1px solid rgba(234, 223, 190, 0.2);
  color: #f4ecd6;
}

.compartment-header a,
.theatre-header a,
.panorama-header a {
  font: 700 14px "Source Sans 3", sans-serif;
  letter-spacing: -0.03em;
  text-transform: none;
}

.compartment-header strong,
.theatre-header strong,
.panorama-header strong {
  color: #f6c35c;
  font-size: 8px;
  justify-self: end;
}

.compartment-opening {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 54, 61, 0.97) 0 57%, rgba(8, 54, 61, 0.5)),
    repeating-linear-gradient(90deg, #0b4a55 0 110px, #0d525d 110px 112px);
  color: #f4ecd6;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: calc(100svh - 58px);
  overflow: hidden;
  padding: 9vh 8vw;
  position: relative;
}

.compartment-opening::after {
  background: linear-gradient(90deg, transparent, rgba(255, 207, 105, 0.18), transparent);
  content: "";
  height: 180%;
  position: absolute;
  right: 18%;
  top: -30%;
  transform: rotate(16deg);
  width: 13%;
}

.compartment-opening > div:first-child { position: relative; z-index: 2; }
.compartment-opening p,
.theatre-opening > p,
.panorama-opening-copy > p {
  color: #f0a66d;
  font: 500 8px "IBM Plex Mono", monospace;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.compartment-opening h1 {
  font: 600 clamp(76px, 9vw, 142px)/0.84 "Bricolage Grotesque", sans-serif;
  letter-spacing: -0.075em;
  margin: 28px 0 38px;
}

.compartment-opening > div > strong {
  color: rgba(244, 236, 214, 0.66);
  display: block;
  font-size: 18px;
  font-weight: 500;
  max-width: 430px;
}

.compartment-opening a,
.panorama-opening a {
  border-bottom: 1px solid #f6c35c;
  color: #f6c35c;
  display: flex;
  font: 500 8px "IBM Plex Mono", monospace;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-top: 54px;
  padding-bottom: 12px;
  text-transform: uppercase;
  width: min(340px, 100%);
}

.compartment-opening a span { font-size: 18px; }

.compartment-ticket {
  background: #e8d9af;
  box-shadow: 22px 26px 0 rgba(0, 0, 0, 0.16);
  color: #16363a;
  display: grid;
  gap: 12px;
  justify-self: center;
  max-width: 380px;
  padding: 38px;
  position: relative;
  transform: rotate(4deg);
  width: 82%;
  z-index: 3;
}

.compartment-ticket::before,
.compartment-ticket::after {
  background: #0c424b;
  border-radius: 50%;
  content: "";
  height: 34px;
  position: absolute;
  top: 48%;
  width: 34px;
}
.compartment-ticket::before { left: -17px; }
.compartment-ticket::after { right: -17px; }
.compartment-ticket small,
.compartment-ticket span,
.compartment-ticket i { font: 500 8px "IBM Plex Mono", monospace; letter-spacing: 0.1em; }
.compartment-ticket b { font: 600 56px/0.9 "Bricolage Grotesque", sans-serif; letter-spacing: -0.05em; }
.compartment-ticket i { color: #aa4d38; font-style: normal; }
.compartment-ticket span { border-top: 1px dashed #746d58; padding-top: 16px; }

.journey-progress {
  --journey-progress: 0;
  --journey-speed: 0;
  --journey-beat-one: 0;
  --journey-beat-two: 0;
  --journey-beat-three: 0;
  --journey-arrive: 0;
  position: relative;
}

.compartment-trip { height: 500svh; }
.compartment-sticky {
  background: var(--coach-blue);
  contain: paint;
  height: 100svh;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.coach-shell { inset: 0; overflow: hidden; position: absolute; }
.coach-ceiling {
  background: #d9d0b2;
  border-bottom: 12px solid #0b4954;
  box-shadow: 0 6px 0 rgba(0,0,0,0.16);
  height: 15%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.coach-ceiling i {
  background: #fff4c5;
  border: 3px solid #7d765f;
  border-radius: 20px;
  height: 17px;
  position: absolute;
  top: 40%;
  width: 10%;
}
.coach-ceiling i:nth-child(1) { left: 23%; }
.coach-ceiling i:nth-child(2) { left: 45%; }
.coach-ceiling i:nth-child(3) { left: 67%; }

.coach-luggage-rack {
  border-bottom: 6px solid #d7d0b7;
  display: flex;
  height: 9%;
  justify-content: space-around;
  left: 5%;
  position: absolute;
  right: 5%;
  top: 15%;
}
.coach-luggage-rack::before,
.coach-luggage-rack::after { background:#d7d0b7; content:""; height:100%; width:5px; }
.coach-luggage-rack i { background:#7e4e37; border:4px solid #523429; border-radius:7px 7px 2px 2px; height:56%; margin-top:22px; width:12%; }
.coach-luggage-rack i:nth-child(2) { background:#385144; height:68%; width:16%; }

.coach-upper-berth {
  background: #285d60;
  border: 9px solid #0a424b;
  border-radius: 16px;
  height: 14%;
  left: 3%;
  position: absolute;
  top: 25%;
  width: 28%;
}
.coach-upper-berth::after { background:#d2b45f; border-radius:12px; content:""; inset:15% 9%; opacity:.8; position:absolute; }

.coach-wall { background:#176b78; inset:24% 0 22%; position:absolute; }
.coach-wall > span { color:rgba(234,223,190,.6); font:500 10px "IBM Plex Mono",monospace; left:5%; position:absolute; top:8%; }
.coach-wall > b { color:#eadfbe; font:600 50px "Bebas Neue",sans-serif; position:absolute; right:5%; top:3%; }
.coach-window {
  background:#a9ced0;
  border:14px solid #0b3f48;
  border-radius:18px;
  box-shadow:inset 0 0 0 5px #d5c7a4;
  height:72%;
  left:35%;
  overflow:hidden;
  position:absolute;
  top:9%;
  width:49%;
}
.coach-scenery { bottom:0; left:-20%; position:absolute; right:-20%; }
.coach-scenery-far { background:linear-gradient(145deg,transparent 0 28%,#769b7a 28% 46%,transparent 46%) 0 0/340px 100% repeat-x; height:58%; transform:translateX(calc(var(--journey-px) * -0.32)); }
.coach-scenery-near { background:repeating-linear-gradient(112deg,#4e6c4b 0 80px,#d8bb66 80px 114px,#5c784f 114px 190px); height:31%; transform:translateX(calc(var(--journey-px) * -1)); }
.coach-window-bars { inset:0; position:absolute; }
.coach-window-bars i { background:rgba(14,55,58,.85); height:100%; position:absolute; top:0; width:5px; }
.coach-window-bars i:nth-child(1) { left:25%; }.coach-window-bars i:nth-child(2) { left:50%; }.coach-window-bars i:nth-child(3) { left:75%; }
.coach-lower-berth { background:#174b52; border:10px solid #093a43; border-radius:20px 20px 0 0; bottom:0; height:27%; left:-4%; position:absolute; width:44%; }
.coach-lower-berth i { background:#cfad56; border-radius:16px; inset:10% 8% 22%; position:absolute; }
.coach-table { background:#d8caa5; border:7px solid #0b444d; bottom:13%; height:9%; left:43%; position:absolute; transform:perspective(400px) rotateX(55deg); width:24%; }
.coach-tiffin { background:#bfc4b8; border:3px solid #69746d; border-radius:5px; height:46px; left:18%; position:absolute; top:-34px; width:56px; }
.coach-cup { background:#f2e7c8; border:3px solid #8a785f; border-radius:0 0 12px 12px; height:32px; position:absolute; right:18%; top:-22px; width:32px; }
.coach-corridor-glow { background:linear-gradient(90deg,transparent,rgba(255,220,145,.38)); bottom:0; filter:blur(20px); position:absolute; right:-5%; top:18%; width:18%; }

.compartment-route { align-items:center; bottom:4%; color:#e9dfc0; display:grid; font:500 8px "IBM Plex Mono",monospace; gap:12px; grid-template-columns:auto 1fr auto; left:6%; position:absolute; right:6%; z-index:20; }
.compartment-route > i { background:rgba(233,223,192,.3); height:2px; position:relative; }
.compartment-route > i b { background:#f2bd55; height:100%; left:0; position:absolute; top:0; width:calc(var(--journey-progress) * 100%); }
.compartment-status { align-items:center; color:#fff3ce; display:flex; font:500 8px "IBM Plex Mono",monospace; gap:9px; left:4%; position:absolute; top:18%; z-index:22; }
.compartment-status i { background:#f2bd55; border-radius:50%; height:7px; width:7px; }

.compartment-memory {
  background:#f3e9cf;
  box-shadow:12px 14px 0 rgba(8,40,44,.18);
  max-width:510px;
  opacity:0;
  padding:30px 34px;
  position:absolute;
  transform:translateY(calc((1 - var(--memory-opacity)) * 30px)) rotate(-1deg);
  width:min(46vw,510px);
  z-index:25;
}
.compartment-memory small { color:#b34b36; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.1em; text-transform:uppercase; }
.compartment-memory p { font:600 clamp(23px,2.5vw,38px)/1.12 "Bricolage Grotesque",sans-serif; letter-spacing:-.035em; margin:16px 0 0; }
.compartment-memory-one { --memory-opacity:var(--journey-beat-one); left:10%; opacity:var(--journey-beat-one); top:43%; }
.compartment-memory-two { --memory-opacity:var(--journey-beat-two); opacity:var(--journey-beat-two); right:9%; top:35%; transform:translateY(calc((1 - var(--memory-opacity)) * 30px)) rotate(1.5deg); }
.compartment-memory-three { --memory-opacity:var(--journey-beat-three); left:27%; opacity:var(--journey-beat-three); top:42%; }
.compartment-arrival { background:#f0cf63; border:6px solid #163f44; color:#14373a; display:grid; gap:5px; opacity:var(--journey-arrive); padding:24px 30px; position:absolute; right:8%; top:34%; transform:translateX(calc((1 - var(--journey-arrive)) * 80px)); width:min(430px,64vw); z-index:26; }
.compartment-arrival small,.compartment-arrival span { font:500 8px "IBM Plex Mono",monospace; letter-spacing:.1em; text-transform:uppercase; }
.compartment-arrival strong { font:600 clamp(58px,7vw,98px)/.84 "Bebas Neue",sans-serif; }
.compartment-destination { background:#d8c365; color:#173d41; min-height:100svh; padding:22vh 9vw 14vh; }
.compartment-destination p { font:500 8px "IBM Plex Mono",monospace; letter-spacing:.12em; text-transform:uppercase; }
.compartment-destination h2 { font:600 clamp(78px,11vw,164px)/.82 "Bricolage Grotesque",sans-serif; letter-spacing:-.08em; margin:30px 0; max-width:8ch; }
.compartment-destination span { font-size:22px; font-weight:600; }

/* F - Route Theatre */
.concept-theatre { background:#f2c75e; color:#211d25; font-family:"Source Sans 3",sans-serif; }
.theatre-header { background:rgba(55,32,59,.96); border-bottom:1px solid rgba(255,255,255,.15); color:#fff4dc; }
.theatre-opening { background:#efc759; min-height:calc(100svh - 58px); overflow:hidden; padding:11vh 8vw; position:relative; }
.theatre-opening::before { background:repeating-linear-gradient(90deg,transparent 0 80px,rgba(60,35,61,.07) 80px 82px); content:""; inset:0; position:absolute; }
.theatre-opening h1 { font:700 clamp(84px,11.5vw,174px)/.78 "Bricolage Grotesque",sans-serif; letter-spacing:-.085em; margin:30px 0 44px; max-width:10ch; position:relative; }
.theatre-opening > p,.theatre-opening > a { position:relative; }
.theatre-opening > a { border:2px solid #35213a; display:inline-block; font:500 9px "IBM Plex Mono",monospace; letter-spacing:.08em; padding:17px 20px; text-transform:uppercase; }
.theatre-programme { background:#fff5dc; bottom:9vh; box-shadow:12px 14px 0 #3d2841; display:grid; gap:9px; padding:26px 30px; position:absolute; right:8vw; transform:rotate(2deg); width:min(340px,32vw); }
.theatre-programme span,.theatre-programme small { font:500 8px "IBM Plex Mono",monospace; letter-spacing:.08em; text-transform:uppercase; }
.theatre-programme b { font:600 27px "Bricolage Grotesque",sans-serif; }

.theatre-trip { height:470svh; }
.theatre-sticky { background:#8eb9c3; contain:paint; height:100svh; overflow:hidden; position:sticky; top:0; }
.theatre-curtain { background:repeating-linear-gradient(90deg,#4b2448 0 42px,#65305e 42px 78px); bottom:0; box-shadow:0 0 30px rgba(0,0,0,.35); position:absolute; top:0; width:8%; z-index:30; }
.theatre-curtain-left { left:0; }.theatre-curtain-right { right:0; }
.theatre-lights { display:flex; justify-content:space-around; left:10%; position:absolute; right:10%; top:0; z-index:8; }
.theatre-lights i { background:#34243b; height:32px; position:relative; width:42px; }
.theatre-lights i::after { background:linear-gradient(180deg,rgba(255,234,158,.5),transparent); clip-path:polygon(35% 0,65% 0,100% 100%,0 100%); content:""; height:50vh; left:-110px; position:absolute; top:26px; width:260px; }
.theatre-sky { background:linear-gradient(180deg,#85b7c2 0 60%,#eec86b 60%); inset:0; position:absolute; }
.theatre-sky i { background:#f8d978; border-radius:50%; height:130px; position:absolute; right:16%; top:17%; width:130px; }
.theatre-world { bottom:15%; height:58%; left:0; position:absolute; transform:translateX(var(--journey-shift)); width:310%; }
.theatre-scene { bottom:12%; position:absolute; }
.theatre-kota-buildings { display:flex; gap:20px; left:5%; width:25%; }
.theatre-kota-buildings i { background:#d97955; border:8px solid #523342; height:clamp(130px,26vh,240px); position:relative; width:18%; }
.theatre-kota-buildings i::before { color:#fff2d1; content:"IIT"; font:700 28px "Bebas Neue",sans-serif; left:30%; position:absolute; top:16%; }
.theatre-kota-buildings i:nth-child(2),.theatre-kota-buildings i:nth-child(4) { height:180px; margin-top:60px; }
.theatre-fields { align-items:end; display:flex; gap:50px; left:38%; width:28%; }
.theatre-fields i { background:#47765c; clip-path:polygon(50% 0,60% 68%,100% 100%,0 100%,40% 68%); height:180px; width:180px; }
.theatre-fields i:nth-child(2) { height:240px; width:240px; }.theatre-fields i:nth-child(3) { height:150px; width:150px; }
.theatre-campus { align-items:end; display:flex; left:76%; width:22%; }
.theatre-campus i:first-child { background:#d78656; border:8px solid #54333f; height:200px; width:360px; }
.theatre-campus i:nth-child(2) { border:14px solid #54333f; border-bottom:0; border-radius:160px 160px 0 0; height:180px; margin-left:-260px; width:190px; }
.theatre-campus i:nth-child(3) { background:#54333f; height:280px; margin-left:90px; width:36px; }
.theatre-track { background:#4a3540; bottom:0; height:13%; left:0; position:absolute; right:0; }
.theatre-track::before,.theatre-track::after { background:#e5b957; content:""; height:7px; left:0; position:absolute; right:0; }
.theatre-track::before { top:23%; }.theatre-track::after { bottom:23%; }
.theatre-track i { background:repeating-linear-gradient(90deg,transparent 0 60px,#251d25 60px 74px); inset:0; position:absolute; }
.mini-train { align-items:end; bottom:19%; display:flex; filter:drop-shadow(14px 16px 0 rgba(47,27,42,.18)); height:23%; left:50%; position:absolute; transform:translateX(-50%) translateY(calc(var(--journey-speed) * -2px)); width:min(760px,62vw); z-index:16; }
.mini-engine { background:#cc533f; border:8px solid #3d293d; height:70%; position:relative; width:28%; }
.mini-engine::before { background:#3d293d; content:""; height:55%; position:absolute; right:12%; top:-48%; width:20%; }
.mini-engine i { background:#f1c85f; border:6px solid #3d293d; border-radius:50%; height:36%; left:9%; position:absolute; top:18%; width:30%; }
.mini-engine b,.mini-coach::after { background:#302438; border:6px solid #f0c75d; border-radius:50%; bottom:-25px; height:50px; position:absolute; width:50px; }
.mini-engine b { left:18%; }
.mini-coach { background:#ece2c5; border:8px solid #3d293d; display:flex; gap:9%; height:58%; justify-content:center; padding-top:12%; position:relative; width:36%; }
.mini-coach i { background:#5c91a0; border:4px solid #3d293d; height:38%; width:20%; }
.mini-coach::after { content:""; left:34%; }
.mini-smoke { bottom:66%; left:19%; position:absolute; }
.mini-smoke i { animation:theatreSmoke 1.8s ease-out infinite; background:rgba(255,244,217,.72); border-radius:50%; height:34px; position:absolute; width:34px; }
.mini-smoke i:nth-child(2) { animation-delay:.5s; }.mini-smoke i:nth-child(3) { animation-delay:1s; }
.theatre-caption { background:#fff3d5; border:4px solid #3c293e; box-shadow:10px 12px 0 rgba(55,33,59,.3); max-width:480px; opacity:0; padding:26px 30px; position:absolute; top:18%; width:min(38vw,480px); z-index:22; }
.theatre-caption small { color:#b4473c; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.1em; text-transform:uppercase; }
.theatre-caption p { font:600 clamp(21px,2.2vw,34px)/1.15 "Bricolage Grotesque",sans-serif; letter-spacing:-.04em; margin:14px 0 0; }
.theatre-caption-one { left:12%; opacity:var(--journey-beat-one); transform:rotate(-2deg) translateY(calc((1 - var(--journey-beat-one)) * 35px)); }
.theatre-caption-two { opacity:var(--journey-beat-two); right:13%; transform:rotate(2deg) translateY(calc((1 - var(--journey-beat-two)) * 35px)); }
.theatre-caption-three { left:31%; opacity:var(--journey-beat-three); transform:rotate(-1deg) translateY(calc((1 - var(--journey-beat-three)) * 35px)); }
.theatre-route { align-items:center; bottom:5%; color:#fff1d1; display:grid; font:500 8px "IBM Plex Mono",monospace; gap:12px; grid-template-columns:auto 1fr auto; left:12%; position:absolute; right:12%; z-index:24; }
.theatre-route i { background:rgba(255,241,209,.35); height:2px; }.theatre-route b { background:#efc85d; display:block; height:100%; width:calc(var(--journey-progress) * 100%); }
.theatre-finale { background:#532f50; color:#fff0d0; min-height:100svh; padding:16vh 10vw; }
.theatre-finale small { color:#efc85d; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.12em; text-transform:uppercase; }
.theatre-finale h2 { font:700 clamp(120px,20vw,300px)/.8 "Bricolage Grotesque",sans-serif; letter-spacing:-.1em; margin:42px 0; }
.theatre-finale p { font-size:clamp(20px,2vw,30px); font-weight:600; max-width:620px; }.theatre-finale > span { color:#efc85d; display:block; font:500 9px "IBM Plex Mono",monospace; margin-top:70px; text-transform:uppercase; }

/* G - Moving Panorama */
.concept-panorama { background:#e8e1d1; color:#202720; font-family:"Source Sans 3",sans-serif; }
.panorama-header { background:rgba(236,229,213,.94); border-bottom:1px solid rgba(32,39,32,.18); }
.panorama-header strong { color:#b64b34; }
.panorama-opening { align-items:center; background:linear-gradient(180deg,#d9ded0 0 58%,#b7ad79 58%); display:grid; min-height:calc(100svh - 58px); overflow:hidden; padding:10vh 9vw; position:relative; }
.panorama-opening::after { background:repeating-linear-gradient(112deg,transparent 0 90px,rgba(44,73,52,.18) 90px 140px); bottom:0; content:""; height:31%; left:-10%; position:absolute; right:-10%; }
.panorama-opening-copy { position:relative; width:min(780px,70vw); z-index:2; }
.panorama-opening-copy h1 { font:600 clamp(82px,10vw,154px)/.84 "Bricolage Grotesque",sans-serif; letter-spacing:-.08em; margin:30px 0 36px; }
.panorama-opening-copy > strong { color:#556054; display:block; font-size:20px; font-weight:500; }
.panorama-sun { background:#dc714a; border-radius:50%; height:min(34vw,460px); position:absolute; right:7%; top:12%; width:min(34vw,460px); }
.panorama-trip { height:510svh; }
.panorama-sticky { background:#ced9d0; contain:paint; height:100svh; overflow:hidden; position:sticky; top:0; }
.panorama-frame { border:18px solid #202c25; inset:0; pointer-events:none; position:absolute; z-index:25; }
.panorama-frame span { background:#202c25; color:#e9e2d3; font:500 7px "IBM Plex Mono",monospace; letter-spacing:.1em; padding:8px 12px; position:absolute; top:0; }
.panorama-frame span:first-child { left:0; }.panorama-frame span:last-child { right:0; }
.panorama-strip { background:linear-gradient(180deg,#b9d1d0 0 58%,#d1bd78 58%); bottom:11%; height:89%; left:0; position:absolute; transform:translateX(var(--journey-shift)); width:320%; }
.panorama-skyline { background:repeating-linear-gradient(118deg,transparent 0 160px,rgba(68,101,77,.2) 160px 260px); bottom:20%; height:44%; left:0; position:absolute; right:0; }
.panorama-road { background:#414c43; bottom:0; height:19%; left:0; position:absolute; right:0; }
.panorama-road::after { background:repeating-linear-gradient(90deg,#e5d383 0 90px,transparent 90px 180px); content:""; height:4px; left:0; position:absolute; right:0; top:48%; }
.panorama-kota-sign,.panorama-patiala-sign { background:#f2ce62; border:5px solid #233027; display:grid; gap:3px; padding:20px 28px; position:absolute; top:23%; }
.panorama-kota-sign { left:2%; }.panorama-patiala-sign { left:93%; }
.panorama-kota-sign small,.panorama-patiala-sign small { font:500 7px "IBM Plex Mono",monospace; letter-spacing:.1em; }.panorama-kota-sign b,.panorama-patiala-sign b { font:600 64px/.84 "Bebas Neue",sans-serif; }
.panorama-coaching { align-items:end; display:flex; gap:14px; left:14%; position:absolute; top:29%; }
.panorama-coaching i { background:#bb5a3f; border:5px solid #2e3a31; height:170px; width:110px; }.panorama-coaching i:nth-child(2){height:220px}.panorama-coaching span { background:#e8e1d1; font:500 8px "IBM Plex Mono",monospace; padding:10px; position:absolute; top:-40px; white-space:nowrap; }
.panorama-water-tower { left:31%; position:absolute; top:22%; }.panorama-water-tower i { background:#374d3e; display:block; height:240px; margin:auto; width:20px; }.panorama-water-tower b { background:#c0714f; border:6px solid #374d3e; border-radius:50% 50% 12px 12px; display:block; height:110px; margin-top:-270px; width:150px; }
.panorama-fields { bottom:19%; display:flex; gap:100px; left:39%; position:absolute; width:29%; }.panorama-fields i { background:#63845f; clip-path:polygon(50% 0,58% 70%,100% 100%,0 100%,42% 70%); height:200px; width:140px; }.panorama-fields i:nth-child(even){height:280px;width:190px}.panorama-dhaba { background:#9d503c; border:5px solid #28362d; bottom:19%; height:120px; left:69%; position:absolute; width:210px; }.panorama-dhaba::before { background:repeating-linear-gradient(90deg,#e8c866 0 30px,#b94f3d 30px 60px); content:""; height:28px; left:-15px; position:absolute; right:-15px; top:-25px; }.panorama-dhaba i { background:#e8dfca; height:64px; position:absolute; right:18px; top:27px; width:70px; }.panorama-dhaba b { color:#f6df9b; font:500 11px "IBM Plex Mono",monospace; left:18px; position:absolute; top:45px; }
.panorama-patiala-gate { bottom:19%; left:84%; position:absolute; }.panorama-patiala-gate i:first-child { border:22px solid #a8573f; border-bottom:0; border-radius:150px 150px 0 0; display:block; height:220px; width:300px; }.panorama-patiala-gate i:nth-child(2) { background:#a8573f; display:block; height:60px; margin-left:-45px; margin-top:-220px; width:390px; }.panorama-patiala-gate b { font:600 18px "IBM Plex Mono",monospace; left:95px; position:absolute; top:110px; }
.panorama-train-edge { background:#243229; bottom:0; display:flex; height:12%; left:0; position:absolute; right:0; z-index:16; }.panorama-train-edge i { border-right:4px solid #788075; flex:1; position:relative; }.panorama-train-edge i::after { background:#d9d0b8; border-radius:50%; content:""; height:12px; left:50%; position:absolute; top:16%; width:12px; }
.panorama-note { max-width:580px; opacity:0; position:absolute; width:min(56vw,580px); z-index:20; }
.panorama-note small { color:#a94332; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.12em; text-transform:uppercase; }.panorama-note p { font:600 clamp(27px,3.2vw,50px)/1.05 "Bricolage Grotesque",sans-serif; letter-spacing:-.05em; margin:14px 0; }.panorama-note > i { background:#a94332; display:block; height:2px; position:relative; width:90px; }.panorama-note > i::after { background:#a94332; border-radius:50%; content:""; height:8px; position:absolute; right:0; top:-3px; width:8px; }
.panorama-note-one { left:8%; opacity:var(--journey-beat-one); top:18%; }.panorama-note-two { left:52%; opacity:var(--journey-beat-two); top:25%; }.panorama-note-three { left:24%; opacity:var(--journey-beat-three); top:19%; }
.panorama-progress { align-items:center; bottom:5%; display:flex; gap:16px; left:7%; position:absolute; right:7%; z-index:22; }.panorama-progress::before { background:rgba(232,225,209,.35); content:""; height:2px; left:0; position:absolute; right:90px; }.panorama-progress b { background:#d7ce60; display:block; height:3px; position:relative; width:calc(var(--journey-progress) * (100% - 90px)); }.panorama-progress span { color:#e8e1d1; font:500 8px "IBM Plex Mono",monospace; margin-left:auto; }
.panorama-arrival { background:#dfd7c5; min-height:100svh; padding:18vh 9vw; }.panorama-arrival > span { color:#aa4633; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.12em; text-transform:uppercase; }.panorama-arrival h2 { font:600 clamp(82px,12vw,180px)/.84 "Bricolage Grotesque",sans-serif; letter-spacing:-.08em; margin:38px 0; max-width:8ch; }.panorama-arrival p { color:#576057; font-size:24px; font-weight:600; max-width:650px; }

/* H - Transit Film */
.concept-transit-film { background:#0a0a09; color:#f1eadb; font-family:"Source Sans 3",sans-serif; }
.film-header { align-items:center; background:rgba(8,8,7,.95); border-bottom:1px solid rgba(241,234,219,.16); display:grid; font:500 8px "IBM Plex Mono",monospace; grid-template-columns:1fr auto 1fr; height:58px; letter-spacing:.1em; padding:0 26px; position:sticky; text-transform:uppercase; top:0; z-index:90; }
.film-header a { font:700 14px "Source Sans 3",sans-serif; letter-spacing:-.03em; text-transform:none; }.film-header strong { color:#d77b50; font-size:8px; justify-self:end; }
.film-opening { align-items:center; background:radial-gradient(circle at 70% 45%,#472b22,transparent 32%),#0b0b09; display:grid; min-height:calc(100svh - 58px); overflow:hidden; padding:10vh 9vw; position:relative; }
.film-opening::before { background:repeating-linear-gradient(90deg,transparent 0 90px,rgba(255,255,255,.035) 90px 91px); content:""; inset:0; position:absolute; }
.film-title { position:relative; z-index:2; }.film-title small { color:#d77b50; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.14em; text-transform:uppercase; }.film-title h1 { font:400 clamp(88px,11vw,168px)/.82 "Bebas Neue",sans-serif; letter-spacing:-.025em; margin:30px 0; }.film-title p { color:rgba(241,234,219,.62); font-size:20px; max-width:480px; }.film-title a { border-bottom:1px solid #d77b50; color:#d77b50; display:inline-block; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.1em; margin-top:42px; padding:0 70px 12px 0; text-transform:uppercase; }
.film-countdown { align-items:center; border:1px solid rgba(241,234,219,.25); border-radius:50%; display:flex; height:min(35vw,450px); justify-content:center; position:absolute; right:8vw; width:min(35vw,450px); }.film-countdown::before,.film-countdown::after { background:rgba(241,234,219,.2); content:""; position:absolute; }.film-countdown::before { height:1px; left:-12%; right:-12%; }.film-countdown::after { bottom:-12%; top:-12%; width:1px; }.film-countdown i { animation:filmCountdown 4s linear infinite; background:linear-gradient(90deg,transparent 50%,rgba(215,123,80,.22) 50%); border-radius:50%; inset:6%; position:absolute; }.film-countdown b { font:400 160px "Bebas Neue",sans-serif; }
.film-trip { height:440svh; }.film-sticky { background:#11100d; contain:paint; height:100svh; overflow:hidden; position:sticky; top:0; }.film-sprockets { background:repeating-linear-gradient(180deg,#e8dfca 0 20px,transparent 20px 42px); bottom:0; position:absolute; top:0; width:22px; z-index:30; }.film-sprockets-left { left:16px; }.film-sprockets-right { right:16px; }.film-grain { animation:filmGrain .18s steps(2) infinite; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); inset:-20%; opacity:.16; pointer-events:none; position:absolute; z-index:24; }
.film-shot { inset:0; margin:0; opacity:0; overflow:hidden; position:absolute; }.film-shot-one { background:#b1674c; opacity:var(--journey-beat-one); }.film-shot-two { background:#294840; opacity:var(--journey-beat-two); }.film-shot-three { background:#c7b277; opacity:var(--journey-beat-three); }
.film-shot figcaption { bottom:14%; left:9%; max-width:800px; position:absolute; z-index:12; }.film-shot figcaption small { color:#f3c766; display:block; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.13em; margin-bottom:18px; }.film-shot figcaption strong { display:block; font:600 clamp(48px,6vw,92px)/.92 "Bricolage Grotesque",sans-serif; letter-spacing:-.065em; max-width:10ch; }
.film-hostel { background:#734936; border:12px solid #17120f; height:72%; left:40%; position:absolute; top:8%; width:44%; }.film-hostel i { background:#141514; border:8px solid #bd875d; display:inline-block; height:23%; margin:6% 3% 0 7%; width:34%; }.film-hostel b { color:#efc66f; font:500 9px "IBM Plex Mono",monospace; left:7%; position:absolute; top:4%; }
.film-desk { background:#6e4a35; bottom:-8%; height:60%; left:25%; position:absolute; transform:perspective(700px) rotateX(58deg); width:62%; }.film-desk i:first-child { background:#e6dbc0; box-shadow:18px 20px 0 rgba(0,0,0,.2); height:80%; left:14%; position:absolute; top:-30%; transform:rotate(-8deg); width:58%; }.film-desk i:nth-child(2) { background:#d1a648; border-radius:50%; height:90px; position:absolute; right:9%; top:-20%; width:90px; }.film-desk i:nth-child(3) { background:#171a18; height:12px; left:38%; position:absolute; top:-2%; transform:rotate(14deg); width:170px; }.film-desk b { color:#f1eadb; font:500 11px "IBM Plex Mono",monospace; position:absolute; right:4%; top:25%; }
.film-train-shadow { bottom:0; height:50%; left:0; overflow:hidden; position:absolute; right:0; }.film-train-shadow::before { background:#26352e; content:""; inset:0 0 18%; position:absolute; }.film-train-shadow::after { background:repeating-linear-gradient(90deg,#131a17 0 60px,#d8c66e 60px 67px); bottom:0; content:""; height:18%; left:0; right:0; }.film-train-shadow i { background:#a7c1b5; border:10px solid #111713; display:inline-block; height:43%; margin:4% 2% 0; width:27%; }
.film-subtitle { align-items:center; bottom:6%; display:grid; font:500 8px "IBM Plex Mono",monospace; gap:14px; grid-template-columns:auto 1fr auto; left:9%; position:absolute; right:9%; z-index:28; }.film-subtitle i { background:rgba(241,234,219,.35); height:1px; position:relative; }.film-subtitle i::after { background:#d77b50; content:""; height:2px; left:0; position:absolute; top:-1px; width:calc(var(--journey-progress) * 100%); }
.film-end-card { align-content:center; background:#e8dfca; color:#171b17; display:grid; min-height:100svh; padding:14vh 10vw; }.film-end-card small { color:#ac4d37; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.13em; text-transform:uppercase; }.film-end-card h2 { font:600 clamp(82px,11vw,164px)/.84 "Bricolage Grotesque",sans-serif; letter-spacing:-.08em; margin:34px 0; }.film-end-card p { font:500 18px "IBM Plex Mono",monospace; }

/* I - Kinetic Map */
.concept-kinetic-map { background:#d6ff3f; color:#111712; font-family:"Source Sans 3",sans-serif; }
.kinetic-header { align-items:center; background:rgba(214,255,63,.94); border-bottom:1px solid rgba(17,23,18,.2); display:grid; font:500 8px "IBM Plex Mono",monospace; grid-template-columns:1fr auto 1fr; height:58px; letter-spacing:.1em; padding:0 26px; position:sticky; text-transform:uppercase; top:0; z-index:90; }
.kinetic-header a { font:700 14px "Source Sans 3",sans-serif; letter-spacing:-.03em; text-transform:none; }.kinetic-header strong { color:#c34433; font-size:8px; justify-self:end; }
.kinetic-opening { background:#d6ff3f; min-height:calc(100svh - 58px); overflow:hidden; padding:13vh 8vw; position:relative; }.kinetic-opening::after { color:rgba(17,23,18,.08); content:"03"; font:700 48vw/.7 "Bebas Neue",sans-serif; position:absolute; right:-3vw; top:8vh; }.kinetic-opening p { color:#a53f31; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.14em; position:relative; text-transform:uppercase; z-index:2; }.kinetic-opening h1 { font:600 clamp(82px,10vw,150px)/.84 "Bricolage Grotesque",sans-serif; letter-spacing:-.08em; margin:34px 0 58px; max-width:11ch; position:relative; z-index:2; }.kinetic-opening a { border:2px solid #111712; display:inline-block; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.1em; padding:17px 20px; position:relative; text-transform:uppercase; z-index:2; }
.kinetic-trip { height:470svh; }.kinetic-sticky { background:#131a16; color:#f0eadb; contain:paint; height:100svh; overflow:hidden; position:sticky; top:0; }.kinetic-route { height:100%; left:50%; position:absolute; top:0; transform:translateX(-50%); width:min(100%,1100px); }.kinetic-route path { fill:none; stroke-linecap:round; stroke-width:22; }.kinetic-route-ghost { stroke:#28362e; }.kinetic-route-live { stroke:#d6ff3f; stroke-dasharray:100; stroke-dashoffset:var(--journey-dashoffset); }
.kinetic-traveller { offset-distance:var(--journey-path); offset-path:path("M90 570 C150 120 400 120 430 350 C455 550 670 590 900 145"); position:absolute; height:38px; left:calc(50% - 500px); top:0; width:38px; z-index:8; }.kinetic-traveller i { background:#d6ff3f; border:8px solid #131a16; border-radius:50%; box-shadow:0 0 0 3px #d6ff3f; inset:0; position:absolute; }.kinetic-traveller b { background:#d6ff3f; border-radius:50%; height:8px; left:-20px; opacity:.5; position:absolute; top:15px; width:8px; }
.kinetic-city { font:600 clamp(52px,7vw,96px)/.8 "Bebas Neue",sans-serif; position:absolute; }.kinetic-city small { color:#d6ff3f; display:block; font:500 8px "IBM Plex Mono",monospace; margin-top:12px; }.kinetic-kota { bottom:11%; left:8%; }.kinetic-patiala { right:7%; top:9%; }
.kinetic-beat { max-width:440px; opacity:0; position:absolute; width:34vw; z-index:12; }.kinetic-beat small { color:#d6ff3f; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.12em; text-transform:uppercase; }.kinetic-beat strong { display:block; font:600 clamp(28px,3vw,45px)/1 "Bricolage Grotesque",sans-serif; letter-spacing:-.055em; margin:14px 0; }.kinetic-beat p { color:rgba(240,234,219,.58); font-size:15px; line-height:1.5; }.kinetic-beat-one { left:12%; opacity:var(--journey-beat-one); top:12%; }.kinetic-beat-two { opacity:var(--journey-beat-two); right:10%; top:43%; }.kinetic-beat-three { bottom:12%; left:42%; opacity:var(--journey-beat-three); }
.kinetic-index { bottom:4%; display:flex; font:500 7px "IBM Plex Mono",monospace; justify-content:space-between; left:8%; position:absolute; right:8%; }.kinetic-index span { color:rgba(240,234,219,.28); }.kinetic-index .is-live { color:#d6ff3f; }
.kinetic-arrival { background:#d6ff3f; min-height:100svh; padding:16vh 9vw; }.kinetic-arrival small { color:#a43e31; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.12em; text-transform:uppercase; }.kinetic-arrival h2 { font:600 clamp(82px,11vw,170px)/.83 "Bricolage Grotesque",sans-serif; letter-spacing:-.085em; margin:36px 0; }.kinetic-arrival p { font-size:22px; font-weight:600; max-width:620px; }

/* J - Ticket Archive */
.concept-ticket-archive { background:#b7c5bd; color:#1b2a26; font-family:"Source Sans 3",sans-serif; }
.ticket-header { align-items:center; background:rgba(183,197,189,.95); border-bottom:1px solid rgba(27,42,38,.18); display:grid; font:500 8px "IBM Plex Mono",monospace; grid-template-columns:1fr auto 1fr; height:58px; letter-spacing:.1em; padding:0 26px; position:sticky; text-transform:uppercase; top:0; z-index:90; }
.ticket-header a { font:700 14px "Source Sans 3",sans-serif; letter-spacing:-.03em; text-transform:none; }.ticket-header strong { color:#a44635; font-size:8px; justify-self:end; }
.ticket-opening { align-items:center; background:linear-gradient(135deg,#bbc9c0,#d6d0b3); display:grid; grid-template-columns:1fr .8fr; min-height:calc(100svh - 58px); overflow:hidden; padding:10vh 9vw; position:relative; }.ticket-opening p { color:#a44635; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.14em; text-transform:uppercase; }.ticket-opening h1 { font:600 clamp(94px,13vw,190px)/.8 "Bricolage Grotesque",sans-serif; letter-spacing:-.09em; margin:30px 0; }.ticket-opening > div > strong { color:#56665f; display:block; font-size:20px; }.ticket-opening a { border-bottom:1px solid #1b2a26; display:inline-block; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.1em; margin-top:48px; padding:0 70px 12px 0; text-transform:uppercase; }
.ticket-punch { align-content:center; background:#f1e7c8; border:2px dashed #607069; box-shadow:16px 18px 0 rgba(39,56,50,.16); display:grid; height:430px; justify-self:end; padding:42px; position:relative; transform:rotate(4deg); width:320px; }.ticket-punch::before,.ticket-punch::after { background:#bfcac2; border-radius:50%; content:""; height:45px; left:-23px; position:absolute; width:45px; }.ticket-punch::before { top:22%; }.ticket-punch::after { bottom:22%; }.ticket-punch i { border:13px solid #a64c38; border-radius:50%; height:130px; left:50%; position:absolute; top:15%; transform:translateX(-50%); width:130px; }.ticket-punch b { font:600 150px/.8 "Bebas Neue",sans-serif; text-align:center; }.ticket-punch span { border-top:1px solid #6b756e; font:500 9px "IBM Plex Mono",monospace; padding-top:17px; text-align:center; }
.ticket-trip { height:520svh; }.ticket-sticky { background:#263630; contain:paint; height:100svh; overflow:hidden; position:sticky; top:0; }.ticket-machine { background:#111b18; box-shadow:0 18px 28px rgba(0,0,0,.3); height:16%; left:12%; position:absolute; right:12%; top:0; z-index:20; }.ticket-machine span { color:#9eaaa3; font:500 8px "IBM Plex Mono",monospace; left:30px; letter-spacing:.12em; position:absolute; top:26px; }.ticket-machine i { background:#040706; bottom:18px; height:27px; left:12%; position:absolute; right:12%; }
.ticket-paper { background:#f0e5c7; box-shadow:20px 22px 0 rgba(0,0,0,.2); left:50%; position:absolute; top:10%; transform:translateX(-50%) translateY(var(--journey-ticket-shift)); width:min(680px,58vw); }.ticket-paper::before,.ticket-paper::after { background:radial-gradient(circle,#263630 0 7px,transparent 8px) 0 0/28px 28px repeat-y; bottom:0; content:""; position:absolute; top:0; width:16px; z-index:4; }.ticket-paper::before { left:-8px; }.ticket-paper::after { right:-8px; }
.ticket-panel { border-bottom:2px dashed #778078; min-height:78svh; padding:9vh 7%; position:relative; }.ticket-panel small { color:#a44836; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.12em; text-transform:uppercase; }.ticket-route-panel > div { align-items:center; display:flex; justify-content:space-between; margin:6vh 0; }.ticket-route-panel b { font:600 clamp(56px,6vw,88px)/.85 "Bebas Neue",sans-serif; }.ticket-route-panel i { color:#a44836; font:400 34px "IBM Plex Mono",monospace; }.ticket-route-panel > span { font:500 8px "IBM Plex Mono",monospace; letter-spacing:.08em; }
.ticket-memory-panel strong,.ticket-arrival-panel strong { display:block; font:600 clamp(42px,5vw,72px)/.92 "Bricolage Grotesque",sans-serif; letter-spacing:-.065em; margin:5vh 0 3vh; }.ticket-memory-panel p,.ticket-arrival-panel p { color:#526159; font-size:18px; line-height:1.55; max-width:500px; }.ticket-stamp { border:5px solid rgba(160,64,47,.62); border-radius:50%; bottom:10%; color:rgba(160,64,47,.7); font:600 11px "IBM Plex Mono",monospace; padding:25px 18px; position:absolute; right:7%; text-align:center; transform:rotate(-12deg); }.ticket-arrival-panel { background:#d4ed75; }.ticket-arrival-panel strong { font-size:clamp(78px,9vw,128px); }.ticket-counter { bottom:4%; color:#cbd4cf; display:flex; font:500 8px "IBM Plex Mono",monospace; justify-content:space-between; left:5%; position:absolute; right:5%; z-index:25; }.ticket-counter b { color:#d4ed75; }.ticket-exit { align-content:center; background:#b8c6be; display:grid; min-height:100svh; padding:14vh 9vw; }.ticket-exit small { color:#a44836; font:500 8px "IBM Plex Mono",monospace; letter-spacing:.12em; text-transform:uppercase; }.ticket-exit h2 { font:600 clamp(88px,12vw,180px)/.82 "Bricolage Grotesque",sans-serif; letter-spacing:-.09em; margin:36px 0; }

@keyframes filmCountdown { to { transform:rotate(360deg); } }
@keyframes filmGrain { 0%{transform:translate(0,0)}25%{transform:translate(2%,-3%)}50%{transform:translate(-3%,2%)}75%{transform:translate(3%,3%)}100%{transform:translate(-2%,-2%)} }

@keyframes theatreSmoke {
  from { opacity:.75; transform:translate(0,0) scale(.7); }
  to { opacity:0; transform:translate(-38px,-80px) scale(1.8); }
}

@keyframes rideRattle {
  0%, 100% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(calc(var(--ride-speed) * 0.8px), calc(var(--ride-speed) * -0.7px), 0); }
  50% { transform: translate3d(calc(var(--ride-speed) * -0.8px), calc(var(--ride-speed) * 0.8px), 0); }
  75% { transform: translate3d(calc(var(--ride-speed) * 0.6px), calc(var(--ride-speed) * 0.7px), 0); }
}

@keyframes rideReflection {
  0%, 100% { opacity: 0.14; transform: translateX(-30%) rotate(10deg); }
  50% { opacity: 0.52; transform: translateX(45%) rotate(10deg); }
}

@media (max-width: 820px) {
  .concept-switcher {
    bottom: 10px;
    grid-template-columns: 38px minmax(180px, auto) 38px;
  }

  .concept-switcher div {
    padding: 8px 10px;
  }

  .cinema-header,
  .atlas-header,
  .archive-header {
    grid-template-columns: 1fr auto;
    height: 56px;
    padding: 0 17px;
  }

  .cinema-header > span,
  .atlas-header > span,
  .archive-header > span,
  .cinema-header > div a:first-child,
  .atlas-header > div a:first-child,
  .archive-header > div a:first-child {
    display: none;
  }

  .cinema-header > div,
  .atlas-header > div,
  .archive-header > div {
    gap: 0;
  }

  .cinema-opening {
    align-items: end;
    display: block;
    min-height: calc(100svh - 56px);
    padding: 18vh 20px 70px;
  }

  .cinema-title-card h1 {
    font-size: clamp(78px, 26vw, 108px);
    line-height: 0.82;
    max-width: 6.5ch;
  }

  .cinema-title-card > p {
    font-size: 15px;
  }

  .cinema-credit-roll {
    display: none;
  }

  .cinema-chapter {
    display: block;
    min-height: 0;
  }

  .cinema-sticky-frame {
    height: 74svh;
    min-height: 560px;
    position: relative;
    top: auto;
  }

  .cinema-light {
    height: 150px;
    width: 150px;
  }

  .cinema-city-ghost {
    bottom: 70px;
    font-size: 100px;
    left: 18px;
  }

  .cinema-subtitle {
    bottom: 24px;
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
  }

  .cinema-script {
    min-height: 0;
    padding: 70px 20px 94px;
  }

  .cinema-script h2 {
    font-size: clamp(68px, 22vw, 94px);
  }

  .cinema-script-section p {
    font-size: 16px;
  }

  .atlas-layout {
    display: block;
  }

  .atlas-panel {
    border-bottom: 1px solid rgba(24, 34, 30, 0.18);
    border-right: 0;
  }

  .atlas-panel-inner {
    height: auto;
    min-height: 100svh;
    padding: 86px 18px 50px;
    position: relative;
    top: auto;
  }

  .atlas-panel-inner > h1 {
    font-size: clamp(48px, 13vw, 66px);
    max-width: 10ch;
  }

  .atlas-map-svg {
    height: 360px;
    margin: 30px 0;
    min-height: 0;
  }

  .atlas-map-nav {
    grid-template-columns: repeat(9, 50px);
    margin: -18px 0 28px;
    overflow-x: auto;
  }

  .atlas-current {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .atlas-intro {
    min-height: 78svh;
    padding: 18vh 22px 70px;
  }

  .atlas-intro p {
    font-size: 32px;
  }

  .atlas-entry {
    gap: 18px;
    grid-template-columns: 42px 1fr;
    min-height: 0;
    padding: 90px 20px 100px;
  }

  .atlas-entry-index {
    position: relative;
    top: auto;
  }

  .atlas-entry-copy h2 {
    font-size: clamp(48px, 13vw, 64px);
  }

  .atlas-entry-section p {
    font-size: 16px;
  }

  .archive-opening {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    padding: 110px 20px 76px;
  }

  .archive-opening-copy h1 {
    font-size: clamp(58px, 15.5vw, 78px);
  }

  .archive-opening-copy > strong {
    font-size: 15px;
  }

  .archive-box {
    align-self: center;
    height: 390px;
    margin-top: 50px;
    width: min(88vw, 390px);
  }

  .archive-catalogue {
    padding: 70px 16px;
  }

  .archive-entry {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 60px 0 90px;
  }

  .archive-entry:nth-of-type(4n) .archive-object-stage {
    order: 0;
  }

  .archive-object-stage {
    height: 480px;
    min-height: 480px;
    width: 100%;
  }

  .archive-object {
    height: 62%;
    width: 72%;
  }

  .archive-copy {
    padding: 30px 5px 0;
    width: 100%;
  }

  .archive-copy h2 {
    font-size: clamp(52px, 14vw, 68px);
  }

  .archive-section {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .archive-section p {
    font-size: 16px;
  }

  .archive-receipt {
    gap: 8px;
    grid-template-columns: 1fr auto;
    margin: 60px 8px 0;
    padding: 17px 20px;
  }

  .archive-receipt i {
    display: none;
  }

  .archive-receipt small {
    grid-column: 1 / 3;
  }

  .archive-footer {
    min-height: 78svh;
    padding: 100px 22px;
  }

  .archive-footer h2 {
    font-size: 78px;
  }

  .ride-header {
    grid-template-columns: 1fr auto;
    height: 56px;
    padding: 0 16px;
  }

  .ride-header > span {
    display: none;
  }

  .ride-header > div strong {
    font-size: 7px;
  }

  .ride-opening {
    min-height: calc(100svh - 56px);
    padding: 16vh 20px 74px;
  }

  .ride-opening h1 {
    font-size: clamp(82px, 25vw, 108px);
    line-height: 0.8;
  }

  .ride-opening > strong {
    font-size: 15px;
  }

  .ride-platform-kota {
    display: flex;
    flex-direction: column;
    gap: 38px;
    justify-content: center;
    min-height: 112svh;
    padding: 100px 18px 90px;
  }

  .ride-platform-clock {
    height: 72px;
    left: 22px;
    top: 32px;
    width: 72px;
  }

  .ride-platform-clock i {
    width: 22px;
  }

  .ride-station-board {
    align-self: stretch;
    justify-self: auto;
    padding: 24px;
    width: 100%;
  }

  .ride-station-board strong {
    font-size: 82px;
  }

  .ride-platform-kota article {
    padding: 34px 24px 40px;
    width: 100%;
  }

  .ride-platform article h2 {
    font-size: clamp(52px, 14vw, 68px);
  }

  .ride-platform article > strong {
    font-size: 16px;
  }

  .ride-motion {
    height: 460svh;
  }

  .ride-sticky {
    height: 100svh;
  }

  .ride-window-top { height: 8%; }
  .ride-window-bottom { height: 18%; }
  .ride-window-left,
  .ride-window-right { width: 4%; }

  .ride-seat-shadow {
    height: 20%;
    right: -4%;
    width: 34%;
  }

  .ride-hud {
    left: 6%;
    right: 6%;
    top: 10%;
  }

  .ride-hud > strong b {
    font-size: 14px;
  }

  .ride-station {
    padding: 18px 20px;
    top: 39%;
    width: 72vw;
  }

  .ride-station strong {
    font-size: 66px;
  }

  .ride-beat {
    padding: 22px 20px;
    top: 48%;
    width: calc(100% - 40px);
  }

  .ride-beat p {
    font-size: clamp(24px, 7.2vw, 32px);
    line-height: 1.16;
  }

  .ride-route-status {
    bottom: 5%;
    gap: 8px;
    grid-template-columns: auto minmax(120px, 1fr) auto;
    width: calc(100% - 36px);
  }

  .ride-scroll-cue {
    bottom: 10%;
    left: 6%;
  }

  .ride-platform-patiala {
    min-height: 100svh;
    padding: 110px 22px 120px;
  }

  .ride-arrival-number {
    font-size: 210px;
    right: -10px;
    top: 80px;
  }

  .ride-platform-patiala article h2 {
    font-size: clamp(64px, 20vw, 88px);
  }

  .ride-arrival-line {
    bottom: 60px;
    left: 22px;
  }

  .compartment-header,
  .theatre-header,
  .panorama-header,
  .film-header,
  .kinetic-header,
  .ticket-header {
    grid-template-columns: 1fr auto;
    height: 54px;
    padding: 0 15px;
  }

  .compartment-header > span,
  .theatre-header > span,
  .panorama-header > span,
  .film-header > span,
  .kinetic-header > span,
  .ticket-header > span {
    display: none;
  }

  .compartment-header strong,
  .theatre-header strong,
  .panorama-header strong,
  .film-header strong,
  .kinetic-header strong,
  .ticket-header strong {
    font-size: 6px;
  }

  .compartment-opening {
    display: flex;
    flex-direction: column;
    gap: 58px;
    min-height: 116svh;
    padding: 13vh 20px 100px;
  }

  .compartment-opening h1 {
    font-size: clamp(72px, 22vw, 94px);
  }

  .compartment-opening > div > strong {
    font-size: 16px;
  }

  .compartment-ticket {
    align-self: center;
    justify-self: auto;
    padding: 26px;
    width: 86%;
  }

  .compartment-ticket b {
    font-size: 42px;
  }

  .compartment-trip {
    height: 460svh;
  }

  .coach-ceiling {
    height: 13%;
  }

  .coach-luggage-rack {
    top: 13%;
  }

  .coach-luggage-rack i {
    width: 21%;
  }

  .coach-upper-berth {
    display: none;
  }

  .coach-wall {
    inset: 22% 0 25%;
  }

  .coach-wall > span {
    left: 6%;
    top: 5%;
  }

  .coach-window {
    height: 68%;
    left: 8%;
    top: 17%;
    width: 84%;
  }

  .coach-lower-berth {
    bottom: 5%;
    height: 20%;
    width: 54%;
  }

  .coach-table {
    bottom: 12%;
    left: 46%;
    width: 40%;
  }

  .compartment-status {
    left: 7%;
    top: 15%;
  }

  .compartment-memory {
    left: 20px;
    padding: 22px;
    right: 20px;
    top: 43%;
    width: auto;
  }

  .compartment-memory p {
    font-size: 25px;
  }

  .compartment-memory-two,
  .compartment-memory-three {
    left: 20px;
    right: 20px;
    top: 43%;
  }

  .compartment-arrival {
    left: 22px;
    padding: 20px;
    right: 22px;
    top: 42%;
    width: auto;
  }

  .compartment-route {
    bottom: 4%;
  }

  .compartment-destination {
    padding: 19vh 22px 120px;
  }

  .compartment-destination h2 {
    font-size: 76px;
  }

  .theatre-opening {
    min-height: 110svh;
    padding: 14vh 20px 120px;
  }

  .theatre-opening h1 {
    font-size: clamp(74px, 21vw, 96px);
  }

  .theatre-programme {
    bottom: 34px;
    right: 22px;
    width: 68%;
  }

  .theatre-trip {
    height: 440svh;
  }

  .theatre-curtain {
    width: 4%;
  }

  .theatre-world {
    bottom: 18%;
    height: 48%;
  }

  .mini-train {
    bottom: 22%;
    height: 16%;
    width: 86vw;
  }

  .mini-engine,
  .mini-coach {
    border-width: 4px;
  }

  .mini-engine b,
  .mini-coach::after {
    border-width: 3px;
    bottom: -16px;
    height: 30px;
    width: 30px;
  }

  .theatre-caption {
    left: 22px;
    padding: 21px;
    right: 22px;
    top: 20%;
    width: auto;
  }

  .theatre-caption p {
    font-size: 24px;
  }

  .theatre-caption-two,
  .theatre-caption-three {
    left: 22px;
    right: 22px;
  }

  .theatre-route {
    left: 8%;
    right: 8%;
  }

  .theatre-finale {
    padding: 18vh 22px 120px;
  }

  .theatre-finale h2 {
    font-size: 110px;
  }

  .panorama-opening {
    min-height: 105svh;
    padding: 13vh 20px 100px;
  }

  .panorama-opening-copy {
    width: 100%;
  }

  .panorama-opening-copy h1 {
    font-size: clamp(70px, 20vw, 90px);
  }

  .panorama-opening-copy > strong {
    font-size: 16px;
  }

  .panorama-sun {
    height: 220px;
    opacity: 0.55;
    right: -70px;
    top: 17%;
    width: 220px;
  }

  .panorama-trip {
    height: 470svh;
  }

  .panorama-frame {
    border-width: 10px;
  }

  .panorama-strip {
    bottom: 12%;
    height: 88%;
    width: 320%;
  }

  .panorama-note {
    backdrop-filter: blur(5px);
    background: rgba(206, 217, 208, 0.84);
    left: 24px;
    padding: 14px 16px;
    right: 24px;
    top: 18%;
    width: auto;
  }

  .panorama-note p {
    font-size: 27px;
  }

  .panorama-note-two,
  .panorama-note-three {
    left: 24px;
    right: 24px;
  }

  .panorama-arrival {
    padding: 18vh 22px 120px;
  }

  .panorama-arrival h2 {
    font-size: 76px;
  }

  .film-opening {
    min-height: 105svh;
    padding: 14vh 22px 110px;
  }

  .film-title h1 {
    font-size: 86px;
  }

  .film-title p {
    font-size: 16px;
  }

  .film-countdown {
    height: 190px;
    opacity: 0.35;
    right: -60px;
    top: 22%;
    width: 190px;
  }

  .film-countdown b {
    font-size: 82px;
  }

  .film-trip {
    height: 420svh;
  }

  .film-sprockets {
    width: 12px;
  }

  .film-sprockets-left { left: 7px; }
  .film-sprockets-right { right: 7px; }

  .film-shot figcaption {
    bottom: 15%;
    left: 30px;
    right: 30px;
  }

  .film-shot figcaption strong {
    font-size: 46px;
  }

  .film-hostel {
    height: 62%;
    left: 19%;
    top: 10%;
    width: 70%;
  }

  .film-desk {
    left: 5%;
    width: 90%;
  }

  .film-train-shadow i {
    border-width: 5px;
    margin-left: 3%;
    width: 42%;
  }

  .film-end-card {
    padding: 18vh 22px 120px;
  }

  .film-end-card h2 {
    font-size: 76px;
  }

  .kinetic-opening {
    min-height: 105svh;
    padding: 14vh 20px 110px;
  }

  .kinetic-opening h1 {
    font-size: 72px;
  }

  .kinetic-trip {
    height: 430svh;
  }

  .kinetic-route {
    height: 82%;
    top: 9%;
    width: 145%;
  }

  .kinetic-traveller {
    display: none;
  }

  .kinetic-city {
    font-size: 52px;
  }

  .kinetic-beat {
    left: 22px;
    right: 22px;
    top: 18%;
    width: auto;
  }

  .kinetic-beat strong {
    font-size: 32px;
  }

  .kinetic-beat p {
    font-size: 13px;
  }

  .kinetic-beat-two,
  .kinetic-beat-three {
    bottom: auto;
    left: 22px;
    right: 22px;
    top: 18%;
  }

  .kinetic-index {
    left: 5%;
    right: 5%;
  }

  .kinetic-arrival {
    padding: 18vh 22px 120px;
  }

  .kinetic-arrival h2 {
    font-size: 72px;
  }

  .ticket-opening {
    display: flex;
    flex-direction: column;
    gap: 60px;
    min-height: 120svh;
    padding: 14vh 20px 110px;
  }

  .ticket-opening h1 {
    font-size: 100px;
  }

  .ticket-opening > div > strong {
    font-size: 16px;
  }

  .ticket-punch {
    align-self: center;
    height: 330px;
    width: 250px;
  }

  .ticket-punch b {
    font-size: 110px;
  }

  .ticket-trip {
    height: 500svh;
  }

  .ticket-machine {
    left: 4%;
    right: 4%;
  }

  .ticket-paper {
    width: 88vw;
  }

  .ticket-panel {
    min-height: 82svh;
    padding: 10vh 9%;
  }

  .ticket-route-panel b {
    font-size: 52px;
  }

  .ticket-memory-panel strong {
    font-size: 42px;
  }

  .ticket-stamp {
    bottom: 7%;
    font-size: 8px;
    padding: 18px 13px;
  }

  .ticket-exit {
    padding: 18vh 22px 120px;
  }

  .ticket-exit h2 {
    font-size: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-scene *,
  .atlas-route-line,
  .atlas-traveller {
    animation: none !important;
    transition: none !important;
  }

  .ride-sticky::after,
  .ride-window-reflection i,
  .mini-smoke i,
  .film-grain,
  .film-countdown i {
    animation: none !important;
  }
}
