:root {
  color-scheme: dark;
  --night-950: #03111f;
  --night-900: #071b2f;
  --night-800: #0c2a46;
  --night-700: #123b5c;
  --cream: #fff7dd;
  --snow: #f4fbff;
  --ice: #9ee8f2;
  --mint: #7fe1c3;
  --evergreen: #14745d;
  --berry: #b92e4d;
  --gold: #f4bd55;
  --gold-deep: #9b6423;
  --violet: #9b82e6;
  --ink: #102436;
  --shadow: 0 22px 60px rgb(0 8 18 / 38%);
  --focus: #fff2a9;
  --topbar-height: 72px;
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--night-950);
  color: var(--cream);
  font-family: "Trebuchet MS", "Avenir Next", Avenir, system-ui, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}
svg { display: block; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--cream);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--topbar-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px clamp(14px, 3vw, 46px);
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  background: rgb(4 18 32 / 87%);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  gap: 11px;
  color: var(--cream);
  text-decoration: none;
  white-space: nowrap;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 245 196 / 52%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff9cf, #efb747 45%, #92531f 100%);
  box-shadow: 0 0 24px rgb(244 189 85 / 35%);
}
.brand-mark svg { width: 22px; height: 22px; fill: #6b3a16; }
.brand strong, .brand small { display: block; }
.brand strong { font: 800 17px/1.05 Georgia, serif; letter-spacing: .02em; }
.brand small { margin-top: 3px; color: var(--ice); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.utility-nav { display: flex; align-items: center; gap: 6px; }
.utility-button {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #e9f7ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}
.utility-button:hover { border-color: rgb(255 255 255 / 15%); background: rgb(255 255 255 / 7%); }
.utility-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.utility-button b {
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  margin-left: -4px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 11px;
}
.directory-button { border-color: rgb(158 232 242 / 35%); background: rgb(158 232 242 / 8%); }

.station {
  position: relative;
  isolation: isolate;
  min-height: min(850px, calc(100svh - var(--topbar-height)));
  display: grid;
  grid-template-rows: auto 1fr 80px;
  align-items: end;
  padding: clamp(24px, 5vw, 64px) clamp(16px, 4vw, 72px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgb(46 117 138 / 21%), transparent 34%),
    linear-gradient(#06192d 0 36%, #0d2a40 70%, #071725 100%);
}
.sky { position: absolute; z-index: -5; inset: 0 0 32%; overflow: hidden; }
.sky::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgb(255 255 255 / 82%) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgb(156 226 246 / 60%) 0 1px, transparent 1.5px);
  background-position: 0 0, 41px 57px;
  background-size: 83px 83px, 117px 117px;
  opacity: .52;
  animation: stars 8s ease-in-out infinite alternate;
}
.aurora {
  position: absolute;
  width: 80%;
  height: 38%;
  border-radius: 50%;
  filter: blur(32px);
  opacity: .28;
  transform: rotate(-8deg);
  animation: aurora 12s ease-in-out infinite alternate;
}
.aurora-one { top: -14%; left: -12%; background: linear-gradient(90deg, transparent, #66efc1, #57a8e8, transparent); }
.aurora-two { top: 2%; right: -24%; background: linear-gradient(90deg, transparent, #8a7fec, #65e7bd, transparent); animation-delay: -5s; }
.station-roof {
  position: absolute;
  z-index: -3;
  top: 7%;
  left: 4%;
  right: 4%;
  height: 68%;
  border: clamp(9px, 1vw, 15px) solid #21485c;
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 72% 72% 0 0;
  background:
    linear-gradient(90deg, transparent 49.5%, rgb(175 227 232 / 11%) 50%, transparent 50.5%),
    linear-gradient(rgb(5 25 41 / 24%), rgb(11 36 51 / 58%));
  box-shadow: inset 0 0 0 3px rgb(244 189 85 / 22%), inset 0 0 90px rgb(40 109 125 / 20%);
  overflow: hidden;
}
.station-roof i {
  position: absolute;
  bottom: -20%;
  width: 3px;
  height: 125%;
  background: linear-gradient(#37657a, #142f40);
  transform-origin: bottom;
}
.station-roof i:nth-child(1) { left: 16%; transform: rotate(-14deg); }
.station-roof i:nth-child(2) { left: 33%; transform: rotate(-7deg); }
.station-roof i:nth-child(3) { left: 50%; }
.station-roof i:nth-child(4) { left: 67%; transform: rotate(7deg); }
.station-roof i:nth-child(5) { left: 84%; transform: rotate(14deg); }
.station-sign {
  align-self: start;
  justify-self: center;
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin-top: clamp(5px, 4vh, 40px);
  padding: 12px 34px 16px;
  text-align: center;
  filter: drop-shadow(0 10px 20px rgb(0 0 0 / 35%));
}
.station-sign::before, .station-sign::after {
  content: "";
  position: absolute;
  top: -55px;
  width: 3px;
  height: 62px;
  background: #8c6d3e;
}
.station-sign::before { left: 22%; }
.station-sign::after { right: 22%; }
.station-sign span { color: var(--ice); font-size: clamp(11px, 1vw, 14px); font-weight: 900; letter-spacing: .24em; text-transform: uppercase; }
.station-sign h1 {
  margin: 3px 0 0;
  color: #fff5cf;
  font: 800 clamp(28px, 4vw, 54px)/1 Georgia, serif;
  letter-spacing: -.025em;
  text-shadow: 0 3px 0 #6b421e, 0 0 28px rgb(255 223 139 / 24%);
}
.station-sign p { margin: 8px 0 0; color: #ccebf4; font-size: clamp(12px, 1.25vw, 16px); font-weight: 700; }

.concourse {
  position: relative;
  z-index: 3;
  width: min(1320px, 100%);
  align-self: end;
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(160px, .75fr) minmax(420px, 1.8fr) minmax(160px, .75fr);
  align-items: end;
  gap: clamp(12px, 2vw, 28px);
  padding-bottom: 38px;
}
.gate-bank { display: grid; gap: 14px; padding-bottom: 28px; }
.platform-gate {
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 11px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 19px 19px 12px 12px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 11%), transparent 48%),
    linear-gradient(160deg, #173f55, #092235);
  color: var(--cream);
  box-shadow: 0 12px 30px rgb(0 0 0 / 30%), inset 0 1px 0 rgb(255 255 255 / 15%);
  cursor: pointer;
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.platform-gate::after {
  content: "";
  position: absolute;
  inset: auto 13px 7px;
  height: 3px;
  border-radius: 999px;
  background: var(--gate-accent, var(--gold));
  box-shadow: 0 0 13px var(--gate-accent, var(--gold));
}
.platform-gate:hover { transform: translateY(-4px); border-color: rgb(255 239 180 / 55%); box-shadow: 0 18px 38px rgb(0 0 0 / 35%); }
.platform-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid #d7b466;
  border-radius: 50%;
  background: #0b2335;
  color: #ffe9a4;
  font: 800 22px/1 Georgia, serif;
}
.gate-copy { min-width: 0; }
.gate-copy small { display: block; color: #8bd8e4; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.gate-copy strong { display: block; margin-top: 4px; font: 800 clamp(14px, 1.2vw, 18px)/1.15 Georgia, serif; }
.platform-gate > svg { position: absolute; top: 10px; right: 10px; width: 22px; height: 22px; fill: none; stroke: var(--gate-accent, var(--gold)); stroke-width: 1.7; opacity: .72; }

.departures-board {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  border: 7px solid #8d6332;
  border-radius: 18px;
  background:
    linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 2%) 1px, transparent 1px),
    #07151e;
  background-size: 5px 5px;
  box-shadow: 0 0 0 3px #d4a75d, 0 0 0 7px #4b311b, var(--shadow), inset 0 0 35px rgb(0 0 0 / 65%);
  text-align: center;
}
.departures-board::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgb(255 231 161 / 13%);
  border-radius: 8px;
  pointer-events: none;
}
.board-clock {
  position: absolute;
  top: 12px;
  right: 14px;
  color: #98d7df;
  font: 800 12px/1.1 ui-monospace, monospace;
}
.board-clock span, .board-clock small { display: block; }
.board-clock small { margin-top: 2px; font-size: 7px; letter-spacing: .12em; opacity: .65; }
.board-kicker { margin: 0 70px 6px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.departures-board h2 { margin: 0; color: #fff8de; font: 800 clamp(23px, 2.9vw, 39px)/1.1 Georgia, serif; }
.board-announcement { max-width: 650px; margin: 9px auto 18px; color: #b9d7de; font-size: clamp(12px, 1.1vw, 15px); }
.today-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; text-align: left; }
.today-card {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 13px;
  background: linear-gradient(150deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 2%));
  color: #effbff;
  cursor: pointer;
}
.today-card:hover { border-color: rgb(244 189 85 / 58%); background: linear-gradient(150deg, rgb(244 189 85 / 13%), rgb(255 255 255 / 3%)); }
.today-card small { color: #7ddbc8; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.today-card strong { display: block; margin: 6px 0 5px; font: 800 15px/1.2 Georgia, serif; }
.today-card p { margin: 0; color: #a9c7d1; font-size: 11px; line-height: 1.35; }
.today-card-cta { margin-top: auto; padding-top: 8px; color: #ffd77d; font-size: 10px; font-weight: 900; }
.board-directory {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 9px 14px;
  border: 0;
  border-radius: 12px;
  background: #163748;
  color: #dff7fb;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}
.board-directory svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

.platform-floor {
  position: absolute;
  z-index: 1;
  left: -5%;
  right: -5%;
  bottom: -42px;
  height: 162px;
  transform: perspective(350px) rotateX(52deg);
  transform-origin: bottom;
  background:
    repeating-linear-gradient(90deg, transparent 0 110px, rgb(255 255 255 / 5%) 111px 113px),
    linear-gradient(#35515c, #102831);
  border-top: 5px solid #d3b27a;
  box-shadow: inset 0 9px 0 #765735;
}
.track { position: absolute; top: 45%; height: 7px; background: #b0b9b8; box-shadow: 0 15px 0 #485653; }
.track-one { left: 2%; width: 27%; transform: rotate(-4deg); }
.track-two { right: 2%; width: 27%; transform: rotate(4deg); }
.snowbank { position: absolute; z-index: 2; bottom: -38px; width: 28%; height: 100px; border-radius: 50%; background: linear-gradient(#f4fcff, #afdae5); filter: drop-shadow(0 -8px 20px rgb(180 232 242 / 12%)); }
.snowbank-left { left: -5%; transform: rotate(3deg); }
.snowbank-right { right: -5%; transform: rotate(-3deg); }
.info-booth {
  position: absolute;
  z-index: 8;
  left: clamp(14px, 3vw, 46px);
  bottom: 22px;
  min-width: 150px;
  min-height: 66px;
  padding: 11px 15px 11px 48px;
  border: 2px solid #c2944d;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(145deg, #2f6d60, #104238);
  color: white;
  box-shadow: 0 12px 25px rgb(0 0 0 / 30%);
  cursor: pointer;
  text-align: left;
}
.info-booth strong, .info-booth span { display: block; }
.info-booth strong { font: 800 15px/1.1 Georgia, serif; }
.info-booth span { margin-top: 3px; color: #bce9dd; font-size: 10px; }
.info-light { position: absolute; left: 15px; top: 15px; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
.discovery { position: absolute; z-index: 10; border: 0; background: transparent; cursor: pointer; }
.discovery-luggage { left: -20px; bottom: 25px; width: 72px; height: 70px; }
.discovery-luggage span, .discovery-luggage::before, .discovery-luggage::after { content: ""; position: absolute; bottom: 0; border: 2px solid #d09b57; background: #7a2c3c; box-shadow: inset 0 0 0 3px rgb(255 255 255 / 8%); }
.discovery-luggage span { left: 10px; width: 48px; height: 42px; border-radius: 8px; }
.discovery-luggage::before { left: 0; width: 28px; height: 31px; border-radius: 6px; background: #225c5a; }
.discovery-luggage::after { right: 0; width: 25px; height: 25px; border-radius: 5px; background: #84632d; }
.discovery-ticket { right: -7px; bottom: 92px; width: 50px; height: 50px; color: #ffd36d; transform: rotate(13deg); filter: drop-shadow(0 0 8px rgb(255 202 86 / 40%)); }
.discovery-ticket svg { width: 100%; height: 100%; fill: rgb(94 61 14 / 70%); stroke: currentColor; stroke-width: 1.5; }
.discovery.found { opacity: .48; filter: saturate(.35); }

.welcome-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #183446;
  border-top: 1px solid rgb(255 255 255 / 10%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.welcome-strip > div { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 22px clamp(14px, 3vw, 34px); background: #0b2436; }
.strip-number { color: var(--gold); font: 800 28px/1 Georgia, serif; opacity: .55; }
.welcome-strip p { margin: 0; color: #a9c9d4; font-size: 12px; }
.welcome-strip strong { color: #f8f1dc; font-size: 14px; }

.district-section { padding: clamp(62px, 8vw, 110px) clamp(18px, 5vw, 80px); background: linear-gradient(180deg, #061724, #0b2938 70%, #0d3040); }
.section-heading { max-width: 730px; margin: 0 auto 38px; text-align: center; }
.eyebrow { margin: 0 0 8px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.section-heading h2, .grownups h2 { margin: 0; font: 800 clamp(30px, 4vw, 52px)/1.05 Georgia, serif; color: #fff3d1; }
.section-heading > p:last-child { color: #b5d3dc; }
.district-grid { width: min(1240px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.district-card {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--card-accent) 25%, transparent), transparent 48%),
    linear-gradient(145deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 2%));
  color: var(--cream);
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease;
}
.district-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--card-accent) 70%, white); }
.district-card:first-child, .district-card:nth-child(2), .district-card:last-child { grid-column: span 2; }
.district-card svg { width: 42px; height: 42px; fill: none; stroke: var(--card-accent); stroke-width: 1.35; }
.district-card small { margin-top: auto; color: var(--card-accent); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.district-card h3 { margin: 15px 0 7px; font: 800 23px/1.1 Georgia, serif; }
.district-card p { margin: 0 0 20px; color: #b1cbd4; font-size: 13px; }
.district-card span { min-height: 44px; display: inline-flex; align-items: center; margin-top: auto; color: #f8d889; font-size: 12px; font-weight: 900; }

.sponsor-frame {
  width: min(1040px, calc(100% - 36px));
  min-height: 150px;
  margin: 0 auto clamp(70px, 9vw, 120px);
  padding: 14px;
  border: 1px dashed rgb(157 203 213 / 35%);
  border-radius: 22px;
  background: #071c29;
  color: #9ab5be;
}
.sponsor-label { margin: 0 0 9px; text-align: center; font-size: 9px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.sponsor-frame > div { min-height: 104px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 18px; border-radius: 14px; background: repeating-linear-gradient(135deg, rgb(255 255 255 / 2%) 0 8px, transparent 8px 16px); }
.sponsor-frame svg { flex: 0 0 auto; width: 34px; height: 34px; fill: none; stroke: #698895; stroke-width: 1.5; }
.sponsor-frame p { margin: 0; font-size: 12px; }
.sponsor-frame strong { color: #c4d8de; }

.grownups { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; padding: clamp(54px, 7vw, 90px) clamp(22px, 7vw, 110px); background: var(--cream); color: var(--ink); }
.grownups h2 { color: #173149; }
.grownups ul { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 0; padding: 0; list-style: none; }
.grownups li { position: relative; min-height: 68px; padding: 15px 14px 15px 48px; border-radius: 16px; background: #e6f2ee; color: #1b423c; font-size: 13px; font-weight: 800; }
.grownups li::before { content: "✓"; position: absolute; left: 17px; top: 16px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #287966; color: white; }

footer { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 35px clamp(20px, 5vw, 72px); color: #9db9c3; }
footer p { max-width: 520px; font-size: 12px; }
footer button { min-height: 44px; padding: 9px 14px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 12px; background: transparent; color: #d5e7ec; cursor: pointer; }

dialog {
  width: min(760px, calc(100% - 28px));
  max-height: min(780px, calc(100dvh - 30px));
  padding: 0;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 26px;
  overflow: auto;
  background: linear-gradient(145deg, #12384b, #071b2b);
  color: var(--cream);
  box-shadow: 0 28px 90px rgb(0 0 0 / 70%);
}
dialog::backdrop { background: rgb(0 8 16 / 76%); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); }
.dialog-header { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 25px 25px 18px; background: rgb(10 38 54 / 94%); border-bottom: 1px solid rgb(255 255 255 / 10%); }
.dialog-header h2 { margin: 0; font: 800 clamp(25px, 4vw, 37px)/1.1 Georgia, serif; }
.icon-button { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 15%); border-radius: 50%; background: rgb(255 255 255 / 7%); color: white; cursor: pointer; }
.icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.dialog-intro, .journey-dialog > p { padding: 0 25px; color: #b8d2da; }
.directory-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; padding: 15px 25px 28px; }
.directory-item { min-height: 104px; display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 14px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 16px; background: rgb(255 255 255 / 5%); color: white; cursor: pointer; text-align: left; }
.directory-item:hover { border-color: rgb(244 189 85 / 50%); }
.directory-item svg { width: 36px; height: 36px; fill: none; stroke: var(--item-accent); stroke-width: 1.5; }
.directory-item strong, .directory-item small { display: block; }
.directory-item strong { font: 800 16px/1.15 Georgia, serif; }
.directory-item small { margin-top: 5px; color: #9abac4; }
.directory-district { min-width: 0; overflow: hidden; border: 1px solid rgb(255 255 255 / 10%); border-radius: 18px; background: rgb(255 255 255 / 3%); }
.directory-district .directory-item { width: 100%; min-height: 88px; border: 0; border-radius: 0; background: transparent; }
.directory-district .directory-item:hover { background: rgb(255 255 255 / 4%); }
.directory-activity-list { display: grid; gap: 7px; padding: 0 10px 11px; }
.directory-activity-button { min-height: 58px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 9px 11px; border: 1px solid color-mix(in srgb, var(--item-accent) 38%, transparent); border-radius: 12px; background: rgb(0 0 0 / 18%); color: white; text-align: left; cursor: pointer; }
.directory-activity-button:hover, .directory-activity-button:focus-visible { border-color: var(--item-accent); background: color-mix(in srgb, var(--item-accent) 10%, rgb(0 0 0 / 20%)); }
.directory-activity-button strong, .directory-activity-button small { display: block; }
.directory-activity-button strong { font: 800 13px/1.18 Georgia, serif; }
.directory-activity-button small { margin-top: 3px; color: #a9c4cc; font-size: 9px; line-height: 1.3; }
.directory-activity-button b { color: var(--item-accent); font-size: 10px; white-space: nowrap; }
.journey-activity-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 8px 25px 6px; }
.journey-activity-card { min-height: 132px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 15px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 16px; background: rgb(255 255 255 / 5%); color: white; text-align: left; }
.journey-activity-card.is-playable { cursor: pointer; }
.journey-activity-card.is-playable:hover, .journey-activity-card.is-playable:focus-visible { border-color: rgb(244 189 85 / 58%); background: linear-gradient(145deg,rgb(244 189 85 / 10%),rgb(255 255 255 / 4%)); }
.journey-activity-card:disabled { opacity: .58; cursor: default; }
.journey-activity-card small, .journey-activity-card strong, .journey-activity-card p { display: block; }
.journey-activity-card small { color: #7ddbc8; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.journey-activity-card strong { margin-top: 5px; font: 800 16px/1.15 Georgia, serif; }
.journey-activity-card p { margin: 6px 0 0; color: #a9c7d1; font-size: 10px; line-height: 1.35; }
.journey-activity-card b { color: #ffd77d; font-size: 11px; white-space: nowrap; }
.passport-card { display: flex; gap: 18px; align-items: center; margin: 24px; padding: 22px; border: 2px solid #d1a857; border-radius: 20px; background: linear-gradient(135deg, #ebd898, #f8efcb); color: #23423d; }
.passport-card svg { width: 62px; height: 62px; fill: none; stroke: #426c63; stroke-width: 1.3; }
.passport-card p { margin: 6px 0 0; font-size: 12px; }
.stamp-list { min-height: 72px; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0 24px 24px; list-style: none; }
.stamp-list li { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 14px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 999px; background: rgb(255 255 255 / 6%); font-size: 12px; }
.text-button { min-height: 44px; margin: 0 24px 25px; padding: 8px 13px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 12px; background: transparent; color: #c4dbe2; cursor: pointer; }
.journey-notice { display: flex; gap: 15px; align-items: center; margin: 22px 25px 28px; padding: 18px; border-radius: 17px; background: rgb(126 225 195 / 10%); color: #bfe2d9; }
.journey-notice svg { flex: 0 0 auto; width: 35px; height: 35px; fill: var(--gold); }
.journey-notice p { margin: 0; font-size: 13px; }
.journey-notice strong { color: #f6e8bd; }
.toast { position: fixed; z-index: 90; left: 50%; bottom: 24px; max-width: min(430px, calc(100% - 28px)); padding: 13px 18px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 999px; background: #173f39; color: white; box-shadow: 0 15px 40px rgb(0 0 0 / 45%); font-weight: 800; text-align: center; transform: translate(-50%, 150%); opacity: 0; transition: transform .25s ease, opacity .25s ease; }
.toast.visible { transform: translate(-50%, 0); opacity: 1; }
.noscript { position: fixed; z-index: 100; inset: auto 12px 12px; padding: 14px; border-radius: 12px; background: #7c2638; color: white; }

.accent-berry { --card-accent: #ee7189; --item-accent: #ee7189; --gate-accent: #ee7189; }
.accent-evergreen { --card-accent: #78ddbd; --item-accent: #78ddbd; --gate-accent: #78ddbd; }
.accent-ice { --card-accent: #81dce9; --item-accent: #81dce9; --gate-accent: #81dce9; }
.accent-gold { --card-accent: #f4bd55; --item-accent: #f4bd55; --gate-accent: #f4bd55; }
.accent-violet { --card-accent: #b19be9; --item-accent: #b19be9; --gate-accent: #b19be9; }

@keyframes aurora { to { transform: translate3d(5%, 8%, 0) rotate(-2deg) scale(1.12); opacity: .42; } }
@keyframes stars { to { opacity: .78; } }

@media (max-width: 1050px) {
  .utility-button span { display: none; }
  .directory-button span { display: inline; }
  .concourse { grid-template-columns: minmax(145px, .65fr) minmax(390px, 1.7fr) minmax(145px, .65fr); gap: 12px; }
  .platform-gate { grid-template-columns: 42px 1fr; padding: 11px; }
  .platform-number { width: 40px; height: 40px; font-size: 18px; }
  .gate-copy strong { font-size: 14px; }
  .today-card p { display: none; }
  .district-grid { grid-template-columns: repeat(2, 1fr); }
  .district-card { grid-column: span 1 !important; }
}

@media (max-width: 760px) {
  :root { --topbar-height: 64px; }
  .topbar { gap: 8px; padding: 8px 11px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 8px; }
  .brand-mark { width: 38px; height: 38px; }
  .utility-nav { margin-left: auto; }
  .utility-button { min-width: 44px; padding: 7px; }
  .utility-button:nth-child(1), .utility-button:nth-child(2) { display: none; }
  .directory-button span { display: none; }
  .station {
    min-height: auto;
    display: block;
    padding: 35px 14px 102px;
    background: radial-gradient(circle at 50% 25%, rgb(48 132 142 / 25%), transparent 32%), linear-gradient(#06192d, #0c2b40 68%, #071725);
  }
  .sky { bottom: 40%; }
  .station-roof { top: 2%; left: -22%; right: -22%; height: 62%; border-width: 8px; }
  .station-sign { max-width: 470px; margin: 0 auto 24px; padding-inline: 5px; }
  .station-sign::before, .station-sign::after { display: none; }
  .station-sign h1 { font-size: clamp(31px, 10vw, 48px); }
  .station-sign p { max-width: 330px; margin-inline: auto; }
  .concourse { width: 100%; display: flex; flex-direction: column; align-items: stretch; padding-bottom: 0; }
  .departures-board { order: 1; padding: 25px 16px 20px; border-width: 5px; }
  .board-clock { display: none; }
  .board-kicker { margin-inline: 0; }
  .departures-board h2 { font-size: 28px; }
  .today-slots { grid-template-columns: 1fr; }
  .today-card { min-height: 88px; display: grid; grid-template-columns: 1fr auto; column-gap: 10px; align-items: center; }
  .today-card small, .today-card strong { grid-column: 1; }
  .today-card strong { margin: 2px 0; }
  .today-card p { display: none; }
  .today-card-cta { grid-column: 2; grid-row: 1 / span 2; padding: 8px; border-radius: 9px; background: rgb(244 189 85 / 12%); }
  .board-directory { width: 100%; justify-content: center; }
  .gate-bank { order: 2; grid-template-columns: 1fr 1fr; width: 100%; padding: 4px 0 0; }
  .gate-right { order: 3; }
  .platform-gate { min-height: 96px; display: block; padding: 12px; }
  .platform-number { width: 35px; height: 35px; margin-bottom: 8px; font-size: 16px; }
  .gate-copy small { font-size: 8px; }
  .gate-copy strong { max-width: 110px; font-size: 14px; }
  .platform-gate > svg { top: 13px; right: 12px; }
  .platform-floor { height: 120px; bottom: -58px; }
  .info-booth { left: 14px; right: 14px; bottom: 18px; min-height: 62px; }
  .snowbank { width: 42%; bottom: -50px; }
  .discovery-luggage { left: -10px; bottom: -18px; }
  .discovery-ticket { right: 2px; bottom: 45%; }
  .welcome-strip { grid-template-columns: 1fr; }
  .welcome-strip > div { justify-content: flex-start; padding: 17px 22px; }
  .district-grid { grid-template-columns: 1fr; }
  .district-card { min-height: 205px; }
  .grownups { grid-template-columns: 1fr; gap: 30px; }
  .grownups ul { grid-template-columns: 1fr; }
  footer { flex-direction: column; align-items: flex-start; }
  .directory-list { grid-template-columns: 1fr; }
  .journey-activity-list { grid-template-columns: 1fr; padding-inline: 17px; }
  .directory-activity-button small { display: none; }
}

@media (max-width: 430px) {
  .brand > span:last-child { display: none; }
  .utility-button b { position: absolute; top: 3px; right: 1px; }
  .today-card-cta { max-width: 92px; text-align: center; }
  .district-section { padding-inline: 14px; }
  .directory-dialog, .passport-dialog, .journey-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
  .dialog-header { padding: 19px 17px 15px; }
  .dialog-intro, .journey-dialog > p { padding-inline: 17px; }
  .directory-list { padding-inline: 17px; }
  .passport-card { margin-inline: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
html.reduce-motion *, html.reduce-motion *::before, html.reduce-motion *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }

/* Approved Grand Central production-art integration. The image is decorative;
   every destination and editorial choice remains a live HTML control. */
.station {
  min-height: clamp(720px, 56.3vw, 941px);
  display: block;
  padding: 0;
  background: #071724;
}
.station-art {
  position: absolute;
  z-index: -4;
  inset: 0;
  display: block;
  overflow: hidden;
}
.station-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.sky, .station-roof, .platform-floor, .snowbank { display: none; }
.station::after {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgb(1 10 20 / 5%) 0 65%, rgb(2 12 22 / 32%) 100%),
    radial-gradient(circle at 50% 44%, transparent 0 27%, rgb(3 12 20 / 12%) 70%);
}
.station-sign {
  position: absolute;
  z-index: 6;
  top: 7.2%;
  left: 50%;
  width: min(42%, 700px);
  max-width: none;
  margin: 0;
  padding: 6px 18px 10px;
  transform: translateX(-50%);
}
.station-sign::before, .station-sign::after { display: none; }
.station-sign span { color: #bfeffc; font-size: clamp(9px, .8vw, 13px); }
.station-sign h1 { font-size: clamp(27px, 3.1vw, 50px); }
.station-sign p { margin-top: 5px; font-size: clamp(10px, .9vw, 14px); }
.concourse {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  align-self: auto;
  justify-self: auto;
  align-items: initial;
  gap: 0;
  padding: 0;
  pointer-events: none;
}
.concourse button, .departures-board { pointer-events: auto; }
.departures-board {
  position: absolute;
  top: 27.2%;
  left: 50%;
  width: min(31%, 520px);
  min-height: 25%;
  padding: clamp(13px, 1.4vw, 22px);
  border-width: 3px;
  border-color: #9a6c32;
  border-radius: 13px;
  background: rgb(4 17 27 / 91%);
  box-shadow: 0 0 0 2px #d6ab5c, 0 12px 36px rgb(0 0 0 / 48%), inset 0 0 24px rgb(0 0 0 / 58%);
  transform: translateX(-50%);
}
.departures-board::before { inset: 5px; }
.board-kicker { margin: 0 52px 3px; font-size: 9px; }
.departures-board h2 { font-size: clamp(18px, 1.75vw, 29px); }
.board-announcement { margin: 5px auto 9px; font-size: clamp(9px, .76vw, 12px); line-height: 1.25; }
.today-slots { gap: 6px; }
.today-card { min-height: 86px; padding: 9px; }
.today-card small { font-size: 7px; }
.today-card strong { margin: 3px 0; font-size: clamp(10px, .85vw, 14px); }
.today-card p { display: none; }
.today-card-cta { padding-top: 5px; font-size: 8px; }
.board-directory { min-height: 44px; margin-top: 8px; padding: 6px 10px; font-size: 10px; }
.board-clock { top: 9px; right: 10px; font-size: 9px; }
.gate-bank { position: static; display: contents; padding: 0; }
.platform-gate {
  position: absolute;
  top: 28.5%;
  width: 15.5%;
  min-height: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding: 5px;
  border: 2px solid transparent;
  border-radius: 44px 44px 24px 24px;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.platform-gate::after { display: none; }
.platform-gate:hover, .platform-gate:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--gate-accent) 72%, white);
  background: linear-gradient(180deg, rgb(4 19 31 / 64%), rgb(4 19 31 / 10%) 45%, transparent 72%);
  box-shadow: 0 0 28px color-mix(in srgb, var(--gate-accent) 34%, transparent);
}
.gate-left .platform-gate:nth-child(1) { left: 1.5%; }
.gate-left .platform-gate:nth-child(2) { left: 18.9%; }
.gate-right .platform-gate:nth-child(1) { left: 65.6%; }
.gate-right .platform-gate:nth-child(2) { left: 83%; }
.platform-number {
  width: clamp(46px, 5vw, 76px);
  height: clamp(46px, 5vw, 76px);
  margin: 0;
  border-color: var(--gate-accent);
  background: rgb(6 25 39 / 88%);
  color: #fff5d3;
  font-size: clamp(20px, 2.4vw, 36px);
  box-shadow: 0 0 24px color-mix(in srgb, var(--gate-accent) 52%, transparent), inset 0 0 16px rgb(255 255 255 / 8%);
}
.gate-copy {
  max-width: 150px;
  padding: 6px 9px 7px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 11px;
  background: rgb(3 19 30 / 82%);
  box-shadow: 0 8px 22px rgb(0 0 0 / 25%);
}
.gate-copy small { color: var(--gate-accent); font-size: clamp(7px, .6vw, 9px); }
.gate-copy strong { margin-top: 2px; font-size: clamp(11px, 1.05vw, 17px); }
.platform-gate > svg { display: none; }
.info-booth {
  left: 50%;
  right: auto;
  bottom: 3.5%;
  min-width: 190px;
  min-height: 58px;
  transform: translateX(-50%);
}
.discovery-luggage { left: 5%; bottom: 4%; }
.discovery-ticket { right: 7%; bottom: 11%; }

@media (max-width: 900px) and (orientation: portrait) {
  .station {
    min-height: 177.7vw;
    max-height: none;
    padding: 0;
  }
  .station-art img { object-fit: fill; }
  .station::after { background: linear-gradient(180deg, transparent 0 72%, rgb(2 12 22 / 27%) 100%); }
  .station-sign {
    top: 3.5%;
    width: 82%;
    padding: 3px 8px;
  }
  .station-sign span { font-size: clamp(7px, 1.6vw, 12px); }
  .station-sign h1 { font-size: clamp(23px, 6.8vw, 49px); }
  .station-sign p { display: none; }
  .concourse { display: block; width: 100%; height: 100%; padding: 0; }
  .departures-board {
    top: 18.4%;
    width: 68%;
    min-height: 16.6%;
    padding: clamp(8px, 2.1vw, 17px);
    border-width: 2px;
  }
  .board-clock, .board-announcement { display: none; }
  .board-kicker { margin: 0 0 2px; font-size: clamp(6px, 1.2vw, 9px); }
  .departures-board h2 {
    overflow: hidden;
    margin: 0 auto 5px;
    font-size: clamp(11px, 2.7vw, 20px);
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .today-slots { grid-template-columns: repeat(3, 1fr); gap: clamp(3px, .8vw, 7px); }
  .today-card {
    min-height: clamp(44px, 11vw, 78px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    text-align: center;
  }
  .today-card small, .today-card p, .today-card-cta { display: none; }
  .today-card strong { margin: 0; font-size: clamp(9px, 2vw, 12px); }
  .board-directory { width: 100%; min-height: 44px; margin-top: 5px; padding: 3px 7px; font-size: clamp(9px, 1.8vw, 11px); }
  .board-directory svg { width: 13px; height: 13px; }
  .platform-gate {
    top: auto;
    width: 31%;
    min-height: 19%;
    padding: 3px;
    border-radius: 32px 32px 18px 18px;
  }
  .gate-left .platform-gate:nth-child(1) { top: 36.1%; left: 17.2%; }
  .gate-left .platform-gate:nth-child(2) { top: 36.1%; left: 52%; }
  .gate-right .platform-gate:nth-child(1) { top: 58.5%; left: 17.2%; }
  .gate-right .platform-gate:nth-child(2) { top: 58.5%; left: 52%; }
  .platform-number {
    width: clamp(38px, 9.5vw, 72px);
    height: clamp(38px, 9.5vw, 72px);
    font-size: clamp(17px, 4.5vw, 32px);
  }
  .gate-copy { max-width: 92%; padding: 4px 6px; }
  .gate-copy small { display: none; }
  .gate-copy strong { margin: 0; font-size: clamp(11px, 2.6vw, 17px); }
  .info-booth {
    bottom: 2.2%;
    width: min(62%, 340px);
    min-width: 0;
    min-height: 50px;
    padding-block: 7px;
  }
  .discovery-luggage { left: 4%; bottom: 3%; transform: scale(.8); transform-origin: left bottom; }
  .discovery-ticket { right: 5%; bottom: 8%; }
}

@media (max-width: 430px) and (orientation: portrait) {
  .departures-board { width: 73%; }
  .board-directory { min-height: 44px; }
  .info-booth span { display: none; }
}

/* Phase 1 ensemble and discovery layer. These residents are separate true-alpha
   art so the responsive station can remain semantic instead of becoming an image map. */
.station-atmosphere,
.resident-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.station-atmosphere {
  z-index: 1;
  mix-blend-mode: screen;
}

.resident-layer {
  z-index: 3;
}

.resident-group {
  position: absolute;
  display: block;
  height: auto;
  filter: drop-shadow(0 20px 22px rgb(0 6 12 / 32%));
  transform-origin: 50% 100%;
  animation: resident-breathe 6.8s ease-in-out infinite alternate;
  user-select: none;
}

.resident-crew {
  left: 7.5%;
  bottom: 1.2%;
  width: min(23.5%, 390px);
}

.resident-winter-friends {
  right: 4.8%;
  bottom: .4%;
  width: min(29.5%, 500px);
  animation-delay: -3.2s;
}

.snow-speck {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 255 255 / 94%) 0 22%, rgb(191 238 247 / 66%) 24% 45%, transparent 68%);
  box-shadow: 0 0 10px rgb(191 238 247 / 55%);
  opacity: .55;
  animation: snow-wander 9s linear infinite;
}

.snow-speck-one { left: 8%; top: 18%; animation-duration: 9.7s; }
.snow-speck-two { left: 24%; top: 10%; width: 5px; height: 5px; animation-delay: -4s; animation-duration: 8.3s; }
.snow-speck-three { left: 42%; top: 15%; width: 8px; height: 8px; animation-delay: -7s; animation-duration: 11.2s; }
.snow-speck-four { right: 38%; top: 8%; width: 5px; height: 5px; animation-delay: -1.7s; animation-duration: 10.6s; }
.snow-speck-five { right: 19%; top: 20%; width: 7px; height: 7px; animation-delay: -5.3s; animation-duration: 9.2s; }
.snow-speck-six { right: 7%; top: 13%; width: 4px; height: 4px; animation-delay: -8.1s; animation-duration: 12.4s; }

.light-sweep {
  position: absolute;
  width: 44%;
  height: 16%;
  border-radius: 50%;
  filter: blur(28px);
  opacity: .13;
  transform: rotate(-8deg);
  animation: station-light-sweep 12s ease-in-out infinite alternate;
}

.light-sweep-one {
  top: 7%;
  left: -13%;
  background: linear-gradient(90deg, transparent, rgb(92 239 196 / 85%), rgb(97 161 232 / 62%), transparent);
}

.light-sweep-two {
  top: 4%;
  right: -18%;
  background: linear-gradient(90deg, transparent, rgb(154 129 236 / 75%), rgb(104 226 194 / 70%), transparent);
  animation-delay: -5.5s;
}

.discovery-character,
.discovery-scene {
  z-index: 9;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff0a5;
  filter: none;
  transform: none;
}

.discovery-character::before,
.discovery-scene::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgb(255 236 157 / 55%);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 242 180 / 46%), rgb(244 189 85 / 9%) 46%, transparent 70%);
  box-shadow: 0 0 13px rgb(244 189 85 / 42%);
  opacity: .55;
  animation: discovery-glint 3.4s ease-in-out infinite;
}

.discovery-character svg,
.discovery-scene svg {
  position: relative;
  width: 17px;
  height: 17px;
  fill: currentColor;
  opacity: .74;
  filter: drop-shadow(0 0 5px rgb(255 219 111 / 62%));
}

.discovery-character:hover::before,
.discovery-scene:hover::before,
.discovery-character:focus-visible::before,
.discovery-scene:focus-visible::before {
  inset: 6px;
  opacity: 1;
  border-color: #fff0a5;
  background: radial-gradient(circle, rgb(255 247 199 / 76%), rgb(244 189 85 / 20%) 50%, transparent 72%);
}

.discovery-character.found,
.discovery-scene.found {
  opacity: .44;
  filter: saturate(.4);
}

.discovery-character.found::before,
.discovery-scene.found::before {
  animation: none;
  box-shadow: none;
}

.discovery-conductor { left: 12.8%; bottom: 20%; }
.discovery-reporter { left: 24.7%; bottom: 17%; }
.discovery-reindeer { right: 22%; bottom: 19%; }
.discovery-snowman { right: 8.2%; bottom: 18%; }
.discovery-aurora { left: 19%; top: 9%; }
.discovery-lantern { right: 19%; top: 22%; }

@keyframes resident-breathe {
  0% { transform: translate3d(0, 0, 0) rotate(-.15deg); }
  100% { transform: translate3d(0, -5px, 0) rotate(.2deg); }
}

@keyframes snow-wander {
  0% { transform: translate3d(0, -12px, 0) scale(.75); opacity: 0; }
  14% { opacity: .62; }
  55% { transform: translate3d(14px, 34px, 0) scale(1); opacity: .72; }
  100% { transform: translate3d(-8px, 78px, 0) scale(.7); opacity: 0; }
}

@keyframes station-light-sweep {
  0% { transform: translate3d(-3%, -1%, 0) rotate(-9deg) scale(.96); opacity: .08; }
  100% { transform: translate3d(12%, 7%, 0) rotate(-2deg) scale(1.13); opacity: .2; }
}

@keyframes discovery-glint {
  0%, 62%, 100% { transform: scale(.76); opacity: .28; }
  73% { transform: scale(1.12); opacity: .9; }
  82% { transform: scale(.9); opacity: .55; }
}

@media (max-width: 1050px) and (min-width: 901px) {
  .resident-crew { left: 4%; width: 25%; }
  .resident-winter-friends { right: 2%; width: 31%; }
  .discovery-conductor { left: 10%; }
  .discovery-reporter { left: 23%; }
  .discovery-reindeer { right: 22%; }
  .discovery-snowman { right: 6%; }
}

@media (max-width: 900px) and (orientation: portrait) {
  .station-atmosphere { z-index: 2; }
  .resident-layer { z-index: 3; }

  .resident-crew {
    left: -1.5%;
    bottom: -2.5%;
    width: 43%;
    max-width: none;
    filter: drop-shadow(0 12px 14px rgb(0 6 12 / 28%));
  }

  .resident-winter-friends {
    right: -5%;
    bottom: -1.6%;
    width: 51%;
    max-width: none;
    filter: drop-shadow(0 12px 14px rgb(0 6 12 / 28%));
  }

  .snow-speck { transform: scale(.78); }
  .light-sweep { height: 10%; filter: blur(18px); }
  .light-sweep-one { top: 2%; left: -18%; width: 70%; }
  .light-sweep-two { top: 4%; right: -28%; width: 72%; }

  .discovery-character,
  .discovery-scene {
    width: 44px;
    height: 44px;
  }

  .discovery-character::before,
  .discovery-scene::before { inset: 9px; }

  .discovery-conductor { left: 7%; bottom: 15%; }
  .discovery-reporter { left: 27%; bottom: 12%; }
  .discovery-reindeer { right: 28%; bottom: 13%; }
  .discovery-snowman { right: 5%; bottom: 14%; }
  .discovery-aurora { left: 12%; top: 5%; }
  .discovery-lantern { right: 10%; top: 32%; }
}

@media (max-width: 430px) and (orientation: portrait) {
  .resident-crew { left: -4%; width: 46%; }
  .resident-winter-friends { right: -8%; width: 54%; }
  .discovery-conductor { left: 4%; }
  .discovery-reporter { left: 27%; }
  .discovery-reindeer { right: 28%; }
  .discovery-snowman { right: 3%; }
}

@media (prefers-reduced-motion: reduce) {
  .resident-group,
  .snow-speck,
  .light-sweep,
  .discovery-character::before,
  .discovery-scene::before {
    animation: none !important;
  }
  .snow-speck { opacity: .42; }
  .light-sweep { opacity: .1; }
}

html.reduce-motion .resident-group,
html.reduce-motion .snow-speck,
html.reduce-motion .light-sweep,
html.reduce-motion .discovery-character::before,
html.reduce-motion .discovery-scene::before {
  animation: none !important;
}
html.reduce-motion .snow-speck { opacity: .42; }
html.reduce-motion .light-sweep { opacity: .1; }


/* Grand Central tablet fit: balance the marquee title and keep Today status/CTA from competing. */
.station-title-break { display: none; }
@media (min-width: 700px) and (max-width: 1200px) {
  .station-title-break { display: block; }
  .station-sign h1 { line-height: .94; }
}
@media (min-width: 700px) and (max-width: 900px) and (orientation: portrait) {
  .station-sign h1 { font-size: clamp(30px, 5vw, 42px); }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .station-sign { width: min(46%, 560px); }
  .station-sign h1 { font-size: clamp(28px, 3vw, 36px); }
  .departures-board { width: min(34%, 460px); }
  .today-card-cta { display: none; }
  .today-card-status { margin-top: auto; }
}
