:root {
  color-scheme: light;
  --switchboard: #0b1820;
  --enclosure: #173746;
  --galvanized: #dfe7e6;
  --relay: #6fd7c3;
  --inspection: #f0a43b;
  --paper: #f7faf8;
  --ink: #13252e;
  --muted: #62727a;
  --line: #c9d4d2;
  --display: "Bahnschrift Condensed", "Arial Narrow", "Avenir Next Condensed", sans-serif;
  --body: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --utility: "IBM Plex Mono", "SFMono-Regular", Menlo, Consolas, monospace;
  font-family: var(--body);
  background: var(--paper);
  color: var(--ink);
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; min-width: 320px; background: var(--paper); }

a { color: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--relay);
  color: var(--switchboard);
  padding: 10px 14px;
  font-weight: 700;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  background: var(--switchboard);
  color: var(--paper);
  border-bottom: 1px solid #29414c;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-self: start;
}

.brand-mark {
  width: 30px;
  height: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 3px;
}

.brand-mark i { display: block; height: 2px; background: var(--relay); }
.brand-mark i:nth-child(1) { transform: translateY(-6px); }
.brand-mark i:nth-child(3) { transform: translateY(6px); }

nav { display: flex; gap: 28px; font-size: 13px; }
nav a, .header-cta { text-decoration: none; }
nav a { color: #bfcacb; }
nav a:hover { color: var(--paper); }

.header-cta {
  justify-self: end;
  border-bottom: 1px solid var(--relay);
  padding: 7px 0;
  font-size: 13px;
  font-weight: 700;
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
  gap: 7vw;
  align-items: center;
  padding: 88px 6vw 98px;
  background:
    linear-gradient(90deg, transparent 0 49.9%, rgba(111,215,195,.08) 50%, transparent 50.1%),
    radial-gradient(circle at 80% 25%, rgba(111,215,195,.08), transparent 28%),
    var(--switchboard);
  color: var(--paper);
}

.eyebrow, .spec-label, .board-kicker {
  margin: 0 0 20px;
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--relay);
}

.eyebrow.dark { color: #27675c; }

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-family: var(--display);
  font-size: clamp(58px, 7.5vw, 116px);
  line-height: .84;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 76px);
  line-height: .92;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

h3 { font-size: 20px; line-height: 1.2; }

.hero-lede {
  max-width: 670px;
  color: #d2dcdb;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.52;
}

.hero-actions { display: flex; align-items: center; gap: 26px; margin: 38px 0 20px; }

.button {
  appearance: none;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font: 700 13px/1 var(--body);
  text-decoration: none;
  cursor: pointer;
}

