/* TEEMM.PR Citywide website design system */
:root {
  --ink: #0c0f17;
  --ink-2: #171b27;
  --white: #ffffff;
  --mist: #f3f6fb;
  --line: #dfe5ef;
  --blue: #2457ff;
  --lime: #c8ff52;
  --coral: #ff684e;
  --cyan: #20d7e7;
  --violet: #8747ff;
  --display: 'League Spartan', 'Arial Black', 'Arial Narrow', Impact, sans-serif;
  --body: 'Manrope', Arial, sans-serif;
  --shadow: 0 22px 60px rgba(12, 15, 23, .14);
  --radius: 22px;
  --header-h: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
::selection { background: var(--lime); color: var(--ink); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-150%); background: var(--ink); color: var(--white); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.section { position: relative; padding: 112px 0; overflow: hidden; }
.section--white { background: var(--white); }
.section--mist { background: var(--mist); }
.section--ink { background: var(--ink); color: var(--white); }
.section--blue { background: var(--blue); color: var(--white); }
.section--coral { background: var(--coral); color: var(--ink); }
.section-dot-grid { background-image: radial-gradient(rgba(36, 87, 255, .13) 1.2px, transparent 1.2px); background-size: 24px 24px; }
.scroll-progress { position: fixed; z-index: 3000; inset: 0 0 auto 0; height: 4px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--lime), var(--coral)); }

