@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/comfortaa-latin-variable.woff2") format("woff2");
}
:root {
  color-scheme: light;
  --ground: #fbf9f4;
  --white: #fff;
  --ink: #111;
  --muted: #60646c;
  --red: #d9534a;
  --teal: #12a394;
  --amber: #eda30c;
  --crowded: #ea5455;
  --line: #f0ece5;
  --font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  --font-heading: "Comfortaa", var(--font);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--ground); color: var(--ink); font: 1rem/1.6 var(--font); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
::selection { background: var(--red); color: white; }
.wrap { width: min(1232px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 1rem; padding: 1rem; background: var(--ink); color: white; z-index: 10; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 112px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: flex-start; gap: 7px; flex-shrink: 0; }
.brand img { width: 142px; }
.brand-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); margin-top: 2px; }
.site-header nav { display: flex; flex-wrap: nowrap; align-items: center; column-gap: 18px; margin-left: auto; max-width: 100%; font-size: .9375rem; font-weight: 550; }
.nav-divider { color: var(--line); font-weight: 400; flex-shrink: 0; }
.site-header nav > a { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; text-transform: uppercase; color: var(--muted); }
.site-header nav > a:hover, .site-footer nav a:hover { color: var(--red); }
.hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: center; padding-block: 78px 56px; }
.eyebrow { font-size: .75rem; font-weight: 650; letter-spacing: .115em; line-height: 1.6; display: flex; align-items: center; gap: 10px; margin: 0 0 27px; }
.signal { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; background: var(--red); box-shadow: 0 0 0 4px rgb(217 83 74 / 10%); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .detail-list h3, .rail-features h3 { font-family: var(--font-heading); }
.site-header nav, .deck-preview-heading > span:first-child { font-family: var(--font-heading); }
h1 { font-size: clamp(4.5rem, 7.6vw, 6.75rem); line-height: .98; font-weight: 700; letter-spacing: -.075em; margin-bottom: 30px; }
h1 > span { color: var(--red); }
.hero-description { max-width: 440px; font-size: 1.125rem; line-height: 1.65; color: var(--muted); letter-spacing: -.015em; margin-bottom: 31px; }
.button { min-height: 58px; padding: 16px 24px; border-radius: 100px; display: inline-flex; align-items: center; justify-content: center; gap: 32px; font-size: .9375rem; font-weight: 550; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #393939; }
.button span, .text-link span { font-size: 1.25rem; line-height: 1; }
.availability { color: var(--muted); font-size: .8125rem; margin: 13px 0 0; text-align: center; }
/* Use the space below the hero copy without shifting the heading or artwork. */
.hero-cta { display: grid; width: fit-content; max-width: 100%; position: relative; top: 24px; }
.hero-visual { position: relative; min-width: 0; padding-bottom: 20px; }
/* Preserve the artwork's position after moving its former top note inside. */
.hero-art-frame { min-width: 0; padding-top: calc(1.3rem + 18px); }
.hero-art-composition { position: relative; width: 120%; margin-left: -20%; transform: translate3d(0, var(--parallax-y, 0px), 0); }
.hero-art { width: 100%; }
.art-note { position: absolute; z-index: 1; left: 57%; top: 24%; display: block; width: max-content; max-width: 70%; margin: 0; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--ground); color: var(--ink); font-size: .875rem; font-weight: 500; line-height: 1.4; text-align: center; box-shadow: 0 6px 18px rgb(17 17 17 / 8%); transform: translate(-50%, -50%) rotate(-5deg); }
/* Anchor the card on the right; scroll motion remains vertical. */
.arrival-peek { width: 284px; padding: 16px 18px; border-radius: 20px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 15px 35px rgb(17 17 17 / 7%); position: absolute; z-index: 1; bottom: -30px; left: auto; right: 0; transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(-4deg); }
.peek-heading { display: flex; align-items: center; gap: 8px; font-weight: 550; font-size: .875rem; }
.peek-heading > span:nth-child(2) { white-space: nowrap; }
.peek-heading .sample-label { font-size: .75rem; letter-spacing: .035em; white-space: nowrap; }
.sample-label { margin-left: auto; color: var(--muted); font-size: .75rem; letter-spacing: .07em; }
.peek-route { display: grid; grid-template-columns: .7fr 1fr 1fr; column-gap: 12px; margin: 14px 0 0; font-variant-numeric: tabular-nums; }
.peek-route dt { margin-bottom: 4px; color: var(--muted); font-size: .75rem; line-height: 1.3; }
.peek-route dd { display: flex; align-items: baseline; gap: 3px; margin: 0; white-space: nowrap; }
.peek-route dd strong { color: var(--ink); font-size: 2rem; font-weight: 600; letter-spacing: -.04em; line-height: 1.1; }
.peek-route dd > span { color: var(--muted); font-size: .75rem; line-height: 1; }
.peek-status { margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); }
.seat-label { display: flex; align-items: center; gap: 7px; font-size: .75rem; line-height: 1.4; color: var(--muted); }
.seat-label::before { content: ""; width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: var(--teal); }
.feature-strip { border-block: 1px solid var(--line); }
.strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 90px; font-size: .875rem; }
.strip-inner > span:first-child { color: var(--muted); }
.strip-inner > span:last-child { display: flex; align-items: center; gap: 32px; font-weight: 550; }
.strip-inner i { color: var(--red); font-size: 1.35rem; font-style: normal; }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.25rem); line-height: 1.07; font-weight: 600; letter-spacing: -.06em; }
.launch { padding-block: 100px; text-align: center; }
.launch .eyebrow { justify-content: center; }
.launch h2 { margin-bottom: 22px; }
.launch > p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-flex; gap: 15px; align-items: center; border-bottom: 1px solid var(--ink); padding-block: 4px; font-size: .9375rem; font-weight: 550; }
.text-link:hover { color: var(--red); border-color: var(--red); }
.site-footer { border-top: 1px solid var(--line); min-height: 115px; display: flex; align-items: center; gap: 30px; font-size: .8125rem; color: var(--muted); }
.footer-brand img { width: 110px; }
.site-footer nav { display: flex; gap: 25px; margin-left: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-number { font-weight: 400; color: var(--muted); letter-spacing: 0; border: 1px solid var(--line); padding: 4px 9px; border-radius: 100px; margin-right: 2px; }
.deck-section { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; align-items: center; padding-block: 120px; }
.section-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.0625rem; line-height: 1.75; max-width: 420px; }
.section-copy h2 { margin-bottom: 25px; }
.detail-list { display: grid; gap: 25px; margin-top: 37px; }
.detail-list > div { display: flex; align-items: flex-start; gap: 16px; }
.detail-mark { color: var(--red); font-size: 1.35rem; width: 22px; line-height: 1.4; flex-shrink: 0; }
.detail-list h3 { font-size: 1rem; letter-spacing: -.025em; margin: 0 0 3px; font-weight: 600; }
.detail-list p { color: var(--muted); font-size: .9375rem; line-height: 1.6; max-width: 340px; margin: 0; }
.deck-preview { min-width: 0; margin: 0; padding: 34px; border-radius: 28px; background: var(--line); position: relative; }
.deck-preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 24px; }
.deck-preview-heading > span:first-child { display: flex; align-items: center; gap: 7px; font-size: 1.625rem; font-weight: 600; letter-spacing: -.06em; }
.small-red-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
.stop-preview { background: var(--white); border-radius: 18px; padding: 23px; box-shadow: 0 4px 15px rgb(17 17 17 / 2%); }
.stop-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.stop-kicker { display: block; color: var(--muted); font-size: .75rem; font-weight: 500; letter-spacing: .05em; margin-bottom: 4px; }
.stop-heading h3 { font-size: 1.25rem; font-weight: 600; letter-spacing: -.035em; margin: 0; }
.saved-symbol { color: var(--red); font-size: 1.2rem; }
.arrivals-table { width: 100%; border-collapse: collapse; margin-top: 15px; text-align: right; font-variant-numeric: tabular-nums; }
.arrivals-table thead th { color: var(--muted); font-size: .75rem; font-weight: 400; padding: 8px 0; }
.arrivals-table th:first-child { text-align: left; }
.arrivals-table tbody tr { border-top: 1px solid var(--line); }
.arrivals-table tbody th, .arrivals-table tbody td { padding: 10px 0; font-size: 1.75rem; font-weight: 550; letter-spacing: -.05em; }
.arrivals-table tbody td:not(:nth-child(2)) { font-size: 1.0625rem; color: var(--muted); font-weight: 400; letter-spacing: -.02em; }
.arrivals-table td > span:not(.visually-hidden) { font-size: .8125rem; margin-left: 2px; letter-spacing: 0; font-weight: 400; }
.seats, .standing, .limited { color: var(--ink); }
.seats::before, .standing::before, .limited::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; vertical-align: middle; }
.seats::before, .seat-dot { background: var(--teal); }
.standing::before, .standing-dot { background: var(--amber); }
.limited::before, .limited-dot { background: var(--crowded); }
.crowding-key { display: flex; gap: 14px; flex-wrap: wrap; padding-bottom: 12px; font-size: .75rem; color: var(--muted); }
.crowding-key > span { display: inline-flex; align-items: center; gap: 5px; }
.crowding-key i { width: 6px; height: 6px; border-radius: 50%; }
.preview-footer { border-top: 1px solid var(--line); padding-top: 13px; margin-top: 2px; display: flex; justify-content: space-between; font-size: .75rem; color: var(--muted); }
.second-stop { margin-top: 15px; }
.home-routes { display: flex; align-items: center; gap: 8px; margin-top: 17px; }
.home-routes > span:not(.home-routes-note) { background: var(--ground); border-radius: 6px; padding: 3px 9px; font-size: .9375rem; font-weight: 550; }
.home-routes-note { margin-left: auto; font-size: .75rem; color: var(--muted); }
figcaption { color: var(--muted); font-size: .75rem; line-height: 1.6; text-align: center; margin-top: 20px; }
.widget-section { background: var(--ink); color: var(--ground); }
.widget-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding-block: 96px; }
.widget-section .section-number { color: var(--ground); border-color: rgb(251 249 244 / 25%); }
.widget-section .section-copy > p:not(.eyebrow) { color: rgb(251 249 244 / 68%); }
.widget-section .section-copy > .widget-note { font-size: .875rem; margin-top: 27px; color: var(--ground); }
.widget-note > span { color: var(--red); font-size: 1.5rem; margin-right: 9px; vertical-align: middle; }
.widgets-preview { margin: 0; padding-top: 4px; }
.widget { background: var(--ground); color: var(--ink); border-radius: 25px; padding: 22px; box-shadow: 0 12px 30px rgb(0 0 0 / 12%); }
.widget-small { width: 217px; margin-left: 50%; margin-bottom: 104px; transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(5deg); }
.widget-heading { display: flex; align-items: center; gap: 7px; margin-bottom: 15px; }
.widget-heading img { width: 17px; height: 17px; object-fit: contain; flex-shrink: 0; }
.widget-pair .widget-heading { min-height: 38px; align-items: flex-start; }
.widget-heading > strong { font-size: .8125rem; font-weight: 600; letter-spacing: -.02em; }
.widget-heading .small-red-dot { margin-left: auto; }
.widget-service { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; font-variant-numeric: tabular-nums; }
.widget-service > strong { font-size: 1.6875rem; font-weight: 550; letter-spacing: -.035em; }
.widget-eta { font-size: 2rem; line-height: 1.3; font-weight: 600; letter-spacing: -.04em; }
.widget-eta small { font-size: .875rem; margin-left: 2px; font-weight: 400; }
.widget-freshness { font-size: .75rem; color: var(--muted); margin-top: 14px; }
/* Keep a clear gap throughout scrolling, including the rotated card edges. */
.widget-pair { width: min(100%, 420px); position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(-4deg); }
.pair-stop + .pair-stop { border-left: 1px solid var(--line); padding-left: 22px; }
.widget-pair .widget-freshness { grid-column: 1 / -1; }
.widgets-preview figcaption { color: rgb(251 249 244 / 60%); margin-top: 88px; }
.rail-section { padding-block: 112px; background: var(--line); }
.rail-section .section-number { border-color: rgb(17 17 17 / 14%); }
.rail-intro { max-width: 720px; }
.rail-intro h2 { margin-bottom: 25px; }
.rail-intro > p:last-child { max-width: 500px; color: var(--muted); font-size: 1.0625rem; }
.rail-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 55px; }
.rail-features article { border-top: 1px solid rgb(17 17 17 / 14%); padding-top: 25px; }
.rail-icon { color: var(--red); font-size: 2rem; line-height: 1; margin-bottom: 26px; display: block; }
.rail-icon-teal { color: var(--teal); }
.rail-icon-amber { color: var(--amber); }
.rail-features h3 { font-size: 1.125rem; font-weight: 600; letter-spacing: -.035em; margin-bottom: 10px; }
.rail-features p { color: var(--muted); font-size: 1rem; margin: 0; max-width: 290px; }
.questions-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; padding-block: 112px; background: var(--ground); }
.questions-section h2 { font-size: 2.75rem; max-width: 270px; margin-bottom: 0; }
.questions details { border-bottom: 1px solid var(--line); }
.questions details:first-child { border-top: 1px solid var(--line); }
.questions summary { min-height: 76px; display: flex; gap: 20px; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-weight: 550; letter-spacing: -.015em; padding-block: 18px; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary > span { color: var(--red); font-size: 1.375rem; transition: transform .2s; }
.questions details[open] summary > span { transform: rotate(45deg); }
.questions details p { margin-bottom: 25px; padding-right: 25px; font-size: .9375rem; color: var(--muted); line-height: 1.8; }
.questions details p a { text-decoration: underline; text-underline-offset: 3px; color: var(--ink); }
.launch { border-top: 1px solid var(--line); padding-block: 86px 98px; }
.launch-dot { display: block; width: 17px; height: 17px; border-radius: 50%; background: var(--red); margin: 0 auto 32px; }
.launch h2 { font-size: clamp(3.5rem, 6.5vw, 6rem); }
.launch > p:not(.eyebrow) { margin-bottom: 30px; }
@media (min-width: 1001px) { .hero-art-composition { left: 24px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero { padding-block: 65px 112px; }
  h1 { font-size: clamp(4rem, 8.7vw, 5.7rem); }
  .hero-description { font-size: 1rem; }
  .eyebrow { font-size: .75rem; letter-spacing: .07em; }
  .arrival-peek { width: 250px; bottom: -95px; }
  .strip-inner > span:last-child { gap: 18px; }
  .deck-section { gap: 45px; padding-block: 90px; }
  .deck-preview { padding: 22px; }
  .stop-preview { padding: 18px; }
  .widget-inner { gap: 50px; }
  .widget-small { margin-left: auto; margin-right: 12px; }
  .widget-pair { padding: 20px; column-gap: 15px; }
  .pair-stop + .pair-stop { padding-left: 15px; }
  .rail-features { gap: 30px; }
  .questions-section { gap: 50px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 88px; column-gap: 20px; row-gap: 0; padding-block: 16px; }
  .brand img { width: 118px; }
  .brand-dot { width: 7px; height: 7px; }
  .site-header nav { column-gap: 8px; font-size: .875rem; }
  .hero { grid-template-columns: 1fr; padding-block: 52px 56px; gap: 80px; }
  h1 { font-size: clamp(4.75rem, 13.5vw, 7rem); margin-bottom: 24px; }
  .eyebrow { font-size: .75rem; margin-bottom: 25px; }
  .hero-description { font-size: 1.0625rem; }
  .desktop-break { display: none; }
  .hero-visual { width: min(520px, 100%); margin-inline: auto; padding-bottom: 115px; }
  .hero-art-frame { padding-top: 0; overflow-x: clip; overflow-y: visible; }
  .hero-art-composition { width: 132%; margin-left: -16%; }
  .art-note { left: 54%; max-width: 64%; padding: 8px 12px; font-size: .75rem; }
  .arrival-peek { bottom: -35px; right: 3%; width: 260px; }
  .strip-inner { flex-direction: column; gap: 10px; padding-block: 23px; text-align: center; }
  .strip-inner > span:last-child { font-size: .8125rem; gap: 12px; flex-wrap: wrap; justify-content: center; }
  .strip-inner i { font-size: 1rem; }
  .launch { padding-block: 75px; }
  .site-footer { flex-wrap: wrap; padding-block: 28px; gap: 20px; }
  .site-footer nav { width: 100%; margin-left: 0; }
  .deck-section { grid-template-columns: 1fr; gap: 60px; padding-block: 65px; }
  .section-copy > p:not(.eyebrow) { max-width: 100%; }
  .detail-list { margin-top: 28px; gap: 23px; }
  .deck-preview { width: min(100%, 460px); margin-inline: auto; padding: 23px; }
  .deck-preview-heading > span:first-child { font-size: 1.5rem; }
  .stop-heading h3 { font-size: 1.25rem; }
  .widget-inner { grid-template-columns: 1fr; gap: 80px; padding-block: 65px; }
  .widgets-preview { width: min(100%, 440px); margin-inline: auto; }
  .widget-small { margin-right: 15px; margin-bottom: 96px; }
  .widget-pair { width: calc(100% - 18px); margin-left: 9px; }
  .rail-section { padding-block: 70px; }
  .rail-features { grid-template-columns: 1fr; gap: 30px; margin-top: 35px; }
  .rail-features article { padding-left: 45px; position: relative; }
  .rail-icon { position: absolute; top: 27px; left: 0; font-size: 1.625rem; }
  .rail-features p { max-width: none; }
  .questions-section { grid-template-columns: 1fr; gap: 32px; padding-block: 70px; }
  .questions-section h2 { max-width: none; font-size: 2.25rem; }
  .questions summary { min-height: 72px; }
}
@media (max-width: 380px) { .wrap { width: calc(100% - 32px); } .site-header { column-gap: 12px; row-gap: 8px; } .site-header nav { width: 100%; justify-content: space-between; } .brand img { width: 105px; } h1 { font-size: 4.2rem; } .deck-preview { padding: 17px; } .widget-pair { padding: 17px; } }
@media (prefers-reduced-motion: no-preference) { .parallax-active [data-parallax] { will-change: transform; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } [data-parallax] { --parallax-y: 0px !important; } *, *::before, *::after { animation: none !important; transition: none !important; } }
