:root {
  --ink: #102131;
  --navy: #0b2e4f;
  --blue: #155c83;
  --sky: #d9eff4;
  --orange: #f08a4b;
  --yellow: #ffd166;
  --cream: #f8f5ee;
  --white: #ffffff;
  --muted: #546575;
  --line: #d4dde2;
  --shadow: 0 18px 45px rgba(11, 46, 79, .12);
  --radius: 1.25rem;
  --shell: 74rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.7; }
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.35rem; }
p { max-width: 68ch; }
.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.narrow { max-width: 56rem; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .7rem 1rem; background: var(--yellow); color: var(--navy); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: .85rem; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: var(--yellow); }
.lede { max-width: 49rem; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.6; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(11,46,79,.1); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.header-inner { min-height: 5.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark { width: 2.65rem; height: 2.65rem; display: grid; place-items: center; border-radius: 50% 50% 50% 18%; background: var(--orange); color: var(--navy); font-weight: 900; }
.brand strong { display: block; color: var(--navy); font-size: 1.2rem; line-height: 1; }
.brand small { display: block; margin-top: .32rem; color: var(--muted); font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.2rem; }
.site-nav a { border-bottom: 2px solid transparent; text-decoration: none; font-size: .9rem; font-weight: 720; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { border-color: var(--orange); }
.site-nav .nav-cta { padding: .55rem .95rem; border: 0; border-radius: 999px; background: var(--navy); color: var(--white); }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { background: var(--orange); color: var(--ink); }
.menu-button { display: none; padding: .55rem .85rem; border: 1px solid var(--navy); border-radius: 999px; background: transparent; color: var(--navy); font: inherit; font-weight: 800; }

.hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 10vw, 8.5rem) 0; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 28rem; height: 28rem; right: -10rem; top: -11rem; border: 5rem solid rgba(240,138,75,.2); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.hero h1 { max-width: 13ch; margin-bottom: 1.5rem; color: var(--navy); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.35rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .7rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font: inherit; font-weight: 820; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--orange); color: #24180f; }
.button-primary:hover, .button-primary:focus-visible { background: var(--yellow); }
.button-secondary { border-color: var(--navy); color: var(--navy); }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--navy); color: var(--white); }
.button-light { background: var(--white); color: var(--navy); }
.button-light:hover, .button-light:focus-visible { background: var(--yellow); }
.text-link { color: var(--blue); font-weight: 800; text-underline-offset: .25em; }
.text-link:hover, .text-link:focus-visible { color: var(--navy); }