.site-header { position: sticky; z-index: 2000; top: 0; height: var(--header-h); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(12,15,23,.11); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: grid; min-width: 220px; line-height: 1; }
.brand-parent { font-size: .63rem; font-weight: 800; letter-spacing: .19em; }
.brand-main { margin-top: 4px; color: var(--blue); font-family: var(--display); font-size: 2.05rem; font-weight: 900; letter-spacing: -.045em; }
.brand-descriptor { margin-top: 2px; font-size: .55rem; font-weight: 800; letter-spacing: .08em; }
.custom-logo-brand img { max-height: 62px; width: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(13px, 1.35vw, 23px); margin-left: auto; }
.primary-nav a { position: relative; padding: .55rem 0; font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.primary-nav a::after { content: ''; position: absolute; right: 0; bottom: .2rem; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a[aria-current='true']::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 11px; border: 0; background: var(--ink); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded='true'] span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:nth-of-type(2) { opacity: 0; }
.menu-toggle[aria-expanded='true'] span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 50px; padding: .85rem 1.2rem; border: 2px solid transparent; border-radius: 0; font-size: .77rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(12,15,23,.16); }
.button--blue { color: var(--white); background: var(--blue); }
.button--ink { color: var(--white); background: var(--ink); }
.button--full { width: 100%; }
.header-cta { min-height: 44px; padding: .7rem .95rem; font-size: .65rem; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 0; border-bottom: 2px solid currentColor; font-size: .79rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.hero { min-height: calc(100vh - var(--header-h)); padding: 78px 0 0; background-color: var(--white); }
.hero::before { content: ''; position: absolute; width: 38vw; height: 38vw; max-width: 590px; max-height: 590px; right: -14vw; top: -8vw; border-radius: 50%; background: var(--lime); opacity: .9; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-bottom: 70px; }
.hero-eyebrow { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.hero-eyebrow span { padding: .45rem .65rem; background: var(--ink); color: var(--white); font-size: .63rem; font-weight: 800; letter-spacing: .1em; }
.hero-eyebrow span:last-child { background: var(--cyan); color: var(--ink); }
.parent-line { margin: 0 0 12px; font-size: .74rem; font-weight: 800; letter-spacing: .16em; }
.hero h1, .section-heading h2, .experience-copy h2, .pathway-grid h2, .partners-copy h2, .guardrail-grid h2, .connect-copy h2, .content-shell h1 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.062em; line-height: .82; text-transform: uppercase; }
.hero h1 { font-size: clamp(4.6rem, 8.3vw, 8.7rem); }
.hero h1 span { color: var(--blue); }
.hero h2 { margin: 14px 0 22px; font-family: var(--display); font-size: clamp(1.65rem, 2.8vw, 2.9rem); line-height: .92; letter-spacing: -.03em; }
.hero-lede { max-width: 680px; margin: 0; font-size: clamp(1.05rem, 1.4vw, 1.26rem); font-weight: 600; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.hero-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.hero-facts div { min-width: 0; padding: 15px 12px 15px 0; border-right: 1px solid rgba(12,15,23,.18); }
.hero-facts div:last-child { border-right: 0; padding-left: 12px; }
.hero-facts strong { display: block; color: var(--blue); font-family: var(--display); font-size: 2.2rem; line-height: 1; }
.hero-facts span { display: block; margin-top: 4px; font-size: .64rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.launch-label { display: inline-block; margin: 14px 0 0; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hero-visual { position: relative; padding: 0 26px 44px 0; }
.hero-image-frame { position: relative; margin: 0; border: 3px solid var(--ink); background: var(--ink); box-shadow: var(--shadow); }
.hero-image-frame::before { content: ''; position: absolute; z-index: -1; inset: 24px -24px -24px 24px; background: var(--violet); }
.hero-image-frame img { aspect-ratio: 5 / 6; object-fit: cover; object-position: center; }
.hero-image-frame figcaption { position: absolute; left: 10px; bottom: 10px; padding: .35rem .5rem; background: rgba(255,255,255,.9); font-size: .56rem; font-weight: 700; }
.hero-stamp { position: absolute; display: grid; min-width: 180px; padding: 16px 18px; border: 3px solid var(--ink); box-shadow: 9px 9px 0 var(--ink); }
.hero-stamp b { font-family: var(--display); font-size: 1.55rem; line-height: .9; }
.hero-stamp span { margin-top: 4px; font-size: .65rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hero-stamp--lime { top: 8%; left: -35px; background: var(--lime); transform: rotate(-2deg); }
.hero-stamp--coral { right: -18px; bottom: 22px; background: var(--coral); transform: rotate(2deg); }
.signal-strip { overflow: hidden; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); background: var(--blue); color: var(--white); }
.signal-track { display: flex; align-items: center; width: max-content; padding: 15px 0; }
.signal-track span { padding: 0 22px; font-family: var(--display); font-size: 1.05rem; letter-spacing: .02em; white-space: nowrap; }
.signal-track i { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); }

.section-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; margin-bottom: 58px; }
.section-heading--split { grid-template-columns: .72fr 1.28fr; }
.section-heading--light { color: var(--white); }
.section-index { display: block; margin-bottom: 16px; font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-index--light { color: rgba(255,255,255,.72); }
.kicker { display: inline-block; max-width: 360px; padding: .5rem .65rem; font-size: .68rem; font-weight: 800; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }
.kicker--blue { background: var(--blue); color: var(--white); }
.kicker--lime { background: var(--lime); color: var(--ink); }
.kicker--coral { background: var(--coral); color: var(--ink); }
.kicker--violet { background: var(--violet); color: var(--white); }
.kicker--white { background: var(--white); color: var(--ink); }
.section-heading h2, .experience-copy h2, .pathway-grid h2, .partners-copy h2, .guardrail-grid h2, .connect-copy h2 { font-size: clamp(3.6rem, 6vw, 6.6rem); }
.section-heading h2 span, .experience-copy h2 span, .guardrail-grid h2 span, .connect-copy h2 span { color: var(--blue); }
.section-heading p { max-width: 650px; margin: 22px 0 0; font-size: 1.08rem; font-weight: 600; }
.section-heading--light h2 span { color: var(--lime); }
.section-heading--light p { color: rgba(255,255,255,.76); }

.network-layout { display: grid; grid-template-columns: 1.38fr .62fr; gap: 42px; align-items: stretch; }
.network-diagram { position: relative; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 128px 180px; min-height: 680px; padding: 24px; background: var(--mist); border: 2px solid var(--ink); }
.network-diagram::after { content: 'PROGRAM NETWORK ARCHITECTURE / NOT A GEOGRAPHIC MAP'; position: absolute; left: 18px; bottom: 12px; font-size: .55rem; font-weight: 800; letter-spacing: .08em; }
.quadrant-card { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; min-height: 200px; padding: 26px; border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); }
.quadrant-card span { font-family: var(--display); font-size: 4.2rem; line-height: .75; }
.quadrant-card strong { margin-top: 20px; font-size: .78rem; letter-spacing: .12em; }
.quadrant-card small { margin-top: 6px; font-weight: 700; }
.quadrant-card--nw { background: var(--cyan); }
.quadrant-card--ne { background: var(--lime); }
.quadrant-card--sw { background: var(--violet); color: var(--white); }
.quadrant-card--se { background: var(--coral); }
.studio-node { position: absolute; z-index: 5; top: 50%; left: 50%; display: grid; place-content: center; width: 240px; height: 240px; padding: 26px; transform: translate(-50%,-50%) rotate(-2deg); border: 4px solid var(--ink); border-radius: 50%; background: var(--blue); color: var(--white); box-shadow: 14px 14px 0 var(--ink); text-align: center; }
.studio-node small { font-size: .56rem; font-weight: 800; letter-spacing: .13em; }
.studio-node strong { font-family: var(--display); font-size: 3.15rem; line-height: .85; letter-spacing: -.05em; }
.studio-node span { margin-top: 7px; font-size: .66rem; font-weight: 800; letter-spacing: .07em; line-height: 1.2; }
.network-lines { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.network-lines i { position: absolute; top: 50%; left: 50%; width: 38%; height: 3px; background: var(--ink); transform-origin: left center; }
.network-lines i:nth-child(1) { transform: rotate(-145deg); }
.network-lines i:nth-child(2) { transform: rotate(-35deg); }
.network-lines i:nth-child(3) { transform: rotate(145deg); }
.network-lines i:nth-child(4) { transform: rotate(35deg); }
.rollout-panel { display: grid; gap: 20px; }
.rollout-panel article { position: relative; min-height: 0; padding: 30px; border: 2px solid var(--ink); background: var(--white); }
.rollout-panel article:first-child { background: var(--ink); color: var(--white); }
.rollout-panel article::before { content: ''; position: absolute; top: 0; right: 0; width: 18px; height: 100%; background: var(--blue); }
.rollout-panel article:first-child::before { background: var(--lime); }
.rollout-panel span { display: inline-block; padding: .35rem .5rem; background: var(--blue); color: var(--white); font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.rollout-panel article:first-child span { background: var(--lime); color: var(--ink); }
.rollout-panel strong { display: block; margin-top: 22px; font-size: .7rem; letter-spacing: .1em; }
.rollout-panel h3 { margin: 8px 0 16px; font-family: var(--display); font-size: 3.1rem; line-height: .9; }
.rollout-panel p { margin: 0; font-size: .92rem; font-weight: 600; }

.mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mode-card { position: relative; min-height: 560px; padding: 42px; border: 3px solid var(--white); color: var(--ink); }
.mode-card--cyan { background: var(--cyan); }
.mode-card--coral { background: var(--coral); }
.mode-number { position: absolute; top: 26px; right: 30px; font-family: var(--display); font-size: 5.4rem; line-height: .8; opacity: .23; }
.mode-card > span { display: inline-block; padding: .4rem .55rem; background: var(--ink); color: var(--white); font-size: .67rem; font-weight: 800; letter-spacing: .1em; }
.mode-card h3 { margin: 70px 0 30px; font-family: var(--display); font-size: clamp(3.5rem, 5.5vw, 6rem); line-height: .82; letter-spacing: -.055em; }
.mode-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.mode-card li { display: flex; align-items: flex-start; gap: 11px; font-weight: 700; }
.mode-card li::before { content: '→'; font-weight: 900; }
.cadence-bar { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 18px; margin-top: 28px; padding: 24px 26px; border: 2px solid rgba(255,255,255,.3); }
.cadence-bar div { display: grid; }
.cadence-bar b { color: var(--lime); font-family: var(--display); font-size: 1.45rem; line-height: 1; }
.cadence-bar span { margin-top: 3px; font-size: .69rem; font-weight: 700; color: rgba(255,255,255,.72); }
.cadence-bar i { height: 2px; background: rgba(255,255,255,.28); }

.track-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); }
.track-card { position: relative; min-height: 570px; padding: 30px 25px; border-right: 2px solid var(--ink); color: var(--ink); transition: transform .18s ease, box-shadow .18s ease; }
.track-card:last-child { border-right: 0; }
.track-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 18px 40px rgba(12,15,23,.18); }
.track-card > span { font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.track-symbol { display: grid; place-items: center; width: 82px; height: 82px; margin: 36px 0 68px; border: 3px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 2rem; }
.track-card h3 { margin: 0; font-family: var(--display); font-size: clamp(2.1rem, 2.35vw, 2.7rem); line-height: .83; letter-spacing: -.05em; overflow-wrap: anywhere; }
.track-card strong { display: block; min-height: 44px; margin-top: 18px; font-size: .68rem; letter-spacing: .08em; }
.track-card p { font-size: .92rem; font-weight: 600; }
.track-card small { position: absolute; right: 25px; bottom: 24px; left: 25px; padding-top: 13px; border-top: 2px solid var(--ink); font-size: .58rem; font-weight: 800; letter-spacing: .06em; }
.track-card--blue { background: var(--blue); color: var(--white); }
.track-card--blue .track-symbol, .track-card--blue small { border-color: var(--white); }
.track-card--lime { background: var(--lime); }
.track-card--coral { background: var(--coral); }
.track-card--violet { background: var(--violet); color: var(--white); }
.track-card--violet .track-symbol, .track-card--violet small { border-color: var(--white); }

.experience-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 58px; align-items: center; }
.experience-copy > p { max-width: 700px; font-size: 1.06rem; font-weight: 600; }
.workflow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 34px 0; }
.workflow span { padding: .48rem .58rem; background: var(--ink); color: var(--white); font-size: .63rem; font-weight: 800; letter-spacing: .06em; }
.workflow i { color: var(--blue); font-style: normal; font-weight: 900; }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); }
.evidence-grid article { min-height: 170px; padding: 20px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.evidence-grid article:nth-child(2n) { border-right: 0; }
.evidence-grid article:nth-child(n+3) { border-bottom: 0; }
.evidence-grid b { font-size: .7rem; letter-spacing: .09em; }
.evidence-grid p { margin: 9px 0 0; font-size: .82rem; font-weight: 600; }
.experience-image { position: relative; margin: 0; border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--blue); }
.experience-image img { min-height: 720px; object-fit: cover; }
.experience-image figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-around; gap: 8px; padding: 14px; background: rgba(12,15,23,.92); color: var(--white); }
.experience-image figcaption span { font-size: .62rem; font-weight: 800; letter-spacing: .08em; }

