@font-face {
  font-family: "Fraunces Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/fraunces-latin-wght-normal.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Source Sans 3 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("/fonts/source-sans-3-latin-wght-normal.woff2") format("woff2-variations");
}

:root {
  color-scheme: light dark;
  --ink: #17283b;
  --ink-soft: #5b6978;
  --paper: #f4f6f5;
  --surface: #ffffff;
  --line: #9ca8ae;
  --cobalt: #3559c7;
  --aqua: #9edfd3;
  --aqua-dark: #176c63;
  --yellow: #f1ca58;
  --font-display: "Fraunces Variable", Georgia, serif;
  --font-body: "Source Sans 3 Variable", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--font-body); line-height: 1.5; text-rendering: optimizeLegibility; }
a { color: inherit; }
::selection { background: var(--yellow); color: #17283b; }
:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 4px; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 10; padding: .7rem 1rem; background: var(--ink); color: #fff; font-weight: 750; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.page-shell { display: grid; width: min(1240px, calc(100% - 3rem)); min-height: 100svh; margin-inline: auto; grid-template-rows: auto 1fr auto; }
.masthead, footer { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.25rem; border-bottom: 1px solid var(--line); }
.wordmark { font-family: var(--font-display); font-size: clamp(1.35rem, 2vw, 1.7rem); font-variation-settings: "opsz" 60, "wght" 650; letter-spacing: -.045em; text-decoration: none; }
.wordmark strong { font-weight: 760; }
.status { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink-soft); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status i { width: .62rem; height: .62rem; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); }
.hero { display: grid; min-width: 0; grid-template-columns: minmax(0, 1.07fr) minmax(380px, .93fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; padding-block: clamp(3rem, 8vh, 6.5rem); }
.hero-copy { min-width: 0; }
.eyebrow { margin: 0 0 1.1rem; color: var(--cobalt); font-size: .78rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
h1 { max-width: 12.5ch; margin: 0; font-family: var(--font-display); font-size: clamp(3rem, 6.3vw, 6.5rem); font-variation-settings: "opsz" 90, "wght" 680; letter-spacing: -.057em; line-height: .91; text-wrap: balance; }
h1 em { color: var(--cobalt); font-style: normal; font-variation-settings: "opsz" 90, "wght" 520; }
.regional { max-width: 36ch; margin: clamp(1.7rem, 3vw, 2.4rem) 0 0; font-size: clamp(1.16rem, 1.7vw, 1.45rem); font-weight: 700; line-height: 1.25; }
.supporting { max-width: 52ch; margin: .8rem 0 0; color: var(--ink-soft); font-size: 1.05rem; }
.signup-panel { max-width: 42rem; margin-top: clamp(1.6rem, 3vw, 2.4rem); padding-top: 1.1rem; border-top: 3px solid var(--ink); }
.signup-kicker { margin: 0 0 .2rem; color: var(--aqua-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.signup-panel h2 { margin: 0 0 .85rem; font-family: var(--font-display); font-size: clamp(1.6rem, 2.6vw, 2.15rem); font-variation-settings: "opsz" 60, "wght" 650; letter-spacing: -.035em; line-height: 1; }
.signup-panel form { display: grid; gap: .65rem; }
.email-field { font-size: .82rem; font-weight: 800; }
.signup-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .55rem; }
.signup-row input { min-width: 0; width: 100%; border: 1px solid var(--line); border-radius: 0; padding: .72rem .8rem; background: var(--surface); color: var(--ink); font: inherit; }
.signup-row input:focus-visible { border-color: var(--cobalt); }
.signup-row button { border: 2px solid var(--ink); border-radius: 0; padding: .65rem 1rem; background: var(--yellow); color: #17283b; font: inherit; font-weight: 850; cursor: pointer; }
.signup-row button:hover { background: var(--aqua); }
.consent { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .55rem; align-items: start; color: var(--ink-soft); font-size: .83rem; line-height: 1.3; }
.consent input { width: 1rem; height: 1rem; margin: .12rem 0 0; accent-color: var(--cobalt); }
.signup-panel form > p { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.signup-panel a, .privacy-page a, .status-page a { color: var(--cobalt); font-weight: 700; text-underline-offset: .18em; }
.website-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.flight-card { min-width: 0; margin: 0; border-top: 4px solid var(--ink); border-bottom: 1px solid var(--ink); }
.flight-card svg { display: block; width: 100%; height: auto; overflow: visible; background: var(--surface); }
.flight-card path, .flight-card circle, .flight-card ellipse { vector-effect: non-scaling-stroke; }
.fairway { fill: none; stroke: var(--aqua); stroke-width: 58; stroke-linecap: round; opacity: .72; }
.flight-line { fill: none; stroke: var(--cobalt); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 3 9; }
.flight-ghost { fill: none; stroke: var(--line); stroke-width: 1; stroke-dasharray: 2 7; }
.ticks path { stroke: var(--ink-soft); stroke-width: 1; }
.disc ellipse { fill: var(--yellow); stroke: var(--ink); stroke-width: 2; }
.disc path { fill: none; stroke: var(--ink); stroke-width: 2; }
.tee { fill: var(--ink); }
.landing { fill: var(--surface); stroke: var(--cobalt); stroke-width: 4; }
.flight-card text { fill: var(--ink-soft); font-family: var(--font-body); font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.flight-card figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.flight-card figcaption span { color: var(--ink-soft); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.flight-card figcaption strong { font-size: .95rem; }
footer { border-top: 1px solid var(--line); border-bottom: 0; color: var(--ink-soft); font-size: .82rem; }
footer p { margin: 0; }
footer p:last-child { color: var(--ink); font-weight: 750; }
.privacy-page, .status-page { width: min(760px, calc(100% - 2rem)); min-height: 100svh; margin-inline: auto; padding-block: clamp(1.25rem, 4vw, 3rem); }
.privacy-page > .wordmark, .status-page > .wordmark { display: inline-block; margin-bottom: clamp(3rem, 10vh, 7rem); color: var(--ink); }
.privacy-page article, .status-page section { padding-top: 1.4rem; border-top: 4px solid var(--ink); }
.privacy-page h1, .status-page h1 { max-width: 11ch; font-size: clamp(2.8rem, 8vw, 5.7rem); }
.privacy-page article > p:not(.eyebrow), .status-page section > p:not(.eyebrow) { max-width: 62ch; color: var(--ink-soft); font-size: 1.05rem; }
.privacy-page h2 { margin: 2rem 0 .25rem; font-family: var(--font-display); font-size: 1.55rem; letter-spacing: -.025em; }
.privacy-page .text-link, .status-page .text-link { display: inline-block; margin-top: 1.5rem; }

@media (max-width: 880px) {
  .page-shell { width: min(760px, calc(100% - 2rem)); }
  .hero { grid-template-columns: 1fr; gap: 3.2rem; }
  h1 { max-width: 13ch; }
  .flight-card { width: min(600px, 100%); }
}

@media (max-width: 520px) {
  .page-shell { width: calc(100% - 1.25rem); }
  .masthead { align-items: flex-start; }
  .status { margin-top: .38rem; }
  .hero { gap: 2.5rem; padding-block: 2.8rem; }
  h1 { font-size: clamp(2.72rem, 13vw, 4.15rem); }
  .regional { font-size: 1.12rem; }
  .supporting { font-size: 1rem; }
  .signup-row { grid-template-columns: 1fr; }
  .signup-row button { justify-self: stretch; }
  .flight-card figcaption, footer { align-items: flex-start; flex-direction: column; }
  .flight-card figcaption { gap: .35rem; }
  footer { gap: .25rem; }
}

@media (max-width: 280px) {
  .masthead { flex-direction: column; }
  h1 { font-size: 2.25rem; }
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #edf3f2;
    --ink-soft: #b5c1c6;
    --paper: #101a25;
    --surface: #182635;
    --line: #71808a;
    --cobalt: #9aafff;
    --aqua: #1e5b58;
    --aqua-dark: #8ee1d6;
    --yellow: #e6c763;
  }
  .status i { border-color: #17283b; }
  .tee { fill: var(--ink); }
}

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