﻿@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: dark;
  --font-display: "Google Sans Flex", "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Plus Jakarta Sans", "Google Sans Flex", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #030909;
  --panel: rgba(5, 12, 12, 0.74);
  --line: rgba(211, 238, 213, 0.22);
  --text: #f7fbf8;
  --muted: rgba(247, 251, 248, 0.72);
  --soft: rgba(247, 251, 248, 0.48);
  --mint: #9ccf9d;
  --mint-strong: #b8dfb4;
  --mint-deep: #5e9567;
  --steel: #93a0a0;
  --shadow: rgba(0, 0, 0, 0.55);
  --content-x: 4.8rem;
  --nav-top: 2.35rem;
  --nav-height: 4.25rem;
  --hero-title-size: 4rem;
}

/* Einsatzgebiete map redesign */
body.theme-light .section--coverage-flow {
  overflow: clip;
  color: var(--story-ink);
  background:
    radial-gradient(circle at 8% 16%, rgba(10, 92, 190, 0.08), transparent 22rem),
    radial-gradient(circle at 88% 48%, rgba(10, 92, 190, 0.06), transparent 24rem),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 54%, #f5f9ff 100%) !important;
}

.coverage-flow--map {
  display: grid;
  grid-template-columns: minmax(24rem, 0.86fr) minmax(36rem, 1.22fr);
  gap: clamp(3rem, 5.5vw, 6.5rem);
  align-items: center;
  min-height: min(58rem, calc(100vh - 4rem));
}

.coverage-copy {
  display: grid;
  gap: clamp(2.2rem, 4vw, 3.5rem);
  align-self: stretch;
}

.coverage-flow--map .coverage-brief {
  display: grid;
  grid-template-columns: minmax(8rem, 0.6fr) minmax(14rem, 1fr);
  gap: clamp(1.25rem, 3vw, 2.4rem);
  align-items: start;
}

.coverage-flow--map .coverage-brief .section-kicker {
  position: relative;
  margin-top: 1.4rem;
  color: var(--brand-blue);
}

.coverage-flow--map .coverage-brief .section-kicker::after {
  content: "";
  display: block;
  width: 4.2rem;
  height: 1px;
  margin-top: 1.8rem;
  background: rgba(4, 32, 70, 0.32);
}

.coverage-lead {
  max-width: 24rem;
  margin: 0;
  color: rgba(4, 17, 31, 0.66);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  font-weight: 650;
  line-height: 1.58;
}

.coverage-flow--map .coverage-brief h2 {
  grid-column: 1 / -1;
  max-width: 7.3em;
  margin: clamp(2.2rem, 4vw, 4rem) 0 0;
  color: #061225;
  font-size: clamp(4rem, 6.6vw, 7.6rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
}

.coverage-flow--map .coverage-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.coverage-flow--map .coverage-route article {
  position: relative;
  min-height: 18rem;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 1rem;
  padding: clamp(1.2rem, 1.6vw, 1.5rem);
  border: 1px solid rgba(7, 50, 102, 0.12);
  border-right: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 1.25rem 3.2rem rgba(4, 28, 62, 0.08);
  backdrop-filter: blur(16px);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.coverage-flow--map .coverage-route article:first-child {
  border-radius: 0.7rem 0 0 0.7rem;
}

.coverage-flow--map .coverage-route article:last-child {
  border-right: 1px solid rgba(7, 50, 102, 0.12);
  border-radius: 0 0.7rem 0.7rem 0;
}

.coverage-flow--map .coverage-route article:hover {
  transform: translateY(-0.45rem);
  border-color: rgba(13, 96, 201, 0.26);
  box-shadow: 0 1.8rem 4.5rem rgba(13, 96, 201, 0.14);
}

.coverage-flow--map .coverage-route span {
  color: var(--brand-blue);
  font-size: 0.82rem;
  font-weight: 950;
}

.coverage-route__icon {
  width: 3.7rem;
  height: 3.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #f6f9ff, #edf3fb);
  box-shadow: inset 0 0 0 1px rgba(7, 50, 102, 0.06);
}

.coverage-route__icon svg,
.coverage-flow--map .coverage-route a svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: #062452;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.coverage-flow--map .coverage-route h3 {
  max-width: 6.8em;
  margin: 0;
  color: #061225;
  font-size: clamp(1.65rem, 2.1vw, 2.3rem);
  font-weight: 950;
  line-height: 1.02;
}

.coverage-flow--map .coverage-route p {
  margin: 0;
  color: rgba(4, 17, 31, 0.62);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.55;
}

.coverage-flow--map .coverage-route a {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  align-self: end;
  color: #061225;
}

.coverage-map-panel {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.coverage-flow--map .city-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.coverage-flow--map .city-rail button {
  min-height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 50, 102, 0.16);
  border-radius: 999px;
  padding: 0 1.25rem;
  color: rgba(6, 18, 37, 0.74);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0.75rem 2rem rgba(4, 28, 62, 0.06);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 220ms ease, color 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.coverage-flow--map .city-rail button:hover,
.coverage-flow--map .city-rail button:focus-visible,
.coverage-flow--map .city-rail button.is-active {
  transform: translateY(-0.15rem);
  border-color: rgba(13, 96, 201, 0.28);
  color: #fff;
  background: #061f49;
  box-shadow: 0 1.2rem 2.6rem rgba(13, 96, 201, 0.2);
}

.coverage-map-card {
  position: relative;
  min-height: clamp(32rem, 46vw, 49rem);
  overflow: hidden;
  border: 1px solid rgba(7, 50, 102, 0.12);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 1.8rem 5rem rgba(4, 28, 62, 0.08);
}

.coverage-map__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.02) saturate(1.02);
}

.coverage-point {
  --point-size: 0.82rem;
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  padding: 0;
  color: #061225;
  background: transparent;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.coverage-point span {
  position: relative;
  width: var(--point-size);
  height: var(--point-size);
  flex: 0 0 auto;
  border-radius: 50%;
  background: #061f49;
  box-shadow: 0 0 0 0 rgba(13, 96, 201, 0.28);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.coverage-point span::before,
.coverage-point span::after {
  content: "";
  position: absolute;
  inset: -0.45rem;
  border-radius: 50%;
  border: 1px solid rgba(13, 96, 201, 0.28);
  opacity: 0;
  transform: scale(0.72);
}

.coverage-point strong {
  display: inline-block;
  padding: 0.1rem 0.2rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: color 220ms ease, transform 220ms ease;
}

.coverage-point:hover span,
.coverage-point:focus-visible span,
.coverage-point.is-active span {
  transform: scale(1.25);
  background: var(--brand-blue);
  box-shadow: 0 0 1.8rem rgba(13, 96, 201, 0.52);
}

.coverage-point:hover strong,
.coverage-point:focus-visible strong,
.coverage-point.is-active strong {
  color: #0d60c9;
  transform: translateX(0.12rem);
}

.coverage-point.is-active span::before {
  opacity: 1;
  animation: coveragePulse 1.8s ease-out infinite;
}

.coverage-point.is-active span::after {
  opacity: 1;
  animation: coveragePulse 1.8s ease-out 0.45s infinite;
}

.coverage-point--base {
  --point-size: 1rem;
  font-size: 1.02rem;
}

.coverage-point--base span {
  background: #fff;
  box-shadow: inset 0 0 0 0.28rem var(--brand-blue), 0 0 0 0.35rem rgba(13, 96, 201, 0.14);
}

.coverage-tooltip {
  position: absolute;
  left: 61%;
  top: 34%;
  z-index: 3;
  width: min(16rem, 30%);
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(7, 50, 102, 0.1);
  border-radius: 0.72rem;
  color: #061225;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1.3rem 3rem rgba(4, 28, 62, 0.16);
  backdrop-filter: blur(16px);
  transition: transform 260ms ease, opacity 260ms ease;
}

.coverage-tooltip strong {
  font-size: 1.1rem;
  font-weight: 950;
}

.coverage-tooltip span,
.coverage-tooltip p {
  margin: 0;
  color: rgba(4, 17, 31, 0.62);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.35;
}

.coverage-legend {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
  display: grid;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 1rem 2.6rem rgba(4, 28, 62, 0.12);
  backdrop-filter: blur(14px);
}

.coverage-legend span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #061225;
  font-size: 0.85rem;
  font-weight: 850;
}

.coverage-legend i {
  width: 0.72rem;
  height: 0.72rem;
  display: inline-block;
  border-radius: 50%;
  background: #061f49;
}

.coverage-legend .legend-base {
  background: #fff;
  box-shadow: inset 0 0 0 0.2rem var(--brand-blue), 0 0 0 0.28rem rgba(13, 96, 201, 0.14);
}

.coverage-map-hint {
  position: absolute;
  left: 1.6rem;
  bottom: 1.55rem;
  z-index: 3;
  margin: 0;
  color: rgba(4, 17, 31, 0.55);
  font-size: 0.9rem;
  font-weight: 650;
}

@keyframes coveragePulse {
  0% {
    opacity: 0.82;
    transform: scale(0.72);
  }
  100% {
    opacity: 0;
    transform: scale(2.45);
  }
}

@media (prefers-reduced-motion: reduce) {
  .coverage-point.is-active span::before,
  .coverage-point.is-active span::after {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .coverage-flow--map {
    grid-template-columns: 1fr;
  }

  .coverage-flow--map .coverage-brief h2 {
    max-width: 10em;
    font-size: clamp(3.2rem, 8vw, 5.8rem);
  }
}

@media (max-width: 760px) {
  .coverage-flow--map {
    gap: 2.2rem;
  }

  .coverage-flow--map .coverage-brief {
    grid-template-columns: 1fr;
  }

  .coverage-flow--map .coverage-brief .section-kicker {
    margin-top: 0;
  }

  .coverage-flow--map .coverage-brief h2 {
    margin-top: 0;
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .coverage-flow--map .coverage-route {
    grid-template-columns: 1fr;
  }

  .coverage-flow--map .coverage-route article,
  .coverage-flow--map .coverage-route article:first-child,
  .coverage-flow--map .coverage-route article:last-child {
    min-height: auto;
    border: 1px solid rgba(7, 50, 102, 0.12);
    border-radius: 0.8rem;
  }

  .coverage-map-card {
    min-height: 34rem;
    margin-inline: calc(var(--page-gutter) * -0.45);
    border-radius: 0;
  }

  .coverage-map__image {
    object-position: 60% center;
  }

  .coverage-point strong {
    font-size: 0.76rem;
  }

  .coverage-tooltip {
    left: auto;
    right: 1rem;
    top: 7.5rem;
    width: 13.5rem;
  }

  .coverage-legend {
    right: 1rem;
    bottom: 1rem;
  }

  .coverage-map-hint {
    left: 1rem;
    bottom: 1rem;
    max-width: 11rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  font-family: var(--font-body);
  font-optical-sizing: auto;
}

body {
  --page-progress: 0;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(156, 207, 157, 0.18), transparent 34rem),
    var(--bg);
  color: var(--text);
}

body::before {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: calc(var(--page-progress, 0) * 100%);
  height: 2px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, var(--mint-strong), #f3fff0);
  box-shadow: 0 0 18px rgba(184, 223, 180, 0.42);
  transition: width 90ms linear;
}

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

button,
summary {
  font: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-shell {
  min-height: 100svh;
  overflow: visible;
}

.hero {
  --hero-scroll: 0;
  --liquid-x: 62%;
  --liquid-y: 42%;
  --liquid-opacity: 0;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #030909;
}

.hero__video,
.hero__scrim,
.hero__grain,
.hero__ripple-surface {
  position: absolute;
  inset: 0;
}

.hero__video {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.95) contrast(1.06);
  transform: translate3d(0, calc(var(--hero-scroll, 0) * -18px), 0) scale(calc(1.01 + (var(--hero-scroll, 0) * 0.065)));
  transform-origin: center;
  will-change: transform;
}

.hero__scrim {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 7, 7, 0.92) 0%, rgba(2, 7, 7, 0.8) 29%, rgba(2, 7, 7, 0.32) 57%, rgba(2, 7, 7, 0.12) 100%),
    linear-gradient(180deg, rgba(2, 7, 7, 0.2) 0%, rgba(2, 7, 7, 0.08) 48%, rgba(2, 7, 7, 0.92) 100%);
}

.hero__grain {
  z-index: -1;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 72% 35%, black, transparent 60%);
  opacity: calc(0.13 - (var(--hero-scroll, 0) * 0.04));
  transform: translate3d(calc(var(--hero-scroll, 0) * -22px), calc(var(--hero-scroll, 0) * 16px), 0);
  will-change: opacity, transform;
}

.hero__ripple-surface {
  z-index: -3;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: normal;
  opacity: 1;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 64%, rgba(0, 0, 0, 0.22) 72%, rgba(0, 0, 0, 0.9) 82%, black 100%);
}

.hero__ripple-surface canvas {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}

.hero__nav {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  min-height: var(--nav-height);
  padding: var(--nav-top) var(--content-x) 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 13rem;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-toggle {
  position: relative;
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 12, 12, 0.54);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle span:first-child {
  transform: translate(-50%, calc(-50% - 0.24rem));
}

.menu-toggle span:last-child {
  transform: translate(-50%, calc(-50% + 0.24rem));
}

.is-menu-open .menu-toggle span:first-child {
  transform: translate(-50%, -50%) rotate(42deg);
}

.is-menu-open .menu-toggle span:last-child {
  transform: translate(-50%, -50%) rotate(-42deg);
}

.nav-links,
.nav-actions,
.language-switch {
  display: flex;
  align-items: center;
}

.nav-links {
  font-family: var(--font-display);
  justify-content: flex-end;
  gap: 1.45rem;
  min-width: 0;
  flex-wrap: nowrap;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  font-weight: 560;
}

.nav-links a,
.service-menu summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  transition: color 180ms ease;
}

.motion-text {
  display: inline-flex;
  overflow: hidden;
  line-height: 1.2;
}

.motion-text__char {
  position: relative;
  display: inline-block;
  transform: translateY(0);
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--char-index, 0) * 12ms);
}

.motion-text__char::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-char);
  color: currentColor;
}

a:hover .motion-text__char,
a:focus-visible .motion-text__char,
button:hover .motion-text__char,
button:focus-visible .motion-text__char {
  transform: translateY(-100%);
}

.nav-links a::after,
.service-menu summary::after,
.text-action::after {
  position: absolute;
  right: 0;
  bottom: 0.12rem;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: left;
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.service-menu summary:hover,
.service-menu summary:focus-visible {
  color: var(--mint-strong);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.service-menu summary:hover::after,
.service-menu summary:focus-visible::after {
  opacity: 0.75;
  transform: scaleX(1);
}

.service-menu {
  position: relative;
}

.service-menu summary {
  list-style: none;
}

.service-menu summary::-webkit-details-marker {
  display: none;
}

.service-menu summary svg {
  width: 1rem;
  height: 1rem;
}

.service-menu[open] summary svg {
  transform: rotate(180deg);
}

.service-menu__panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 50%;
  width: 16.5rem;
  padding: 0.65rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 9, 9, 0.94);
  box-shadow: 0 22px 50px var(--shadow);
  transform: translateX(-50%);
}

.service-menu__panel a {
  display: block;
  min-height: auto;
  padding: 0.82rem 0.9rem;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.84);
}

.service-menu__panel a::after {
  display: none;
}

.service-menu__panel a:hover,
.service-menu__panel a:focus-visible {
  color: #06200f;
  background: var(--mint-strong);
}

.nav-actions {
  gap: 1.45rem;
}

.nav-cta,
.primary-action,
.text-action {
  --magnet-x: 0px;
  --magnet-y: 0px;
  font-family: var(--font-display);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 3.05rem;
  border: 1px solid transparent;
  font-weight: 760;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.nav-cta,
.primary-action,
.final-action {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.nav-cta::before,
.primary-action::before,
.final-action::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.34) 42%, transparent 62%);
  opacity: 0;
  transform: translateX(-120%);
}

.nav-cta > *,
.primary-action > *,
.final-action > * {
  position: relative;
  z-index: 1;
}

