
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/inter-400-800-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url("/fonts/montserrat-800-900-latin.woff2") format("woff2");
}

:root {
  --green: #003c2a;
  --green-deep: #002f21;
  --green-soft: #2f6450;
  --cream: #f7efe4;
  --cream-deep: #eadfce;
  --sand: #dfc69d;
  --clay: #9a392f;
  --sage: #849f8c;
  --ink: #17341d;
  --line-light: rgba(247, 239, 228, .2);
  --line-dark: rgba(23, 52, 29, .18);
  --sans: "Inter", Arial, sans-serif;
  --display: "Montserrat", Arial, sans-serif;
  --serif: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--green-deep); color: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--display); }
h1, h2 { font-weight: 900; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--sand); color: var(--green); }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--cream); color: var(--green); font-weight: 800; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.green-page { overflow: hidden; background: var(--green); }
.page-width { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }

.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto auto auto 1fr; align-items: center; gap: 34px; width: min(1440px, calc(100% - 72px)); min-height: 96px; margin: 0 auto; color: var(--cream); }
.header-note { font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.header-note::before { content: "◆"; margin-right: 10px; color: var(--sand); font-size: 7px; }
.desktop-nav { display: flex; align-items: center; gap: 25px; }
.desktop-nav a { position: relative; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--sand); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.brand { display: block; width: 174px; height: 58px; overflow: hidden; background: var(--cream); clip-path: polygon(1% 7%, 14% 3%, 29% 6%, 44% 2%, 61% 5%, 77% 3%, 99% 6%, 98% 92%, 82% 96%, 67% 93%, 49% 97%, 31% 94%, 14% 97%, 2% 93%); }
.brand img { object-fit: contain; }
.desktop-nav--right { justify-content: flex-end; }
.header-cta { display: inline-flex; min-height: 44px; align-items: center; justify-self: end; padding: 11px 19px; background: var(--cream); clip-path: polygon(2% 8%, 89% 2%, 100% 18%, 96% 91%, 77% 100%, 4% 94%, 0 67%); color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { background: var(--sand); transform: translateY(-2px); }
.mobile-nav { display: none; }

.hero { min-height: 920px; padding-bottom: 70px; }
.hero-stage { position: relative; width: min(1240px, calc(100% - 120px)); height: 670px; margin: 24px auto 0; isolation: isolate; }
.hero-stage img { filter: saturate(.86) contrast(1.06); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 30, 21, .92) 0%, rgba(0, 30, 21, .48) 44%, rgba(0, 30, 21, .1) 68%, rgba(0, 30, 21, .38) 100%), linear-gradient(0deg, rgba(0, 30, 21, .46), transparent 48%); }
.hero-title { position: absolute; z-index: 2; top: 50%; left: 9%; max-width: 770px; transform: translateY(-49%); }
.hero-title h1 { margin: 0; font-size: clamp(44px, 5.1vw, 76px); font-weight: 800; letter-spacing: -.045em; line-height: .88; text-transform: uppercase; }
.hero-actions { display: flex; gap: 10px; margin-top: 34px; }
.kicker { margin: 0 0 12px; color: var(--clay); font-family: var(--sans); font-size: 9px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.kicker--sand { color: var(--sand); }
.btn { --button-shape: polygon(2% 7%, 94% 1%, 100% 23%, 97% 91%, 82% 100%, 4% 95%, 0 72%); display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 10px 20px; background-clip: padding-box; clip-path: var(--button-shape); cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--clay { --button-shape: polygon(3% 10%, 91% 1%, 100% 20%, 96% 82%, 87% 100%, 5% 94%, 0 65%); background: var(--clay); color: white; }
.btn--light { --button-shape: polygon(0 14%, 16% 4%, 91% 0, 100% 29%, 96% 92%, 12% 100%, 2% 78%); background: var(--cream); color: var(--green); }
.btn--outline { --button-shape: polygon(5% 0, 96% 7%, 100% 72%, 93% 100%, 7% 94%, 0 81%, 2% 19%); border-color: rgba(247,239,228,.58); color: var(--cream); }
.btn--green { --button-shape: polygon(0 5%, 86% 1%, 100% 16%, 97% 95%, 68% 98%, 9% 100%, 0 80%); background: var(--green); color: var(--cream); }
.btn--sage { --button-shape: polygon(4% 4%, 100% 0, 96% 77%, 86% 100%, 0 94%, 2% 25%); background: var(--sage); color: white; }
.hero-actions .btn:first-child { --button-shape: polygon(2% 4%, 88% 0, 100% 17%, 96% 88%, 78% 100%, 3% 92%, 0 61%); }
.hero-actions .btn:last-child { --button-shape: polygon(0 17%, 13% 5%, 95% 0, 100% 78%, 91% 100%, 6% 94%, 2% 72%); }
.center-actions .btn:nth-child(even) { --button-shape: polygon(5% 1%, 95% 8%, 100% 65%, 94% 100%, 8% 93%, 0 76%, 2% 18%); }
.join-section .btn { --button-shape: polygon(1% 12%, 18% 3%, 91% 0, 100% 24%, 97% 89%, 71% 100%, 5% 94%, 0 69%); }
.form-action .btn { --button-shape: polygon(4% 0, 90% 4%, 100% 28%, 95% 100%, 17% 95%, 0 82%, 2% 21%); }
.not-found .btn { --button-shape: polygon(0 8%, 74% 2%, 96% 9%, 100% 86%, 82% 100%, 5% 93%, 2% 63%); }
.btn:focus-visible, .header-cta:focus-visible, .mobile-nav summary:focus-visible { outline: 2px solid var(--sand); outline-offset: 4px; }
.hero-caption { position: absolute; z-index: 2; right: 6%; bottom: 12%; display: flex; align-items: center; gap: 15px; }
.hero-caption span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(247,239,228,.6); border-radius: 50%; font-size: 9px; }
.hero-caption p { margin: 0; font-size: 10px; line-height: 1.3; }
.hero-foot { display: flex; width: min(1240px, calc(100% - 120px)); justify-content: space-between; margin: 18px auto 0; color: rgba(247,239,228,.62); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.cut-image { overflow: hidden; clip-path: polygon(1% 6%, 7% 4%, 13% 5.5%, 20% 3%, 29% 4.8%, 38% 2.5%, 48% 4.5%, 57% 2.8%, 67% 5%, 77% 3.2%, 86% 5.4%, 94% 3%, 99% 6%, 98% 18%, 100% 30%, 98.6% 43%, 100% 57%, 98% 71%, 99.2% 85%, 97% 96%, 89% 97.5%, 81% 96%, 71% 98.5%, 61% 96.3%, 51% 98%, 42% 96%, 31% 98.2%, 22% 96%, 12% 98.5%, 2% 96%, 1.5% 84%, 0 72%, 1.4% 58%, 0 45%, 1.2% 32%, 0 18%); }
.cut-image--small { clip-path: polygon(2% 8%, 14% 4%, 27% 7%, 39% 3%, 55% 6%, 71% 3%, 86% 6%, 98% 4%, 97% 19%, 100% 35%, 98% 51%, 100% 67%, 97% 84%, 99% 96%, 84% 98%, 70% 95%, 54% 98%, 38% 96%, 23% 99%, 3% 96%, 5% 80%, 2% 64%, 4% 48%, 1% 31%); }
.cut-image--card { clip-path: polygon(1% 8%, 13% 5%, 26% 7%, 39% 3%, 53% 6%, 67% 4%, 82% 7%, 99% 4%, 97% 22%, 100% 40%, 98% 58%, 100% 77%, 97% 97%, 82% 95%, 67% 99%, 52% 96%, 36% 98%, 19% 95%, 2% 98%, 4% 79%, 1% 61%, 3% 43%, 0 24%); }
.cut-round { overflow: hidden; clip-path: polygon(45% 1%, 58% 3%, 70% 7%, 82% 15%, 91% 26%, 97% 39%, 98% 52%, 95% 65%, 90% 78%, 80% 89%, 68% 96%, 54% 99%, 40% 97%, 27% 93%, 16% 84%, 8% 72%, 3% 59%, 2% 45%, 5% 31%, 12% 19%, 22% 10%, 33% 4%); }

.section-title { margin-bottom: 70px; }
.section-title.centered { position: relative; left: 50%; width: min(1230px, calc(100vw - 32px)); text-align: center; transform: translateX(-50%); }
.section-title h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); font-weight: 800; letter-spacing: -.04em; line-height: .9; text-transform: uppercase; }
.section-title h2 span { color: var(--sand); font-weight: 400; }
.section-title--green h2 { color: var(--green); }
.section-title--green h2 span { color: var(--green-soft); }
.story-section { padding: 105px 0 70px; }
.story-section--cream { margin-block: -28px; padding: 110px 0 100px; background: var(--cream); color: var(--green); }
.story-section--cream .story-copy { color: #59665c; }
.story-section--cream .under-link { border-bottom-color: rgba(0,60,42,.32); color: var(--green); }
.story-section--cream .stats-grid div { border-top-color: var(--line-dark); }
.story-section--cream .stats-grid p { color: #667166; }
.story-section--cream .btn--outline { border-color: rgba(0,60,42,.5); color: var(--green); }
.story-grid { display: grid; grid-template-columns: .6fr .9fr 1.2fr; align-items: center; gap: 45px; max-width: 1050px; margin: 0 auto; }
.year-block { align-self: end; padding-bottom: 30px; }
.year-block span { display: block; margin-bottom: -4px; color: var(--sand); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.year-block strong { display: block; color: var(--sand); font-size: clamp(44px, 6.7vw, 92px); letter-spacing: -.06em; line-height: .9; }
.story-image { height: 350px; }
.story-copy { color: rgba(247,239,228,.78); font-size: 14px; }
.under-link { display: inline-block; margin-top: 16px; border-bottom: 1px solid rgba(247,239,228,.4); padding-bottom: 4px; color: var(--cream); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; max-width: 1050px; margin: 80px auto 0; }
.stats-grid div { border-top: 1px solid var(--line-light); padding-top: 22px; }
.stats-grid strong { display: block; color: var(--sand); font-size: clamp(40px, 5vw, 66px); letter-spacing: -.05em; line-height: 1; }
.stats-grid span { display: block; margin-top: 10px; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.stats-grid p { color: rgba(247,239,228,.5); font-size: 11px; }
.center-actions { display: flex; justify-content: center; gap: 10px; margin-top: 58px; }

.jagged { position: relative; }
.jagged--both { clip-path: polygon(0 3.2%, 3% 2.7%, 7% 3.6%, 12% 2.5%, 17% 3.8%, 23% 2.9%, 29% 3.5%, 35% 2.4%, 42% 3.6%, 49% 2.6%, 56% 3.7%, 63% 2.5%, 70% 3.5%, 77% 2.7%, 84% 3.6%, 91% 2.6%, 96% 3.5%, 100% 2.8%, 100% 97%, 96% 97.7%, 90% 96.6%, 84% 97.8%, 77% 96.5%, 70% 97.6%, 63% 96.7%, 56% 97.9%, 49% 96.6%, 42% 97.7%, 35% 96.4%, 28% 97.8%, 21% 96.7%, 14% 97.9%, 7% 96.8%, 0 97.6%); }
.jagged--top { clip-path: polygon(0 5%, 4% 4%, 9% 5.4%, 15% 3.8%, 21% 5.2%, 28% 4%, 35% 5.4%, 42% 3.9%, 49% 5.3%, 56% 4%, 63% 5.2%, 70% 3.8%, 77% 5.4%, 84% 4%, 91% 5.3%, 96% 4.2%, 100% 5%, 100% 100%, 0 100%); }
.cream-section { margin: -28px 0; padding: 120px 0 135px; background: var(--cream); color: var(--green); }
.program-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.program-card { text-align: center; }
.program-image { width: min(210px,100%); aspect-ratio: 1; margin: 0 auto 27px; }
.program-card h3 { min-height: 52px; margin: 0 0 12px; font-size: 18px; font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.program-card > p:last-child { color: #59665c; font-size: 12px; }
.cream-section .center-actions .btn--sage { color: white; }

.experience-section { margin-block: -28px; padding: 90px 0 105px; background: var(--cream); color: var(--green); }
.experience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; max-width: 1050px; margin: 0 auto; text-align: center; }
.experience-image { height: 255px; margin-bottom: 23px; }
.experience-grid h3 { margin: 0; font-size: 18px; font-weight: 800; text-transform: uppercase; }
.experience-grid p { min-height: 48px; color: #59665c; font-size: 12px; }
.experience-grid a { color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.join-section { min-height: 390px; margin-top: -35px; padding: 120px 24px 75px; overflow: hidden; background: var(--cream); color: var(--green); text-align: center; }
.join-section > div { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.join-section h2 { margin: 0; font-size: clamp(30px,4vw,52px); font-weight: 800; letter-spacing: -.04em; line-height: .92; }
.join-section h2 span { color: var(--green-soft); font-weight: 400; }
.join-section p:not(.kicker) { max-width: 550px; margin: 20px auto 28px; color: #58645a; }
.join-fruit { position: absolute; z-index: 1; top: 70px; width: 210px; height: 210px; border-radius: 50%; opacity: .92; }
.join-fruit--left { left: -40px; clip-path: polygon(10% 0,100% 0,90% 100%,0 86%); }
.join-fruit--right { right: -45px; clip-path: polygon(0 0,90% 0,100% 86%,12% 100%); }

.footer { padding: 95px 48px 34px; background: var(--cream); color: var(--green); }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 80px; max-width: 1280px; margin: 0 auto; padding-bottom: 45px; border-bottom: 1px solid var(--line-dark); }
.footer-brand { display: block; width: min(300px,100%); aspect-ratio: 3 / 1; overflow: hidden; background: var(--cream); }
.footer-brand img { object-fit: contain; }
.footer-inner p { color: #667166; font-size: 12px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 10px 28px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.footer-contact a { font-size: 13px; font-weight: 700; }
.footer-bottom { display: flex; max-width: 1280px; justify-content: space-between; margin: 26px auto 0; color: #7a827b; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.site-credit { font-size: .6rem; text-transform: none; }
.site-credit a { display: inline-block; color: var(--green); cursor: pointer; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transform-origin: center; transition: color .22s ease, transform .22s ease; }
.site-credit a:hover { color: var(--clay); transform: scale(1.16); }
.site-credit a:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; transform: scale(1.16); }
.footer-legal { display: flex; align-items: center; gap: 14px; }
.footer-legal a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .2s ease; }
.footer-legal a:hover { color: var(--clay); }
.footer-legal a:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

.back-to-top {
  --back-to-top-shape: polygon(8% 2%, 29% 6%, 52% 0, 75% 5%, 96% 14%, 100% 38%, 95% 62%, 99% 84%, 79% 97%, 56% 93%, 35% 100%, 12% 92%, 2% 72%, 6% 48%, 0 25%);
  --scroll-progress: 0%;
  position: fixed;
  z-index: 70;
  right: clamp(18px,3vw,38px);
  bottom: clamp(18px,3vw,34px);
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: var(--green);
  box-shadow: 0 13px 34px rgba(0,30,21,.28);
  clip-path: var(--back-to-top-shape);
  color: var(--cream);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(.88);
  transition: opacity .22s ease, transform .22s ease, filter .22s ease;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.back-to-top:hover { filter: brightness(1.08); transform: translateY(-3px) scale(1.02); }
.back-to-top:focus-visible { outline: 3px solid var(--sand); outline-offset: 5px; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.back-to-top__progress {
  position: absolute;
  inset: 0;
  background: var(--clay);
  clip-path: var(--back-to-top-shape);
  -webkit-mask-image: linear-gradient(to top, #000 0, #000 var(--scroll-progress), transparent var(--scroll-progress), transparent 100%);
  mask-image: linear-gradient(to top, #000 0, #000 var(--scroll-progress), transparent var(--scroll-progress), transparent 100%);
  transition: -webkit-mask-image .08s linear, mask-image .08s linear;
}
.back-to-top__arrow { position: relative; z-index: 1; width: 18px; height: 22px; margin-top: -8px; }
.back-to-top__arrow::before { position: absolute; top: 3px; left: 8px; width: 2px; height: 18px; background: currentColor; content: ""; }
.back-to-top__arrow::after { position: absolute; top: 3px; left: 4px; width: 8px; height: 8px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; content: ""; transform: rotate(45deg); }
.back-to-top__value { position: absolute; z-index: 1; right: 0; bottom: 11px; left: 0; font-size: 8px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-align: center; }

.inner-hero { position: relative; min-height: 770px; }
.inner-hero-image { position: absolute; inset: 115px 6% 45px 28%; }
.inner-hero-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,44,31,.7), transparent 60%), linear-gradient(0deg, rgba(0,44,31,.42), transparent 55%); content: ""; }
.inner-hero-copy { position: relative; z-index: 2; width: min(1140px,calc(100% - 96px)); margin: 0 auto; padding-top: 245px; }
.inner-hero-copy h1 { max-width: 870px; margin: 0; font-size: clamp(48px,6.3vw,88px); font-weight: 800; letter-spacing: -.055em; line-height: .86; text-transform: uppercase; }
.inner-hero-copy > p:last-child { max-width: 510px; color: rgba(247,239,228,.78); }
.about-story, .training-lead { padding: 100px 0 120px; }
.about-story--cream { margin-top: -28px; background: var(--cream); color: var(--green); }
.about-story--cream .drop-letter { color: var(--clay); }
.about-story--cream .about-columns > div:last-child { color: #59665c; }
.about-columns { display: grid; grid-template-columns: .45fr 1.05fr 1fr; gap: 55px; max-width: 1100px; margin: 0 auto; }
.drop-letter { color: var(--sand); font-family: var(--serif); font-size: 220px; line-height: .75; }
.large-copy { font-family: var(--serif); font-size: clamp(21px,2.2vw,31px); line-height: 1.35; }
.about-columns > div:last-child { color: rgba(247,239,228,.68); }
.value-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.philosophy-section { margin-block: -28px; padding: 110px 0 125px; background: var(--green); color: var(--cream); }
.philosophy-section .value-layout > div:last-child > p:last-child { color: rgba(247,239,228,.72); }
.value-image { height: 560px; }
.value-layout h2, .contact-copy h2 { margin: 0; font-size: clamp(36px,4.4vw,60px); font-weight: 800; letter-spacing: -.04em; line-height: .92; }
.value-layout h2 { width: 550px; }
.contact-copy h2 { width: 505px; }
.value-layout h2 span, .contact-copy h2 span { color: var(--green-soft); font-weight: 400; }
.value-layout > div:last-child > p:last-child { color: #59665c; }
.principles, .formats { padding: 110px 0 130px; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; max-width: 1050px; margin: 0 auto; background: var(--line-light); }
.principle-grid article { padding: 48px; background: var(--green); }
.principle-grid strong { display: block; color: var(--sand); font-family: var(--display); font-size: clamp(58px, 6vw, 84px); font-weight: 900; letter-spacing: -.08em; line-height: .8; }
.principle-grid h3 { margin: 42px 0 12px; font-size: 28px; text-transform: uppercase; }
.principle-grid p { color: rgba(247,239,228,.6); }

.training-lead-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: 950px; margin: 0 auto; }
.training-lead-copy p:last-child { color: rgba(247,239,228,.65); }
.module-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 56px 32px; }
.module-grid article { position: relative; }
.module-image { height: 250px; margin-bottom: 22px; }
.module-grid article > span { position: absolute; top: 18px; right: 18px; display: grid; width: 34px; height: 34px; place-items: center; background: var(--clay); color: white; font-size: 9px; font-weight: 800; }
.module-grid h3 { margin: 0 0 10px; font-size: 20px; text-transform: uppercase; }
.module-grid p { color: #59665c; font-size: 13px; }
.format-list { max-width: 930px; margin: 0 auto; }
.format-list article { display: grid; grid-template-columns: 55px .8fr 1.2fr; gap: 28px; align-items: baseline; padding: 27px 0; border-top: 1px solid var(--line-light); }
.format-list article:last-child { border-bottom: 1px solid var(--line-light); }
.format-list span { color: var(--sand); font-size: 10px; }
.format-list h3 { margin: 0; font-size: 22px; text-transform: uppercase; }
.format-list p { margin: 0; color: rgba(247,239,228,.6); }

.contact-section { margin-top: -25px; padding-top: 120px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy > p:not(.kicker) { color: #59665c; }
.contact-meta { display: grid; gap: 24px; margin-top: 45px; padding-top: 30px; border-top: 1px solid var(--line-dark); }
.contact-meta span { display: block; margin-bottom: 6px; color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-meta p { margin: 0; }
.contact-meta a { font-weight: 700; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 50px; background: #efe3d2; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; }
.contact-form label > span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(23,52,29,.45); border-radius: 0; outline: none; padding: 10px 0; background: transparent; color: var(--green); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom: 2px solid var(--green); }
.contact-form textarea { resize: vertical; }
.field-wide { grid-column: 1/-1; }
.form-character-count { display: block; color: #5f6b61; font-size: 11px; font-weight: 650; letter-spacing: .02em; line-height: 1.5; }
.form-character-count[data-state="short"] { color: #893529; }
.form-character-count[data-state="valid"] { color: var(--green); }
.form-action { display: flex; align-items: center; gap: 18px; }
.form-action small { color: #6b756c; }
.form-privacy { max-width: 760px; margin: -10px 0 0; color: #5f6b61; font-size: 11px; line-height: 1.65; }
.form-privacy a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form-status { margin: 0; padding: 14px 16px; border: 1px solid currentColor; font-weight: 700; line-height: 1.5; }
.form-status--success { background: rgba(0,60,42,.08); color: var(--green); }
.form-status--error { background: rgba(151,54,40,.08); color: #893529; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.not-found { min-height: 720px; }
.not-found > section { width: min(920px,calc(100% - 48px)); margin: 0 auto; padding: 150px 0 190px; text-align: center; }
.not-found h1 { margin: 0 0 24px; font-size: clamp(48px,8vw,105px); letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.not-found section > p:not(.kicker) { max-width: 520px; margin: 0 auto 32px; color: rgba(247,239,228,.72); }

.media-section { padding: 65px 0 105px; }
.projects-preview { padding: 110px 0 55px; }
.projects-page, .blog-section, .partners-section, .zones-section { padding-block: 105px; }
.video-facade { position: relative; width: min(1040px, 100%); margin: 58px auto 0; aspect-ratio: 16 / 9; background: var(--green-deep); }
.video-facade button, .video-facade iframe { width: 100%; height: 100%; border: 0; }
.video-facade button { position: relative; display: grid; padding: 0; overflow: hidden; clip-path: polygon(1% 7%, 12% 4%, 27% 6%, 40% 3%, 55% 5%, 69% 3%, 84% 6%, 99% 4%, 97% 23%, 100% 42%, 98% 61%, 100% 80%, 97% 98%, 80% 96%, 65% 99%, 48% 96%, 31% 99%, 15% 96%, 2% 98%, 4% 76%, 1% 55%, 3% 34%, 0 18%); background: var(--green-deep); color: var(--cream); cursor: pointer; }
.video-facade button::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(0,47,33,.8)); content: ""; }
.video-facade button img { grid-area: 1 / 1; }
.video-facade button span { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 82px; aspect-ratio: 1; place-items: center; padding-left: 5px; background: var(--clay); clip-path: polygon(9% 4%, 82% 0, 100% 20%, 95% 87%, 73% 100%, 4% 92%, 0 32%); font-size: 27px; transform: translate(-50%,-50%); transition: transform .2s ease; }
.video-facade button:hover span { transform: translate(-50%,-50%) scale(1.08); }
.video-facade button:focus-visible { outline: 3px solid var(--sand); outline-offset: -8px; }
.video-facade button strong { position: absolute; z-index: 2; right: 7%; bottom: 8%; left: 7%; font-family: var(--display); font-size: clamp(22px,3vw,42px); text-align: left; text-transform: uppercase; }
.video-facade figcaption { position: absolute; right: 20px; bottom: 16px; z-index: 3; max-width: 55%; color: rgba(247,239,228,.72); font-size: 10px; }
.project-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 72px 46px; margin-top: 62px; }
.projects-preview .project-grid { grid-template-columns: minmax(0, 860px); justify-content: center; }
.projects-preview .project-card { width: 100%; margin-inline: auto; }
.project-grid--page { grid-template-columns: 1fr; margin-top: 0; }
.project-card { min-width: 0; }
.project-card h2, .project-card h3 { margin: 14px 0 12px; font-size: clamp(25px,3vw,42px); line-height: 1; text-transform: uppercase; }
.project-card > p:last-child { max-width: 750px; color: rgba(247,239,228,.68); }
.before-after { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-bottom: 28px; }
.before-after figure { position: relative; height: 390px; margin: 0; }
.before-after--single { grid-template-columns: minmax(0, 900px); justify-content: center; }
.before-after--single figure { width: 100%; height: auto; aspect-ratio: 3 / 2; }
.before-after figcaption { position: absolute; right: 14px; bottom: 14px; padding: 8px 12px; background: var(--cream); clip-path: polygon(2% 8%, 91% 0, 100% 22%, 95% 94%, 73% 100%, 3% 91%, 0 31%); color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.testimonials-section { margin-block: -28px; padding: 105px 0 120px; background: var(--green); color: var(--cream); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 55px; }
.testimonial-grid blockquote { margin: 0; padding: 42px; background: white; clip-path: polygon(1% 5%, 13% 2%, 29% 4%, 44% 1%, 62% 4%, 78% 2%, 99% 5%, 97% 24%, 100% 45%, 98% 66%, 100% 87%, 94% 98%, 72% 96%, 52% 100%, 31% 97%, 4% 99%, 1% 77%, 3% 54%, 0 31%); color: var(--green); }
.testimonial-grid blockquote > p { font-size: 18px; line-height: 1.7; }
.testimonial-grid footer { display: grid; gap: 3px; margin-top: 28px; }
.testimonial-grid footer span { color: #667166; font-size: 11px; }
.zones-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.8fr); gap: 80px; align-items: center; margin-top: 64px; }
.france-map { position: relative; min-height: 570px; }
.france-map-image { position: absolute; inset: 0; object-fit: contain; clip-path: polygon(2% 5%, 12% 3%, 24% 6%, 36% 2%, 49% 5%, 62% 3%, 74% 6%, 87% 2%, 98% 5%, 97% 18%, 100% 31%, 98% 44%, 100% 58%, 97% 72%, 99% 86%, 96% 97%, 83% 95%, 70% 99%, 57% 96%, 44% 99%, 31% 95%, 18% 98%, 3% 95%, 5% 81%, 2% 67%, 4% 53%, 1% 39%, 3% 24%); filter: drop-shadow(0 20px 40px rgba(0,0,0,.18)); }
.map-marker { position: absolute; z-index: 2; display: grid; gap: 4px; min-width: 150px; color: var(--sand); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transform: translate(-8px,-8px); }
.map-marker i { width: 17px; aspect-ratio: 1; border: 4px solid var(--cream); border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 6px rgba(154,57,47,.25); }
.zone-list { display: grid; gap: 22px; }
.zone-list article { display: grid; grid-template-columns: auto 1fr; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line-light); }
.zone-list article > span { color: var(--sand); font-family: var(--display); font-size: 34px; font-weight: 900; }
.zone-list h3 { margin: 5px 0 10px; font-size: 25px; text-transform: uppercase; }
.zone-list p:last-child { color: rgba(247,239,228,.68); }
.zones-section.zones-section--cream { margin-block: -28px; padding-block: 110px 125px; background: var(--cream); color: var(--green); }
.zones-section--cream .zone-list article { border-bottom-color: var(--line-dark); }
.zones-section--cream .zone-list article > span { color: var(--clay); }
.zones-section--cream .zone-list p:last-child { color: #59665c; }
.zones-section--cream .map-marker { color: var(--green); }
.zones-section--cream .map-marker i { border-color: var(--sand); }
.article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px 42px; }
.article-card .article-image { display: block; height: 390px; margin-bottom: 28px; }
.article-card h2 { margin: 12px 0; font-size: clamp(26px,3vw,42px); line-height: 1; text-transform: uppercase; }
.article-card > p:not(.kicker) { color: rgba(247,239,228,.68); }
.article-page { padding-block: 80px 140px; }
.article-page > header { max-width: 980px; margin: 40px auto 55px; text-align: center; }
.article-page h1 { margin: 18px 0; font-size: clamp(42px,7vw,88px); letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.article-lead { max-width: 760px; margin: 24px auto; color: rgba(247,239,228,.78); font-size: 20px; }
.article-byline { color: var(--sand); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.article-hero { height: min(66vw,720px); max-height: 720px; }
.article-body { width: min(760px,100%); margin: 70px auto; }
.article-body p { color: rgba(247,239,228,.83); font-size: 18px; line-height: 1.85; }
.partner-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.partner-card { padding: 38px; border: 1px solid var(--line-light); clip-path: polygon(1% 4%, 20% 1%, 41% 3%, 61% 0, 82% 3%, 99% 1%, 97% 25%, 100% 48%, 98% 72%, 100% 96%, 75% 98%, 50% 96%, 24% 100%, 2% 97%, 4% 73%, 1% 49%, 3% 26%); background: rgba(0,47,33,.4); }
.partner-card img { height: 130px; margin-bottom: 30px; object-fit: contain; }
.partner-card h2 { font-size: 28px; text-transform: uppercase; }
.partner-card > p:not(.kicker) { color: rgba(247,239,228,.68); }
.empty-state { max-width: 760px; margin: 70px auto; padding: 38px; border: 1px solid var(--line-light); color: rgba(247,239,228,.72); text-align: center; }

.legal-hero { min-height: 470px; background: var(--green); color: var(--cream); }
.legal-hero-copy { padding: 112px 0 142px; }
.legal-hero-copy h1 { max-width: 1080px; margin: 20px 0 26px; font-size: clamp(48px,7vw,92px); letter-spacing: -.06em; line-height: .88; overflow-wrap: anywhere; text-transform: uppercase; }
.legal-hero-copy > p:last-child { max-width: 670px; margin: 0; color: rgba(247,239,228,.76); font-size: 17px; line-height: 1.7; }
.legal-section { margin-top: -28px; padding: 120px 0 135px; }
.legal-layout { display: grid; grid-template-columns: minmax(190px,.34fr) minmax(0,1fr); gap: clamp(48px,7vw,100px); align-items: start; }
.legal-summary { position: sticky; top: 30px; display: grid; gap: 0; }
.legal-summary .kicker { margin-bottom: 18px; }
.legal-summary a { padding: 13px 0; border-bottom: 1px solid var(--line-dark); color: #59665c; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: color .2s ease, padding-left .2s ease; }
.legal-summary a:hover { padding-left: 7px; color: var(--clay); }
.legal-summary a:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
.legal-copy { max-width: 830px; }
.legal-copy section { padding: 0 0 45px; border-bottom: 1px solid var(--line-dark); margin-bottom: 45px; scroll-margin-top: 28px; }
.legal-copy h2 { margin: 0 0 22px; color: var(--green); font-size: clamp(27px,3.2vw,43px); letter-spacing: -.035em; line-height: 1; text-transform: uppercase; }
.legal-copy p, .legal-copy address { color: #526057; font-size: 15px; line-height: 1.8; }
.legal-copy address { margin: 20px 0; font-style: normal; }
.legal-copy strong { color: var(--green); }
.legal-copy a:not(.btn):not(.under-link) { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { margin: 0 0 42px; color: #7a827b !important; font-size: 10px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-note { padding: 18px 20px; background: #efe3d2; clip-path: polygon(1% 7%, 12% 3%, 29% 6%, 48% 2%, 68% 5%, 86% 2%, 99% 7%, 97% 91%, 79% 96%, 58% 93%, 37% 98%, 16% 94%, 2% 97%); color: #6d5a45 !important; font-size: 13px !important; }
.legal-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; padding-top: 10px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; width: calc(100% - 40px); }
  .desktop-nav, .header-cta { display: none; }
  .brand { grid-column: 2; }
  .mobile-nav { position: relative; display: block; grid-column: 3; justify-self: end; }
  body:has(.mobile-nav[open]) { overflow: hidden; }
  .mobile-nav summary { position: relative; z-index: 95; display: flex; min-height: 44px; align-items: center; gap: 9px; justify-content: center; padding: 0 14px; border: 1px solid rgba(247,239,228,.28); background: rgba(0,47,33,.32); clip-path: polygon(3% 7%, 89% 0, 100% 25%, 95% 92%, 69% 100%, 0 91%, 2% 31%); color: var(--cream); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .12em; list-style: none; text-transform: uppercase; transition: color .25s ease, background .25s ease; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav[open] summary { position: fixed; top: 18px; right: 18px; border-color: rgba(0,60,42,.22); background: rgba(247,239,228,.82); color: var(--green); }
  .mobile-nav[open] summary:focus-visible { outline-color: var(--green); }
  .mobile-nav-toggle-label { position: relative; display: grid; height: 1em; min-width: 48px; overflow: hidden; line-height: 1; }
  .mobile-nav-toggle-label span { grid-area: 1 / 1; transition: opacity .2s ease, transform .28s cubic-bezier(.22,1,.36,1); }
  .mobile-nav-toggle-label span:last-child { opacity: 0; transform: translateY(120%); }
  .mobile-nav[open] .mobile-nav-toggle-label span:first-child { opacity: 0; transform: translateY(-120%); }
  .mobile-nav[open] .mobile-nav-toggle-label span:last-child { opacity: 1; transform: translateY(0); }
  .mobile-nav-toggle-icon { position: relative; display: block; width: 16px; height: 16px; transition: transform .65s cubic-bezier(.22,1,.36,1); }
  .mobile-nav-toggle-icon i { position: absolute; top: 7px; left: 1px; display: block; width: 14px; height: 2px; border-radius: 2px; background: currentColor; }
  .mobile-nav-toggle-icon i:last-child { transform: rotate(90deg); }
  .mobile-nav[open] .mobile-nav-toggle-icon { transform: rotate(225deg); }
  .mobile-menu-frame { position: fixed; z-index: 80; inset: 0; overflow: hidden; }
  .mobile-menu-layer, .mobile-menu-panel { position: fixed; inset: 0; transform: translateX(105%); }
  .mobile-menu-layer--one { z-index: 81; background: var(--clay); animation: mobile-menu-slide-in .5s cubic-bezier(.22,1,.36,1) .02s forwards; }
  .mobile-menu-layer--two { z-index: 82; background: var(--sand); animation: mobile-menu-slide-in .54s cubic-bezier(.22,1,.36,1) .09s forwards; }
  .mobile-menu-panel { z-index: 83; display: flex; flex-direction: column; overflow-y: auto; padding: 20px clamp(22px,7vw,52px) 30px; background: var(--cream); color: var(--green); animation: mobile-menu-slide-in .65s cubic-bezier(.22,1,.36,1) .16s forwards; }
  .mobile-menu-head { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; padding-right: 118px; }
  .mobile-menu-head p { margin: 0; color: var(--green-soft); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
  .mobile-menu-brand { display: block; width: 138px; height: 46px; overflow: hidden; background: var(--cream); clip-path: polygon(1% 7%, 14% 3%, 29% 6%, 44% 2%, 61% 5%, 77% 3%, 99% 6%, 98% 92%, 82% 96%, 67% 93%, 49% 97%, 31% 94%, 14% 97%, 2% 93%); }
  .mobile-menu-brand img { object-fit: contain; }
  .mobile-menu-list { display: flex; flex: 1; flex-direction: column; justify-content: center; gap: clamp(7px,2vh,18px); margin: 28px 0; padding: 0; list-style: none; }
  .mobile-menu-item { overflow: hidden; opacity: 0; transform: translateY(75%) rotate(3deg); transform-origin: 0 100%; animation: mobile-menu-item-in .82s cubic-bezier(.22,1,.36,1) forwards; animation-delay: calc(.18s + var(--menu-index) * .085s); }
  .mobile-menu-item a { display: flex; min-height: 48px; align-items: baseline; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(0,60,42,.16); padding: 5px 0 8px; font-family: var(--display); font-size: clamp(30px,8.7vw,58px); font-weight: 900; letter-spacing: -.055em; line-height: .92; text-transform: uppercase; }
  .mobile-menu-item a:hover, .mobile-menu-item a:focus-visible { color: var(--clay); }
  .mobile-menu-item a:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
  .mobile-menu-item small { flex: 0 0 auto; color: var(--clay); font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
  .mobile-menu-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(0,60,42,.22); }
  .mobile-menu-foot p { max-width: 230px; margin: 0; color: var(--green-soft); font-size: 9px; font-weight: 800; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
  .mobile-menu-foot .btn { flex: 0 0 auto; }
  @keyframes mobile-menu-slide-in { to { transform: translateX(0); } }
  @keyframes mobile-menu-item-in { to { opacity: 1; transform: translateY(0) rotate(0); } }
  .hero-stage { width: calc(100% - 48px); }
  .hero-foot { width: calc(100% - 48px); }
  .story-grid { grid-template-columns: .65fr 1fr; }
  .story-copy { grid-column: 1/-1; max-width: 680px; margin: 0 auto; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .program-grid { grid-template-columns: 1fr 1fr; gap: 55px 30px; }
  .experience-grid { grid-template-columns: 1fr; max-width: 600px; gap: 55px; }
  .experience-image { height: 360px; }
  .inner-hero-image { left: 18%; }
  .about-columns { grid-template-columns: .35fr 1fr; }
  .about-columns > div:last-child { grid-column: 2; }
  .value-layout { grid-template-columns: 1fr; }
  .value-layout h2, .contact-copy h2 { width: auto; }
  .value-image { max-width: 650px; }
  .principle-grid { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .project-grid, .article-grid, .testimonial-grid, .partner-grid { grid-template-columns: 1fr; }
  .zones-layout { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 52px; }
  .legal-summary { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 28px; }
  .legal-summary .kicker { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  .page-width { width: calc(100% - 32px); }
  .site-header { width: calc(100% - 32px); min-height: 80px; }
  .header-note { font-size: 8px; }
  .brand { width: 132px; height: 44px; }
  .mobile-nav[open] summary { top: 14px; right: 14px; }
  .mobile-menu-panel { padding: 14px 20px 24px; }
  .mobile-menu-head { min-height: 58px; padding-right: 100px; }
  .mobile-menu-head p { display: none; }
  .mobile-menu-brand { width: 128px; height: 43px; }
  .mobile-menu-list { gap: 7px; margin: 18px 0; }
  .mobile-menu-item a { min-height: 45px; font-size: clamp(28px,10vw,42px); }
  .mobile-menu-foot { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero { min-height: 760px; }
  .hero-stage { width: calc(100% - 20px); height: 580px; margin-top: 10px; }
  .hero-title { top: 49%; left: 8%; right: 8%; }
  .hero-title h1 { font-size: 40px; }
  .hero-caption { display: none; }
  .hero-foot { width: calc(100% - 32px); }
  .hero-foot span:nth-child(2) { display: none; }
  .story-section { padding: 85px 0 125px; }
  .story-section--cream { padding: 85px 0 95px; }
  .section-title { margin-bottom: 50px; }
  .section-title h2 { font-size: 31px; }
  .story-grid { grid-template-columns: 1fr; gap: 25px; }
  .year-block { order: 2; padding: 0; }
  .story-image { height: 320px; }
  .stats-grid, .program-grid { grid-template-columns: 1fr; }
  .cream-section { padding: 100px 0 115px; }
  .program-image { width: 230px; }
  .experience-section { padding: 80px 0 95px; }
  .experience-image { height: 290px; }
  .center-actions { flex-direction: column; align-items: center; }
  .join-fruit { width: 120px; height: 120px; opacity: .45; }
  .join-section { padding-top: 110px; }
  .footer { padding: 85px 20px 30px; }
  .footer-inner { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; line-height: 1.5; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 10px; }
  .back-to-top { right: 14px; bottom: 14px; width: 60px; height: 60px; }
  .back-to-top__value { bottom: 8px; }
  .inner-hero { min-height: 660px; }
  .inner-hero-image { inset: 90px 3% 25px 11%; }
  .inner-hero-copy { width: calc(100% - 32px); padding-top: 220px; }
  .inner-hero-copy h1 { font-size: 45px; }
  .about-story, .training-lead { padding: 80px 0 100px; }
  .about-columns { grid-template-columns: 1fr; }
  .about-columns > div:last-child { grid-column: auto; }
  .drop-letter { font-size: 140px; }
  .value-image { height: 430px; }
  .principles, .formats { padding: 90px 0 110px; }
  .principle-grid article { padding: 34px; }
  .training-lead-copy { grid-template-columns: 1fr; gap: 16px; }
  .module-grid { grid-template-columns: 1fr; }
  .module-image { height: 260px; }
  .format-list article { grid-template-columns: 35px 1fr; }
  .format-list p { grid-column: 2; }
  .contact-form { grid-template-columns: 1fr; padding: 30px 22px; }
  .field-wide { grid-column: auto; }
  .form-action { align-items: flex-start; flex-direction: column; }
  .media-section { padding: 45px 0 80px; }
  .projects-preview { padding: 85px 0 45px; }
  .projects-page, .blog-section, .partners-section, .zones-section { padding-block: 80px; }
  .philosophy-section { padding: 90px 0 105px; }
  .zones-section.zones-section--cream { padding-block: 90px 105px; }
  .contact-section { padding-top: 100px; }
  .testimonials-section { padding: 90px 0 105px; }
  .stats-grid { margin-top: 55px; }
  .center-actions { margin-top: 44px; }
  .before-after { grid-template-columns: 1fr; }
  .before-after figure, .article-card .article-image { height: 310px; }
  .before-after--single figure { height: auto; aspect-ratio: 3 / 2; }
  .france-map { min-height: 440px; }
  .map-marker { min-width: 118px; font-size: 8px; }
  .legal-hero { min-height: 430px; }
  .legal-hero-copy { padding: 95px 0 125px; }
  .legal-hero-copy h1 { font-size: clamp(39px,12vw,58px); }
  .legal-section { padding: 95px 0 110px; }
  .legal-summary { grid-template-columns: 1fr; }
  .legal-summary .kicker { grid-column: auto; }
  .legal-copy section { padding-bottom: 35px; margin-bottom: 35px; }
  .legal-copy p, .legal-copy address { font-size: 14px; }
  .legal-actions { align-items: flex-start; flex-direction: column; }
}

.section-intro {
  max-width: 760px;
  margin: 1.25rem auto 0;
  text-align: center;
}

.training-meta {
  display: grid;
  gap: 0.25rem;
  margin: 0.8rem 0;
}

.training-meta small {
  display: block;
  line-height: 1.45;
  opacity: 0.76;
}

[hidden] { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .back-to-top { transform: none; }
  .back-to-top:hover, .back-to-top:focus-visible, .back-to-top.is-visible { transform: none; }
}
