:root {
      --green-950: #052312;
      --green-900: #0a3f1f;
      --green-800: #0f622c;
      --green-700: #0f622c;
      --gold: #e89e01;
      --yellow: #f6c400;
      --cyan: #f6c400;
      --cyan-soft: #ffe27a;
      --ink: #1b1b1a;
      --paper: #f4f1e8;
      --gray: #4c4c4c;
      --muted: rgba(255, 255, 255, 0.7);
      --line: rgba(255, 255, 255, 0.18);
      --progress: 0;
      --impact-progress: 0;
    }


    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: Avenir, Montserrat, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: #fff;
      background: var(--green-950);
      overflow-x: hidden;
    }

    img {
      max-width: 100%;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button {
      font: inherit;
    }

    .progress-rail {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      z-index: 1000;
      background: rgba(255, 255, 255, 0.08);
    }

    .progress-fill {
      width: calc(var(--progress) * 100%);
      height: 100%;
      background: linear-gradient(90deg, var(--green-800), var(--gold), var(--yellow));
      transform-origin: left center;
    }

    .site-nav {
      position: fixed;
      top: 0.55rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 900;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
      pointer-events: none;
    }

    .site-nav img {
      max-width: 138px;
      width: 100%;
      height: auto;
      filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
      pointer-events: auto;
    }

    .site-nav > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      background: transparent;
      border: 0;
      backdrop-filter: none;
      box-shadow: none;
      pointer-events: auto;
    }

    .site-nav .logo-ministere img {
      max-width: 220px;
    }

    .nav-pill {
      display: none;
    }

    .nav-pill a {
      padding: 0.55rem 0.9rem;
      border-radius: 999px;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.76);
      white-space: nowrap;
    }

    .nav-pill a:hover {
      color: #fff;
      background: rgba(255, 255, 255, 0.12);
    }

    .hero {
      position: relative;
      min-height: 100svh;
      display: grid;
      align-items: stretch;
      padding: clamp(5.5rem, 8vw, 7.5rem) clamp(1.25rem, 4vw, 4rem) 2rem;
      overflow: hidden;
      isolation: isolate;
    }

    .hero-media {
      position: absolute;
      inset: 0;
      z-index: -3;
    }

    .hero-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(1.05) contrast(1.04);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background:
        linear-gradient(90deg, rgba(5, 35, 18, 0.98) 0%, rgba(5, 35, 18, 0.86) 48%, rgba(5, 35, 18, 0.42) 100%),
        linear-gradient(0deg, var(--green-950) 0%, rgba(5, 35, 18, 0) 46%);
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      opacity: 0.12;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.55) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(90deg, #000, transparent 78%);
    }

    .hero-inner {
      display: grid;
      grid-template-rows: 1fr auto;
      align-items: end;
      gap: clamp(2.5rem, 6vw, 5rem);
      width: min(1380px, 100%);
      margin: 0 auto;
    }

    .hero-title-block {
      align-self: center;
      max-width: 980px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      color: var(--cyan-soft);
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      margin-bottom: 1.3rem;
    }

    .eyebrow::before {
      content: "";
      width: 38px;
      height: 3px;
      background: var(--gold);
    }

    .hero h1 {
      max-width: 920px;
      font-size: clamp(3.5rem, 7vw, 7.8rem);
      line-height: 0.86;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .hero h1 span {
      display: block;
      color: var(--gold);
    }

    .hero h1 .title-line {
      display: block;
      white-space: nowrap;
    }

    .hero-copy {
      max-width: 760px;
      margin-top: 1.8rem;
      color: rgba(255, 255, 255, 0.82);
      font-size: clamp(1rem, 1.5vw, 1.25rem);
      line-height: 1.75;
    }

    .hero-data {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      align-self: stretch;
      position: relative;
      z-index: 2;
      background: rgba(255, 255, 255, 0.18);
      border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .hero-metric {
      min-height: 150px;
      padding: clamp(1rem, 2vw, 1.45rem);
      background: rgba(5, 35, 18, 0.66);
      backdrop-filter: blur(16px);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .hero-metric strong {
      display: block;
      font-size: clamp(2.3rem, 5vw, 5.2rem);
      line-height: 0.95;
      color: #fff;
    }

    .hero-metric small {
      display: block;
      margin-top: 0.6rem;
      color: rgba(255, 255, 255, 0.68);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .scroll-cue {
      position: absolute;
      top: 50%;
      right: clamp(1rem, 2.4vw, 2rem);
      transform: translateY(-50%);
      writing-mode: vertical-rl;
      display: flex;
      align-items: center;
      gap: 0.7rem;
      color: rgba(255, 255, 255, 0.62);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .scroll-cue svg {
      animation: nudge 1.6s ease-in-out infinite;
    }

    @keyframes nudge {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(8px); }
    }

    .section {
      position: relative;
      padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 4rem);
    }

    .section-inner {
      width: min(1320px, 100%);
      margin: 0 auto;
    }

    .section-kicker {
      color: var(--gold);
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }

    .section-title {
      max-width: 980px;
      font-size: clamp(2.2rem, 6vw, 5rem);
      line-height: 0.98;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .section-lead {
      max-width: 760px;
      margin-top: 1.2rem;
      color: var(--muted);
      font-size: clamp(1rem, 1.45vw, 1.2rem);
      line-height: 1.75;
    }

    .stats-section {
      background:
        linear-gradient(180deg, var(--green-950), #0b3a22 42%, var(--green-950)),
        radial-gradient(circle at 75% 10%, rgba(246, 196, 0, 0.18), transparent 36%);
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      margin-top: 3.5rem;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.16);
      overflow: hidden;
    }

    .stat-card {
      min-height: 210px;
      padding: clamp(1.2rem, 2vw, 2rem);
      background: rgba(6, 31, 19, 0.86);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
    }

    .stat-card::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, var(--green-800), var(--gold), var(--yellow));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.5s ease;
    }

    .stat-card:hover::after {
      transform: scaleX(1);
    }

    .stat-card strong {
      font-size: clamp(2.4rem, 4.8vw, 4.8rem);
      line-height: 0.9;
      color: #fff;
    }

    .stat-card p {
      margin-top: 1.2rem;
      color: rgba(255, 255, 255, 0.72);
      line-height: 1.5;
      font-size: 0.96rem;
    }

    .stat-card span {
      color: var(--cyan-soft);
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .strategy-section {
      position: relative;
      display: flex;
      min-height: 100vh;
      padding: 0 8%;
      background:
        linear-gradient(180deg, var(--green-950), var(--green-900) 52%, var(--green-950)),
        radial-gradient(circle at 78% 18%, rgba(232, 158, 1, 0.18), transparent 36%);
      color: #fff;
      overflow: clip;
      isolation: isolate;
    }

    .strategy-section::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      opacity: 0.13;
      background-image:
        linear-gradient(rgba(246, 196, 0, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246, 196, 0, 0.18) 1px, transparent 1px);
      background-size: 84px 84px;
      mask-image: linear-gradient(90deg, #000 0%, transparent 85%);
    }

    .strategy-section::after {
      content: "";
      position: absolute;
      width: min(54vw, 760px);
      aspect-ratio: 1;
      right: -22vw;
      top: 18vh;
      z-index: -1;
      border: 1px solid rgba(232, 158, 1, 0.18);
      border-radius: 50%;
      box-shadow: inset 0 0 90px rgba(232, 158, 1, 0.07);
    }

    .strat-left {
      flex: 1;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: sticky;
      top: 0;
      padding-right: clamp(1.5rem, 4vw, 4rem);
    }

    .strat-left h2 {
      font-size: clamp(2.5rem, 5vw, 4rem);
      line-height: 1.1;
      margin-bottom: 2rem;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0;
    }

    .strat-left h2 span {
      color: var(--gold);
    }

    .strat-left p {
      max-width: 440px;
      font-size: 1.1rem;
      line-height: 1.7;
      color: var(--muted);
    }

    .strat-right {
      position: relative;
      flex: 1;
      padding-left: 10%;
    }

    .strat-right::before {
      content: "";
      position: sticky;
      top: 24vh;
      display: block;
      width: 2px;
      height: 52vh;
      margin-left: -3.2rem;
      margin-bottom: -52vh;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), var(--gold), rgba(255, 255, 255, 0.08));
      box-shadow: 0 0 22px rgba(232, 158, 1, 0.38);
    }

    .dimension-card {
      position: relative;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      opacity: 0.32;
      transform: translateY(50px);
      transition: opacity 0.5s ease, transform 0.5s ease, filter 0.5s ease;
    }

    .dimension-card::before {
      content: attr(data-icon);
      position: absolute;
      top: calc(50% - 7rem);
      left: -4.4rem;
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(232, 158, 1, 0.45);
      background: rgba(5, 35, 18, 0.92);
      color: var(--yellow);
      font-size: 1.2rem;
      font-weight: 900;
      box-shadow: 0 0 0 8px rgba(232, 158, 1, 0.07);
    }

    .dimension-card::after {
      content: "";
      position: absolute;
      inset: 20vh -2rem 20vh -2rem;
      z-index: -1;
      opacity: 0;
      background: linear-gradient(135deg, rgba(232, 158, 1, 0.12), rgba(255, 255, 255, 0.04));
      border: 1px solid rgba(232, 158, 1, 0.12);
      transform: scaleX(0.96);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .dimension-card.active {
      opacity: 1;
      transform: translateY(0);
      filter: drop-shadow(0 22px 48px rgba(0, 0, 0, 0.22));
    }

    .dimension-card.active::after {
      opacity: 1;
      transform: scaleX(1);
    }

    .dimension-card.active::before {
      background: var(--gold);
      color: var(--ink);
      border-color: var(--yellow);
    }

    .dim-number {
      font-size: clamp(4rem, 8vw, 6rem);
      line-height: 0.9;
      font-weight: 900;
      -webkit-text-stroke: 1px var(--gold);
      color: transparent;
      margin-bottom: 1rem;
    }

    .dimension-card h3 {
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      color: #fff;
      margin-bottom: 1.5rem;
      font-weight: 800;
      max-width: 680px;
    }

    .dimension-card .content {
      font-size: clamp(1rem, 1.5vw, 1.2rem);
      color: var(--muted);
      line-height: 1.75;
      position: relative;
      padding-left: 2rem;
      max-width: 620px;
    }

    .dimension-card .content::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 4px;
      height: calc(100% - 20px);
      background: linear-gradient(var(--gold), var(--yellow));
    }

    .portfolio-section {
      background: #062316;
    }

    .portfolio-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: clamp(2rem, 6vw, 6rem);
      align-items: center;
      margin-top: 3.5rem;
    }

    .portfolio-number {
      font-size: clamp(6rem, 18vw, 15rem);
      line-height: 0.78;
      color: var(--gold);
    }

    .portfolio-desc {
      margin-top: 1.3rem;
      max-width: 520px;
      color: var(--muted);
      line-height: 1.7;
    }

    .portfolio-mini {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
      margin-top: 2rem;
    }

    .mini-card {
      border: 1px solid rgba(255, 255, 255, 0.16);
      padding: 1rem;
      background: rgba(255, 255, 255, 0.06);
    }

    .mini-card strong {
      display: block;
      color: #fff;
      font-size: 2.2rem;
    }

    .mini-card small {
      color: rgba(255, 255, 255, 0.66);
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .sector-wheel {
      position: relative;
      aspect-ratio: 1;
      min-height: 480px;
      display: grid;
      place-items: center;
    }

    .wheel-ring {
      position: absolute;
      inset: 7%;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 50%;
    }

    .sector-dot {
      position: absolute;
      width: 120px;
      min-height: 86px;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 0.75rem;
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(255, 255, 255, 0.07);
      backdrop-filter: blur(14px);
      font-size: 0.75rem;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .sector-dot b {
      display: block;
      color: var(--cyan-soft);
      font-size: 1.5rem;
      letter-spacing: 0;
      margin-bottom: 0.25rem;
    }

    .sector-dot:nth-child(2) { top: 0; left: 50%; transform: translateX(-50%); }
    .sector-dot:nth-child(3) { top: 18%; right: 5%; }
    .sector-dot:nth-child(4) { right: 0; bottom: 24%; }
    .sector-dot:nth-child(5) { bottom: 0; left: 50%; transform: translateX(-50%); }
    .sector-dot:nth-child(6) { left: 0; bottom: 24%; }
    .sector-dot:nth-child(7) { top: 18%; left: 5%; }

    .wheel-center {
      width: 180px;
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      text-align: center;
      border-radius: 50%;
      background: var(--gold);
      color: var(--ink);
      padding: 1.2rem;
      font-weight: 900;
      text-transform: uppercase;
      box-shadow: 0 0 0 18px rgba(232, 158, 1, 0.13);
    }

    .impact-section {
      position: relative;
      height: 600vh;
      background: var(--green-950);
    }

    .impact-sticky {
      position: sticky;
      top: 0;
      height: 100vh;
      overflow: hidden;
      display: grid;
      align-items: center;
    }

    .impact-track {
      display: flex;
      width: max-content;
      transform: translateX(calc(var(--impact-progress) * -500vw));
      will-change: transform;
    }

    .impact-panel {
      position: relative;
      width: 100vw;
      height: 100vh;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: clamp(2rem, 5vw, 5rem);
      padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem);
      overflow: hidden;
    }

    .impact-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(90deg, rgba(6, 31, 19, 0.96), rgba(6, 31, 19, 0.36));
    }

    .impact-panel img {
      position: absolute;
      inset: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(1.06) contrast(1.04);
    }

    .impact-panel-content {
      max-width: 680px;
    }

    .impact-highlight {
      color: var(--gold);
      font-size: 1.12em;
      font-weight: 800;
    }

    .impact-index {
      color: var(--gold);
      font-size: 0.82rem;
      font-weight: 900;
      letter-spacing: 0.22em;
      text-transform: uppercase;
    }

    .impact-panel h2 {
      margin-top: 1rem;
      font-size: clamp(2.3rem, 6.2vw, 5.8rem);
      line-height: 0.92;
      text-transform: uppercase;
    }

    .impact-panel p {
      margin-top: 1.3rem;
      color: rgba(255, 255, 255, 0.78);
      font-size: clamp(1rem, 1.5vw, 1.25rem);
      line-height: 1.75;
    }

    .impact-panel--agriculture .impact-panel-content {
      max-width: 740px;
    }

    .impact-panel--agriculture p {
      margin-top: 1rem;
      font-size: clamp(0.96rem, 1.35vw, 1.15rem);
      line-height: 1.62;
    }

    .impact-figure {
      justify-self: end;
      width: min(430px, 42vw);
      border-left: 6px solid var(--gold);
      padding-left: 1.4rem;
    }

    .impact-figure strong {
      display: block;
      font-size: clamp(3rem, 9vw, 8rem);
      line-height: 0.85;
      color: var(--cyan-soft);
    }

    .impact-figure span {
      display: block;
      margin-top: 0.9rem;
      color: #fff;
      font-size: 1rem;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .governance-section {
      position: relative;
      height: 420vh;
      background: #081611;
    }

    .governance-sticky {
      position: sticky;
      top: 0;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      overflow: hidden;
      padding: clamp(3.4rem, 5.8vh, 4.4rem) clamp(1.25rem, 4vw, 4rem) clamp(1rem, 2vh, 1.6rem);
    }

    .governance-header {
      position: relative;
      z-index: 4;
      max-width: 620px;
      width: min(1320px, 96vw);
      margin: 0 auto clamp(0.7rem, 1.6vh, 1rem);
      pointer-events: none;
    }

    .governance-header .section-title {
      font-size: clamp(1.55rem, 3.5vw, 3.15rem);
      line-height: 0.95;
    }

    .governance-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(6, minmax(48px, 8.1vh));
      gap: clamp(0.45rem, 1.1vh, 0.75rem);
      width: min(1320px, 96vw);
      margin: 0 auto;
      transform-origin: center;
    }

    .gov-card {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.16);
      background: rgba(255, 255, 255, 0.07);
      min-height: 0;
    }

    .gov-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.48;
    }

    .gov-card > div {
      position: relative;
      z-index: 1;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: clamp(0.75rem, 1.5vw, 1rem);
      background: linear-gradient(0deg, rgba(6, 31, 19, 0.86), rgba(6, 31, 19, 0.08));
    }

    .gov-card strong {
      color: var(--gold);
      font-size: clamp(1.35rem, 3.1vw, 3rem);
      line-height: 0.9;
    }

    .gov-card span {
      margin-top: 0.55rem;
      display: block;
      color: rgba(255, 255, 255, 0.78);
      font-size: clamp(0.58rem, 0.72vw, 0.7rem);
      font-weight: 900;
      line-height: 1.35;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .gov-card-metrics {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      gap: 0.85rem;
      align-items: flex-start;
      width: min(100%, 18rem);
    }

    .gov-card-metric {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
    }

    .gov-card-metric--secondary {
      padding-top: 0.75rem;
      border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .gov-card-metric--secondary strong {
      font-size: clamp(1.05rem, 2.2vw, 1.8rem);
    }

    .gov-card-metric--secondary span {
      font-size: clamp(0.56rem, 0.68vw, 0.66rem);
    }

    .gov-6 .gov-card-metrics {
      gap: 0.95rem;
    }

    .gov-6 .gov-card span {
      max-width: 19ch;
    }

    .gov-mobile-livrets {
      display: none;
    }

    .gov-card-cooperation .gov-card-metrics {
      width: min(100%, 24rem);
      gap: 0.7rem;
    }

    .gov-card-cooperation .gov-card-content {
      justify-content: center;
    }

    .gov-card-cooperation .gov-card-metrics {
      justify-content: center;
    }

    .gov-card-cooperation .gov-card-metric span {
      max-width: none;
    }

    .gov-8 .gov-card-metrics::before {
      content: "Prix et reconnaissance";
      color: #fff;
      font-size: clamp(0.58rem, 0.72vw, 0.7rem);
      font-weight: 900;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .gov-8 .gov-card-content {
      justify-content: center;
    }

    .gov-8 .gov-card-metrics {
      justify-content: center;
    }

    .gov-cooperation-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.7rem;
      margin: 0.1rem 0 0;
      padding: 0;
      list-style: none;
      color: rgba(255, 255, 255, 0.84);
      font-size: clamp(0.56rem, 0.68vw, 0.68rem);
      font-weight: 800;
      line-height: 1.35;
    }

    .gov-cooperation-list li {
      padding-left: 0.7rem;
      border-left: 1px solid rgba(255, 255, 255, 0.18);
    }

    .gov-cooperation-list strong {
      display: inline-block;
      margin-right: 0.35rem;
      color: var(--gold);
      font-size: 1em;
      line-height: 1;
    }

    .gov-1 { grid-area: 1 / 1 / 4 / 5; }
    .gov-3 { grid-area: 1 / 9 / 4 / 13; }
    .gov-5 { grid-area: 1 / 5 / 4 / 9; }
    .gov-6 { grid-area: 4 / 1 / 7 / 5; }
    .gov-7 { grid-area: 4 / 5 / 7 / 9; }
    .gov-8 { grid-area: 4 / 9 / 7 / 13; }

    .governance-message {
      position: absolute;
      top: 50%;
      left: 50%;
      width: min(820px, 90vw);
      text-align: center;
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.86);
      pointer-events: none;
    }

    .governance-message h2 {
      font-size: clamp(2.4rem, 7vw, 6rem);
      line-height: 0.92;
      color: #fff;
      text-transform: uppercase;
    }

    .governance-message h2 span {
      color: var(--gold);
    }

    .governance-message p {
      margin: 1.2rem auto 0;
      color: rgba(255, 255, 255, 0.76);
      max-width: 660px;
      line-height: 1.7;
    }

    .awards-section {
      position: relative;
      min-height: 100vh;
      background:
        linear-gradient(125deg, rgba(5, 35, 18, 0.98), rgba(15, 98, 44, 0.9) 48%, rgba(232, 158, 1, 0.42)),
        url("../prix-gouv-bg.jpg") center / cover;
      overflow: hidden;
    }

    .awards-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
      background-size: 80px 80px;
      mask-image: linear-gradient(90deg, #000, transparent 78%);
      pointer-events: none;
    }

    .awards-layout {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
      gap: clamp(2rem, 5vw, 5rem);
      align-items: center;
      min-height: 100vh;
    }

    .award-trophy {
      position: relative;
      width: min(430px, 78vw);
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      margin-inline: auto;
    }

    .award-trophy::before,
    .award-trophy::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(232, 158, 1, 0.32);
    }

    .award-trophy::before {
      inset: 0;
      animation: spinSlow 22s linear infinite;
    }

    .award-trophy::after {
      inset: 13%;
      border-color: rgba(246, 196, 0, 0.35);
      animation: spinSlow 16s linear infinite reverse;
    }

    .trophy-core {
      position: relative;
      z-index: 1;
      width: 64%;
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      text-align: center;
      color: var(--ink);
      background: radial-gradient(circle at 30% 22%, #fff5bf, var(--gold) 58%, #b46d00);
      border-radius: 50%;
      box-shadow: 0 30px 90px rgba(232, 158, 1, 0.26), 0 0 0 20px rgba(232, 158, 1, 0.1);
      padding: 2rem;
    }

    .trophy-core img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.16));
    }

    .trophy-core strong {
      display: block;
      font-size: clamp(3rem, 8vw, 6rem);
      line-height: 0.84;
    }

    .trophy-core span {
      display: block;
      margin-top: 0.8rem;
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    @keyframes spinSlow {
      to { transform: rotate(360deg); }
    }

    .awards-copy {
      max-width: 780px;
    }

    .awards-copy h2 {
      font-size: clamp(2.7rem, 7vw, 4.8rem);
      line-height: 0.9;
      text-transform: uppercase;
    }

    .awards-copy h2 span {
      color: var(--gold);
    }

    .awards-copy p {
      margin-top: 1.3rem;
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.75;
      font-size: clamp(1rem, 1.35vw, 1.18rem);
      max-width: 680px;
    }

    .award-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.8rem;
      margin-top: 1.6rem;
    }

    .award-meta span {
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 0 0.9rem;
      border: 1px solid rgba(255, 255, 255, 0.24);
      background: rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.75rem;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      backdrop-filter: blur(14px);
    }

    .awards-board {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
      margin-top: 2rem;
    }

    .laureate-card {
      position: relative;
      min-height: 164px;
      padding: 1.2rem;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(16px);
    }

    .laureate-card.featured {
      grid-column: 1 / -1;
      min-height: 220px;
      background: linear-gradient(135deg, rgba(232, 158, 1, 0.28), rgba(255, 255, 255, 0.08));
    }

    .laureate-card::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 4px;
      background: linear-gradient(90deg, var(--green-800), var(--gold), var(--yellow));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.45s ease;
    }

    .laureate-card:hover::after {
      transform: scaleX(1);
    }

    .laureate-rank {
      color: var(--cyan-soft);
      font-size: 0.73rem;
      font-weight: 900;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .laureate-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1rem;
    }

    .laureate-logo {
      flex: 0 0 auto;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      padding: 0.45rem;
      background: rgba(255, 255, 255, 0.92);
      border: 1px solid rgba(255, 255, 255, 0.6);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
    }

    .laureate-card.featured .laureate-logo {
      width: 74px;
      height: 74px;
    }

    .laureate-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .laureate-logo-fallback {
      color: var(--green-800);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-align: center;
    }

    .laureate-card strong {
      display: block;
      margin-top: 0.8rem;
      color: #fff;
      font-size: clamp(1.5rem, 3vw, 3.1rem);
      line-height: 0.95;
    }

    .laureate-card p {
      margin-top: 0.8rem;
      color: rgba(255, 255, 255, 0.68);
      line-height: 1.55;
      font-size: 0.92rem;
    }

    .financial-charts-section {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(5, 35, 18, 0.72) 0%, rgba(5, 35, 18, 0.94) 18%, rgba(10, 63, 31, 0.98) 100%),
        radial-gradient(circle at 85% 8%, rgba(232, 158, 1, 0.16), transparent 28%);
      color: #fff;
    }

    .financial-charts-section::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.1;
      background-image:
        linear-gradient(rgba(246, 196, 0, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246, 196, 0, 0.18) 1px, transparent 1px);
      background-size: 84px 84px;
      mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
      pointer-events: none;
    }

    .financial-charts-section .section-inner {
      position: relative;
      z-index: 1;
    }

    .financial-charts-header {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
      gap: clamp(1.5rem, 4vw, 3rem);
      align-items: end;
      margin-bottom: clamp(1.5rem, 4vw, 3rem);
    }

    .financial-charts-title {
      position: relative;
      grid-column: 1 / -1;
    }

    .financial-charts-rule {
      display: block;
      width: min(420px, 60vw);
      height: 1px;
      margin-top: 1.4rem;
      background: linear-gradient(90deg, var(--gold), rgba(255, 255, 255, 0.28), transparent);
      transform-origin: left center;
    }

    .financial-charts-section .section-kicker {
      color: var(--yellow);
    }

    .financial-charts-section .section-title {
      max-width: min(100%, 1180px);
      color: #fff;
    }

    .financial-charts-section .section-lead {
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.82);
    }

    .charts-metrics-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      margin-bottom: clamp(1.25rem, 3vw, 2rem);
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .charts-metric {
      padding: clamp(1rem, 2vw, 1.35rem);
      background: rgba(255, 255, 255, 0.08);
      min-height: 120px;
      backdrop-filter: blur(10px);
    }

    .charts-metric strong {
      display: block;
      color: #fff;
      font-size: clamp(2.2rem, 5vw, 4.8rem);
      line-height: 0.85;
    }

    .charts-metric span {
      display: block;
      margin-top: 0.7rem;
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.09em;
      line-height: 1.35;
      text-transform: uppercase;
    }

    .chart-source-panel {
      border-left: 3px solid var(--gold);
      padding-left: 1rem;
      margin-bottom: 1.25rem;
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.92rem;
      line-height: 1.6;
    }

    .report-charts-stack {
      display: block;
      padding-top: clamp(1rem, 3vw, 2rem);
      perspective: 1400px;
    }

    .report-chart-section {
      position: sticky;
      top: 0;
      min-height: 112svh;
      display: grid;
      align-items: center;
      padding: clamp(4.5rem, 8vh, 7rem) 0;
    }

    .report-chart-card {
      position: relative;
      z-index: 1;
      width: min(100%, 1040px);
      margin-inline: auto;
      min-height: clamp(520px, 72vh, 760px);
      display: flex;
      flex-direction: column;
      padding: clamp(1.2rem, 2.8vw, 2.4rem);
      overflow: hidden;
      isolation: isolate;
      background: #fff;
      border: 1px solid rgba(10, 63, 31, 0.1);
      box-shadow: 0 18px 44px rgba(9, 30, 18, 0.12);
      transform-origin: center top;
      transition: box-shadow 0.45s ease;
    }

    .report-chart-section:nth-child(1) { z-index: 1; }
    .report-chart-section:nth-child(2) { z-index: 2; }
    .report-chart-section:nth-child(3) { z-index: 3; }
    .report-chart-section:nth-child(4) { z-index: 4; }
    .report-chart-section:nth-child(5) { z-index: 5; }
    .report-chart-section:nth-child(6) { z-index: 6; }
    .report-chart-section:nth-child(7) { z-index: 7; }
    .report-chart-section:nth-child(8) { z-index: 8; }

    .report-chart-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: #fff;
    }

    .report-chart-card::after {
      content: "";
      position: absolute;
      left: clamp(1rem, 2vw, 1.45rem);
      right: clamp(1rem, 2vw, 1.45rem);
      top: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--green-800), var(--gold), transparent);
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 0.55s ease;
    }

    .report-chart-card:hover {
      box-shadow: 0 24px 64px rgba(9, 30, 18, 0.16);
    }

    .report-chart-card--wide {
      width: min(100%, 1180px);
    }

    .report-chart-card h3 {
      color: var(--green-950);
      font-size: clamp(1.25rem, 2.1vw, 2rem);
      line-height: 1.22;
      margin-bottom: 0.45rem;
    }

    .report-chart-card p {
      max-width: 64ch;
      color: rgba(27, 27, 26, 0.62);
      font-size: 0.88rem;
      line-height: 1.55;
      margin-bottom: 1rem;
    }

    .report-chart-wrap {
      position: relative;
      flex: 1;
      min-height: clamp(320px, 50vh, 520px);
    }

    .report-chart-wrap::before {
      display: none;
    }

    @media (min-width: 1400px) {
      .report-charts-stack {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(1.25rem, 2vw, 2rem);
        perspective: none;
      }

      .report-chart-section {
        position: relative;
        top: auto;
        min-height: auto;
        display: block;
        padding: 0;
      }

      .report-chart-card,
      .report-chart-card--wide {
        width: 100%;
        height: 100%;
        min-height: clamp(500px, 42vw, 640px);
        margin: 0;
      }

      .report-chart-wrap {
        min-height: clamp(320px, 26vw, 470px);
      }
    }

    .site-footer {
      position: relative;
      overflow: hidden;
      padding: clamp(2rem, 4vw, 3.6rem) clamp(1.25rem, 4vw, 4rem) clamp(1.2rem, 2.4vw, 1.8rem);
      background:
        linear-gradient(180deg, rgba(5, 35, 18, 0.96), #03170c 58%, #020b06 100%),
        radial-gradient(circle at 72% 10%, rgba(246, 196, 0, 0.17), transparent 30%);
      color: #fff;
    }

    .site-footer::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.14;
      background-image:
        linear-gradient(rgba(246, 196, 0, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246, 196, 0, 0.16) 1px, transparent 1px);
      background-size: 78px 78px;
      mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
      pointer-events: none;
    }

    .site-footer-inner {
      position: relative;
      z-index: 1;
      width: min(100%, 1280px);
      margin: 0 auto;
    }

    .footer-main {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 0 clamp(1.4rem, 3vw, 2.4rem);
      text-align: center;
    }

    .footer-copy {
      max-width: 48rem;
      margin-inline: auto;
      color: rgba(255, 255, 255, 0.72);
      font-size: clamp(1rem, 1.5vw, 1.18rem);
      line-height: 1.7;
    }

    .footer-download {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
      width: fit-content;
      min-height: 54px;
      margin-top: 1.8rem;
      padding: 0 1.35rem;
      background: #fff;
      color: var(--green-950);
      border: 1px solid rgba(255, 255, 255, 0.88);
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
    }

    .footer-download:hover {
      transform: translateY(-3px);
      background: var(--yellow);
      color: var(--green-950);
    }

    .footer-download svg {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }

    .footer-meta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      padding-top: 1.2rem;
      border-top: 1px solid rgba(255, 255, 255, 0.16);
      color: rgba(255, 255, 255, 0.52);
      font-size: 0.75rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    @media (max-width: 980px) {
      .site-nav {
        top: 0.9rem;
        right: 1rem;
      }

      .site-nav img {
        width: 118px;
      }

      .nav-pill {
        display: none;
      }

      .hero-inner,
      .portfolio-grid,
      .awards-layout,
      .impact-panel,
      .financial-charts-header {
        grid-template-columns: 1fr;
      }

      .report-chart-section {
        position: relative;
        top: auto;
        min-height: auto;
        padding: 1rem 0;
      }

      .report-chart-card,
      .report-chart-card--wide {
        width: 100%;
        min-height: 480px;
        margin: 0;
      }

      .report-chart-section:nth-child(n) .report-chart-card {
        width: 100%;
        margin: 0;
      }

      .charts-orbit {
        opacity: 0.35;
      }

      .hero {
        align-items: center;
      }

      .hero h1 {
        max-width: 820px;
        font-size: 4rem;
      }

      .hero h1 .title-line {
        white-space: normal;
      }

      .hero h1,
      .section-title,
      .strat-left h2,
      .impact-panel h2,
      .governance-message h2,
      .awards-copy h2,
      .final-section h2 {
        max-width: 100%;
        overflow-wrap: break-word;
        text-wrap: balance;
      }

      .section-title {
        font-size: 3.15rem;
        line-height: 0.98;
      }

      .strat-left h2,
      .impact-panel h2,
      .awards-copy h2,
      .governance-message h2 {
        font-size: 3.25rem;
        line-height: 0.94;
      }

      .hero-data {
        grid-template-columns: repeat(3, 1fr);
      }

      .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .strategy-section {
        display: block;
        min-height: auto;
        padding: 5rem 1.25rem;
      }

      .strat-left {
        position: relative;
        height: auto;
        padding-right: 0;
        margin-bottom: 2rem;
      }

      .strat-right {
        padding-left: 0;
      }

      .strat-right::before,
      .dimension-card::before,
      .dimension-card::after {
        display: none;
      }

      .dimension-card {
        min-height: auto;
        padding: 4rem 0;
      }

      .impact-section {
        height: auto;
      }

      .impact-sticky {
        position: relative;
        height: auto;
      }

      .impact-track {
        width: 100%;
        display: grid;
        transform: none !important;
      }

      .impact-panel {
        min-height: 92vh;
        height: auto;
      }

      .impact-panel img {
        height: 118%;
        top: -9%;
        bottom: auto;
        will-change: transform;
      }

      .impact-panel-content,
      .impact-figure {
        will-change: transform;
      }

      .impact-figure {
        justify-self: start;
        width: 100%;
      }

      .governance-section {
        height: auto;
      }

      .governance-sticky {
        position: relative;
        height: auto;
        display: block;
      }

      .governance-header,
      .governance-message {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        transform: none;
        text-align: left;
        margin-bottom: 2rem;
      }

      .governance-message {
        top: auto;
        left: auto;
      }

      .governance-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        width: 100%;
      }

      .gov-card {
        grid-area: auto !important;
        min-height: 220px;
      }

      .gov-1,
      .gov-5,
      .gov-3,
      .gov-mobile-livrets,
      .gov-6 {
        grid-column: 1 / -1 !important;
      }

      .gov-1 { order: 1; width: 100%; }
      .gov-5 { order: 2; }
      .gov-3 { order: 3; }
      .gov-mobile-livrets { order: 4; display: block; }
      .gov-6 { order: 5; }
      .gov-7 { order: 6; }
      .gov-8 { order: 7; }

      .gov-6 .gov-card-metric--secondary {
        display: none;
      }

      .awards-layout {
        min-height: auto;
      }

      .footer-main {
        align-items: center;
        flex-direction: column;
      }

      .footer-download {
        width: 100%;
      }

      .footer-meta {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 640px) {
      .stats-grid,
      .awards-board {
        grid-template-columns: 1fr;
      }

      .report-chart-card,
      .report-chart-card--wide {
        min-height: auto;
      }

      .report-charts-stack {
        padding: 1rem 0 2rem;
      }

      .report-chart-wrap {
        min-height: 310px;
      }

      .hero-data {
        grid-template-columns: 1fr;
      }

      .gov-cooperation-list {
        grid-template-columns: 1fr;
      }

      .governance-section {

        background:
          linear-gradient(180deg, rgba(8, 22, 17, 0.96), rgba(3, 18, 10, 0.98)),
          radial-gradient(circle at 50% 0, rgba(232, 158, 1, 0.16), transparent 34%);
      }

      .governance-sticky {
        padding: 2rem 1.05rem 2.4rem;
      }

      .governance-header {
        width: 100%;
        margin-bottom: 1rem;
      }

      .governance-header .section-kicker {
        color: var(--gold);
        font-size: 0.86rem;
        letter-spacing: 0.18em;
      }

      .governance-header .section-title {
        max-width: 20rem;
        font-size: 2.35rem;
        line-height: 0.93;
      }

      .governance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
      }

      .gov-card {
        min-height: 88px;
        border-color: rgba(255, 255, 255, 0.22);
        background:
          linear-gradient(145deg, rgba(22, 103, 50, 0.74), rgba(4, 38, 22, 0.92)),
          rgba(255, 255, 255, 0.07);
        box-shadow: inset 0 0 0 1px rgba(232, 158, 1, 0.08);
      }

      .gov-card img {
        opacity: 0.78;
      }

      .gov-card > div {
        padding: 0.8rem 0.85rem;
        background: linear-gradient(0deg, rgba(5, 28, 17, 0.86), rgba(5, 28, 17, 0.08));
      }

      .gov-card strong {
        font-size: clamp(1.9rem, 8vw, 2.35rem);
      }

      .gov-card span {
        margin-top: 0.25rem;
        color: #fff;
        font-size: clamp(0.67rem, 2.8vw, 0.78rem);
        line-height: 1.18;
        letter-spacing: 0;
      }

      .gov-1,
      .gov-5,
      .gov-3,
      .gov-mobile-livrets,
      .gov-6 {
        grid-column: 1 / -1 !important;
      }

      .gov-1 { order: 1; width: 100%; min-height: 155px; }
      .gov-5 { order: 2; }
      .gov-3 { order: 3; min-height: 155px; }
      .gov-mobile-livrets { order: 4; display: block; }
      .gov-6 { order: 5; min-height: 155px; }
      .gov-7 { order: 6; }
      .gov-8 { order: 7; }

      .gov-6 .gov-card-metric--secondary {
        display: none;
      }

      .gov-6 .gov-card-metrics,
      .gov-card-cooperation .gov-card-metrics {
        width: 100%;
      }

      .gov-7,
      .gov-8 {
        min-height: 168px;
      }

      .gov-7 .gov-card-content,
      .gov-8 .gov-card-content {
        background: linear-gradient(180deg, rgba(6, 31, 19, 0.94), rgba(4, 24, 14, 0.94));
      }

      .gov-7 .gov-card-metric span {
        color: #fff;
        font-size: 0.74rem;
      }

      .gov-8 .gov-card-metrics::before {
        font-size: 0.74rem;
      }

      .gov-cooperation-list {
        gap: 0.55rem;
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.62rem;
        line-height: 1.22;
      }

      .gov-8 img {
        display: none;
      }

      .governance-message {
        margin-top: 1rem;
      }

      .charts-orbit {
        display: none;
      }

      .charts-metrics-row {
        grid-template-columns: 1fr;
      }

      .hero h1,
      .section-title,
      .strat-left h2,
      .impact-panel h2,
      .governance-message h2,
      .awards-copy h2,
      .final-section h2 {
        overflow-wrap: break-word;
        text-wrap: balance;
      }

      .laureate-card.featured {
        grid-column: auto;
      }

      .hero h1 {
        font-size: clamp(2.05rem, 9.2vw, 2.35rem);
        line-height: 0.94;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
      }

      .hero h1 span,
      .hero h1 .title-line {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
      }

      .section-title,
      .strat-left h2,
      .impact-panel h2,
      .awards-copy h2,
      .governance-message h2,
      .final-section h2 {
        font-size: 2.25rem;
        line-height: 0.96;
      }

      .scroll-cue {
        display: none;
      }

      .sector-wheel {
        min-height: auto;
        aspect-ratio: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
      }

      .wheel-ring {
        display: none;
      }

      .sector-dot {
        position: relative;
        inset: auto !important;
        transform: none !important;
        width: 100%;
        border-radius: 0;
      }

      .wheel-center {
        grid-column: 1 / -1;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
      }
    }
