:root {
  --navy-950: #030b17;
  --navy-900: #06162d;
  --navy-850: #0a1d38;
  --navy-800: #0d284b;
  --blue-600: #087cc4;
  --blue-500: #10a7e8;
  --blue-300: #89d8ff;
  --red-500: #ed2939;
  --red-400: #ff5260;
  --cream: #f6f7f9;
  --white: #fff;
  --ink: #0b1728;
  --muted: #5f6b7b;
  --line-dark: rgba(255, 255, 255, .14);
  --line-light: rgba(6, 22, 45, .13);
  --shadow: 0 28px 80px rgba(3, 11, 23, .18);
  --container: min(1180px, calc(100% - 40px));
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --heading: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--blue-500); color: var(--navy-950); }

.container { width: var(--container); margin-inline: auto; }
.section-dark { background: var(--navy-900); color: var(--white); }
.section-light { background: var(--cream); }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 8px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin: 0; font-family: var(--heading); line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3.35rem, 7vw, 6.9rem); font-weight: 900; text-transform: uppercase; }
h2 { font-size: clamp(2.45rem, 5vw, 4.75rem); font-weight: 900; text-transform: uppercase; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
p { margin: 0; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--blue-600); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .eyebrow, .section-heading.light .eyebrow { color: var(--blue-300); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red-400); box-shadow: 0 0 0 5px rgba(255, 82, 96, .15); animation: livePulse 2s infinite; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 13px 21px; border: 1px solid var(--red-500); border-radius: 4px; background: var(--red-500); color: var(--white); font-size: .87rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; box-shadow: 0 12px 28px rgba(237, 41, 57, .18); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-400); box-shadow: 0 18px 36px rgba(237, 41, 57, .26); }
.button:focus-visible, .text-link:focus-visible, .main-nav a:focus-visible, .menu-toggle:focus-visible, summary:focus-visible, .slider-controls button:focus-visible, .path-button:focus-visible { outline: 3px solid var(--blue-300); outline-offset: 4px; }
.button-sm { min-height: 42px; padding: 10px 15px; font-size: .74rem; }
.button-ghost { border-color: rgba(255, 255, 255, .44); background: transparent; box-shadow: none; }
.button-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, .09); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-600); font-size: .88rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.announcement { position: relative; z-index: 1002; min-height: 34px; display: grid; place-items: center; overflow: hidden; background: var(--red-500); color: var(--white); }
.announcement-track { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 7px 20px; white-space: nowrap; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.announcement-track i { width: 4px; height: 4px; background: var(--white); border-radius: 50%; opacity: .7; }

.site-header { position: sticky; z-index: 1000; top: 0; height: 76px; background: rgba(3, 11, 23, .86); color: var(--white); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(15px); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(3, 11, 23, .96); box-shadow: 0 14px 30px rgba(0, 0, 0, .22); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-width: max-content; display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 1px rgba(255,255,255,.18); }
.brand-mark img { width: 54px; height: 54px; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.brand:hover .brand-mark img { transform: rotate(16deg) scale(1.06); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--heading); font-size: 1.18rem; letter-spacing: -.02em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: .58rem; font-weight: 700; letter-spacing: .115em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.main-nav a { position: relative; padding: 27px 0 24px; color: rgba(255,255,255,.76); font-size: .76rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: var(--red-400); transition: right .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; color: white; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: calc(100svh - 110px); display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 80% 32%, rgba(16,167,232,.18), transparent 34%), linear-gradient(122deg, #06162d 0%, #030b17 72%); }
.hero::after { content: "道"; position: absolute; z-index: -1; right: -2vw; bottom: -13vw; color: rgba(255,255,255,.025); font-family: serif; font-size: clamp(24rem, 55vw, 62rem); line-height: .8; pointer-events: none; }
.hero-lines { position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, #000, transparent 62%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(330px, .58fr); align-items: center; gap: clamp(40px, 7vw, 110px); padding-block: 72px 90px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 850px; }
.hero-copy h1::first-line { color: var(--white); }
.hero-lead { max-width: 760px; margin-top: 27px; color: var(--white); font-size: clamp(1.14rem, 2vw, 1.45rem); font-weight: 650; line-height: 1.45; }
.hero-detail { max-width: 700px; margin-top: 16px; color: rgba(255,255,255,.67); font-size: .98rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 660px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line-dark); }
.hero-proof div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; padding-right: 18px; }
.hero-proof div + div { padding-left: 18px; border-left: 1px solid var(--line-dark); }
.hero-proof strong { color: var(--blue-300); font-family: var(--heading); font-size: 2.1rem; line-height: 1; }
.hero-proof span { color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.35; text-transform: uppercase; }
.hero-visual { position: relative; justify-self: center; width: min(100%, 430px); padding: 12px; }
.poster-frame { position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.23); border-radius: 2px; background: rgba(255,255,255,.07); padding: 10px; box-shadow: 0 42px 90px rgba(0,0,0,.44); transform: perspective(900px) rotateY(-5deg) rotateX(1deg); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.poster-frame:hover { transform: perspective(900px) rotateY(0) rotateX(0) translateY(-5px); }
.poster-frame img { width: 100%; height: auto; }
.poster-glow { position: absolute; z-index: -1; inset: 14% -9% 4% 18%; background: rgba(16,167,232,.28); filter: blur(55px); }
.poster-badge { position: absolute; padding: 9px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(3,11,23,.88); color: var(--white); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.badge-one { top: 17%; left: -35px; }
.badge-two { right: -32px; bottom: 12%; }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; display: flex; flex-direction: column; align-items: center; gap: 7px; color: rgba(255,255,255,.48); font-size: .6rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 28px; background: linear-gradient(var(--blue-300), transparent); animation: scrollLine 1.8s infinite; }

.principles { padding: 112px 0 94px; background: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr); align-items: end; gap: 60px; margin-bottom: 52px; }
.section-heading > p { max-width: 490px; color: var(--muted); font-size: .98rem; }
.section-heading.light > p { color: rgba(255,255,255,.63); }
.principle-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--line-light); }
.principle-strip article { position: relative; min-height: 190px; padding: 29px 22px; border-right: 1px solid var(--line-light); overflow: hidden; transition: background .25s ease, color .25s ease; }
.principle-strip article:first-child { border-left: 1px solid var(--line-light); }
.principle-strip article::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 4px; background: var(--red-500); transition: right .35s ease; }
.principle-strip article:hover { background: var(--navy-900); color: var(--white); }
.principle-strip article:hover::after { right: 0; }
.principle-strip article > span { color: var(--blue-600); font-family: var(--heading); font-size: .9rem; font-weight: 900; }
.principle-strip h3 { margin-top: 46px; text-transform: uppercase; }
.principle-strip p { margin-top: 9px; color: var(--muted); font-size: .78rem; }
.principle-strip article:hover p { color: rgba(255,255,255,.61); }