.nav-cta,
.primary-action {
  background: linear-gradient(180deg, #b9dfb8 0%, #8ec28f 100%);
  color: #0c2412;
  box-shadow: 0 18px 42px rgba(78, 139, 83, 0.32);
}

.nav-cta {
  min-height: 3.4rem;
  padding: 0.42rem 0.65rem 0.42rem 1.45rem;
  border-radius: 999px;
}

.nav-cta svg,
.primary-action__icon {
  flex: 0 0 auto;
  width: 2.12rem;
  height: 2.12rem;
  padding: 0.44rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.primary-action__icon {
  display: grid;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #0c2412;
  font-size: 1.35rem;
  line-height: 1;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.primary-action:hover,
.primary-action:focus-visible {
  transform: translate3d(var(--magnet-x), calc(var(--magnet-y) - 2px), 0);
  background: linear-gradient(180deg, #d5f2d0 0%, #9bd09c 100%);
}

.nav-cta:hover::before,
.nav-cta:focus-visible::before,
.primary-action:hover::before,
.primary-action:focus-visible::before,
.final-action:hover::before,
.final-action:focus-visible::before {
  animation: action-sheen 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

.language-switch {
  gap: 0.55rem;
}

.flag {
  position: relative;
  width: 1.6rem;
  height: 1.05rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 2px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0.72;
}

.flag.is-active,
.flag:hover,
.flag:focus-visible {
  opacity: 1;
}

.flag--de {
  background: linear-gradient(#050505 0 33%, #dd0000 33% 66%, #ffce00 66% 100%);
}

.flag--uk {
  background:
    linear-gradient(33deg, transparent 43%, #fff 43% 49%, #c8102e 49% 54%, #fff 54% 60%, transparent 60%),
    linear-gradient(147deg, transparent 43%, #fff 43% 49%, #c8102e 49% 54%, #fff 54% 60%, transparent 60%),
    linear-gradient(90deg, transparent 42%, #fff 42% 47%, #c8102e 47% 53%, #fff 53% 58%, transparent 58%),
    linear-gradient(0deg, transparent 38%, #fff 38% 45%, #c8102e 45% 55%, #fff 55% 62%, transparent 62%),
    #012169;
}

.hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 13.5rem);
  padding: 3.2rem var(--content-x) 10.6rem;
  opacity: calc(1 - (var(--hero-scroll, 0) * 0.28));
  transform: translate3d(0, calc(var(--hero-scroll, 0) * -28px), 0);
  will-change: opacity, transform;
}

.hero__copy {
  width: 47rem;
  max-width: 100%;
  padding-top: 1.2rem;
}

.eyebrow {
  font-family: var(--font-body);
  margin: 0 0 1.25rem;
  color: var(--mint-strong);
  font-size: 0.86rem;
  font-weight: 740;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: var(--hero-title-size);
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 > span {
  display: block;
}

.hero h1 .accent {
  color: var(--mint);
}

.hero__lead {
  max-width: 41rem;
  margin: 1.75rem 0 0;
  color: rgba(247, 251, 248, 0.78);
  font-size: 1.26rem;
  font-weight: 420;
  line-height: 1.58;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 2.15rem;
  margin-top: 2.35rem;
}

.primary-action {
  position: relative;
  min-height: 3.75rem;
  padding: 0.48rem 0.9rem 0.48rem 1.35rem;
  border-radius: 8px;
  font-size: 0.98rem;
}

.primary-action__label {
  min-width: 0;
}

.text-action {
  position: relative;
  min-height: 3.05rem;
  padding: 0 0 0.2rem;
  border-bottom: 1px solid rgba(156, 207, 157, 0.68);
  color: var(--mint-strong);
}

.text-action::after {
  display: none;
}

.text-action svg {
  width: 1.35rem;
  height: 1.35rem;
}

.text-action:hover,
.text-action:focus-visible {
  color: #dcf4d8;
  transform: translate3d(calc(var(--magnet-x) + 3px), var(--magnet-y), 0);
}

.cert-strip {
  position: absolute;
  z-index: 5;
  right: clamp(2.2rem, 5.2vw, 6.5rem);
  bottom: 9.45rem;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  padding: 0.48rem 0.55rem;
  border: 1px solid rgba(211, 238, 213, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(7, 17, 17, 0.45), rgba(7, 17, 17, 0.7));
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(8px);
  overflow: visible;
}

.cert-strip img {
  display: block;
  width: 4.95rem;
  height: auto;
  max-height: none;
  filter: drop-shadow(0 0.75rem 1.2rem rgba(0, 0, 0, 0.44));
  animation: cert-float 4.8s ease-in-out infinite alternate;
}

.cert-strip img:nth-child(2),
.cert-strip img:nth-child(3) {
  width: 5.05rem;
}

.cert-strip img:nth-child(2) {
  animation-delay: 420ms;
}

.cert-strip img:nth-child(3) {
  animation-delay: 780ms;
}

.cert-strip img:nth-child(4) {
  width: 5.2rem;
  animation-delay: 1040ms;
}

.proof-rail {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 0.95fr 1fr 1fr 1.12fr;
  min-height: 7rem;
  border-top: 1px solid rgba(211, 238, 213, 0.2);
  background:
    linear-gradient(180deg, rgba(5, 12, 12, 0.82), rgba(5, 12, 12, 0.94)),
    rgba(5, 12, 12, 0.88);
  box-shadow: 0 -22px 60px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

.proof-item {
  display: grid;
  grid-template-columns: 2.9rem 1fr;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  padding: 1rem clamp(1.25rem, 2.4vw, 2.25rem);
  border-right: 1px solid rgba(211, 238, 213, 0.18);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item svg {
  width: 2.65rem;
  height: 2.65rem;
  color: var(--mint);
  stroke-width: 1.45;
  stroke-dasharray: 88;
  stroke-dashoffset: 88;
}

.proof-item h2,
.proof-item p {
  margin: 0;
}

.proof-item h2 {
  color: rgba(247, 251, 248, 0.93);
  font-size: 0.98rem;
  font-weight: 620;
  line-height: 1.28;
}

.proof-item p {
  margin-top: 0.44rem;
  color: rgba(247, 251, 248, 0.63);
  font-size: 0.82rem;
  line-height: 1.45;
}

.section {
  --section-progress: 0;
  position: relative;
  background: var(--bg);
  border-top: 1px solid rgba(211, 238, 213, 0.12);
}

.section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 18% 12%, rgba(156, 207, 157, 0.11), transparent 28rem),
    radial-gradient(circle at 90% 34%, rgba(147, 160, 160, 0.08), transparent 24rem);
}

.section::after {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 0;
  width: calc(var(--section-progress, 0) * 100%);
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(184, 223, 180, 0.82), transparent);
  opacity: 0.72;
}

.section__inner {
  position: relative;
  z-index: 1;
  width: min(100% - calc(var(--content-x) * 2), 1440px);
  margin: 0 auto;
}

.section-heading {
  max-width: 50rem;
}

.section-kicker {
  margin: 0 0 0.95rem;
  color: var(--mint-strong);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 4.2rem;
  font-weight: 820;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: normal;
}

.section h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 760;
  line-height: 1.13;
  letter-spacing: 0;
}

.section p {
  color: rgba(247, 251, 248, 0.7);
  font-size: 1.05rem;
  line-height: 1.7;
}

.section--services {
  padding: 8rem 0 7rem;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.35fr);
  gap: clamp(3rem, 6vw, 7rem);
  align-items: start;
}

.service-system {
  --active-service-y: 0px;
  --active-service-h: 4.4rem;
  --service-glow-x: 22%;
  display: grid;
  grid-template-columns: minmax(13rem, 0.42fr) minmax(0, 1fr);
  gap: 1.4rem;
  min-width: 0;
}

.service-tabs {
  position: relative;
  display: grid;
  gap: 0.4rem;
  align-content: start;
}

.service-tabs::before,
.service-tabs::after {
  position: absolute;
  left: 0;
  width: 1px;
  pointer-events: none;
  content: "";
}

.service-tabs::before {
  top: 0;
  bottom: 0;
  background: rgba(211, 238, 213, 0.1);
}

.service-tabs::after {
  top: var(--active-service-y);
  height: var(--active-service-h);
  background: var(--mint-strong);
  box-shadow: 0 0 16px rgba(184, 223, 180, 0.55);
  transition:
    top 420ms cubic-bezier(0.22, 1, 0.36, 1),
    height 220ms ease;
}

.service-tab {
  position: relative;
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  align-items: center;
  gap: 0.9rem;
  min-height: 4.4rem;
  padding: 0 1rem;
  border: 1px solid rgba(211, 238, 213, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(247, 251, 248, 0.78);
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.service-tab::after {
  position: absolute;
  top: 0.7rem;
  bottom: 0.7rem;
  left: -1px;
  width: 2px;
  content: "";
  background: var(--mint-strong);
  opacity: 0;
  transform: scaleY(0.3);
  transform-origin: top;
  transition: opacity 220ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-tab span {
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 840;
}

.service-tab:hover,
.service-tab:focus-visible,
.service-tab.is-active {
  border-color: rgba(184, 223, 180, 0.46);
  background: rgba(156, 207, 157, 0.12);
  color: var(--text);
}

.service-tab.is-active {
  transform: translateX(0.28rem);
}

.service-tab.is-active::after {
  opacity: 1;
  transform: scaleY(1);
}

.service-panels {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(211, 238, 213, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(156, 207, 157, 0.1), rgba(255, 255, 255, 0.025) 42%),
    rgba(5, 12, 12, 0.64);
  box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.service-panels::before {
  position: absolute;
  inset: -22%;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at var(--service-glow-x) 18%, rgba(184, 223, 180, 0.2), transparent 22rem),
    linear-gradient(115deg, transparent 32%, rgba(184, 223, 180, 0.08), transparent 56%);
  opacity: 0.76;
  transform: translate3d(calc((var(--hero-scroll, 0) * -1rem)), 0, 0);
  transition: background-position 420ms ease;
}

.service-panel {
  position: relative;
  z-index: 1;
  min-height: 28rem;
  padding: clamp(1.8rem, 3.5vw, 3.2rem);
}

.service-panel.is-active {
  animation: panel-focus-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-panel.is-active .panel-topline,
.service-panel.is-active h3,
.service-panel.is-active > p:not(.panel-label),
.service-panel.is-active .service-specs,
.service-panel.is-active .service-words {
  animation: content-rise-in 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-panel.is-active h3 {
  animation-delay: 70ms;
}

.service-panel.is-active > p:not(.panel-label) {
  animation-delay: 130ms;
}

.service-panel.is-active .service-specs {
  animation-delay: 190ms;
}

.service-panel.is-active .service-words {
  animation-delay: 260ms;
}

.service-panel.is-active .service-words span {
  animation: chip-rise-in 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-panel.is-active .service-words span:nth-child(2) {
  animation-delay: 50ms;
}

.service-panel.is-active .service-words span:nth-child(3) {
  animation-delay: 100ms;
}

.service-panel.is-active .service-words span:nth-child(4) {
  animation-delay: 150ms;
}

.service-panel[hidden] {
  display: none;
}

.panel-label {
  margin-top: 0;
  color: var(--mint-strong) !important;
  font-size: 0.8rem !important;
  font-weight: 820;
  text-transform: uppercase;
}

.service-panel > p:not(.panel-label) {
  max-width: 42rem;
  margin-top: 1.25rem;
}

.service-words {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 3.2rem;
}

.service-words span {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid rgba(211, 238, 213, 0.16);
  border-radius: 999px;
  color: rgba(247, 251, 248, 0.82);
  background: rgba(255, 255, 255, 0.035);
}

.section--trust {
  padding: 7rem 0;
  background:
    linear-gradient(180deg, #030909, #081211 48%, #030909);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.88fr) minmax(0, 1fr);
  gap: clamp(2.8rem, 6vw, 7rem);
  align-items: center;
}

.trust-media {
  min-height: 38rem;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(211, 238, 213, 0.16);
  background: #071111;
}

.trust-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 38rem;
  object-fit: cover;
  object-position: 46% center;
  filter: saturate(0.86) contrast(1.04);
  transform: translate3d(0, calc(var(--trust-depth, 0) * -18px), 0) scale(calc(1.03 + (var(--trust-depth, 0) * 0.035)));
  transition: transform 220ms linear;
}

.trust-copy > p:not(.section-kicker) {
  max-width: 45rem;
}

.trust-lines {
  display: grid;
  gap: 0;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(211, 238, 213, 0.14);
}

.trust-lines > div {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(211, 238, 213, 0.14);
}

.trust-lines > div,
.cert-ledger article,
.evidence-ledger article,
.process-rail article,
.final-steps span {
  opacity: 0.55;
  transform: translateY(12px);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 240ms ease,
    background 240ms ease;
}

.trust-copy.is-visible .trust-lines > div,
.cert-ledger.is-visible article,
.evidence-ledger.is-visible article,
.process-rail.is-visible article,
.final-cta.is-visible .final-steps span {
  opacity: 1;
  transform: translateY(0);
}

.trust-copy.is-visible .trust-lines > div:nth-child(2),
.cert-ledger.is-visible article:nth-child(2),
.evidence-ledger.is-visible article:nth-child(2),
.process-rail.is-visible article:nth-child(2),
.final-cta.is-visible .final-steps span:nth-child(2) {
  transition-delay: 70ms;
}

.trust-copy.is-visible .trust-lines > div:nth-child(3),
.cert-ledger.is-visible article:nth-child(3),
.evidence-ledger.is-visible article:nth-child(3),
.process-rail.is-visible article:nth-child(3),
.final-cta.is-visible .final-steps span:nth-child(3) {
  transition-delay: 140ms;
}

.cert-ledger.is-visible article:nth-child(4),
.evidence-ledger.is-visible article:nth-child(4),
.process-rail.is-visible article:nth-child(4),
.final-cta.is-visible .final-steps span:nth-child(4) {
  transition-delay: 210ms;
}

.trust-lines span {
  color: var(--mint);
  font-size: 0.82rem;
  font-weight: 840;
}

.trust-lines strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
}

.trust-lines p {
  grid-column: 2;
  margin: -0.35rem 0 0;
  font-size: 0.92rem;
}

.section--evidence {
  padding: 7rem 0;
}

.evidence-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: start;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(211, 238, 213, 0.16);
  border-left: 1px solid rgba(211, 238, 213, 0.16);
}

.evidence-item {
  min-height: 12rem;
  padding: 1.6rem;
  border-right: 1px solid rgba(211, 238, 213, 0.16);
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

.evidence-item span {
  color: var(--mint-strong);
  font-weight: 780;
}

.evidence-item p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.section--coverage {
  padding: 7rem 0;
  background:
    linear-gradient(90deg, rgba(3, 9, 9, 0.98), rgba(8, 18, 17, 0.95)),
    #071111;
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.72fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: start;
}

.coverage-layout > div:first-child p {
  max-width: 45rem;
}

.coverage-steps {
  border-top: 1px solid rgba(211, 238, 213, 0.16);
}

.coverage-steps div {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  color: rgba(247, 251, 248, 0.86);
  font-weight: 640;
}

.coverage-steps span {
  color: var(--mint);
  font-weight: 840;
}

.section--final {
  padding: 7rem 0;
  background: #081211;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(211, 238, 213, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(156, 207, 157, 0.16), rgba(255, 255, 255, 0.025) 42%),
    rgba(3, 9, 9, 0.78);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.32);
}

.final-cta p {
  max-width: 44rem;
}

.final-action {
  --magnet-x: 0px;
  --magnet-y: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.3rem;
  min-width: min(100%, 25rem);
  min-height: 4.2rem;
  padding: 0.55rem 0.75rem 0.55rem 1.35rem;
  border-radius: 8px;
  color: #0c2412;
  background: linear-gradient(180deg, #d3f0cf, #94ca95);
  font-weight: 820;
  box-shadow: 0 18px 42px rgba(78, 139, 83, 0.32);
  transition: transform 180ms ease, background 180ms ease;
}

.final-action > span:last-child {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 1.4rem;
}

.final-action:hover,
.final-action:focus-visible {
  transform: translate3d(var(--magnet-x), calc(var(--magnet-y) - 2px), 0);
  background: linear-gradient(180deg, #e4f8df, #9fd6a0);
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid rgba(211, 238, 213, 0.14);
  background: #030909;
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-layout img {
  width: 11rem;
  height: auto;
}

.footer-layout div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  color: rgba(247, 251, 248, 0.72);
  font-size: 0.92rem;
}

.footer-layout a:hover,
.footer-layout a:focus-visible {
  color: var(--mint-strong);
}

.services-layout--art {
  grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.45fr);
}

.services-heading {
  position: sticky;
  top: 2rem;
}

.section-index {
  display: grid;
  gap: 0;
  margin-top: 2.2rem;
  border-top: 1px solid rgba(211, 238, 213, 0.16);
}

.section-index span {
  display: flex;
  min-height: 3.4rem;
  align-items: center;
  border-bottom: 1px solid rgba(211, 238, 213, 0.14);
  color: rgba(247, 251, 248, 0.76);
  font-size: 0.88rem;
  font-weight: 760;
}

.panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.panel-topline .panel-label {
  margin: 0;
}

.panel-topline > span {
  min-height: 2rem;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(184, 223, 180, 0.22);
  border-radius: 999px;
  color: rgba(247, 251, 248, 0.72);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.76rem;
  font-weight: 760;
  white-space: nowrap;
}

.service-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 2.25rem 0 0;
  border-top: 1px solid rgba(211, 238, 213, 0.16);
  border-left: 1px solid rgba(211, 238, 213, 0.16);
}

.service-specs div {
  min-height: 7.1rem;
  padding: 1rem;
  border-right: 1px solid rgba(211, 238, 213, 0.16);
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

.service-specs dt {
  margin: 0 0 0.7rem;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.service-specs dd {
  margin: 0;
  color: rgba(247, 251, 248, 0.82);
  font-size: 0.88rem;
  line-height: 1.45;
}

.trust-layout--art {
  grid-template-columns: minmax(22rem, 0.92fr) minmax(0, 1.08fr);
}

.trust-media {
  position: relative;
  margin: 0;
}

.trust-media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.16), transparent 44%);
  opacity: calc(0.1 + (var(--trust-depth, 0) * 0.16));
  transform: translate3d(calc(-42% + (var(--trust-depth, 0) * 68%)), 0, 0);
  mix-blend-mode: screen;
  will-change: opacity, transform;
}

.trust-media::after {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(3, 9, 9, 0.92));
}

.trust-media figcaption {
  position: absolute;
  z-index: 2;
  right: 1.3rem;
  bottom: 1.3rem;
  left: 1.3rem;
  display: grid;
  gap: 0.3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(211, 238, 213, 0.24);
}

.trust-media figcaption span {
  color: var(--mint-strong);
  font-size: 0.75rem;
  font-weight: 820;
  text-transform: uppercase;
}

.trust-media figcaption strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.1rem;
  line-height: 1.35;
}

.cert-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.4rem;
  border-top: 1px solid rgba(211, 238, 213, 0.16);
  border-left: 1px solid rgba(211, 238, 213, 0.16);
}

.cert-ledger article {
  display: grid;
  grid-template-columns: 4.1rem 1fr;
  align-items: center;
  gap: 0.9rem;
  min-height: 6.2rem;
  padding: 0.8rem 1rem;
  border-right: 1px solid rgba(211, 238, 213, 0.16);
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

.cert-ledger img {
  display: block;
  width: 3.6rem;
  height: auto;
  max-height: 4.6rem;
  object-fit: contain;
  filter: drop-shadow(0 0.5rem 0.8rem rgba(0, 0, 0, 0.34));
}

.cert-ledger span {
  display: block;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.cert-ledger strong {
  display: block;
  margin-top: 0.22rem;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.32;
}

.evidence-layout--art {
  grid-template-columns: minmax(22rem, 0.76fr) minmax(0, 1.24fr);
}

.section--evidence h2 {
  font-size: 3.55rem;
}

.evidence-ledger {
  border-top: 1px solid rgba(211, 238, 213, 0.16);
}

.evidence-ledger article {
  position: relative;
  display: grid;
  grid-template-columns: 3.8rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  min-height: 7.3rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
}

.evidence-ledger article::before,
.process-rail article::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(var(--line-progress, 0) * 100%);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--mint), transparent);
  opacity: 0.7;
  transition: width 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.evidence-ledger.is-visible article,
.process-rail.is-visible article {
  --line-progress: 1;
}

.ledger-number {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 1px solid rgba(184, 223, 180, 0.28);
  border-radius: 999px;
  color: var(--mint-strong);
  font-size: 0.78rem;
  font-weight: 820;
}

.evidence-ledger h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.22;
}

.evidence-ledger p {
  margin: 0.42rem 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.evidence-ledger em {
  color: rgba(247, 251, 248, 0.55);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 760;
  text-transform: uppercase;
  white-space: nowrap;
}

.coverage-layout--art {
  grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 0.86fr);
}

.coverage-map {
  margin-top: 2.5rem;
  padding: 1.35rem;
  border: 1px solid rgba(211, 238, 213, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(156, 207, 157, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(3, 9, 9, 0.56);
}

.coverage-map span {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.coverage-map strong {
  display: block;
  margin-top: 0.5rem;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 2.1rem;
  line-height: 1;
}

.coverage-map p {
  max-width: 31rem;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.process-rail {
  display: grid;
  border-top: 1px solid rgba(211, 238, 213, 0.16);
}

.process-rail article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
}

.process-rail span {
  color: var(--mint);
  font-weight: 840;
}

.process-rail strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.process-rail p {
  grid-column: 2;
  margin: -0.45rem 0 0;
  font-size: 0.94rem;
  line-height: 1.55;
}

.final-cta--split {
  grid-template-columns: minmax(0, 1fr) minmax(16rem, auto);
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.final-main {
  padding: 3.2rem;
}

.final-cta--split .final-action {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3rem;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-self: stretch;
  align-items: end;
  min-width: 0;
  min-height: 100%;
  padding: 3.2rem 2.2rem;
  border-radius: 0;
  box-shadow: none;
}

.final-cta--split .final-action__eyebrow {
  grid-column: 1 / -1;
  align-self: start;
  color: rgba(12, 36, 18, 0.68);
  font-size: 0.78rem;
  font-weight: 840;
  text-transform: uppercase;
}

.final-cta--split .final-action__label {
  grid-column: 1;
  max-width: 18rem;
  font-size: 1.18rem;
  line-height: 1.3;
}

.final-cta--split .final-action__icon {
  grid-column: 2;
  align-self: end;
  justify-self: end;
  transition: transform 220ms ease;
}

.final-cta--split .final-action:hover .final-action__icon,
.final-cta--split .final-action:focus-visible .final-action__icon {
  transform: translateX(0.25rem);
}

.final-steps {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(211, 238, 213, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

.final-steps span {
  min-height: 4.2rem;
  padding: 1.1rem 1.35rem;
  border-right: 1px solid rgba(211, 238, 213, 0.14);
  color: rgba(247, 251, 248, 0.76);
  font-size: 0.86rem;
  font-weight: 780;
  text-transform: uppercase;
}

.final-steps span:last-child {
  border-right: 0;
}

.footer-layout--art {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(18rem, 0.42fr);
  align-items: center;
}

.footer-layout--art p {
  margin: 0;
  color: rgba(247, 251, 248, 0.58);
  font-size: 0.88rem;
  line-height: 1.55;
}

.reveal-on-scroll {
  opacity: 0;
  clip-path: inset(0 0 14% 0);
  transform: translateY(22px);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  clip-path: inset(0);
  transform: translateY(0);
}

.motion-headline {
  position: relative;
}

.motion-headline__visual {
  --headline-sheen: -130%;
  --headline-glow: 0;
  position: relative;
  display: inline-block;
  isolation: isolate;
}

.motion-headline__visual::after {
  position: absolute;
  z-index: 2;
  inset: -0.08em -0.12em;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(108deg, transparent 0 40%, rgba(184, 223, 180, 0.16) 46%, rgba(255, 255, 255, 0.5) 50%, rgba(184, 223, 180, 0.2) 54%, transparent 61% 100%);
  filter: blur(0.25px);
  mix-blend-mode: screen;
  opacity: var(--headline-glow);
  transform: translateX(var(--headline-sheen));
  will-change: transform, opacity;
}

.motion-headline .motion-word {
  display: inline-block;
  overflow: clip;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
  vertical-align: top;
}

.motion-headline .motion-word__inner {
  display: inline-block;
  transform-origin: 0 100%;
  will-change: transform, opacity, filter;
}

.motion-highlight {
  --highlight-progress: 0;
  --highlight-glow: 0;
  position: relative;
  z-index: 0;
  display: inline;
  isolation: isolate;
  color: rgba(247, 251, 248, 0.82);
  background:
    linear-gradient(90deg, var(--mint-strong), #f7fff5 46%, var(--mint) 100%) 0 58% / calc(var(--highlight-progress) * 100%) 100% no-repeat,
    linear-gradient(rgba(247, 251, 248, 0.8), rgba(247, 251, 248, 0.8)) 0 0 / 100% 100% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  text-shadow: 0 0 calc(var(--highlight-glow) * 1.15rem) rgba(184, 223, 180, 0.38);
}

.motion-highlight::before {
  position: absolute;
  pointer-events: none;
  content: "";
}

.motion-highlight::before {
  z-index: -1;
  inset: -0.18em -0.16em -0.12em;
  border-radius: 999px;
  background: radial-gradient(ellipse at 50% 58%, rgba(184, 223, 180, 0.26), transparent 68%);
  filter: blur(12px);
  opacity: calc(var(--highlight-glow) * 0.7);
  transform: scaleX(calc(0.18 + (var(--highlight-progress) * 0.82)));
  transform-origin: left;
}

.motion-highlight.is-highlighted {
  color: rgba(247, 251, 248, 0.9);
}

.reference-rail article,
.proof-matrix article,
.coverage-route article {
  --line-progress: 0;
  transition:
    background 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease;
}

.reference-rail article::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(var(--line-progress, 0) * 100%);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--mint-strong), transparent);
  opacity: 0.78;
}

.reference-rail article.is-motion-active,
.proof-matrix article.is-motion-active,
.coverage-route article.is-motion-active {
  border-color: rgba(184, 223, 180, 0.28);
  background:
    linear-gradient(145deg, rgba(184, 223, 180, 0.11), transparent 62%),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 0 0 1px rgba(184, 223, 180, 0.08),
    0 0 2.2rem rgba(184, 223, 180, 0.08);
  transform: translateY(-0.18rem);
}

.reference-rail article.is-motion-active strong,
.proof-matrix article.is-motion-active strong,
.coverage-route article.is-motion-active strong {
  color: #f7fff5;
  text-shadow: 0 0 1rem rgba(184, 223, 180, 0.2);
}

.hero:not(.is-ready) .brand,
.hero:not(.is-ready) .nav-links,
.hero:not(.is-ready) .nav-actions,
.hero:not(.is-ready) .hero__copy > *,
.hero:not(.is-ready) .cert-strip,
.hero:not(.is-ready) .proof-item {
  opacity: 0;
  transform: translateY(14px);
}

.hero.is-ready .brand,
.hero.is-ready .nav-links,
.hero.is-ready .nav-actions,
.hero.is-ready .hero__copy > *,
.hero.is-ready .cert-strip,
.hero.is-ready .proof-item {
  animation: rise-in 620ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.hero.is-ready .nav-links {
  animation-delay: 80ms;
}

.hero.is-ready .nav-actions {
  animation-delay: 130ms;
}

.hero.is-ready .hero__copy .eyebrow {
  animation-delay: 180ms;
}

.hero.is-ready .hero__copy h1 {
  animation-delay: 240ms;
}

.hero.is-ready .hero__lead {
  animation-delay: 340ms;
}

.hero.is-ready .hero__actions {
  animation-delay: 430ms;
}

.hero.is-ready .cert-strip {
  animation-delay: 520ms;
}

.hero.is-ready .proof-item:nth-child(1) {
  animation-delay: 600ms;
}

.hero.is-ready .proof-item:nth-child(2) {
  animation-delay: 660ms;
}

.hero.is-ready .proof-item:nth-child(3) {
  animation-delay: 720ms;
}

.hero.is-ready .proof-item:nth-child(4) {
  animation-delay: 780ms;
}

.hero.is-ready .proof-item svg {
  animation: icon-draw 860ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero.is-ready .proof-item:nth-child(1) svg {
  animation-delay: 720ms;
}

.hero.is-ready .proof-item:nth-child(2) svg {
  animation-delay: 780ms;
}

.hero.is-ready .proof-item:nth-child(3) svg {
  animation-delay: 840ms;
}

.hero.is-ready .proof-item:nth-child(4) svg {
  animation-delay: 900ms;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes action-sheen {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }
  22% {
    opacity: 0.78;
  }
  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes cert-float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-0.32rem);
  }
}

@keyframes icon-draw {
  from {
    stroke-dashoffset: 88;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes panel-focus-in {
  from {
    opacity: 0.72;
    transform: translateY(10px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes content-rise-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes chip-rise-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes liquid-lens-morph {
  0% {
    border-radius: 48% 52% 45% 55% / 56% 42% 58% 44%;
  }
  50% {
    border-radius: 55% 45% 53% 47% / 44% 58% 42% 56%;
  }
  100% {
    border-radius: 42% 58% 50% 50% / 58% 46% 54% 42%;
  }
}

@keyframes customer-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-100% - 1rem), 0, 0);
  }
}

@media (max-width: 1320px) {
  :root {
    --content-x: 3.2rem;
    --hero-title-size: 3.35rem;
  }

  .hero__nav {
    gap: 1.4rem;
  }

  .brand {
    width: 12.5rem;
  }

  .nav-links {
    gap: 1.2rem;
    font-size: 0.92rem;
  }

  .cert-strip {
    right: 2.6rem;
  }

  .cert-strip img {
    width: 4.9rem;
    height: auto;
    max-height: none;
  }

  .cert-strip img:nth-child(2),
  .cert-strip img:nth-child(3) {
    width: 5.1rem;
  }

  .cert-strip img:nth-child(4) {
    width: 5.25rem;
  }

  .proof-item {
    padding-right: 1.45rem;
    padding-left: 1.45rem;
  }
}

@media (max-width: 1040px) {
  :root {
    --content-x: 2rem;
    --nav-top: 1.4rem;
    --hero-title-size: 3rem;
  }

  .hero__nav {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
  }

  .menu-toggle {
    position: absolute;
    top: 1.1rem;
    right: auto;
    left: calc(100vw - 4.15rem);
    left: calc(100svw - 4.15rem);
    z-index: 30;
    display: grid;
    justify-self: end;
    width: 3.05rem;
    height: 3.05rem;
    border-color: rgba(184, 223, 180, 0.68);
    background:
      linear-gradient(180deg, rgba(213, 244, 210, 0.96), rgba(148, 202, 149, 0.94));
    color: #08200e;
    box-shadow:
      0 0 0 0.28rem rgba(184, 223, 180, 0.08),
      0 1rem 2.4rem rgba(0, 0, 0, 0.38);
  }

  .nav-links,
  .nav-actions {
    position: fixed;
    right: 1rem;
    left: 1rem;
    display: none;
    grid-column: 1 / -1;
    border: 1px solid rgba(211, 238, 213, 0.18);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(156, 207, 157, 0.035) 42%, rgba(255, 255, 255, 0.018)),
      rgba(3, 9, 9, 0.9);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.025) inset,
      0 2.2rem 5.8rem rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(18px) saturate(1.08);
  }

  .nav-links {
    z-index: 24;
    top: 5.35rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.85rem;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    transform: translateY(-0.5rem);
    opacity: 0;
  }

  .nav-links a,
  .service-menu summary {
    min-height: 3.35rem;
    padding: 0 0.82rem;
    border-radius: 6px;
    border-bottom: 1px solid rgba(211, 238, 213, 0.1);
    color: rgba(247, 251, 248, 0.92);
    font-size: 1rem;
    font-weight: 760;
    white-space: normal;
  }

  .nav-links > a:last-child {
    border-bottom: 0;
  }

  .nav-links a::after,
  .service-menu summary::after {
    display: none;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible,
  .service-menu summary:hover,
  .service-menu summary:focus-visible {
    color: #f7fff5;
    background: rgba(184, 223, 180, 0.08);
  }

  .service-menu__panel {
    position: static;
    width: 100%;
    margin: 0.25rem 0 0.35rem;
    padding: 0.45rem;
    border-color: rgba(211, 238, 213, 0.12);
    background: rgba(255, 255, 255, 0.035);
    transform: none;
    box-shadow: none;
  }

  .service-menu__panel a {
    min-height: 2.85rem;
    padding: 0 0.75rem;
    border-bottom: 0;
    color: rgba(247, 251, 248, 0.74);
    font-size: 0.92rem;
  }

  .nav-actions {
    z-index: 24;
    top: calc(5.35rem + 22.2rem);
    padding: 0.85rem;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-0.5rem);
    opacity: 0;
  }

  .is-menu-open .nav-links,
  .is-menu-open .nav-actions {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 180ms ease,
      transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .hero__content {
    align-items: flex-end;
    min-height: calc(100svh - 12rem);
    padding-top: 5rem;
    padding-bottom: 17rem;
  }

  .hero__copy {
    width: 37rem;
  }

  .hero__lead {
    font-size: 1.08rem;
  }

  .cert-strip {
    right: 1.5rem;
    bottom: 8.9rem;
  }

  .cert-strip img {
    width: 4.35rem;
    height: auto;
    max-height: none;
  }

  .cert-strip img:nth-child(2),
  .cert-strip img:nth-child(3) {
    width: 4.5rem;
  }

  .cert-strip img:nth-child(4) {
    width: 4.55rem;
  }

  .proof-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 9.8rem;
  }

  .proof-item {
    grid-template-columns: 2.4rem 1fr;
    gap: 0.8rem;
    padding: 0.95rem 1.2rem;
  }

  .proof-item:nth-child(2) {
    border-right: 0;
  }

  .proof-item:nth-child(1),
  .proof-item:nth-child(2) {
    border-bottom: 1px solid rgba(211, 238, 213, 0.18);
  }

  .proof-item svg {
    width: 2.25rem;
    height: 2.25rem;
  }

  .section--services,
  .section--trust,
  .section--evidence,
  .section--coverage,
  .section--final {
    padding: 5rem 0;
  }

  .section h2 {
    font-size: 3.1rem;
  }

  .section h3 {
    font-size: 2.05rem;
  }

  .services-layout,
  .trust-layout,
  .evidence-layout,
  .coverage-layout,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .service-system {
    grid-template-columns: 1fr;
  }

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

  .service-tab.is-active {
    transform: none;
  }

  .trust-media,
  .trust-media img {
    min-height: 30rem;
  }

  .final-action {
    width: min(100%, 27rem);
  }
}

@media (max-width: 700px) {
  :root {
    --content-x: 1.15rem;
    --hero-title-size: 2.25rem;
  }

  .hero {
    min-height: auto;
  }

  .hero__video {
    object-position: 63% center;
  }

  .hero__scrim {
    background:
      linear-gradient(90deg, rgba(2, 7, 7, 0.88) 0%, rgba(2, 7, 7, 0.56) 100%),
      linear-gradient(180deg, rgba(2, 7, 7, 0.24) 0%, rgba(2, 7, 7, 0.36) 42%, rgba(2, 7, 7, 0.96) 100%);
  }

  .hero__nav {
    min-height: 3.8rem;
  }

  .brand {
    width: 10rem;
  }

  .nav-actions {
    top: calc(5.35rem + 22.2rem);
    flex-direction: column;
    align-items: stretch;
  }

  .nav-cta {
    width: 100%;
  }

  .language-switch {
    justify-content: center;
  }

  .hero__content {
    display: block;
    min-height: 47rem;
    padding-top: 9rem;
    padding-bottom: 20.5rem;
  }

  .hero__copy {
    width: 100%;
    min-width: 0;
  }

  .eyebrow {
    margin-bottom: 0.85rem;
    font-size: 0.75rem;
  }

  .hero h1 {
    line-height: 1.16;
  }

  .hero__lead {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.6rem;
    max-width: 100%;
    min-width: 0;
  }

  .primary-action {
    width: calc(100vw - 2.3rem);
    width: calc(100svw - 2.3rem);
    max-width: 100%;
    justify-content: space-between;
    gap: 0.65rem;
    min-height: 3.35rem;
    padding-right: 0.72rem;
    padding-left: 1rem;
    font-size: 0.9rem;
    white-space: normal;
  }

  .primary-action__label {
    flex: 1 1 auto;
    max-width: calc(100% - 2.8rem);
  }

  .primary-action__icon {
    order: -1;
    flex-basis: 2rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }

  .text-action {
    align-self: flex-start;
  }

  .cert-strip {
    display: none;
  }

  .proof-rail {
    position: absolute;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .proof-item {
    min-height: 4rem;
    border-right: 0;
    border-bottom: 1px solid rgba(211, 238, 213, 0.18);
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .proof-item h2 {
    font-size: 0.94rem;
  }

  .proof-item p {
    font-size: 0.78rem;
  }

  .section__inner {
    width: min(100% - 2.3rem, 1440px);
  }

  .section h2 {
    font-size: 1.98rem;
    line-height: 1.12;
    overflow-wrap: normal;
    hyphens: manual;
    text-wrap: normal;
  }

  .section h3 {
    font-size: 1.65rem;
  }

  .section p {
    font-size: 0.98rem;
  }

  .service-tabs,
  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .service-panel {
    min-height: 24rem;
    padding: 1.35rem;
  }

  .service-words {
    margin-top: 2rem;
  }

  .service-words span {
    min-height: 2.35rem;
    font-size: 0.88rem;
  }

  .trust-media,
  .trust-media img {
    min-height: 24rem;
  }

  .trust-lines > div {
    grid-template-columns: 2.4rem 1fr;
  }

  .evidence-item {
    min-height: auto;
    padding: 1.25rem;
  }

  .coverage-steps div {
    grid-template-columns: 2.4rem 1fr;
  }

  .final-cta {
    padding: 1.35rem;
  }

  .final-action {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

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

@media (max-width: 420px) {
  :root {
    --hero-title-size: 2rem;
  }

  .brand {
    width: 8.8rem;
  }

  .hero__content {
    min-height: 48.5rem;
  }

  .primary-action__label {
    white-space: normal;
  }
}

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

  .hero__video {
    display: none;
  }

  .hero {
    background-image: url("./assets/hero-poster-v2.jpg");
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 1040px) {
  .menu-toggle {
    position: absolute !important;
    top: 1.4rem !important;
    right: 1.15rem !important;
    left: auto !important;
    z-index: 20 !important;
    display: grid !important;
    border-color: rgba(255, 255, 255, 0.52) !important;
    background: var(--mint) !important;
    color: #08200e !important;
  }
}

@media (max-width: 1040px) {
  .services-heading {
    position: static;
  }

  .section-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-index span {
    justify-content: center;
    border-right: 1px solid rgba(211, 238, 213, 0.14);
    text-align: center;
  }

  .section-index span:last-child {
    border-right: 0;
  }

  .service-specs {
    grid-template-columns: 1fr;
  }

  .trust-layout--art,
  .evidence-layout--art,
  .coverage-layout--art,
  .footer-layout--art {
    grid-template-columns: 1fr;
  }

  .final-cta--split {
    grid-template-columns: 1fr;
  }

  .final-main,
  .final-cta--split .final-action {
    padding: 2.2rem;
  }

  .final-cta--split .final-action {
    min-height: 4.8rem;
    border-radius: 0;
  }
}

@media (max-width: 700px) {
  .section-index {
    grid-template-columns: 1fr;
  }

  .section-index span {
    justify-content: flex-start;
    border-right: 0;
    text-align: left;
  }

  .panel-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .panel-topline > span {
    white-space: normal;
  }

  .service-specs div {
    min-height: auto;
  }

  .trust-media figcaption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .cert-ledger {
    grid-template-columns: 1fr;
  }

  .evidence-ledger article {
    grid-template-columns: 2.9rem 1fr;
    align-items: start;
  }

  .evidence-ledger em {
    grid-column: 2;
    white-space: normal;
  }

  .coverage-map strong {
    font-size: 1.75rem;
  }

  .process-rail article {
    grid-template-columns: 2.45rem 1fr;
  }

  .final-main,
  .final-cta--split .final-action {
    padding: 1.35rem;
  }

  .final-steps {
    grid-template-columns: 1fr;
  }

  .final-steps span {
    min-height: 3.25rem;
    border-right: 0;
    border-bottom: 1px solid rgba(211, 238, 213, 0.14);
  }

  .final-steps span:last-child {
    border-bottom: 0;
  }
}

/* Rebuild pass: editorial sections below the approved hero. */
.section--service-arc,
.section--standard-wall,
.section--customer-rail,
.section--sustainability,
.section--proof-matrix,
.section--coverage-flow,
.section--team-trust,
.section--consult {
  overflow: hidden;
}

.section--service-arc {
  padding: 8.5rem 0 7.5rem;
  background:
    linear-gradient(180deg, #030909 0%, #071110 42%, #030909 100%),
    var(--bg);
}

.section--service-arc.is-service-scroll-ready {
  overflow: visible;
}

.service-arc {
  display: grid;
  gap: 4.6rem;
}

.service-arc__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.56fr);
  gap: 4rem;
  align-items: end;
}

.service-arc__intro .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -2.6rem;
}

.service-arc__intro h2,
.customer-brief h2,
.standard-copy h2,
.sustainability-copy h2,
.proof-intro h2,
.coverage-brief h2,
.team-trust__copy h2,
.consult-main h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 3.95rem;
  font-weight: 830;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.service-arc__intro p:not(.section-kicker),
.customer-brief p:not(.section-kicker),
.standard-copy > p:not(.section-kicker),
.sustainability-copy > p:not(.section-kicker),
.proof-intro p:not(.section-kicker),
.coverage-brief p:not(.section-kicker),
.team-trust__copy > p:not(.section-kicker),
.consult-main p:not(.section-kicker) {
  max-width: 34rem;
  margin: 0;
  color: rgba(247, 251, 248, 0.68);
  font-size: 1.05rem;
  line-height: 1.7;
}

.service-arc__intro p:not(.section-kicker) {
  justify-self: end;
}

.service-board {
  --service-depth: 0;
  --service-pin-progress: 0;
  --service-pin-local: 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(17rem, 0.42fr) minmax(0, 1fr);
  min-height: 42rem;
  border-top: 1px solid rgba(211, 238, 213, 0.18);
  border-bottom: 1px solid rgba(211, 238, 213, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.015), transparent 36%),
    rgba(3, 9, 9, 0.46);
}

.service-board::after {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, var(--mint-strong) 0 calc(var(--service-pin-progress) * 100%), transparent 0 100%);
  box-shadow: 0 0 1.15rem rgba(184, 223, 180, 0.26);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-board.is-scroll-pinning {
  box-shadow:
    0 0 0 1px rgba(184, 223, 180, 0.08),
    0 2rem 6rem rgba(0, 0, 0, 0.22);
}

.service-board.is-scroll-pinning::after {
  opacity: 1;
}

.service-lanes {
  display: grid;
  align-content: stretch;
  border-right: 1px solid rgba(211, 238, 213, 0.16);
}

.service-lane {
  position: relative;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  grid-template-rows: auto auto;
  gap: 0.42rem 1rem;
  align-content: center;
  min-height: 10.5rem;
  padding: 1.5rem 1.45rem;
  border: 0;
  border-bottom: 1px solid rgba(211, 238, 213, 0.14);
  background: transparent;
  color: rgba(247, 251, 248, 0.7);
  text-align: left;
  cursor: pointer;
  transition:
    background 240ms ease,
    color 240ms ease,
    opacity 260ms ease,
    filter 260ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-lane:last-child {
  border-bottom: 0;
}

.service-lane::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: var(--mint-strong);
  opacity: 0;
  transform: scaleY(0.25);
  transform-origin: top;
  transition:
    opacity 220ms ease,
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-lane::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(184, 223, 180, 0.13), transparent 66%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.service-lane span {
  grid-row: 1 / 3;
  color: var(--mint);
  font-size: 0.82rem;
  font-weight: 860;
}

.service-lane strong {
  color: currentColor;
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 760;
  line-height: 1.22;
}

.service-lane em {
  color: rgba(247, 251, 248, 0.52);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.45;
}

.service-lane:hover,
.service-lane:focus-visible,
.service-lane.is-active {
  background: rgba(156, 207, 157, 0.08);
  color: var(--text);
  transform: translateX(0.28rem);
}

.service-board.is-scroll-pinning .service-lane.is-before-scroll {
  opacity: 0.42;
  filter: saturate(0.78);
  transform: translateY(-0.28rem) scale(0.988);
}

.service-board.is-scroll-pinning .service-lane.is-after-scroll {
  opacity: 0.62;
  filter: saturate(0.88);
  transform: translateY(0.28rem) scale(0.992);
}

.service-board.is-scroll-pinning .service-lane.is-active {
  opacity: 1;
  filter: saturate(1);
  transform: translateX(0.38rem) scale(1.012);
}

.service-lane.is-active::before,
.service-lane.is-active::after {
  opacity: 1;
  transform: scaleY(1);
}

.service-detail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(16rem, 0.76fr) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
}

.service-detail::before {
  position: absolute;
  inset: -15%;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 18% 24%, rgba(184, 223, 180, 0.2), transparent 20rem),
    linear-gradient(130deg, transparent 38%, rgba(184, 223, 180, 0.08), transparent 62%);
  opacity: 0.88;
  transform: translate3d(calc(var(--service-depth, 0) * 2rem), 0, 0);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-detail__media {
  position: relative;
  z-index: 1;
  min-height: 100%;
  overflow: hidden;
  border-right: 1px solid rgba(211, 238, 213, 0.14);
  background: #071111;
}

.service-detail__media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 9, 9, 0.1), rgba(3, 9, 9, 0.76)),
    linear-gradient(180deg, transparent, rgba(3, 9, 9, 0.52));
}

.service-detail__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 42rem;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.045);
  transition:
    opacity 260ms ease,
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-detail.is-switching .service-detail__media img {
  opacity: 0.42;
  transform: scale(1.08);
}

.service-detail__copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  padding: 4rem;
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-detail.is-switching .service-detail__copy {
  opacity: 0.76;
  transform: translateY(0.45rem);
}

.service-detail__kicker {
  margin: 0 0 1rem;
  color: var(--mint-strong) !important;
  font-size: 0.82rem !important;
  font-weight: 850;
  text-transform: uppercase;
}

.service-detail h3 {
  max-width: 40rem;
  margin: 0;
  font-size: 3.1rem;
  line-height: 1.08;
}

.service-detail__copy > p:not(.service-detail__kicker) {
  max-width: 39rem;
  margin: 1.35rem 0 0;
  font-size: 1.08rem;
}

.service-detail__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 3rem 0 0;
  border-top: 1px solid rgba(211, 238, 213, 0.16);
  border-left: 1px solid rgba(211, 238, 213, 0.16);
}

.service-detail__facts div {
  min-height: 7.4rem;
  padding: 1rem;
  border-right: 1px solid rgba(211, 238, 213, 0.16);
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

.service-detail__facts dt {
  margin: 0 0 0.75rem;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.service-detail__facts dd {
  margin: 0;
  color: rgba(247, 251, 248, 0.82);
  font-size: 0.88rem;
  line-height: 1.45;
}

.section--standard-wall {
  padding: 8rem 0;
  background:
    linear-gradient(180deg, #030909, #081211 50%, #030909),
    var(--bg);
}

.standard-wall {
  display: grid;
  grid-template-columns: minmax(19rem, 0.82fr) minmax(0, 1fr);
  gap: 4.5rem 5.6rem;
  align-items: center;
}

.standard-photo {
  position: relative;
  min-height: 41rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(211, 238, 213, 0.16);
  border-radius: 8px;
  background: #071111;
}

.standard-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 41rem;
  object-fit: cover;
  object-position: 46% center;
  filter: saturate(0.88) contrast(1.04);
  transform: translate3d(0, calc(var(--photo-depth, 0) * -18px), 0) scale(calc(1.03 + (var(--photo-depth, 0) * 0.035)));
  transition: transform 220ms linear;
}

.standard-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(3, 9, 9, 0.94));
}

.standard-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 1.35rem;
  bottom: 1.35rem;
  left: 1.35rem;
  display: grid;
  gap: 0.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(211, 238, 213, 0.24);
}

.standard-photo figcaption span {
  color: var(--mint-strong);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.standard-photo figcaption strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.16rem;
  line-height: 1.32;
}

.standard-copy {
  max-width: 48rem;
}

.about-copy {
  display: grid;
  gap: 1.2rem;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.8rem;
  border-top: 1px solid rgba(211, 238, 213, 0.16);
  border-left: 1px solid rgba(211, 238, 213, 0.16);
}

.about-metrics div {
  min-height: 8.4rem;
  padding: 1.15rem;
  border-right: 1px solid rgba(211, 238, 213, 0.16);
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  background:
    linear-gradient(145deg, rgba(184, 223, 180, 0.07), transparent 58%),
    rgba(255, 255, 255, 0.018);
}

.about-metrics strong {
  display: block;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 2.45rem;
  font-weight: 850;
  line-height: 1;
}

.about-metrics span {
  display: block;
  margin-top: 0.85rem;
  color: rgba(247, 251, 248, 0.62);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.35;
  text-transform: uppercase;
}

.standard-lines {
  display: grid;
  margin-top: 2.8rem;
  border-top: 1px solid rgba(211, 238, 213, 0.16);
}

.standard-lines div {
  display: grid;
  grid-template-columns: 3.8rem 1fr;
  gap: 0.45rem 1.05rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
}

.standard-lines span {
  grid-row: 1 / 3;
  color: var(--mint);
  font-size: 0.82rem;
  font-weight: 850;
}

.standard-lines strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.standard-lines p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.standard-certs {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(211, 238, 213, 0.16);
  border-left: 1px solid rgba(211, 238, 213, 0.16);
}

.standard-certs article {
  display: grid;
  grid-template-columns: 4.3rem 1fr;
  align-items: center;
  gap: 0.95rem;
  min-height: 7.2rem;
  padding: 1rem 1.2rem;
  border-right: 1px solid rgba(211, 238, 213, 0.16);
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

.standard-certs img {
  grid-row: 1 / 3;
  display: block;
  width: 3.75rem;
  max-height: 4.8rem;
  object-fit: contain;
  filter: drop-shadow(0 0.55rem 0.9rem rgba(0, 0, 0, 0.34));
}

.standard-certs span {
  align-self: end;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.standard-certs strong {
  align-self: start;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.3;
}

.section--customer-rail {
  padding: 7.6rem 0;
  background:
    linear-gradient(180deg, #030909 0%, #071110 45%, #030909 100%),
    var(--bg);
}

.customer-layout {
  display: grid;
  gap: 3.6rem;
}

.customer-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.52fr);
  gap: 4rem;
  align-items: end;
}

.customer-brief .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -2.55rem;
}

.customer-brief p:not(.section-kicker) {
  justify-self: end;
}

.customer-marquee {
  --marquee-duration: 54s;
  --logo-card-w: clamp(14rem, 20vw, 21rem);
  position: relative;
  display: flex;
  gap: 1rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 1.45rem 0;
  border-top: 1px solid rgba(211, 238, 213, 0.16);
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  background:
    linear-gradient(90deg, rgba(184, 223, 180, 0.08), transparent 24%, transparent 76%, rgba(184, 223, 180, 0.08)),
    rgba(4, 10, 10, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 2rem 5rem rgba(0, 0, 0, 0.24);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
}

.customer-marquee::before,
.customer-marquee::after {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(184, 223, 180, 0.68), transparent);
  opacity: 0.72;
}

.customer-marquee::before {
  top: 0;
}

.customer-marquee::after {
  bottom: 0;
}

.customer-marquee__veil {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at calc(24% + (var(--section-progress, 0) * 26%)) 50%, rgba(184, 223, 180, 0.14), transparent 19rem),
    linear-gradient(90deg, rgba(3, 9, 9, 0.8), transparent 13%, transparent 87%, rgba(3, 9, 9, 0.8));
  mix-blend-mode: screen;
}

.customer-marquee__track {
  display: flex;
  flex: 0 0 auto;
  gap: 1rem;
  min-width: max-content;
  padding-right: 1rem;
  animation: customer-marquee var(--marquee-duration) linear infinite;
}

.customer-marquee:hover .customer-marquee__track {
  animation-play-state: paused;
}

.customer-logo-card {
  position: relative;
  display: grid;
  width: var(--logo-card-w);
  height: 7.2rem;
  place-items: center;
  padding: 1.1rem 1.35rem;
  border: 1px solid rgba(211, 238, 213, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 244, 240, 0.88)),
    #fff;
  box-shadow:
    0 1.2rem 2.8rem rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  transform: translateZ(0);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    filter 220ms ease;
}

.customer-logo-card::before {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: linear-gradient(120deg, transparent 28%, rgba(184, 223, 180, 0.34), transparent 58%);
  opacity: 0;
  transform: translateX(-24%);
  transition:
    opacity 220ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.customer-logo-card img {
  display: block;
  width: 100%;
  max-width: 14.5rem;
  max-height: 4.2rem;
  object-fit: contain;
  filter: saturate(0.86) contrast(1.02);
}

.customer-logo-card:hover,
.customer-logo-card:focus-within {
  border-color: rgba(184, 223, 180, 0.62);
  box-shadow:
    0 0 0 0.2rem rgba(184, 223, 180, 0.1),
    0 0 2.2rem rgba(184, 223, 180, 0.28),
    0 1.6rem 3.3rem rgba(0, 0, 0, 0.34);
  filter: saturate(1.04);
  transform: translateY(-0.28rem) scale(1.025);
}

.customer-logo-card:hover::before,
.customer-logo-card:focus-within::before {
  opacity: 1;
  transform: translateX(12%);
}

.reference-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(211, 238, 213, 0.16);
  border-left: 1px solid rgba(211, 238, 213, 0.16);
}

.reference-rail article {
  position: relative;
  min-height: 14.5rem;
  padding: 1.35rem;
  border-right: 1px solid rgba(211, 238, 213, 0.16);
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  background:
    linear-gradient(145deg, rgba(184, 223, 180, 0.08), transparent 60%),
    rgba(255, 255, 255, 0.018);
}

.reference-rail span {
  color: var(--mint);
  font-size: 0.82rem;
  font-weight: 850;
}

.reference-rail strong {
  display: block;
  margin-top: 4.25rem;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.22;
}

.reference-rail p {
  margin: 0.75rem 0 0;
  color: rgba(247, 251, 248, 0.65);
  font-size: 0.92rem;
  line-height: 1.55;
}

.service-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 0.2rem;
}