.button-primary { background: var(--relay); color: var(--switchboard); box-shadow: 6px 6px 0 #204a48; }
.button-primary:hover { transform: translate(-1px, -1px); box-shadow: 8px 8px 0 #204a48; }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--inspection); outline-offset: 3px; }

.text-link { color: var(--relay); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link.light { color: var(--relay); }

.hero-note { color: #81949b; font: 11px/1.5 var(--utility); }

.path-board {
  min-width: 0;
  width: 100%;
  border: 1px solid #3b535d;
  padding: 26px;
  background: rgba(18,43,54,.72);
  box-shadow: 18px 18px 0 rgba(0,0,0,.14);
}

.board-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-bottom: 23px; border-bottom: 1px solid #3b535d; }
.board-head strong { display: block; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.board-kicker { display: block; margin-bottom: 7px; color: #8ca0a6; }
.live-indicator { color: #b7c5c7; font: 10px var(--utility); text-transform: uppercase; }
.live-indicator i { width: 7px; height: 7px; display: inline-block; margin-right: 5px; border-radius: 50%; background: var(--inspection); box-shadow: 0 0 0 4px rgba(240,164,59,.12); }

.equipment-list { padding: 30px 0 24px; }
.equipment-row { display: grid; grid-template-columns: 95px 1fr 40px; gap: 12px; align-items: center; margin: 19px 0; font: 11px var(--utility); }
.equipment-row > span { color: #b9c6c8; }
.equipment-row strong { text-align: right; color: var(--paper); }
.track { height: 6px; background: #29424e; overflow: hidden; }
.track i { display: block; width: var(--length); height: 100%; background: linear-gradient(90deg, #3a716b, var(--relay)); transform-origin: left; animation: load-bar .9s cubic-bezier(.2,.8,.2,1) var(--delay) both; }

@keyframes load-bar { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.board-signal { position: relative; display: grid; grid-template-columns: 17px 1fr; gap: 13px; padding-top: 22px; border-top: 1px solid #3b535d; }
.signal-node { width: 11px; height: 11px; margin-top: 5px; border: 2px solid var(--inspection); background: var(--switchboard); box-shadow: 0 0 0 4px rgba(240,164,59,.1); }
.board-signal p { margin: 0; color: #aebdc0; font-size: 13px; line-height: 1.55; }
.board-signal strong { color: var(--paper); }
.board-source { margin: 22px 0 0; color: #73878f; font: 9px/1.5 var(--utility); }
.board-source a,
.evidence-band a { color: inherit; text-decoration-color: currentColor; text-underline-offset: .18em; }

.evidence-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.25fr;
  gap: 0;
  background: var(--galvanized);
  border-bottom: 1px solid var(--line);
}

.evidence-band > * { margin: 0; padding: 30px 3vw; border-right: 1px solid #bcc9c7; }
.evidence-band strong { display: block; font-family: var(--display); font-size: 32px; }
.evidence-band span { display: block; max-width: 230px; color: #52666e; font-size: 12px; line-height: 1.45; }
.evidence-band > p { align-self: stretch; border-right: 0; color: #6c7f86; font: 9px/1.55 var(--utility); }

.section { padding: 110px 6vw; }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; }
.section-intro h2 { max-width: 650px; }
.section-body > p { font-size: 20px; line-height: 1.6; }

.check-list { list-style: none; padding: 0; margin: 45px 0 0; border-top: 1px solid var(--line); }
.check-list li { display: grid; grid-template-columns: 50px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.5; }
.check-list span { color: #287166; font: 11px var(--utility); }

.sprint { background: #eaf0ee; border-block: 1px solid var(--line); }
.sprint-heading { max-width: 820px; margin-bottom: 52px; }
.sprint-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.sprint-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #aebdba; }
.sprint-grid article { min-height: 270px; padding: 30px 25px; border-right: 1px solid #aebdba; background: rgba(255,255,255,.34); }
.sprint-grid article:last-child { border-right: 0; }
.sprint-grid p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.spec-label { display: block; margin-bottom: 34px; color: #287166; }

.commercial-strip { display: grid; grid-template-columns: .7fr .7fr 1.6fr; background: var(--enclosure); color: var(--paper); }
.commercial-strip div { padding: 22px 25px; border-right: 1px solid #49616a; }
.commercial-strip div:last-child { border-right: 0; }
.commercial-strip span { display: block; margin-bottom: 5px; color: #9eb0b4; font: 9px var(--utility); text-transform: uppercase; letter-spacing: .12em; }
.commercial-strip strong { font-size: 14px; }

.fit-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.fit-grid p { margin: 0; min-height: 165px; padding: 24px 28px 24px 0; border-bottom: 1px solid var(--line); color: #3c5058; font-size: 16px; line-height: 1.55; }
.fit-grid p:nth-child(odd) { border-right: 1px solid var(--line); }
.fit-grid p:nth-child(even) { padding-left: 28px; }

.source-desk { display: grid; grid-template-columns: 1.3fr .7fr; gap: 9vw; align-items: end; background: var(--switchboard); color: var(--paper); }
.source-copy { max-width: 790px; }
.source-copy > p:not(.eyebrow) { max-width: 700px; color: #b8c5c6; font-size: 18px; line-height: 1.65; }
.boundary-card { padding: 28px; border: 1px solid #48606a; background: #102833; }
.boundary-card p { margin-bottom: 0; color: #bac7c8; font-size: 14px; line-height: 1.6; }

.evaluate { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--paper); }
.evaluate-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.6; }
.next-steps { display: grid; gap: 14px; margin-top: 38px; }
.next-steps span { display: grid; grid-template-columns: 27px 1fr; gap: 10px; align-items: start; color: #42575e; font-size: 13px; line-height: 1.5; }
.next-steps b { color: #22665a; font: 11px var(--utility); }

.contact-panel { position: relative; display: grid; align-content: start; padding: 38px; overflow: hidden; background: #e9f0ee; border: 1px solid #bdcbc8; box-shadow: 12px 12px 0 #d3ddda; }
.contact-panel::after { content: ""; position: absolute; top: 0; right: 0; width: 92px; height: 92px; background: linear-gradient(135deg, transparent 49%, var(--relay) 50%); opacity: .72; pointer-events: none; }
.contact-panel .spec-label { margin-bottom: 28px; }
.contact-panel h3 { max-width: 560px; margin-bottom: 16px; font-family: var(--display); font-size: clamp(30px, 3.1vw, 47px); line-height: .96; letter-spacing: -.025em; text-transform: uppercase; }
.contact-intro { max-width: 610px; margin-bottom: 30px; color: #4d6269; font-size: 16px; line-height: 1.6; }
.contact-address { width: fit-content; max-width: 100%; margin-bottom: 34px; padding: 0 0 9px; border-bottom: 2px solid #22665a; color: var(--switchboard); font-family: var(--display); font-size: clamp(25px, 3vw, 43px); font-weight: 700; letter-spacing: -.02em; line-height: 1; text-decoration: none; overflow-wrap: anywhere; }
.contact-address span { display: inline-block; color: #287166; transition: transform .2s ease; }
.contact-address:hover span { transform: translate(3px, -3px); }
.contact-checklist { display: grid; grid-template-columns: 85px 1fr; gap: 18px; padding: 24px 0; border-block: 1px solid #bdcbc8; }
.contact-checklist > span { color: #287166; font: 700 10px/1.5 var(--utility); letter-spacing: .12em; text-transform: uppercase; }
.contact-checklist ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 26px; margin: 0; padding: 0; list-style: none; }
.contact-checklist li { position: relative; padding-left: 15px; color: #40545b; font-size: 13px; line-height: 1.5; }
.contact-checklist li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; background: var(--inspection); }
.contact-note { margin: 24px 0 0; color: #6f7f84; font: 9px/1.6 var(--utility); }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; padding: 38px 4vw; background: #071218; color: #899ba1; font-size: 11px; }
footer p { margin: 0; }
.footer-brand { color: var(--paper); }
.footer-meta { display: grid; justify-items: end; gap: 9px; }
.footer-links { display: flex; gap: 16px; font: 9px var(--utility); letter-spacing: .06em; text-transform: uppercase; }
.footer-links a { color: #b6c4c7; text-underline-offset: 4px; }
.footer-links a:hover, .footer-links a[aria-current="page"] { color: var(--relay); }

.legal-page { background: #edf2f0; }
.legal-site-header nav a[aria-current="page"] { color: var(--relay); }
.legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 8vw;
  align-items: end;
  padding: 92px 6vw 76px;
  color: var(--paper);
  background:
    linear-gradient(120deg, transparent 0 68%, rgba(111, 215, 195, .1) 68.1% 68.5%, transparent 68.6%),
    var(--switchboard);
  border-bottom: 6px solid var(--relay);
}
.legal-hero h1 { max-width: none; margin-bottom: 20px; font-size: clamp(58px, 8vw, 118px); }
.legal-lede { max-width: 780px; margin: 0; color: #bdc9ca; font-size: 19px; line-height: 1.6; }
.document-status { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border: 1px solid #38505a; }
.document-status div { min-height: 88px; padding: 17px 18px; border-right: 1px solid #38505a; border-bottom: 1px solid #38505a; }
.document-status div:nth-child(even) { border-right: 0; }
.document-status div:nth-last-child(-n+2) { border-bottom: 0; }
.document-status dt { margin-bottom: 11px; color: #7e969c; font: 700 9px var(--utility); letter-spacing: .12em; text-transform: uppercase; }
.document-status dd { margin: 0; color: var(--paper); font: 700 13px/1.35 var(--body); }

.legal-layout { display: grid; grid-template-columns: minmax(210px, .35fr) minmax(0, 1fr); gap: 7vw; max-width: 1420px; margin: 0 auto; padding: 70px 6vw 110px; }
.legal-rail { align-self: start; position: sticky; top: 28px; padding: 24px 0; border-block: 1px solid #aebdba; color: #53676e; font-size: 13px; line-height: 1.65; }
.legal-rail .rail-label { margin-bottom: 16px; color: #27675c; font: 700 10px var(--utility); letter-spacing: .13em; text-transform: uppercase; }
.legal-rail a { display: inline-block; margin-top: 9px; color: #205f55; font-weight: 700; text-underline-offset: 4px; }
.legal-document { max-width: 880px; padding: 56px clamp(28px, 5vw, 78px) 74px; background: var(--paper); border: 1px solid #c3cfcd; box-shadow: 14px 14px 0 #d5dfdc; }
.draft-warning { display: grid; grid-template-columns: minmax(170px, .38fr) minmax(0, 1fr); gap: 24px; margin-bottom: 58px; padding: 20px 0; border-block: 2px solid var(--inspection); color: #4f6269; font-size: 13px; line-height: 1.55; }
.draft-warning strong { color: #7c4a08; font: 700 11px/1.5 var(--utility); letter-spacing: .06em; text-transform: uppercase; }
.legal-document section { padding: 42px 0; border-top: 1px solid var(--line); }
.legal-document section:first-of-type { border-top: 0; }
.section-code { display: block; margin-bottom: 14px; color: #287166; font: 700 10px var(--utility); letter-spacing: .1em; text-transform: uppercase; }
.legal-document h2 { max-width: 720px; margin-bottom: 22px; font-size: clamp(32px, 4vw, 50px); }
.legal-document h3 { margin: 27px 0 8px; color: #233b45; font-family: var(--display); font-size: 21px; letter-spacing: .01em; text-transform: uppercase; }
.legal-document p, .legal-document li { color: #42575f; font-size: 16px; line-height: 1.75; }
.legal-document p:last-child { margin-bottom: 0; }
.legal-document ul { margin: 0 0 22px; padding-left: 22px; }
.legal-document li + li { margin-top: 8px; }
.legal-document a { color: #1e6459; font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .path-board { max-width: 680px; }
  .evidence-band { grid-template-columns: repeat(3, 1fr); }
  .evidence-band > p { grid-column: 1 / -1; border-top: 1px solid #bcc9c7; }
  .split-section, .fit-section, .evaluate { grid-template-columns: 1fr; gap: 48px; }
  .sprint-grid { grid-template-columns: 1fr 1fr; }
  .sprint-grid article:nth-child(2) { border-right: 0; }
  .sprint-grid article:nth-child(-n+2) { border-bottom: 1px solid #aebdba; }
  .source-desk { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 12px; }
  .footer-meta { justify-items: start; }
  .legal-hero { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-rail { position: static; }
}

@media (max-width: 620px) {
  .site-header { min-height: 66px; padding-inline: 20px; }
  .header-cta { display: none; }
  .hero { padding: 60px 20px 72px; }
  h1 { font-size: clamp(46px, 14.5vw, 62px); overflow-wrap: anywhere; }
  h2 { font-size: clamp(42px, 13vw, 62px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .path-board { padding: 20px; }
  .board-head { flex-direction: column; }
  .board-head strong { font-size: 23px; overflow-wrap: anywhere; }
  .equipment-row { grid-template-columns: 78px 1fr 34px; gap: 8px; font-size: 9px; }
  .evidence-band { grid-template-columns: 1fr; }
  .evidence-band > * { border-right: 0; border-bottom: 1px solid #bcc9c7; padding: 24px 20px; }
  .evidence-band > p { grid-column: auto; border-top: 0; }
  .section { padding: 76px 20px; }
  .section-body > p { font-size: 18px; }
  .sprint-grid { grid-template-columns: 1fr; }
  .sprint-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid #aebdba; }
  .sprint-grid article:last-child { border-bottom: 0; }
  .commercial-strip { grid-template-columns: 1fr; }
  .commercial-strip div { border-right: 0; border-bottom: 1px solid #49616a; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid p, .fit-grid p:nth-child(even) { min-height: 0; padding: 22px 0; border-right: 0; }
  .contact-panel { padding: 26px; box-shadow: 7px 7px 0 #d3ddda; }
  .contact-panel::after { width: 62px; height: 62px; }
  .contact-checklist { grid-template-columns: 1fr; gap: 12px; }
  .contact-checklist ul { grid-template-columns: 1fr; }
  footer { padding: 34px 20px; }
  .footer-links { flex-wrap: wrap; }
  .legal-hero { padding: 62px 20px 52px; }
  .legal-hero h1 { font-size: clamp(52px, 17vw, 72px); }
  .document-status { grid-template-columns: 1fr; }
  .document-status div, .document-status div:nth-child(even), .document-status div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid #38505a; }
  .document-status div:last-child { border-bottom: 0; }
  .legal-layout { gap: 28px; padding: 38px 20px 78px; }
  .legal-document { padding: 34px 24px 50px; box-shadow: 7px 7px 0 #d5dfdc; }
  .draft-warning { grid-template-columns: 1fr; gap: 10px; }
}

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