.method-section { padding: 120px 0; }
.split-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .85fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.image-stack { position: relative; min-height: 610px; }
.image-primary { position: absolute; inset: 0 10% 13% 0; margin: 0; overflow: hidden; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.image-primary img { width: 100%; height: 100%; object-fit: cover; }
.image-secondary { position: absolute; right: 0; bottom: 0; width: 42%; height: 48%; margin: 0; overflow: hidden; border: 8px solid var(--cream); border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.image-secondary img { width: 100%; height: 100%; object-fit: cover; }
.image-stamp { position: absolute; top: 9%; right: 1%; width: 145px; height: 145px; display: grid; place-content: center; gap: 6px; border-radius: 50%; background: var(--red-500); color: var(--white); text-align: center; transform: rotate(7deg); box-shadow: 0 18px 36px rgba(237,41,57,.22); }
.image-stamp strong { font-family: var(--heading); font-size: 2rem; line-height: 1; }
.image-stamp span { max-width: 100px; font-size: .55rem; font-weight: 800; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.method-copy h2 { max-width: 620px; }
.method-copy > p { margin-top: 28px; color: var(--muted); }
.method-list { margin: 31px 0; border-top: 1px solid var(--line-light); }
.method-list div { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line-light); }
.method-list span { color: var(--red-500); font-family: var(--heading); font-weight: 900; }
.method-list p { color: var(--muted); font-size: .9rem; }
.method-list strong { color: var(--ink); }

.programs { padding: 116px 0; }
.path-finder { display: grid; grid-template-columns: .72fr 1.28fr; margin-bottom: 55px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.035); }
.finder-controls { padding: clamp(26px,4vw,50px); border-right: 1px solid var(--line-dark); }
.finder-controls > p { margin-bottom: 22px; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.segmented { display: grid; gap: 8px; }
.path-button { min-height: 49px; padding: 12px 16px; border: 1px solid var(--line-dark); background: transparent; color: rgba(255,255,255,.68); text-align: left; font-size: .82rem; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.path-button:hover { color: var(--white); border-color: rgba(255,255,255,.4); transform: translateX(3px); }
.path-button.active { border-color: var(--blue-500); background: var(--blue-500); color: var(--navy-950); }
.finder-result { min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px,5vw,68px); background: linear-gradient(132deg, rgba(16,167,232,.10), transparent 62%); }
.result-label { color: var(--blue-300); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.finder-result h3 { margin-top: 14px; font-size: clamp(2.2rem, 4vw, 3.7rem); text-transform: uppercase; }
.finder-result > p { max-width: 700px; margin-top: 18px; color: rgba(255,255,255,.7); }
.finder-result ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 28px; padding: 0; list-style: none; }
.finder-result li { padding: 7px 10px; border: 1px solid var(--line-dark); color: rgba(255,255,255,.67); font-size: .73rem; }
.finder-result .button { align-self: flex-start; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.program-card { min-height: 260px; padding: 31px; background: var(--navy-900); transition: background .3s ease, transform .3s ease; }
.program-card:hover { z-index: 2; background: var(--navy-800); transform: translateY(-5px); }
.card-index { display: block; margin-bottom: 52px; color: var(--red-400); font-family: var(--heading); font-size: .85rem; font-weight: 900; }
.program-card h3 { text-transform: uppercase; }
.program-card p { margin-top: 14px; color: rgba(255,255,255,.62); font-size: .87rem; }
.program-card small { display: block; margin-top: 18px; color: var(--blue-300); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.location-note { display: flex; gap: 11px; align-items: flex-start; margin-top: 25px; color: rgba(255,255,255,.55); font-size: .78rem; }
.location-note span { color: var(--red-400); font-size: 1.1rem; }

.story { padding: 120px 0; }
.story-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.58fr); align-items: center; gap: clamp(60px, 9vw, 130px); }
.story-copy h2 { max-width: 760px; }
.story-lead { margin-top: 28px; color: var(--ink); font-weight: 800; }
.story-copy > p:not(.story-lead) { max-width: 730px; margin-top: 14px; color: var(--muted); }
.timeline-mini { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 36px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.timeline-mini div { padding: 21px 16px 21px 0; }
.timeline-mini div + div { padding-left: 16px; border-left: 1px solid var(--line-light); }
.timeline-mini strong, .timeline-mini span { display: block; }
.timeline-mini strong { color: var(--blue-600); font-family: var(--heading); font-size: 1.35rem; text-transform: uppercase; }
.timeline-mini span { margin-top: 7px; color: var(--muted); font-size: .69rem; line-height: 1.45; }
.story-image { position: relative; margin: 0; padding: 13px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1.6deg); }
.story-image img { width: 100%; }
.story-image figcaption { position: absolute; right: -28px; bottom: 37px; padding: 12px 17px; background: var(--navy-900); color: var(--white); font-family: var(--heading); font-size: 1.08rem; font-weight: 900; text-transform: uppercase; transform: rotate(-1.6deg); }

.network { padding: 110px 0; background: var(--white); }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.logo-card { min-width: 0; border: 1px solid var(--line-light); background: var(--cream); }
.logo-box { height: 190px; display: grid; place-items: center; overflow: hidden; background: var(--white); }
.logo-box img { max-width: 75%; max-height: 140px; width: auto; height: auto; object-fit: contain; filter: saturate(.88); transition: transform .35s ease, filter .35s ease; }
.logo-card:hover .logo-box img { transform: scale(1.05); filter: saturate(1); }
.logo-card-wide .logo-box { background: #0b0d12; }
.logo-card-wide .logo-box img { max-width: 100%; max-height: none; width: 100%; height: 100%; object-fit: cover; }
.logo-card > div:last-child { padding: 22px; }
.status-pill { display: inline-flex; margin-bottom: 12px; padding: 4px 7px; border: 1px solid rgba(8,124,196,.25); background: rgba(16,167,232,.08); color: var(--blue-600); font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.logo-card h3 { font-size: 1.18rem; line-height: 1.12; text-transform: uppercase; }
.logo-card p { margin-top: 9px; color: var(--muted); font-size: .76rem; }
.roots-row { display: flex; align-items: center; gap: 26px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line-light); }
.roots-row span { margin-right: auto; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.roots-row img { width: auto; max-width: 90px; height: 66px; object-fit: contain; }

.voices { padding: 110px 0; }
.voices-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px,8vw,110px); align-items: center; }
.voices-intro h2 { max-width: 470px; }
.voices-intro > p { max-width: 430px; margin-top: 24px; color: rgba(255,255,255,.6); }
.slider-controls { display: flex; align-items: center; gap: 16px; margin-top: 34px; }
.slider-controls button { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line-dark); background: transparent; color: var(--white); cursor: pointer; transition: background .2s ease, color .2s ease; }
.slider-controls button:hover { background: var(--white); color: var(--ink); }
.slider-dots { display: flex; gap: 7px; }
.slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.3); }
.slider-dots button.active { background: var(--red-400); }
.quote-slider { position: relative; min-height: 380px; overflow: hidden; }
.quote-slide { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(34px,5vw,70px); border-left: 4px solid var(--red-500); background: rgba(255,255,255,.045); opacity: 0; transform: translateX(40px); pointer-events: none; transition: opacity .4s ease, transform .4s ease; }
.quote-slide.active { opacity: 1; transform: translateX(0); pointer-events: auto; }
.quote-mark { color: var(--blue-300); font-family: Georgia, serif; font-size: 5rem; line-height: .65; }
.quote-slide blockquote { max-width: 760px; margin: 26px 0 35px; font-family: var(--heading); font-size: clamp(1.85rem,3.6vw,3.3rem); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; text-transform: uppercase; }
.quote-slide footer { display: flex; flex-direction: column; }
.quote-slide footer strong { color: var(--white); font-size: .82rem; text-transform: uppercase; }
.quote-slide footer span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: .72rem; }