.service-scope a {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  padding: 0.55rem 0.82rem;
  border: 1px solid rgba(211, 238, 213, 0.16);
  border-radius: 999px;
  color: rgba(247, 251, 248, 0.7);
  background: rgba(255, 255, 255, 0.018);
  font-size: 0.82rem;
  font-weight: 760;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.service-scope a:hover,
.service-scope a:focus-visible {
  border-color: rgba(184, 223, 180, 0.54);
  color: var(--text);
  background: rgba(156, 207, 157, 0.1);
  transform: translateY(-2px);
}

.section--sustainability {
  padding: 7.8rem 0;
  background:
    linear-gradient(180deg, #030909, #071110 48%, #030909),
    var(--bg);
}

.sustainability-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1fr);
  gap: 5rem;
  align-items: stretch;
}

.sustainability-copy {
  display: grid;
  align-content: center;
  gap: 1.2rem;
}

.sustainability-panel {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  border: 1px solid rgba(211, 238, 213, 0.16);
  border-radius: 8px;
  background: #071111;
}

.sustainability-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(1.05);
  transform: scale(1.04);
}

.sustainability-panel::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(3, 9, 9, 0.14), rgba(3, 9, 9, 0.9)),
    radial-gradient(circle at 22% 20%, rgba(184, 223, 180, 0.18), transparent 22rem);
}

.sustainability-list {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(211, 238, 213, 0.2);
  border-left: 1px solid rgba(211, 238, 213, 0.2);
  backdrop-filter: blur(10px);
}

.sustainability-list span {
  min-height: 4.6rem;
  padding: 1rem;
  border-right: 1px solid rgba(211, 238, 213, 0.2);
  border-bottom: 1px solid rgba(211, 238, 213, 0.2);
  color: rgba(247, 251, 248, 0.88);
  background: rgba(3, 9, 9, 0.55);
  font-size: 0.88rem;
  font-weight: 780;
  line-height: 1.35;
}

.section--proof-matrix {
  padding: 7.6rem 0;
  background:
    linear-gradient(90deg, rgba(156, 207, 157, 0.075), transparent 28rem),
    #030909;
}

.proof-matrix-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.62fr) minmax(0, 1.08fr);
  gap: clamp(3rem, 5.5vw, 5.8rem);
  align-items: start;
}

.proof-intro {
  position: sticky;
  top: 2rem;
}

.proof-matrix {
  display: grid;
  min-width: 0;
  border-top: 1px solid rgba(211, 238, 213, 0.18);
}

.proof-matrix article {
  position: relative;
  display: grid;
  grid-template-columns: 3.1rem minmax(13rem, 0.9fr) minmax(15rem, 1fr) minmax(8.2rem, 0.34fr);
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.55rem);
  min-height: 8.2rem;
  padding: 1.35rem 1.1rem;
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 68%),
    rgba(255, 255, 255, 0.006);
}

.proof-matrix article::before,
.coverage-route article::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(var(--line-progress, 0) * 100%);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--mint-strong), transparent);
  opacity: 0.78;
  transition: width 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.proof-matrix.is-visible article,
.coverage-route.is-visible article {
  --line-progress: 1;
}

.proof-matrix span,
.coverage-route span {
  color: var(--mint);
  font-size: 0.82rem;
  font-weight: 850;
}

.proof-matrix strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.42rem;
  line-height: 1.2;
}

.proof-matrix p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
  color: rgba(247, 251, 248, 0.7);
}

.proof-matrix em {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 2rem;
  align-items: center;
  justify-self: end;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(184, 223, 180, 0.18);
  border-radius: 999px;
  color: rgba(247, 251, 248, 0.68);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.section--coverage-flow {
  padding: 6.4rem 0;
  background:
    linear-gradient(180deg, #030909, #071110),
    var(--bg);
}

.coverage-flow {
  display: grid;
  grid-template-columns: minmax(20rem, 0.66fr) minmax(0, 1fr);
  gap: 5rem;
  align-items: start;
}

.coverage-brief h2 {
  font-size: 3.45rem;
}

.coverage-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(211, 238, 213, 0.16);
  border-left: 1px solid rgba(211, 238, 213, 0.16);
}

.coverage-route article {
  position: relative;
  min-height: 17rem;
  padding: 1.25rem;
  border-right: 1px solid rgba(211, 238, 213, 0.16);
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

.coverage-route strong {
  display: block;
  margin-top: 4.6rem;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.18rem;
}

.coverage-route p {
  margin: 0.7rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.city-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2rem;
}

.city-rail span {
  display: inline-flex;
  min-height: 2.45rem;
  align-items: center;
  padding: 0.54rem 0.78rem;
  border: 1px solid rgba(211, 238, 213, 0.16);
  border-radius: 999px;
  color: rgba(247, 251, 248, 0.72);
  background: rgba(255, 255, 255, 0.018);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.section--team-trust {
  padding: 7.8rem 0;
  background:
    radial-gradient(circle at 78% 26%, rgba(156, 207, 157, 0.1), transparent 28rem),
    linear-gradient(180deg, #030909, #081211 54%, #030909);
}

.team-trust {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.78fr);
  gap: 5rem;
  align-items: center;
}

.team-trust__media {
  position: relative;
  min-height: 36rem;
  overflow: hidden;
  border: 1px solid rgba(211, 238, 213, 0.16);
  border-radius: 8px;
  background: #071111;
}

.team-trust__media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 9, 9, 0.12), rgba(3, 9, 9, 0.64)),
    linear-gradient(180deg, transparent, rgba(3, 9, 9, 0.58));
}

.team-trust__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 36rem;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(1.05);
  transform: scale(1.035);
}

.team-trust__copy {
  display: grid;
  gap: 1.2rem;
}

.team-lines {
  display: grid;
  margin-top: 1.8rem;
  border-top: 1px solid rgba(211, 238, 213, 0.16);
}

.team-lines span {
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  color: rgba(247, 251, 248, 0.78);
  font-size: 0.9rem;
  font-weight: 820;
  text-transform: uppercase;
}

.section--consult {
  padding: 7.5rem 0 8rem;
  background: #030909;
}

.consult-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.34fr);
  overflow: hidden;
  border: 1px solid rgba(211, 238, 213, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(184, 223, 180, 0.13), rgba(255, 255, 255, 0.02) 48%, rgba(184, 223, 180, 0.1)),
    rgba(5, 12, 12, 0.72);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
}

.consult-main {
  padding: 3.5rem;
}

.consult-main h2 {
  max-width: 50rem;
}

.consult-action {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: end;
  min-height: 100%;
  padding: 3rem 2.2rem;
  border-radius: 0;
  box-shadow: none;
}

.consult-action .final-action__eyebrow {
  align-self: start;
  color: rgba(12, 36, 18, 0.68);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.consult-action .final-action__label {
  align-self: center;
  max-width: 16rem;
  color: #0c2412;
  font-size: 1.28rem;
  line-height: 1.28;
}

.consult-action .final-action__icon {
  align-self: end;
  justify-self: start;
}

.consult-steps {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(211, 238, 213, 0.16);
}

.consult-steps span {
  min-height: 4.25rem;
  padding: 1.15rem 1.35rem;
  border-right: 1px solid rgba(211, 238, 213, 0.14);
  color: rgba(247, 251, 248, 0.74);
  font-size: 0.86rem;
  font-weight: 820;
  text-transform: uppercase;
}

.consult-steps span:last-child {
  border-right: 0;
}

.contact-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(211, 238, 213, 0.16);
}

.contact-grid a,
.contact-grid span {
  min-height: 4.2rem;
  padding: 1.1rem 1.35rem;
  border-right: 1px solid rgba(211, 238, 213, 0.14);
  color: rgba(247, 251, 248, 0.76);
  font-size: 0.9rem;
  line-height: 1.45;
}

.contact-grid a:hover,
.contact-grid a:focus-visible {
  color: var(--mint-strong);
}

.contact-grid span {
  border-right: 0;
}

.site-footer {
  padding: 4.8rem 0 3.2rem;
  background:
    linear-gradient(180deg, #030909, #020606),
    var(--bg);
}

.footer-layout.footer-layout--art {
  display: grid;
  grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.25fr) minmax(15rem, 0.72fr);
  gap: 3rem 4rem;
  align-items: start;
}

.footer-layout--art .footer-brand {
  display: inline-flex;
  width: 12.5rem;
}

.footer-layout--art .footer-brand img {
  width: 100%;
}

.footer-layout--art .footer-services,
.footer-layout--art .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.footer-layout--art .footer-services {
  align-content: start;
}

.footer-layout--art .footer-services a,
.footer-layout--art .footer-menu a {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(211, 238, 213, 0.14);
  border-radius: 999px;
  color: rgba(247, 251, 248, 0.66);
  font-size: 0.78rem;
  font-weight: 760;
}

.footer-layout--art .footer-menu {
  grid-column: 1 / 2;
  grid-row: 2;
}

.footer-layout--art .footer-contact {
  display: grid;
  gap: 0.55rem;
  color: rgba(247, 251, 248, 0.7);
  font-size: 0.9rem;
  line-height: 1.55;
}

.footer-layout--art .footer-contact p {
  margin: 0 0 0.7rem;
  color: rgba(247, 251, 248, 0.78);
}

.footer-layout--art .footer-contact a,
.footer-layout--art .footer-contact span {
  color: rgba(247, 251, 248, 0.66);
}

.footer-layout--art .footer-legal {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(211, 238, 213, 0.14);
  color: rgba(247, 251, 248, 0.46);
  font-size: 0.78rem;
}

.footer-layout--art a:hover,
.footer-layout--art a:focus-visible {
  border-color: rgba(184, 223, 180, 0.48);
  color: var(--mint-strong);
}

.glass-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(211, 238, 213, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(156, 207, 157, 0.026) 44%, rgba(255, 255, 255, 0.014)),
    rgba(5, 14, 14, 0.52);
  box-shadow:
    0 1.2rem 3.1rem rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(184, 223, 180, 0.055);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  backdrop-filter: blur(12px) saturate(1.08);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
  will-change: transform;
}

.glass-card__shine {
  display: none;
}

.glass-card > * {
  position: relative;
  z-index: 3;
}

.glass-card.is-rise-complete {
  animation: none !important;
  opacity: 1;
}

.glass-card::selection {
  background: rgba(184, 223, 180, 0.3);
}

.glass-card:hover,
.glass-card:focus-visible,
.glass-card:focus-within,
.glass-card.is-glass-hover {
  border-color: rgba(184, 223, 180, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(156, 207, 157, 0.045) 42%, rgba(255, 255, 255, 0.018)),
    rgba(6, 18, 18, 0.6);
  box-shadow:
    0 0 0 1px rgba(184, 223, 180, 0.16),
    0 0 1.55rem rgba(184, 223, 180, 0.24),
    0 1.45rem 3.6rem rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.reference-rail article.glass-card:hover,
.reference-rail article.glass-card:focus-visible,
.reference-rail article.glass-card.is-glass-hover,
.proof-matrix article.glass-card:hover,
.proof-matrix article.glass-card:focus-visible,
.proof-matrix article.glass-card.is-glass-hover,
.coverage-route article.glass-card:hover,
.coverage-route article.glass-card:focus-visible,
.coverage-route article.glass-card.is-glass-hover {
  border-color: rgba(184, 223, 180, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(156, 207, 157, 0.045) 42%, rgba(255, 255, 255, 0.018)),
    rgba(6, 18, 18, 0.6);
  box-shadow:
    0 0 0 1px rgba(184, 223, 180, 0.16),
    0 0 1.55rem rgba(184, 223, 180, 0.24),
    0 1.45rem 3.6rem rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.customer-logo-card.glass-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 241, 0.88)),
    #fff;
}

.customer-logo-card.glass-card.is-glass-hover {
  box-shadow:
    0 0 0 1px rgba(184, 223, 180, 0.22),
    0 0 1.45rem rgba(184, 223, 180, 0.22),
    0 1.35rem 3.1rem rgba(0, 0, 0, 0.3);
}

.section--timeline {
  padding: 8rem 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(156, 207, 157, 0.12), transparent 30rem),
    linear-gradient(180deg, #030909, #081211 54%, #030909);
}

.company-timeline {
  display: grid;
  gap: 4.2rem;
}

.timeline-pin {
  display: grid;
  gap: clamp(0.9rem, 2vh, 1.7rem);
  min-height: 100svh;
  align-content: center;
  padding: clamp(0.65rem, 1.5vh, 1.35rem) 0;
}

.timeline-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.5fr);
  gap: 4rem;
  align-items: end;
}

.timeline-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -2.6rem;
}

.timeline-heading h2 {
  max-width: 58rem;
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5vh, 3.35rem);
  font-weight: 830;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.timeline-heading p:not(.section-kicker) {
  justify-self: end;
  max-width: 34rem;
  margin: 0;
  color: rgba(247, 251, 248, 0.68);
  font-size: 1.05rem;
  line-height: 1.7;
}

.timeline-stage {
  position: relative;
  min-height: clamp(31rem, 58vh, 43rem);
  overflow: hidden;
  border-top: 1px solid rgba(211, 238, 213, 0.18);
  border-bottom: 1px solid rgba(211, 238, 213, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 38%),
    rgba(3, 9, 9, 0.42);
}

.timeline-stage::before {
  position: absolute;
  inset: -22%;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 24%, rgba(184, 223, 180, 0.14), transparent 28rem),
    linear-gradient(120deg, transparent, rgba(184, 223, 180, 0.075), transparent 72%);
  opacity: 0.86;
}

.timeline-path {
  position: absolute;
  inset: 1.9rem 3.2rem 4.4rem;
  z-index: 1;
  width: calc(100% - 6.4rem);
  height: calc(100% - 6.3rem);
  overflow: visible;
}

.timeline-path__base,
.timeline-path__draw {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7;
}

.timeline-path__base {
  stroke: rgba(184, 223, 180, 0.16);
}

.timeline-path__draw {
  stroke: var(--mint);
  filter: drop-shadow(0 0 14px rgba(184, 223, 180, 0.28));
}