.pathway-section { border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.pathway-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 58px; align-items: center; }
.pathway-grid h2 span { color: var(--white); }
.pathway-grid p { max-width: 540px; font-size: 1.05rem; font-weight: 700; }
.pathway-grid figure { margin: 0; border: 3px solid var(--ink); background: var(--ink); box-shadow: 14px 14px 0 var(--white); }
.pathway-grid figure img { aspect-ratio: 16 / 10; object-fit: cover; }
.pathway-grid figcaption { padding: 12px; color: var(--white); font-size: .61rem; font-weight: 800; letter-spacing: .07em; }
.pathway-steps { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 12px; margin-top: 62px; }
.pathway-steps div { display: grid; }
.pathway-steps b { font-family: var(--display); font-size: 2rem; line-height: .8; opacity: .5; }
.pathway-steps strong { font-family: var(--display); font-size: 1.65rem; line-height: .9; }
.pathway-steps span { font-size: .65rem; font-weight: 800; }
.pathway-steps i { height: 3px; background: var(--ink); }

.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); }
.metrics-grid article { min-height: 205px; padding: 25px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.metrics-grid article:nth-child(4n) { border-right: 0; }
.metrics-grid article:nth-child(n+5) { border-bottom: 0; }
.metrics-grid strong { display: block; color: var(--blue); font-family: var(--display); font-size: 4.9rem; line-height: .85; }
.metrics-grid span { display: block; max-width: 150px; margin-top: 18px; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.measurement-commitment { display: grid; grid-template-columns: .35fr .65fr; gap: 34px; align-items: center; margin-top: 28px; padding: 32px; background: var(--ink); color: var(--white); }
.measurement-commitment div { display: grid; }
.measurement-commitment div span { font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.measurement-commitment div strong { color: var(--lime); font-family: var(--display); font-size: 7rem; line-height: .8; }
.measurement-commitment p { margin: 0; font-size: 1rem; font-weight: 650; }
.measurement-commitment small { grid-column: 2; color: rgba(255,255,255,.58); font-size: .66rem; font-weight: 700; }

.partners-section::after { content: ''; position: absolute; right: -12vw; bottom: -18vw; width: 44vw; height: 44vw; border: 3px solid rgba(255,255,255,.18); border-radius: 50%; }
.partners-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 62px; align-items: center; }
.partners-copy h2 span { color: var(--lime); }
.partners-copy p { max-width: 520px; font-size: 1.06rem; font-weight: 600; color: rgba(255,255,255,.78); }
.partners-grid figure { margin: 0; border: 3px solid var(--white); box-shadow: 14px 14px 0 var(--lime); }
.partners-grid figure img { aspect-ratio: 16/10; object-fit: cover; }
.partner-role-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border: 2px solid var(--white); }
.partner-role-grid article { min-height: 300px; padding: 25px; border-right: 1px solid rgba(255,255,255,.55); }
.partner-role-grid article:last-child { border-right: 0; }
.partner-role-grid span { color: var(--lime); font-family: var(--display); font-size: 2rem; }
.partner-role-grid h3 { margin: 65px 0 16px; font-family: var(--display); font-size: 2rem; line-height: .9; }
.partner-role-grid p { margin: 0; color: rgba(255,255,255,.75); font-size: .82rem; font-weight: 600; }

.guardrail-section { background: var(--lime); }
.guardrail-grid { display: grid; grid-template-columns: 1fr .72fr .9fr; gap: 45px; align-items: start; }
.not-list { border: 3px solid var(--ink); background: var(--white); box-shadow: 12px 12px 0 var(--ink); }
.not-list div { display: grid; grid-template-columns: 62px 1fr; align-items: center; min-height: 110px; border-bottom: 2px solid var(--ink); }
.not-list div:last-child { border-bottom: 0; }
.not-list span { display: grid; place-items: center; align-self: stretch; background: var(--coral); font-family: var(--display); font-size: 1.35rem; writing-mode: vertical-rl; transform: rotate(180deg); }
.not-list strong { padding: 20px; font-family: var(--display); font-size: 1.65rem; line-height: .95; text-transform: uppercase; }
.standard-list { display: grid; gap: 18px; }
.standard-list p { margin: 0; padding: 22px; border-left: 7px solid var(--blue); background: var(--white); font-size: .87rem; font-weight: 600; }
.standard-list b { display: block; margin-bottom: 6px; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }

.connect-section { background-color: var(--white); }
.connect-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 66px; align-items: start; }
.connect-copy > p { max-width: 500px; font-size: 1.05rem; font-weight: 600; }
.action-cards { display: grid; margin-top: 32px; border: 2px solid var(--ink); }
.action-cards a { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; min-height: 86px; padding: 14px 18px; border-bottom: 1px solid var(--ink); background: var(--white); transition: background .18s ease, color .18s ease; }
.action-cards a:last-child { border-bottom: 0; }
.action-cards a:hover { background: var(--blue); color: var(--white); }
.action-cards b { font-family: var(--display); font-size: 1.45rem; }
.action-cards div { display: grid; }
.action-cards strong { font-size: .75rem; letter-spacing: .06em; }
.action-cards span { font-size: .73rem; font-weight: 600; opacity: .72; }
.action-cards i { font-style: normal; font-size: 1.4rem; }
.studio-label { display: inline-block; margin-top: 18px !important; padding: .5rem .65rem; background: var(--lime); font-size: .65rem !important; font-weight: 800 !important; letter-spacing: .06em; text-transform: uppercase; }
.inquiry-form { padding: 34px; border: 3px solid var(--ink); background: var(--white); box-shadow: 15px 15px 0 var(--blue); }
.form-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 2px solid var(--ink); }
.form-head span { font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
.form-head strong { font-family: var(--display); font-size: 1.4rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form label { display: grid; gap: 7px; margin-bottom: 16px; }
.inquiry-form label > span { font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 2px solid var(--ink); border-radius: 0; background: var(--white); color: var(--ink); padding: 13px 14px; outline: none; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,87,255,.15); }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; }
.form-status { padding: 12px 14px; background: var(--lime); font-size: .78rem; font-weight: 700; }
.form-status.is-error { background: #ffd8d2; }
.form-status.is-success { background: var(--lime); }

.site-footer { background: var(--ink); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.4fr .8fr .8fr .8fr; gap: 42px; padding: 72px 0 52px; }
.footer-top > div:not(.footer-brand-block) { display: grid; align-content: start; gap: 7px; }
.footer-top > div > strong { margin-bottom: 11px; color: var(--lime); font-size: .68rem; letter-spacing: .1em; }
.footer-top a, .footer-top span { font-size: .76rem; font-weight: 600; color: rgba(255,255,255,.72); }
.footer-top a:hover { color: var(--white); text-decoration: underline; }
.footer-brand-block span { display: block; font-size: .67rem; font-weight: 800; letter-spacing: .16em; }
.footer-brand-block strong { display: block; margin-top: 8px; color: var(--cyan); font-family: var(--display); font-size: 4.2rem; line-height: .8; }
.footer-brand-block p { max-width: 340px; margin: 13px 0 0; color: rgba(255,255,255,.68); font-size: .78rem; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); font-size: .6rem; font-weight: 600; }
.footer-bottom span:last-child { max-width: 660px; text-align: right; }

