/* Shared interior-page theme, matched to the approved homepage. */
:root {
  color-scheme: dark;
  --ink: #111714;
  --forest: #18231b;
  --ivory: #f4efe4;
  --paper: #efeadf;
  --sage: #dfe9d8;
  --lime: #caff4d;
  --green: #1e4f35;
  --muted: #b8beb4;
  --muted-light: #59625b;
  --line: rgba(244, 239, 228, .15);
  --line-light: rgba(17, 23, 20, .17);
  --font-body: 'Instrument Sans', sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --font-label: 'IBM Plex Mono', monospace;
  --radius: 26px;
  --gutter: clamp(20px, 4.5vw, 64px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--font-body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.035em; text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
.light :focus-visible { outline-color: var(--green); }
.wrap { width: min(100% - var(--gutter) * 2, 1200px); margin-inline: auto; }
.serif { font-family: var(--font-serif); font-weight: 400; font-style: italic; letter-spacing: -.015em; }
.eyebrow { font-family: var(--font-label); font-size: 12px; line-height: 1.6; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.section { padding-block: clamp(64px, 7.5vw, 104px); }
.section-head { max-width: 740px; margin-bottom: 42px; }
.section-head .eyebrow { margin-bottom: 22px; color: var(--muted); }
.section-head h2 { font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; }
.section-head > p:last-child:not(.eyebrow) { max-width: 640px; margin-top: 24px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.light { color-scheme: light; background: var(--paper); color: var(--ink); }
.light .section-head .eyebrow { color: var(--green); }
.light .section-head > p:last-child:not(.eyebrow) { color: var(--muted-light); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 14px 26px; background: var(--lime); color: var(--ink); border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #dcff86; }
.button .arrow { font-size: 20px; line-height: 1; }
.button-dark { background: var(--ink); color: var(--ivory); }
.button-dark:hover { background: #244432; }
.button-outline { background: transparent; color: var(--ivory); border-color: rgba(244,239,228,.3); }
.button-outline:hover { background: rgba(244,239,228,.07); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 20px; padding: 14px 20px; background: var(--lime); color: var(--ink); transform: translateY(-180%); border-radius: 8px; }
.skip-link:focus { transform: none; }
.site-nav { position: sticky; z-index: 50; top: 0; min-height: 76px; background: rgba(17,23,20,.96); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.wordmark { display: inline-flex; align-items: baseline; gap: 4px; color: var(--ivory); font-size: 24px; font-weight: 650; letter-spacing: -.025em; flex-shrink: 0; }
.logo-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; color: var(--muted); }
.nav-links a { padding-block: 12px; }
.nav-links a:hover, .nav-links [aria-current] { color: var(--ivory); }
.nav-links [aria-current] { text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 8px; text-decoration-thickness: 2px; }
.participant-nav-link { color: var(--muted); font-size: 12px; font-weight: 600; white-space: nowrap; }
.participant-nav-link:hover { color: var(--lime); }
.nav-cta { min-height: 44px; padding: 10px 20px; font-size: 13px; }
.mobile-menu { display: none; }
.why-hero { position: relative; isolation: isolate; overflow: hidden; background: #090f0b; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; min-height: 640px; padding-block: 74px; gap: 28px; }
.hero-copy { z-index: 2; }
.hero-copy .eyebrow { color: var(--lime); margin-bottom: 26px; }
.hero-copy h1 { font-size: clamp(52px, 6.2vw, 82px); line-height: 1.04; letter-spacing: -.04em; }
.hero-copy h1 .serif { display: block; color: var(--lime); }
.hero-copy .intro { max-width: 570px; margin-top: 28px; color: #c6cbc1; font-size: clamp(17px, 1.5vw, 19px); line-height: 1.7; }
.hero-copy .button { margin-top: 30px; }
.hero-visual { position: relative; overflow: hidden; align-self: stretch; min-height: 420px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--forest); }
.hero-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,15,10,.88), transparent 35%); pointer-events: none; }
.hero-visual figcaption { position: absolute; bottom: 27px; left: 28px; right: 28px; z-index: 1; color: var(--ivory); font-size: 11px; }
.hero-visual figcaption::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); margin-right: 10px; }
.hero-bottom { border-top: 1px solid var(--line); }
.hero-principles { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding-block: 23px; color: var(--muted); font-size: 11px; }
.hero-principles span::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); margin-right: 12px; }
.head-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; max-width: none; align-items: end; }
.head-split > p:last-child:not(.eyebrow) { margin-top: 0; }
.head-split .eyebrow { color: var(--green); }
.heard-table { border: 1px solid var(--line-light); border-radius: var(--radius); overflow: hidden; }
.heard-columns, .heard-row { display: grid; grid-template-columns: 1fr 1fr; }
.heard-columns > p { padding: 17px 32px; background: #e5e1d6; color: var(--muted-light); }
.heard-columns > p:last-child { background: #cfdcc8; color: var(--green); }
.heard-row + .heard-row { border-top: 1px solid var(--line-light); }
.heard-concern, .heard-answer { padding: 30px 32px; }
.heard-concern { background: #f6f2e9; }
.heard-answer { background: linear-gradient(120deg, #dfe9d8, #d4e1cf); border-left: 1px solid var(--line-light); }
.heard-concern h3 { font-size: clamp(24px, 2.45vw, 30px); line-height: 1.2; }
.heard-concern p { margin-top: 14px; color: var(--muted-light); font-size: 16px; line-height: 1.6; max-width: 470px; }
.heard-answer .eyebrow { color: var(--green); margin-bottom: 14px; }
.heard-answer > p:last-child { font-size: 17px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; border-bottom: 1px solid currentColor; font-weight: 600; padding-block: 10px; }
.text-link:hover { color: var(--green); }
.dark-link { color: var(--lime); }
.dark-link:hover { color: #e1ff97; }
.engine { background: radial-gradient(ellipse at 100% 0, #23301c 0, transparent 55%), var(--ink); }
.engine .section-head .eyebrow { color: var(--lime); }
.pipeline { list-style: none; padding: 0; margin: 0 0 38px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(202,255,77,.22); border-radius: var(--radius); background: #1a241c; overflow: hidden; }
.pipeline li { position: relative; padding: 30px 24px; }
.pipeline li + li { border-left: 1px solid var(--line); }
.pipeline li:not(:last-child)::after { content: '→'; position: absolute; right: -9px; top: 31px; z-index: 1; width: 17px; text-align: center; color: var(--lime); background: #1a241c; font-size: 19px; line-height: 1; }
.pipeline strong { font-weight: 500; font-size: 22px; letter-spacing: -.02em; }
.pipeline span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.pipeline li:last-child { background: var(--lime); color: var(--ink); }
.pipeline li:last-child span { color: #34491e; }
.mechanisms { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
.mechanism { padding: 28px 0; border-top: 1px solid var(--line); }
.mechanism h3 { display: flex; align-items: baseline; gap: 12px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.mechanism h3::before { content: ''; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--lime); }
.mechanism p { margin: 15px 0 0 18px; color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 530px; }
.mechanism .inline-copy-link { color: var(--ivory); text-decoration: underline; text-decoration-color: rgba(202,255,77,.75); text-decoration-thickness: 1px; text-underline-offset: 4px; transition: color .2s ease; }
.mechanism .inline-copy-link:hover { color: var(--lime); }
.difference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.difference-card { padding: clamp(28px, 3vw, 40px); border: 1px solid var(--line-light); border-radius: var(--radius); background: rgba(255,255,255,.26); }
.difference-card .eyebrow { margin-bottom: 26px; color: var(--green); }
.difference-card h3 { font-size: 29px; line-height: 1.15; margin-bottom: 17px; }
.difference-card > p:not(.eyebrow) { color: var(--muted-light); font-size: 17px; line-height: 1.65; }
.difference-points { list-style: none; display: grid; gap: 11px; margin: 0; padding: 0; color: var(--muted-light); font-size: 17px; line-height: 1.5; }
.difference-points li { position: relative; padding-left: 16px; }
.difference-points li::before { content: ''; position: absolute; left: 0; top: .68em; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.difference-card .text-link { margin-top: 18px; color: var(--green); font-size: 15px; }
.difference-card:nth-child(2), .difference-card:nth-child(3) { background: #e0e6d8; }
.process-layout { display: grid; grid-template-columns: .85fr 1.2fr; gap: clamp(40px, 8vw, 110px); }
.process-layout .section-head { align-self: start; position: sticky; top: 120px; }
.process-layout .section-head .eyebrow { color: var(--lime); }
.process-layout .section-head > h2 + p { margin-top: clamp(24px, 2.5vw, 34px); }
.process-layout .section-head .text-link { margin-top: 22px; font-size: 15px; }
.process-detail .process-layout .section-head .eyebrow { color: var(--green); }
.process-detail .process-layout .section-head > p:not(.eyebrow) { max-width: 560px; margin-top: 24px; color: var(--muted-light); font-size: 18px; line-height: 1.65; }
.process-detail .process-layout .section-head .text-link { color: var(--green); }
.process-detail .steps li:not(:last-child)::after { background: rgba(30, 79, 53, .28); }
.process-detail .step-number { border-color: rgba(30, 79, 53, .38); background: #dfe9d8; color: var(--green); }
.process-detail .steps p { color: var(--muted-light); }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { position: relative; display: grid; grid-template-columns: 48px 1fr; column-gap: 25px; padding-bottom: 32px; }
.steps li:not(:last-child)::after { content: ''; position: absolute; width: 1px; background: #35412e; left: 23px; top: 48px; bottom: 0; }
.steps li:last-child { padding-bottom: 0; }
.step-number { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #4b5c39; border-radius: 50%; background: #1c281b; color: var(--lime); font-family: var(--font-label); font-size: 13px; }
.steps li:last-child .step-number { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.steps h3 { font-size: 27px; line-height: 1.2; padding-top: 7px; }
.steps p { margin-top: 13px; color: var(--muted); line-height: 1.65; font-size: 17px; }
.deliverable-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(36px, 7vw, 94px); }
.deliverable-layout .section-head { margin-bottom: 0; }
.deliverable-layout .section-head > h2 + p { margin-top: clamp(24px, 2.5vw, 34px); }
.deliverable-layout .text-link { color: var(--green); margin-top: 23px; font-size: 16px; }
.deliverable-panel { padding: 36px; border: 1px solid var(--line-light); border-radius: var(--radius); background: #1b261e; color: var(--ivory); }
.deliverable-panel .eyebrow { color: var(--lime); margin-bottom: 28px; }
.deliverable-panel h3 { font-size: 36px; line-height: 1.15; }
.deliverable-panel h3 .serif { color: var(--lime); }
.stakeholders { list-style: none; display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; padding: 0; margin: 28px 0 0; }
.stakeholders li { padding-block: 16px; border-top: 1px solid var(--line); color: #c6cbc1; font-size: 15px; }
.pathways .section-head { max-width: 740px; }
.offering-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.offering { display: flex; flex-direction: column; align-items: start; padding: 34px 36px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #1b261e, #141c17); }
.offering .eyebrow { color: var(--lime); margin-bottom: 23px; }
.offering h3 { font-size: 30px; line-height: 1.15; }
.offering p:not(.eyebrow) { margin: 15px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 450px; }
.offering .button { margin-top: auto; }
.closing { color: var(--ink); background: radial-gradient(circle at 14% 22%, #e1ff97, #caff4d 42%, #b9ec3e); padding-block: 64px; }
.closing-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; }
.closing h2 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.1; }
.closing p { margin-top: 18px; max-width: 540px; font-size: 18px; line-height: 1.6; color: #33461e; }
.closing .button:focus-visible { outline-color: var(--ink); }
.site-footer { padding-block: 32px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer-inner p { margin-left: auto; font-size: 13px; color: var(--muted); }
.footer-inner > a:last-child { font-size: 13px; color: var(--muted); padding: 12px 0; }

/* Motion is a progressive enhancement. The default document stays visible. */
.hero-principles { align-items: center; }
.motion-enabled .motion-reveal { transition: opacity 750ms ease, transform 750ms cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-enabled .motion-reveal:not(.is-visible) { opacity: 0; transform: translateY(20px); }
.motion-enabled .motion-reveal:focus-within { opacity: 1; transform: none; transition-delay: 0ms; }
.motion-enabled .hero-visual img { animation: whyHeroDrift 18s ease-in-out infinite alternate paused; will-change: transform; }
.motion-enabled .hero-visual { animation: whyHeroGlow 8s ease-in-out infinite alternate paused; }
.motion-enabled .hero-visual.is-in-view, .motion-enabled .hero-visual.is-in-view img { animation-play-state: running; }
.pipeline li::before { content: ''; position: absolute; inset: 0; opacity: 0; pointer-events: none; background: linear-gradient(120deg, rgba(202,255,77,.19), rgba(202,255,77,0) 85%); }
.pipeline .flow-line { position: absolute; display: block; left: 0; right: 0; top: 0; height: 3px; background: var(--lime); box-shadow: 0 0 16px rgba(202,255,77,.65); opacity: 0; transform: scaleX(0); transform-origin: left; pointer-events: none; }
.pipeline li:last-child .flow-line { background: var(--green); box-shadow: none; }
.motion-enabled .pipeline li::before { animation: whyStageGlow 8s ease-in-out infinite paused; animation-delay: calc(var(--stage) * 2s); }
.motion-enabled .pipeline .flow-line { animation: whySignalTravel 8s linear infinite paused; animation-delay: calc(var(--stage) * 2s); }
.motion-enabled .pipeline.is-in-view li::before, .motion-enabled .pipeline.is-in-view .flow-line { animation-play-state: running; }
.motion-enabled .steps .step-number { transition: color 600ms ease, background 600ms ease, box-shadow 600ms ease; }
.motion-enabled .steps .is-visible .step-number { background: var(--lime); border-color: var(--lime); color: var(--ink); box-shadow: 0 0 20px rgba(202,255,77,.12); }
.motion-paused .hero-visual, .motion-paused .hero-visual img, .motion-paused .pipeline li::before, .motion-paused .pipeline .flow-line { animation-play-state: paused !important; }
.motion-paused .motion-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
@keyframes whyHeroDrift {
  from { transform: scale(1.025) translate3d(-.5%, .3%, 0); }
  to { transform: scale(1.075) translate3d(.5%, -.3%, 0); }
}
@keyframes whyHeroGlow {
  from { box-shadow: 0 0 0 rgba(202,255,77,0); }
  to { box-shadow: 0 0 44px rgba(202,255,77,.11); }
}
@keyframes whyStageGlow {
  0%, 22% { opacity: 1; }
  28%, 100% { opacity: 0; }
}
@keyframes whySignalTravel {
  0% { transform: scaleX(0); opacity: 1; }
  23% { transform: scaleX(1); opacity: 1; }
  27%, 100% { transform: scaleX(1); opacity: 0; }
}
@media (hover: hover) and (pointer: fine) {
  .difference-card, .offering { transition: box-shadow 300ms ease, border-color 300ms ease; }
  .difference-card:hover { border-color: rgba(30,79,53,.4); box-shadow: 0 14px 34px rgba(17,23,20,.07); }
  .offering:hover { border-color: rgba(202,255,77,.4); box-shadow: 0 14px 34px rgba(0,0,0,.15); }
  .button .arrow { transition: transform 250ms ease; }
  .button:hover .arrow { transform: translateX(3px); }
}
@media (max-width: 1050px) {
  .nav-links { gap: 18px; font-size: 12px; }
  .nav-inner { gap: 18px; }
  .hero-grid { min-height: 590px; }
  .hero-visual { min-height: 390px; }
  .head-split { gap: 36px; }
  .pipeline li { padding-inline: 18px; }
  .process-layout { gap: 45px; }
}
@media (max-width: 800px) {
  .site-nav, .nav-inner { min-height: 68px; }
  .nav-links { display: none; }
  .participant-nav-link { margin-left: auto; }
  .nav-cta { margin-left: 0; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: grid; place-items: center; width: 44px; height: 44px; cursor: pointer; border: 1px solid var(--line); border-radius: 50%; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-icon { width: 16px; height: 8px; border-top: 1px solid var(--ivory); border-bottom: 1px solid var(--ivory); }
  .mobile-menu[open] .menu-icon { height: 1px; border-bottom: 0; }
  .mobile-panel { position: absolute; top: 67px; left: 0; right: 0; padding: 14px var(--gutter) 20px; background: #18231b; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px #0003; }
  .mobile-panel a { display: block; padding-block: 14px; min-height: 48px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .mobile-panel [aria-current] { color: var(--lime); }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 36px; padding-block: 54px 32px; }
  .hero-copy { max-width: 660px; }
  .hero-copy h1 { font-size: clamp(49px, 9vw, 72px); }
  .hero-visual { min-height: 290px; height: 42vw; max-height: 400px; border-radius: var(--radius); }
  .hero-visual img { object-position: 50% 68%; }
  .hero-principles { justify-content: flex-start; gap: 14px 26px; }
  .head-split, .process-layout, .deliverable-layout { grid-template-columns: 1fr; gap: 26px; }
  .process-layout .section-head { position: static; }
  .process-layout { gap: 10px; }
  .deliverable-layout { gap: 36px; }
  .heard-concern, .heard-answer { padding: 25px; }
  .heard-columns > p { padding-inline: 25px; }
  .pipeline { grid-template-columns: 1fr 1fr; }
  .pipeline li:nth-child(3) { border-left: 0; }
  .pipeline li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .pipeline li:nth-child(2)::after { display: none; }
  .mechanisms { gap: 0 28px; }
  .difference-card { padding: 26px; }
  .difference-card h3 { font-size: 26px; }
  .offering { padding: 28px; }
  .closing-inner { grid-template-columns: 1fr; justify-items: start; }
  .footer-inner { gap: 16px; }
  .footer-inner p { flex: 1; text-align: right; }
}
@media (max-width: 600px) {
  .site-nav:not(.participant-nav) .nav-cta { display: none; }
  .heard-columns { display: none; }
  .heard-row { grid-template-columns: 1fr; }
  .heard-row + .heard-row { border-top: 8px solid var(--paper); }
  .heard-answer { border-left: 0; border-top: 1px solid var(--line-light); }
  .heard-concern h3 { font-size: 27px; }
  .heard-answer .eyebrow::before { content: 'OUR RESPONSE / '; }
  .pipeline { grid-template-columns: 1fr; }
  .pipeline li { padding: 22px 25px; }
  .pipeline li + li { border-left: 0; border-top: 1px solid var(--line); }
  .pipeline li:not(:last-child)::after { content: '↓'; right: 25px; top: auto; bottom: -8px; }
  .pipeline li:nth-child(2)::after { display: block; }
  .pipeline span { margin-top: 5px; }
  .mechanisms, .difference-grid, .offering-grid { grid-template-columns: 1fr; }
  .mechanism p { margin-left: 0; }
  .difference-card:nth-child(3) { background: rgba(255,255,255,.26); }
  .difference-card:nth-child(4) { background: #e0e6d8; }
  .steps li { grid-template-columns: 40px 1fr; column-gap: 18px; }
  .step-number { width: 40px; height: 40px; }
  .steps li:not(:last-child)::after { left: 19px; top: 40px; }
  .steps h3 { padding-top: 5px; font-size: 25px; }
  .deliverable-panel { padding: 28px; }
  .deliverable-panel h3 { font-size: 34px; }
  .offering .button, .closing .button { width: 100%; }
  .closing-inner { justify-items: stretch; }
  .footer-inner p { flex-basis: 100%; order: 3; margin: 0; text-align: left; }
  .footer-inner > a:last-child { margin-left: auto; }
}
@media (max-width: 480px) {
  .nav-inner { gap: 10px; }
  .wordmark { font-size: 21px; }
  .nav-cta { padding-inline: 15px; font-size: 12px; }
  .hero-copy h1 { font-size: clamp(42px, 11.8vw, 56px); }
  .hero-copy .button { width: 100%; }
  .hero-visual { min-height: 245px; }
  .hero-principles { display: grid; padding-block: 22px; gap: 12px; font-size: 10px; }
  .section-head { margin-bottom: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-reveal { opacity: 1 !important; transform: none !important; }
}