.timeline-items {
  position: absolute;
  z-index: 2;
  inset: 1.9rem 3.2rem 4.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-item {
  position: absolute;
  left: var(--tx);
  top: var(--ty);
  display: grid;
  grid-template-columns: auto minmax(13rem, 22rem);
  gap: 1rem;
  align-items: center;
  opacity: 0;
  transform: translate3d(0, 1.1rem, 0) scale(0.96);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.timeline-item--left {
  transform: translate3d(-1.1rem, 1.1rem, 0) scale(0.96);
}

.timeline-item--right {
  grid-template-columns: minmax(13rem, 23rem) auto;
  right: 3.25rem;
  left: auto;
  transform: translate3d(1.1rem, 1.1rem, 0) scale(0.96);
}

.timeline-item--left {
  translate: -1.55rem -50%;
}

.timeline-item--right {
  translate: 0 -50%;
}

.timeline-item--right .timeline-dot {
  grid-column: 2;
  grid-row: 1;
}

.timeline-item--right div {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
}

.timeline-dot {
  display: grid;
  width: 3.05rem;
  height: 3.05rem;
  place-items: center;
  border: 2px solid rgba(184, 223, 180, 0.34);
  border-radius: 999px;
  color: #0c2412;
  background: linear-gradient(180deg, #d3f0cf, #94ca95);
  box-shadow:
    0 0 0 0 rgba(184, 223, 180, 0),
    0 1rem 2rem rgba(0, 0, 0, 0.34);
  font-size: 0.76rem;
  font-weight: 900;
  transition:
    box-shadow 320ms ease,
    transform 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
}

.timeline-item.is-visible .timeline-dot {
  box-shadow:
    0 0 0 0.45rem rgba(184, 223, 180, 0.1),
    0 1rem 2rem rgba(0, 0, 0, 0.34);
}

.timeline-item time {
  position: relative;
  display: block;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.92rem;
  font-weight: 850;
  line-height: 1;
  text-shadow: 0 0 0 rgba(184, 223, 180, 0);
  transition:
    color 320ms ease,
    text-shadow 320ms ease;
}

.timeline-item p {
  margin: 0.42rem 0 0;
  color: rgba(247, 251, 248, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
  transition:
    color 320ms ease,
    text-shadow 320ms ease;
}

.timeline-item.is-active .timeline-dot {
  border-color: rgba(244, 255, 242, 0.7);
  background: linear-gradient(180deg, #f1ffef, #a9dbaa);
  box-shadow:
    0 0 0 0.58rem rgba(184, 223, 180, 0.12),
    0 0 2.1rem rgba(184, 223, 180, 0.5),
    0 1rem 2rem rgba(0, 0, 0, 0.34);
  transform: scale(1.07);
}

.timeline-item.is-active time {
  color: #f7fff5;
  text-shadow:
    0 0 1rem rgba(184, 223, 180, 0.46),
    0 0 2.2rem rgba(184, 223, 180, 0.28);
}

.timeline-item.is-active p {
  color: rgba(247, 251, 248, 0.86);
  text-shadow: 0 0 1rem rgba(184, 223, 180, 0.16);
}

.service-board.is-visible .service-lane,
.about-metrics.is-visible div,
.standard-copy.is-visible .standard-lines div,
.standard-certs.is-visible article,
.reference-rail.is-visible article,
.sustainability-panel.is-visible .sustainability-list span,
.proof-matrix.is-visible article,
.city-rail.is-visible span,
.coverage-route.is-visible article,
.team-lines.is-visible span,
.contact-grid.is-visible a,
.contact-grid.is-visible span,
.consult-cta.is-visible .consult-steps span {
  animation: content-rise-in 640ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-board.is-visible .service-lane:nth-child(2),
.about-metrics.is-visible div:nth-child(2),
.standard-copy.is-visible .standard-lines div:nth-child(2),
.standard-certs.is-visible article:nth-child(2),
.reference-rail.is-visible article:nth-child(2),
.sustainability-panel.is-visible .sustainability-list span:nth-child(2),
.proof-matrix.is-visible article:nth-child(2),
.city-rail.is-visible span:nth-child(2),
.coverage-route.is-visible article:nth-child(2),
.team-lines.is-visible span:nth-child(2),
.contact-grid.is-visible a:nth-child(2),
.consult-cta.is-visible .consult-steps span:nth-child(2) {
  animation-delay: 70ms;
}

.service-board.is-visible .service-lane:nth-child(3),
.about-metrics.is-visible div:nth-child(3),
.standard-copy.is-visible .standard-lines div:nth-child(3),
.standard-certs.is-visible article:nth-child(3),
.reference-rail.is-visible article:nth-child(3),
.sustainability-panel.is-visible .sustainability-list span:nth-child(3),
.proof-matrix.is-visible article:nth-child(3),
.city-rail.is-visible span:nth-child(3),
.coverage-route.is-visible article:nth-child(3),
.team-lines.is-visible span:nth-child(3),
.contact-grid.is-visible span:nth-child(3),
.consult-cta.is-visible .consult-steps span:nth-child(3) {
  animation-delay: 140ms;
}

.service-board.is-visible .service-lane:nth-child(4),
.standard-certs.is-visible article:nth-child(4),
.reference-rail.is-visible article:nth-child(4),
.sustainability-panel.is-visible .sustainability-list span:nth-child(4),
.proof-matrix.is-visible article:nth-child(4),
.city-rail.is-visible span:nth-child(4),
.coverage-route.is-visible article:nth-child(4),
.consult-cta.is-visible .consult-steps span:nth-child(4) {
  animation-delay: 210ms;
}

.city-rail.is-visible span:nth-child(5) {
  animation-delay: 280ms;
}

.city-rail.is-visible span:nth-child(6) {
  animation-delay: 350ms;
}

.city-rail.is-visible span:nth-child(7) {
  animation-delay: 420ms;
}

.city-rail.is-visible span:nth-child(8) {
  animation-delay: 490ms;
}

@media (max-width: 1180px) {
  .service-arc__intro,
  .customer-brief,
  .standard-wall,
  .sustainability-layout,
  .proof-matrix-layout,
  .coverage-flow,
  .team-trust,
  .footer-layout.footer-layout--art,
  .timeline-heading {
    grid-template-columns: 1fr;
  }

  .proof-intro {
    position: static;
  }

  .proof-matrix article {
    grid-template-columns: 3rem minmax(12rem, 0.82fr) minmax(12rem, 1fr);
  }

  .proof-matrix em {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .service-board {
    grid-template-columns: 1fr;
  }

  .service-lanes {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(211, 238, 213, 0.16);
  }

  .service-lane {
    min-height: 9rem;
    border-right: 1px solid rgba(211, 238, 213, 0.14);
    border-bottom: 0;
  }

  .service-lane:last-child {
    border-right: 0;
  }

  .service-detail {
    grid-template-columns: 0.8fr 1fr;
  }

  .standard-certs,
  .reference-rail,
  .sustainability-list,
  .coverage-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-brief .section-kicker {
    margin-bottom: 0;
  }

  .customer-brief p:not(.section-kicker) {
    justify-self: start;
  }

  .footer-layout--art .footer-menu {
    grid-column: auto;
    grid-row: auto;
  }

  .timeline-heading .section-kicker {
    margin-bottom: 0;
  }

  .timeline-heading p:not(.section-kicker) {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .section--service-arc,
  .section--standard-wall,
  .section--customer-rail,
  .section--sustainability,
  .section--proof-matrix,
  .section--coverage-flow,
  .section--team-trust,
  .section--timeline,
  .section--consult {
    padding: 4.8rem 0;
  }

  .service-arc {
    gap: 2.6rem;
  }

  .service-board,
  .service-lanes,
  .service-lane,
  .service-detail {
    max-width: 100%;
    min-width: 0;
  }

  .service-arc__intro,
  .customer-brief {
    gap: 1.35rem;
  }

  .service-arc__intro .section-kicker,
  .customer-brief .section-kicker {
    margin-bottom: 0;
  }

  .service-arc__intro p:not(.section-kicker),
  .customer-brief p:not(.section-kicker) {
    justify-self: start;
  }

  .service-arc__intro h2,
  .customer-brief h2,
  .standard-copy h2,
  .sustainability-copy h2,
  .proof-intro h2,
  .coverage-brief h2,
  .team-trust__copy h2,
  .timeline-heading h2,
  .consult-main h2 {
    font-size: 2.35rem;
    line-height: 1.1;
  }

  .service-arc__intro h2 {
    font-size: clamp(1.62rem, 7vw, 1.95rem);
    overflow-wrap: normal;
    word-break: normal;
  }

  .customer-marquee {
    --marquee-duration: 42s;
    --logo-card-w: 13.5rem;
    padding: 1rem 0;
  }

  .customer-logo-card {
    height: 5.8rem;
    padding: 0.9rem 1rem;
  }

  .customer-logo-card img {
    max-height: 3.3rem;
  }

  .about-metrics,
  .reference-rail,
  .sustainability-layout,
  .sustainability-list,
  .team-trust,
  .contact-grid,
  .footer-layout.footer-layout--art {
    grid-template-columns: 1fr;
  }

  .timeline-heading {
    gap: 1.35rem;
  }

  .timeline-pin {
    min-height: auto;
    padding: 0;
  }

  .timeline-stage {
    min-height: auto;
    padding: 1.4rem 0 1.4rem;
    border: 1px solid rgba(211, 238, 213, 0.16);
    border-radius: 8px;
  }

  .timeline-path {
    display: none;
  }

  .timeline-items {
    position: relative;
    inset: auto;
    display: grid;
    padding: 0 1.2rem;
  }

  .timeline-items::before {
    position: absolute;
    top: 1.35rem;
    bottom: 1.35rem;
    left: 2.85rem;
    width: 3px;
    content: "";
    border-radius: 999px;
    background: linear-gradient(180deg, var(--mint), rgba(184, 223, 180, 0.16));
  }

  .timeline-item,
  .timeline-item--left,
  .timeline-item--right {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 0.95rem;
    min-height: 7.2rem;
    padding: 1.05rem 0;
    transform: translateY(12px);
    translate: none;
  }

  .timeline-item.timeline-item--right .timeline-dot {
    grid-column: 1;
    grid-row: 1;
  }

  .timeline-item.timeline-item--right div {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
  }

  .timeline-dot {
    width: 3.05rem;
    height: 3.05rem;
    font-size: 0.72rem;
  }

  .timeline-item time {
    font-size: 1.7rem;
  }

  .timeline-item p {
    font-size: 0.92rem;
  }

  .service-lanes {
    grid-template-columns: 1fr;
  }

  .service-lane {
    grid-template-columns: 2.35rem minmax(0, 1fr);
    min-height: 6.3rem;
    padding: 1.15rem 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(211, 238, 213, 0.14);
    transform: none !important;
  }

  .service-lane strong,
  .service-lane em {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .service-detail {
    grid-template-columns: 1fr;
  }

  .service-detail__media {
    min-height: 18rem;
    border-right: 0;
    border-bottom: 1px solid rgba(211, 238, 213, 0.14);
  }

  .service-detail__media img {
    min-height: 18rem;
  }

  .service-detail__copy {
    padding: 1.45rem;
  }

  .service-detail h3 {
    font-size: 2rem;
  }

  .service-detail__facts,
  .standard-certs,
  .proof-matrix article,
  .coverage-route,
  .contact-grid,
  .consult-cta {
    grid-template-columns: 1fr;
  }

  .service-detail__facts div {
    min-height: auto;
  }

  .standard-photo,
  .standard-photo img {
    min-height: 28rem;
  }

  .sustainability-panel,
  .sustainability-panel img,
  .team-trust__media,
  .team-trust__media img {
    min-height: 25rem;
  }

  .reference-rail article {
    min-height: 12rem;
  }

  .reference-rail strong {
    margin-top: 2.4rem;
  }

  .proof-matrix article {
    gap: 0.55rem;
    align-items: start;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    padding: 1.15rem 1rem;
  }

  .proof-matrix article p,
  .proof-matrix article em {
    grid-column: 2;
  }

  .proof-matrix em {
    justify-self: start;
    white-space: normal;
  }

  .coverage-route article {
    min-height: 12rem;
  }

  .coverage-route strong {
    margin-top: 2.8rem;
  }

  .consult-main,
  .consult-action {
    padding: 1.45rem;
  }

  .consult-action {
    min-height: 10rem;
  }

  .consult-steps {
    grid-template-columns: 1fr;
  }

  .consult-steps span {
    min-height: 3.3rem;
    border-right: 0;
    border-bottom: 1px solid rgba(211, 238, 213, 0.14);
  }

  .contact-grid a,
  .contact-grid span {
    border-right: 0;
    border-bottom: 1px solid rgba(211, 238, 213, 0.14);
  }

  .footer-layout--art .footer-legal {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .standard-photo img,
  .service-detail__media img,
  .service-detail::before {
    transform: none !important;
  }

  .hero__ripple-surface {
    display: none !important;
  }

  .glass-card {
    transform: none !important;
  }

  .glass-card__shine {
    display: none;
  }

  .customer-marquee__track {
    animation: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .hero__ripple-surface {
    display: none;
  }
}

/* White-background concept pass. The approved video hero stays on the original dark art direction. */
html.theme-light-root {
  background: #f6f8f4;
  color-scheme: light;
  overflow-x: hidden;
}

body.theme-light {
  background:
    radial-gradient(circle at 84% 19%, rgba(88, 139, 91, 0.12), transparent 31rem),
    linear-gradient(180deg, #f6f8f4 0%, #ffffff 42%, #f2f6f1 100%);
}

body.theme-light .site-shell {
  background:
    linear-gradient(180deg, transparent 0 100svh, #f6f8f4 100svh 100%);
}

body.theme-light .section,
body.theme-light .site-footer {
  --bg: #f6f8f4;
  --panel: rgba(255, 255, 255, 0.82);
  --line: rgba(19, 55, 35, 0.14);
  --text: #071310;
  --muted: rgba(7, 19, 16, 0.66);
  --soft: rgba(7, 19, 16, 0.46);
  --mint: #4f8c55;
  --mint-strong: #2f7839;
  --mint-deep: #1c5428;
  --steel: #62706a;
  --shadow: rgba(15, 34, 26, 0.13);
  --light-card: rgba(255, 255, 255, 0.78);
  --light-card-strong: rgba(255, 255, 255, 0.94);
  --light-line: rgba(19, 55, 35, 0.14);
  --light-line-strong: rgba(47, 120, 57, 0.28);
  color: var(--text);
}

body.theme-light .section {
  background: #f6f8f4;
}

body.theme-light .section::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 120, 57, 0.08), transparent 24rem),
    radial-gradient(circle at 86% 35%, rgba(135, 180, 133, 0.11), transparent 29rem);
  opacity: 0.9;
}

body.theme-light .section::after {
  background: linear-gradient(90deg, transparent, rgba(47, 120, 57, 0.26), transparent);
}

body.theme-light .section--standard-wall,
body.theme-light .section--service-arc,
body.theme-light .section--sustainability,
body.theme-light .section--timeline,
body.theme-light .section--team-trust {
  background:
    radial-gradient(circle at 10% 14%, rgba(47, 120, 57, 0.075), transparent 29rem),
    linear-gradient(180deg, #f7faf6 0%, #ffffff 46%, #f4f8f3 100%);
}

body.theme-light .section--customer-rail,
body.theme-light .section--coverage-flow,
body.theme-light .section--proof-matrix,
body.theme-light .section--consult,
body.theme-light .site-footer {
  background:
    radial-gradient(circle at 86% 20%, rgba(122, 170, 121, 0.11), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f6f8f4 100%);
}

body.theme-light .section-kicker,
body.theme-light .service-detail__kicker,
body.theme-light .standard-photo figcaption span,
body.theme-light .standard-certs span,
body.theme-light .reference-rail span,
body.theme-light .service-lane span,
body.theme-light .service-detail__facts dt,
body.theme-light .proof-matrix span,
body.theme-light .coverage-route span,
body.theme-light .timeline-heading .section-kicker {
  color: var(--mint-strong) !important;
}

body.theme-light .section h2,
body.theme-light .section h3,
body.theme-light .service-arc__intro h2,
body.theme-light .customer-brief h2,
body.theme-light .standard-copy h2,
body.theme-light .sustainability-copy h2,
body.theme-light .proof-intro h2,
body.theme-light .coverage-brief h2,
body.theme-light .team-trust__copy h2,
body.theme-light .timeline-heading h2,
body.theme-light .consult-main h2,
body.theme-light .reference-rail strong,
body.theme-light .coverage-route strong,
body.theme-light .proof-matrix strong,
body.theme-light .standard-lines strong,
body.theme-light .standard-certs strong,
body.theme-light .about-metrics strong,
body.theme-light .timeline-item time {
  color: var(--text);
}

body.theme-light .section p,
body.theme-light .service-arc__intro p:not(.section-kicker),
body.theme-light .customer-brief p:not(.section-kicker),
body.theme-light .standard-copy > p:not(.section-kicker),
body.theme-light .sustainability-copy > p:not(.section-kicker),
body.theme-light .proof-intro p:not(.section-kicker),
body.theme-light .coverage-brief p:not(.section-kicker),
body.theme-light .team-trust__copy > p:not(.section-kicker),
body.theme-light .consult-main p:not(.section-kicker),
body.theme-light .timeline-heading p:not(.section-kicker),
body.theme-light .timeline-item p,
body.theme-light .reference-rail p,
body.theme-light .coverage-route p,
body.theme-light .proof-matrix p,
body.theme-light .service-detail__facts dd {
  color: var(--muted);
}

body.theme-light .motion-highlight {
  color: rgba(7, 19, 16, 0.9);
  background:
    linear-gradient(90deg, #2f7839, #071310 48%, #4f8c55 100%) 0 58% / calc(var(--highlight-progress) * 100%) 100% no-repeat,
    linear-gradient(rgba(7, 19, 16, 0.86), rgba(7, 19, 16, 0.86)) 0 0 / 100% 100% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 calc(var(--highlight-glow) * 0.95rem) rgba(47, 120, 57, 0.24);
}

body.theme-light .motion-highlight::before {
  background: radial-gradient(ellipse at 50% 58%, rgba(47, 120, 57, 0.18), transparent 68%);
}

body.theme-light .motion-headline__visual::after {
  background:
    linear-gradient(108deg, transparent 0 40%, rgba(47, 120, 57, 0.12) 46%, rgba(255, 255, 255, 0.64) 50%, rgba(47, 120, 57, 0.16) 54%, transparent 61% 100%);
  mix-blend-mode: multiply;
}

body.theme-light .standard-photo,
body.theme-light .service-detail__media,
body.theme-light .sustainability-panel,
body.theme-light .team-trust__media {
  border-color: var(--light-line);
  background: #e9efe8;
  box-shadow: 0 1.6rem 3.6rem rgba(15, 34, 26, 0.14);
}

body.theme-light .standard-photo img,
body.theme-light .service-detail__media img,
body.theme-light .sustainability-panel img,
body.theme-light .team-trust__media img {
  filter: saturate(0.96) contrast(1.02);
}

body.theme-light .standard-photo::after,
body.theme-light .sustainability-panel::after,
body.theme-light .team-trust__media::after {
  background:
    linear-gradient(180deg, transparent 26%, rgba(3, 9, 9, 0.52) 100%),
    radial-gradient(circle at 22% 20%, rgba(184, 223, 180, 0.16), transparent 22rem);
}

body.theme-light .standard-photo figcaption {
  border-color: rgba(255, 255, 255, 0.34);
}

body.theme-light .standard-photo figcaption strong,
body.theme-light .sustainability-list span {
  color: #f7fbf8;
}

body.theme-light .standard-certs,
body.theme-light .about-metrics,
body.theme-light .reference-rail,
body.theme-light .service-detail__facts,
body.theme-light .coverage-route,
body.theme-light .proof-matrix,
body.theme-light .team-lines,
body.theme-light .consult-steps,
body.theme-light .contact-grid {
  border-color: var(--light-line);
}

body.theme-light .about-metrics div,
body.theme-light .standard-certs article,
body.theme-light .reference-rail article,
body.theme-light .service-detail__facts div,
body.theme-light .coverage-route article,
body.theme-light .proof-matrix article,
body.theme-light .city-rail span,
body.theme-light .team-lines span,
body.theme-light .consult-steps span,
body.theme-light .contact-grid a,
body.theme-light .contact-grid span,
body.theme-light .service-scope a {
  border-color: var(--light-line);
  background:
    linear-gradient(145deg, rgba(47, 120, 57, 0.055), transparent 60%),
    var(--light-card);
  color: var(--muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

body.theme-light .about-metrics span,
body.theme-light .service-lane em,
body.theme-light .footer-layout--art .footer-contact,
body.theme-light .footer-layout--art .footer-contact p,
body.theme-light .footer-layout--art .footer-contact a,
body.theme-light .footer-layout--art .footer-contact span,
body.theme-light .footer-layout--art .footer-legal {
  color: var(--muted);
}

body.theme-light .service-board,
body.theme-light .timeline-stage,
body.theme-light .consult-cta {
  border-color: var(--light-line);
  background:
    linear-gradient(120deg, rgba(47, 120, 57, 0.07), transparent 44%, rgba(126, 170, 126, 0.08)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 1.8rem 4.5rem rgba(15, 34, 26, 0.11);
}

body.theme-light .service-lanes,
body.theme-light .service-lane,
body.theme-light .service-detail__media,
body.theme-light .service-detail__facts,
body.theme-light .service-detail__facts div,
body.theme-light .consult-steps,
body.theme-light .consult-steps span,
body.theme-light .contact-grid,
body.theme-light .contact-grid a,
body.theme-light .contact-grid span {
  border-color: var(--light-line);
}

body.theme-light .service-lane {
  color: rgba(7, 19, 16, 0.68);
  background: transparent;
}

body.theme-light .service-lane::after {
  background: linear-gradient(90deg, rgba(47, 120, 57, 0.11), transparent 66%);
}

body.theme-light .service-lane:hover,
body.theme-light .service-lane:focus-visible,
body.theme-light .service-lane.is-active {
  color: var(--text);
  background: rgba(47, 120, 57, 0.08);
}

body.theme-light .service-detail::before,
body.theme-light .timeline-stage::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(47, 120, 57, 0.12), transparent 20rem),
    linear-gradient(130deg, transparent 38%, rgba(47, 120, 57, 0.06), transparent 62%);
}

body.theme-light .service-detail__media::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.54)),
    linear-gradient(180deg, transparent, rgba(3, 9, 9, 0.18));
}

body.theme-light .service-detail__copy > p:not(.service-detail__kicker) {
  color: var(--muted);
}

body.theme-light .service-scope a:hover,
body.theme-light .service-scope a:focus-visible,
body.theme-light .city-rail span:hover {
  border-color: var(--light-line-strong);
  color: var(--text);
  background: rgba(47, 120, 57, 0.09);
}

body.theme-light .customer-marquee {
  border-color: var(--light-line);
  background:
    linear-gradient(90deg, rgba(47, 120, 57, 0.08), transparent 24%, transparent 76%, rgba(47, 120, 57, 0.08)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 1.6rem 3.8rem rgba(15, 34, 26, 0.1);
}

body.theme-light .customer-marquee,
.customer-marquee {
  overflow: hidden;
  contain: paint;
}

body.theme-light .customer-marquee::before,
body.theme-light .customer-marquee::after,
body.theme-light .reference-rail article::before,
body.theme-light .proof-matrix article::before,
body.theme-light .coverage-route article::before {
  background: linear-gradient(90deg, transparent, rgba(47, 120, 57, 0.54), transparent);
}

body.theme-light .customer-marquee__veil {
  background:
    radial-gradient(circle at calc(24% + (var(--section-progress, 0) * 26%)) 50%, rgba(47, 120, 57, 0.1), transparent 19rem),
    linear-gradient(90deg, rgba(246, 248, 244, 0.96), transparent 13%, transparent 87%, rgba(246, 248, 244, 0.96));
  mix-blend-mode: normal;
}

body.theme-light .customer-logo-card {
  border-color: rgba(19, 55, 35, 0.12);
  background:
    linear-gradient(145deg, #ffffff, #f4f8f2),
    #fff;
  box-shadow:
    0 1.1rem 2.5rem rgba(15, 34, 26, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.64);
}

body.theme-light .customer-logo-card:hover,
body.theme-light .customer-logo-card:focus-within {
  border-color: rgba(47, 120, 57, 0.45);
  box-shadow:
    0 0 0 0.2rem rgba(47, 120, 57, 0.08),
    0 0 1.8rem rgba(47, 120, 57, 0.2),
    0 1.4rem 3rem rgba(15, 34, 26, 0.15);
}

body.theme-light .reference-rail article.is-motion-active,
body.theme-light .proof-matrix article.is-motion-active,
body.theme-light .coverage-route article.is-motion-active {
  border-color: rgba(47, 120, 57, 0.32);
  background:
    linear-gradient(145deg, rgba(47, 120, 57, 0.09), transparent 62%),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(47, 120, 57, 0.08),
    0 0 1.7rem rgba(47, 120, 57, 0.12);
}

body.theme-light .reference-rail article.is-motion-active strong,
body.theme-light .proof-matrix article.is-motion-active strong,
body.theme-light .coverage-route article.is-motion-active strong {
  color: var(--text);
  text-shadow: 0 0 0.9rem rgba(47, 120, 57, 0.16);
}

body.theme-light .proof-matrix em {
  border-color: rgba(47, 120, 57, 0.18);
  color: rgba(7, 19, 16, 0.66);
  background: rgba(47, 120, 57, 0.07);
}

body.theme-light .timeline-path__base {
  stroke: rgba(47, 120, 57, 0.18);
}

body.theme-light .timeline-path__draw {
  stroke: #5f9e64;
  filter: drop-shadow(0 0 14px rgba(47, 120, 57, 0.22));
}

body.theme-light .timeline-dot {
  border-color: rgba(47, 120, 57, 0.28);
  color: #12301a;
  background: linear-gradient(180deg, #e8fae4, #9ccc9e);
  box-shadow:
    0 0 0 0 rgba(47, 120, 57, 0),
    0 0.9rem 1.9rem rgba(15, 34, 26, 0.14);
}

body.theme-light .timeline-item.is-visible .timeline-dot {
  box-shadow:
    0 0 0 0.45rem rgba(47, 120, 57, 0.08),
    0 0.9rem 1.9rem rgba(15, 34, 26, 0.14);
}

body.theme-light .timeline-item.is-active .timeline-dot {
  border-color: rgba(47, 120, 57, 0.48);
  background: linear-gradient(180deg, #f4fff1, #a6d6a8);
  box-shadow:
    0 0 0 0.58rem rgba(47, 120, 57, 0.1),
    0 0 2rem rgba(47, 120, 57, 0.34),
    0 0.9rem 1.9rem rgba(15, 34, 26, 0.14);
}

body.theme-light .timeline-item.is-active time {
  color: #163d20;
  text-shadow:
    0 0 0.9rem rgba(47, 120, 57, 0.24),
    0 0 1.7rem rgba(47, 120, 57, 0.16);
}

body.theme-light .timeline-item.is-active p {
  color: rgba(7, 19, 16, 0.78);
  text-shadow: 0 0 0.8rem rgba(47, 120, 57, 0.12);
}

body.theme-light .glass-card,
body.theme-light .reference-rail article.glass-card,
body.theme-light .proof-matrix article.glass-card,
body.theme-light .coverage-route article.glass-card {
  border-color: var(--light-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 244, 0.78) 46%, rgba(255, 255, 255, 0.82)),
    rgba(255, 255, 255, 0.8);
  box-shadow:
    0 1.15rem 2.9rem rgba(15, 34, 26, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(47, 120, 57, 0.05);
  backdrop-filter: blur(10px) saturate(1.04);
}

body.theme-light .glass-card:hover,
body.theme-light .glass-card:focus-visible,
body.theme-light .glass-card:focus-within,
body.theme-light .glass-card.is-glass-hover,
body.theme-light .reference-rail article.glass-card:hover,
body.theme-light .reference-rail article.glass-card:focus-visible,
body.theme-light .reference-rail article.glass-card.is-glass-hover,
body.theme-light .proof-matrix article.glass-card:hover,
body.theme-light .proof-matrix article.glass-card:focus-visible,
body.theme-light .proof-matrix article.glass-card.is-glass-hover,
body.theme-light .coverage-route article.glass-card:hover,
body.theme-light .coverage-route article.glass-card:focus-visible,
body.theme-light .coverage-route article.glass-card.is-glass-hover {
  border-color: rgba(47, 120, 57, 0.48);
  background:
    linear-gradient(145deg, #ffffff, rgba(244, 250, 243, 0.86) 42%, rgba(255, 255, 255, 0.92)),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 1px rgba(47, 120, 57, 0.12),
    0 0 1.55rem rgba(47, 120, 57, 0.2),
    0 1.45rem 3.3rem rgba(15, 34, 26, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body.theme-light .customer-logo-card.glass-card {
  background:
    linear-gradient(145deg, #ffffff, #f4f8f2),
    #fff;
}

body.theme-light .customer-logo-card.glass-card.is-glass-hover {
  box-shadow:
    0 0 0 1px rgba(47, 120, 57, 0.18),
    0 0 1.35rem rgba(47, 120, 57, 0.18),
    0 1.25rem 2.8rem rgba(15, 34, 26, 0.14);
}

body.theme-light .sustainability-list span {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(3, 9, 9, 0.48);
}

body.theme-light .consult-cta {
  overflow: hidden;
}

body.theme-light .consult-action {
  background: linear-gradient(180deg, #d3f0cf, #92c993);
}

body.theme-light .consult-steps span,
body.theme-light .contact-grid a,
body.theme-light .contact-grid span {
  color: rgba(7, 19, 16, 0.7);
}

body.theme-light .contact-grid a:hover,
body.theme-light .contact-grid a:focus-visible,
body.theme-light .footer-layout--art a:hover,
body.theme-light .footer-layout--art a:focus-visible {
  color: var(--mint-strong);
}

body.theme-light .footer-layout--art .footer-brand img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(18%) saturate(1080%) hue-rotate(97deg) brightness(92%) contrast(94%);
}

body.theme-light .footer-layout--art .footer-services a,
body.theme-light .footer-layout--art .footer-menu a {
  border-color: var(--light-line);
  color: rgba(7, 19, 16, 0.68);
  background: rgba(255, 255, 255, 0.62);
}

body.theme-light .footer-layout--art .footer-legal {
  border-color: var(--light-line);
}

body.theme-light .sustainability-list span,
body.theme-light .sustainability-list span.glass-card,
body.theme-light .sustainability-list span.glass-card:hover,
body.theme-light .sustainability-list span.glass-card:focus-visible,
body.theme-light .sustainability-list span.glass-card.is-glass-hover {
  border-color: rgba(255, 255, 255, 0.28);
  color: #f7fbf8;
  background:
    linear-gradient(135deg, rgba(5, 14, 14, 0.74), rgba(8, 24, 22, 0.48)),
    rgba(3, 9, 9, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 1.35rem rgba(184, 223, 180, 0.08);
  text-shadow: 0 0.08rem 0.35rem rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px) saturate(1.08);
}

body.theme-light .sustainability-list span.glass-card:hover,
body.theme-light .sustainability-list span.glass-card:focus-visible,
body.theme-light .sustainability-list span.glass-card.is-glass-hover {
  border-color: rgba(184, 223, 180, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 1.55rem rgba(184, 223, 180, 0.18);
}

@media (max-width: 1040px) {
  .nav-links,
  .nav-actions {
    left: max(1rem, env(safe-area-inset-left));
    right: max(1rem, env(safe-area-inset-right));
    width: auto;
    max-width: calc(100vw - 2rem);
    max-width: calc(100svw - 2rem);
  }

  .nav-actions {
    display: none;
    overflow: hidden;
    gap: 0.8rem;
  }

  .nav-actions .nav-cta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: space-between;
  }

  .nav-actions .nav-cta span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 700px) {
  .is-menu-open .nav-links,
  .is-menu-open .nav-actions {
    max-width: calc(100vw - 2rem);
    max-width: calc(100svw - 2rem);
  }

  .nav-links {
    top: 5.05rem;
    max-height: min(24rem, calc(100svh - 9.75rem));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav-actions {
    top: auto;
    bottom: max(1rem, env(safe-area-inset-bottom));
    padding: 0.85rem;
    border-radius: 8px;
  }

  .nav-actions .nav-cta {
    min-height: 3.2rem;
    padding: 0.42rem 0.52rem 0.42rem 1rem;
  }

  .nav-actions .nav-cta svg {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 820px), (pointer: coarse) {
  body.has-mobile-motion .mobile-motion-target,
  body.has-mobile-motion .menu-toggle,
  body.has-mobile-motion .nav-cta,
  body.has-mobile-motion .primary-action,
  body.has-mobile-motion .text-action,
  body.has-mobile-motion .final-action,
  body.has-mobile-motion .service-scope a {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }

  body.has-mobile-motion .mobile-motion-target {
    --mobile-index: 0;
    --mobile-glow-opacity: 0;
    --mobile-glow-shift: -42%;
    transition:
      border-color 360ms ease,
      box-shadow 360ms ease,
      filter 360ms ease;
    transition-delay: calc(var(--mobile-index, 0) * 24ms);
  }

  body.has-mobile-motion .mobile-motion-target > :not(.mobile-glow-frame):not(.mobile-tap-ripple) {
    position: relative;
    z-index: 2;
  }

  body.has-mobile-motion .mobile-glow-frame {
    position: absolute;
    z-index: 1;
    inset: -1px;
    border-radius: inherit;
    pointer-events: none;
    background:
      linear-gradient(115deg, transparent 0 30%, rgba(184, 223, 180, 0.34) 46%, rgba(255, 255, 255, 0.5) 50%, rgba(184, 223, 180, 0.22) 56%, transparent 72% 100%),
      radial-gradient(circle at 18% 18%, rgba(184, 223, 180, 0.18), transparent 38%);
    mix-blend-mode: screen;
    opacity: var(--mobile-glow-opacity);
    transform: translate3d(var(--mobile-glow-shift), 0, 0);
    transition:
      opacity 360ms ease,
      transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.theme-light.has-mobile-motion .mobile-glow-frame {
    background:
      linear-gradient(115deg, transparent 0 30%, rgba(47, 120, 57, 0.16) 46%, rgba(255, 255, 255, 0.64) 50%, rgba(47, 120, 57, 0.16) 56%, transparent 72% 100%),
      radial-gradient(circle at 18% 18%, rgba(47, 120, 57, 0.14), transparent 38%);
    mix-blend-mode: multiply;
  }

  body.has-mobile-motion .mobile-motion-target.is-mobile-lit {
    --mobile-glow-opacity: 1;
    --mobile-glow-shift: 46%;
    border-color: rgba(184, 223, 180, 0.46);
    box-shadow:
      0 0 0 1px rgba(184, 223, 180, 0.1),
      0 0 1.45rem rgba(184, 223, 180, 0.18),
      0 1rem 2.4rem rgba(0, 0, 0, 0.12);
    filter: saturate(1.06);
  }

  body.theme-light.has-mobile-motion .mobile-motion-target.is-mobile-lit {
    border-color: rgba(47, 120, 57, 0.32);
    box-shadow:
      0 0 0 1px rgba(47, 120, 57, 0.08),
      0 0 1.35rem rgba(47, 120, 57, 0.14),
      0 1rem 2.1rem rgba(15, 34, 26, 0.1);
  }

  body.has-mobile-motion .mobile-tap-ripple {
    position: absolute;
    z-index: 5;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(247, 255, 245, 0.7), rgba(184, 223, 180, 0.32) 34%, transparent 68%);
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0.1);
    animation: mobile-tap-ripple 620ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  body.theme-light.has-mobile-motion .mobile-tap-ripple {
    background: radial-gradient(circle, rgba(47, 120, 57, 0.26), rgba(47, 120, 57, 0.16) 34%, transparent 68%);
  }

  body.has-mobile-motion .is-mobile-tapped {
    transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0) scale(0.992);
  }

  body.has-mobile-motion .hero__copy {
    position: relative;
  }

  body.has-mobile-motion .hero__copy::after {
    position: absolute;
    left: 0;
    bottom: -1.25rem;
    width: min(7.5rem, 42vw);
    height: 2px;
    border-radius: 999px;
    content: "";
    background: linear-gradient(90deg, rgba(184, 223, 180, 0), rgba(184, 223, 180, 0.82), rgba(247, 255, 245, 0));
    box-shadow: 0 0 1.1rem rgba(184, 223, 180, 0.42);
    transform-origin: left;
    animation: mobile-hero-scan 3.2s ease-in-out infinite;
  }

  body.has-mobile-motion .menu-toggle {
    animation: mobile-soft-pulse 3.6s ease-in-out infinite;
  }
}

@media (max-width: 700px) {
  body.has-mobile-motion .nav-links > *,
  body.has-mobile-motion .nav-actions > * {
    will-change: opacity, transform;
  }

  body.has-mobile-motion .nav-links > *:nth-child(1) { --menu-index: 0; }
  body.has-mobile-motion .nav-links > *:nth-child(2) { --menu-index: 1; }
  body.has-mobile-motion .nav-links > *:nth-child(3) { --menu-index: 2; }
  body.has-mobile-motion .nav-links > *:nth-child(4) { --menu-index: 3; }
  body.has-mobile-motion .nav-links > *:nth-child(5) { --menu-index: 4; }
  body.has-mobile-motion .nav-links > *:nth-child(6) { --menu-index: 5; }
  body.has-mobile-motion .nav-actions > *:nth-child(1) { --menu-index: 6; }
  body.has-mobile-motion .nav-actions > *:nth-child(2) { --menu-index: 7; }

  body.has-mobile-motion.is-menu-open .nav-links > *,
  body.has-mobile-motion.is-menu-open .nav-actions > * {
    animation: mobile-menu-item-in 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(var(--menu-index, 0) * 44ms);
  }

  body.has-mobile-motion.is-mobile-menu-settled .nav-links > *,
  body.has-mobile-motion.is-mobile-menu-settled .nav-actions > * {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-glow-frame,
  .mobile-tap-ripple {
    display: none !important;
  }

  body.has-mobile-motion .hero__copy::after,
  body.has-mobile-motion .menu-toggle {
    animation: none !important;
  }
}

@keyframes mobile-menu-item-in {
  from {
    opacity: 0;
    transform: translate3d(0, 0.85rem, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes mobile-tap-ripple {
  0% {
    opacity: 0.74;
    transform: translate3d(-50%, -50%, 0) scale(0.1);
  }

  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(16);
  }
}

@keyframes mobile-hero-scan {
  0%,
  100% {
    opacity: 0.42;
    transform: scaleX(0.42);
  }

  46% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes mobile-soft-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 0.28rem rgba(184, 223, 180, 0.08),
      0 1rem 2.4rem rgba(0, 0, 0, 0.38);
  }

  50% {
    box-shadow:
      0 0 0 0.42rem rgba(184, 223, 180, 0.16),
      0 1.15rem 2.6rem rgba(0, 0, 0, 0.34);
  }
}

/* Mobile focus pass: calmer inspection-style motion, replacing glow/ripple demo effects. */
@media (max-width: 820px), (pointer: coarse) {
  body.has-mobile-focus-motion .mobile-glow-frame,
  body.has-mobile-focus-motion .mobile-tap-ripple {
    display: none !important;
  }

  body.has-mobile-focus-motion .hero__copy::after {
    content: none !important;
    animation: none !important;
  }

  body.has-mobile-focus-motion .menu-toggle {
    animation: none !important;
  }

  body.has-mobile-focus-motion .mobile-focus-target {
    --mobile-index: 0;
    transform-origin: center;
    transition:
      border-color 260ms ease,
      box-shadow 300ms ease,
      filter 300ms ease,
      outline-color 260ms ease,
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--mobile-index, 0) * 12ms);
  }

  body.has-mobile-focus-motion .mobile-focus-target.is-mobile-focus {
    border-color: rgba(184, 223, 180, 0.38);
    outline: 1px solid rgba(184, 223, 180, 0.16);
    outline-offset: -1px;
    box-shadow:
      inset 0.18rem 0 0 rgba(184, 223, 180, 0.62),
      0 1.05rem 2.35rem rgba(0, 0, 0, 0.16);
    filter: saturate(1.04);
  }

  body.theme-light.has-mobile-focus-motion .mobile-focus-target.is-mobile-focus {
    border-color: rgba(47, 120, 57, 0.3);
    outline-color: rgba(47, 120, 57, 0.13);
    box-shadow:
      inset 0.18rem 0 0 rgba(47, 120, 57, 0.52),
      0 1rem 2.15rem rgba(15, 34, 26, 0.1);
  }

  body.has-mobile-focus-motion .standard-photo.mobile-focus-target.is-mobile-focus,
  body.has-mobile-focus-motion .sustainability-panel.mobile-focus-target.is-mobile-focus,
  body.has-mobile-focus-motion .team-trust__media.mobile-focus-target.is-mobile-focus,
  body.has-mobile-focus-motion .timeline-stage.mobile-focus-target.is-mobile-focus,
  body.has-mobile-focus-motion .service-board.mobile-focus-target.is-mobile-focus,
  body.has-mobile-focus-motion .consult-cta.mobile-focus-target.is-mobile-focus {
    box-shadow:
      inset 0.2rem 0 0 rgba(184, 223, 180, 0.62),
      0 1.35rem 3.2rem rgba(0, 0, 0, 0.18);
  }

  body.theme-light.has-mobile-focus-motion .standard-photo.mobile-focus-target.is-mobile-focus,
  body.theme-light.has-mobile-focus-motion .sustainability-panel.mobile-focus-target.is-mobile-focus,
  body.theme-light.has-mobile-focus-motion .team-trust__media.mobile-focus-target.is-mobile-focus,
  body.theme-light.has-mobile-focus-motion .timeline-stage.mobile-focus-target.is-mobile-focus,
  body.theme-light.has-mobile-focus-motion .service-board.mobile-focus-target.is-mobile-focus,
  body.theme-light.has-mobile-focus-motion .consult-cta.mobile-focus-target.is-mobile-focus {
    box-shadow:
      inset 0.2rem 0 0 rgba(47, 120, 57, 0.5),
      0 1.15rem 2.9rem rgba(15, 34, 26, 0.12);
  }

  body.has-mobile-focus-motion .service-lane.mobile-focus-target.is-mobile-focus {
    transform: translateY(-2px) !important;
  }

  body.has-mobile-focus-motion .customer-logo-card.mobile-focus-target.is-mobile-focus,
  body.has-mobile-focus-motion .reference-rail article.mobile-focus-target.is-mobile-focus,
  body.has-mobile-focus-motion .coverage-route article.mobile-focus-target.is-mobile-focus,
  body.has-mobile-focus-motion .proof-matrix article.mobile-focus-target.is-mobile-focus {
    transform: translateY(-3px);
  }

  body.has-mobile-focus-motion .is-mobile-pressed {
    transform: scale(0.985) !important;
    filter: saturate(1.08);
    transition-duration: 90ms !important;
  }

  body.has-mobile-focus-motion .primary-action.is-mobile-pressed,
  body.has-mobile-focus-motion .nav-cta.is-mobile-pressed,
  body.has-mobile-focus-motion .final-action.is-mobile-pressed {
    box-shadow:
      0 0 0 0.18rem rgba(184, 223, 180, 0.14),
      0 0.75rem 1.55rem rgba(78, 139, 83, 0.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.has-mobile-focus-motion .mobile-focus-target,
  body.has-mobile-focus-motion .is-mobile-pressed {
    transform: none !important;
    transition: none !important;
  }
}

/* Story V2: Operational Trust page below the approved hero. */
body.theme-light .section--story-v2 {
  --story-ink: #071111;
  --story-muted: #5b6761;
  --story-line: rgba(7, 17, 17, 0.11);
  --story-panel: rgba(255, 255, 255, 0.86);
  --story-soft: #f6f8f4;
  --story-mint: #2f7839;
  --story-mint-soft: #dff1de;
  --story-dark: #071111;
  --story-dark-2: #0d1a17;
  --story-shadow: 0 1.2rem 3.4rem rgba(15, 34, 26, 0.1);
  color: var(--story-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 244, 0.98)),
    radial-gradient(circle at 12% 10%, rgba(47, 120, 57, 0.08), transparent 34%);
  border-top: 1px solid rgba(7, 17, 17, 0.08);
  overflow: clip;
  padding: clamp(4.8rem, 7vw, 7.2rem) 0;
}

body.theme-light .section--story-v2 .section__inner {
  width: min(100% - clamp(2rem, 6vw, 7rem), 92rem);
}

body.theme-light .section--story-v2 h2,
body.theme-light .section--story-v2 h3,
body.theme-light .section--story-v2 strong {
  color: var(--story-ink);
}

body.theme-light .section--story-v2 p {
  color: var(--story-muted);
}

body.theme-light .section--story-v2 .section-kicker {
  color: var(--story-mint);
}

.risk-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  min-width: 0;
}

.risk-field__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.5fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}

.risk-field__heading,
.capability-heading,
.process-flow__intro,
.proof-wall__intro,
.coverage-brief {
  row-gap: 1rem;
}

.risk-field__heading .section-kicker,
.capability-heading .section-kicker,
.process-flow__intro .section-kicker,
.proof-wall__intro .section-kicker,
.coverage-brief .section-kicker,
.timeline-heading .section-kicker {
  grid-column: 1;
}

.risk-field__heading h2,
.capability-heading h2,
.process-flow__intro h2,
.proof-wall__intro h2,
.coverage-brief h2,
.timeline-heading h2 {
  grid-column: 1;
}

.risk-field__heading p:not(.section-kicker),
.capability-heading p,
.process-flow__intro p,
.proof-wall__intro p,
.coverage-brief p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.risk-field__heading h2,
.capability-heading h2,
.process-flow__intro h2,
.proof-wall__intro h2,
.coverage-brief h2,
.timeline-heading h2,
.final-cta h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.85rem, 5.25vw, 5.9rem);
  line-height: 0.97;
  letter-spacing: 0;
  overflow-wrap: normal;
  hyphens: none;
}

.risk-field__heading p:not(.section-kicker),
.capability-heading p,
.process-flow__intro p,
.proof-wall__intro p,
.coverage-brief p,
.final-cta p {
  max-width: 35rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.65;
}

.risk-field__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  min-width: 0;
  background: var(--story-line);
  border: 1px solid var(--story-line);
  box-shadow: var(--story-shadow);
}

.risk-card {
  position: relative;
  min-width: 0;
  min-height: 27rem;
  display: grid;
  align-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 2.4vw, 2.4rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(239, 246, 239, 0.72)),
    linear-gradient(90deg, rgba(47, 120, 57, 0.08), transparent 54%);
  isolation: isolate;
  transform: translateZ(0);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background 260ms ease,
    box-shadow 260ms ease;
}

.risk-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 0.22rem solid transparent;
  background: linear-gradient(90deg, var(--story-mint), transparent 58%) top left / 100% 0.22rem no-repeat;
  opacity: 0;
  transition: opacity 260ms ease;
  z-index: -1;
}

.risk-card:hover,
.risk-card.is-motion-active {
  transform: translateY(-0.35rem);
  box-shadow: 0 1.6rem 4rem rgba(15, 34, 26, 0.14);
}

.risk-card:hover::before,
.risk-card.is-motion-active::before {
  opacity: 1;
}

.risk-card__number {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(47, 120, 57, 0.26);
  border-radius: 50%;
  color: var(--story-mint);
  font-size: 0.76rem;
  font-weight: 900;
}

.risk-card__eyebrow {
  margin: 0 0 0.7rem;
  color: var(--story-mint) !important;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.risk-card h3 {
  max-width: 12em;
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2.35rem);
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.risk-card p:not(.risk-card__eyebrow) {
  max-width: 24rem;
  margin: 1rem 0 0;
  line-height: 1.55;
}

.risk-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.risk-card li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #24322d;
  font-size: 0.94rem;
  font-weight: 800;
}

.risk-card li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--story-mint);
  box-shadow: 0 0 0 0.32rem rgba(47, 120, 57, 0.1);
}

.risk-field__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--story-line);
  background: rgba(255, 255, 255, 0.58);
}

.risk-field__proof div,
.proof-wall__stats div {
  min-height: 9rem;
  padding: 1.5rem;
  border-right: 1px solid var(--story-line);
}

.risk-field__proof div:last-child,
.proof-wall__stats div:last-child {
  border-right: 0;
}

.risk-field__proof span,
.proof-wall__stats span {
  display: block;
  color: var(--story-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.risk-field__proof strong,
.proof-wall__stats strong {
  display: block;
  margin-top: 0.7rem;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.9;
}

.section--capability-chapters {
  background:
    linear-gradient(180deg, #f7faf5, #edf4ed) !important;
}

.capability-shell {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.capability-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(18rem, 0.44fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}

.capability-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(17rem, 0.56fr) minmax(18rem, 0.72fr) minmax(22rem, 0.86fr);
  min-height: min(45rem, 80vh);
  border: 1px solid rgba(7, 17, 17, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(234, 244, 234, 0.62)),
    linear-gradient(90deg, rgba(47, 120, 57, 0.08), transparent 45%);
  box-shadow: var(--story-shadow);
  overflow: hidden;
}

.capability-board::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0.22rem;
  background: linear-gradient(90deg, var(--story-mint), rgba(47, 120, 57, 0.12));
  transform: scaleX(calc(0.12 + var(--service-depth, 0) * 0.88));
  transform-origin: left;
  transition: transform 320ms ease;
}

.capability-nav {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border-right: 1px solid rgba(7, 17, 17, 0.13);
  background: rgba(255, 255, 255, 0.54);
}

.capability-lane {
  appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  align-content: center;
  gap: 0.35rem 1.1rem;
  padding: 1.5rem;
  border: 0;
  border-bottom: 1px solid rgba(7, 17, 17, 0.1);
  color: var(--story-ink);
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.capability-lane:last-child {
  border-bottom: 0;
}

.capability-lane span {
  grid-row: span 2;
  color: var(--story-mint);
  font-size: 0.8rem;
  font-weight: 900;
}

.capability-lane strong {
  font-size: clamp(1.02rem, 1.25vw, 1.34rem);
  line-height: 1.12;
}

.capability-lane small {
  color: var(--story-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.capability-lane:hover,
.capability-lane:focus-visible,
.capability-lane.is-active {
  background:
    linear-gradient(90deg, rgba(47, 120, 57, 0.14), transparent 80%),
    rgba(255, 255, 255, 0.9);
  outline: 0;
}

.capability-lane.is-active {
  box-shadow: inset 0.24rem 0 0 var(--story-mint);
}

.capability-media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #071111;
}

.capability-media img {
  width: 100%;
  height: 100%;
  min-height: 33rem;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03);
  transform: scale(1.03);
  transition:
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

.capability-board:hover .capability-media img {
  transform: scale(1.07);
  filter: saturate(1) contrast(1.06);
}

.capability-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(3, 9, 9, 0.86));
}

.capability-media figcaption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  display: grid;
  gap: 0.4rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(3, 9, 9, 0.48);
  backdrop-filter: blur(14px);
}

.capability-media figcaption span {
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.capability-media figcaption strong {
  color: #fff;
}

.capability-detail {
  display: grid;
  align-content: center;
  gap: 1.5rem;
  padding: clamp(2rem, 4vw, 4rem);
  background:
    radial-gradient(circle at 92% 12%, rgba(47, 120, 57, 0.13), transparent 28%),
    #071111;
}

.capability-detail .section-kicker,
.capability-detail h3,
.capability-detail p,
.capability-detail strong {
  color: #fff;
}

.capability-detail .section-kicker {
  color: var(--mint);
}

.capability-detail h3 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(2.5rem, 4.7vw, 5.3rem);
  line-height: 0.92;
}

.capability-detail > p {
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.65;
}

.capability-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.capability-facts div {
  min-height: 8.5rem;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.capability-facts div:last-child {
  border-right: 0;
}

.capability-facts span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.capability-facts strong {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.36;
}

.capability-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.capability-scope a {
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  border: 1px solid rgba(7, 17, 17, 0.14);
  border-radius: 999px;
  padding: 0 1rem;
  color: var(--story-ink);
  background: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.capability-scope a:hover,
.capability-scope a:focus-visible {
  border-color: rgba(47, 120, 57, 0.42);
  background: rgba(223, 241, 222, 0.76);
  transform: translateY(-0.12rem);
}

.section--process-flow {
  background:
    linear-gradient(180deg, #ffffff, #f4f7f3) !important;
}

.process-flow {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.process-flow__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(18rem, 0.42fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}

.process-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--story-line);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--story-shadow);
}

.process-rail::before {
  content: "";
  position: absolute;
  top: 4.05rem;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 120, 57, 0.42), transparent);
}

.process-step {
  position: relative;
  display: grid;
  gap: 1.15rem;
  min-height: 17rem;
  padding: 1.6rem;
  border-right: 1px solid var(--story-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 249, 243, 0.72));
}

.process-step:last-child {
  border-right: 0;
}

.process-step span {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--story-mint);
  background: #fff;
  border: 1px solid rgba(47, 120, 57, 0.24);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 0 0 0.55rem rgba(47, 120, 57, 0.08);
  z-index: 1;
}

.process-step h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2.1rem);
}

.process-step p {
  margin: 0;
  line-height: 1.55;
}

.process-step.is-active {
  background:
    linear-gradient(145deg, rgba(223, 241, 222, 0.88), rgba(255, 255, 255, 0.82));
}

.section--proof-wall {
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(184, 223, 180, 0.16), transparent 34%),
    linear-gradient(180deg, #071111, #0b1714) !important;
}

.proof-wall {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.proof-wall__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(18rem, 0.42fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}

.section--proof-wall h2,
.section--proof-wall h3,
.section--proof-wall strong {
  color: #fff !important;
}

.section--proof-wall p {
  color: rgba(255, 255, 255, 0.68) !important;
}

.proof-wall__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.035);
}

.proof-wall__stats div {
  border-right-color: rgba(255, 255, 255, 0.13);
}

.proof-wall__stats span,
.proof-wall__stats small {
  color: rgba(255, 255, 255, 0.56);
}

.proof-wall__stats small {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.86rem;
}

.proof-logo-rail {
  position: relative;
  overflow: hidden;
  padding: 0.6rem 0;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-logo-rail::before,
.proof-logo-rail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8rem;
  z-index: 2;
  pointer-events: none;
}

.proof-logo-rail::before {
  left: 0;
  background: linear-gradient(90deg, #071111, transparent);
}

.proof-logo-rail::after {
  right: 0;
  background: linear-gradient(270deg, #071111, transparent);
}

.proof-logo-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: proofRailMove 32s linear infinite;
  transform: translate3d(calc(var(--section-progress, 0) * -2rem), 0, 0);
}

.proof-logo-rail:hover .proof-logo-track {
  animation-play-state: paused;
}

.customer-logo-card {
  width: clamp(10rem, 16vw, 17rem);
  min-height: 6rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.12);
}

.customer-logo-card img {
  max-width: 100%;
  max-height: 3.6rem;
  object-fit: contain;
}

.proof-certs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.proof-certs article {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 7.2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.proof-certs img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

.proof-certs span {
  display: block;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-certs strong {
  font-size: 1.05rem;
}

.sustainability-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 0.58fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.sustainability-copy h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.85rem, 5.1vw, 5.7rem);
  line-height: 0.97;
  overflow-wrap: normal;
  hyphens: none;
}

.sustainability-copy > p {
  max-width: 43rem;
  margin-top: 1.4rem;
  font-size: 1.12rem;
  line-height: 1.7;
}

.sustainability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
  border: 1px solid var(--story-line);
}

.sustainability-list span {
  min-height: 5.4rem;
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  border-right: 1px solid var(--story-line);
  border-bottom: 1px solid var(--story-line);
  color: var(--story-ink);
  font-weight: 900;
}

.sustainability-list span:nth-child(2n) {
  border-right: 0;
}

.sustainability-list span:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.sustainability-panel {
  position: relative;
  min-height: 38rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 17, 17, 0.14);
  box-shadow: var(--story-shadow);
  background: #071111;
}

.sustainability-panel img {
  width: 100%;
  height: 100%;
  min-height: 38rem;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.sustainability-panel figcaption {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  gap: 0.4rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(3, 9, 9, 0.58);
  backdrop-filter: blur(14px);
}

.sustainability-panel figcaption strong {
  color: #fff;
}

.sustainability-panel figcaption span {
  color: rgba(255, 255, 255, 0.7);
}

.coverage-flow {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.coverage-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(18rem, 0.42fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}

.city-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.city-rail span {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  border: 1px solid rgba(7, 17, 17, 0.13);
  border-radius: 999px;
  padding: 0 1.15rem;
  color: var(--story-ink);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 900;
}

.coverage-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--story-line);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--story-shadow);
}

.coverage-route article {
  min-height: 15rem;
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.5rem;
  border-right: 1px solid var(--story-line);
}

.coverage-route article:last-child {
  border-right: 0;
}

.coverage-route span {
  color: var(--story-mint);
  font-size: 0.8rem;
  font-weight: 900;
}

.coverage-route h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.1vw, 2.4rem);
}

