:root {
  --green: #195937;
  --green-live: #4d9846;
  --night: #08271a;
  --yellow: #f2bd28;
  --red: #c9232d;
  --ivory: #f7f5ea;
  --white: #fff;
  --ink: #102219;
  --display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --pad: clamp(20px, 5vw, 82px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--night); font-family: var(--body); line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.sr-only { position: absolute; 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; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; color: var(--night); background: var(--yellow); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; min-height: 90px; padding: 12px var(--pad); color: var(--white); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { min-height: 70px; color: var(--night); background: rgba(247,245,234,.93); border-color: rgba(8,39,26,.13); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; justify-self: start; font-weight: 800; line-height: 1.05; }
.brand img { width: 62px; height: 62px; object-fit: contain; padding: 3px; border-radius: 50%; background: var(--ivory); transition: width .25s, height .25s; }
.site-header.scrolled .brand img { width: 52px; height: 52px; }
.brand span { display: grid; font-size: .84rem; }
.brand small { margin-top: 4px; font-size: .73rem; font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: clamp(12px,1.5vw,24px); justify-content: center; font-size: .78rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after { position: absolute; right: 100%; bottom: 2px; left: 0; height: 2px; background: var(--yellow); content: ""; transition: right .25s; }
.site-nav a:hover::after { right: 0; }
.header-phone { white-space: nowrap; justify-self: end; padding: 11px 17px; border: 1px solid currentColor; border-radius: 999px; font-size: .82rem; font-weight: 800; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: radial-gradient(circle at 65% 25%, #1e7248 0, #0d3f29 31%, var(--night) 70%); isolation: isolate; }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .22; 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: 8vw 8vw; transform: perspective(800px) rotateX(62deg) scale(1.6) translateY(27%); transform-origin: center bottom; }
.hero-grid::after { position: absolute; inset: 0; background: radial-gradient(circle,transparent 10%,var(--night) 74%); content: ""; }
.hero-ghost { position: absolute; right: -2vw; bottom: -4vw; z-index: -1; margin: 0; color: rgba(255,255,255,.045); font-family: var(--display); font-size: clamp(8rem,23vw,25rem); font-weight: 800; letter-spacing: -.1em; line-height: .96; }
.hero-photo { position: absolute; top: 12%; right: 4vw; z-index: 0; width: min(51vw,850px); height: 70vh; margin: 0; overflow: hidden; clip-path: polygon(12% 0,100% 7%,92% 100%,0 88%); filter: saturate(.9) contrast(1.05); transform: perspective(1200px) rotateY(-9deg) rotateZ(1.5deg); transform-origin: right center; box-shadow: -45px 55px 100px rgba(0,0,0,.35); }
.hero-photo::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,39,26,.62),transparent 48%),linear-gradient(0deg,rgba(8,39,26,.45),transparent 45%); content: ""; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-copy { position: relative; z-index: 4; width: min(62vw,1050px); padding: clamp(170px,19vh,220px) 0 160px var(--pad); }
.hero-kicker,.eyebrow { margin: 0 0 20px; color: var(--yellow); font-size: .73rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-kicker { display: flex; align-items: center; gap: 10px; }
.hero-kicker span { width: 34px; height: 2px; background: var(--yellow); }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(5rem,10.7vw,12.2rem); font-weight: 760; letter-spacing: -.085em; line-height: .96; }
.hero h1 span,.hero h1 strong { display: block; }
.hero h1 strong { color: var(--yellow); font-weight: inherit; transform: translateX(7vw); }
.hero-copy > p:not(.hero-kicker) { max-width: 580px; margin: 38px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem,1.25vw,1.2rem); }
.hero-cta { display: inline-flex; align-items: center; gap: 38px; margin-top: 30px; padding: 13px 14px 13px 22px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font-size: .8rem; font-weight: 800; text-transform: uppercase; transition: transform .25s,background .25s,color .25s; }
.hero-cta b { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--night); background: var(--yellow); font-size: 1.2rem; }
.hero-cta:hover { color: var(--night); background: var(--white); transform: translateY(-3px); }
.hero-route-signal { position: absolute; right: 12vw; bottom: 4vh; z-index: 5; width: clamp(330px,36vw,650px); pointer-events: none; filter: drop-shadow(0 28px 35px rgba(0,0,0,.35)); transform: perspective(900px) rotateX(13deg) rotateZ(-4deg); transform-origin: 50% 100%; }
.hero-route-signal svg { width: 100%; overflow: visible; }
.hero-route-signal path { fill: none; stroke-linecap: round; }
.signal-depth { stroke: rgba(8,39,26,.55); stroke-width: 24; }
.signal-flow { stroke: url(#heroSignalGradient); stroke-width: 7; stroke-dasharray: 34 18 8 15; animation: signal-travel 3.2s linear infinite; }
.hero-route-signal circle { fill: var(--yellow); stroke: rgba(255,255,255,.9); stroke-width: 3; filter: drop-shadow(0 0 9px rgba(242,189,40,.9)); animation: signal-node 1.8s ease-in-out infinite alternate; }
.hero-route-signal circle:nth-of-type(2) { animation-delay: -.4s; }
.hero-route-signal circle:nth-of-type(3) { animation-delay: -.8s; }
.hero-route-signal circle:nth-of-type(4) { animation-delay: -1.2s; }
.hero-route-signal p { position: absolute; right: -2%; bottom: 7%; z-index: 8; margin: 0; padding: 12px 15px; color: var(--night); background: var(--ivory); box-shadow: 0 12px 35px rgba(0,0,0,.2); font-size: .72rem; font-weight: 700; line-height: 1.15; text-transform: uppercase; transform: rotate(4deg); }
.hero-route-signal p strong { color: var(--green); font-family: var(--display); font-size: 1.18rem; }
@keyframes signal-travel { to { stroke-dashoffset: -75; } }
@keyframes signal-node { to { r: 10px; opacity: .72; } }
.hero-meta { position: absolute; bottom: 0; left: 0; z-index: 7; display: grid; grid-template-columns: repeat(2,minmax(220px,1fr)); width: min(50vw,760px); margin-left: var(--pad); border-top: 1px solid rgba(255,255,255,.25); }
.hero-meta p { display: grid; gap: 3px; margin: 0; padding: 17px 28px 18px 0; }
.hero-meta p + p { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.25); }
.hero-meta span { color: rgba(255,255,255,.5); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta strong { font-size: .82rem; }

.journey { position: relative; height: 520vh; background: var(--ivory); }
.journey-pin { position: sticky; top: 0; min-height: 100svh; overflow: hidden; background: var(--ivory); isolation: isolate; }
.journey-pin::before { position: absolute; inset: 0; z-index: -3; opacity: .6; background: radial-gradient(circle at 80% 20%,rgba(242,189,40,.3),transparent 28%),radial-gradient(circle at 15% 80%,rgba(77,152,70,.2),transparent 28%); content: ""; }
.journey-topline { position: absolute; inset: 94px var(--pad) auto; z-index: 20; display: flex; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid rgba(8,39,26,.2); color: var(--night); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.journey-topline p { margin: 0; }
.journey-topline span { color: var(--red); font-family: var(--display); font-size: 1.15rem; }
.journey-road { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.journey-road path { fill: none; vector-effect: non-scaling-stroke; }
.road-shadow { stroke: rgba(8,39,26,.075); stroke-width: 84; stroke-linecap: round; }
.road-line { stroke: rgba(8,39,26,.28); stroke-width: 2.5; stroke-dasharray: 15 13; stroke-linecap: round; }
.road-progress { stroke: url(#routeGradient); stroke-width: 8; stroke-linecap: round; filter: drop-shadow(0 0 9px rgba(242,189,40,.52)); }
.journey-scene { position: absolute; inset: 0; z-index: 2; visibility: hidden; opacity: 0; }
.journey-scene.is-visible { visibility: visible; opacity: 1; }
.scene-photo { position: absolute; overflow: hidden; background: var(--green); box-shadow: 0 38px 90px rgba(8,39,26,.22); transform-style: preserve-3d; }
.scene-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(8,39,26,.55)); content: ""; }
.scene-photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); }
.scene-copy { position: absolute; z-index: 3; max-width: min(47vw,760px); }
.scene-copy h2 { margin: 0; color: var(--night); font-family: var(--display); font-size: clamp(4.1rem,7vw,8.2rem); font-weight: 760; letter-spacing: -.075em; line-height: .96; }
.scene-copy h2 em { color: var(--green); font-style: normal; }
.scene-copy > p:last-child { max-width: 540px; margin: 28px 0 0; color: #46564d; font-size: clamp(.96rem,1.15vw,1.12rem); }
.scene-one .scene-photo,.scene-three .scene-photo { top: 16%; right: 7%; width: min(54vw,920px); height: 68%; clip-path: polygon(7% 0,100% 5%,94% 100%,0 92%); transform: perspective(1400px) rotateY(-7deg) rotateZ(1.3deg); }
.scene-one .scene-copy,.scene-three .scene-copy { bottom: 9%; left: var(--pad); }
.scene-two .scene-photo,.scene-four .scene-photo { top: 16%; left: 6%; width: min(54vw,920px); height: 68%; clip-path: polygon(0 5%,94% 0,100% 92%,6% 100%); transform: perspective(1400px) rotateY(7deg) rotateZ(-1.3deg); }
.scene-two .scene-copy,.scene-four .scene-copy { right: var(--pad); bottom: 9%; text-align: right; }
.scene-two .scene-copy > p:last-child,.scene-four .scene-copy > p:last-child { margin-left: auto; }
.route-comet { position: absolute; top: 0; left: 0; z-index: 12; width: clamp(68px,7vw,118px); height: 22px; pointer-events: none; transform-origin: 82% 50%; will-change: transform; }
.route-comet::before { position: absolute; top: 50%; right: 0; width: 31px; height: 20px; clip-path: polygon(0 50%,62% 0,100% 50%,62% 100%); background: linear-gradient(90deg,var(--yellow),#fff); box-shadow: 0 0 12px rgba(242,189,40,.95),0 0 28px rgba(77,152,70,.7); content: ""; transform: translateY(-50%); }
.route-comet::after { position: absolute; top: 50%; right: 22px; width: calc(100% - 19px); height: 9px; border-radius: 999px 0 0 999px; background: linear-gradient(90deg,transparent,rgba(77,152,70,.45),var(--yellow)); content: ""; filter: blur(3px); transform: translateY(-50%); }
.route-comet i { position: absolute; top: 50%; right: 9px; z-index: 2; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 13px 5px rgba(255,255,255,.8); transform: translateY(-50%); }
.journey-dots { position: absolute; top: 50%; right: 22px; z-index: 21; display: grid; gap: 7px; transform: translateY(-50%); }
.journey-dots button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: rgba(8,39,26,.45); background: transparent; cursor: pointer; font-size: .65rem; font-weight: 800; transition: .25s; }
.journey-dots button::before { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: currentColor; content: ""; transition: .25s; }
.journey-dots button span { opacity: 0; }
.journey-dots button.active { color: var(--night); background: var(--yellow); transform: scale(1.12); }
.journey-dots button.active::before { opacity: 0; }
.journey-dots button.active span { opacity: 1; }

.regie-explainer { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: clamp(50px,8vw,140px); align-items: start; padding: clamp(110px,14vw,210px) var(--pad); color: var(--white); background: linear-gradient(145deg,#0b3121,var(--night)); }
.regie-intro { position: sticky; top: 120px; }
.regie-intro h2,.impact-heading h2,.team-heading h2,.actions-heading h2,.news-heading h2,.partners-heading h2,.location-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem,7.4vw,8.5rem); font-weight: 760; letter-spacing: -.08em; line-height: .96; }
.regie-intro h2 em,.team-heading h2 em,.actions-heading h2 em,.partners-heading h2 em { color: var(--yellow); font-style: normal; }
.regie-intro > p:last-child { max-width: 570px; margin: 36px 0 0; color: rgba(255,255,255,.68); font-size: 1rem; }
.governance-map { position: relative; display: grid; gap: 25px; padding-top: 22px; }
.governance-core { position: relative; overflow: hidden; min-height: 360px; padding: clamp(34px,5vw,70px); border: 1px solid rgba(255,255,255,.2); background: radial-gradient(circle at 82% 18%,rgba(242,189,40,.26),transparent 34%),rgba(255,255,255,.06); }
.governance-core::after { position: absolute; right: -70px; bottom: -115px; width: 340px; aspect-ratio: 1; border: 1px solid rgba(242,189,40,.35); border-radius: 50%; box-shadow: 0 0 0 48px rgba(242,189,40,.04),0 0 0 96px rgba(242,189,40,.025); content: ""; }
.governance-core span,.team-roles span { color: var(--yellow); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.governance-core h3 { position: relative; z-index: 1; margin: 28px 0 22px; font-family: var(--display); font-size: clamp(3rem,5.4vw,6.2rem); letter-spacing: -.07em; line-height: .96; }
.governance-core p { position: relative; z-index: 1; max-width: 470px; color: rgba(255,255,255,.65); }
.college-list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.college-list p { display: grid; gap: 8px; margin: 0; padding: 24px 20px; }
.college-list p + p { border-left: 1px solid rgba(255,255,255,.22); }
.college-list b { color: var(--yellow); font-family: var(--display); font-size: 1rem; }
.college-list strong { font-family: var(--display); font-size: clamp(1.25rem,1.8vw,2rem); line-height: 1; }
.college-list span { color: rgba(255,255,255,.58); font-size: .78rem; }
.team-roles { display: grid; grid-template-columns: repeat(2,1fr); gap: 25px; }
.team-roles article { min-height: 230px; padding: 30px; color: var(--night); background: var(--ivory); }
.team-roles article:last-child { background: var(--yellow); }
.team-roles article:last-child span { color: var(--green); }
.team-roles h3 { margin: 38px 0 12px; font-family: var(--display); font-size: clamp(1.8rem,2.5vw,3rem); letter-spacing: -.045em; line-height: .95; }
.team-roles p { margin: 0; color: #526057; }

.impact { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(50px,7vw,120px); align-items: end; padding: clamp(110px,14vw,210px) var(--pad); color: var(--night); background: var(--yellow); }
.impact-heading h2 em,.news-heading h2 em,.location-copy h2 em { color: var(--green); font-style: normal; }
.impact .eyebrow { color: var(--night); }
.impact-numbers { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 2px solid var(--night); border-bottom: 2px solid var(--night); }
.impact-numbers article { min-height: 230px; padding: 28px 22px 24px; }
.impact-numbers article + article { border-left: 1px solid rgba(8,39,26,.38); }
.impact-numbers strong { display: block; font-family: var(--display); font-size: clamp(4rem,6.4vw,7.5rem); font-weight: 800; letter-spacing: -.08em; line-height: .85; }
.impact-numbers p { max-width: 190px; margin: 25px 0 0; font-size: .84rem; font-weight: 700; }

.team-action { position: relative; overflow: hidden; padding: clamp(110px,13vw,190px) var(--pad); color: var(--white); background: linear-gradient(135deg,var(--night),#124b31); isolation: isolate; }
.team-action::before { position: absolute; inset: 0; z-index: -1; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px); background-size: 7vw 7vw; content: ""; transform: perspective(1000px) rotateX(58deg) scale(1.4) translateY(28%); transform-origin: center bottom; }
.team-heading { max-width: 1180px; margin-bottom: clamp(60px,8vw,110px); }
.team-heading h2 em { color: var(--yellow); }
.team-intro { max-width: 740px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1rem,1.35vw,1.25rem); }
.team-gallery-link { display: inline-flex; align-items: center; gap: 22px; margin-top: 36px; padding: 12px 0; border-bottom: 1px solid var(--yellow); font-size: .88rem; font-weight: 700; }
.team-gallery-link span { color: var(--yellow); font-size: 1.3rem; }
.impact-numbers article:nth-child(odd) { border-left: 0; }
.impact-numbers article:nth-child(n+3) { border-top: 1px solid rgba(8,39,26,.38); }
.impact-numbers .impact-primary strong { font-size: clamp(5rem,8.4vw,9.2rem); }
@media (min-width: 1081px) {
  .impact { align-items: start; }
  .impact-heading { position: sticky; top: 120px; }
}
.team-mosaic { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2,minmax(260px,33vh)); gap: clamp(18px,2vw,34px); max-width: 1450px; margin-left: auto; }
.team-shot { position: relative; margin: 0; overflow: hidden; background: var(--green); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.team-shot-main { grid-row: 1 / 3; clip-path: polygon(3% 0,100% 3%,96% 100%,0 95%); }
.team-shot:not(.team-shot-main) { clip-path: polygon(0 4%,96% 0,100% 94%,4% 100%); }
.team-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease,filter .8s ease; }
.team-shot::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(8,39,26,.84)); content: ""; }
.team-shot:hover img { filter: saturate(1.08); transform: scale(1.045); }
.team-shot figcaption { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 2; font-size: .83rem; font-weight: 700; }
.team-shot figcaption span { display: block; color: var(--yellow); font-family: var(--display); font-size: clamp(1.6rem,2.5vw,2.8rem); font-weight: 800; letter-spacing: -.04em; }

.social-actions { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(50px,8vw,140px); padding: clamp(110px,14vw,210px) var(--pad); color: var(--night); background: var(--ivory); }
.actions-heading { position: sticky; top: 120px; align-self: start; }
.actions-heading > p:last-child { max-width: 510px; margin: 36px 0 0; color: #536158; }
.actions-heading .eyebrow { color: var(--green); }
.actions-list { border-top: 2px solid var(--night); }
.actions-list article { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: 24px; align-items: center; min-height: 118px; border-bottom: 1px solid rgba(8,39,26,.28); transition: padding .25s,background .25s; }
.actions-list article:hover { padding-right: 18px; padding-left: 18px; background: var(--yellow); }
.actions-list span { color: var(--green); font-family: var(--display); font-weight: 800; }
.actions-list h3 { margin: 0; font-family: var(--display); font-size: clamp(1.5rem,2.2vw,2.55rem); letter-spacing: -.04em; line-height: 1; }
.actions-list b { padding: 7px 11px; border: 1px solid rgba(8,39,26,.36); border-radius: 999px; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.gallery-story { position: relative; height: 340vh; color: var(--white); background: var(--night); }
.gallery-pin { position: sticky; top: 0; min-height: 100svh; overflow: hidden; padding: 104px 0 60px; background: radial-gradient(circle at 20% 70%,#175d3b 0,var(--night) 40%); }
.gallery-heading { position: relative; z-index: 4; width: min(43vw,680px); padding-left: var(--pad); }
.gallery-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem,7.3vw,8.5rem); font-weight: 760; letter-spacing: -.08em; line-height: .96; }
.gallery-heading h2 em { color: var(--yellow); font-style: normal; }
.gallery-heading > p:last-child { max-width: 430px; color: rgba(255,255,255,.67); }
.gallery-track { position: absolute; top: 14%; left: 47vw; z-index: 2; display: flex; align-items: center; gap: clamp(22px,3vw,52px); width: max-content; padding-right: 8vw; will-change: transform; }
.photo-card { position: relative; width: min(48vw,720px); height: 62vh; margin: 0; overflow: hidden; border: 8px solid var(--ivory); background: var(--ivory); box-shadow: 0 34px 80px rgba(0,0,0,.35); transform: rotate(2deg); }
.photo-card:nth-child(even) { transform: rotate(-2deg) translateY(8vh); }
.photo-card.tall { width: min(37vw,560px); }
.photo-card img { width: 100%; height: calc(100% - 52px); object-fit: cover; filter: saturate(.92); transition: transform .7s ease,filter .7s; }
.photo-card:hover img { filter: saturate(1.1); transform: scale(1.04); }
.photo-card figcaption { display: flex; justify-content: space-between; align-items: center; height: 52px; padding: 0 10px; color: var(--night); font-family: var(--display); font-size: 1rem; font-weight: 750; }
.photo-card figcaption span { color: var(--green); font-size: .74rem; }

.news { padding: clamp(110px,13vw,190px) var(--pad); color: var(--night); background: var(--ivory); }
.news-heading { max-width: 1180px; margin-bottom: clamp(60px,8vw,110px); }
.news-feature { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: clamp(34px,6vw,100px); align-items: center; max-width: 1450px; margin: 0 auto; }
.news-visual { position: relative; min-width: 0; min-height: 620px; }
.news-visual > img:first-child { width: 88%; height: 580px; object-fit: cover; clip-path: polygon(4% 0,100% 4%,95% 100%,0 94%); box-shadow: 0 32px 75px rgba(8,39,26,.2); }
.news-proof { position: absolute; right: 0; bottom: -20px; width: 42%; height: auto; object-fit: contain; border: 8px solid var(--ivory); box-shadow: 0 24px 60px rgba(8,39,26,.25); transform: rotate(3deg); }
.news-copy > p:first-child { color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.news-copy h3 { margin: 18px 0 25px; font-family: var(--display); font-size: clamp(2.7rem,4vw,5rem); font-weight: 760; letter-spacing: -.06em; line-height: .9; }
.news-copy > p:last-child { max-width: 520px; color: #536158; }

.partners { padding: clamp(110px,13vw,190px) var(--pad); color: var(--white); background: var(--night); }
.partners-heading { max-width: 1000px; margin-bottom: clamp(58px,7vw,100px); }
.partner-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); max-width: 1500px; border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.partner-grid article { min-width: 0; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); transition: background .25s,transform .25s; }
.partner-grid article:hover { background: rgba(255,255,255,.06); transform: translateY(-3px); }
.partner-link { display: grid; grid-template-rows: 116px auto; gap: 18px; height: 100%; min-height: 220px; padding: 18px; }
.partner-logo { display: grid; place-items: center; min-width: 0; overflow: hidden; padding: 13px; border-radius: 12px; background: var(--white); box-shadow: inset 0 0 0 1px rgba(8,39,26,.08); }
.partner-logo img { display: block; width: auto; height: auto; max-width: 82%; max-height: 76px; object-fit: contain; }
.partner-logo--text { color: var(--green); font-family: var(--display); font-size: clamp(1.6rem,2.3vw,2.45rem); font-weight: 800; letter-spacing: -.04em; }
.partner-card--europe .partner-logo { padding-inline: 8px; }
.partner-card--europe .partner-logo img { width: 100%; max-width: 100%; max-height: 92px; }
.partner-name { color: rgba(255,255,255,.77); font-size: .76rem; font-weight: 750; line-height: 1.45; }
.partner-link:hover .partner-name { color: var(--white); }
.partner-note { max-width: 760px; margin: 25px 0 0; color: rgba(255,255,255,.54); font-size: .78rem; }

.location { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 720px; color: var(--night); background: var(--ivory); }
.location-copy { padding: clamp(90px,10vw,150px) var(--pad); }
.location-copy .eyebrow { color: var(--green); }
.location-copy address { margin-top: 48px; font-style: normal; font-size: 1rem; }
.location-copy address strong { font-family: var(--display); font-size: clamp(1.8rem,2.7vw,3.3rem); letter-spacing: -.04em; }
.location-copy > p:not(.eyebrow) { color: #536158; }
.location-copy > a { display: inline-flex; gap: 28px; align-items: center; margin-top: 22px; padding: 13px 18px; border: 1px solid var(--night); border-radius: 999px; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.location-copy > a span { font-size: 1.15rem; }
.location-map { min-height: 720px; overflow: hidden; background: #dfe8df; }
.location-map iframe { display: block; width: 100%; height: 100%; min-height: 720px; border: 0; filter: saturate(.75) contrast(1.04); }

.insertion-page { color: var(--white); background: var(--night); }
.insertion-page .site-header { background: rgba(8,39,26,.82); backdrop-filter: blur(15px); }
.insertion-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.72fr); min-height: 100svh; padding: 150px var(--pad) 80px; background: radial-gradient(circle at 78% 35%,#1e7248 0,#0d3f29 28%,var(--night) 65%); }
.insertion-hero-copy { align-self: center; max-width: 920px; }
.insertion-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(5rem,10vw,11rem); letter-spacing: -.085em; line-height: .96; }
.insertion-hero h1 strong { display: block; color: var(--yellow); }
.insertion-hero-copy > p:last-of-type { max-width: 600px; margin: 36px 0 0; color: rgba(255,255,255,.7); font-size: clamp(1rem,1.3vw,1.25rem); }
.insertion-hero-visual { align-self: center; overflow: hidden; height: min(68vh,760px); clip-path: polygon(8% 0,100% 5%,94% 100%,0 92%); box-shadow: -35px 45px 90px rgba(0,0,0,.35); transform: perspective(1100px) rotateY(-8deg); }
.insertion-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.insertion-steps { padding: clamp(100px,13vw,180px) var(--pad); color: var(--night); background: var(--yellow); }
.insertion-steps h2,.insertion-support h2 { max-width: 1100px; margin: 0; font-family: var(--display); font-size: clamp(3.8rem,7.4vw,8.3rem); letter-spacing: -.08em; line-height: .96; }
.insertion-steps h2 em,.insertion-support h2 em { color: var(--green); font-style: normal; }
.step-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 78px; border-top: 2px solid var(--night); border-bottom: 2px solid var(--night); }
.step-grid article { min-height: 300px; padding: 28px; }
.step-grid article + article { border-left: 1px solid rgba(8,39,26,.38); }
.step-grid span { font-family: var(--display); font-size: 1.2rem; font-weight: 800; }
.step-grid h3 { margin: 80px 0 18px; font-family: var(--display); font-size: clamp(1.8rem,2.8vw,3.4rem); letter-spacing: -.055em; line-height: .95; }
.step-grid p { color: #3e5146; }
.insertion-support { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,8vw,140px); align-items: center; padding: clamp(100px,13vw,180px) var(--pad); }
.support-card { padding: clamp(32px,5vw,70px); color: var(--night); background: var(--ivory); }
.support-card p { margin: 0; }
.support-card p + p { margin-top: 18px; }
.support-card strong { color: var(--green); }
.support-card a { display: inline-block; margin-top: 25px; padding: 12px 18px; border-radius: 999px; color: var(--night); background: var(--yellow); font-weight: 800; }

.contact { position: relative; overflow: hidden; padding: clamp(110px,14vw,210px) var(--pad); color: var(--night); background: var(--yellow); isolation: isolate; }
.contact::before { position: absolute; inset: 0; z-index: -2; opacity: .34; background-image: linear-gradient(rgba(8,39,26,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(8,39,26,.18) 1px,transparent 1px); background-size: 7vw 7vw; content: ""; transform: perspective(900px) rotateX(65deg) scale(1.5) translateY(29%); transform-origin: center bottom; }
.contact-orbit { position: absolute; top: -30vw; right: -15vw; z-index: -1; width: 65vw; aspect-ratio: 1; border: 1px solid rgba(8,39,26,.2); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(8,39,26,.035),0 0 0 16vw rgba(8,39,26,.025); }
.contact .eyebrow { color: var(--night); }
.contact h2 { max-width: 1200px; margin: 0; font-family: var(--display); font-size: clamp(4.5rem,9vw,10.5rem); font-weight: 760; letter-spacing: -.085em; line-height: .96; }
.contact h2 em { color: var(--green); font-style: normal; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr 1.25fr; max-width: 1250px; margin-top: 80px; border-top: 2px solid var(--night); border-bottom: 2px solid var(--night); }
.contact-grid > * { position: relative; display: grid; gap: 10px; margin: 0; padding: 27px 25px 28px 0; }
.contact-grid > * + * { padding-left: 25px; border-left: 1px solid rgba(8,39,26,.35); }
.contact-grid span { font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-grid strong { font-family: var(--display); font-size: clamp(1.45rem,2.5vw,2.8rem); line-height: 1.04; }
.contact-grid b { position: absolute; top: 25px; right: 24px; font-size: 1.8rem; }
.insertion-note { max-width: 970px; margin: 42px 0 0; padding: 20px 22px; border: 1px solid rgba(8,39,26,.45); background: rgba(255,255,255,.22); }
.mobile-call { display: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-phone,.site-nav { display: none; }
  .menu-toggle { display: grid; justify-self: end; gap: 7px; width: 48px; height: 48px; padding: 0; place-content: center; border: 1px solid currentColor; border-radius: 50%; background: transparent; }
  .menu-toggle i { width: 20px; height: 2px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav.open { position: fixed; top: 78px; right: 16px; left: 16px; display: grid; gap: 6px; padding: 20px; color: var(--night); background: var(--ivory); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
  .hero-copy { width: 76vw; }
  .hero-photo { right: -8vw; width: 62vw; opacity: .72; }
  .hero-route-signal { right: 3vw; width: min(52vw,590px); }
  .scene-copy { max-width: 57vw; }
  .scene-copy h2 { font-size: clamp(4rem,8vw,7rem); }
  .regie-explainer,.impact,.social-actions { grid-template-columns: 1fr; }
  .regie-intro,.actions-heading { position: relative; top: auto; }
  .impact-numbers { grid-template-columns: repeat(2,1fr); }
  .impact-numbers article:nth-child(3) { border-left: 0; }
  .impact-numbers article:nth-child(n+3) { border-top: 1px solid rgba(8,39,26,.38); }
  .news-feature { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(3,1fr); }
  .location { grid-template-columns: 1fr; }
  .location-map,.location-map iframe { min-height: 520px; }
  .insertion-hero { grid-template-columns: 1fr; gap: 60px; }
  .insertion-hero-visual { height: 56vh; }
}

@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  .site-header { min-height: 70px; padding-top: 7px; padding-bottom: 7px; background: rgba(8,39,26,.78); backdrop-filter: blur(14px); }
  .site-header.scrolled { color: var(--night); background: rgba(247,245,234,.94); }
  .brand img,.site-header.scrolled .brand img { width: 52px; height: 52px; }
  .brand span { display: none; }
  .site-nav.open { top: 70px; }
  .hero { min-height: 980px; }
  .hero-photo { top: 39%; right: -26%; width: 115%; height: 49%; opacity: .62; transform: perspective(1000px) rotateY(-5deg) rotateZ(2deg); }
  .hero-copy { width: 100%; padding: 140px var(--pad) 500px; }
  .hero h1 { font-size: clamp(4.6rem,20vw,7rem); line-height: .96; }
  .hero h1 strong { transform: none; }
  .hero-copy > p:not(.hero-kicker) { margin-top: 27px; }
  .hero-route-signal { right: -9vw; bottom: 9%; width: min(98vw,560px); }
  .hero-route-signal p { right: 12%; bottom: 5%; }
  .hero-meta { width: calc(100% - 2 * var(--pad)); grid-template-columns: 1fr; }
  .hero-meta p { padding: 12px 0; }
  .hero-meta p + p { padding-left: 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }

  .journey { height: auto; }
  .journey-pin { position: relative; min-height: auto; padding: 110px var(--pad) 80px; }
  .journey-topline,.route-comet,.journey-dots { display: none; }
  .journey-road { z-index: 0; display: block; opacity: .14; }
  .journey-road .road-shadow,.journey-road .road-line { display: none; }
  .journey-road .road-progress { stroke-width: 5; }
  .journey-scene { position: relative; inset: auto; display: grid; visibility: visible !important; gap: 23px; margin-bottom: 94px; opacity: 1 !important; }
  .journey-scene:last-of-type { margin-bottom: 0; }
  .scene-photo,.scene-one .scene-photo,.scene-two .scene-photo,.scene-three .scene-photo,.scene-four .scene-photo { position: relative; inset: auto; width: 100%; height: 53vh; min-height: 390px; clip-path: polygon(4% 0,100% 3%,96% 100%,0 96%); transform: none !important; }
  .scene-copy,.scene-one .scene-copy,.scene-two .scene-copy,.scene-three .scene-copy,.scene-four .scene-copy { position: relative; inset: auto; max-width: none; text-align: left; }
  .scene-copy { visibility: visible !important; opacity: 1 !important; transform: none !important; }
  .scene-copy h2 { font-size: clamp(3.5rem,15vw,5.3rem); }
  .scene-copy > p:last-child,.scene-two .scene-copy > p:last-child,.scene-four .scene-copy > p:last-child { margin: 22px 0 0; }

  .impact { padding-top: 95px; padding-bottom: 95px; }
  .regie-intro h2,.impact-heading h2,.team-heading h2,.actions-heading h2,.news-heading h2,.partners-heading h2,.location-copy h2 { font-size: clamp(3.8rem,15vw,5.7rem); }
  .college-list,.team-roles { grid-template-columns: 1fr; }
  .college-list p + p { border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .impact-numbers { grid-template-columns: 1fr; }
  .impact-numbers article { min-height: auto; padding: 24px 0; }
  .impact-numbers article + article { border-top: 1px solid rgba(8,39,26,.38); border-left: 0; }
  .impact-numbers p { margin-top: 10px; }

  .team-mosaic { grid-template-columns: 1fr; grid-template-rows: auto; }
  .team-shot,.team-shot-main { grid-row: auto; min-height: 430px; clip-path: polygon(3% 0,100% 3%,96% 100%,0 95%); }

  .actions-list article { grid-template-columns: 44px 1fr; padding: 22px 0; }
  .actions-list b { grid-column: 2; justify-self: start; }

  .gallery-story { height: auto; }
  .gallery-pin { position: relative; min-height: auto; padding: 105px 0 90px; }
  .gallery-heading { width: auto; padding: 0 var(--pad); }
  .gallery-heading h2 { font-size: clamp(3.8rem,15vw,5.7rem); }
  .gallery-track { position: relative; top: auto; left: auto; overflow-x: auto; width: 100%; margin-top: 52px; padding: 0 var(--pad) 28px; scroll-snap-type: x mandatory; }
  .photo-card,.photo-card.tall { flex: 0 0 84vw; width: 84vw; height: 58vh; min-height: 450px; scroll-snap-align: center; transform: none !important; }

  .news-feature { grid-template-columns: 1fr; }
  .news-visual { min-height: 480px; }
  .news-visual > img:first-child { width: 94%; height: 430px; }
  .news-proof { width: 48%; border-width: 6px; }

  .partner-grid { grid-template-columns: repeat(2,1fr); }
  .partner-link { grid-template-rows: 98px auto; min-height: 190px; padding: 14px; }
  .partner-logo img { max-height: 66px; }
  .partner-card--europe .partner-logo img { max-height: 82px; }
  .location-map,.location-map iframe { min-height: 420px; }

  .insertion-hero { min-height: auto; padding-top: 135px; }
  .insertion-hero h1 { font-size: clamp(4.8rem,20vw,7.2rem); }
  .insertion-hero-visual { height: 52vh; min-height: 430px; }
  .step-grid,.insertion-support { grid-template-columns: 1fr; }
  .step-grid article { min-height: auto; padding: 28px 0; }
  .step-grid article + article { border-top: 1px solid rgba(8,39,26,.38); border-left: 0; }
  .step-grid h3 { margin-top: 35px; }

  .contact h2 { font-size: clamp(4rem,17vw,6rem); }
  .contact-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .contact-grid > * + * { padding-left: 0; border-top: 1px solid rgba(8,39,26,.35); border-left: 0; }
  .mobile-call { position: fixed; right: 12px; bottom: 10px; left: 12px; z-index: 120; display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: var(--white); background: var(--night); box-shadow: 0 12px 36px rgba(0,0,0,.28); }
  .mobile-call span { color: rgba(255,255,255,.66); font-size: .68rem; text-transform: uppercase; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-route-signal,.journey-scene,.scene-photo,.gallery-track { transform: none !important; opacity: 1 !important; }
  .signal-flow,.hero-route-signal circle { animation: none !important; }
}

/* Readability and graceful static layout when motion is reduced or JS is unavailable. */
section[id] { scroll-margin-top: 84px; }
.site-nav a { white-space: nowrap; }
.scene-copy .eyebrow,.news-heading .eyebrow,.team-roles span { color: var(--green); }
.insertion-page .site-header.scrolled { color: var(--night); background: rgba(247,245,234,.96); }
.impact-numbers article:nth-child(3) { border-left: 0; }
.impact-numbers article:nth-child(n+3) { border-top: 1px solid rgba(8,39,26,.38); }
.contact-grid > * { min-width: 0; }
.contact-grid > a { padding-right: 38px; }
.contact-grid b { right: 8px; }
.motion-toggle { display: block; margin-top: 18px; padding: 8px 0; color: rgba(255,255,255,.8); border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; font-size: .75rem; cursor: pointer; }
.motion-toggle[hidden] { display: none; }
.reduced-motion { scroll-behavior: auto; }
.reduced-motion *, .reduced-motion *::before,.reduced-motion *::after { animation: none !important; transition: none !important; }
.reduced-motion .journey,.reduced-motion .gallery-story { height: auto; }
.reduced-motion .journey-pin,.reduced-motion .gallery-pin { position: relative; min-height: auto; }
.reduced-motion .journey-pin { padding: 120px var(--pad) 80px; }
.reduced-motion .journey-topline,.reduced-motion .journey-dots,.reduced-motion .route-comet,.reduced-motion .journey-road { display: none; }
.reduced-motion .journey-scene { position: relative; inset: auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 5vw; margin-bottom: 100px; visibility: visible; opacity: 1; transform: none; }
.reduced-motion .journey-scene:last-of-type { margin-bottom: 0; }
.reduced-motion .scene-photo { position: relative; inset: auto; width: 100%; height: 550px; transform: none; }
.reduced-motion .scene-copy { position: relative; inset: auto; max-width: none; text-align: left; }
.reduced-motion .scene-copy h2 { font-size: clamp(3rem,5.5vw,6rem); }
.reduced-motion .gallery-pin { padding: 110px 0 80px; }
.reduced-motion .gallery-heading { width: auto; padding: 0 var(--pad); }
.reduced-motion .gallery-track { position: relative; inset: auto; overflow-x: auto; width: 100%; padding: 20px var(--pad) 35px; margin-top: 45px; transform: none; }
.reduced-motion .photo-card { flex-shrink: 0; transform: none; }
.hero-route-signal:not(.wave-visible) .signal-flow,.hero-route-signal:not(.wave-visible) circle { animation-play-state: paused; }
@media (max-width: 760px) {
  .reduced-motion .journey-scene { grid-template-columns: 1fr; }
  .reduced-motion .scene-photo { height: 53vh; }
  .reduced-motion .scene-copy h2 { font-size: clamp(3.2rem,14vw,5.3rem); }
  .hero-meta strong { font-size: .78rem; }
  .governance-core { padding: 28px 22px; }
  .governance-core h3 { font-size: clamp(2.4rem,9vw,4rem); overflow-wrap: anywhere; }
  .scene-copy h2 { font-size: clamp(3.2rem,14vw,5.3rem); }
}
@media (min-width: 761px) and (max-height: 730px) {
  .scene-copy h2 { font-size: clamp(3rem,5.5vw,5rem); }
}

@media (min-width: 761px) { .hero h1 strong { white-space: nowrap; } }
.insertion-steps .eyebrow { color: var(--night); }
.partner-card--europe { grid-column: 1 / -1; }
.partner-card--europe .partner-logo { min-height: 116px; }
.partner-card--europe .partner-logo img { width: min(100%,460px); max-height: none; }
.partner-card--europe .partner-name { text-align: center; }
@media (max-width: 760px) {
  .partner-card--europe .partner-link { grid-template-rows: auto auto; }
  .partner-card--europe .partner-logo { min-height: 98px; }
  .partner-logo img { max-height: 50px; }
  .partner-card--europe .partner-logo img { max-height: none; }
}

@media (max-width: 760px) {
  .hero h1 strong { font-size: .77em; }
  .mobile-call { gap: 16px; }
}

@media (max-width: 760px) { .hero-photo { top: 52%; height: 36%; } }

@media (min-width: 1081px) { .regie-intro h2 { font-size: clamp(3.5rem,6.6vw,7.6rem); } }

@media (max-width: 1080px) {
  .no-js .site-header { position: relative; background: var(--night); }
  .no-js .site-nav { display: flex; flex-wrap: wrap; grid-column: 1 / -1; justify-content: flex-start; }
  .no-js .menu-toggle { display: none; }
}

/* Dernières demandes de la direction : mêmes couleurs, priorité aux équipes. */
.hero h1 { font-size: clamp(4rem,8.6vw,10rem); }
.governance-map { gap: 20px; }
.governance-core { min-height: 0; padding: 24px 28px; }
.governance-core h3 { margin: 12px 0; font-size: clamp(1.65rem,2.5vw,2.5rem); line-height: 1.08; letter-spacing: -.04em; }
.governance-core p { max-width: none; margin: 0; font-size: .9rem; }
.governance-core::after { width: 190px; right: -90px; bottom: -100px; }
.team-roles article { min-height: 275px; padding: 28px; }
.team-roles h3 { margin-top: 28px; font-size: clamp(1.8rem,2.7vw,3rem); line-height: 1.05; }
.college-list p { padding: 18px 14px; }
.college-list strong { font-size: clamp(1.1rem,1.5vw,1.6rem); line-height: 1.16; }
.impact-numbers p { max-width: 250px; font-size: clamp(1rem,1.15vw,1.2rem); line-height: 1.5; }
.actions-list article > div { min-width: 0; }
.actions-list article p { max-width: 460px; margin: 12px 0 0; color: #46564d; font-size: .95rem; }
.partner-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.partner-logo--text { text-align: center; line-height: 1.05; overflow-wrap: anywhere; }
@media (max-width: 1080px) { .partner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 760px) {
  .hero h1 { font-size: clamp(3rem,13vw,4.6rem); }
  .hero h1 strong { font-size: 1em; }
  .team-roles article { min-height: 0; }
  .governance-core h3 { font-size: 1.8rem; overflow-wrap: normal; }
  .impact-numbers strong { font-size: 5.4rem; }
  .partner-logo--text { font-size: clamp(1.2rem,5.3vw,1.5rem); }
}
