:root {
  --charcoal: #1a1a1a;
  --gold: #8b6914;
  --gold-bright: #b8860b;
  --ivory: #ede8dc;
  --gray: #666666;
  --gray-light: #999999;
  --white: #ffffff;
  --line: rgba(26, 26, 26, 0.18);
  --line-light: rgba(237, 232, 220, 0.2);
  --muted-light: #c7c1b6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--charcoal); color: var(--ivory); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { min-height: 102px; padding: 18px clamp(24px, 4.5vw, 72px); display: grid; grid-template-columns: minmax(230px, 1fr) auto minmax(180px, 1fr); align-items: center; gap: 38px; border-bottom: 1px solid var(--line-light); background: rgba(26, 26, 26, 0.96); color: var(--ivory); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.wordmark { width: max-content; line-height: 1; }
.wordmark span { display: block; font-size: clamp(22px, 2vw, 32px); font-weight: 900; letter-spacing: 0.12em; }
.wordmark small { display: block; margin-top: 9px; font-size: 11
  px; font-weight: 700; letter-spacing: 0.48em; }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 50px); }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 700; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--gold-bright); transition: right 180ms ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.mobile-nav { display: none; }
.button { min-height: 54px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; font-size: 15px; font-weight: 800; transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
.button-gold { background: var(--gold); color: var(--white); }
.button-gold:hover { background: #6f5410; }
.button-dark { border-color: var(--ivory); background: transparent; color: var(--ivory); }
.button-dark:hover { background: var(--ivory); color: var(--charcoal); }
.button-outline { min-height: 50px; border-color: var(--gold); color: var(--gold); }
.button-outline:hover { background: var(--gold); color: var(--white); }
.hero { min-height: calc(100vh - 102px); display: grid; grid-template-columns: minmax(0, 48%) minmax(0, 52%); border-bottom: 1px solid var(--line-light); background: var(--charcoal); color: var(--ivory); }
.hero-copy { padding: clamp(64px, 8vw, 124px) clamp(30px, 5vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 28px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: 0.22em; text-transform: uppercase; }
.eyebrow::after { content: ""; display: block; width: 46px; height: 3px; margin-top: 17px; background: var(--gold-bright); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 780px; margin: 0; font-size: clamp(48px, 5.1vw, 82px); line-height: 0.98; letter-spacing: -0.052em; font-weight: 850; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: var(--muted-light); font-size: clamp(18px, 1.45vw, 23px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 38px; }
.hero-note { margin: 38px 0 0; padding-left: 18px; border-left: 2px solid var(--gold-bright); color: var(--muted-light); font-size: 16px; }
.hero-art { min-height: 640px; position: relative; overflow: hidden; background-color: var(--charcoal); background-image: linear-gradient(rgba(26,26,26,.14), rgba(26,26,26,.28)), url('hero-production.png'), radial-gradient(circle at 65% 45%, rgba(184,134,11,.22), transparent 46%); background-size: cover; background-position: center; }
.hero-art::after { content: ""; position: absolute; inset: 34px; border-top: 1px solid rgba(237,232,220,.22); border-right: 1px solid var(--gold-bright); pointer-events: none; }
.hero-art-label { position: absolute; z-index: 2; color: var(--ivory); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.label-top { top: 58px; right: 56px; }
.label-bottom { right: 58px; bottom: 58px; color: var(--gold-bright); }
.proof-rail { min-height: 100px; padding: 20px clamp(30px, 8vw, 140px); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-bottom: 1px solid var(--line-light); background: #202020; color: var(--ivory); }
.proof-rail div { min-height: 54px; padding: 0 30px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line-light); font-size: 16px; font-weight: 800; }
.proof-rail div:last-child { border-right: 0; }
.proof-rail span { color: var(--gold); font-family: var(--font-geist-mono), monospace; font-size: 12px; }
.section-pad { padding: clamp(84px, 10vw, 150px) clamp(30px, 8vw, 140px); }
.gap-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 130px); background: var(--ivory); color: var(--charcoal); }
.gap-intro h2 { margin: 0; font-size: clamp(38px, 4vw, 64px); line-height: 1.05; letter-spacing: -.04em; }
.gap-copy { margin-top: 56px; }
.gap-copy p { margin: 0 0 20px; color: var(--gray); font-size: 17px; line-height: 1.72; }

.section-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(50px, 8vw, 130px); align-items: end; }
.section-heading h2, .doctrine h2, .about h2, .contact h2 { margin: 0; font-size: clamp(42px, 4.4vw, 70px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted-light); font-size: 17px; line-height: 1.72; }
.programs { background: var(--charcoal); color: var(--ivory); }
.program-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.program-card { min-height: 590px; padding: 42px 34px; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: #202020; }
.program-featured { background: var(--ivory); color: var(--charcoal); }
.card-index, .sheet-meta, .mini-label { color: var(--gold-bright); font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.program-card h3 { margin: 52px 0 12px; font-size: clamp(28px, 2.25vw, 38px); line-height: 1.03; letter-spacing: -.035em; }
.card-kicker { margin: 0 0 26px; color: var(--gold); font-weight: 800; }
.program-featured .card-kicker { color: var(--gold); }
.program-card > p:not(.card-kicker) { margin: 0; color: var(--muted-light); font-size: 15px; line-height: 1.72; }
.program-featured > p:not(.card-kicker) { color: var(--gray); }
.program-card ul { margin: auto 0 0; padding: 28px 0 0; list-style: none; border-top: 1px solid var(--line-light); }
.program-featured ul { border-color: var(--line); }
.program-card li { padding: 9px 0 9px 18px; position: relative; color: var(--muted-light); font-size: 13px; line-height: 1.45; }
.program-featured li { color: var(--gray); }
.program-card li::before { content: ""; width: 5px; height: 5px; position: absolute; left: 0; top: 16px; background: var(--gold-bright); }
.format-row { margin-top: auto; padding-top: 30px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; border-top: 1px solid var(--line-light); }
.format-row span { padding: 11px 3px; border: 1px solid var(--line-light); text-align: center; color: var(--gold-bright); font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 700; }

.doctrine { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 150px); background: #202020; color: var(--ivory); }
.doctrine-copy > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 0; color: var(--muted-light); font-size: 17px; line-height: 1.76; }
.doctrine-sheet { align-self: center; padding: clamp(34px, 4vw, 58px); border: 1px solid var(--line); background: var(--white); box-shadow: 18px 18px 0 rgba(139,105,20,.12); position: relative; }
.doctrine-sheet::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 6px; background: var(--gold); }
.doctrine-sheet h3 { margin: 44px 0 12px; font-size: clamp(32px, 3vw, 48px); letter-spacing: -.04em; }
.doctrine-sheet > p { color: var(--gray); line-height: 1.65; }
.sheet-list { margin: 34px 0; border-top: 1px solid var(--line); }
.sheet-list div { min-height: 58px; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.sheet-list span { color: var(--gold); font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.scope-note { margin: 0; padding: 20px; background: var(--ivory); font-size: 12px; }

.organizations { background: var(--ivory); color: var(--charcoal); }
.organizations .section-heading > p { color: var(--gray); }
.pilot-panel { margin-top: 72px; display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid var(--line); }
.pilot-intro { padding: clamp(36px, 5vw, 70px); background: #222; }
.pilot-intro > span { color: var(--gold-bright); font-family: var(--font-geist-mono), monospace; font-size: 11px; letter-spacing: .18em; }
.pilot-intro h3 { margin: 24px 0 18px; font-size: clamp(36px, 3.7vw, 58px); line-height: 1; letter-spacing: -.04em; }
.pilot-intro p { margin: 0 0 34px; color: #d7d1c4; line-height: 1.7; }
.deliverables { padding: clamp(36px, 5vw, 70px); background: var(--ivory); color: var(--charcoal); }
.deliverables ol { margin: 26px 0 0; padding: 0; list-style: none; }
.deliverables li { min-height: 62px; display: flex; align-items: center; gap: 26px; border-bottom: 1px solid var(--line); font-size: clamp(15px, 1.4vw, 19px); font-weight: 800; }
.deliverables li span { color: var(--gold); font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.audience-row { margin-top: 52px; display: flex; flex-wrap: wrap; gap: 10px; }
.audience-row span { padding: 12px 18px; border: 1px solid var(--line); color: var(--gray); font-size: 12px; }

.about { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 170px); align-items: center; background: var(--charcoal); color: var(--ivory); }
.about-mark { aspect-ratio: 1; max-width: 470px; display: grid; place-items: center; align-content: center; border: 1px solid var(--gold); background: var(--ivory); color: var(--charcoal); position: relative; }
.about-mark::before, .about-mark::after { content: ""; position: absolute; width: 42px; height: 42px; }
.about-mark::before { top: 20px; left: 20px; border-top: 2px solid var(--gold-bright); border-left: 2px solid var(--gold-bright); }
.about-mark::after { right: 20px; bottom: 20px; border-right: 2px solid var(--gold-bright); border-bottom: 2px solid var(--gold-bright); }
.about-mark span { font-size: clamp(72px, 10vw, 148px); font-weight: 900; letter-spacing: -.08em; }
.about-mark small { margin-top: 18px; color: var(--gold-bright); font-size: 9px; letter-spacing: .25em; }
.founder-title { margin: 22px 0 34px; color: var(--gold); font-size: 16px; font-weight: 800; line-height: 1.6; }
.about-copy > p:not(.eyebrow):not(.founder-title) { max-width: 780px; margin: 22px 0 0; color: var(--muted-light); font-size: 17px; line-height: 1.76; }

.contact { text-align: center; background: #202020; color: var(--ivory); border-top: 1px solid var(--line-light); }
.contact .eyebrow::after { margin-left: auto; margin-right: auto; }
.contact h2 { max-width: 950px; margin-left: auto; margin-right: auto; }
.contact > p:not(.eyebrow) { max-width: 720px; margin: 26px auto 0; color: var(--muted-light); font-size: 18px; line-height: 1.7; }
.contact-actions { margin-top: 38px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px; }
.text-link { padding: 8px 0; border-bottom: 1px solid var(--gold); color: var(--gold); font-weight: 800; }
footer { padding: 42px clamp(24px, 4.5vw, 72px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; background: var(--charcoal); color: var(--white); }
.footer-mark span { font-size: 22px; }
.footer-mark small { font-size: 8px; }
footer > p { margin: 0; color: #c7c1b6; font-size: 13px; }
footer > div { display: grid; justify-items: end; gap: 8px; color: #c7c1b6; font-size: 11px; }
footer > div a { color: var(--gold-bright); }
.hero .eyebrow, .programs .eyebrow, .doctrine .eyebrow, .about .eyebrow, .contact .eyebrow { color: var(--gold-bright); }
.site-header .button-outline, .contact .text-link { color: var(--gold-bright); border-color: var(--gold-bright); }
.proof-rail span, .founder-title { color: var(--gold-bright); }
@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { cursor: pointer; color: var(--gold); font-weight: 800; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; right: 0; top: 40px; width: min(310px, calc(100vw - 32px)); padding: 20px; display: grid; border: 1px solid var(--line-light); background: var(--charcoal); color: var(--ivory); box-shadow: 0 18px 60px rgba(0,0,0,.3); }
  .mobile-nav nav a { padding: 13px 4px; border-bottom: 1px solid var(--line-light); font-weight: 700; }
  .mobile-nav nav a:last-child { border: 0; color: var(--gold); }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 520px; }
  .gap-intro { grid-template-columns: 1fr; }
  .gap-copy { margin-top: 0; }
  .section-heading, .doctrine, .about { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: auto; }
  .program-card ul, .format-row { margin-top: 36px; }
  .pilot-panel { grid-template-columns: 1fr; }
  .about-mark { width: min(470px, 100%); }
  footer { grid-template-columns: 1fr; }
  footer > div { justify-items: start; }
}
@media (max-width: 700px) {
  .site-header { min-height: 82px; padding: 15px 20px; }
  .wordmark small { font-size: 10px; }
  .hero-copy { padding: 70px 22px; }
  h1 { font-size: clamp(45px, 13vw, 62px); }
  .hero-actions { display: grid; }
  .hero-art { min-height: 410px; }
  .proof-rail { grid-template-columns: 1fr; padding: 10px 22px; }
  .proof-rail div { padding: 18px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-rail div:last-child { border-bottom: 0; }
  .section-pad { padding: 80px 22px; }
  .section-heading { gap: 26px; }
  .program-grid { margin-top: 48px; }
  .program-card { padding: 34px 24px; }
  .program-card h3 { margin-top: 38px; }
  .doctrine-sheet { box-shadow: 8px 8px 0 rgba(139,105,20,.12); }
  .pilot-panel { margin-top: 48px; }
  .contact-actions { display: grid; }
  footer { padding: 42px 22px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