.coverage-route p {
  margin: 0;
  line-height: 1.58;
}

.compact-timeline {
  display: grid;
  gap: 2.2rem;
}

.timeline-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(12rem, 0.32fr);
  align-items: end;
}

.compact-timeline__rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(10rem, 1fr));
  border: 1px solid var(--story-line);
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--story-shadow);
  scroll-snap-type: x proximity;
}

.compact-timeline__rail .timeline-item {
  min-height: 13rem;
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.4rem;
  border-right: 1px solid var(--story-line);
  scroll-snap-align: start;
}

.compact-timeline__rail .timeline-item:last-child {
  border-right: 0;
}

.compact-timeline__rail .timeline-item span {
  color: var(--story-mint);
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  font-weight: 950;
  line-height: 0.9;
}

.compact-timeline__rail .timeline-item p {
  margin: 0;
  line-height: 1.48;
}

.section--consult.section--story-v2 {
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(184, 223, 180, 0.16), transparent 32%),
    linear-gradient(180deg, #071111, #030909) !important;
}

.consult-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(17rem, 0.42fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.section--consult .final-cta h2,
.section--consult .final-cta strong {
  color: #fff !important;
}

.section--consult .final-cta p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.consult-steps {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.consult-steps span {
  display: grid;
  gap: 0.45rem;
  min-height: 6rem;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.04);
}

.consult-steps strong {
  color: #fff !important;
}

.contact-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-grid a,
.contact-grid span {
  min-height: 4.9rem;
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 850;
}

.contact-grid span {
  border-right: 0;
}

.contact-grid a:hover,
.contact-grid a:focus-visible {
  color: #fff;
  background: rgba(184, 223, 180, 0.08);
}

@keyframes proofRailMove {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 1180px) {
  .capability-board {
    grid-template-columns: minmax(15rem, 0.55fr) minmax(16rem, 0.7fr);
  }

  .capability-detail {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 0.6fr);
    align-items: end;
  }

  .capability-facts {
    align-self: stretch;
  }

  .process-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-rail::before {
    display: none;
  }
}

@media (max-width: 900px) {
  body.theme-light .section--story-v2 .section__inner {
    width: min(100% - 2rem, 44rem);
  }

  .risk-field__heading,
  .capability-heading,
  .process-flow__intro,
  .proof-wall__intro,
  .coverage-brief,
  .sustainability-grid,
  .consult-cta,
  .timeline-heading {
    grid-template-columns: 1fr;
  }

  .risk-field__heading .section-kicker,
  .capability-heading .section-kicker,
  .process-flow__intro .section-kicker,
  .proof-wall__intro .section-kicker,
  .coverage-brief .section-kicker,
  .timeline-heading .section-kicker,
  .risk-field__heading h2,
  .capability-heading h2,
  .process-flow__intro h2,
  .proof-wall__intro h2,
  .coverage-brief h2,
  .timeline-heading h2,
  .risk-field__heading p:not(.section-kicker),
  .capability-heading p,
  .process-flow__intro p,
  .proof-wall__intro p,
  .coverage-brief p {
    grid-column: 1;
    grid-row: auto;
    align-self: start;
  }

  .risk-field__heading h2,
  .capability-heading h2,
  .process-flow__intro h2,
  .proof-wall__intro h2,
  .coverage-brief h2,
  .timeline-heading h2,
  .final-cta h2,
  .sustainability-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 11vw, 4.4rem);
    line-height: 0.95;
  }

  .risk-field__grid,
  .risk-field__proof,
  .proof-wall__stats,
  .proof-certs,
  .coverage-route,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .risk-card,
  .process-step,
  .coverage-route article {
    min-height: auto;
  }

  .risk-field__proof div,
  .proof-wall__stats div,
  .proof-certs article,
  .coverage-route article,
  .contact-grid a,
  .contact-grid span {
    border-right: 0;
    border-bottom: 1px solid var(--story-line);
  }

  .section--proof-wall .proof-wall__stats div,
  .section--proof-wall .proof-certs article,
  .section--consult .contact-grid a,
  .section--consult .contact-grid span {
    border-bottom-color: rgba(255, 255, 255, 0.13);
  }

  .capability-board {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: visible;
  }

  .capability-nav {
    grid-template-rows: none;
    border-right: 0;
  }

  .capability-lane {
    min-height: 7rem;
  }

  .capability-media img,
  .sustainability-panel img {
    min-height: 26rem;
  }

  .capability-detail {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .capability-detail h3 {
    font-size: clamp(2.3rem, 10vw, 4.2rem);
  }

  .capability-facts {
    grid-template-columns: 1fr;
  }

  .capability-facts div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .capability-facts div:last-child {
    border-bottom: 0;
  }

  .process-rail {
    grid-template-columns: 1fr;
  }

  .process-step {
    border-right: 0;
    border-bottom: 1px solid var(--story-line);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

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

  .sustainability-list span {
    border-right: 0;
  }

  .sustainability-list span:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--story-line);
  }

  .sustainability-list span:last-child {
    border-bottom: 0;
  }

  .proof-logo-track {
    animation-duration: 44s;
  }

  .compact-timeline__rail {
    grid-template-columns: repeat(6, minmax(12.5rem, 78vw));
  }
}

/* Ritter CLEAN brand pass: white / blue */
:root,
body.theme-light,
body.theme-light .section,
body.theme-light .section--story-v2 {
  --bg: #f7fbff;
  --panel: rgba(255, 255, 255, 0.84);
  --line: rgba(24, 76, 150, 0.18);
  --text: #06101f;
  --muted: rgba(6, 16, 31, 0.64);
  --mint: #1c56a7;
  --mint-strong: #0f4d9d;
  --mint-deep: #092d68;
  --light-bg: #f7fbff;
  --light-bg-2: #eef5ff;
  --light-surface: rgba(255, 255, 255, 0.9);
  --light-surface-strong: rgba(255, 255, 255, 0.98);
  --light-ink: #06101f;
  --light-muted: #5c6978;
  --light-line: rgba(24, 76, 150, 0.14);
  --light-line-strong: rgba(24, 76, 150, 0.28);
  --story-ink: #06101f;
  --story-muted: #5c6978;
  --story-line: rgba(24, 76, 150, 0.14);
  --story-panel: rgba(255, 255, 255, 0.88);
  --story-soft: #f4f8ff;
  --story-mint: #1456a8;
  --story-mint-soft: #dceaff;
  --story-dark: #061733;
  --story-dark-2: #08264f;
  --story-shadow: 0 1.4rem 4rem rgba(13, 56, 118, 0.12);
}

body.theme-light {
  color: #06101f !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(28, 86, 167, 0.08), transparent 27rem),
    radial-gradient(circle at 88% 44%, rgba(28, 86, 167, 0.06), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 46%, #ffffff 100%) !important;
}

body.theme-light .hero {
  color: #06101f !important;
  background: #f7fbff !important;
}

body.theme-light .hero__video {
  opacity: 0.74 !important;
  filter: saturate(0.9) contrast(1.04) brightness(1.06) !important;
}

body.theme-light .hero__scrim {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.94) 32%, rgba(229, 240, 255, 0.5) 56%, rgba(5, 20, 45, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 251, 255, 0.26) 44%, rgba(247, 251, 255, 0.95) 100%) !important;
}

body.theme-light .hero__grain {
  opacity: 0.1 !important;
  mix-blend-mode: multiply !important;
}

body.theme-light .hero__ripple-surface {
  opacity: 0.18 !important;
  mix-blend-mode: multiply !important;
}

body.theme-light .brand img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(62%) saturate(1768%) hue-rotate(197deg) brightness(87%) contrast(99%) !important;
}

body.theme-light .hero__nav {
  color: #06101f !important;
}

body.theme-light .hero__nav::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.38), transparent) !important;
}

body.theme-light .nav-links a,
body.theme-light .service-menu summary,
body.theme-light .language-switch {
  color: rgba(6, 16, 31, 0.88) !important;
}

body.theme-light .nav-links a:hover,
body.theme-light .nav-links a:focus-visible,
body.theme-light .service-menu summary:hover,
body.theme-light .service-menu[open] summary,
body.theme-light .text-action {
  color: #0f4d9d !important;
}

body.theme-light .service-menu__panel,
body.theme-light body.is-menu-open .nav-links,
body.theme-light .nav-links {
  border-color: rgba(24, 76, 150, 0.16) !important;
}

body.theme-light .service-menu__panel {
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 1.1rem 2.8rem rgba(13, 56, 118, 0.14) !important;
}

body.theme-light .eyebrow,
body.theme-light .hero h1 .accent,
body.theme-light .text-action svg,
body.theme-light .proof-item svg {
  color: #1456a8 !important;
}

body.theme-light .hero h1 {
  color: #06101f !important;
  text-shadow: none !important;
}

body.theme-light .hero__lead,
body.theme-light .proof-item p {
  color: rgba(6, 16, 31, 0.66) !important;
}

body.theme-light .nav-cta,
body.theme-light .primary-action,
body.theme-light .final-action {
  color: #fff !important;
  background:
    linear-gradient(135deg, #1f6cc9 0%, #0f4d9d 54%, #082f70 100%) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 1rem 2.4rem rgba(18, 76, 160, 0.24) !important;
}

body.theme-light .nav-cta::before,
body.theme-light .primary-action::before,
body.theme-light .final-action::before,
body.theme-light .final-action::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent) !important;
}

body.theme-light .nav-cta svg,
body.theme-light .primary-action__icon,
body.theme-light .final-action svg {
  color: #0f4d9d !important;
  background: rgba(255, 255, 255, 0.94) !important;
}

body.theme-light .cert-strip {
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(24, 76, 150, 0.16) !important;
  box-shadow: 0 1rem 2.6rem rgba(13, 56, 118, 0.14) !important;
}

body.theme-light .proof-rail {
  color: #06101f !important;
  background: rgba(255, 255, 255, 0.84) !important;
  border-color: rgba(24, 76, 150, 0.14) !important;
  box-shadow: 0 -1rem 3rem rgba(13, 56, 118, 0.08) !important;
}

body.theme-light .proof-rail h2,
body.theme-light .proof-rail strong {
  color: #06101f !important;
}

body.theme-light .proof-item {
  border-color: rgba(24, 76, 150, 0.15) !important;
}

