:root {
  color-scheme: light;
  --ink: #141414;
  --yellow: #ffcc00;
  --paper: #f4f4f2;
  --white: #ffffff;
  --soft: #eceae3;
  --muted: #74716a;
  --risk: #d4322a;
  --logic: #2563a8;
  --proof: #1f8a52;
  --insider: #c0397e;
  --display: "Archivo Narrow", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: "Space Grotesk", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --page: min(1240px, calc(100vw - 48px));
  --focus: 0 0 0 3px var(--paper), 0 0 0 6px var(--logic);
}

* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); font: 400 14px/1.5 var(--body); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 0; box-shadow: var(--focus); }
.page { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 10px; z-index: 200; min-height: 44px; transform: translateY(-160%); padding: 10px 14px; background: var(--yellow); border: 2px solid var(--ink); font: 700 12px var(--mono); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Shared shell */
.site-header { position: sticky; top: 0; z-index: 70; background: rgba(255, 255, 255, .98); border-bottom: 1px solid rgba(20, 20, 20, .16); }
.header-inner { width: min(1320px, calc(100vw - 40px)); min-height: 72px; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { flex: none; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 7px; }
.brand-type { display: grid; line-height: 1; }
.brand-type strong { font: 700 22px/1 var(--display); letter-spacing: -.02em; }
.brand-type small { margin-top: 4px; color: var(--muted); font: 700 7px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.top-nav { display: flex; align-self: stretch; }
.top-nav a { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 72px; padding: 0 14px; text-decoration: none; color: #4f4d47; font: 700 11px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.top-nav a:hover { background: var(--paper); color: var(--ink); }
.top-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 12px; height: 3px; background: var(--yellow); }
.nav-count { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; margin-left: 6px; padding: 0 5px; background: var(--yellow); color: var(--ink); font-weight: 700; line-height: 1; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.plain-button, .menu-button { min-height: 44px; padding: 0 10px; border: 0; background: transparent; cursor: pointer; font: 700 10px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.plain-button:hover, .menu-button:hover { background: var(--paper); }
.plain-button kbd { margin-left: 4px; padding: 2px 4px; border: 1px solid #bbb8af; color: var(--muted); font: 400 9px var(--mono); }
.trip-pill { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding: 7px 8px 7px 13px; border: 2px solid var(--ink); background: var(--white); cursor: pointer; font: 700 11px var(--mono); letter-spacing: .02em; text-transform: uppercase; }
.trip-pill strong { padding: 5px 7px; background: var(--yellow); }
.trip-pill:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink); }
.menu-button { display: none; border: 1px solid rgba(20, 20, 20, .22); }
.hazard { height: 9px; background: repeating-linear-gradient(135deg, var(--ink) 0 10px, var(--yellow) 10px 20px); }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(250px, .60fr) minmax(260px, .58fr); gap: 32px; align-items: start; padding-block: 52px 42px; }
.hero-left { min-width: 0; }
.kicker { margin: 0 0 14px; color: var(--muted); font: 700 10px/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 690px; font: 700 clamp(48px, 4.8vw, 68px)/.98 var(--display); letter-spacing: -.03em; text-transform: uppercase; text-wrap: balance; }
.hero h1 mark { background: var(--yellow); color: var(--ink); padding: 0 .05em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero h1 .hero-line { display: block; width: max-content; max-width: 100%; }
.hero-dek { max-width: 620px; margin: 20px 0 0; color: #4d4b46; font-size: 16px; line-height: 1.55; }
.start-strip { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 14px; align-items: center; min-height: 64px; margin-top: 24px; padding: 10px 16px; border: 2px solid var(--ink); background: var(--white); text-decoration: none; }
.start-strip:hover { transform: translate(-1px, -1px); box-shadow: 6px 6px 0 var(--ink); }
.start-strip b { display: grid; place-items: center; width: 34px; height: 34px; background: var(--ink); color: var(--yellow); font: 700 18px var(--mono); }
.start-strip span { font: 700 17px/1.1 var(--display); text-transform: uppercase; }
.start-strip small { color: var(--muted); font: 700 9px var(--mono); letter-spacing: .08em; white-space: nowrap; }
.editorial-stamp { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--muted); font: 700 10px/1.45 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.editorial-stamp img { width: 32px; height: 32px; }
.hero-photo { min-width: 0; margin: 0; border: 2px solid var(--ink); background: var(--white); }
.hero-photo > img { width: 100%; height: 440px; object-fit: cover; }
.hero-photo figcaption { display: grid; gap: 4px; padding: 9px 10px 10px; color: var(--muted); font: 400 11px/1.45 var(--body); }
.hero-photo figcaption strong { color: var(--ink); font: 700 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.photo-credit a { text-underline-offset: 2px; }
.rail { display: grid; gap: 16px; align-content: start; }
.railbox { border: 2px solid var(--ink); background: var(--white); }
.railbox header, .bandhead { min-height: 44px; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 5px 13px; background: var(--ink); color: var(--yellow); font: 700 10px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.railbox header a, .bandhead a, .rail-all { min-height: 44px; display: inline-flex; align-items: center; color: #d0cdc5; text-decoration: none; font: 700 9px var(--mono); }
.rail-all { margin: -5px -7px -5px 0; padding: 4px 7px; border: 0; background: transparent; cursor: pointer; }
.railbox header a:hover, .bandhead a:hover, .rail-all:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.railbox.useful header { background: var(--yellow); color: var(--ink); }
.railbox.useful header a { color: rgba(20, 20, 20, .68); }
.railbox.useful .rail-all { color: rgba(20, 20, 20, .68); }
.change-item { display: grid; gap: 5px; min-height: 92px; padding: 13px 14px; border-top: 1px solid #dfddd6; text-decoration: none; }
.change-item:first-of-type { border-top: 0; }
.change-item:hover, .useful-item:hover { background: var(--paper); }
.change-item time { color: var(--muted); font: 700 10px var(--mono); letter-spacing: .04em; }
.change-item strong, .useful-item strong { font-size: 13px; line-height: 1.35; }
.change-item small, .useful-item small { color: var(--muted); font: 700 9px var(--mono); letter-spacing: .04em; }
.useful-item { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; align-items: start; min-height: 68px; padding: 10px 14px; border-top: 1px solid #dfddd6; text-decoration: none; }
.useful-item:first-of-type { border-top: 0; }
.useful-item b { display: grid; place-items: center; height: 23px; background: var(--yellow); font: 700 10px var(--mono); }
.useful-item strong, .useful-item small { display: block; }

.stack { display: grid; gap: 22px; padding-block: 0 60px; }
.features, .band2, .band3 { scroll-margin-top: 96px; }

/* Four lens features */
.features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 2px solid var(--ink); background: var(--white); }
.feature { min-width: 0; min-height: 310px; display: grid; gap: 11px; align-content: start; padding: 20px 18px 16px; border-right: 1px solid #ddd9d1; color: inherit; text-decoration: none; }
.feature:last-child { border-right: 0; }
.feature:hover { background: #fff9dc; }
.feature-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.chip, .status-chip, .answer-chip, .verdict { display: inline-flex; align-items: center; min-height: 25px; padding: 4px 7px; font: 700 10px/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.chip-ess { background: var(--yellow); }
.chip-dec { background: var(--logic); color: var(--white); }
.chip-unl { background: var(--proof); color: var(--white); }
.chip-ins { background: var(--insider); color: var(--white); }
.status-chip { border: 1px dashed var(--muted); color: var(--muted); background: var(--white); font-size: 11px; }
.status-chip.status-live { border-style: solid; border-color: var(--proof); color: var(--proof); }
.feature h2 { margin: 4px 0 0; font: 700 24px/.96 var(--display); letter-spacing: -.01em; text-transform: uppercase; text-wrap: balance; }
.feature p { margin: 0; color: #5d5a54; font-size: 14px; line-height: 1.55; }
.feature .art { width: 46px; height: 46px; margin-top: auto; opacity: .82; }
.feature .meta { color: var(--muted); font: 700 10px/1.45 var(--mono); letter-spacing: .04em; }

/* Timing and questions */
.band2 { display: grid; grid-template-columns: 1.08fr .92fr; border: 2px solid var(--ink); background: var(--white); }
.band2 > section + section { border-left: 2px solid var(--ink); }
.bandhead em { color: var(--yellow); font-style: normal; }
.window-row { min-height: 78px; display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 10px 16px; border-top: 1px solid #ddd9d1; text-decoration: none; }
.window-row:first-of-type { border-top: 0; }
.window-row:hover, .question-row:hover { background: var(--paper); }
.window-row time { font: 700 17px/1 var(--display); text-transform: uppercase; }
.window-row strong { display: block; font-size: 14px; }
.window-row small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.verdict { justify-self: end; border: 1px solid currentColor; font-size: 9px; text-align: center; }
.verdict-avoid { color: var(--risk); }
.verdict-watch { color: #7a5e00; }
.question-row { min-height: 86px; display: grid; gap: 8px; padding: 13px 17px; border-top: 1px solid #ddd9d1; text-decoration: none; }
.question-row:first-of-type { border-top: 0; }
.question-row strong { font-size: 14px; line-height: 1.4; }
.question-meta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; color: var(--muted); font: 700 10px var(--mono); letter-spacing: .03em; }
.answer-chip { min-height: 24px; padding-inline: 6px; border: 1px solid var(--logic); color: var(--logic); font-size: 9px; }

/* Field, methods and conversion */
.band3 { display: grid; grid-template-columns: 1.35fr .62fr .62fr; gap: 22px; align-items: stretch; }
.fieldbox { display: grid; grid-template-rows: auto 1fr auto; border: 2px solid var(--ink); background: var(--white); }
.field-row { min-height: 86px; display: grid; grid-template-columns: 78px minmax(0, 1fr) 148px 84px; gap: 12px; align-items: center; padding: 9px 14px; border-top: 1px solid #ddd9d1; color: inherit; text-decoration: none; }
.field-row:first-of-type { border-top: 0; }
.field-row:hover { background: var(--paper); }
.field-meta { display: grid; gap: 5px; }
.field-cat { font: 700 10px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.cat-pay { color: #8a6d00; }
.cat-entry { color: var(--logic); }
.cat-apps { color: var(--proof); }
.cat-rail { color: #a33d16; }
.field-row strong { font-size: 13px; line-height: 1.4; }
.field-row img { width: 84px; height: 62px; object-fit: cover; border: 1px solid #c7c4bc; }
.field-row .status-chip { justify-self: start; min-height: 23px; line-height: 1.3; }
.field-foot { padding: 12px 14px; border-top: 1px solid #ddd9d1; color: var(--muted); font: 700 10px var(--mono); letter-spacing: .06em; }
.field-credits { margin: 0; padding: 12px 14px 14px; border-top: 1px dashed #c7c4bc; color: var(--muted); font-size: 11px; line-height: 1.6; }
.methods { display: grid; gap: 13px; align-content: start; padding: 20px 18px; border: 2px solid var(--ink); background: var(--white); }
.methods h2 { margin: 0; color: var(--muted); font: 700 11px var(--mono); letter-spacing: .08em; }
.methods p { margin: 0; color: #55524d; font-size: 14px; line-height: 1.6; }
.methods a { min-height: 44px; display: flex; align-items: center; font: 700 11px var(--mono); text-underline-offset: 3px; }
.methods .tlog { margin-top: auto; color: var(--muted); font: 700 10px/1.5 var(--mono); letter-spacing: .04em; }
.cta-box { display: grid; gap: 14px; align-content: start; padding: 24px 20px; background: var(--ink); color: var(--white); }
.cta-box h2 { margin: 0; color: var(--yellow); font: 700 30px/.96 var(--display); letter-spacing: -.01em; text-transform: uppercase; }
.cta-box p { margin: 0; color: #c8c5bd; font-size: 14px; line-height: 1.55; }
.cta-box button { min-height: 48px; margin-top: auto; padding: 11px 12px; border: 0; background: var(--yellow); color: var(--ink); cursor: pointer; font: 700 11px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.cta-box button:hover { background: var(--white); box-shadow: 4px 4px 0 var(--yellow); }

/* Footer */
.footer { border-top: 2px solid var(--ink); background: var(--white); }
.footer-inner { min-height: 124px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center; padding-block: 22px; }
.footer-brand strong { font: 700 21px var(--display); }
.footer-brand p { max-width: 540px; margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.footer-links { display: grid; gap: 12px; justify-items: end; }
.footer-links nav { display: flex; justify-content: flex-end; gap: 16px; flex-wrap: wrap; }
.footer-links a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; padding-inline: 4px; font: 700 10px var(--mono); text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 3px; }
.trustline { color: var(--muted); font: 700 10px/1.5 var(--mono); letter-spacing: .04em; text-align: right; text-transform: uppercase; }

/* Dialog surfaces */
dialog { width: min(620px, calc(100vw - 28px)); max-height: calc(100vh - 28px); margin: auto; padding: 0; border: 2px solid var(--ink); background: var(--white); color: var(--ink); box-shadow: 12px 12px 0 rgba(20, 20, 20, .3); }
dialog::backdrop { background: rgba(20, 20, 20, .68); }
.panel-head { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 16px; border-bottom: 2px solid var(--ink); }
.panel-head p { margin: 0 0 3px; color: var(--muted); font: 700 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.panel-head h2 { margin: 0; font: 700 28px/.95 var(--display); text-transform: uppercase; }
.close-button { min-width: 68px; min-height: 44px; border: 1px solid var(--ink); background: var(--white); cursor: pointer; font: 700 10px var(--mono); text-transform: uppercase; }
.close-button:hover { background: var(--paper); }
.search-body { padding: 16px; }
.search-body label { display: block; margin-bottom: 7px; font: 700 11px var(--mono); text-transform: uppercase; }
.search-body input { width: 100%; min-height: 48px; padding: 10px 12px; border: 2px solid var(--ink); background: var(--paper); font-size: 16px; }
.search-results { display: grid; margin-top: 12px; border: 1px solid #d7d4cc; }
.search-results a { min-height: 58px; display: grid; gap: 2px; align-content: center; padding: 9px 12px; border-top: 1px solid #d7d4cc; text-decoration: none; }
.search-results a:first-child { border-top: 0; }
.search-results a:hover { background: var(--paper); }
.search-results strong { font-size: 14px; }
.search-results small { color: var(--muted); font-size: 11px; }
.empty-results { margin: 0; padding: 16px 12px; color: var(--muted); }
.trip-dialog { width: min(430px, calc(100vw - 20px)); height: 100vh; max-height: 100vh; margin: 0 0 0 auto; box-shadow: -12px 0 0 rgba(255, 204, 0, .8); }
.trip-body { display: grid; gap: 18px; padding: 18px 16px 22px; }
.trip-count { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; padding: 14px; background: var(--ink); color: var(--white); }
.trip-count strong { color: var(--yellow); font: 700 38px/1 var(--display); }
.trip-count span { font-size: 13px; }
.trip-copy { margin: 0; font-size: 14px; }
.trip-next { padding: 12px; border-left: 5px solid var(--yellow); background: var(--paper); }
.trip-next small { display: block; margin-bottom: 5px; color: var(--muted); font: 700 10px var(--mono); letter-spacing: .05em; }
.trip-next strong { font-size: 15px; }
.trip-areas { border: 2px solid var(--ink); background: var(--white); }
.trip-areas > p { margin: 0; padding: 9px 12px; border-bottom: 1px solid #d7d4cc; color: var(--muted); font: 700 9px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.trip-overview-row { min-height: 54px; display: grid; grid-template-columns: minmax(0, 1fr) auto 16px; gap: 10px; align-items: center; padding: 8px 12px; border-top: 1px solid #e6e3dc; text-decoration: none; }
.trip-overview-row:first-child { border-top: 0; }
.trip-overview-row:hover, .trip-overview-row:focus-visible { background: var(--paper); outline: 2px solid var(--ink); outline-offset: -2px; }
.trip-overview-copy { min-width: 0; display: grid; gap: 2px; }
.trip-overview-copy strong { font: 700 16px/1 var(--display); text-transform: uppercase; }
.trip-overview-copy small { color: var(--muted); font-size: 10px; line-height: 1.3; }
.trip-overview-row > b { padding: 3px 6px; background: var(--paper); font: 700 9px var(--mono); white-space: nowrap; }
.trip-overview-row > i { color: var(--muted); font-style: normal; }
.trip-overview-row--recheck { border-left: 4px solid var(--risk); }
.trip-overview-row--recheck > b { color: var(--risk); }
.trip-open { min-height: 48px; display: grid; place-items: center; padding: 10px 12px; background: var(--yellow); border: 2px solid var(--ink); text-decoration: none; font: 700 11px var(--mono); text-transform: uppercase; }
.trip-note { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.menu-dialog { width: min(440px, calc(100vw - 20px)); height: 100vh; max-height: 100vh; margin: 0 0 0 auto; }
.menu-links { display: grid; }
.menu-links a, .menu-links button { min-height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; border: 0; border-bottom: 1px solid #d7d4cc; background: var(--white); text-decoration: none; cursor: pointer; font: 700 18px var(--display); text-transform: uppercase; }
.menu-links a:hover, .menu-links button:hover { background: var(--paper); }
.menu-links span { color: var(--muted); font: 700 10px var(--mono); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr); }
  .hero-left { grid-column: 1 / -1; }
  .rail { order: 2; }
  .hero-photo { order: 3; }
  .hero-photo > img { height: 390px; }
  .features { grid-template-columns: 1fr 1fr; }
  .feature { min-height: 280px; border-bottom: 1px solid #ddd9d1; }
  .feature:nth-child(2n) { border-right: 0; }
  .feature:nth-last-child(-n + 2) { border-bottom: 0; }
  .band2 { grid-template-columns: 1fr; }
  .band2 > section + section { border-left: 0; border-top: 2px solid var(--ink); }
  .band3 { grid-template-columns: 1fr 1fr; }
  .fieldbox { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
  .top-nav, .header-search { display: none; }
  .menu-button { display: block; }
  .header-inner { gap: 12px; }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 24px); }
  html { scroll-padding-top: 82px; }
  .header-inner { width: calc(100vw - 24px); min-height: 64px; gap: 8px; }
  .brand { gap: 8px; }
  .brand img { width: 32px; height: 32px; }
  .brand-type strong { font-size: 20px; }
  .brand-type small { display: none; }
  .header-actions { gap: 6px; }
  .trip-pill { gap: 6px; padding-inline: 9px 6px; }
  .menu-button { min-width: 54px; padding-inline: 7px; }
  .hazard { height: 7px; }
  .hero { grid-template-columns: 1fr; gap: 22px; padding-block: 28px 28px; }
  .kicker { margin-bottom: 11px; font-size: 9px; }
  .hero h1 { max-width: none; font-size: clamp(43px, 13vw, 58px); line-height: .98; text-wrap: pretty; }
  .hero-dek { margin-top: 15px; font-size: 15px; line-height: 1.5; }
  .start-strip { grid-template-columns: 36px minmax(0, 1fr); gap: 10px; min-height: 60px; margin-top: 16px; padding: 9px 12px; }
  .start-strip span { font-size: 15px; }
  .start-strip small { grid-column: 2; }
  .editorial-stamp { margin-top: 14px; }
  .hero-photo > img { height: 330px; }
  .features { grid-template-columns: 1fr; }
  .feature { min-height: 270px; border-right: 0 !important; border-bottom: 1px solid #ddd9d1 !important; }
  .feature:last-child { border-bottom: 0 !important; }
  .window-row { grid-template-columns: minmax(0, 1fr) auto; gap: 8px 10px; }
  .window-row time { grid-column: 1 / -1; }
  .verdict { max-width: 105px; }
  .band3 { grid-template-columns: 1fr; }
  .fieldbox { grid-column: auto; }
  .field-row { grid-template-columns: minmax(0, 1fr) 84px; grid-template-rows: auto auto auto; gap: 5px 10px; padding-block: 12px; }
  .field-meta { grid-column: 1; grid-row: 1; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
  .field-row strong { grid-column: 1; grid-row: 2; }
  .field-row > .status-chip { grid-column: 1; grid-row: 3; }
  .field-row img { grid-column: 2; grid-row: 1 / span 3; align-self: start; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
  .footer-links { justify-items: start; }
  .footer-links nav { justify-content: flex-start; }
  .trustline { text-align: left; }
}

@media (max-width: 390px) {
  .brand-type strong { font-size: 18px; }
  .trip-pill { font-size: 10px; }
  .trip-pill strong { padding-inline: 5px; }
  .hero h1 { font-size: 42px; }
  .hero-photo > img { height: 300px; }
  .railbox header, .bandhead { padding-inline: 10px; }
  .window-row { padding-inline: 12px; }
}

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