.signal-card { position: relative; aspect-ratio: 1; width: min(100%, 27rem); justify-self: center; border-radius: 42% 58% 56% 44% / 48% 42% 58% 52%; background: var(--navy); box-shadow: var(--shadow); overflow: hidden; }
.signal-card::after { content: ""; position: absolute; inset: 9%; border: 1px dashed rgba(255,255,255,.35); border-radius: 50%; }
.signal-orbit { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.orbit-one { inset: 22%; }
.orbit-two { inset: 35%; }
.signal-center { position: absolute; inset: 39%; z-index: 2; display: grid; place-content: center; border-radius: 50%; background: var(--yellow); color: var(--navy); text-align: center; }
.signal-center strong { font-size: 1.05rem; }
.signal-center span { font-size: .61rem; }
.signal-label { position: absolute; z-index: 3; padding: .35rem .7rem; border-radius: 999px; background: var(--white); color: var(--navy); font-size: .8rem; font-weight: 820; }
.label-one { left: 9%; top: 24%; }
.label-two { right: 9%; top: 32%; }
.label-three { left: 25%; bottom: 10%; }

.section { padding: clamp(4.25rem, 8vw, 7.5rem) 0; }
.section-intro { border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 7rem); }
.split h2 { max-width: 12ch; }
.split > div:last-child > p:first-child { font-size: 1.15rem; }
.section-dark { background: var(--navy); color: var(--white); }
.section-dark p { color: #d7e5ef; }
.section-tint { background: var(--sky); }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 3rem; margin-bottom: 2.75rem; }
.section-heading h2 { max-width: 14ch; margin-bottom: 0; }
.section-heading > p { margin-bottom: .35rem; }
.card-grid { display: grid; gap: 1.2rem; }
.two-up { grid-template-columns: repeat(2, 1fr); }
.three-up { grid-template-columns: repeat(3, 1fr); }
.four-up { grid-template-columns: repeat(4, 1fr); }
.focus-card { padding: 1.75rem; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.focus-card .card-number { color: var(--yellow); }
.focus-card h3 { margin-top: 2rem; }
.card-number { display: block; color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.value-card { padding: 1.5rem; border-top: 4px solid var(--orange); background: var(--white); }
.value-card p { margin-bottom: 0; color: var(--muted); }
.value-card .text-link { display: inline-block; margin-top: 1.15rem; }

.project-feature { background: var(--white); }
.project-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2rem, 8vw, 7rem); align-items: start; }
.project-label { padding: 2rem; border-radius: var(--radius); background: var(--sky); color: var(--navy); }
.project-label span, .project-label strong { display: block; }
.project-label span { margin-bottom: 2rem; font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.project-label strong { font-size: 1.65rem; line-height: 1.18; }
.callout-section { padding-top: 0; }
.callout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: clamp(2rem, 6vw, 4.5rem); border-radius: 1.8rem; background: var(--orange); color: #24180f; }
.callout h2 { max-width: 13ch; margin-bottom: 0; }
.callout .eyebrow { color: #52301e; }

.page-hero { padding: clamp(4.5rem, 10vw, 8rem) 0; background: linear-gradient(135deg, var(--cream), #eef7f8); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 15ch; margin-bottom: 1.5rem; font-size: clamp(2.7rem, 6vw, 5rem); color: var(--navy); }
.story-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2rem, 8vw, 7rem); }
.story-grid h2 { max-width: 11ch; }
.prose p { margin-bottom: 1.35rem; font-size: 1.08rem; }
.founder-card { display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.founder-initials { width: clamp(6rem, 16vw, 10rem); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50% 50% 50% 18%; background: var(--navy); color: var(--yellow); font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 900; }

.program-list { display: grid; }
.program-row { display: grid; grid-template-columns: .25fr 1.75fr; gap: 2rem; padding: 3.25rem 0; border-top: 1px solid var(--line); }
.program-row:last-child { border-bottom: 1px solid var(--line); }
.program-index { color: var(--orange); font-size: clamp(2rem, 5vw, 4rem); font-weight: 900; line-height: 1; }
.program-row h2 { max-width: 16ch; font-size: clamp(2rem, 4vw, 3.2rem); }
.program-row h3 { max-width: 28ch; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.program-row .card-number { margin-bottom: .75rem; }
.program-row p { font-size: 1.08rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: .65rem; padding: 0; margin: 1.5rem 0 0; list-style: none; }
.tag-list li { padding: .35rem .75rem; border: 1px solid var(--line); border-radius: 999px; color: var(--blue); font-size: .8rem; font-weight: 800; }

.project-case { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 8vw, 7rem); }
.case-meta { padding: 2rem; border-radius: var(--radius); background: var(--sky); }
.case-meta h2 { font-size: 2rem; }
.case-meta dl { margin: 2rem 0 0; }
.case-meta dl div { padding: .9rem 0; border-top: 1px solid rgba(11,46,79,.2); }
.case-meta dt { font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.case-meta dd { margin: .2rem 0 0; }

.opportunity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.opportunity-grid article { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); }
.opportunity-grid h2 { margin-top: 2rem; font-size: 2rem; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 8vw, 7rem); }
.contact-links { display: grid; gap: .65rem; margin-top: 2rem; overflow-wrap: anywhere; }
.contact-links a { color: var(--blue); font-weight: 800; }
.contact-form { display: grid; gap: .55rem; padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.contact-form label { margin-top: .6rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: .8rem .9rem; border: 1px solid #738895; border-radius: .55rem; background: var(--white); color: var(--ink); font: inherit; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(240,138,75,.35); border-color: var(--orange); }
.contact-form .button { margin-top: 1rem; }
.form-note { margin: .5rem 0 0; color: var(--muted); font-size: .85rem; }
.support-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 7rem); padding: clamp(2rem, 6vw, 4.5rem); border-radius: 1.8rem; background: var(--navy); color: var(--white); }
.support-panel .eyebrow { color: var(--yellow); }
.support-panel h2 { max-width: 14ch; }
.support-panel p { color: #d7e5ef; }
.support-panel .form-note { margin-top: 1rem; color: #b8cbd7; }
.privacy-page h2 { margin-top: 3rem; font-size: 1.6rem; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }

.site-footer { padding: 4.25rem 0 1.5rem; background: #071f35; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
.footer-brand { display: inline-block; margin-bottom: .6rem; color: var(--yellow); font-size: 1.7rem; font-weight: 900; text-decoration: none; }
.site-footer h2 { margin-bottom: 1rem; color: var(--sky); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a:not(.footer-brand) { display: block; width: fit-content; margin-bottom: .55rem; color: var(--white); text-underline-offset: .25em; }
.site-footer p { color: #c8d9e4; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .8rem; }
.footer-bottom p { margin-bottom: 0; }

@media (max-width: 900px) {
  .hero-grid, .split, .section-heading, .project-grid, .story-grid, .project-case, .contact-grid, .callout, .support-panel { grid-template-columns: 1fr; }
  .two-up, .three-up, .four-up, .opportunity-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-card { width: min(80vw, 24rem); }
  .section-heading { align-items: start; gap: 1rem; }
  .callout h2 { max-width: 18ch; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 4.6rem; flex-wrap: wrap; padding: .65rem 0; }
  .brand small { display: none; }
  .js .menu-button { display: block; }
  .site-nav { width: 100%; flex-direction: column; align-items: stretch; gap: .2rem; padding: .4rem 0 .75rem; }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: flex; }
  .site-nav a { padding: .55rem .2rem; }
  .site-nav .nav-cta { margin-top: .35rem; text-align: center; }
  .two-up, .three-up, .four-up, .opportunity-grid { grid-template-columns: 1fr; }
  .program-row { grid-template-columns: 1fr; gap: 1rem; }
  .program-index { font-size: 2rem; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-initials { width: 7rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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