body.theme-light .section,
body.theme-light .section--story-v2:not(.section--proof-wall):not(.section--consult) {
  background:
    radial-gradient(circle at 10% 12%, rgba(28, 86, 167, 0.07), transparent 28rem),
    linear-gradient(180deg, #ffffff, #f4f8ff) !important;
}

body.theme-light .section::after {
  background: linear-gradient(90deg, transparent, rgba(28, 86, 167, 0.24), transparent) !important;
}

body.theme-light .section-kicker,
body.theme-light .service-detail__kicker,
body.theme-light .service-lane span,
body.theme-light .service-detail__facts dt,
body.theme-light .risk-card .risk-card__number,
body.theme-light .process-step span,
body.theme-light .coverage-route span,
body.theme-light .section--timeline .compact-timeline__rail .timeline-item span,
body.theme-light .standard-photo figcaption span,
body.theme-light .standard-certs span,
body.theme-light .reference-rail span,
body.theme-light .proof-matrix span {
  color: #1456a8 !important;
}

body.theme-light mark,
body.theme-light .text-highlight,
body.theme-light .story-highlight {
  color: #0f4d9d !important;
  background:
    linear-gradient(90deg, rgba(220, 234, 255, 0.98), rgba(255, 255, 255, 0.2)) !important;
  text-shadow: 0 0 1rem rgba(31, 108, 201, 0.16) !important;
}

body.theme-light .service-board.is-scroll-pinning,
body.theme-light .capability-board,
body.theme-light .risk-card,
body.theme-light .process-step,
body.theme-light .coverage-route article,
body.theme-light .compact-timeline__rail,
body.theme-light .sustainability-panel,
body.theme-light .sustainability-list,
body.theme-light .risk-field__proof,
body.theme-light .proof-wall__stats,
body.theme-light .proof-certs,
body.theme-light .consult-steps,
body.theme-light .contact-grid {
  border-color: rgba(24, 76, 150, 0.15) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 1.2rem 3.4rem rgba(13, 56, 118, 0.1) !important;
}

body.theme-light .service-lane.is-active,
body.theme-light .capability-lane.is-active,
body.theme-light .risk-card:hover,
body.theme-light .process-step:hover,
body.theme-light .coverage-route article:hover {
  border-color: rgba(28, 86, 167, 0.45) !important;
  background:
    linear-gradient(90deg, rgba(220, 234, 255, 0.82), rgba(255, 255, 255, 0.88)) !important;
  box-shadow:
    inset 0.18rem 0 0 #1456a8,
    0 1.4rem 3.6rem rgba(13, 56, 118, 0.15) !important;
}

body.theme-light .service-progress__bar,
body.theme-light .service-progress__fill,
body.theme-light .process-rail::before,
body.theme-light .standard-lines li::before,
body.theme-light .service-lane.is-active::before {
  background: linear-gradient(90deg, #1f6cc9, #8bbcff) !important;
  box-shadow: 0 0 1.1rem rgba(31, 108, 201, 0.28) !important;
}

body.theme-light .service-detail,
body.theme-light .capability-detail,
body.theme-light .section--proof-wall,
body.theme-light .section--consult,
body.theme-light .site-footer {
  color: #fff !important;
  background:
    radial-gradient(circle at 16% 14%, rgba(56, 132, 226, 0.24), transparent 29rem),
    linear-gradient(135deg, #061733 0%, #08264f 58%, #041126 100%) !important;
}

body.theme-light .service-detail h3,
body.theme-light .capability-detail h3,
body.theme-light .proof-wall__intro h2,
body.theme-light .section--consult .final-cta h2 {
  color: #fff !important;
}

body.theme-light .service-detail p,
body.theme-light .service-detail__facts dd,
body.theme-light .capability-detail > p,
body.theme-light .capability-facts div,
body.theme-light .proof-wall__intro p,
body.theme-light .section--consult .final-cta p,
body.theme-light .section--consult .consult-steps,
body.theme-light .section--consult .contact-grid a,
body.theme-light .section--consult .contact-grid span {
  color: rgba(255, 255, 255, 0.74) !important;
}

body.theme-light .service-detail__facts,
body.theme-light .capability-facts div,
body.theme-light .proof-wall__stats div,
body.theme-light .proof-certs article {
  border-color: rgba(196, 220, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

body.theme-light .proof-logo-rail {
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 0 2.3rem rgba(255, 255, 255, 0.72) !important;
}

body.theme-light .customer-logo-card,
body.theme-light .proof-certs article {
  border-color: rgba(24, 76, 150, 0.16) !important;
}

body.theme-light .proof-certs article {
  background: rgba(255, 255, 255, 0.14) !important;
}

body.theme-light .section--timeline .compact-timeline__rail {
  border-color: rgba(24, 76, 150, 0.16) !important;
  background: rgba(255, 255, 255, 0.84) !important;
}

body.theme-light .section--timeline .compact-timeline__rail .timeline-item {
  border-color: rgba(24, 76, 150, 0.13) !important;
}

body.theme-light .section--timeline .compact-timeline__rail .timeline-item p {
  color: rgba(6, 16, 31, 0.66) !important;
}

body.theme-light .site-footer {
  border-top-color: rgba(196, 220, 255, 0.16) !important;
}

body.theme-light .footer-layout--art .footer-services a:hover,
body.theme-light .footer-layout--art .footer-services a:focus-visible,
body.theme-light .footer-layout--art .footer-menu a:hover,
body.theme-light .footer-layout--art .footer-menu a:focus-visible {
  color: #fff !important;
  background: #1f6cc9 !important;
  border-color: rgba(139, 188, 255, 0.5) !important;
}

body.theme-light .footer-layout--art .footer-brand img {
  filter: none !important;
}

@media (max-width: 900px) {
  body.theme-light .hero__scrim {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 251, 255, 0.78) 28%, rgba(247, 251, 255, 0.34) 54%, rgba(247, 251, 255, 0.96) 100%) !important;
  }

  body.theme-light .menu-toggle {
    color: #06101f !important;
    background: rgba(220, 234, 255, 0.96) !important;
    border-color: rgba(24, 76, 150, 0.2) !important;
    box-shadow: 0 0.8rem 2rem rgba(13, 56, 118, 0.18) !important;
  }

  body.is-menu-open.theme-light .nav-links,
  body.is-menu-open.theme-light .nav-actions {
    background:
      radial-gradient(circle at 18% 0%, rgba(31, 108, 201, 0.16), transparent 16rem),
      rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(24, 76, 150, 0.16) !important;
    box-shadow: 0 1.5rem 3.6rem rgba(13, 56, 118, 0.18) !important;
  }

  body.is-menu-open.theme-light .nav-links a,
  body.is-menu-open.theme-light .service-menu summary {
    color: #06101f !important;
  }

  body.theme-light .proof-rail {
    background: rgba(255, 255, 255, 0.9) !important;
  }
}

@media (max-width: 560px) {
  .risk-card,
  .capability-lane,
  .capability-detail,
  .process-step,
  .coverage-route article,
  .compact-timeline__rail .timeline-item {
    padding: 1.15rem;
  }

  .risk-field__proof div,
  .proof-wall__stats div {
    min-height: 7.2rem;
    padding: 1.15rem;
  }

  .customer-logo-card {
    width: 12rem;
    min-height: 5.4rem;
  }

  .proof-logo-rail::before,
  .proof-logo-rail::after {
    width: 3.6rem;
  }

  .capability-media figcaption,
  .sustainability-panel figcaption {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proof-logo-track {
    animation: none;
    transform: none !important;
  }

  .risk-card,
  .capability-lane,
  .capability-media img,
  .capability-scope a {
    transition: none !important;
  }
}

/* Story V2 QA fixes: isolate the new story sections from legacy section styles. */
@media (min-width: 901px) {
  .risk-field__heading h2,
  .capability-heading h2,
  .process-flow__intro h2,
  .proof-wall__intro h2,
  .coverage-brief h2,
  .timeline-heading h2,
  .final-cta h2,
  .sustainability-copy h2 {
    max-width: 16ch;
    font-size: clamp(2.8rem, 4.7vw, 5.25rem);
    line-height: 1;
  }
}

body.theme-light .capability-detail {
  grid-template-columns: minmax(0, 1fr) !important;
  color: #fff !important;
}

body.theme-light .capability-detail .motion-headline__visual,
body.theme-light .capability-detail .motion-word__inner,
body.theme-light .capability-detail h3,
body.theme-light .capability-detail strong {
  color: #fff !important;
}

body.theme-light .capability-detail > p,
body.theme-light .capability-detail [data-service-text] {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.theme-light .capability-facts {
  width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  background: transparent !important;
}

body.theme-light .capability-facts div {
  background: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

body.theme-light .capability-facts span {
  color: var(--mint) !important;
}

body.theme-light .capability-facts strong {
  color: rgba(255, 255, 255, 0.9) !important;
}

body.theme-light .proof-wall__stats div {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

body.theme-light .proof-wall__stats strong {
  color: #fff !important;
}

body.theme-light .proof-wall__stats span,
body.theme-light .proof-wall__stats small {
  color: rgba(255, 255, 255, 0.6) !important;
}

body.theme-light .section--sustainability .sustainability-list {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  transform: none !important;
  z-index: 1;
  margin-top: 2rem !important;
  background: transparent !important;
}

body.theme-light .section--sustainability .sustainability-list span {
  color: var(--story-ink) !important;
  background: rgba(255, 255, 255, 0.54) !important;
  filter: none !important;
  text-shadow: none !important;
  backdrop-filter: none !important;
}

body.theme-light .sustainability-panel figcaption strong {
  color: #fff !important;
}

body.theme-light .sustainability-panel figcaption span {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.theme-light .section--consult .final-cta {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 1.35rem;
  min-width: 0;
}

body.theme-light .section--consult .final-action {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 3.65rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  padding: 0.95rem 1.25rem 0.95rem 1.45rem !important;
  border-radius: 999px !important;
  color: #071111 !important;
  background: linear-gradient(180deg, #d7f2d1, #9ccc9e) !important;
  box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, 0.18) !important;
  transform: none;
}

body.theme-light .section--consult .final-action span {
  color: #071111 !important;
  font-size: 0.98rem;
  line-height: 1.15;
}

body.theme-light .section--consult .final-action svg {
  width: 1.2rem !important;
  height: 1.2rem !important;
  min-width: 1.2rem !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
}

body.theme-light .section--consult .final-action::before,
body.theme-light .section--consult .final-action::after {
  display: none !important;
}

@media (max-width: 900px) {
  body.theme-light .capability-facts {
    grid-template-columns: 1fr !important;
  }

  body.theme-light .section--consult .final-action {
    width: 100% !important;
    justify-content: space-between !important;
  }
}

body.theme-light .section--consult .consult-cta {
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 0.42fr) !important;
  gap: clamp(2rem, 5vw, 4rem) !important;
  align-items: start !important;
  padding: clamp(2rem, 4.5vw, 4.5rem) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(184, 223, 180, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.045) !important;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.18) !important;
}

body.theme-light .section--consult .final-cta {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 1.25rem !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  color: #fff !important;
}

body.theme-light .section--consult .final-cta .section-kicker {
  order: 0;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  color: var(--mint) !important;
}

body.theme-light .section--consult .final-cta h2 {
  order: 1;
  width: min(100%, 11.5ch) !important;
  max-width: 11.5ch !important;
  margin: 0 !important;
}

body.theme-light .section--consult .final-cta p:not(.section-kicker) {
  order: 2;
  width: min(100%, 38rem) !important;
  max-width: 38rem !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

body.theme-light .section--consult .final-cta .final-action {
  order: 3;
  margin-top: 0.25rem !important;
}

body.theme-light .section--consult .consult-steps {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  grid-template-columns: minmax(0, 1fr) !important;
  align-self: stretch !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

body.theme-light .section--consult .contact-grid {
  grid-column: 1 / -1 !important;
}

body.theme-light .section--consult .consult-steps span {
  color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(3, 9, 9, 0.52) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.theme-light .section--consult .consult-steps strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #fff !important;
}

@media (max-width: 900px) {
  body.theme-light .section--consult .consult-cta {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 1.25rem !important;
  }

  body.theme-light .section--consult .consult-steps,
  body.theme-light .section--consult .contact-grid {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* Mobile nav QA: keep the drawer as one compact block instead of a detached bottom overlay. */
@media (max-width: 700px) {
  .section h2.motion-headline .motion-headline__visual {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body.theme-light .section--consult .final-cta h2 {
    font-size: clamp(2.05rem, 9.2vw, 2.25rem) !important;
    line-height: 1.02 !important;
  }

  body.theme-light .section--consult .consult-steps strong {
    word-spacing: 0.12rem;
  }

  body.is-menu-open .hero__nav::before {
    position: fixed;
    inset: 0;
    z-index: 23;
    content: "";
    pointer-events: none;
    background: rgba(1, 8, 8, 0.58);
    backdrop-filter: blur(3px);
  }

  body.is-menu-open .brand {
    position: relative;
    z-index: 27;
  }

  body.is-menu-open .menu-toggle {
    z-index: 31 !important;
    filter: none !important;
    backdrop-filter: none !important;
  }

  body.is-menu-open .nav-links {
    top: 5.05rem !important;
    z-index: 26 !important;
    max-height: min(22rem, calc(100svh - 14rem)) !important;
    border-radius: 8px 8px 0 0 !important;
    border-bottom: 0 !important;
    background: rgba(3, 9, 9, 0.97) !important;
    overflow-y: auto !important;
  }

  body.is-menu-open .nav-actions {
    top: min(calc(5.05rem + 22rem), calc(100svh - 8rem)) !important;
    bottom: auto !important;
    z-index: 26 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.68rem !important;
    padding: 0.85rem !important;
    border-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
    background: rgba(3, 9, 9, 0.97) !important;
  }

  body.is-menu-open .nav-actions .nav-cta {
    width: 100% !important;
  }

  body.is-menu-open .nav-actions .language-switch {
    justify-content: center !important;
    width: 100% !important;
  }
}

/* Story V3 focus pass: tighter decision journey below the unchanged hero. */
body.theme-light .section--story-v2:not(.section--capability-chapters) {
  padding-block: clamp(4rem, 6vw, 6.5rem) !important;
}

body.theme-light .section-heading p:not(.section-kicker),
body.theme-light .risk-field__heading p:not(.section-kicker),
body.theme-light .capability-heading p,
body.theme-light .process-flow__intro p,
body.theme-light .proof-wall__intro p,
body.theme-light .coverage-brief p,
body.theme-light .sustainability-copy > p {
  max-width: 42rem !important;
}

body.theme-light .risk-field,
body.theme-light .process-flow,
body.theme-light .proof-wall,
body.theme-light .coverage-flow,
body.theme-light .compact-timeline {
  gap: clamp(1.8rem, 4vw, 3rem) !important;
}

body.theme-light .risk-field__heading,
body.theme-light .process-flow__intro,
body.theme-light .proof-wall__intro,
body.theme-light .coverage-brief,
body.theme-light .timeline-heading {
  grid-template-columns: minmax(0, 0.72fr) minmax(18rem, 0.46fr) !important;
  gap: clamp(1.8rem, 5vw, 4rem) !important;
  align-items: end !important;
}

body.theme-light .risk-field__grid {
  gap: 1rem !important;
}

body.theme-light .risk-card {
  min-height: auto !important;
  padding: clamp(1.15rem, 2vw, 1.7rem) !important;
}

body.theme-light .risk-card h3 {
  font-size: clamp(1.35rem, 2.2vw, 2.15rem) !important;
  line-height: 1.02 !important;
}

body.theme-light .risk-card p {
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
}

body.theme-light .risk-card ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.45rem !important;
  padding: 0 !important;
  list-style: none !important;
}

body.theme-light .risk-card li {
  min-height: 2rem !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid rgba(47, 120, 57, 0.16) !important;
  border-radius: 999px !important;
  padding: 0 0.7rem !important;
  background: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.8rem !important;
  font-weight: 850 !important;
}

body.theme-light .risk-card li::before {
  display: none !important;
}

body.theme-light .risk-field__proof {
  margin-top: 0 !important;
}

body.theme-light .capability-shell {
  gap: clamp(1.8rem, 4vw, 3.2rem) !important;
}

body.theme-light .capability-heading {
  grid-template-columns: minmax(0, 0.74fr) minmax(18rem, 0.42fr) !important;
  gap: clamp(1.8rem, 5vw, 4rem) !important;
}

body.theme-light .capability-board {
  min-height: min(39rem, 74vh) !important;
}

body.theme-light .capability-lane {
  padding: 1.15rem 1.25rem !important;
}

body.theme-light .capability-media img {
  min-height: 28rem !important;
}

body.theme-light .capability-detail {
  padding: clamp(1.7rem, 3.5vw, 3rem) !important;
}

body.theme-light .capability-detail h3 {
  max-width: 11ch !important;
  font-size: clamp(2.2rem, 3.8vw, 4.3rem) !important;
}

body.theme-light .capability-facts div {
  min-height: 7rem !important;
  padding: 0.9rem !important;
}

body.theme-light .capability-scope {
  max-height: 6.2rem !important;
  overflow: hidden !important;
  padding-bottom: 0.1rem !important;
}

body.theme-light .process-rail {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.theme-light .process-rail::before {
  left: 16% !important;
  right: 16% !important;
}

body.theme-light .process-step {
  min-height: 14rem !important;
  padding: clamp(1.1rem, 2vw, 1.55rem) !important;
}

body.theme-light .process-step h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.85rem) !important;
}

body.theme-light .proof-wall__stats div {
  min-height: 8.8rem !important;
  padding: clamp(1rem, 2vw, 1.5rem) !important;
}

body.theme-light .proof-wall__stats strong {
  font-size: clamp(1.9rem, 3vw, 3.15rem) !important;
}

body.theme-light .proof-logo-rail {
  margin-block: -0.4rem !important;
}

body.theme-light .customer-logo-card {
  min-height: 5.25rem !important;
}

body.theme-light .proof-certs article {
  min-height: 6rem !important;
  padding: 0.85rem !important;
}

body.theme-light .proof-certs img {
  width: 3.3rem !important;
  height: 3.3rem !important;
}

body.theme-light .sustainability-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 0.52fr) !important;
  gap: clamp(2rem, 5vw, 4rem) !important;
}

body.theme-light .sustainability-copy h2 {
  max-width: 12ch !important;
  font-size: clamp(2.6rem, 4.6vw, 5rem) !important;
}

body.theme-light .sustainability-panel,
body.theme-light .sustainability-panel img {
  min-height: 30rem !important;
}

body.theme-light .sustainability-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 1.6rem !important;
}

body.theme-light .section--sustainability .sustainability-list span {
  min-height: 4.6rem !important;
  padding: 0.9rem 1rem !important;
}

body.theme-light .city-rail {
  gap: 0.55rem !important;
}

body.theme-light .city-rail span {
  min-height: 2.65rem !important;
  padding-inline: 0.95rem !important;
}

body.theme-light .coverage-route article {
  min-height: 12.5rem !important;
  padding: 1.25rem !important;
}

body.theme-light .compact-timeline__rail {
  grid-template-columns: repeat(4, minmax(10rem, 1fr)) !important;
}

body.theme-light .compact-timeline__rail .timeline-item {
  min-height: 10.5rem !important;
  padding: 1.15rem !important;
}

body.theme-light .section--consult .consult-cta {
  grid-template-columns: minmax(0, 0.76fr) minmax(18rem, 0.38fr) !important;
  gap: clamp(1.8rem, 5vw, 4rem) !important;
  padding: clamp(1.7rem, 3.5vw, 3.2rem) !important;
}

body.theme-light .section--consult .consult-steps span {
  min-height: 5.25rem !important;
  padding: 0.9rem !important;
}

body.theme-light .section--consult .contact-grid a,
body.theme-light .section--consult .contact-grid span {
  min-height: 4.2rem !important;
}

@media (max-width: 900px) {
  body.theme-light .section--story-v2:not(.section--capability-chapters) {
    padding-block: 3.4rem !important;
  }

  body.theme-light .section--story-v2 .section__inner {
    width: min(100% - 2rem, 42rem) !important;
  }

  body.theme-light .risk-field__heading,
  body.theme-light .capability-heading,
  body.theme-light .process-flow__intro,
  body.theme-light .proof-wall__intro,
  body.theme-light .coverage-brief,
  body.theme-light .timeline-heading,
  body.theme-light .sustainability-grid,
  body.theme-light .section--consult .consult-cta {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.theme-light .risk-field__heading h2,
  body.theme-light .capability-heading h2,
  body.theme-light .process-flow__intro h2,
  body.theme-light .proof-wall__intro h2,
  body.theme-light .coverage-brief h2,
  body.theme-light .timeline-heading h2,
  body.theme-light .sustainability-copy h2 {
    max-width: 10.6ch !important;
    font-size: clamp(2.28rem, 10.2vw, 3.6rem) !important;
    line-height: 0.98 !important;
  }

  body.theme-light .risk-field__grid,
  body.theme-light .process-rail,
  body.theme-light .coverage-route,
  body.theme-light .contact-grid,
  body.theme-light .sustainability-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.theme-light .risk-field__grid {
    display: flex !important;
    gap: 0.85rem !important;
    margin-inline: -1rem !important;
    padding-inline: 1rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
  }

  body.theme-light .risk-card {
    width: min(20.5rem, 84vw) !important;
    min-width: min(20.5rem, 84vw) !important;
    scroll-snap-align: start !important;
  }

  body.theme-light .risk-field__proof,
  body.theme-light .proof-wall__stats,
  body.theme-light .proof-certs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.theme-light .process-rail::before {
    display: none !important;
  }

  body.theme-light .process-step,
  body.theme-light .coverage-route article {
    min-height: auto !important;
  }

  body.theme-light .capability-board {
    min-height: auto !important;
  }

  body.theme-light .capability-scope {
    max-height: 8.7rem !important;
    overflow: auto !important;
  }

  body.theme-light .proof-wall__stats div,
  body.theme-light .proof-certs article {
    min-height: 5.35rem !important;
    padding: 0.85rem !important;
  }

  body.theme-light .proof-wall__stats strong {
    font-size: clamp(1.55rem, 8vw, 2.25rem) !important;
  }

  body.theme-light .proof-wall__stats small {
    margin-top: 0.35rem !important;
    font-size: 0.75rem !important;
  }

  body.theme-light .proof-certs img {
    width: 2.7rem !important;
    height: 2.7rem !important;
  }

  body.theme-light .proof-logo-rail::before,
  body.theme-light .proof-logo-rail::after {
    width: 3rem !important;
  }

  body.theme-light .customer-logo-card {
    width: 11rem !important;
  }

  body.theme-light .sustainability-panel,
  body.theme-light .sustainability-panel img {
    min-height: 22rem !important;
  }

  body.theme-light .section--sustainability .sustainability-list span {
    min-height: 4.25rem !important;
    border-right: 0 !important;
  }

  body.theme-light .compact-timeline__rail {
    grid-template-columns: repeat(4, minmax(10.5rem, 1fr)) !important;
  }

  body.theme-light .section--consult .consult-cta {
    padding: 1.2rem !important;
  }
}

/* Screenshot QA pass: remove remaining layout collisions from legacy section rules. */
@media (min-width: 901px) {
  body.theme-light :is(.section--capability-chapters, .service-pin-scope) {
    padding-block: clamp(4rem, 6vw, 6.5rem) !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-scope {
    display: none !important;
  }

  body.theme-light .service-board.is-scroll-pinning,
  body.theme-light .capability-board {
    z-index: 3 !important;
    min-height: min(34rem, 68vh) !important;
  }

  body.theme-light .capability-lane {
    min-height: 8.2rem !important;
  }

  body.theme-light .capability-media img {
    min-height: 24rem !important;
  }

  body.theme-light .capability-detail {
    gap: 1rem !important;
  }

  body.theme-light .capability-detail h3 {
    max-width: 10.8ch !important;
    font-size: clamp(2rem, 3.15vw, 3.7rem) !important;
    line-height: 0.96 !important;
  }

  body.theme-light .capability-detail > p {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  body.theme-light .capability-facts div {
    min-height: 5.9rem !important;
  }
}

body.theme-light .section--risk-field {
  padding-top: clamp(3.8rem, 5vw, 5.6rem) !important;
}

body.theme-light .risk-field__heading {
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.62fr) !important;
  align-items: center !important;
  width: 100% !important;
}

body.theme-light .risk-field__heading h2 {
  width: min(100%, 48rem) !important;
  max-width: 48rem !important;
  font-size: clamp(3rem, 5.2vw, 4.85rem) !important;
  line-height: 0.96 !important;
}

body.theme-light .risk-field__heading p:not(.section-kicker) {
  max-width: 31rem !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem) !important;
  line-height: 1.7 !important;
}

body.theme-light .risk-card {
  overflow: hidden !important;
}

body.theme-light .section--proof-wall {
  overflow: hidden !important;
}

body.theme-light .proof-wall {
  width: min(100% - 5rem, 82rem) !important;
}

body.theme-light .proof-logo-rail {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0.75rem 0 !important;
  border-block-color: rgba(255, 255, 255, 0.1) !important;
}

body.theme-light .proof-logo-track {
  gap: 0.85rem !important;
  animation-duration: 42s !important;
}

body.theme-light .customer-logo-card {
  width: clamp(9.5rem, 12.5vw, 13rem) !important;
  min-height: 4.8rem !important;
  padding: 0.75rem 1rem !important;
}

body.theme-light .customer-logo-card img {
  max-height: 2.7rem !important;
}

body.theme-light .proof-certs {
  gap: 0.8rem !important;
}

body.theme-light .proof-certs article {
  background: rgba(255, 255, 255, 0.08) !important;
}

body.theme-light .section--timeline {
  padding-block: clamp(4rem, 6vw, 6rem) !important;
  overflow: hidden !important;
}

body.theme-light .section--timeline .compact-timeline {
  gap: clamp(1.6rem, 3vw, 2.5rem) !important;
}

body.theme-light .section--timeline .timeline-heading {
  grid-template-columns: minmax(0, 0.74fr) minmax(16rem, 0.3fr) !important;
}

body.theme-light .section--timeline .timeline-heading h2 {
  max-width: 13ch !important;
  font-size: clamp(3rem, 5.4vw, 5.2rem) !important;
  line-height: 0.95 !important;
}

body.theme-light .section--timeline .compact-timeline__rail {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  min-height: 0 !important;
  width: 100% !important;
  overflow: visible !important;
  border: 1px solid rgba(7, 17, 17, 0.12) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: var(--story-shadow) !important;
  transform: none !important;
}

body.theme-light .section--timeline .compact-timeline__rail::before,
body.theme-light .section--timeline .compact-timeline__rail::after {
  display: none !important;
}

body.theme-light .section--timeline .compact-timeline__rail .timeline-item {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  align-content: start !important;
  gap: 0.8rem !important;
  min-height: 9.5rem !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.25rem !important;
  border-right: 1px solid rgba(7, 17, 17, 0.1) !important;
  opacity: 1 !important;
  transform: none !important;
}

body.theme-light .section--timeline .compact-timeline__rail .timeline-item:last-child {
  border-right: 0 !important;
}

body.theme-light .section--timeline .compact-timeline__rail .timeline-item span {
  display: block !important;
  color: var(--story-mint) !important;
  font-size: clamp(1.9rem, 3.2vw, 3.2rem) !important;
  font-weight: 950 !important;
  line-height: 0.9 !important;
  white-space: nowrap !important;
}

body.theme-light .section--timeline .compact-timeline__rail .timeline-item p {
  max-width: 14rem !important;
  margin: 0 !important;
  color: rgba(7, 19, 16, 0.72) !important;
  font-size: 0.96rem !important;
  line-height: 1.45 !important;
}

body.theme-light .site-footer {
  color: #fff !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(184, 223, 180, 0.14), transparent 32%),
    linear-gradient(180deg, #071111, #030909) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.theme-light .footer-layout.footer-layout--art {
  display: grid !important;
  grid-template-columns: minmax(12rem, 0.62fr) minmax(22rem, 1fr) minmax(15rem, 0.72fr) !important;
  gap: clamp(2rem, 5vw, 4rem) !important;
  align-items: start !important;
  padding-block: clamp(3rem, 5vw, 4.8rem) 1.8rem !important;
}

body.theme-light .footer-layout--art .footer-brand {
  grid-column: 1 !important;
}

body.theme-light .footer-layout--art .footer-brand img {
  width: min(13rem, 100%) !important;
  filter: none !important;
}

body.theme-light .footer-layout--art .footer-services {
  grid-column: 2 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.65rem !important;
}

body.theme-light .footer-layout--art .footer-menu {
  grid-column: 1 / 3 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.65rem !important;
  margin-top: 1rem !important;
}

body.theme-light .footer-layout--art .footer-contact {
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
  color: rgba(255, 255, 255, 0.74) !important;
}

body.theme-light .footer-layout--art .footer-contact p,
body.theme-light .footer-layout--art .footer-contact a,
body.theme-light .footer-layout--art .footer-contact span,
body.theme-light .footer-layout--art .footer-legal {
  color: rgba(255, 255, 255, 0.74) !important;
}

body.theme-light .footer-layout--art .footer-services a,
body.theme-light .footer-layout--art .footer-menu a {
  color: rgba(255, 255, 255, 0.78) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

body.theme-light .footer-layout--art .footer-services a:hover,
body.theme-light .footer-layout--art .footer-services a:focus-visible,
body.theme-light .footer-layout--art .footer-menu a:hover,
body.theme-light .footer-layout--art .footer-menu a:focus-visible {
  color: #071111 !important;
  background: var(--mint) !important;
}

body.theme-light .footer-layout--art .footer-legal {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1.2rem !important;
  padding-top: 1.4rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 900px) {
  body.theme-light .risk-field__heading {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    width: 100% !important;
  }

  body.theme-light .risk-field__heading .section-kicker,
  body.theme-light .risk-field__heading h2,
  body.theme-light .risk-field__heading p:not(.section-kicker) {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.theme-light .risk-field__heading h2,
  body.theme-light .section--timeline .timeline-heading h2 {
    width: 100% !important;
    max-width: 11ch !important;
    min-width: 0 !important;
    font-size: clamp(2.35rem, 10.5vw, 3.6rem) !important;
    line-height: 0.98 !important;
  }

  body.theme-light .section--timeline .compact-timeline__rail {
    grid-template-columns: minmax(0, 1fr) !important;
    overflow: visible !important;
  }

  body.theme-light .section--timeline .compact-timeline__rail .timeline-item {
    min-height: auto !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(7, 17, 17, 0.1) !important;
  }

  body.theme-light .section--timeline .compact-timeline__rail .timeline-item:last-child {
    border-bottom: 0 !important;
  }

  body.theme-light .proof-wall {
    width: min(100% - 2rem, 42rem) !important;
  }

  body.theme-light .footer-layout.footer-layout--art {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.theme-light .footer-layout--art .footer-brand,
  body.theme-light .footer-layout--art .footer-services,
  body.theme-light .footer-layout--art .footer-menu,
  body.theme-light .footer-layout--art .footer-contact,
  body.theme-light .footer-layout--art .footer-legal {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* Final brand color lock: keep the prototype in the white / blue client palette. */
body.theme-light {
  --mint: #1c56a7 !important;
  --mint-strong: #0f4d9d !important;
  --mint-deep: #092d68 !important;
  --story-mint: #1456a8 !important;
  --story-mint-soft: #dceaff !important;
  --story-dark: #061733 !important;
  --story-dark-2: #08264f !important;
}

body.theme-light .brand img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(62%) saturate(1768%) hue-rotate(197deg) brightness(87%) contrast(99%) !important;
}

body.theme-light .hero__scrim {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.94) 32%, rgba(229, 240, 255, 0.5) 56%, rgba(5, 20, 45, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 251, 255, 0.26) 44%, rgba(247, 251, 255, 0.95) 100%) !important;
}

body.theme-light .hero h1,
body.theme-light .proof-rail h2,
body.theme-light .proof-rail strong {
  color: #06101f !important;
  text-shadow: none !important;
}

body.theme-light .hero h1 .accent,
body.theme-light .eyebrow,
body.theme-light .text-action,
body.theme-light .text-action svg,
body.theme-light .section-kicker,
body.theme-light .service-detail__kicker,
body.theme-light .service-lane span,
body.theme-light .service-detail__facts dt,
body.theme-light .risk-card__number,
body.theme-light .process-step span,
body.theme-light .coverage-route span,
body.theme-light .compact-timeline__rail .timeline-item span,
body.theme-light .standard-photo figcaption span,
body.theme-light .standard-certs span,
body.theme-light .reference-rail span,
body.theme-light .proof-matrix span {
  color: #1456a8 !important;
}

body.theme-light .nav-cta,
body.theme-light .primary-action,
body.theme-light .final-action {
  color: #fff !important;
  background:
    linear-gradient(135deg, #1f6cc9 0%, #0f4d9d 54%, #082f70 100%) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 1rem 2.4rem rgba(18, 76, 160, 0.24) !important;
}

body.theme-light .nav-cta span,
body.theme-light .primary-action span,
body.theme-light .final-action span {
  color: #fff !important;
}

body.theme-light .nav-cta svg,
body.theme-light .primary-action__icon,
body.theme-light .final-action svg {
  color: #0f4d9d !important;
  background: rgba(255, 255, 255, 0.94) !important;
}

body.theme-light .proof-rail {
  color: #06101f !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(24, 76, 150, 0.14) !important;
}

body.theme-light .proof-item svg {
  color: #1456a8 !important;
}

body.theme-light .proof-item {
  opacity: 1 !important;
  filter: none !important;
}

body.theme-light .proof-item p,
body.theme-light .hero__lead,
body.theme-light .section p {
  color: rgba(6, 16, 31, 0.66) !important;
}

body.theme-light .service-board.is-scroll-pinning,
body.theme-light .capability-board,
body.theme-light .risk-card,
body.theme-light .process-step,
body.theme-light .coverage-route article,
body.theme-light .compact-timeline__rail,
body.theme-light .sustainability-panel,
body.theme-light .sustainability-list,
body.theme-light .risk-field__proof,
body.theme-light .consult-steps,
body.theme-light .contact-grid {
  border-color: rgba(24, 76, 150, 0.15) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 1.2rem 3.4rem rgba(13, 56, 118, 0.1) !important;
}

body.theme-light .service-lane.is-active,
body.theme-light .capability-lane.is-active,
body.theme-light .risk-card:hover,
body.theme-light .process-step:hover,
body.theme-light .coverage-route article:hover {
  border-color: rgba(28, 86, 167, 0.45) !important;
  background:
    linear-gradient(90deg, rgba(220, 234, 255, 0.82), rgba(255, 255, 255, 0.88)) !important;
  box-shadow:
    inset 0.18rem 0 0 #1456a8,
    0 1.4rem 3.6rem rgba(13, 56, 118, 0.15) !important;
}

body.theme-light .service-progress__bar,
body.theme-light .service-progress__fill,
body.theme-light .process-rail::before,
body.theme-light .standard-lines li::before,
body.theme-light .service-lane.is-active::before {
  background: linear-gradient(90deg, #1f6cc9, #8bbcff) !important;
  box-shadow: 0 0 1.1rem rgba(31, 108, 201, 0.28) !important;
}

body.theme-light .service-detail,
body.theme-light .capability-detail,
body.theme-light .section--proof-wall,
body.theme-light .section--consult,
body.theme-light .site-footer {
  color: #fff !important;
  background:
    radial-gradient(circle at 16% 14%, rgba(56, 132, 226, 0.24), transparent 29rem),
    linear-gradient(135deg, #061733 0%, #08264f 58%, #041126 100%) !important;
}

body.theme-light .service-detail h3,
body.theme-light .capability-detail h3,
body.theme-light .proof-wall__intro h2,
body.theme-light .section--consult .final-cta h2 {
  color: #fff !important;
}

body.theme-light .service-detail p,
body.theme-light .service-detail__facts dd,
body.theme-light .capability-detail > p,
body.theme-light .capability-facts div,
body.theme-light .proof-wall__intro p,
body.theme-light .section--consult .final-cta p,
body.theme-light .section--consult .consult-steps,
body.theme-light .section--consult .contact-grid a,
body.theme-light .section--consult .contact-grid span,
body.theme-light .site-footer p,
body.theme-light .site-footer a,
body.theme-light .site-footer span {
  color: rgba(255, 255, 255, 0.74) !important;
}

body.theme-light .proof-logo-rail {
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 0 2.3rem rgba(255, 255, 255, 0.72) !important;
}

body.theme-light .process-step,
body.theme-light .proof-wall__stats div {
  opacity: 1 !important;
  filter: none !important;
  color: #06101f !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(24, 76, 150, 0.16) !important;
}

body.theme-light .process-step h3,
body.theme-light .proof-wall__stats strong {
  color: #06101f !important;
}

body.theme-light .process-step p,
body.theme-light .proof-wall__stats small {
  color: rgba(6, 16, 31, 0.62) !important;
}

body.theme-light .process-step span,
body.theme-light .proof-wall__stats span {
  color: #1456a8 !important;
}

body.theme-light .section--consult .consult-steps,
body.theme-light .section--consult .contact-grid {
  color: rgba(255, 255, 255, 0.74) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(196, 220, 255, 0.2) !important;
  box-shadow: none !important;
}

body.theme-light .section--consult .consult-steps strong,
body.theme-light .section--consult .contact-grid a,
body.theme-light .section--consult .contact-grid span {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.theme-light .footer-layout--art .footer-brand img {
  filter: none !important;
}

body.theme-light .footer-layout--art .footer-services a:hover,
body.theme-light .footer-layout--art .footer-services a:focus-visible,
body.theme-light .footer-layout--art .footer-menu a:hover,
body.theme-light .footer-layout--art .footer-menu a:focus-visible {
  color: #fff !important;
  background: #1f6cc9 !important;
  border-color: rgba(139, 188, 255, 0.5) !important;
}

@media (max-width: 900px) {
  body.theme-light .hero__scrim {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 251, 255, 0.78) 28%, rgba(247, 251, 255, 0.34) 54%, rgba(247, 251, 255, 0.96) 100%) !important;
  }

  body.theme-light .menu-toggle {
    color: #06101f !important;
    background: rgba(220, 234, 255, 0.96) !important;
    border-color: rgba(24, 76, 150, 0.2) !important;
    box-shadow: 0 0.8rem 2rem rgba(13, 56, 118, 0.18) !important;
  }

  body.is-menu-open.theme-light .nav-links,
  body.is-menu-open.theme-light .nav-actions {
    background:
      radial-gradient(circle at 18% 0%, rgba(31, 108, 201, 0.16), transparent 16rem),
      rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(24, 76, 150, 0.16) !important;
    box-shadow: 0 1.5rem 3.6rem rgba(13, 56, 118, 0.18) !important;
  }

  body.is-menu-open.theme-light .nav-links a,
  body.is-menu-open.theme-light .service-menu summary {
    color: #06101f !important;
  }
}

body.theme-light .section--consult .final-action,
body.theme-light .section--consult .final-cta .final-action {
  color: #fff !important;
  background:
    linear-gradient(135deg, #1f6cc9 0%, #0f4d9d 54%, #082f70 100%) !important;
  border-color: rgba(139, 188, 255, 0.52) !important;
  box-shadow: 0 1rem 2.4rem rgba(18, 76, 160, 0.28) !important;
}

body.theme-light .section--consult .final-action span,
body.theme-light .section--consult .final-cta .final-action span {
  color: #fff !important;
}

body.theme-light .section--consult .final-action svg,
body.theme-light .section--consult .final-cta .final-action svg {
  color: #0f4d9d !important;
  background: rgba(255, 255, 255, 0.94) !important;
}

/* Hero media clarity pass */
body.theme-light .hero__nav {
  grid-template-columns: 14.25rem minmax(0, 1fr) auto !important;
  gap: 1.15rem !important;
  padding: 0.85rem 1.15rem 0 !important;
}

body.theme-light .brand {
  width: 12.25rem !important;
}

body.theme-light .nav-links {
  justify-content: flex-start !important;
  gap: clamp(0.8rem, 1.45vw, 1.35rem) !important;
}

body.theme-light .hero__video {
  opacity: 1 !important;
  filter: none !important;
}

body.theme-light .capability-media img,
body.theme-light .sustainability-panel img,
body.theme-light .standard-photo img {
  filter: none !important;
}

body.theme-light .hero__scrim {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 28%, rgba(247, 251, 255, 0.46) 50%, rgba(247, 251, 255, 0.08) 72%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.04) 44%, rgba(255, 255, 255, 0.76) 100%) !important;
}

body.theme-light .hero__grain,
body.theme-light .hero__ripple-surface {
  opacity: 0 !important;
}

@media (max-width: 1160px) {
  body.theme-light .hero__nav {
    grid-template-columns: 12.25rem minmax(0, 1fr) auto !important;
  }

  body.theme-light .brand {
    width: 11.35rem !important;
  }

  body.theme-light .nav-links {
    gap: 0.85rem !important;
    font-size: 0.88rem !important;
  }
}

@media (max-width: 900px) {
  body.theme-light .hero__nav {
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding: 0.75rem 1rem 0 !important;
  }

  body.theme-light .brand {
    width: 10.4rem !important;
  }

  body.theme-light .hero__scrim {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 251, 255, 0.48) 34%, rgba(247, 251, 255, 0.1) 58%, rgba(247, 251, 255, 0.86) 100%) !important;
  }
}

body.theme-light .hero__scrim {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 30%, rgba(247, 251, 255, 0.22) 48%, transparent 64%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, transparent 42%, rgba(255, 255, 255, 0.56) 100%) !important;
}

@media (max-width: 900px) {
  body.theme-light .hero__scrim {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(247, 251, 255, 0.24) 34%, transparent 58%, rgba(247, 251, 255, 0.66) 100%) !important;
  }
}

body.theme-light .hero.is-ready .hero__actions,
body.theme-light .hero .hero__actions {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

body.theme-light .hero .primary-action,
body.theme-light .hero .text-action {
  opacity: 1 !important;
  filter: none !important;
}

body.theme-light .hero__video--loop-next {
  z-index: -3 !important;
  opacity: 0 !important;
  filter: none !important;
  transition: opacity 720ms ease !important;
}

body.theme-light .hero__video--loop-next.is-loop-visible {
  opacity: 1 !important;
}

body.theme-light .hero__ripple-surface {
  display: block !important;
  z-index: -2 !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.22) 43%, rgba(0, 0, 0, 0.78) 55%, black 100%) !important;
}

body.theme-light .hero.is-video-looping .hero__ripple-surface {
  opacity: 0 !important;
  transition: opacity 180ms ease !important;
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  body.theme-light .hero__ripple-surface {
    display: none !important;
  }
}

/* QA polish: contrast, icon legibility, and clipped descenders. */
body.theme-light .nav-cta svg,
body.theme-light .primary-action__icon,
body.theme-light .final-action svg,
body.theme-light .section--consult .final-action svg,
body.theme-light .section--consult .final-cta .final-action svg {
  display: grid !important;
  place-items: center !important;
  color: #0b4fa8 !important;
  background: #ffffff !important;
  border: 1px solid rgba(11, 79, 168, 0.16) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72) !important;
  opacity: 1 !important;
}

body.theme-light .primary-action__icon {
  width: 2.18rem !important;
  height: 2.18rem !important;
  min-width: 2.18rem !important;
  border-radius: 999px !important;
  font-size: 1.25rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.theme-light .nav-cta svg {
  stroke-width: 2.6 !important;
}

body.theme-light .section--proof-wall .proof-certs,
body.theme-light .proof-certs {
  overflow: visible !important;
}

body.theme-light .section--proof-wall .proof-certs article,
body.theme-light .proof-certs article {
  min-height: 5.9rem !important;
  overflow: visible !important;
  color: #06101f !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(24, 76, 150, 0.18) !important;
}

body.theme-light .section--proof-wall .proof-certs img,
body.theme-light .proof-certs img {
  width: auto !important;
  height: 3.25rem !important;
  max-height: 3.25rem !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0.45rem 0.65rem rgba(13, 56, 118, 0.16)) !important;
}

body.theme-light .section--proof-wall .proof-certs span,
body.theme-light .proof-certs span {
  color: #1456a8 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.theme-light .section--proof-wall .proof-certs strong,
body.theme-light .proof-certs strong {
  color: #06101f !important;
  opacity: 1 !important;
  text-shadow: none !important;
  line-height: 1.08 !important;
  padding-bottom: 0.08em !important;
}

body.theme-light .section--consult .contact-grid {
  gap: 0.75rem !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.theme-light .section--consult .contact-grid a,
body.theme-light .section--consult .contact-grid span {
  color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(196, 220, 255, 0.2) !important;
  text-shadow: none !important;
}

body.theme-light .section--consult .contact-grid a:hover,
body.theme-light .section--consult .contact-grid a:focus-visible {
  color: #ffffff !important;
  background: rgba(31, 108, 201, 0.24) !important;
  border-color: rgba(139, 188, 255, 0.44) !important;
}

body.theme-light .section--timeline,
body.theme-light .section--timeline .compact-timeline,
body.theme-light .section--timeline .timeline-heading {
  overflow: visible !important;
}

body.theme-light .section--timeline .timeline-heading h2 {
  line-height: 1.06 !important;
  padding-bottom: 0.14em !important;
  margin-bottom: -0.04em !important;
  overflow: visible !important;
}

body.theme-light .section--timeline .compact-timeline__rail .timeline-item span {
  line-height: 1 !important;
  padding-bottom: 0.08em !important;
}

body.theme-light .hero .primary-action .primary-action__icon,
body.theme-light .hero .primary-action span.primary-action__icon {
  display: grid !important;
  place-items: center !important;
  color: #0b4fa8 !important;
  background: #ffffff !important;
  border: 1px solid rgba(11, 79, 168, 0.16) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72) !important;
  opacity: 1 !important;
  font-size: 1.35rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

/* Service board v2: closer to the supplied white/blue reference layout. */
body.theme-light :is(.section--capability-chapters, .service-pin-scope) {
  --service-pin-scroll: 0px;
  padding-block: clamp(2.2rem, 4vw, 4.3rem) clamp(4.8rem, 7vw, 7rem) !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 0% 44%, rgba(11, 79, 168, 0.055), transparent 25rem),
    radial-gradient(circle at 92% 72%, rgba(18, 100, 215, 0.045), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
}

body.theme-light .section--capability-chapters.is-service-scroll-ready {
  padding-bottom: calc(clamp(4.8rem, 7vw, 7rem) + var(--service-pin-scroll)) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .section__inner {
  width: min(100% - 4.5rem, 104rem) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-shell {
  gap: clamp(2rem, 3.2vw, 3.1rem) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-heading {
  display: grid !important;
  grid-template-columns: minmax(34rem, 0.68fr) minmax(24rem, 0.64fr) !important;
  grid-template-areas:
    "kicker copy"
    "title copy" !important;
  grid-template-rows: auto auto !important;
  align-items: start !important;
  column-gap: clamp(3rem, 8vw, 9rem) !important;
  row-gap: 1.1rem !important;
  margin-inline: 0 !important;
  width: 100% !important;
  padding-inline: clamp(2.2rem, 6vw, 6.2rem) !important;
  clip-path: none !important;
  overflow: visible !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-heading .section-kicker {
  grid-area: kicker !important;
  grid-column: 1 !important;
  grid-row: auto !important;
  color: #0b61d8 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-heading h2 {
  grid-area: title !important;
  grid-column: 1 !important;
  grid-row: auto !important;
  max-width: 13.4ch !important;
  color: #06101f !important;
  font-size: clamp(3.25rem, 4.15vw, 4.95rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  padding-bottom: 0.08em !important;
  overflow: visible !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-heading p:not(.section-kicker) {
  grid-area: copy !important;
  grid-column: 2 !important;
  grid-row: auto !important;
  align-self: start !important;
  max-width: 41rem !important;
  padding-top: 2rem !important;
  color: #263748 !important;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem) !important;
  line-height: 1.7 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-board {
  --board-radius: 0.62rem;
  width: 100% !important;
  height: clamp(540px, 36vw, 580px) !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(18rem, 0.98fr) minmax(15rem, 0.82fr) minmax(21rem, 1.08fr) !important;
  border: 1px solid rgba(21, 65, 116, 0.16) !important;
  border-radius: var(--board-radius) !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow:
    0 1.8rem 4.5rem rgba(10, 48, 103, 0.14),
    0 0.18rem 0.65rem rgba(10, 48, 103, 0.08) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-pin-stage {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  align-self: start !important;
  gap: 2.75rem !important;
  width: 100% !important;
  transform-origin: top center !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-pin-stage.is-scroll-pinning {
  will-change: transform !important;
}

body.theme-light .service-pin-stage.service-pin-scope {
  z-index: 2 !important;
  display: grid !important;
  align-self: start !important;
  gap: 2.75rem !important;
  padding: 0 !important;
  background: transparent !important;
  transform-origin: top center !important;
  will-change: transform !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-board::after {
  display: none !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-nav {
  position: relative !important;
  display: grid !important;
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  border-right: 1px solid rgba(21, 65, 116, 0.13) !important;
  background:
    linear-gradient(90deg, rgba(11, 97, 216, 0.035), transparent 22%),
    rgba(255, 255, 255, 0.92) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-nav::before {
  content: "" !important;
  position: absolute !important;
  top: 3.9rem !important;
  bottom: 3.9rem !important;
  left: 3.85rem !important;
  width: 1px !important;
  background: linear-gradient(180deg, transparent, rgba(49, 79, 109, 0.16), transparent) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane {
  position: relative !important;
  z-index: 1 !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 5.2rem minmax(0, 1fr) 3rem !important;
  align-items: center !important;
  align-content: center !important;
  gap: 1.1rem !important;
  padding: 1.25rem 2rem 1.25rem 2.1rem !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(21, 65, 116, 0.12) !important;
  color: #06101f !important;
  background: rgba(255, 255, 255, 0) !important;
  transform: none !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane:last-child {
  border-bottom: 0 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 0.42rem !important;
  background: #0b61d8 !important;
  opacity: 0 !important;
  transition: opacity 220ms ease !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane.is-active::before {
  opacity: 1 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane:hover,
body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane:focus-visible,
body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane.is-active {
  background:
    linear-gradient(90deg, rgba(11, 97, 216, 0.105), rgba(255, 255, 255, 0.9) 58%),
    rgba(255, 255, 255, 0.98) !important;
  box-shadow: inset 0 0 0 1px rgba(11, 97, 216, 0.1) !important;
  outline: 0 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .lane-step {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 3.25rem !important;
  height: 3.25rem !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #06101f !important;
  background: #f7fbff !important;
  border: 1px solid rgba(21, 65, 116, 0.11) !important;
  box-shadow: 0 0.8rem 1.7rem rgba(10, 48, 103, 0.1) !important;
  font-size: 0.82rem !important;
  font-weight: 950 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane.is-active .lane-step {
  color: #ffffff !important;
  background: #1264d7 !important;
  border-color: #1264d7 !important;
  box-shadow: 0 0.9rem 1.9rem rgba(18, 100, 215, 0.28) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .lane-copy {
  grid-column: 2 !important;
  display: grid !important;
  gap: 0.45rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .lane-copy strong,
body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane strong {
  color: #06101f !important;
  font-size: clamp(1.05rem, 1.18vw, 1.26rem) !important;
  line-height: 1.14 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .lane-copy small,
body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane small {
  color: #4f6072 !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .lane-icon {
  grid-column: 3 !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  display: grid !important;
  place-items: center !important;
  color: #334a64 !important;
  opacity: 0.92 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .lane-icon svg {
  width: 1.7rem !important;
  height: 1.7rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media {
  min-height: 100% !important;
  border-radius: 0 !important;
  background: #d8e4ee !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(1.02) contrast(1.02) !important;
  transform: scale(1.01) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-board:hover .capability-media img {
  transform: scale(1.035) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media::after {
  background:
    linear-gradient(180deg, transparent 48%, rgba(3, 12, 25, 0.4) 82%, rgba(3, 12, 25, 0.64)) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media figcaption {
  left: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  min-height: 5.75rem !important;
  display: grid !important;
  grid-template-columns: 3.25rem minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 1rem !important;
  padding: 0.95rem 1.2rem !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0.48rem !important;
  background: rgba(5, 14, 29, 0.76) !important;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(18px) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media figcaption i {
  width: 3.15rem !important;
  height: 3.15rem !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(200, 224, 255, 0.32) !important;
  border-radius: 50% !important;
  color: #b9d6ff !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media figcaption i svg {
  width: 1.7rem !important;
  height: 1.7rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media figcaption span {
  display: grid !important;
  gap: 0.22rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media figcaption em {
  color: #2f8bff !important;
  font-style: normal !important;
  font-size: 0.76rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media figcaption strong {
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.22 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-detail {
  align-content: center !important;
  gap: clamp(0.9rem, 1.35vw, 1.35rem) !important;
  padding: clamp(1.85rem, 2.7vw, 3rem) !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(47, 139, 255, 0.16), transparent 29rem),
    radial-gradient(circle at 82% 88%, rgba(31, 92, 181, 0.34), transparent 24rem),
    linear-gradient(135deg, #092a58 0%, #06224c 48%, #031b40 100%) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-detail .section-kicker {
  color: rgba(224, 237, 255, 0.78) !important;
  font-size: 0.8rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-detail h3 {
  max-width: 12ch !important;
  color: #ffffff !important;
  font-size: clamp(2.45rem, 3.45vw, 3.85rem) !important;
  line-height: 1.02 !important;
  padding-bottom: 0.05em !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-detail > p {
  max-width: 31rem !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: clamp(0.95rem, 1.02vw, 1.03rem) !important;
  line-height: 1.55 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  border: 0 !important;
  border-top: 1px solid rgba(210, 228, 255, 0.28) !important;
  margin-top: 0.35rem !important;
  padding-top: 0.85rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts div {
  min-height: 0 !important;
  display: grid !important;
  align-content: start !important;
  gap: 0.32rem !important;
  padding: 0.15rem 1rem 0 1rem !important;
  border: 0 !important;
  border-right: 1px solid rgba(210, 228, 255, 0.18) !important;
  background: transparent !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts div:first-child {
  padding-left: 0 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts div:last-child {
  border-right: 0 !important;
  padding-right: 0 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts i {
  width: 1.85rem !important;
  height: 1.85rem !important;
  display: grid !important;
  place-items: center !important;
  margin-bottom: 0.18rem !important;
  color: rgba(221, 236, 255, 0.78) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts i svg {
  width: 1.3rem !important;
  height: 1.3rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts span {
  color: #2f8bff !important;
  font-size: 0.76rem !important;
  letter-spacing: 0 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts strong {
  color: #ffffff !important;
  font-size: 0.86rem !important;
  line-height: 1.28 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-controls {
  display: grid !important;
  grid-template-columns: minmax(12rem, 1fr) minmax(18rem, 30rem) minmax(8rem, 1fr) !important;
  align-items: center !important;
  gap: 1.5rem !important;
  margin-top: -0.35rem !important;
  color: #40546b !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-controls > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.7rem !important;
  font-size: 0.95rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-controls > span::after {
  content: "\2193" !important;
  color: #0b61d8 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-progress {
  display: grid !important;
  grid-template-columns: auto minmax(9rem, 1fr) auto !important;
  align-items: center !important;
  gap: 1.3rem !important;
  color: #40546b !important;
  font-size: 0.9rem !important;
  font-weight: 950 !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-progress i {
  position: relative !important;
  height: 2px !important;
  display: block !important;
  overflow: visible !important;
  background: rgba(25, 71, 125, 0.16) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-progress i span {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  width: var(--service-progress-width, 8%) !important;
  height: 2px !important;
  background: #1264d7 !important;
  transform: translateY(-50%) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-progress i span::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  width: 0.72rem !important;
  height: 0.72rem !important;
  border-radius: 50% !important;
  background: #1264d7 !important;
  box-shadow: 0 0 0 0.35rem rgba(18, 100, 215, 0.12) !important;
  transform: translate(50%, -50%) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-arrows {
  justify-self: end !important;
  display: flex !important;
  gap: 0.8rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-arrows button {
  appearance: none !important;
  width: 3.8rem !important;
  height: 3.8rem !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  border: 1px solid rgba(21, 65, 116, 0.12) !important;
  color: #40546b !important;
  background: #ffffff !important;
  box-shadow: 0 0.7rem 1.7rem rgba(10, 48, 103, 0.1) !important;
  cursor: pointer !important;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-arrows button:last-child {
  color: #ffffff !important;
  background: #1264d7 !important;
  border-color: #1264d7 !important;
  box-shadow: 0 1rem 2.1rem rgba(18, 100, 215, 0.28) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-arrows button:hover:not(:disabled),
body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-arrows button:focus-visible:not(:disabled) {
  transform: translateY(-0.12rem) !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-arrows button:disabled {
  opacity: 0.45 !important;
  cursor: default !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-arrows svg {
  width: 1.35rem !important;
  height: 1.35rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board.is-scroll-pinning .service-lane,
body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board.is-scroll-pinning .service-lane.is-before-scroll,
body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board.is-scroll-pinning .service-lane.is-after-scroll,
body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board.is-scroll-pinning .service-lane.is-active {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-scope {
  display: none !important;
}

@media (max-width: 1180px) {
  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-board {
    grid-template-columns: minmax(18rem, 0.95fr) minmax(17rem, 0.88fr) !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-detail {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 900px) {
  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .section__inner {
    width: min(100% - 2rem, 42rem) !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-heading {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "kicker"
      "title"
      "copy" !important;
    gap: 1.1rem !important;
    width: 100% !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-heading .section-kicker,
  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-heading h2,
  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-heading p:not(.section-kicker) {
    grid-column: 1 !important;
    grid-row: auto !important;
    padding-top: 0 !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-heading h2 {
    max-width: 10.5ch !important;
    font-size: clamp(2.75rem, 13vw, 4rem) !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-board {
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    min-height: auto !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-pin-stage {
    gap: 1.35rem !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-nav {
    grid-template-rows: none !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-nav::before {
    left: 3.2rem !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-lane {
    grid-template-columns: 4.2rem minmax(0, 1fr) 2.3rem !important;
    min-height: 6.7rem !important;
    padding: 1rem 1.1rem !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .lane-step {
    width: 2.85rem !important;
    height: 2.85rem !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media {
    min-height: 26rem !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-detail {
    padding: 1.6rem !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-detail h3 {
    max-width: 11ch !important;
    font-size: clamp(2.35rem, 10vw, 3.45rem) !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts div {
    min-height: auto !important;
    padding: 1rem 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(210, 228, 255, 0.18) !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-facts div:last-child {
    border-bottom: 0 !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-controls {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 1rem !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-progress {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-controls > span {
    grid-column: 1 !important;
  }

  body.theme-light :is(.section--capability-chapters, .service-pin-scope) .service-board-arrows {
    grid-column: 2 !important;
  }
}

/* Final coverage map overrides: keep the new Einsatz section independent from older coverage styles. */
body.theme-light .coverage-flow--map {
  display: grid !important;
  grid-template-columns: minmax(24rem, 0.78fr) minmax(41rem, 1.22fr) !important;
  gap: clamp(3.2rem, 5vw, 6rem) !important;
  align-items: start !important;
  min-height: auto !important;
  padding-block: clamp(4rem, 7vw, 6rem) !important;
}

body.theme-light .coverage-flow--map .coverage-brief {
  display: grid !important;
  grid-template-columns: minmax(8rem, 0.6fr) minmax(14rem, 1fr) !important;
  gap: clamp(1.25rem, 3vw, 2.4rem) !important;
  align-items: start !important;
  max-width: none !important;
  margin: 0 !important;
}

body.theme-light .coverage-flow--map .coverage-brief h2 {
  grid-column: 1 / -1 !important;
  max-width: 9.2em !important;
  margin: clamp(1.4rem, 2.5vw, 2.6rem) 0 0 !important;
  color: #061225 !important;
  font-size: clamp(3rem, 3.72vw, 4.55rem) !important;
  font-weight: 950 !important;
  line-height: 1.01 !important;
}

body.theme-light .coverage-flow--map .coverage-brief h2 span {
  display: block !important;
}

body.theme-light .coverage-flow--map .coverage-route {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.theme-light .coverage-flow--map .coverage-route article {
  min-height: 14.25rem !important;
  display: grid !important;
  grid-template-rows: auto auto auto 1fr auto !important;
  gap: 0.8rem !important;
  padding: clamp(1.1rem, 1.35vw, 1.35rem) !important;
  border: 1px solid rgba(7, 50, 102, 0.12) !important;
  border-right: 0 !important;
  background: rgba(255, 255, 255, 0.74) !important;
  box-shadow: 0 1.25rem 3.2rem rgba(4, 28, 62, 0.08) !important;
}

body.theme-light .coverage-flow--map .coverage-route article:first-child {
  border-radius: 0.7rem 0 0 0.7rem !important;
}

body.theme-light .coverage-flow--map .coverage-route article:last-child {
  border-right: 1px solid rgba(7, 50, 102, 0.12) !important;
  border-radius: 0 0.7rem 0.7rem 0 !important;
}

body.theme-light .coverage-flow--map .coverage-route h3 {
  max-width: 6.8em !important;
  color: #061225 !important;
  font-size: clamp(1.35rem, 1.55vw, 1.8rem) !important;
  line-height: 1.02 !important;
}

body.theme-light .coverage-flow--map .coverage-route p {
  color: rgba(4, 17, 31, 0.62) !important;
  font-size: 0.94rem !important;
  line-height: 1.42 !important;
}

body.theme-light .coverage-map-panel {
  display: grid !important;
  gap: 1.25rem !important;
  min-width: 0 !important;
}

body.theme-light .coverage-flow--map .city-rail {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.7rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.theme-light .coverage-map-card {
  position: relative !important;
  min-height: clamp(34rem, 43vw, 46rem) !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 50, 102, 0.12) !important;
  border-radius: 0.85rem !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: 0 1.8rem 5rem rgba(4, 28, 62, 0.08) !important;
}

body.theme-light .coverage-map-canvas {
  position: absolute !important;
  left: clamp(2.2rem, 4.5vw, 4.6rem) !important;
  top: clamp(1.1rem, 2vw, 2rem) !important;
  right: clamp(1.5rem, 3vw, 3rem) !important;
  bottom: clamp(3.8rem, 5.5vw, 4.8rem) !important;
  z-index: 1 !important;
}

body.theme-light .coverage-flow--map :is(.coverage-brief, .city-rail, .coverage-route, .coverage-map-panel, .coverage-map-card).reveal-on-scroll {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  visibility: visible !important;
}

body.theme-light .coverage-map__image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.theme-light .coverage-point {
  z-index: 2 !important;
}

body.theme-light .coverage-tooltip {
  left: 61% !important;
  top: 35% !important;
  z-index: 4 !important;
}

body.theme-light .coverage-legend,
body.theme-light .coverage-map-hint {
  z-index: 4 !important;
}

/* Use the supplied pre-plotted map as the coordinate system for all animated hotspots. */
body.theme-light .coverage-map-card--preplotted {
  min-height: clamp(31rem, 39vw, 41rem) !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-map-canvas {
  left: -18% !important;
  right: auto !important;
  top: clamp(2.2rem, 3.4vw, 3.4rem) !important;
  bottom: auto !important;
  width: 100% !important;
  aspect-ratio: 1672 / 941 !important;
  z-index: 1 !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-map__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  object-position: center !important;
  filter: contrast(1.02) saturate(0.98) !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point {
  z-index: 3 !important;
  width: 2.75rem !important;
  height: 2.75rem !important;
  display: block !important;
  transform: translate(-50%, -50%) !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point span {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 0.9rem !important;
  height: 0.9rem !important;
  transform: translate(-50%, -50%) !important;
  opacity: 0.92 !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point--base span {
  width: 1.15rem !important;
  height: 1.15rem !important;
  opacity: 1 !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point strong {
  position: absolute !important;
  left: calc(50% + 1rem) !important;
  top: 50% !important;
  white-space: nowrap !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point[data-coverage-city="mainz"] strong {
  left: calc(50% + 1rem) !important;
  top: calc(50% + 0.45rem) !important;
  transform: translateY(-50%) !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point[data-coverage-city="frankfurt"] strong {
  left: calc(50% + 1rem) !important;
  top: calc(50% - 0.45rem) !important;
  transform: translateY(-50%) !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-tooltip {
  left: 58% !important;
  top: 36% !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-map-hint {
  bottom: 1.55rem !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-legend {
  bottom: 1.45rem !important;
}

@media (max-width: 1180px) {
  body.theme-light .coverage-flow--map {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.theme-light .coverage-flow--map .coverage-brief {
    grid-template-columns: 1fr !important;
  }

  body.theme-light .coverage-flow--map .coverage-brief h2 {
    margin-top: 0 !important;
    font-size: clamp(3rem, 14vw, 4.6rem) !important;
  }

  body.theme-light .coverage-flow--map .coverage-route {
    grid-template-columns: 1fr !important;
  }

  body.theme-light .coverage-flow--map .coverage-route article,
  body.theme-light .coverage-flow--map .coverage-route article:first-child,
  body.theme-light .coverage-flow--map .coverage-route article:last-child {
    min-height: auto !important;
    border: 1px solid rgba(7, 50, 102, 0.12) !important;
    border-radius: 0.8rem !important;
  }

  body.theme-light .coverage-map-card {
    min-height: 34rem !important;
    margin-inline: calc(var(--page-gutter) * -0.45) !important;
    border-radius: 0 !important;
  }

  body.theme-light .coverage-map-canvas {
    inset: 1rem 0.5rem 4.8rem !important;
  }

  body.theme-light .coverage-map-card--preplotted .coverage-map-canvas {
    inset: 0.75rem 0 4.8rem !important;
    width: 100% !important;
    aspect-ratio: 1672 / 941 !important;
  }
}

/* Coverage v2: locator reference layout inspired by branded location-map widgets. */
body.theme-light .section--coverage-flow {
  padding-block: clamp(2.6rem, 4.5vw, 4.2rem) !important;
  background:
    radial-gradient(circle at 10% 24%, rgba(13, 96, 201, 0.075), transparent 19rem),
    radial-gradient(circle at 92% 36%, rgba(13, 96, 201, 0.06), transparent 21rem),
    linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%) !important;
}

body.theme-light .coverage-flow--map {
  grid-template-columns: minmax(25rem, 0.78fr) minmax(43rem, 1.22fr) !important;
  gap: clamp(3.4rem, 5.6vw, 6.4rem) !important;
  align-items: center !important;
  padding-block: 0 !important;
}

body.theme-light .coverage-copy {
  gap: clamp(1.8rem, 3vw, 2.6rem) !important;
}

body.theme-light .coverage-flow--map .coverage-brief {
  grid-template-columns: minmax(7.2rem, 0.48fr) minmax(13rem, 1fr) !important;
  gap: clamp(1.15rem, 2.6vw, 2rem) !important;
}

body.theme-light .coverage-flow--map .coverage-brief .section-kicker {
  margin-top: 0.2rem !important;
  color: #061225 !important;
}

body.theme-light .coverage-flow--map .coverage-brief .section-kicker::after {
  width: 4rem !important;
  margin-top: 1.35rem !important;
  background: rgba(6, 31, 73, 0.3) !important;
}

body.theme-light .coverage-lead {
  max-width: 22.5rem !important;
  color: rgba(6, 18, 37, 0.64) !important;
  font-size: clamp(1rem, 1.05vw, 1.1rem) !important;
  line-height: 1.55 !important;
}

body.theme-light .coverage-flow--map .coverage-brief h2 {
  max-width: 7.7em !important;
  margin-top: clamp(1.6rem, 3vw, 2.7rem) !important;
  font-size: clamp(3.15rem, 3.85vw, 4.65rem) !important;
  line-height: 1.03 !important;
}

body.theme-light .coverage-flow--map .coverage-route {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.theme-light .coverage-flow--map .coverage-route article {
  min-height: 13.4rem !important;
  padding: 1.25rem !important;
  gap: 0.72rem !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 1.2rem 3rem rgba(5, 29, 65, 0.075) !important;
}

body.theme-light .coverage-route__icon {
  width: 3.25rem !important;
  height: 3.25rem !important;
}

body.theme-light .coverage-flow--map .coverage-route h3 {
  max-width: 7.8em !important;
  font-size: clamp(1.26rem, 1.38vw, 1.62rem) !important;
}

body.theme-light .coverage-flow--map .coverage-route p {
  font-size: 0.9rem !important;
  line-height: 1.42 !important;
}

body.theme-light .coverage-map-panel {
  align-self: center !important;
  gap: 1rem !important;
}

body.theme-light .coverage-flow--map .city-rail {
  gap: 0.62rem !important;
  padding-block: 0.18rem !important;
  align-items: center !important;
}

body.theme-light .coverage-flow--map .city-rail button {
  min-height: 3.1rem !important;
  padding: 0.82rem 1.16rem 0.86rem !important;
  line-height: 1.05 !important;
  overflow: visible !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 0.8rem 2rem rgba(5, 29, 65, 0.055) !important;
}

body.theme-light .coverage-flow--map .city-rail button.is-active,
body.theme-light .coverage-flow--map .city-rail button[aria-pressed="true"] {
  color: #fff !important;
  background: #061f49 !important;
  border-color: #061f49 !important;
  box-shadow: 0 1rem 2.4rem rgba(6, 31, 73, 0.2) !important;
}

body.theme-light .coverage-map-card {
  min-height: clamp(31.5rem, 39.5vw, 42rem) !important;
  border-color: rgba(7, 50, 102, 0.14) !important;
  border-radius: 0.8rem !important;
  background:
    radial-gradient(circle at 52% 34%, rgba(13, 96, 201, 0.045), transparent 16rem),
    rgba(255, 255, 255, 0.86) !important;
}

body.theme-light .coverage-map-canvas {
  left: clamp(2.4rem, 5vw, 4.9rem) !important;
  top: clamp(1rem, 1.6vw, 1.55rem) !important;
  right: clamp(2.2rem, 3.4vw, 3.6rem) !important;
  bottom: clamp(4.1rem, 5vw, 4.6rem) !important;
}

body.theme-light .coverage-map__image {
  filter: contrast(1.04) saturate(0.96) !important;
}

body.theme-light .coverage-point {
  font-size: 0.8rem !important;
  font-weight: 950 !important;
}

body.theme-light .coverage-point span {
  width: 0.78rem !important;
  height: 0.78rem !important;
  background: #061f49 !important;
}

body.theme-light .coverage-point--base span {
  width: 1rem !important;
  height: 1rem !important;
  background: #fff !important;
}

body.theme-light .coverage-point strong {
  color: #061225 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

body.theme-light .coverage-tooltip {
  left: 58% !important;
  top: 34% !important;
  width: 15rem !important;
  padding: 1rem 1.15rem !important;
  border-radius: 0.7rem !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 1.4rem 3.5rem rgba(5, 29, 65, 0.16) !important;
}

body.theme-light .coverage-legend {
  right: 1.8rem !important;
  bottom: 1.7rem !important;
  border-radius: 0.65rem !important;
}

body.theme-light .coverage-map-hint {
  left: 1.8rem !important;
  bottom: 1.75rem !important;
}

@media (min-width: 1400px) {
  body.theme-light .coverage-flow--map {
    max-width: 1520px !important;
  }
}

/* Final geometry lock: hotspot coordinates are dot centers, labels must never shift them. */
body.theme-light .coverage-map-card--preplotted .coverage-point {
  width: 2.75rem !important;
  height: 2.75rem !important;
  display: block !important;
  transform: translate(-50%, -50%) !important;
  overflow: visible !important;
  background: transparent !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point span {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 0.76rem !important;
  height: 0.76rem !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: 0 0 0 2px rgba(13, 96, 201, 0.34), 0 0 1rem rgba(13, 96, 201, 0.18) !important;
  transform: translate(-50%, -50%) !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point:hover span,
body.theme-light .coverage-map-card--preplotted .coverage-point:focus-visible span,
body.theme-light .coverage-map-card--preplotted .coverage-point.is-active span {
  background: transparent !important;
  transform: translate(-50%, -50%) scale(1.18) !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point--base span {
  width: 1.05rem !important;
  height: 1.05rem !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 0 0 2px rgba(13, 96, 201, 0.48), 0 0 1.7rem rgba(13, 96, 201, 0.32) !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point span::before,
body.theme-light .coverage-map-card--preplotted .coverage-point span::after {
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 2.2rem !important;
  height: 2.2rem !important;
  margin: -1.1rem 0 0 -1.1rem !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point strong {
  position: absolute !important;
  left: calc(50% + 0.88rem) !important;
  top: 50% !important;
  white-space: nowrap !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point[data-coverage-city="mainz"] strong {
  left: calc(50% + 0.88rem) !important;
  top: calc(50% + 0.5rem) !important;
}

body.theme-light .coverage-map-card--preplotted .coverage-point[data-coverage-city="frankfurt"] strong {
  left: calc(50% + 0.88rem) !important;
  top: calc(50% - 0.5rem) !important;
}

/* Anfrage rebuild: image-backed conversion panel matching the supplied blue mockup. */
body.theme-light .section--consult-visual {
  position: relative !important;
  padding-block: clamp(4.4rem, 6vw, 6.5rem) !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 78% 12%, rgba(36, 122, 255, 0.17), transparent 30rem),
    linear-gradient(180deg, #061c3d 0%, #041633 100%) !important;
  overflow: hidden !important;
}

body.theme-light .section--consult-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(42, 133, 255, 0.18), transparent 28rem),
    linear-gradient(90deg, rgba(2, 12, 30, 0.28), transparent 48%, rgba(2, 12, 30, 0.22));
}

body.theme-light .section--consult-visual .consult-cta--visual {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: min(100%, 1672px) !important;
  max-width: min(1672px, calc(100vw - clamp(2rem, 5vw, 5rem))) !important;
  aspect-ratio: 1672 / 941 !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: url("./assets/consult-blueprint-bg.png") center / 100% 100% no-repeat !important;
  box-shadow: 0 2.8rem 8rem rgba(0, 10, 28, 0.38) !important;
  overflow: hidden !important;
}

body.theme-light .section--consult-visual .final-cta {
  position: absolute !important;
  left: 8.78% !important;
  top: 15.35% !important;
  width: 54% !important;
  display: block !important;
  padding: 0 !important;
  color: #fff !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  overflow: visible !important;
  text-shadow: 0 1rem 2rem rgba(0, 10, 26, 0.22) !important;
}

body.theme-light .section--consult-visual .final-cta .section-kicker {
  display: block !important;
  margin: 0 0 1.75rem !important;
  color: #2f8cff !important;
  font-size: clamp(0.8rem, 1.18vw, 1.45rem) !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

body.theme-light .section--consult-visual .final-cta .section-kicker::after {
  display: block !important;
  width: clamp(2.7rem, 3vw, 3.15rem) !important;
  height: 0.18rem !important;
  margin-top: 1.28rem !important;
  content: "" !important;
  background: #2f8cff !important;
  box-shadow: 0 0 1rem rgba(47, 140, 255, 0.45) !important;
}

body.theme-light .section--consult-visual .final-cta h2 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2.7rem, 3.45vw, 4.15rem) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

body.theme-light .section--consult-visual .final-cta h2 > .consult-title-line {
  display: block !important;
  white-space: nowrap !important;
}

body.theme-light .section--consult-visual .final-cta p:not(.section-kicker) {
  width: min(100%, 42rem) !important;
  max-width: 42rem !important;
  margin: 2.05rem 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(1rem, 1.35vw, 1.55rem) !important;
  line-height: 1.55 !important;
}

body.theme-light .section--consult-visual .final-action,
body.theme-light .section--consult-visual .final-cta .final-action {
  position: relative !important;
  width: clamp(13.8rem, 19vw, 19.85rem) !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: clamp(3.8rem, 5vw, 5.1rem) !important;
  margin-top: 2.45rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 0 clamp(1.35rem, 2vw, 2.05rem) !important;
  border: 1px solid rgba(79, 159, 255, 0.68) !important;
  border-radius: 0.78rem !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(58, 146, 255, 0.95), transparent 76%),
    linear-gradient(135deg, #0752bd 0%, #0b2b71 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 1.3rem 3rem rgba(0, 28, 76, 0.38),
    0 0 2.2rem rgba(36, 123, 255, 0.2) !important;
  transform: none !important;
  overflow: hidden !important;
}

body.theme-light .section--consult-visual .final-action::before,
body.theme-light .section--consult-visual .final-action::after {
  display: none !important;
}

body.theme-light .section--consult-visual .final-action span {
  color: #fff !important;
  font-size: clamp(1rem, 1.25vw, 1.34rem) !important;
  font-weight: 780 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.theme-light .section--consult-visual .final-action svg {
  width: clamp(1.35rem, 2vw, 1.8rem) !important;
  height: clamp(1.35rem, 2vw, 1.8rem) !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  transition: transform 220ms ease !important;
}

body.theme-light .section--consult-visual .final-action:hover,
body.theme-light .section--consult-visual .final-action:focus-visible {
  border-color: rgba(136, 191, 255, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 1.55rem 3.4rem rgba(0, 28, 76, 0.42),
    0 0 2.8rem rgba(36, 123, 255, 0.32) !important;
}

body.theme-light .section--consult-visual .final-action:hover svg,
body.theme-light .section--consult-visual .final-action:focus-visible svg {
  transform: translateX(0.3rem) !important;
}

body.theme-light .section--consult-visual .consult-steps {
  position: absolute !important;
  left: 73.56% !important;
  top: 10.65% !important;
  width: 17.9% !important;
  height: 68.65% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  gap: 2.55% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.theme-light .section--consult-visual .consult-steps article {
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: clamp(0.68rem, 1vw, 1.05rem) !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
}

body.theme-light .section--consult-visual .consult-steps h3 {
  margin: 0 !important;
  display: flex !important;
  align-items: baseline !important;
  gap: clamp(0.85rem, 1.2vw, 1.2rem) !important;
  color: #fff !important;
  font-size: clamp(0.94rem, 1.22vw, 1.32rem) !important;
  line-height: 1.1 !important;
  font-weight: 880 !important;
  text-transform: uppercase !important;
}

body.theme-light .section--consult-visual .consult-steps h3 span {
  color: #2f8cff !important;
  font-size: clamp(1.02rem, 1.42vw, 1.48rem) !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.theme-light .section--consult-visual .consult-steps p {
  max-width: 17rem !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: clamp(0.9rem, 1.12vw, 1.22rem) !important;
  line-height: 1.42 !important;
}

body.theme-light .section--consult-visual .contact-grid {
  position: absolute !important;
  left: 5.75% !important;
  right: 5.75% !important;
  bottom: 7.07% !important;
  display: grid !important;
  grid-template-columns: 32.1% 29% 35.6% !important;
  gap: 1.52% !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.theme-light .section--consult-visual .contact-grid a,
body.theme-light .section--consult-visual .contact-grid span {
  min-height: clamp(4.2rem, 6.45vw, 6.8rem) !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 1.4rem 0 clamp(7.2rem, 7.9vw, 8.2rem) !important;
  color: #fff !important;
  font-size: clamp(0.95rem, 1.34vw, 1.38rem) !important;
  font-weight: 780 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.theme-light .section--consult-visual .contact-grid span {
  padding-left: clamp(5.9rem, 6.2vw, 6.45rem) !important;
  padding-right: 1rem !important;
  font-size: clamp(0.9rem, 1.18vw, 1.2rem) !important;
}

body.theme-light .section--consult-visual .contact-grid a:hover,
body.theme-light .section--consult-visual .contact-grid a:focus-visible {
  color: #8fc4ff !important;
}

@media (max-width: 1180px) {
  body.theme-light .section--consult-visual .consult-cta--visual {
    max-width: calc(100vw - 2rem) !important;
  }

  body.theme-light .section--consult-visual .final-cta h2 {
    font-size: clamp(2.15rem, 4.4vw, 3.6rem) !important;
  }

  body.theme-light .section--consult-visual .final-cta p:not(.section-kicker) {
    width: min(100%, 34rem) !important;
    font-size: clamp(0.9rem, 1.35vw, 1.05rem) !important;
  }

  body.theme-light .section--consult-visual .consult-steps {
    gap: 4.2rem !important;
  }

  body.theme-light .section--consult-visual .contact-grid a,
  body.theme-light .section--consult-visual .contact-grid span {
    padding-left: 5.5rem !important;
    font-size: 0.88rem !important;
  }
}

@media (max-width: 760px) {
  body.theme-light .section--consult-visual {
    padding-block: 2.6rem !important;
  }

  body.theme-light .section--consult-visual .consult-cta--visual {
    display: grid !important;
    gap: 0.85rem !important;
    aspect-ratio: auto !important;
    min-height: 0 !important;
    padding: 1rem !important;
    border: 1px solid rgba(121, 176, 255, 0.28) !important;
    border-radius: 1rem !important;
    background:
      linear-gradient(180deg, rgba(4, 20, 48, 0.82), rgba(4, 20, 48, 0.94)),
      url("./assets/consult-blueprint-bg.png") 54% 50% / cover no-repeat !important;
  }

  body.theme-light .section--consult-visual .final-cta,
  body.theme-light .section--consult-visual .consult-steps,
  body.theme-light .section--consult-visual .contact-grid {
    position: static !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  body.theme-light .section--consult-visual .final-cta {
    padding: 0.65rem !important;
  }

  body.theme-light .section--consult-visual .final-cta .section-kicker {
    margin-bottom: 1.7rem !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.16em !important;
  }

  body.theme-light .section--consult-visual .final-cta h2 {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(2.05rem, 9.3vw, 2.55rem) !important;
    line-height: 1.04 !important;
  }

  body.theme-light .section--consult-visual .final-cta h2 > .consult-title-line {
    white-space: nowrap !important;
  }

  body.theme-light .section--consult-visual .final-cta h2 > .consult-title-line:nth-child(2) {
    max-width: 11.6ch !important;
    white-space: normal !important;
  }

  body.theme-light .section--consult-visual .final-cta p:not(.section-kicker) {
    margin-top: 1.15rem !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.98rem !important;
    line-height: 1.5 !important;
  }

  body.theme-light .section--consult-visual .final-action,
  body.theme-light .section--consult-visual .final-cta .final-action {
    width: 100% !important;
    min-height: 3.65rem !important;
    margin-top: 1.55rem !important;
    border-radius: 0.8rem !important;
  }

  body.theme-light .section--consult-visual .consult-steps {
    gap: 0.72rem !important;
    margin-top: 0.15rem !important;
  }

  body.theme-light .section--consult-visual .consult-steps article {
    min-height: 6.45rem !important;
    padding: 0.95rem 1rem !important;
    border: 1px solid rgba(121, 176, 255, 0.22) !important;
    border-radius: 0.75rem !important;
    background: rgba(4, 20, 48, 0.78) !important;
    justify-content: center !important;
    gap: 0.55rem !important;
  }

  body.theme-light .section--consult-visual .consult-steps h3 {
    gap: 0.62rem !important;
    font-size: 0.88rem !important;
    line-height: 1.1 !important;
  }

  body.theme-light .section--consult-visual .consult-steps h3 span {
    min-width: 1.55rem !important;
    font-size: 0.98rem !important;
  }

  body.theme-light .section--consult-visual .consult-steps p {
    max-width: none !important;
    font-size: 0.93rem !important;
    line-height: 1.38 !important;
  }

  body.theme-light .section--consult-visual .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 0.62rem !important;
    margin-top: 0.1rem !important;
  }

  body.theme-light .section--consult-visual .contact-grid a,
  body.theme-light .section--consult-visual .contact-grid span {
    min-height: 3.45rem !important;
    padding: 0.9rem 1rem !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 0.92rem !important;
    white-space: normal !important;
    border: 1px solid rgba(121, 176, 255, 0.22) !important;
    border-radius: 0.75rem !important;
    background: rgba(4, 20, 48, 0.78) !important;
  }
}

/* Mobile QA lock: keep desktop pin/map layouts from leaking into phone viewports. */
@media (max-width: 760px) {
  body.theme-light .section--capability-chapters {
    padding-block: 2.65rem 3.35rem !important;
  }

  body.theme-light .section--capability-chapters .section__inner {
    width: min(100% - 1.5rem, 27rem) !important;
  }

  body.theme-light .section--capability-chapters .capability-shell {
    gap: 1.35rem !important;
  }

  body.theme-light .section--capability-chapters .capability-heading {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "kicker"
      "title"
      "copy" !important;
    gap: 0.85rem !important;
    padding-inline: 0 !important;
  }

  body.theme-light .section--capability-chapters .capability-heading .section-kicker,
  body.theme-light .section--capability-chapters .capability-heading h2,
  body.theme-light .section--capability-chapters .capability-heading p:not(.section-kicker) {
    grid-column: 1 !important;
    padding-top: 0 !important;
  }

  body.theme-light .section--capability-chapters .capability-heading h2 {
    max-width: 9.8ch !important;
    font-size: clamp(2.45rem, 10.5vw, 3.15rem) !important;
    line-height: 1.03 !important;
  }

  body.theme-light .section--capability-chapters .capability-heading p:not(.section-kicker) {
    max-width: 100% !important;
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
  }

  body.theme-light .section--capability-chapters .service-pin-stage {
    gap: 0 !important;
    transform: none !important;
    will-change: auto !important;
  }

  body.theme-light .section--capability-chapters .service-board,
  body.theme-light .section--capability-chapters .capability-board {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    box-shadow: 0 1.2rem 3rem rgba(8, 42, 91, 0.14) !important;
  }

  body.theme-light .section--capability-chapters .capability-nav {
    grid-template-rows: none !important;
    border-right: 0 !important;
    overflow: visible !important;
  }

  body.theme-light .section--capability-chapters .capability-nav::before {
    display: none !important;
  }

  body.theme-light .section--capability-chapters .capability-lane {
    grid-template-columns: 2.45rem minmax(0, 1fr) 1.35rem !important;
    min-height: 4.85rem !important;
    gap: 0.75rem !important;
    padding: 0.78rem 0.9rem !important;
  }

  body.theme-light .section--capability-chapters .lane-step,
  body.theme-light .section--capability-chapters .lane-copy,
  body.theme-light .section--capability-chapters .lane-icon {
    grid-row: auto !important;
  }

  body.theme-light .section--capability-chapters .lane-step {
    width: 2.15rem !important;
    height: 2.15rem !important;
    font-size: 0.72rem !important;
  }

  body.theme-light .section--capability-chapters .lane-copy {
    min-width: 0 !important;
    display: grid !important;
    gap: 0.2rem !important;
  }

  body.theme-light .section--capability-chapters .lane-copy strong,
  body.theme-light .section--capability-chapters .capability-lane strong {
    font-size: 0.98rem !important;
    line-height: 1.08 !important;
  }

  body.theme-light .section--capability-chapters .lane-copy small,
  body.theme-light .section--capability-chapters .capability-lane small {
    font-size: 0.8rem !important;
    line-height: 1.28 !important;
  }

  body.theme-light .section--capability-chapters .lane-icon {
    width: 1.2rem !important;
    height: 1.2rem !important;
    opacity: 0.72 !important;
  }

  body.theme-light .section--capability-chapters .capability-media {
    height: 18.5rem !important;
    min-height: 0 !important;
  }

  body.theme-light .section--capability-chapters .capability-media img {
    height: 100% !important;
    min-height: 0 !important;
    object-position: center 24% !important;
    transform: none !important;
  }

  body.theme-light .section--capability-chapters .capability-media figcaption {
    left: 0.8rem !important;
    right: 0.8rem !important;
    bottom: 0.8rem !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    padding: 0.72rem !important;
    border-radius: 0.75rem !important;
  }

  body.theme-light .section--capability-chapters .capability-media figcaption i {
    width: 2.45rem !important;
    height: 2.45rem !important;
  }

  body.theme-light .section--capability-chapters .capability-media figcaption strong {
    font-size: 0.82rem !important;
    line-height: 1.12 !important;
  }

  body.theme-light .section--capability-chapters .capability-detail {
    min-height: 0 !important;
    gap: 0.95rem !important;
    padding: 1.25rem !important;
  }

  body.theme-light .section--capability-chapters .capability-detail h3 {
    max-width: 10.5ch !important;
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    line-height: 1.02 !important;
  }

  body.theme-light .section--capability-chapters .capability-detail > p {
    max-width: none !important;
    font-size: 0.94rem !important;
    line-height: 1.5 !important;
  }

  body.theme-light .section--capability-chapters .capability-facts {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.theme-light .section--capability-chapters .capability-facts div {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1.8rem minmax(0, 1fr) !important;
    gap: 0.12rem 0.7rem !important;
    padding: 0.78rem 0 !important;
    border-right: 0 !important;
  }

  body.theme-light .section--capability-chapters .capability-facts i {
    grid-row: span 2 !important;
    width: 1.15rem !important;
    height: 1.15rem !important;
    margin-top: 0.15rem !important;
  }

  body.theme-light .section--capability-chapters .capability-facts span {
    margin: 0 !important;
    font-size: 0.7rem !important;
  }

  body.theme-light .section--capability-chapters .capability-facts strong {
    font-size: 0.85rem !important;
    line-height: 1.3 !important;
  }

  body.theme-light .section--capability-chapters .service-board-controls,
  body.theme-light .section--capability-chapters .capability-scope {
    display: none !important;
  }

  body.theme-light .section--coverage-flow {
    padding-block: 3.2rem !important;
    overflow: hidden !important;
  }

  body.theme-light .coverage-flow--map {
    width: min(100% - 1.5rem, 27rem) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.65rem !important;
    padding-block: 0 !important;
  }

  body.theme-light .coverage-flow--map .coverage-brief {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.85rem !important;
  }

  body.theme-light .coverage-flow--map .coverage-brief .section-kicker::after {
    width: 3rem !important;
    margin-top: 0.85rem !important;
  }

  body.theme-light .coverage-flow--map .coverage-brief h2 {
    max-width: 8ch !important;
    margin-top: 0.7rem !important;
    font-size: clamp(2.55rem, 11.5vw, 3.2rem) !important;
    line-height: 1.04 !important;
  }

  body.theme-light .coverage-lead {
    max-width: 100% !important;
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
  }

  body.theme-light .coverage-map-panel {
    width: 100% !important;
    gap: 0.85rem !important;
  }

  body.theme-light .coverage-flow--map .city-rail {
    width: auto !important;
    margin-inline: -0.75rem !important;
    padding: 0.15rem 0.75rem 0.35rem !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scrollbar-width: none !important;
  }

  body.theme-light .coverage-flow--map .city-rail::-webkit-scrollbar {
    display: none !important;
  }

  body.theme-light .coverage-flow--map .city-rail button {
    flex: 0 0 auto !important;
    min-height: 2.75rem !important;
    padding: 0.72rem 1rem 0.78rem !important;
  }

  body.theme-light .coverage-map-card {
    width: 100% !important;
    min-height: 29rem !important;
    margin-inline: 0 !important;
    border-radius: 1rem !important;
  }

  body.theme-light .coverage-map-card--preplotted .coverage-map-canvas {
    left: 0 !important;
    top: 1rem !important;
    right: 0 !important;
    bottom: 4rem !important;
    width: 100% !important;
    transform: none !important;
  }

  body.theme-light .coverage-map-card--preplotted .coverage-map__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.theme-light .coverage-map-card--preplotted .coverage-point {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }

  body.theme-light .coverage-map-card--preplotted .coverage-point strong {
    font-size: 0.75rem !important;
    left: calc(50% + 0.62rem) !important;
  }

  body.theme-light .coverage-tooltip {
    left: 45% !important;
    top: 33% !important;
    width: min(13rem, 48vw) !important;
    padding: 0.85rem 0.95rem !important;
  }

  body.theme-light .coverage-legend {
    right: 0.85rem !important;
    bottom: 0.85rem !important;
  }

  body.theme-light .coverage-map-hint {
    left: 0.95rem !important;
    bottom: 1rem !important;
    right: 7.6rem !important;
    max-width: none !important;
    font-size: 0.8rem !important;
  }

  body.theme-light .coverage-flow--map .coverage-route {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.75rem !important;
  }

  body.theme-light .coverage-flow--map .coverage-route article,
  body.theme-light .coverage-flow--map .coverage-route article:first-child,
  body.theme-light .coverage-flow--map .coverage-route article:last-child {
    width: 100% !important;
    min-height: 0 !important;
    grid-template-columns: 2.7rem minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 0.7rem 0.9rem !important;
    padding: 0.95rem !important;
    border: 1px solid rgba(7, 50, 102, 0.12) !important;
    border-radius: 0.85rem !important;
  }

  body.theme-light .coverage-route__icon {
    grid-row: span 2 !important;
    width: 2.6rem !important;
    height: 2.6rem !important;
  }

  body.theme-light .coverage-flow--map .coverage-route span {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    margin: 0 !important;
  }

  body.theme-light .coverage-flow--map .coverage-route h3,
  body.theme-light .coverage-flow--map .coverage-route p {
    grid-column: 2 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  body.theme-light .coverage-flow--map .coverage-route h3 {
    font-size: 1.12rem !important;
    line-height: 1.1 !important;
  }

  body.theme-light .coverage-flow--map .coverage-route p {
    font-size: 0.86rem !important;
    line-height: 1.34 !important;
  }

  body.theme-light .coverage-flow--map .coverage-route a {
    grid-column: 3 !important;
    grid-row: 2 !important;
    justify-self: end !important;
  }
}

@media (max-width: 760px) {
  body.theme-light .section--consult-visual .consult-steps {
    height: auto !important;
    grid-template-rows: none !important;
    grid-auto-rows: auto !important;
    align-items: stretch !important;
    gap: 0.72rem !important;
  }

  body.theme-light .section--consult-visual .consult-steps article {
    height: auto !important;
    min-height: 0 !important;
    display: grid !important;
    align-content: start !important;
    justify-content: stretch !important;
    gap: 0.48rem !important;
    overflow: visible !important;
  }
}

@media (max-width: 760px) {
  body.theme-light .hero__nav {
    min-height: 4.85rem !important;
    padding: 0.65rem 1rem 0 !important;
  }

  body.theme-light .brand {
    width: 10.7rem !important;
  }

  body.theme-light .menu-toggle {
    top: 0.72rem !important;
    left: auto !important;
    right: 1rem !important;
    width: 3.05rem !important;
    height: 3.05rem !important;
    color: #061225 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(6, 31, 73, 0.18) !important;
    box-shadow: 0 0.65rem 1.55rem rgba(6, 31, 73, 0.16) !important;
  }

  body.is-menu-open.theme-light .hero__nav::before {
    background: rgba(6, 18, 37, 0.28) !important;
    backdrop-filter: blur(4px) !important;
  }

  body.is-menu-open.theme-light .nav-links {
    top: 4.92rem !important;
    left: 1rem !important;
    right: 1rem !important;
    max-height: none !important;
    padding: 0.55rem !important;
    border-radius: 0.95rem 0.95rem 0 0 !important;
    overflow: visible !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.93)),
      rgba(255, 255, 255, 0.96) !important;
  }

  body.is-menu-open.theme-light .nav-links a,
  body.is-menu-open.theme-light .service-menu summary {
    min-height: 2.82rem !important;
    padding: 0 0.78rem !important;
    color: #061225 !important;
    font-size: 0.98rem !important;
    line-height: 1.15 !important;
    border-radius: 0.72rem !important;
    border-bottom-color: rgba(6, 31, 73, 0.09) !important;
  }

  body.is-menu-open.theme-light .nav-links .motion-text {
    overflow: hidden !important;
    line-height: 1.2 !important;
  }

  body.is-menu-open.theme-light .nav-links .motion-text__char::after {
    display: none !important;
  }

  body.is-menu-open.theme-light .service-menu__panel {
    margin: 0.1rem 0 0.35rem !important;
    padding: 0.35rem !important;
    border-radius: 0.75rem !important;
    background: rgba(6, 31, 73, 0.045) !important;
  }

  body.is-menu-open.theme-light .service-menu__panel a {
    min-height: 2.35rem !important;
    font-size: 0.9rem !important;
    color: rgba(6, 18, 37, 0.72) !important;
  }

  body.is-menu-open.theme-light .nav-actions {
    top: 27.35rem !important;
    left: 1rem !important;
    right: 1rem !important;
    padding: 0.75rem !important;
    gap: 0.58rem !important;
    border-radius: 0 0 0.95rem 0.95rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
    overflow: visible !important;
  }

  body.is-menu-open.theme-light .nav-actions .nav-cta {
    min-height: 3.05rem !important;
    color: #fff !important;
    background:
      linear-gradient(135deg, #1f6cc9 0%, #0f4d9d 58%, #082f70 100%) !important;
    border-color: rgba(31, 108, 201, 0.35) !important;
    box-shadow: 0 0.8rem 1.8rem rgba(18, 76, 160, 0.24) !important;
  }

  body.is-menu-open.theme-light .nav-actions .nav-cta span {
    color: #fff !important;
  }

  body.is-menu-open.theme-light .nav-actions .nav-cta svg {
    color: #0f4d9d !important;
    background: #fff !important;
  }

  body.is-menu-open.theme-light .nav-actions .language-switch {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.theme-light .hero__scrim {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 250, 255, 0.9) 38%, rgba(255, 255, 255, 0.82) 64%, rgba(255, 255, 255, 0.98) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 251, 255, 0.8) 58%, rgba(247, 251, 255, 0.42) 100%) !important;
  }

  body.theme-light .hero__copy {
    position: relative !important;
    z-index: 1 !important;
  }

  body.theme-light .hero h1,
  body.theme-light .hero__lead {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  }

  body.theme-light .hero__lead {
    max-width: 30ch !important;
    color: rgba(6, 16, 31, 0.84) !important;
    font-weight: 650 !important;
  }

  body.theme-light .section--capability-chapters .capability-lane {
    grid-template-columns: 2.45rem minmax(0, 1fr) !important;
  }

  body.theme-light .section--capability-chapters .lane-icon {
    display: none !important;
  }

  body.theme-light .section--coverage-flow {
    padding-block: 3rem 3.4rem !important;
  }

  body.theme-light .coverage-flow--map {
    gap: 1.25rem !important;
  }

  body.theme-light .coverage-flow--map .coverage-route {
    display: none !important;
  }

  body.theme-light .coverage-map-panel {
    justify-items: center !important;
  }

  body.theme-light .coverage-map-card {
    min-height: 26rem !important;
    display: block !important;
    overflow: hidden !important;
  }

  body.theme-light .coverage-map-card--preplotted .coverage-map-canvas {
    top: 0.6rem !important;
    bottom: 0.6rem !important;
    left: 50% !important;
    right: auto !important;
    width: 154% !important;
    max-width: none !important;
    transform: translateX(-69%) !important;
  }

  body.theme-light .coverage-map-card--preplotted .coverage-map__image {
    object-fit: contain !important;
    object-position: center center !important;
  }

  body.theme-light .coverage-map-card--preplotted .coverage-point strong {
    font-size: 0.72rem !important;
  }

  body.theme-light .coverage-tooltip,
  body.theme-light .coverage-legend,
  body.theme-light .coverage-map-hint {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.theme-light .hero__video {
    object-position: 70% center !important;
  }

  body.theme-light .hero__scrim {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 46%, rgba(246, 250, 255, 0.74) 68%, rgba(246, 250, 255, 0.2) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.38) 48%, rgba(255, 255, 255, 0.96) 100%) !important;
  }

  body.theme-light .hero h1 {
    color: #06101f !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.86), 0 0.9rem 1.8rem rgba(255, 255, 255, 0.78) !important;
  }

  body.theme-light .hero h1 .accent {
    color: #145eb9 !important;
  }

  body.theme-light .hero.is-ready .hero__lead,
  body.theme-light .hero__lead {
    display: block !important;
    opacity: 1 !important;
    max-width: 31ch !important;
    margin-top: 1rem !important;
    padding: 0.72rem 0.86rem 0.78rem !important;
    border-left: 0.18rem solid #1f6cc9 !important;
    border-radius: 0.62rem !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.62)) !important;
    box-shadow: 0 0.9rem 2rem rgba(8, 42, 91, 0.11) !important;
    color: rgba(6, 16, 31, 0.88) !important;
    font-size: 0.96rem !important;
    font-weight: 650 !important;
    line-height: 1.46 !important;
    text-shadow: none !important;
    transform: none !important;
    backdrop-filter: blur(10px) !important;
  }

  body.theme-light .hero__actions {
    margin-top: 1rem !important;
  }

  body.theme-light .section--capability-chapters .capability-lane {
    grid-template-columns: 2.35rem minmax(0, 1fr) !important;
    align-items: center !important;
  }

  body.theme-light .section--capability-chapters .capability-lane .lane-icon {
    display: none !important;
  }

  body.theme-light .section--coverage-flow {
    padding-block: 3rem 3.25rem !important;
  }

  body.theme-light .coverage-flow--map {
    width: min(100% - 1rem, 27rem) !important;
    gap: 1.15rem !important;
  }

  body.theme-light .coverage-flow--map .city-rail {
    width: calc(100% + 1rem) !important;
    margin-inline: -0.5rem !important;
    padding: 0.28rem 0.5rem 0.55rem !important;
    scroll-padding-inline: 0.5rem !important;
  }

  body.theme-light .coverage-flow--map .city-rail button {
    min-height: 2.9rem !important;
    padding: 0.78rem 1.05rem 0.82rem !important;
    line-height: 1 !important;
  }

  body.theme-light .coverage-flow--map .coverage-route,
  body.theme-light .section--coverage-flow .coverage-tooltip,
  body.theme-light .section--coverage-flow .coverage-legend,
  body.theme-light .section--coverage-flow .coverage-map-hint {
    display: none !important;
  }

  body.theme-light .coverage-map-panel {
    justify-items: center !important;
    overflow: visible !important;
  }

  body.theme-light .coverage-map-card {
    width: 100% !important;
    min-height: 24.5rem !important;
    border-radius: 1.05rem !important;
  }

  body.theme-light .coverage-map-card--preplotted .coverage-map-canvas {
    top: 0.55rem !important;
    bottom: 0.55rem !important;
    left: 50% !important;
    right: auto !important;
    width: 168% !important;
    max-width: none !important;
    transform: translateX(-70.5%) !important;
  }

  body.theme-light .coverage-map-card--preplotted .coverage-map__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

.section--capability-chapters .capability-media.standard-photo::after,
.section--capability-chapters .capability-media::after,
.service-pin-scope .capability-media.standard-photo::after,
.service-pin-scope .capability-media::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.section--capability-chapters .capability-media figcaption,
.service-pin-scope .capability-media figcaption {
  display: none !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .capability-media figcaption,
body.theme-light .section--capability-chapters .capability-media.standard-photo figcaption {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .lane-icon--betrieb svg {
  width: 1.62rem !important;
  height: 1.62rem !important;
}

body.theme-light :is(.section--capability-chapters, .service-pin-scope) .lane-icon--betrieb :is(path, circle) {
  vector-effect: non-scaling-stroke;
}

@media (max-width: 760px) {
  body.theme-light .section--capability-chapters .capability-lane {
    grid-template-columns: 2.35rem minmax(0, 1fr) 1.45rem !important;
  }

  body.theme-light .section--capability-chapters .capability-lane .lane-icon {
    grid-column: 3 !important;
    width: 1.45rem !important;
    height: 1.45rem !important;
    display: grid !important;
    place-items: center !important;
    justify-self: end !important;
    color: #38536f !important;
    opacity: 0.78 !important;
  }

  body.theme-light .section--capability-chapters .capability-lane .lane-icon svg {
    width: 1.18rem !important;
    height: 1.18rem !important;
  }
}