.campaign { padding: 120px 0; }
.campaign-grid { display: grid; grid-template-columns: minmax(300px,.58fr) minmax(0,1.05fr); gap: clamp(60px,9vw,130px); align-items: center; }
.campaign-poster { position: relative; margin: 0; }
.campaign-poster::before { content: ""; position: absolute; inset: 6% -7% -4% 9%; z-index: -1; border: 2px solid var(--blue-500); }
.campaign-poster img { width: 100%; box-shadow: var(--shadow); }
.campaign-copy > p { max-width: 700px; margin-top: 28px; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); margin: 36px 0; border-block: 1px solid var(--line-light); }
.audience-grid div { padding: 23px 20px 23px 0; }
.audience-grid div + div { padding-left: 20px; border-left: 1px solid var(--line-light); }
.audience-grid span, .audience-grid strong { display: block; }
.audience-grid span { color: var(--red-500); font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.audience-grid strong { margin-top: 9px; font-size: .79rem; line-height: 1.45; }
.campaign-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }

.blog-preview { padding: 110px 0; background: #e9edf2; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); box-shadow: 0 15px 42px rgba(3,11,23,.07); transition: transform .3s ease, box-shadow .3s ease; }
.article-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(3,11,23,.12); }
.article-image { height: 255px; overflow: hidden; }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.article-card:hover .article-image img { transform: scale(1.045); }
.article-body { padding: 25px; }
.article-body > span { color: var(--blue-600); font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-body h2, .article-body h3 { margin-top: 13px; font-size: 1.55rem; line-height: 1.08; text-transform: uppercase; }
.article-body h2 a:hover, .article-body h3 a:hover { color: var(--blue-600); }
.article-body p { margin-top: 14px; color: var(--muted); font-size: .83rem; }

.faq { padding: 116px 0; }
.faq-grid { display: grid; grid-template-columns: .67fr 1.33fr; gap: clamp(55px,9vw,125px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p { max-width: 420px; margin-top: 24px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; font-family: var(--heading); font-size: 1.2rem; font-weight: 800; letter-spacing: -.01em; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; top: 50%; right: 8px; width: 16px; height: 2px; background: var(--blue-600); transition: transform .25s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { max-width: 690px; padding: 0 48px 24px 0; color: var(--muted); font-size: .9rem; }

.contact { position: relative; overflow: hidden; padding: 112px 0; }
.contact-orb { position: absolute; right: -13vw; top: -18vw; width: 46vw; height: 46vw; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 0 0 8vw rgba(16,167,232,.025), inset 0 0 0 15vw rgba(16,167,232,.025); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1.1fr .65fr; gap: clamp(50px,10vw,150px); align-items: center; }
.contact-copy h2 { max-width: 670px; }
.contact-copy > p { max-width: 620px; margin-top: 25px; color: rgba(255,255,255,.66); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-card { display: grid; margin: 0; padding: 30px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.04); font-style: normal; backdrop-filter: blur(10px); }
.contact-card div { padding: 16px 0; }
.contact-card div + div { border-top: 1px solid var(--line-dark); }
.contact-card span { display: block; margin-bottom: 4px; color: var(--blue-300); font-size: .62rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.contact-card a, .contact-card p { color: var(--white); font-size: .9rem; }
.contact-card a:hover { color: var(--blue-300); }

.site-footer { padding: 62px 0 22px; background: var(--navy-950); color: var(--white); border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 45px; }
.footer-brand > p { max-width: 350px; margin-top: 20px; color: rgba(255,255,255,.51); font-size: .8rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid h2 { margin-bottom: 8px; color: var(--blue-300); font-family: var(--body); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { color: rgba(255,255,255,.58); font-size: .76rem; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 20px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.37); font-size: .65rem; }
.floating-contact { position: fixed; z-index: 950; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; background: var(--red-500); color: var(--white); box-shadow: 0 16px 38px rgba(3,11,23,.28); font-size: .72rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; transition: transform .25s ease; }
.floating-contact:hover { transform: translateY(-3px); }
.floating-contact svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* Blog index and articles */
.page-hero { position: relative; overflow: hidden; padding: 105px 0 80px; background: var(--navy-900); color: var(--white); }
.page-hero::after { content: ""; position: absolute; right: -15%; bottom: -70%; width: 48vw; height: 48vw; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: inset 0 0 0 9vw rgba(16,167,232,.03); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem,6.5vw,6.2rem); }
.page-hero p { max-width: 720px; margin-top: 25px; color: rgba(255,255,255,.67); font-size: 1.05rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; color: var(--blue-300); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--white); }
.blog-toolbar { padding: 34px 0; background: var(--white); border-bottom: 1px solid var(--line-light); }
.filter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 9px 13px; border: 1px solid var(--line-light); background: transparent; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.filter-button.active, .filter-button:hover { border-color: var(--navy-900); background: var(--navy-900); color: var(--white); }
.blog-listing { padding: 80px 0 110px; }
.blog-listing .article-grid { grid-template-columns: repeat(3,1fr); }
.article-card[hidden] { display: none; }
.blog-guide { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin-top: 54px; padding: 30px; border-left: 4px solid var(--blue-600); background: var(--white); box-shadow: 0 12px 40px rgba(3,11,23,.06); }
.blog-guide p { color: var(--muted); }
.article-hero { padding-bottom: 58px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 23px; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 70px; padding: 72px 0 110px; }
.article-content { max-width: 790px; }
.article-content .lead { margin-bottom: 31px; color: var(--ink); font-size: 1.25rem; font-weight: 620; line-height: 1.55; }
.article-content h2 { margin: 50px 0 18px; font-size: clamp(2rem,4vw,3.15rem); }
.article-content h3 { margin: 34px 0 12px; font-size: 1.45rem; text-transform: uppercase; }
.article-content p { margin: 0 0 18px; color: #3f4b5b; }
.article-content ul, .article-content ol { margin: 18px 0 26px; padding-left: 23px; color: #3f4b5b; }
.article-content li + li { margin-top: 10px; }
.article-content figure { margin: 40px 0; }
.article-content figure img { width: 100%; max-height: 480px; object-fit: cover; }
.article-content figcaption { margin-top: 8px; color: var(--muted); font-size: .7rem; }
.article-callout { margin: 37px 0; padding: 24px 27px; border-left: 4px solid var(--red-500); background: var(--white); box-shadow: 0 12px 32px rgba(3,11,23,.06); }
.article-callout strong { display: block; margin-bottom: 5px; font-family: var(--heading); font-size: 1.25rem; text-transform: uppercase; }
.article-sidebar { position: sticky; top: 112px; align-self: start; }
.article-sidebar > div { padding: 24px; background: var(--navy-900); color: var(--white); }
.article-sidebar h2 { font-size: 1.4rem; }
.article-sidebar p { margin: 14px 0 20px; color: rgba(255,255,255,.62); font-size: .78rem; }
.article-sidebar .button { width: 100%; }
.article-share { margin-top: 13px; padding-top: 18px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.5); font-size: .68rem; }
.privacy-page { padding: 80px 0 110px; }
.privacy-page .article-content { margin-inline: auto; }
.error-page { min-height: 100svh; display: grid; place-items: center; padding: 40px; background: var(--navy-900); color: var(--white); text-align: center; }
.error-page strong { color: var(--blue-300); font-family: var(--heading); font-size: clamp(6rem,16vw,13rem); line-height: .8; }
.error-page h1 { margin-top: 25px; font-size: clamp(2.4rem,5vw,4.6rem); }
.error-page p { max-width: 530px; margin: 20px auto 28px; color: rgba(255,255,255,.64); }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes livePulse { 0%,100% { box-shadow: 0 0 0 5px rgba(255,82,96,.14); } 50% { box-shadow: 0 0 0 9px rgba(255,82,96,0); } }
@keyframes scrollLine { 0% { transform: scaleY(.2); transform-origin: top; opacity: 0; } 35% { opacity: 1; } 100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; } }

@media (max-width: 1050px) {
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr minmax(300px,.48fr); gap: 42px; }
  .principle-strip { grid-template-columns: repeat(5, minmax(160px,1fr)); overflow-x: auto; }
  .logo-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 30px, 680px); }
  .announcement-track { justify-content: flex-start; overflow: hidden; }
  .announcement-track span:nth-of-type(n+4), .announcement-track i:nth-of-type(n+3) { display: none; }
  .site-header { height: 70px; }
  .brand-copy small { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 20px 28px 28px; background: rgba(3,11,23,.985); border-top: 1px solid var(--line-dark); box-shadow: 0 25px 50px rgba(0,0,0,.35); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-size: .86rem; }
  .main-nav a::after { display: none; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 72px 80px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-copy h1, .hero-lead, .hero-detail, .hero-proof { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { width: min(82%, 430px); }
  .badge-one { left: -15px; }
  .badge-two { right: -15px; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .split-grid, .story-grid, .campaign-grid, .voices-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .image-stack { min-height: 570px; }
  .method-copy { margin-top: 20px; }
  .path-finder { grid-template-columns: 1fr; }
  .finder-controls { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .segmented { grid-template-columns: repeat(2,1fr); }
  .program-grid { grid-template-columns: repeat(2,1fr); }
  .story-image { width: min(85%,460px); margin-inline: auto; }
  .voices-intro { text-align: center; }
  .voices-intro h2, .voices-intro > p { margin-inline: auto; }
  .slider-controls { justify-content: center; }
  .campaign-poster { width: min(75%,430px); margin-inline: auto; }
  .article-grid, .blog-listing .article-grid { grid-template-columns: repeat(2,1fr); }
  .faq-intro { position: static; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; }
  .article-sidebar { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 580px) {
  :root { --container: calc(100% - 28px); }
  body { font-size: 16px; }
  h1 { font-size: clamp(2.9rem,15vw,4.25rem); }
  h2 { font-size: clamp(2.25rem,11vw,3.3rem); }
  .announcement-track { gap: 11px; font-size: .57rem; }
  .announcement-track span:nth-of-type(n+3), .announcement-track i:nth-of-type(n+2) { display: none; }
  .brand-copy strong { font-size: 1rem; }
  .hero-grid { padding-top: 56px; }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; text-align: left; }
  .hero-proof div { grid-template-columns: 54px 1fr; padding: 13px 0; }
  .hero-proof div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-dark); }
  .hero-visual { width: 92%; }
  .poster-badge { font-size: .56rem; }
  .principles, .method-section, .programs, .story, .network, .voices, .campaign, .blog-preview, .faq, .contact { padding-block: 82px; }
  .principle-strip { margin-inline: -14px; padding-inline: 14px; }
  .principle-strip article { min-height: 170px; }
  .image-stack { min-height: 430px; }
  .image-primary { right: 5%; bottom: 10%; }
  .image-secondary { width: 40%; height: 46%; border-width: 5px; }
  .image-stamp { width: 105px; height: 105px; right: -3%; }
  .image-stamp strong { font-size: 1.45rem; }
  .image-stamp span { max-width: 80px; font-size: .46rem; }
  .segmented { grid-template-columns: 1fr; }
  .finder-result { min-height: 440px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 230px; }
  .timeline-mini { grid-template-columns: 1fr; }
  .timeline-mini div { padding: 16px 0; }
  .timeline-mini div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-light); }
  .story-image { width: 94%; }
  .story-image figcaption { right: -8px; max-width: 86%; font-size: .85rem; }
  .logo-grid { grid-template-columns: 1fr; }
  .roots-row { flex-wrap: wrap; }
  .roots-row span { width: 100%; }
  .quote-slider { min-height: 470px; }
  .quote-slide { padding: 29px; }
  .campaign-poster { width: 90%; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid div { padding: 17px 0; }
  .audience-grid div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-light); }
  .campaign-actions .button { width: 100%; }
  .article-grid, .blog-listing .article-grid { grid-template-columns: 1fr; }
  .blog-guide { grid-template-columns: 1fr; }
  .page-hero { padding-block: 78px 58px; }
  .page-hero h1 { font-size: clamp(2.8rem,14vw,4.3rem); }
  .article-layout { padding-block: 54px 80px; }
  .article-content .lead { font-size: 1.08rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-contact { right: 14px; bottom: 14px; width: 50px; height: 50px; justify-content: center; padding: 0; }
  .floating-contact span { display: none; }
}

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

@media print {
  .announcement, .site-header, .floating-contact, .scroll-cue, .slider-controls { display: none !important; }
  body { background: white; color: black; }
  .section-dark, .page-hero { background: white; color: black; }
}
