:root {
  --navy-950: #061831;
  --navy-900: #082247;
  --ink: #0b2243;
  --muted: #5f6e80;
  --paper: #ffffff;
  --mist: #f2f6f9;
  --warm: #faf8f2;
  --red: #ef2323;
  --orange: #f38b24;
  --yellow: #ffe600;
  --green: #94c652;
  --blue: #3985c4;
  --indigo: #3d5fab;
  --violet: #674296;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.site-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(6,24,49,.99) 0%, rgba(7,29,61,.98) 52%, rgba(8,34,71,.96) 100%);
  color: #fff;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125,198,255,.34), transparent);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 78% 42%, #000 0, transparent 68%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -120px; top: 80px; background: rgba(29,121,203,.13); }
.hero-glow-two { width: 260px; height: 260px; left: 32%; bottom: -130px; background: rgba(112,75,160,.11); }
.hero-inner { position: relative; z-index: 1; }
.hero-header { display: flex; align-items: center; height: 116px; }
.hero-logo { width: 224px; height: auto; }
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0,1.04fr) minmax(430px,.96fr);
  align-items: center;
  min-height: 590px;
  padding: 28px 0 84px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow-row { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.spectrum-line {
  width: 64px;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--red), var(--orange), var(--yellow), var(--green), var(--blue), var(--indigo), var(--violet));
  box-shadow: 0 0 12px rgba(92,156,225,.32);
}
.eyebrow { margin: 0; color: #a9c4e6; font-size: 12px; font-weight: 700; letter-spacing: .22em; }
.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(42px,5vw,72px);
  font-weight: 420;
  line-height: 1.08;
  letter-spacing: -.038em;
}
.hero-subtitle {
  max-width: 690px;
  margin: 34px 0 0;
  color: #bfd0e5;
  font-size: clamp(17px,1.65vw,22px);
  line-height: 1.55;
  letter-spacing: -.01em;
}
.hero-network { position: relative; margin-right: -38px; opacity: .94; }
.network-lines path {
  stroke-dasharray: 760;
  stroke-dashoffset: 760;
  animation: draw-line 2.6s cubic-bezier(.2,.65,.24,1) forwards;
}
.network-lines path:nth-child(2) { animation-delay: .12s; }
.network-lines path:nth-child(3) { animation-delay: .24s; }
.network-lines path:nth-child(4) { animation-delay: .36s; }
.network-lines path:nth-child(5) { animation-delay: .48s; }
.network-lines path:nth-child(6) { animation-delay: .6s; }
.network-nodes circle:not(.node-glow) {
  transform-box: fill-box;
  transform-origin: center;
  animation: node-pulse 4.4s ease-in-out infinite;
}
.network-nodes circle:nth-child(4n) { animation-delay: -.9s; }
.network-nodes circle:nth-child(6n) { animation-delay: -1.8s; }