.content-page { min-height: 70vh; padding: 100px 0; }
.content-shell { max-width: 900px; }
.content-shell h1 { font-size: clamp(4rem, 7vw, 7.5rem); }
.content-shell h1 span { color: var(--blue); }
.content-shell :where(p,li) { font-size: 1.05rem; }
.content-shell a:not(.button) { color: var(--blue); text-decoration: underline; }
.error-page { min-height: 50vh; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

@media (max-width: 1120px) {
  :root { --header-h: 78px; }
  .header-cta { display: none; }
  .brand { min-width: 190px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: clamp(4.2rem, 8vw, 7rem); }
  .network-layout { grid-template-columns: 1fr; }
  .rollout-panel { grid-template-columns: 1fr 1fr; }
  .track-grid { grid-template-columns: 1fr 1fr; }
  .track-card:nth-child(2) { border-right: 0; }
  .track-card:nth-child(-n+2) { border-bottom: 2px solid var(--ink); }
  .partner-role-grid { grid-template-columns: 1fr 1fr; }
  .partner-role-grid article:nth-child(2) { border-right: 0; }
  .partner-role-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.55); }
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 740px); }
  .section { padding: 84px 0; }
  .header-inner { gap: 16px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; z-index: 1999; inset: var(--header-h) 0 auto 0; display: grid; gap: 0; max-height: 0; margin: 0; overflow: hidden; background: var(--white); border-bottom: 0 solid var(--ink); transition: max-height .28s ease, border-width .1s ease; }
  .primary-nav.is-open { max-height: calc(100vh - var(--header-h)); border-bottom-width: 3px; overflow: auto; }
  .primary-nav a { padding: 19px 24px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.5rem; }
  .primary-nav a::after { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid, .section-heading, .experience-grid, .pathway-grid, .partners-grid, .guardrail-grid, .connect-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 600px; margin: 0 auto; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts div:nth-child(2) { border-right: 0; }
  .hero-facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(12,15,23,.18); }
  .section-heading { gap: 32px; }
  .network-diagram { gap: 120px 80px; min-height: 620px; }
  .studio-node { width: 210px; height: 210px; }
  .mode-grid { grid-template-columns: 1fr; }
  .cadence-bar { grid-template-columns: 1fr 1fr; }
  .cadence-bar i { display: none; }
  .experience-image img { min-height: 520px; }
  .pathway-steps { grid-template-columns: repeat(5, 1fr); }
  .pathway-steps i { display: none; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metrics-grid article:nth-child(4n) { border-right: 1px solid var(--ink); }
  .metrics-grid article:nth-child(2n) { border-right: 0; }
  .metrics-grid article:nth-child(n+5) { border-bottom: 1px solid var(--ink); }
  .metrics-grid article:nth-child(n+7) { border-bottom: 0; }
  .measurement-commitment { grid-template-columns: .4fr .6fr; }
  .partner-role-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  :root { --header-h: 72px; }
  .shell { width: min(100% - 24px, 540px); }
  .section { padding: 68px 0; }
  .brand-parent { font-size: .55rem; }
  .brand-main { font-size: 1.7rem; }
  .brand-descriptor { font-size: .46rem; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: clamp(4rem, 21vw, 6.5rem); }
  .hero h2 { font-size: 1.6rem; }
  .hero-eyebrow span { font-size: .55rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .hero-visual { padding-right: 14px; }
  .hero-image-frame::before { inset: 14px -14px -14px 14px; }
  .hero-stamp { min-width: 148px; padding: 12px; box-shadow: 6px 6px 0 var(--ink); }
  .hero-stamp b { font-size: 1.25rem; }
  .hero-stamp--lime { left: -4px; }
  .hero-stamp--coral { right: -4px; }
  .section-heading h2, .experience-copy h2, .pathway-grid h2, .partners-copy h2, .guardrail-grid h2, .connect-copy h2 { font-size: clamp(3.3rem, 15vw, 5.3rem); }
  .network-diagram { gap: 126px 18px; min-height: 590px; padding: 12px; }
  .quadrant-card { min-height: 140px; padding: 14px; box-shadow: 6px 6px 0 var(--ink); }
  .quadrant-card span { font-size: 2.8rem; }
  .quadrant-card strong { margin-top: 12px; font-size: .55rem; }
  .quadrant-card small { font-size: .6rem; }
  .studio-node { width: 170px; height: 170px; box-shadow: 8px 8px 0 var(--ink); }
  .studio-node strong { font-size: 2.3rem; }
  .rollout-panel { grid-template-columns: 1fr; }
  .mode-card { min-height: 500px; padding: 28px; }
  .mode-card h3 { margin-top: 74px; font-size: 3.9rem; }
  .cadence-bar { grid-template-columns: 1fr; }
  .track-grid { grid-template-columns: 1fr; }
  .track-card { min-height: 520px; border-right: 0; border-bottom: 2px solid var(--ink) !important; }
  .track-card:last-child { border-bottom: 0 !important; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-grid article { border-right: 0; border-bottom: 1px solid var(--ink) !important; }
  .evidence-grid article:last-child { border-bottom: 0 !important; }
  .experience-image img { min-height: 430px; }
  .experience-image figcaption { flex-wrap: wrap; }
  .pathway-steps { grid-template-columns: 1fr; gap: 14px; }
  .pathway-steps div { grid-template-columns: 45px 1fr auto; align-items: center; padding-bottom: 12px; border-bottom: 1px solid rgba(12,15,23,.3); }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metrics-grid article { min-height: 165px; padding: 18px; }
  .metrics-grid strong { font-size: 3.6rem; }
  .measurement-commitment { grid-template-columns: 1fr; }
  .measurement-commitment div strong { font-size: 6rem; }
  .measurement-commitment small { grid-column: 1; }
  .partner-role-grid { grid-template-columns: 1fr; }
  .partner-role-grid article { min-height: 250px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.55) !important; }
  .partner-role-grid article:last-child { border-bottom: 0 !important; }
  .guardrail-grid { gap: 32px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { padding: 24px 18px; box-shadow: 9px 9px 0 var(--blue); }
  .form-head { display: grid; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom span:last-child { text-align: left; }
}

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

/* === Version 7.0 design continuity and public-site corrections === */
.brand--monogram { display: flex; align-items: center; gap: 12px; min-width: 310px; }
.brand-mark { width: 50px; height: 50px; flex: 0 0 auto; filter: drop-shadow(4px 4px 0 rgba(36,87,255,.16)); }
.brand-type { display: grid; line-height: 1; }
.brand-wordmark { width: 180px; max-width: 40vw; height: auto; margin-top: 4px; }
.brand-main { color: var(--blue); }

/* remove black-filled highlight boxes while preserving ink as text/border color */
.section--ink { background: var(--white); color: var(--ink); }
.section-heading--light { color: var(--ink); }
.section-index--light { color: rgba(12,15,23,.68); }
.section-heading--light h2 span { color: var(--blue); }
.section-heading--light p { color: rgba(12,15,23,.78); }
.hero-eyebrow span { background: var(--blue); color: var(--white); }
.hero-eyebrow span:last-child { background: var(--lime); color: var(--ink); }
.menu-toggle { background: var(--blue); }
.button--ink { color: var(--white); background: var(--blue); }
.hero-image-frame, .pathway-grid figure { background: var(--white); }
.hero-facts { grid-template-columns: repeat(5, 1fr); }
.hero-facts div:nth-child(4) { border-right: 1px solid rgba(12,15,23,.18); }
.studio-node { background: linear-gradient(135deg, var(--blue), var(--violet)); color: var(--white); }
.rollout-panel article:first-child { background: var(--white); color: var(--ink); box-shadow: 12px 12px 0 var(--lime); }
.rollout-panel article:first-child span, .mode-card > span, .workflow span { background: var(--white); color: var(--ink); border: 2px solid var(--ink); }
.cadence-bar { border-color: var(--ink); background: var(--white); }
.cadence-bar b { color: var(--blue); }
.cadence-bar span { color: rgba(12,15,23,.74); }
.cadence-bar i { background: var(--line); }
.experience-image figcaption { background: rgba(255,255,255,.96); color: var(--ink); }
.pathway-grid figcaption { color: var(--ink); background: var(--white); }
.measurement-commitment { background: var(--white); color: var(--ink); border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--lime); }
.measurement-commitment div strong { color: var(--blue); }
.measurement-commitment small { color: rgba(12,15,23,.62); }
.site-footer { background: var(--white); color: var(--ink); border-top: 3px solid var(--blue); }
.footer-top > div > strong, .footer-brand-block strong { color: var(--blue); }
.footer-top a, .footer-top span, .footer-brand-block p, .footer-bottom { color: rgba(12,15,23,.68); }
.footer-top a:hover { color: var(--blue); }
.footer-bottom { border-top-color: rgba(12,15,23,.16); }

.audience-section { border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); }
.audience-card { position: relative; min-height: 410px; padding: 28px 24px; border-right: 2px solid var(--ink); color: var(--ink); }
.audience-card:last-child { border-right: 0; }
.audience-card > span { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 2px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 1.65rem; line-height: 1; background: var(--white); }
.audience-card h3 { margin: 48px 0 18px; font-family: var(--display); font-size: clamp(2.1rem, 3vw, 3.1rem); line-height: .86; letter-spacing: -.045em; }
.audience-card p { margin: 0 0 22px; font-size: .9rem; font-weight: 650; }
.audience-card strong { position: absolute; right: 24px; bottom: 24px; left: 24px; padding-top: 14px; border-top: 2px solid var(--ink); font-size: .65rem; letter-spacing: .08em; }
.audience-card--blue { background: var(--blue); color: var(--white); }
.audience-card--blue > span, .audience-card--blue strong { border-color: var(--white); }
.audience-card--lime { background: var(--lime); }
.audience-card--coral { background: var(--coral); }
.audience-card--cyan { background: var(--cyan); }

.future-pathway-section { background: var(--white); border-bottom: 3px solid var(--ink); }
.future-pathway-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: start; }
.future-pathway-grid h2 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.062em; line-height: .82; text-transform: uppercase; font-size: clamp(3.6rem, 6vw, 6.6rem); }
.future-pathway-grid h2 span { color: var(--blue); }
.future-pathway-grid p { max-width: 590px; font-size: 1.05rem; font-weight: 650; }
.future-pathway-model { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); box-shadow: 14px 14px 0 var(--coral); }
.future-pathway-model article { min-height: 250px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.future-pathway-model article:nth-child(2n) { border-right: 0; }
.future-pathway-model article:nth-child(n+3) { border-bottom: 0; }
.future-pathway-model b { display: block; color: var(--blue); font-family: var(--display); font-size: 3rem; line-height: .8; }
.future-pathway-model strong { display: block; margin: 30px 0 12px; font-size: .78rem; letter-spacing: .08em; }
.future-pathway-model span { display: block; font-size: .82rem; font-weight: 620; color: rgba(12,15,23,.78); }
.future-pathway-note { margin-top: 38px; padding: 24px 28px; border: 3px solid var(--ink); background: var(--lime); box-shadow: 10px 10px 0 var(--blue); }
.future-pathway-note strong { display: block; margin-bottom: 8px; font-size: .72rem; letter-spacing: .1em; }
.future-pathway-note p { margin: 0; max-width: 980px; font-weight: 700; }

.action-cards { grid-template-columns: 1fr; }
.action-cards a:nth-child(2n):hover { background: var(--coral); color: var(--ink); }
.action-cards a:nth-child(3n):hover { background: var(--lime); color: var(--ink); }

@media (max-width: 1120px) {
  .brand--monogram { min-width: 250px; }
  .brand-wordmark { width: 150px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-card:nth-child(2) { border-right: 0; }
  .audience-card:nth-child(-n+2) { border-bottom: 2px solid var(--ink); }
}
@media (max-width: 900px) {
  .brand--monogram { min-width: 0; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-wordmark { width: 135px; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts div:nth-child(2n) { border-right: 0; }
  .hero-facts div:nth-child(-n+4) { border-bottom: 1px solid rgba(12,15,23,.18); }
  .future-pathway-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .brand-mark { width: 40px; height: 40px; }
  .brand-wordmark { width: 116px; }
  .brand-descriptor { font-size: .4rem; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 370px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .audience-card:last-child { border-bottom: 0; }
  .future-pathway-model { grid-template-columns: 1fr; box-shadow: 8px 8px 0 var(--coral); }
  .future-pathway-model article { border-right: 0; border-bottom: 1px solid var(--ink) !important; }
  .future-pathway-model article:last-child { border-bottom: 0 !important; }
}

/* === Version 7.0 public-program corrections === */
main section[id] { scroll-margin-top: calc(var(--header-h) + 18px); }
.hero-grid > *, .section-heading > *, .network-layout > *, .audience-grid > *, .track-grid > *, .mode-grid > *, .experience-grid > *, .pathway-grid > *, .metrics-grid > *, .partners-grid > *, .partner-role-grid > *, .guardrail-grid > *, .connect-grid > *, .footer-top > * { min-width: 0; }
.custom-logo-brand a { display: inline-flex; align-items: center; }
.custom-logo-brand img { max-width: min(520px, 42vw); }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(13px, 1.35vw, 23px); margin: 0; padding: 0; list-style: none; }
.primary-nav .menu li { margin: 0; padding: 0; }
.hero h1 { font-size: clamp(4rem, 7.1vw, 7.5rem); }
.hero-facts { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.hero-facts div { padding-left: 12px; }
.connect-copy h2 { font-size: clamp(3.25rem, 4.8vw, 5.5rem); }
.guardrail-grid h2 { font-size: clamp(3.15rem, 4vw, 5rem); }
.status-support { max-width: 680px; margin: 8px 0 0; font-size: .72rem; font-weight: 650; color: rgba(12,15,23,.7); }
.signal-track { width: 100%; justify-content: center; flex-wrap: wrap; animation: none; }
.signal-track span { padding: 6px 18px; }
.programs-section { border-top: 3px solid var(--ink); }
.program-delivery { margin-top: 92px; padding-top: 72px; border-top: 3px solid var(--ink); }
.section-heading--compact { margin-bottom: 42px; }
.publication-note { margin-top: 24px; padding: 17px 20px; border-left: 7px solid var(--blue); background: var(--white); box-shadow: 8px 8px 0 var(--lime); font-size: .82rem !important; }
.image-disclosure { padding: 10px 12px; background: var(--white); color: var(--ink); font-size: .62rem; font-weight: 750; }
.metrics-grid .metric-kicker { display: inline-block; width: max-content; max-width: none; margin: 0 0 18px; padding: .35rem .5rem; background: var(--lime); color: var(--ink); font-size: .58rem; letter-spacing: .09em; }
.metrics-grid article > span:last-child { max-width: 175px; margin-top: 16px; }
.measurement-commitment div strong { font-size: clamp(3.5rem, 6vw, 6rem); }
.resource-intro { max-width: 460px; font-weight: 700; }
.resource-link-list { display: grid; border: 3px solid var(--ink); background: var(--white); box-shadow: 12px 12px 0 var(--ink); }
.resource-link-list > a, .resource-link-list > .resource-link { display: grid; grid-template-columns: 54px 1fr; align-items: center; min-height: 96px; border-bottom: 2px solid var(--ink); }
.resource-link-list > :last-child { border-bottom: 0; }
.resource-link-list a:hover, .resource-link-list a:focus-visible { background: var(--coral); }
.resource-link-list > a > span, .resource-link-list > .resource-link > span { display: grid; place-items: center; align-self: stretch; border-right: 2px solid var(--ink); background: var(--blue); color: var(--white); font-family: var(--display); font-size: 1.2rem; }
.resource-link-list > a > strong, .resource-link-list > .resource-link > strong { display: grid; gap: 8px; padding: 16px; font-family: var(--display); font-size: 1.3rem; line-height: 1; text-transform: uppercase; }
.resource-link-list small { color: rgba(12,15,23,.62); font-family: var(--body); font-size: .56rem; font-weight: 800; letter-spacing: .08em; }
.resource-link--draft { background: var(--mist); color: rgba(12,15,23,.74); }
.resource-link--draft > span { background: #697083 !important; }
.direct-contact { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; }
.direct-contact a { color: var(--blue); font-size: .78rem; font-weight: 800; text-decoration: underline; overflow-wrap: anywhere; }
.form-privacy-note { margin: 0 0 18px; padding: 14px; border-left: 5px solid var(--coral); background: var(--mist); font-size: .72rem; font-weight: 650; }
.consent a { color: var(--blue); text-decoration: underline; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.footer-operating-line { font-weight: 800 !important; color: var(--ink) !important; }
.footer-policy-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; padding: 20px 0; border-top: 1px solid rgba(12,15,23,.16); }
.footer-policy-row strong { color: var(--blue); font-size: .65rem; letter-spacing: .1em; }
.footer-policy-row a, .footer-policy-row span { color: rgba(12,15,23,.68); font-size: .7rem; font-weight: 650; }
.footer-policy-row a:hover { color: var(--blue); text-decoration: underline; }
.draft-status { display: inline-block; margin-bottom: 22px; padding: .55rem .7rem; background: var(--lime); border: 2px solid var(--ink); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.future-pathway-lede { max-width: 760px; font-size: 1.2rem !important; font-weight: 650; }
.future-pathway-notice { margin: 32px 0; padding: 24px; border: 3px solid var(--ink); background: var(--mist); box-shadow: 10px 10px 0 var(--coral); }
.future-pathway-notice strong { display: block; margin-bottom: 8px; font-size: .72rem; letter-spacing: .1em; }
.future-pathway-notice p { margin: 0; }

@media (max-width: 1120px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; z-index: 1999; inset: var(--header-h) 0 auto 0; display: grid; gap: 0; max-height: 0; margin: 0; overflow: hidden; background: var(--white); border-bottom: 0 solid var(--ink); transition: max-height .28s ease, border-width .1s ease; }
  .primary-nav.is-open { max-height: calc(100vh - var(--header-h)); border-bottom-width: 3px; overflow: auto; }
  .primary-nav a { padding: 19px 24px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.5rem; }
  .primary-nav a::after { display: none; }
  .primary-nav .menu { display: grid; gap: 0; width: 100%; }
  .primary-nav .menu li { width: 100%; }
  .primary-nav .menu a { display: block; }
}

@media (max-width: 900px) {
  .primary-nav .menu { display: grid; gap: 0; width: 100%; }
  .primary-nav .menu li { width: 100%; }
  .primary-nav .menu a { display: block; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-facts div { border-right: 1px solid rgba(12,15,23,.18); border-bottom: 1px solid rgba(12,15,23,.18); }
  .hero-facts div:nth-child(2n) { border-right: 0; }
  .hero-facts div:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .program-delivery { margin-top: 70px; padding-top: 56px; }
  .resource-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); letter-spacing: -.075em; }
  .section-heading h2, .experience-copy h2, .pathway-grid h2, .partners-copy h2, .guardrail-grid h2, .connect-copy h2 { font-size: clamp(2.85rem, 12.6vw, 4.6rem); }
  .mode-card h3 { font-size: clamp(2.45rem, 10.5vw, 3rem); overflow-wrap: anywhere; }
  .section-index, .kicker, .studio-label { max-width: 100%; overflow-wrap: anywhere; }
  .signal-track { padding: 10px 0; }
  .signal-track span { font-size: .82rem; }
  .footer-policy-row { align-items: flex-start; flex-direction: column; }
}

/* === TEEMM.PR V7.0.1 — Header logo and navigation collision correction ===
 * Design-level hotfix: constrains the horizontal custom logo, reduces the
 * actual UL menu gap, and switches to the hamburger menu before collision.
 */
.custom-logo-brand {
  display: block;
  flex: 0 1 320px;
  min-width: 0;
  max-width: 320px;
}
.custom-logo-brand a {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.custom-logo-brand img,
.custom-logo-brand .custom-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}
.primary-nav {
  flex: 1 1 auto;
  min-width: 0;
}

@media (min-width: 1381px) {
  .header-inner {
    gap: 16px;
  }
  .primary-nav {
    justify-content: flex-end;
  }
  .primary-nav .menu {
    gap: clamp(8px, .65vw, 12px);
  }
  .primary-nav a {
    font-size: .62rem;
    letter-spacing: .045em;
  }
  .header-cta {
    flex: 0 0 auto;
    min-height: 42px;
    padding: .65rem .8rem;
    font-size: .61rem;
  }
}

@media (max-width: 1380px) {
  .header-inner {
    gap: 16px;
  }
  .custom-logo-brand {
    flex: 1 1 auto;
    max-width: min(360px, calc(100% - 64px));
  }
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: block;
    flex: 0 0 46px;
    margin-left: auto;
  }
  .primary-nav {
    position: fixed;
    z-index: 1999;
    inset: var(--header-h) 0 auto 0;
    display: grid;
    gap: 0;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    background: var(--white);
    border-bottom: 0 solid var(--ink);
    transition: max-height .28s ease, border-width .1s ease;
  }
  .primary-nav.is-open {
    max-height: calc(100vh - var(--header-h));
    overflow: auto;
    border-bottom-width: 3px;
  }
  .primary-nav .menu {
    display: grid;
    gap: 0;
    width: 100%;
  }
  .primary-nav .menu li {
    width: 100%;
  }
  .primary-nav .menu a,
  .primary-nav > a {
    display: block;
    padding: 19px 24px;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 1.35rem;
    white-space: normal;
  }
  .primary-nav a::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .custom-logo-brand {
    max-width: calc(100% - 62px);
  }
  .custom-logo-brand img,
  .custom-logo-brand .custom-logo {
    max-height: 54px;
  }
}

@media (max-width: 360px) {
  .custom-logo-brand img,
  .custom-logo-brand .custom-logo {
    max-height: 48px;
  }
}
