:root {
  color-scheme: light;
  --paper: #f2eee4;
  --paper-deep: #e7e0d1;
  --ink: #101410;
  --muted: #5f655d;
  --line: rgba(16, 20, 16, .2);
  --signal: #e7532f;
  --signal-dark: #bd381a;
  --forest: #173f32;
  --acid: #b9e84d;
  --white: #fffdf7;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: min(1480px, calc(100% - 72px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-160%); background: var(--ink); color: white; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; min-height: 84px; padding: 0 clamp(24px, 4vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; text-decoration: none; letter-spacing: .18em; }
.brand span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; font: 600 18px Georgia, serif; }
.brand b { font-size: 12px; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a, .site-footer nav a, .text-action { color: var(--muted); font-size: 12px; text-decoration: none; }
.site-header nav a:hover, .site-footer nav a:hover, .text-action:hover { color: var(--ink); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 11px; font-weight: 750; letter-spacing: .035em; text-decoration: none; cursor: pointer; }
.button-ink { background: var(--ink); color: var(--white); }
.button-signal { border-color: var(--signal); background: var(--signal); color: white; }
.button-signal:hover { border-color: var(--signal-dark); background: var(--signal-dark); }

.hero { min-height: calc(100vh - 84px); padding-block: clamp(76px, 10vw, 150px) 70px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); align-items: center; gap: clamp(60px, 9vw, 150px); }
.eyebrow { margin: 0; color: var(--muted); font: 750 10px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; color: var(--signal-dark); }
.hero .eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 7px rgba(231, 83, 47, .12); animation: pulse 2.4s ease-in-out infinite; }
.hero h1 { margin: 29px 0 0; max-width: 960px; font-size: clamp(65px, 7.8vw, 132px); font-weight: 470; line-height: .86; letter-spacing: -.075em; text-wrap: balance; }
.hero h1 em { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 700px; margin: 40px 0 0; color: var(--muted); font-size: clamp(18px, 1.6vw, 25px); line-height: 1.55; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.quiet-link { color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; }
.pilot-facts { margin: 62px 0 0; padding: 24px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid var(--line); list-style: none; }
.pilot-facts li { min-width: 0; }
.pilot-facts b, .pilot-facts span { display: block; }
.pilot-facts b { margin-bottom: 7px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.pilot-facts span { color: var(--muted); font-size: 11px; line-height: 1.45; }

.pilot-map { position: relative; min-height: 630px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: var(--forest); color: var(--white); box-shadow: 28px 28px 0 var(--paper-deep); }
.pilot-map::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.map-head { position: relative; z-index: 1; display: flex; justify-content: space-between; color: rgba(255,255,255,.58); font: 700 8px ui-monospace, monospace; letter-spacing: .14em; }
.memory-node { position: absolute; z-index: 2; width: 52%; padding: 18px; border: 1px solid rgba(255,255,255,.22); background: rgba(8, 25, 19, .86); backdrop-filter: blur(10px); }
.memory-node small, .memory-node strong, .memory-node span { display: block; }
.memory-node small { margin-bottom: 8px; color: var(--acid); font: 700 8px ui-monospace, monospace; letter-spacing: .12em; }
.memory-node strong { font-size: 20px; font-weight: 560; }
.memory-node span { margin-top: 7px; color: rgba(255,255,255,.58); font-size: 10px; }
.node-primary { top: 105px; left: 30px; }
.node-package { top: 270px; right: 30px; }
.node-milestone { top: 438px; left: 30px; }
.map-line { position: absolute; z-index: 1; width: 34%; height: 105px; border: solid rgba(185, 232, 77, .6); }
.line-one { top: 187px; left: 45%; border-width: 0 1px 1px 0; }
.line-two { top: 355px; left: 22%; border-width: 0 0 1px 1px; }
.map-core { position: absolute; z-index: 3; top: 52%; left: 50%; width: 62px; height: 62px; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 50%; background: var(--acid); color: var(--forest); }
.map-core b { font: 600 25px Georgia, serif; }
.map-core i { position: absolute; width: 125px; height: 125px; border: 1px solid rgba(185,232,77,.22); border-radius: 50%; }
.map-core i:last-child { width: 196px; height: 196px; }
.pilot-map > p { position: absolute; z-index: 2; right: 30px; bottom: 27px; max-width: 290px; margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.55; text-align: right; }

.signal-band { min-height: 92px; padding: 22px clamp(24px, 5vw, 80px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; background: var(--ink); color: white; }
.signal-band p, .signal-band span { margin: 0; color: rgba(255,255,255,.48); font: 700 9px ui-monospace, monospace; letter-spacing: .12em; }
.signal-band strong { font-family: Georgia, serif; font-size: clamp(21px, 2vw, 31px); font-weight: 400; }

.experiences, .fit-section { padding-block: clamp(100px, 12vw, 180px); }
.section-heading { max-width: 980px; }
.section-heading h2, .working-model h2, .fit-copy h2, .apply-copy h2 { margin: 22px 0 0; font-size: clamp(46px, 6vw, 92px); font-weight: 470; line-height: .96; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.experience-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.experience-grid article { min-height: 620px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.card-number { color: var(--signal); font: 500 54px/1 Georgia, serif; }
.card-kicker { margin: 56px 0 0; color: var(--muted); font: 700 8px ui-monospace, monospace; letter-spacing: .11em; }
.experience-grid h3 { margin: 17px 0 0; max-width: 370px; font-size: 34px; font-weight: 540; line-height: 1.03; letter-spacing: -.04em; }
.experience-grid article > p:not(.card-kicker) { margin: 25px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.experience-grid ul { margin: 30px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.experience-grid li { position: relative; margin-top: 12px; padding-left: 17px; font-size: 12px; line-height: 1.4; }
.experience-grid li::before { content: "+"; position: absolute; left: 0; color: var(--signal); }
.card-output { margin-top: auto; padding-top: 30px; }
.card-output span, .card-output b { display: block; }
.card-output span { color: var(--signal-dark); font: 700 8px ui-monospace, monospace; letter-spacing: .12em; }
.card-output b { margin-top: 9px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; line-height: 1.35; }

.working-model { padding-block: clamp(100px, 12vw, 170px); background: var(--forest); color: var(--white); }
.model-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); gap: clamp(70px, 10vw, 160px); }
.working-model .eyebrow { color: var(--acid); }
.model-lede { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.7; }
.process-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; }
.process-list li { padding: 28px 0; display: grid; grid-template-columns: 72px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list > li > span { color: var(--acid); font: 700 10px ui-monospace, monospace; }
.process-list b { display: block; font-size: 21px; font-weight: 540; }
.process-list p { margin: 8px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }

.fit-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr); gap: clamp(70px, 10vw, 160px); }
.fit-copy h2 { font-size: clamp(45px, 5vw, 78px); }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fit-grid article { min-height: 210px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fit-grid span { color: var(--signal-dark); font: 700 9px ui-monospace, monospace; letter-spacing: .1em; }
.fit-grid p { margin: 40px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.apply-section { padding-block: clamp(90px, 11vw, 160px); background: var(--paper-deep); }
.apply-grid { display: grid; grid-template-columns: minmax(0, .7fr) minmax(580px, 1.3fr); gap: clamp(60px, 9vw, 140px); align-items: start; }
.apply-copy { position: sticky; top: 50px; }
.apply-copy h2 { font-size: clamp(54px, 6vw, 94px); }
.apply-copy > p:not(.eyebrow) { max-width: 600px; margin-top: 28px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.privacy-note { margin-top: 50px; padding: 22px; border-left: 3px solid var(--signal); background: rgba(255,255,255,.35); }
.privacy-note span { color: var(--signal-dark); font: 700 9px ui-monospace, monospace; letter-spacing: .1em; }
.privacy-note p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.application-shell { min-height: 760px; padding: clamp(28px, 4vw, 55px); background: var(--white); border: 1px solid var(--ink); box-shadow: 18px 18px 0 rgba(16,20,16,.08); }
.pilot-form { display: grid; gap: 23px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pilot-form label, .pilot-form legend { color: var(--ink); font-size: 11px; font-weight: 700; }
.pilot-form label > small, .pilot-form legend small { margin-left: 5px; color: var(--muted); font-size: 9px; font-weight: 500; }
.pilot-form input:not([type="checkbox"]), .pilot-form select, .pilot-form textarea { width: 100%; min-height: 48px; margin-top: 9px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; outline: none; background: #fbf9f3; color: var(--ink); }
.pilot-form textarea { resize: vertical; line-height: 1.5; }
.pilot-form input:focus, .pilot-form select:focus, .pilot-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,63,50,.1); }
.pilot-form fieldset { margin: 0; padding: 0; border: 0; }
.track-options { margin-top: 10px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.track-options label { position: relative; min-height: 116px; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; }
.track-options input { position: absolute; top: 13px; right: 13px; accent-color: var(--signal); }
.track-options span, .track-options b, .track-options small { display: block; }
.track-options b { max-width: 120px; font-size: 11px; line-height: 1.3; }
.track-options small { margin-top: 18px; color: var(--muted); font-size: 9px; font-weight: 500; line-height: 1.35; }
.track-options label:has(input:checked) { background: rgba(231,83,47,.09); box-shadow: inset 0 -3px var(--signal); }
.commitment { display: flex; gap: 12px; align-items: flex-start; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.45; }
.commitment input { margin-top: 2px; accent-color: var(--signal); }
.submit-button { width: 100%; }
.submit-button:disabled { opacity: .55; cursor: wait; }
.form-status { min-height: 20px; margin: -10px 0 0; color: var(--signal-dark); font-size: 11px; }
.application-success { min-height: 650px; padding: clamp(25px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; outline: none; background: var(--forest); color: white; }
.application-success[hidden] { display: none; }
.application-success > span { color: var(--acid); font: 700 9px ui-monospace, monospace; letter-spacing: .13em; }
.application-success h3 { max-width: 650px; margin: 28px 0 0; font-size: clamp(42px, 5vw, 72px); font-weight: 470; line-height: .98; letter-spacing: -.05em; }
.application-success p { max-width: 540px; margin: 28px 0 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.7; }
.application-success a { width: max-content; margin-top: 45px; color: var(--acid); font-size: 12px; font-weight: 700; text-decoration: none; }

.site-footer { min-height: 170px; padding-block: 45px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; }
.site-footer > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 12px; text-align: center; }
.site-footer nav { justify-self: end; }

@keyframes pulse { 0%, 100% { transform: scale(.9); } 50% { transform: scale(1.12); } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }.pilot-map { min-height: 580px; }
  .experience-grid { grid-template-columns: 1fr; }.experience-grid article { min-height: 500px; }
  .model-grid, .fit-section, .apply-grid { grid-template-columns: 1fr; }.apply-copy { position: static; }
  .fit-copy { max-width: 760px; }
}

@media (max-width: 700px) {
  .section-shell { width: min(100% - 30px, 1480px); }
  .site-header { min-height: 70px; padding: 0 15px; }.header-actions .text-action { display: none; }.button { min-height: 44px; padding-inline: 15px; }
  .hero { min-height: 0; padding-block: 62px 55px; gap: 62px; }.hero h1 { font-size: clamp(55px, 17vw, 82px); }.hero-lede { margin-top: 28px; font-size: 17px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.pilot-facts { margin-top: 44px; grid-template-columns: 1fr; gap: 18px; }
  .pilot-map { min-height: 520px; margin-right: 10px; padding: 20px; box-shadow: 10px 10px 0 var(--paper-deep); }.memory-node { width: 72%; padding: 14px; }.node-primary { top: 80px; left: 20px; }.node-package { top: 220px; right: 20px; }.node-milestone { top: 360px; left: 20px; }.map-line { display: none; }.map-core { width: 50px; height: 50px; }.pilot-map > p { right: 20px; bottom: 18px; max-width: 230px; font-size: 9px; }
  .signal-band { grid-template-columns: 1fr; gap: 7px; padding-block: 26px; }.signal-band span { display: none; }
  .experiences, .fit-section { padding-block: 90px; }.section-heading h2, .working-model h2, .fit-copy h2, .apply-copy h2 { font-size: clamp(43px, 13vw, 66px); }.experience-grid { margin-top: 50px; }.experience-grid article { min-height: 540px; padding: 23px; }
  .working-model { padding-block: 90px; }.model-grid { gap: 55px; }.process-list li { grid-template-columns: 48px 1fr; }
  .fit-grid, .field-row { grid-template-columns: 1fr; }.fit-grid article { min-height: 170px; }.fit-grid p { margin-top: 25px; }
  .apply-section { padding-block: 80px; }.apply-grid { gap: 50px; }.application-shell { min-height: 0; padding: 22px 16px; box-shadow: 8px 8px 0 rgba(16,20,16,.08); }.track-options { grid-template-columns: 1fr; }.track-options label { min-height: 85px; }.track-options small { margin-top: 10px; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; }.site-footer > p { text-align: left; }.site-footer nav { justify-self: start; flex-wrap: wrap; gap: 18px; }
}

@media (max-height: 520px) and (orientation: landscape) {
  .hero { min-height: auto; padding-block: 45px; grid-template-columns: 1.1fr .9fr; gap: 45px; }.hero h1 { font-size: 55px; }.hero-lede { font-size: 14px; }.pilot-facts { display: none; }.pilot-map { min-height: 410px; }.node-primary { top: 65px; }.node-package { top: 175px; }.node-milestone { top: 285px; }.map-core { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; }
}

:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