.section { position: relative; padding: 132px 0; }
.section-heading h2, .mobility-data h2, .agro-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px,4vw,55px);
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: -.038em;
}
.section-heading > p:not(.source) {
  max-width: 730px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(17px,1.7vw,22px);
  line-height: 1.55;
}
.centered { text-align: center; }
.section-heading.centered > p { margin-inline: auto; }
.source { margin: 34px 0 0; color: #778494; font-size: 12px; line-height: 1.55; letter-spacing: .025em; }

.section-mype { background: radial-gradient(circle at 20% 10%, rgba(57,133,196,.055), transparent 28%), #fff; }
.bar-chart {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  align-items: end;
  gap: clamp(34px,7vw,96px);
  width: min(760px,100%);
  height: 460px;
  margin: 74px auto 0;
  padding: 18px 46px 0;
  outline: none;
}
.chart-baseline { position: absolute; right: 0; bottom: 42px; left: 0; height: 1px; background: #ccd6df; }
.bar-column {
  z-index: 1;
  display: grid;
  grid-template-rows: 48px minmax(0,1fr) 42px;
  align-items: end;
  height: 100%;
  text-align: center;
}
.bar-column strong {
  align-self: center;
  color: var(--ink);
  font-size: clamp(25px,2.5vw,34px);
  font-weight: 650;
  letter-spacing: -.035em;
}
.bar-column > p {
  align-self: end;
  margin: 15px 0 0;
  color: #4f5f72;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.bar {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: min(122px,100%);
  height: var(--value);
  margin-inline: auto;
  border-radius: 3px 3px 0 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 12px 28px rgba(10,34,66,.08);
  transition: transform .45s ease, filter .45s ease, box-shadow .45s ease;
}
.bar span {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  padding: 12px 10px 16px;
  color: rgba(255,255,255,.94);
  font-size: clamp(12px,1.25vw,15px);
  font-weight: 650;
  line-height: 1.25;
}
.bar-red { background: linear-gradient(180deg,#f04036,#d9272a); }
.bar-orange { background: linear-gradient(180deg,#f4a13d,#e88222); }
.bar-blue { background: linear-gradient(180deg,#488fca,#3265ad); }
.bar-chart:hover .bar, .bar-chart:focus-visible .bar, .bar-chart.is-engaged .bar {
  filter: saturate(1.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 22px 46px rgba(10,34,66,.16);
}
.bar-chart:hover .bar-column:nth-child(1) .bar, .bar-chart:focus-visible .bar-column:nth-child(1) .bar, .bar-chart.is-engaged .bar-column:nth-child(1) .bar { transform: translateY(-8px); }
.bar-chart:hover .bar-column:nth-child(2) .bar, .bar-chart:focus-visible .bar-column:nth-child(2) .bar, .bar-chart.is-engaged .bar-column:nth-child(2) .bar { transform: translateY(-4px); }
.bar-chart:hover .bar-column:nth-child(3) .bar, .bar-chart:focus-visible .bar-column:nth-child(3) .bar, .bar-chart.is-engaged .bar-column:nth-child(3) .bar { transform: translateY(-11px); }

.section-informal { background: var(--mist); }
.split-layout { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(64px,9vw,132px); }
.donut-wrap { display: flex; flex-direction: column; align-items: center; outline: none; }
.donut {
  position: relative;
  width: min(390px,78vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(#19546c 0 84.8%, #d8c7aa 84.8% 100%);
  box-shadow: 0 28px 60px rgba(17,55,76,.12), inset 0 0 0 1px rgba(255,255,255,.45);
  transition: transform .55s cubic-bezier(.22,.72,.22,1), box-shadow .55s ease;
}
.donut::after {
  content: "";
  position: absolute;
  inset: 25%;
  border-radius: 50%;
  background: var(--mist);
  box-shadow: 0 0 0 1px rgba(17,55,76,.06);
}
.donut-center {
  position: absolute;
  z-index: 2;
  inset: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.donut-center strong { color: var(--ink); font-size: clamp(37px,5vw,58px); font-weight: 650; letter-spacing: -.055em; }
.donut-center span { margin-top: 8px; color: #5c6d78; font-size: 13px; line-height: 1.35; }
.donut-minor {
  position: absolute;
  z-index: 3;
  top: 8%;
  right: 4%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 36px;
  border-radius: 999px;
  background: #fff;
  color: #705f46;
  box-shadow: 0 8px 22px rgba(17,55,76,.13);
  font-size: 13px;
  font-weight: 750;
}
.legend { display: flex; gap: 28px; margin-top: 34px; color: #4d5e6c; font-size: 13px; }
.legend span { display: inline-flex; align-items: center; gap: 9px; }
.legend i { width: 10px; height: 10px; border-radius: 50%; }
.legend-informal { background: #19546c; }
.legend-formal { background: #d8c7aa; }
.donut-wrap:hover .donut, .donut-wrap:focus-visible .donut, .donut-wrap.is-engaged .donut {
  transform: rotate(2.5deg) scale(1.025);
  box-shadow: 0 36px 78px rgba(17,55,76,.18), inset 0 0 0 1px rgba(255,255,255,.55);
}

.section-mobility { overflow: hidden; background: #fff; }
.mobility-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  grid-template-areas: "data visual" "copy visual";
  align-items: center;
  gap: 46px 72px;
}
.mobility-data { grid-area: data; }
.mobility-visual { grid-area: visual; }
.mobility-copy { grid-area: copy; }
.mobility-data h2, .agro-copy h2 { font-size: 14px; font-weight: 750; letter-spacing: .19em; }
.descriptor { margin: 20px 0 0; color: #536579; font-size: 18px; line-height: 1.45; }
.impact-number {
  margin: 38px 0 0;
  color: var(--ink);
  font-size: clamp(64px,8vw,104px);
  font-weight: 650;
  line-height: .9;
  letter-spacing: -.07em;
}
.impact-number span { display: block; margin-top: 14px; font-size: 18px; font-weight: 600; letter-spacing: 0; }
.impact-equivalent { margin: 38px 0 0; color: #235887; font-size: clamp(22px,2.1vw,29px); font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.impact-detail { margin: 8px 0 0; color: #6b7c8d; font-size: 14px; }
.mobility-visual {
  padding: 28px;
  border: 1px solid #e1e8ef;
  border-radius: 4px;
  background: linear-gradient(145deg,#f7fafc,#edf3f7);
  box-shadow: 0 32px 72px rgba(12,45,81,.09);
  outline: none;
  transition: transform .55s ease, box-shadow .55s ease;
}
.mobility-visual:hover, .mobility-visual:focus-visible, .mobility-visual.is-engaged { transform: translateY(-7px); box-shadow: 0 42px 88px rgba(12,45,81,.15); }
.road-accent path { stroke-dasharray: 16 18; animation: road-flow 5s linear infinite; }
.city-nodes circle { transform-box: fill-box; transform-origin: center; animation: node-pulse 3.7s ease-in-out infinite; }
.city-nodes circle:nth-child(2n) { animation-delay: -1.2s; }
.mobility-copy { max-width: 450px; border-left: 2px solid #b8c8d8; padding-left: 24px; }
.mobility-copy p { margin: 0; color: #40546a; font-size: 17px; line-height: 1.62; }
.mobility-copy p + p { margin-top: 18px; }

.section-agro { background: var(--warm); }
.agro-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(64px,10vw,148px); }
.agro-visual { outline: none; }
.agro-visual svg { filter: drop-shadow(0 24px 42px rgba(48,82,41,.08)); transition: transform .65s cubic-bezier(.22,.72,.22,1); }
.agro-visual:hover svg, .agro-visual:focus-visible svg, .agro-visual.is-engaged svg { transform: rotate(-2deg) scale(1.025); }
.agro-dots circle { fill: #7ca54b; transform-box: fill-box; transform-origin: center; animation: agro-pulse 5.4s ease-in-out infinite; }
.agro-dots circle:nth-child(3n) { fill: #a8c879; animation-delay: -1.1s; }
.agro-dots circle:nth-child(4n) { fill: #497d42; animation-delay: -2.2s; }
.agro-dots circle:nth-child(5n) { fill: #d0a94a; animation-delay: -3.3s; }
.leaf { fill: rgba(101,147,70,.1); stroke: #7aa253; stroke-width: 2; }
.agro-number { margin: 32px 0 0; color: #477c3f; font-size: clamp(72px,9vw,118px); font-weight: 640; line-height: .92; letter-spacing: -.075em; }
.agro-description { margin: 30px 0 0; color: #3f5240; font-size: clamp(21px,2.2vw,30px); line-height: 1.35; letter-spacing: -.02em; }
.agro-statement { max-width: 560px; margin: 42px 0 0; color: #5e6858; font-size: 18px; line-height: 1.6; }

.footer { position: relative; overflow: hidden; background: var(--navy-950); color: #fff; }
.footer::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 50%, rgba(52,129,195,.13), transparent 31%); }
.footer-inner {
  position: relative;
  display: grid;
  grid-template-columns: 330px 1px 1fr;
  align-items: center;
  gap: 52px;
  min-height: 250px;
  padding-block: 54px;
}
.brand-device { width: 100%; height: auto; }
.footer-rule { width: 1px; height: 86px; background: rgba(255,255,255,.2); }
.footer-copy p { margin: 0; font-size: clamp(23px,2.6vw,34px); font-weight: 430; letter-spacing: -.025em; }
.footer-copy a { display: inline-block; margin-top: 18px; color: #9cb6d5; font-size: 14px; text-decoration: none; transition: color .25s ease; }
.footer-copy a:hover, .footer-copy a:focus-visible { color: #fff; }

.reveal { opacity: 1; transform: translateY(0); transition: opacity .85s ease, transform .85s cubic-bezier(.22,.72,.22,1); }
.js .reveal { opacity: 0; transform: translateY(26px); }
.reveal.delay-1 { transition-delay: .14s; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes draw-line { to { stroke-dashoffset: 0; } }
@keyframes node-pulse { 0%,100% { transform: scale(1); opacity: .86; } 50% { transform: scale(1.25); opacity: 1; } }
@keyframes road-flow { to { stroke-dashoffset: -68; } }
@keyframes agro-pulse { 0%,100% { transform: scale(1); opacity: .78; } 50% { transform: scale(1.18); opacity: 1; } }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; padding: 54px 0 88px; }
  .hero-network { position: absolute; right: -22%; bottom: -19%; width: 68%; margin: 0; opacity: .34; }
  .hero-copy { max-width: 780px; }
  .split-layout, .agro-grid { gap: 68px; }
  .mobility-grid { grid-template-columns: 1fr; grid-template-areas: "data" "visual" "copy"; }
  .mobility-data { max-width: 630px; }
  .mobility-copy { max-width: 720px; }
  .footer-inner { grid-template-columns: 280px 1px 1fr; gap: 36px; }
}

@media (max-width: 760px) {
  .site-container { width: min(100% - 36px,620px); }
  .hero-header { height: 92px; }
  .hero-logo { width: 178px; }
  .hero-layout { padding: 70px 0 100px; }
  .hero h1 { font-size: clamp(39px,11vw,54px); line-height: 1.08; }
  .hero-subtitle { margin-top: 28px; font-size: 17px; }
  .hero-network { right: -37%; bottom: -8%; width: 100%; opacity: .22; }
  .section { padding: 92px 0; }
  .section-heading h2 { font-size: 36px; }
  .bar-chart { gap: 16px; height: 390px; margin-top: 52px; padding: 10px 8px 0; }
  .bar { width: min(82px,100%); }
  .bar span { min-height: 62px; padding: 10px 6px 12px; font-size: 11px; }
  .split-layout, .agro-grid { grid-template-columns: 1fr; }
  .section-informal .section-heading { text-align: center; }
  .section-informal .section-heading > p, .section-informal .source { margin-inline: auto; }
  .donut { width: min(330px,86vw); }
  .mobility-visual { padding: 12px; }
  .mobility-copy { padding-left: 18px; }
  .agro-visual { width: min(390px,92vw); margin-inline: auto; }
  .agro-copy { text-align: center; }
  .agro-copy .source, .agro-statement { margin-inline: auto; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding-block: 68px; text-align: center; }
  .brand-device { width: min(290px,82vw); margin-inline: auto; }
  .footer-rule { width: 64px; height: 1px; margin-inline: auto; }
}

@media (max-width: 430px) {
  .site-container { width: calc(100% - 30px); }
  .hero-header { height: 84px; }
  .hero-logo { width: 166px; }
  .hero-layout { padding-top: 62px; }
  .eyebrow-row { gap: 12px; margin-bottom: 24px; }
  .spectrum-line { width: 44px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { font-size: 39px; letter-spacing: -.043em; }
  .section { padding: 78px 0; }
  .section-heading h2 { font-size: 32px; }
  .section-heading > p:not(.source) { font-size: 16px; }
  .bar-chart { height: 340px; }
  .bar-column { grid-template-rows: 45px minmax(0,1fr) 38px; }
  .bar-column strong { font-size: 24px; }
  .bar-column > p { font-size: 10px; }
  .donut-center strong { font-size: 39px; }
  .donut-center span { font-size: 10px; }
  .impact-number { font-size: 72px; }
  .agro-number { font-size: 78px; }
  .agro-description { font-size: 21px; }
}

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