:root {
  --ink: #101214;
  --ink-2: #171d1a;
  --muted: #5d646b;
  --line: #d9ddd7;
  --panel: #f5f6f1;
  --field: #f0f2eb;
  --brand: #45bceb;
  --brand-dark: #075d8f;
  --brand-deep: #063e63;
  --brand-soft: #d9f4ff;
  --brand-mist: #eef9ff;
  --sun: #f2c230;
  --white: #ffffff;
  --ease-premium: cubic-bezier(0.2, 0.8, 0.2, 1);
  --transition: 220ms var(--ease-premium);
  --max: 1180px;
}

[hidden] {
  display: none !important;
}

.shop-hero h1 {
  max-width: 13ch;
}

.proof-link-band {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(42px, 7vw, 84px) auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(20px, 4vw, 48px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(16, 18, 20, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 249, 255, 0.58)),
    var(--white);
  box-shadow: 0 28px 72px rgba(16, 18, 20, 0.08);
}

.proof-link-band h2 {
  max-width: 760px;
  margin: 8px 0 10px;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 0.98;
}

.proof-link-band p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
}

.shop-command,
.charger-store,
.solution-builder,
.commerce-assurance,
.station-advisor,
.station-comparison,
.cart-page,
.checkout-page {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.commerce-assurance span,
.station-advisor span,
.summary-checklist span,
.checkout-assurance span,
.checkout-review span {
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.commerce-assurance p,
.station-advisor p,
.station-comparison p,
.summary-checklist,
.checkout-review p {
  color: var(--muted);
}

.shop-command {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  padding: clamp(72px, 9vw, 124px) 0 0;
}

.shop-command p:not(.eyebrow),
.charger-store .store-toolbar p,
.solution-builder .section-heading p,
.checkout-copy p,
.cart-main > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.shop-process,
.solution-grid,
.checkout-steps {
  display: grid;
  gap: 12px;
}

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

.shop-process article,
.solution-grid article,
.checkout-steps article,
.cart-summary,
.checkout-form,
.stripe-panel,
.cart-empty {
  border: 1px solid rgba(16, 18, 20, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(245, 247, 240, 0.86)),
    var(--white);
  box-shadow: 0 18px 46px rgba(16, 18, 20, 0.06);
}

.shop-process article,
.checkout-steps article {
  min-height: 176px;
  padding: clamp(20px, 3vw, 28px);
}

.shop-process span,
.checkout-steps span {
  display: block;
  margin-bottom: 24px;
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 700;
}

.shop-process strong,
.checkout-steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-dark);
  font-size: 1.06rem;
}

.shop-process p,
.checkout-steps p {
  color: var(--muted);
}

.charger-store,
.solution-builder,
.station-advisor,
.station-comparison {
  padding: clamp(72px, 9vw, 124px) 0 0;
}

.station-advisor {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(520px, 1.42fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.advisor-copy {
  position: sticky;
  top: calc(var(--header-offset) + 24px);
}

.advisor-grid {
  display: grid;
  gap: 12px;
}

.advisor-grid article {
  min-height: 188px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(16, 18, 20, 0.1);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16, 18, 20, 0.06);
}

.advisor-grid h3 {
  margin: 14px 0 10px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.06;
}

.store-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.store-toolbar h2 {
  margin-bottom: 10px;
}

.store-actions,
.product-purchase,
.store-filter {
  display: flex;
  gap: 10px;
}

.store-actions,
.product-purchase {
  align-items: center;
}

.store-filter {
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.store-filter a,
.store-filter button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(16, 18, 20, 0.1);
  background: var(--white);
  color: var(--brand-dark);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
}

.store-filter button[aria-pressed="true"] {
  border-color: rgba(69, 188, 235, 0.44);
  background: var(--brand-dark);
  color: var(--white);
}

.cart-toast {
  margin: 0 0 14px;
  padding: 13px 16px;
  border: 1px solid rgba(69, 188, 235, 0.28);
  background: var(--brand-mist);
  color: var(--brand-dark);
  font-weight: 700;
}

.product-grid {
  display: grid;
  gap: 16px;
}

.product-card[hidden] {
  display: none;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr) minmax(220px, 0.26fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(16, 18, 20, 0.11);
  background: var(--white);
  box-shadow: 0 22px 64px rgba(16, 18, 20, 0.07);
  transition: transform 260ms var(--ease-premium), box-shadow 260ms ease, border-color 220ms ease;
}

.product-card:hover {
  border-color: rgba(69, 188, 235, 0.34);
  box-shadow: 0 28px 76px rgba(16, 18, 20, 0.1);
  transform: translateY(-3px);
}

.product-media {
  position: relative;
  display: grid;
  min-height: 275px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 20, 0.08);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(145deg, rgba(235, 239, 230, 0.86), rgba(250, 251, 247, 0.96));
}

.product-media::after {
  content: "";
  position: absolute;
  bottom: 38px;
  width: 92px;
  height: 170px;
  border: 12px solid rgba(16, 18, 20, 0.82);
  border-radius: 28px 28px 10px 10px;
  box-shadow:
    0 42px 0 -28px rgba(16, 18, 20, 0.88),
    0 64px 0 -32px rgba(16, 18, 20, 0.32);
}

.product-media::before {
  content: "";
  position: absolute;
  bottom: 26px;
  width: 126px;
  height: 14px;
  background: rgba(16, 18, 20, 0.86);
}

.product-media img {
  position: absolute;
  top: 24px;
  left: 24px;
  max-width: 112px;
  max-height: 34px;
  object-fit: contain;
}

.product-media span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.product-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-meta span,
.price-label,
.bundle-list span {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-copy h3 {
  max-width: 26ch;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.03;
}

.product-copy p {
  color: var(--muted);
}

.manufacturer-copy {
  color: #4e5550;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 4px 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.product-specs div {
  padding: 12px;
  background: #fbfcf8;
}

.product-specs dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-specs dd {
  margin: 5px 0 0;
  color: var(--brand-dark);
  font-weight: 700;
}

.bundle-list {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-left: 3px solid var(--brand);
  background: rgba(69, 188, 235, 0.08);
}

.bundle-list small,
.product-purchase small,
.summary-note {
  color: var(--muted);
  line-height: 1.5;
}

.product-purchase {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: clamp(18px, 2.2vw, 24px);
  background: #f7f8f3;
  border: 1px solid rgba(16, 18, 20, 0.08);
}

.product-purchase strong {
  color: var(--brand-dark);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

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

.solution-grid article {
  min-height: 250px;
  padding: clamp(22px, 3vw, 34px);
}

.solution-grid p {
  color: var(--muted);
}

.comparison-table {
  display: grid;
  border: 1px solid rgba(16, 18, 20, 0.12);
  background: var(--white);
  box-shadow: 0 20px 54px rgba(16, 18, 20, 0.06);
}

.comparison-table [role="row"] {
  display: grid;
  grid-template-columns: 0.9fr 0.78fr 1.3fr 0.72fr;
  border-bottom: 1px solid var(--line);
}

.comparison-table [role="row"]:last-child {
  border-bottom: 0;
}

.comparison-table span {
  padding: 18px;
  color: var(--muted);
  border-right: 1px solid var(--line);
}

.comparison-table span:last-child {
  border-right: 0;
}

.comparison-table .comparison-head span {
  background: #f7f8f3;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cart-confidence,
.checkout-review {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.cart-confidence article,
.checkout-review article {
  padding: 18px;
  border: 1px solid rgba(16, 18, 20, 0.1);
  background: rgba(255, 255, 255, 0.78);
}

.cart-confidence strong,
.checkout-review strong {
  display: block;
  margin: 10px 0 6px;
  color: var(--brand-dark);
}

.summary-checklist {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(69, 188, 235, 0.22);
  background: var(--brand-mist);
}

.summary-checklist ul {
  margin: 0;
  padding-left: 18px;
}

.summary-checklist li + li {
  margin-top: 6px;
}

.cart-page,
.checkout-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  padding: calc(var(--header-offset) + clamp(46px, 8vw, 96px)) 0 clamp(72px, 9vw, 124px);
}

.checkout-page {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.68fr);
}

.cart-main h1,
.checkout-copy h1 {
  max-width: 12ch;
}

.cart-items {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}

.cart-line h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
}

.cart-line p {
  margin: 0;
  color: var(--muted);
}

.cart-line-controls {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cart-line-controls button {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid var(--line);
  background: #f7f8f3;
  color: var(--brand-dark);
  cursor: pointer;
  font-weight: 700;
}

.cart-line-price {
  color: var(--brand-dark);
  font-size: 1.05rem;
  font-weight: 700;
}

.cart-summary,
.checkout-form,
.cart-empty {
  padding: clamp(22px, 3vw, 34px);
}

.cart-summary {
  position: sticky;
  top: calc(var(--header-offset) + 24px);
  display: grid;
  gap: 16px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.summary-row span {
  color: var(--muted);
}

.checkout-copy {
  position: sticky;
  top: calc(var(--header-offset) + 24px);
}

.checkout-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.checkout-assurance span {
  padding: 9px 11px;
  border: 1px solid rgba(16, 18, 20, 0.11);
  background: rgba(255, 255, 255, 0.82);
}

.checkout-steps {
  margin-top: 28px;
}

.checkout-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.checkout-form .full,
.checkout-form .checkout-summary,
.checkout-form .stripe-panel,
.checkout-form .full-width,
.checkout-form .form-status {
  grid-column: 1 / -1;
}

.checkout-summary {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  background: #f7f8f3;
}

.checkout-summary strong {
  color: var(--brand-dark);
}

.checkout-summary-items {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-summary-items li {
  display: grid;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  background: #fff;
}

.checkout-summary-items li small {
  color: var(--muted);
}

.stripe-panel {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.stripe-panel span {
  color: var(--muted);
}

.cart-summary .button.secondary,
.checkout-form .button.secondary,
.store-actions .button.secondary {
  border-color: rgba(16, 18, 20, 0.14);
  background: var(--white);
  color: var(--brand-dark);
}

.cart-summary .button.secondary:hover,
.checkout-form .button.secondary:hover,
.store-actions .button.secondary:hover {
  background: var(--brand-mist);
}

.management-model,
.planning-lattice,
.future-command {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
  padding: clamp(72px, 9vw, 124px) 0 0;
}

.management-model {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.management-model p:not(.eyebrow),
.planning-lattice .section-intro,
.future-command p {
  color: var(--muted);
  font-size: 1.05rem;
}

.management-grid,
.planning-grid,
.future-command-grid {
  display: grid;
  gap: 12px;
}

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

.planning-grid {
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
}

.management-grid article,
.planning-grid article,
.future-command-grid article {
  min-height: 230px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(16, 18, 20, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 242, 0.9)),
    var(--white);
  box-shadow: 0 18px 46px rgba(16, 18, 20, 0.06);
  scroll-snap-align: start;
}

.management-grid span,
.planning-grid span,
.future-command-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.management-grid p,
.planning-grid p,
.future-command-grid p {
  color: var(--muted);
}

.future-command {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(240, 242, 235, 0.72), rgba(255, 255, 255, 0) 360px),
    var(--white);
  font-family: Satoshi, "Cabinet Grotesk", "Aptos", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
  overflow-x: clip;
}

body::selection {
  background: rgba(69, 188, 235, 0.24);
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 4px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(69, 188, 235, 0.52);
  outline-offset: 3px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: grid;
  gap: 0;
  background:
    linear-gradient(90deg, rgba(7, 93, 143, 0.18), transparent 42%),
    rgba(12, 17, 21, 0.96);
  border-bottom: 1px solid rgba(69, 188, 235, 0.26);
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, background 220ms ease;
  will-change: box-shadow;
}

.header-compact .site-header {
  background: rgba(10, 15, 19, 0.98);
  box-shadow: 0 18px 46px rgba(6, 18, 28, 0.24);
}

.utility-nav,
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-inline: clamp(18px, 4vw, 56px);
}

.utility-nav {
  overflow: hidden;
  min-height: 34px;
  justify-content: flex-end;
  gap: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  transition: min-height 220ms ease, max-height 220ms ease, opacity 180ms ease, padding-block 220ms ease;
}

.header-compact .utility-nav {
  max-height: 0;
  min-height: 0;
  padding-block: 0;
  opacity: 0;
  pointer-events: none;
}

.main-nav {
  min-height: 68px;
  transition: min-height 220ms ease, padding-block 220ms ease;
}

.header-compact .main-nav {
  min-height: 54px;
}

.brand img,
.footer-brand img {
  width: 178px;
  height: auto;
  display: block;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(16, 18, 20, 0.16);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  position: relative;
  width: 18px;
  height: 12px;
  overflow: hidden;
  color: transparent;
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
  color: var(--ink);
  transition: transform 180ms ease, top 180ms ease;
}

.menu-toggle span::before {
  top: 1px;
  box-shadow: 0 5px 0 currentColor;
}

.menu-toggle span::after {
  top: 11px;
}

.nav-open .menu-toggle span::before {
  top: 6px;
  box-shadow: none;
  transform: rotate(45deg);
}

.nav-open .menu-toggle span::after {
  top: 6px;
  transform: rotate(-45deg);
}

.main-nav nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  font-weight: 700;
  transition: gap 220ms ease, font-size 220ms ease;
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-compact .main-nav nav {
  gap: clamp(14px, 1.8vw, 24px);
  font-size: 0.82rem;
}

.main-nav nav > a,
.main-nav nav > .nav-item > .nav-parent {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding-inline: 2px;
  white-space: nowrap;
  transition: color 180ms ease, min-height 220ms ease, transform 180ms ease;
}

.main-nav nav > a.nav-cta {
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(69, 188, 235, 0.48);
  border-radius: 5px;
  background: rgba(69, 188, 235, 0.14);
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.main-nav nav > a.nav-cta:hover,
.main-nav nav > a.nav-cta:focus-visible {
  border-color: rgba(69, 188, 235, 0.78);
  background: var(--brand);
  color: var(--ink);
  transform: translateY(-1px);
}

.main-nav nav > a.nav-cta::before {
  display: none;
}

.main-nav nav > a::before,
.main-nav nav > .nav-item > .nav-parent::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 180ms ease, transform 220ms var(--ease-premium);
}

.main-nav nav > a:hover,
.main-nav nav > .nav-item > .nav-parent:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.main-nav nav > a:hover::before,
.main-nav nav > .nav-item > .nav-parent:hover::before {
  opacity: 0.3;
  transform: scaleX(1);
}

.nav-parent::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.has-menu:hover .nav-parent::after,
.has-menu:focus-within .nav-parent::after {
  transform: translateY(2px) rotate(225deg);
}

.nav-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 1001;
  display: grid;
  gap: 4px;
  width: min(420px, calc(100vw - 36px));
  padding: 12px;
  border: 1px solid rgba(69, 188, 235, 0.24);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.08), transparent 48%),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 70px rgba(6, 18, 28, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 180ms var(--ease-premium);
}

.nav-menu::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  height: 16px;
}

.has-menu:hover .nav-menu,
.has-menu:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.main-nav nav .nav-menu a {
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  gap: 5px;
  align-items: start;
  padding: 14px 16px;
  color: var(--ink);
  white-space: normal;
  border-radius: 4px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.main-nav nav .nav-menu a::before,
.main-nav nav .nav-menu a::after {
  display: none;
}

.main-nav nav .nav-menu a:hover,
.main-nav nav .nav-menu a:focus-visible {
  color: var(--ink);
  background: rgba(69, 188, 235, 0.12);
  transform: translateY(-1px);
}

.nav-menu span {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.18;
}

.nav-menu small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
}

.header-compact .main-nav nav > a,
.header-compact .main-nav nav > .nav-item > .nav-parent {
  min-height: 38px;
}

.main-nav nav > a[aria-current="page"],
.main-nav nav > .nav-item > .nav-parent[aria-current="page"] {
  color: var(--brand);
}

.main-nav nav > a[aria-current="page"]::after,
.main-nav nav > .nav-item > .nav-parent[aria-current="page"]::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 6px;
  background: var(--brand);
}

.text-link {
  display: inline-flex;
  margin-top: 4px;
  color: var(--brand-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100dvh - 103px);
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  background: var(--ink-2);
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero::before {
  background:
    linear-gradient(115deg, rgba(69, 188, 235, 0.34), transparent 34%),
    radial-gradient(ellipse at 72% 18%, rgba(69, 188, 235, 0.24), transparent 38%),
    linear-gradient(135deg, transparent 52%, rgba(69, 188, 235, 0.16) 52.2%, transparent 72%);
  mix-blend-mode: screen;
  opacity: calc(0.58 + (var(--scroll-depth, 0) * 0.1));
  transform: translate3d(0, calc(var(--parallax-y, 0) * -0.22), 0) scale(1.025);
}

.hero::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 64%);
  opacity: 0.18;
  animation: grid-drift 32s linear infinite;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #071017 url("assets/video/faithenergy-home-reel-poster.jpg") center / cover;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.1);
  will-change: transform;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(6, 10, 14, 0.94), rgba(6, 10, 14, 0.68) 40%, rgba(6, 10, 14, 0.18) 72%, rgba(6, 10, 14, 0.36)),
    linear-gradient(0deg, rgba(6, 10, 14, 0.84), rgba(6, 10, 14, 0.08) 52%);
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03) brightness(0.72);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(68px, 12vh, 126px) 0 clamp(216px, 26vh, 278px);
  color: var(--white);
}

@media (min-width: 901px) {
  .hero-content {
    transform: translateY(-48px);
  }
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3.05rem, 5.15vw, 5.05rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
}

.hero h1 {
  max-width: 620px;
}

.hero .hero-copy {
  max-width: 560px;
  font-size: clamp(1.14rem, 2vw, 1.38rem);
  line-height: 1.5;
}

.hero-actions,
.careers {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.page-hero .hero-actions {
  margin-top: 28px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 13px 20px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(16, 18, 20, 0.08);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 220ms ease, transform 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.32) 48%, transparent 72%);
  transform: translateX(-125%);
  transition: transform 520ms var(--ease-premium);
  pointer-events: none;
}

.button.primary {
  background: var(--brand);
  color: var(--ink);
}

.button.primary:hover {
  background: var(--brand-dark);
  color: var(--white);
  box-shadow: 0 18px 38px rgba(7, 93, 143, 0.24);
}

.button:hover {
  transform: translateY(-1px);
}

.button:hover::after {
  transform: translateX(125%);
}

.button:active {
  transform: translateY(0) scale(0.985);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.52);
  color: var(--white);
}

.button.secondary.dark {
  border-color: rgba(16, 18, 20, 0.32);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
}

.button.secondary.dark:hover {
  border-color: rgba(7, 93, 143, 0.44);
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.92);
}

.text-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: var(--brand-dark);
  font-weight: 700;
}

.text-link::after {
  content: ">";
  margin-left: 8px;
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.intro,
.brand-statement,
.buyer-routes,
.project-command,
.focus-lines,
.answer-authority,
.proof-strip,
.proof-anchors,
.proof-hub,
.delivery-path,
.services,
.operating-model,
.industries,
.quality-safety,
.faq,
.process,
.turnkey,
.service-area,
.contact,
.contact-next,
.careers,
.careers-signal,
footer {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.audience-priority {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(64px, 8vw, 108px) auto 0;
}

.audience-priority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.audience-priority-grid a {
  display: grid;
  align-content: start;
  min-height: 260px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(16, 18, 20, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 243, 0.9)),
    var(--white);
  box-shadow: 0 20px 54px rgba(16, 18, 20, 0.06);
  transition: transform 220ms var(--ease-premium), border-color 180ms ease, box-shadow 220ms ease;
}

.audience-priority-grid a:first-child,
.audience-priority-grid a:nth-child(2) {
  grid-column: span 2;
}

.audience-priority-grid a:hover,
.audience-priority-grid a:focus-visible {
  border-color: rgba(69, 188, 235, 0.42);
  box-shadow: 0 26px 70px rgba(6, 18, 28, 0.12);
  transform: translateY(-4px);
}

.audience-priority-grid span {
  margin-bottom: 22px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
}

.audience-priority-grid strong {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2.35rem);
  line-height: 1.04;
}

.audience-priority-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.page-hero {
  position: relative;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(76px, 12vw, 150px) 0 clamp(56px, 8vw, 98px);
  isolation: isolate;
}

.page-hero:not(.image-page-hero)::before {
  content: "";
  position: absolute;
  inset: 34px auto 34px -8vw;
  z-index: -1;
  width: min(480px, 56vw);
  border-left: 1px solid rgba(69, 188, 235, 0.24);
  background:
    radial-gradient(ellipse at 0 22%, rgba(69, 188, 235, 0.14), transparent 58%),
    linear-gradient(90deg, rgba(69, 188, 235, 0.07), transparent 72%);
  opacity: 0.9;
}

.page-hero h1 {
  max-width: 980px;
  color: var(--ink);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.image-page-hero {
  position: relative;
  width: 100%;
  min-height: clamp(460px, 62vh, 600px);
  display: grid;
  align-items: end;
  padding-inline: clamp(18px, 4vw, 56px);
  color: var(--white);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.image-page-hero::before,
.image-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.image-page-hero::before {
  z-index: 0;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(69, 188, 235, 0.14), transparent 46%),
    radial-gradient(ellipse at 8% 88%, rgba(69, 188, 235, 0.07), transparent 40%),
    linear-gradient(165deg, #080e12, #0d1319 58%, #0b141b);
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.1);
  will-change: transform;
}

.image-page-hero::after {
  z-index: 1;
  background:
    radial-gradient(ellipse at 18% 24%, rgba(69, 188, 235, 0.22), transparent 42%),
    linear-gradient(115deg, rgba(69, 188, 235, 0.18), transparent 38%),
    linear-gradient(0deg, rgba(8, 12, 10, 0.72), transparent 44%);
  opacity: 0.86;
  transform: translate3d(0, calc(var(--parallax-y, 0) * -0.16), 0);
}

.image-page-hero > div {
  position: relative;
  z-index: 2;
}

.image-page-hero > div {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding-bottom: clamp(96px, 12vw, 150px);
}

.image-page-hero h1,
.image-page-hero p:not(.eyebrow) {
  color: var(--white);
}

.safety-hero {
  background: var(--ink);
}

.giving-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 12, 10, 0.9), rgba(8, 12, 10, 0.54) 52%, rgba(8, 12, 10, 0.16)),
    url("assets/giving-back/morning-star-8.jpg") center / cover;
}

.motion-ready .reveal,
.motion-ready .service-feature-grid article,
.motion-ready .service-grid article,
.motion-ready .industry-list article,
.motion-ready .industry-list > details,
.motion-ready .process-steps article,
.motion-ready .detail-grid article,
.motion-ready .market-showcase article,
.motion-ready .market-showcase > details,
.motion-ready .answer-grid article,
.motion-ready .scope-grid article,
.motion-ready .program-grid article,
.motion-ready .giving-impact-grid article,
.motion-ready .giving-photo-grid img,
.motion-ready .service-depth article,
.motion-ready .comparison-table article,
.motion-ready .comparison-table > details,
.motion-ready .proof-strip div,
.motion-ready .proof-strip > details,
.motion-ready .proof-strip > a,
.motion-ready .decision-list article,
.motion-ready .command-metrics div,
.motion-ready .board-stack article,
.motion-ready .matrix-grid article,
.motion-ready .case-points span,
.motion-ready .ev-proof-band div,
.motion-ready .ev-blueprint-flow a,
.motion-ready .ev-command-panel article,
.motion-ready .ev-value-grid article,
.motion-ready .ev-value-grid > details,
.motion-ready .ev-process-steps article,
.motion-ready .ev-risk-list article {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 850ms var(--ease-premium), transform 850ms var(--ease-premium);
  transition-delay: calc(var(--reveal-index, 0) * 44ms);
  will-change: opacity, transform;
}

.motion-ready .hero .eyebrow,
.motion-ready .hero h1,
.motion-ready .hero-copy,
.motion-ready .hero-actions {
  animation: hero-rise 620ms var(--ease-premium) both;
}

.motion-ready .hero h1 {
  animation-delay: 110ms;
}

.motion-ready .hero-copy {
  animation-delay: 210ms;
}

.motion-ready .hero-actions {
  animation-delay: 310ms;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

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

@keyframes grid-drift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 84px 84px, 84px 84px;
  }
}

@keyframes proof-lift {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

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

.motion-ready .reveal-from-left {
  transform: translate3d(-76px, 28px, 0);
}

.motion-ready .reveal-from-right {
  transform: translate3d(76px, 28px, 0);
}

.motion-ready .reveal.is-visible,
.motion-ready .service-feature-grid article.is-visible,
.motion-ready .service-grid article.is-visible,
.motion-ready .industry-list article.is-visible,
.motion-ready .industry-list > details.is-visible,
.motion-ready .process-steps article.is-visible,
.motion-ready .detail-grid article.is-visible,
.motion-ready .market-showcase article.is-visible,
.motion-ready .market-showcase > details.is-visible,
.motion-ready .answer-grid article.is-visible,
.motion-ready .scope-grid article.is-visible,
.motion-ready .program-grid article.is-visible,
.motion-ready .giving-impact-grid article.is-visible,
.motion-ready .giving-photo-grid img.is-visible,
.motion-ready .service-depth article.is-visible,
.motion-ready .comparison-table article.is-visible,
.motion-ready .comparison-table > details.is-visible,
.motion-ready .proof-strip div.is-visible,
.motion-ready .proof-strip > details.is-visible,
.motion-ready .proof-strip > a.is-visible,
.motion-ready .decision-list article.is-visible,
.motion-ready .command-metrics div.is-visible,
.motion-ready .board-stack article.is-visible,
.motion-ready .matrix-grid article.is-visible,
.motion-ready .case-points span.is-visible,
.motion-ready .ev-proof-band div.is-visible,
.motion-ready .ev-blueprint-flow a.is-visible,
.motion-ready .ev-command-panel article.is-visible,
.motion-ready .ev-value-grid article.is-visible,
.motion-ready .ev-value-grid > details.is-visible,
.motion-ready .ev-process-steps article.is-visible,
.motion-ready .ev-risk-list article.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .service-grid article span,
.motion-ready .process-steps article span,
.motion-ready .detail-grid article span,
.motion-ready .matrix-grid article span {
  transform: translateX(-18px);
  opacity: 0;
  transition: opacity 700ms ease 180ms, transform 700ms ease 180ms;
}

.motion-ready .service-grid article.reveal-from-right span,
.motion-ready .process-steps article.reveal-from-right span,
.motion-ready .detail-grid article.reveal-from-right span,
.motion-ready .matrix-grid article.reveal-from-right span {
  transform: translateX(18px);
}

.motion-ready .service-grid article.is-visible span,
.motion-ready .process-steps article.is-visible span,
.motion-ready .detail-grid article.is-visible span,
.motion-ready .matrix-grid article.is-visible span {
  transform: translateX(0);
  opacity: 1;
}

.motion-ready .proof-strip-clean > a {
  opacity: 1;
  transform: none;
}








.story-points span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  background: rgba(8, 12, 10, 0.68);
  font-size: 0.82rem;
  font-weight: 700;
}








@media (max-width: 700px) {
}

.split-section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 88px);
  padding: clamp(70px, 10vw, 128px) 0;
  border-top: 1px solid var(--line);
}

.body-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.values-grid,
.detail-grid,
.market-showcase {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.values-grid article {
  min-height: 230px;
  padding: clamp(24px, 4vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--field);
}

.values-grid p {
  color: var(--muted);
}

.click-card,
.market-card,
.service-link-card {
  display: block;
  color: inherit;
}

.click-card article,
.service-link-card,
.market-card {
  height: 100%;
}

.expand-card,
.market-showcase details,
.ev-value-grid details,
.comparison-table details {
  position: relative;
  color: inherit;
}

.expand-card summary,
.market-showcase details summary,
.ev-value-grid details summary,
.comparison-table details summary {
  position: relative;
  padding-right: 74px;
  cursor: pointer;
  list-style: none;
}

.expand-card summary::-webkit-details-marker,
.market-showcase details summary::-webkit-details-marker,
.ev-value-grid details summary::-webkit-details-marker,
.comparison-table details summary::-webkit-details-marker {
  display: none;
}

.expand-card summary::after,
.market-showcase details summary::after,
.ev-value-grid details summary::after,
.comparison-table details summary::after {
  content: "More";
  display: inline-grid;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 54px;
  height: 28px;
  padding: 0 12px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.74);
  pointer-events: none;
}

.expand-card[open] summary::after,
.market-showcase details[open] summary::after,
.ev-value-grid details[open] summary::after,
.comparison-table details[open] summary::after {
  content: "Less";
  color: var(--ink);
  background: var(--brand-soft);
}

.expand-card > p,
.market-showcase details > p,
.ev-value-grid details > p,
.comparison-table details > p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.mini-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(69, 188, 235, 0.5);
  text-underline-offset: 5px;
}

.market-showcase details summary {
  padding-right: 0;
}

.market-showcase details summary::after {
  top: 292px;
  right: 20px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(16, 18, 20, 0.08);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-bottom: clamp(60px, 9vw, 110px);
}

.detail-grid article {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: clamp(26px, 4vw, 46px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 220ms ease, box-shadow 260ms ease, transform 260ms var(--ease-premium);
}

.detail-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--brand);
  font-weight: 700;
}

.detail-grid h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.detail-grid p {
  color: var(--muted);
}

.detail-grid.compact article {
  min-height: 240px;
}

.service-cards {
  margin-bottom: 0;
}

.service-cards article {
  min-height: 250px;
}

.market-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: clamp(44px, 7vw, 86px);
}

.market-showcase article,
.market-showcase > details {
  position: relative;
  overflow: hidden;
  background: var(--field);
  transition: box-shadow 260ms ease, transform 260ms var(--ease-premium);
}

.market-showcase article:hover,
.market-showcase > details:hover {
  box-shadow: 0 22px 54px rgba(16, 18, 20, 0.12);
  transform: translateY(-4px);
}

.market-card:focus-visible,
.click-card:focus-visible,
.service-link-card:focus-visible {
  outline: 3px solid rgba(69, 188, 235, 0.52);
  outline-offset: 4px;
}

.market-showcase img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.market-showcase article:nth-child(3) img {
  object-position: 30% center;
}

.market-showcase h2,
.market-showcase p {
  padding-inline: 26px;
}

.market-showcase h2 {
  padding-top: 26px;
  font-size: 1.55rem;
}

.market-showcase details h2 {
  padding-right: 154px;
}

.market-showcase p {
  padding-bottom: 30px;
  color: var(--muted);
}

.page-list-heading {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto 24px;
}

.page-list-heading h2 {
  max-width: 780px;
}

.page-list {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto clamp(72px, 9vw, 120px);
}

.cta-band {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(72px, 9vw, 120px) auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(36px, 6vw, 70px);
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  isolation: isolate;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(69, 188, 235, 0.26), transparent 36%),
    linear-gradient(280deg, rgba(242, 194, 48, 0.18), transparent 42%);
  opacity: 0.72;
}

.cta-band h2 {
  margin-bottom: 0;
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.seo-panel,
.answer-engine,
.local-authority,
.scope-library,
.incentives-tool,
.giving-story,
.giving-video,
.giving-impact,
.giving-gallery,
.comparison-table,
.service-depth,
.program-stack {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(58px, 8vw, 104px) auto;
}

.seo-panel,
.local-authority,
.giving-story,
.program-stack {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  padding: clamp(34px, 6vw, 66px);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0)),
    var(--field);
}

.seo-panel p,
.local-authority p,
.giving-story p,
.scope-library p,
.program-stack p,
.service-depth p,
.comparison-table p {
  color: var(--muted);
}

.incentives-planning {
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(34px, 6vw, 88px);
}

.incentives-planning .answer-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.incentives-planning .answer-grid article {
  padding: clamp(22px, 2.4vw, 30px);
}

.incentives-planning .answer-grid p {
  font-size: 0.96rem;
  line-height: 1.58;
}

.giving-story {
  grid-template-columns: 1fr 0.9fr;
  overflow: hidden;
}

.giving-story-copy {
  display: grid;
  gap: 18px;
}

.quote-panel {
  margin-top: 12px;
  padding: clamp(22px, 4vw, 34px);
  border-left: 4px solid var(--brand);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.quote-panel p {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.quote-panel span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.giving-feature {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.giving-feature img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 900ms var(--ease-premium);
}

.giving-feature:hover img {
  transform: scale(1.04);
}

.giving-feature figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(8, 12, 10, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.86rem;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.giving-impact {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  padding-block: clamp(24px, 5vw, 54px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.giving-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.giving-impact-grid article {
  min-height: 260px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 0%), rgba(69, 188, 235, 0.18), transparent 38%),
    var(--white);
}

.giving-impact-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--brand);
  font-weight: 700;
}

.giving-impact-grid p {
  color: var(--muted);
}

.giving-video {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
}

.giving-gallery {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
}

.giving-photo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(220px, 17vw);
  gap: 14px;
}

.giving-photo-grid img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  background: var(--field);
}

.giving-photo-grid img:nth-child(1) {
  grid-column: span 3;
  grid-row: span 2;
}

.giving-photo-grid img:nth-child(2),
.giving-photo-grid img:nth-child(3) {
  grid-column: span 3;
}

.giving-photo-grid img:nth-child(4),
.giving-photo-grid img:nth-child(5),
.giving-photo-grid img:nth-child(6) {
  grid-column: span 2;
}

.giving-cta {
  align-items: flex-end;
}

.answer-engine {
  padding-block: clamp(28px, 5vw, 58px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.answer-engine .faq-list,
.service-area .faq-list {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.answer-engine .faq-list details,
.service-area .faq-list details {
  border-color: var(--line);
  background: var(--white);
}

.answer-engine .faq-list details:hover,
.service-area .faq-list details:hover,
.answer-engine .faq-list details[open],
.service-area .faq-list details[open] {
  border-color: rgba(69, 188, 235, 0.36);
  background: #fbfcf8;
  box-shadow: inset 3px 0 0 rgba(69, 188, 235, 0.74);
}

.answer-engine .faq-list summary,
.service-area .faq-list summary {
  color: var(--ink);
}

.answer-engine .faq-list p,
.service-area .faq-list p {
  color: var(--muted);
}

.answer-grid,
.scope-grid,
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.program-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.answer-grid article,
.scope-grid article,
.program-grid article,
.service-depth article,
.comparison-table article,
.comparison-table > details {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  background: var(--white);
}

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

.scope-grid article {
  min-height: 220px;
}

.incentive-watchlist {
  display: grid;
  gap: clamp(26px, 5vw, 52px);
}

.watchlist-stack {
  display: grid;
  gap: clamp(30px, 5vw, 58px);
}

.watchlist-heading {
  margin-bottom: 18px;
}

.watchlist-heading h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  letter-spacing: 0;
}

.watchlist-heading .eyebrow {
  margin-bottom: 8px;
}

.incentive-watchlist .scope-grid article {
  display: grid;
  gap: 14px;
}

.incentive-watchlist .text-link {
  align-self: end;
  margin-top: auto;
}

.program-grid article {
  min-height: 210px;
}

.program-stack .program-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.program-stack .program-grid article {
  display: grid;
  grid-template-columns: minmax(150px, 0.4fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
  min-height: auto;
  padding: clamp(18px, 2.4vw, 26px);
}

.program-stack .program-grid h3,
.program-stack .program-grid p {
  margin: 0;
}

.program-stack .program-grid h3 {
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.12;
}

.program-stack .program-grid p {
  line-height: 1.55;
}

.incentives-tool {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  padding-block: clamp(28px, 5vw, 58px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.incentives-controls {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(220px, 1fr) minmax(0, 1.35fr) minmax(170px, 0.75fr);
  gap: 14px;
}

.incentives-status {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.incentives-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.incentive-card {
  display: grid;
  gap: 16px;
  min-height: 320px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 0%), rgba(69, 188, 235, 0.16), transparent 40%),
    var(--white);
}

.incentive-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.incentive-card-meta span {
  padding: 6px 9px;
  border: 1px solid rgba(69, 188, 235, 0.28);
  color: var(--brand-dark);
  background: var(--brand-mist);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.incentive-card p {
  color: var(--muted);
}

.incentive-card-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: auto;
}

.service-depth {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-depth article {
  min-height: 260px;
}

.comparison-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.comparison-table article,
.comparison-table > details {
  border-top: 0;
  border-left: 0;
}

.local-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.local-list li {
  padding: 16px 18px;
  border: 1px solid rgba(16, 18, 20, 0.1);
  background: rgba(255, 255, 255, 0.66);
}

.answer-authority {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(50px, 7vw, 92px);
  padding: clamp(34px, 5vw, 62px) 0;
  border-top: 1px solid rgba(16, 18, 20, 0.14);
  border-bottom: 1px solid rgba(16, 18, 20, 0.14);
}

.answer-authority h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(1.95rem, 3.7vw, 3.85rem);
  text-wrap: balance;
}

.answer-authority-grid {
  display: grid;
  gap: 1px;
  background: rgba(16, 18, 20, 0.12);
  border: 1px solid rgba(16, 18, 20, 0.12);
}

.answer-authority-grid article {
  display: grid;
  grid-template-columns: minmax(170px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  padding: clamp(20px, 3vw, 32px);
  background: #ffffff;
}

.answer-authority-grid article:first-child {
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.12), transparent 48%),
    var(--field);
}

.answer-authority-grid span {
  color: var(--brand-dark);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.answer-authority-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.coverage-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  margin-top: clamp(52px, 8vw, 104px);
  padding: clamp(28px, 5vw, 56px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 14%, rgba(69, 188, 235, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(4, 35, 56, 0.98), rgba(16, 18, 20, 0.99) 58%),
    var(--ink);
  border: 1px solid rgba(69, 188, 235, 0.22);
  box-shadow: 0 34px 90px rgba(6, 18, 28, 0.18);
}

.coverage-map::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 82%, transparent);
  opacity: 0.55;
}

.coverage-map::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--sun), var(--brand));
  transform-origin: left;
  animation: coverage-scan 5.8s var(--ease-premium) infinite;
}

.coverage-map-copy,
.us-pin-map {
  position: relative;
  z-index: 1;
}

.coverage-map h2 {
  max-width: 600px;
  color: var(--white);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
}

.coverage-map p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.04rem;
}

.coverage-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: clamp(22px, 4vw, 36px) 0 0;
}

.coverage-stats div {
  display: grid;
  gap: 2px;
  min-height: 96px;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.coverage-stats dt {
  color: var(--brand);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
}

.coverage-stats dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.us-pin-map {
  position: relative;
  min-height: clamp(340px, 42vw, 500px);
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 58% 56%, rgba(69, 188, 235, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(6, 18, 28, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.map-pin:hover span,
.map-pin:focus-visible span,
.map-pin.is-active span {
  background: var(--sun);
  box-shadow: 0 0 0 7px rgba(242, 194, 48, 0.22), 0 14px 28px rgba(0, 0, 0, 0.32);
}

.map-note {
  position: absolute;
  right: clamp(14px, 2vw, 24px);
  bottom: clamp(14px, 2vw, 24px);
  display: grid;
  gap: 7px;
  width: min(300px, calc(100% - 28px));
  padding: 14px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(16, 18, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(10px);
}

.map-note strong {
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1.2;
}

.map-note span {
  font-size: 0.86rem;
  line-height: 1.45;
}

.address-block {
  margin-top: 20px;
  color: var(--ink);
  font-style: normal;
  font-weight: 700;
}

.intro > p,
.brand-statement > p,
.quality-safety > p,
.careers-signal > p,
.turnkey > p,
.contact p {
  color: var(--muted);
  font-size: 1.08rem;
}

.brand-statement {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 0.96fr) minmax(360px, 1.04fr);
  gap: clamp(36px, 5.4vw, 76px);
  align-items: center;
  padding: clamp(66px, 9vw, 112px) 0 clamp(38px, 6vw, 82px);
  border-bottom: 1px solid rgba(16, 18, 20, 0.12);
}

.brand-statement h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 3.75vw, 4rem);
  line-height: 1.02;
  text-wrap: balance;
}

.brand-statement-media {
  display: grid;
  gap: clamp(24px, 3.5vw, 42px);
}

.brand-statement-media > p {
  max-width: 660px;
  margin: 0;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}

.brand-visual-card {
  position: relative;
  display: grid;
  min-height: clamp(260px, 27vw, 390px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 20, 0.14);
  border-radius: 6px;
  background: var(--ink);
  box-shadow: 0 30px 70px rgba(6, 18, 28, 0.16);
}

.brand-visual-card::before,
.brand-visual-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.brand-visual-card::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 18, 20, 0.5), rgba(16, 18, 20, 0.06) 48%, rgba(69, 188, 235, 0.16)),
    linear-gradient(180deg, transparent 55%, rgba(16, 18, 20, 0.7));
}

.brand-visual-card::after {
  right: 9%;
  bottom: 27%;
  left: 12%;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--sun), var(--brand));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 10px 26px rgba(69, 188, 235, 0.24);
}

.brand-visual-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.brand-visual-card figcaption {
  position: absolute;
  right: clamp(14px, 2.5vw, 24px);
  bottom: clamp(14px, 2.5vw, 24px);
  left: clamp(14px, 2.5vw, 24px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.brand-visual-card figcaption button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  appearance: none;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(16, 18, 20, 0.54);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(0.68rem, 0.9vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms var(--ease-premium);
}

.brand-visual-card figcaption button:hover,
.brand-visual-card figcaption button:focus-visible,
.brand-visual-card figcaption button[aria-pressed="true"] {
  border-color: rgba(105, 198, 237, 0.8);
  color: var(--ink);
  background: rgba(105, 198, 237, 0.94);
  transform: translateY(-2px);
}

.brand-visual-card figcaption button:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.delivery-lens-panel {
  position: absolute;
  top: clamp(14px, 2.5vw, 24px);
  left: clamp(14px, 2.5vw, 24px);
  z-index: 3;
  width: min(360px, calc(100% - 48px));
  padding: 16px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
  background: rgba(7, 11, 15, 0.7);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.delivery-lens-panel span {
  display: block;
  margin-bottom: 7px;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.delivery-lens-panel strong {
  display: block;
  color: var(--white);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.14;
}

.delivery-lens-panel p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.45;
}

@media (max-width: 700px) {
  .delivery-lens-panel {
    right: 14px;
    width: auto;
    padding: 14px 15px 15px;
  }

  .delivery-lens-panel p {
    font-size: 0.82rem;
  }

  .brand-visual-card figcaption {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-visual-card figcaption button {
    min-height: 42px;
  }
}

.buyer-routes {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(64px, 9vw, 112px) auto 0;
}

.buyer-routes .section-heading {
  margin-bottom: clamp(18px, 3vw, 30px);
}

.buyer-routes-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 18, 20, 0.18);
}

.buyer-routes-index a {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(20px, 2.6vw, 30px) clamp(16px, 2vw, 26px) clamp(24px, 3vw, 36px) 0;
  border-top: 2px solid transparent;
  margin-top: -1px;
  color: var(--ink);
  transition: border-color 200ms ease, color 200ms ease;
}

.buyer-routes-index a + a {
  padding-left: clamp(16px, 2vw, 26px);
  border-left: 1px solid rgba(16, 18, 20, 0.12);
}

.buyer-routes-index a:hover,
.buyer-routes-index a:focus-visible {
  border-top-color: var(--brand);
}

.buyer-routes-index span {
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.buyer-routes-index strong {
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(16, 18, 20, 0.78);
  transition: color 200ms ease;
}

.buyer-routes-index a:hover strong {
  color: var(--ink);
}

@media (max-width: 900px) {
  .buyer-routes-index {
    grid-template-columns: 1fr;
  }
  .buyer-routes-index a {
    padding: 18px 0 20px;
    border-top: 1px solid rgba(16, 18, 20, 0.12);
  }
  .buyer-routes-index a + a {
    padding-left: 0;
    border-left: 0;
  }
  .buyer-routes-index a:first-child {
    border-top: 2px solid transparent;
  }
}

.field-proof-wall {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(68px, 9vw, 118px) auto 0;
}

.field-proof-wall .section-heading {
  max-width: 860px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.field-proof-wall .section-intro {
  max-width: 760px;
}

.field-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(230px, 18vw);
  gap: 12px;
}

.field-proof-card {
  position: relative;
  display: grid;
  min-height: 230px;
  align-content: end;
  overflow: hidden;
  padding: clamp(18px, 2.4vw, 28px);
  color: var(--white);
  isolation: isolate;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(6, 18, 28, 0.16);
  transition: transform 220ms var(--ease-premium), box-shadow 220ms ease;
}

.field-proof-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 18, 28, 0.08), rgba(6, 18, 28, 0.82)),
    linear-gradient(135deg, rgba(69, 188, 235, 0.18), transparent 46%);
}

.field-proof-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 420ms var(--ease-premium), filter 220ms ease;
}

.field-proof-card:hover,
.field-proof-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 34px 84px rgba(6, 18, 28, 0.24);
}

.field-proof-card:hover img,
.field-proof-card:focus-visible img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.06);
}

.field-proof-card span {
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.field-proof-card strong {
  max-width: 13ch;
  font-size: clamp(1.35rem, 2.2vw, 2.35rem);
  line-height: 1.02;
}

.field-proof-large {
  grid-column: span 2;
  grid-row: span 2;
}

.field-proof-tall {
  grid-row: span 2;
}

.project-command {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: clamp(46px, 7vw, 88px);
  padding: clamp(34px, 5vw, 62px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.2), transparent 38%),
    linear-gradient(180deg, #12181c, #090d10);
  border: 1px solid rgba(69, 188, 235, 0.24);
  box-shadow: 0 34px 90px rgba(6, 18, 28, 0.18);
  isolation: isolate;
}

.project-command::before,
.project-command::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.project-command::before {
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.34;
  animation: grid-drift 36s linear infinite;
}

.project-command::after {
  right: -9%;
  top: 12%;
  z-index: -1;
  width: min(44vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(69, 188, 235, 0.24);
  background: radial-gradient(circle at 42% 38%, rgba(69, 188, 235, 0.2), transparent 58%);
  transform: rotate(16deg);
}

.command-copy h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(2rem, 3.65vw, 3.85rem);
  text-wrap: balance;
}

.command-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.03rem, 1.45vw, 1.16rem);
  line-height: 1.66;
}

.command-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.command-tags button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 7px 11px;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms var(--ease-premium);
}

.command-tags button:hover,
.command-tags button:focus-visible,
.command-tags button[aria-pressed="true"] {
  border-color: rgba(105, 198, 237, 0.76);
  color: var(--ink);
  background: rgba(105, 198, 237, 0.94);
  transform: translateY(-2px);
}

.command-tags button:focus-visible,
.map-node:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.command-console {
  position: relative;
  display: grid;
  gap: 12px;
  padding: clamp(16px, 2.1vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 30px 72px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
}

.console-topline,
.console-feed article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.console-topline {
  grid-template-columns: 1fr auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.console-topline strong {
  color: var(--brand);
}

.console-map {
  position: relative;
  min-height: clamp(270px, 24vw, 330px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.08), transparent 44%),
    rgba(6, 10, 14, 0.72);
}

.console-map::before,
.console-map::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.console-map::before {
  inset: 52% 12% auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand), var(--sun), var(--brand), transparent);
  animation: command-pulse 4.8s var(--ease-premium) infinite;
}

.console-map::after {
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: skewX(-12deg);
}

.map-node {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  min-width: 86px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 1px solid rgba(69, 188, 235, 0.42);
  background: rgba(10, 15, 19, 0.88);
  color: var(--white);
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 18px 42px rgba(6, 18, 28, 0.28);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms var(--ease-premium), box-shadow 180ms ease;
}

.map-node:hover,
.map-node:focus-visible,
.map-node.is-active {
  border-color: rgba(105, 198, 237, 0.9);
  color: var(--ink);
  background: rgba(105, 198, 237, 0.95);
  box-shadow: 0 22px 54px rgba(69, 188, 235, 0.24);
  transform: translateY(-2px);
}

.map-node-utility {
  left: 9%;
  top: 22%;
}

.map-node-gear {
  /* Interim: was 37%/49%, which collided with the status card overlay
     anchored bottom-left. Full console redesign lands in Phase 2. */
  left: 50%;
  top: 32%;
}

.map-node-field {
  right: 12%;
  top: 28%;
}

.map-node-activate {
  right: 18%;
  bottom: 16%;
  border-color: rgba(242, 194, 48, 0.58);
}

.model-status-card {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  width: min(310px, calc(100% - 36px));
  padding: 14px 15px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 10, 14, 0.72);
  color: var(--white);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.model-status-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--brand);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.model-status-card strong {
  display: block;
  color: var(--white);
  font-size: clamp(0.98rem, 1.35vw, 1.16rem);
  line-height: 1.14;
}

.model-status-card p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  line-height: 1.42;
}

.console-feed {
  display: grid;
  gap: 8px;
}

.console-feed article {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 8px 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms var(--ease-premium);
}

.console-feed article.is-active {
  border-color: rgba(69, 188, 235, 0.36);
  background: rgba(69, 188, 235, 0.08);
  transform: translateY(-2px);
}

.console-feed span {
  grid-row: 1 / span 2;
  color: var(--brand);
  font-weight: 700;
}

.console-feed strong {
  display: block;
  grid-column: 2;
  margin-bottom: 4px;
  color: var(--white);
  line-height: 1.18;
}

.console-feed p {
  grid-column: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.42;
}

@keyframes command-pulse {
  0%,
  100% {
    opacity: 0.48;
    transform: scaleX(0.8);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes command-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}





.focus-lines {
  display: grid;
  gap: 0;
  margin-top: 0;
}

.focus-lines a {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(18px, 4vw, 64px);
  align-items: start;
  padding: clamp(22px, 4vw, 38px) 0;
  border-bottom: 1px solid rgba(16, 18, 20, 0.11);
  color: inherit;
}

.focus-lines span {
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.focus-lines strong {
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(1.18rem, 2.1vw, 1.75rem);
  line-height: 1.18;
}

.focus-lines a:hover strong {
  color: var(--brand-dark);
}

.proof-link::after,
.industry-list-clean .market-card article::before {
  content: ">";
  align-self: end;
  width: 28px;
  height: 28px;
  margin-top: 22px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(16, 18, 20, 0.16);
  border-radius: 999px;
  color: var(--brand-dark);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.industry-list-clean .market-card,
.industry-list-clean .market-card article {
  height: 100%;
}

.industry-list-clean .market-card article {
  padding-bottom: 70px;
}

.industry-list-clean .market-card article::before {
  position: absolute;
  bottom: 24px;
  left: clamp(22px, 3vw, 34px);
  margin-top: 0;
}

.proof-link:hover::after,
.industry-list-clean .market-card:hover article::before {
  border-color: rgba(69, 188, 235, 0.34);
  background: var(--brand-soft);
  transform: translateX(3px);
}

.delivery-path,
.proof-hub,
.contact-next {
  margin-top: clamp(46px, 7vw, 86px);
}

.delivery-path .section-intro {
  color: var(--muted);
}

.delivery-path ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  margin: clamp(28px, 4vw, 44px) 0 0;
  padding: 0;
  list-style: none;
}

.delivery-path li {
  position: relative;
  display: grid;
  min-height: 218px;
  align-content: start;
  padding: clamp(30px, 3.4vw, 42px);
  border: 1px solid rgba(16, 18, 20, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(16, 18, 20, 0.06);
}

.delivery-path li::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(30px, 3.4vw, 42px);
  width: 76px;
  height: 3px;
  border: 0;
  background: linear-gradient(90deg, var(--brand), var(--brand-dark));
  box-shadow: none;
}

.delivery-path li > a {
  display: grid;
  min-height: 100%;
  align-content: start;
  padding: 28px 28px 30px 0;
  transition: background 180ms ease, box-shadow 220ms ease, transform 220ms var(--ease-premium);
}

.delivery-path li > a:hover,
.delivery-path li > a:focus-visible {
  background: linear-gradient(135deg, rgba(69, 188, 235, 0.08), rgba(255, 255, 255, 0));
  box-shadow: inset 0 -2px 0 var(--brand);
  transform: translateY(-2px);
}

.delivery-path li span,
.proof-hub-grid article span {
  display: block;
  margin-bottom: clamp(26px, 3vw, 36px);
  color: var(--brand-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.delivery-path li strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(1.12rem, 1.6vw, 1.28rem);
  line-height: 1.16;
}

.delivery-path li p,
.proof-hub-grid article p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.delivery-path li em,
.proof-hub-card em {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(69, 188, 235, 0.42);
  text-underline-offset: 5px;
}

.delivery-path.compact {
  margin-top: clamp(30px, 5vw, 58px);
}

.proof-hub-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.94fr 0.94fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.proof-hub-card {
  display: block;
  min-height: 100%;
  background: var(--white);
  transition: box-shadow 220ms ease, transform 220ms var(--ease-premium);
}

.proof-hub-card:hover,
.proof-hub-card:focus-visible {
  z-index: 1;
  box-shadow: 0 26px 60px rgba(6, 18, 28, 0.14);
  transform: translateY(-3px);
}

.proof-hub-grid article {
  display: grid;
  min-height: 248px;
  align-content: start;
  padding: clamp(26px, 3.6vw, 40px);
  background: var(--white);
}

.proof-hub-card:first-child article {
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.12), transparent 52%),
    var(--field);
}

.proof-hub-grid h3 {
  max-width: 34rem;
  font-size: clamp(1.32rem, 2.05vw, 1.85rem);
  line-height: 1.08;
}

.contact-next {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: clamp(30px, 5vw, 58px);
  background: var(--ink);
  color: var(--white);
}

.contact-next .section-heading {
  margin-bottom: 0;
}

.contact-next h2 {
  color: var(--white);
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
}

.services,
.industries,
.faq,
.process {
  padding: clamp(72px, 9vw, 120px) 0;
}

.decision-band {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(62px, 8vw, 104px) auto 0;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  padding: clamp(34px, 5vw, 62px);
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 93, 143, 0.42), transparent 38%),
    var(--ink);
  color: var(--white);
  isolation: isolate;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
}

.decision-band::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(69, 188, 235, 0.18), transparent 38%),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  opacity: 0.64;
}

.decision-band h2 {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.decision-list {
  display: grid;
  gap: 12px;
}

.decision-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

.decision-list strong {
  color: var(--brand);
  font-weight: 700;
}

.decision-list span {
  color: rgba(255, 255, 255, 0.82);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.market-proof-wall {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 18px;
  margin-bottom: 18px;
}

.market-proof-wall figure {
  position: relative;
  min-height: clamp(330px, 34vw, 520px);
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%);
  isolation: isolate;
}

.market-proof-wall figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(115deg, rgba(6, 10, 14, 0.86), rgba(6, 10, 14, 0.18) 54%, rgba(6, 10, 14, 0.68)),
    linear-gradient(135deg, transparent 55%, rgba(69, 188, 235, 0.24) 55.2%, transparent 74%);
  pointer-events: none;
}

.market-proof-wall figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.38;
  pointer-events: none;
}

.market-proof-wall img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.035);
  transition: transform 700ms var(--ease-premium);
}

.market-proof-wall figure:hover img {
  transform: scale(1.08);
}

.market-proof-wall figcaption {
  position: absolute;
  right: clamp(20px, 4vw, 46px);
  bottom: clamp(22px, 4vw, 46px);
  left: clamp(20px, 4vw, 46px);
  z-index: 3;
  display: grid;
  gap: 12px;
  max-width: 680px;
}

.market-proof-wall span {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.market-proof-wall strong {
  max-width: 19ch;
  color: var(--white);
  font-size: clamp(1.55rem, 2.9vw, 3rem);
  line-height: 1.02;
}

.market-proof-wall figure:not(.market-proof-main) strong {
  font-size: clamp(1.25rem, 2vw, 2rem);
}

.service-grid,
.industry-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-list {
  grid-template-columns: 1fr;
  border-top-color: rgba(16, 18, 20, 0.16);
  border-left: 0;
}

.service-list .service-link-card {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(16, 18, 20, 0.12);
}

.service-list article {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) 70px minmax(180px, 0.32fr) minmax(0, 0.34fr);
  gap: clamp(16px, 4vw, 48px);
  align-items: center;
  min-height: auto;
  padding: clamp(24px, 4vw, 44px) 0;
  border-right: 0;
  border-bottom: 0;
  background: transparent;
}

.service-list article:hover {
  background: transparent;
  box-shadow: none;
  transform: translateX(4px);
}

.service-list article::after {
  display: none;
}

.service-list figure {
  position: relative;
  height: clamp(145px, 18vw, 210px);
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 88% 100%, 0 100%);
}

.service-list figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.16), transparent 42%),
    linear-gradient(0deg, rgba(6, 10, 14, 0.28), transparent 48%);
  pointer-events: none;
}

.service-list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 520ms var(--ease-premium);
}

.service-list article:hover figure img {
  transform: scale(1.1);
}

.service-list span {
  margin-bottom: 0;
}

.service-list h3 {
  margin-bottom: 0;
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
}

.service-list p {
  max-width: 660px;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.58;
}

.operating-model {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(64px, 9vw, 118px);
  padding: clamp(34px, 5vw, 58px) 0;
  border-top: 1px solid rgba(16, 18, 20, 0.14);
  border-bottom: 1px solid rgba(16, 18, 20, 0.14);
}

.operating-model h2 {
  max-width: 700px;
}

.operating-model > div:first-child p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.model-steps {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16, 18, 20, 0.12);
}

.model-steps article {
  display: grid;
  grid-template-columns: minmax(136px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(18px, 2.6vw, 34px);
  padding: clamp(22px, 3.5vw, 36px) 0;
  border-bottom: 1px solid rgba(16, 18, 20, 0.12);
}

.model-steps span {
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.model-steps h3 {
  margin-bottom: 10px;
}

.model-steps p {
  grid-column: 2;
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.service-grid article,
.industry-list article,
.industry-list > details,
.process-steps article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition: background 220ms ease, box-shadow 260ms ease, transform 260ms var(--ease-premium);
}

.service-grid article::after,
.industry-list article::after,
.industry-list > details::after,
.process-steps article::after,
.detail-grid article::after,
.matrix-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 0%), rgba(69, 188, 235, 0.13), transparent 34%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.service-grid article:hover,
.industry-list article:hover,
.industry-list > details:hover,
.process-steps article:hover,
.detail-grid article:hover,
.matrix-grid article:hover {
  background: #fbfcf8;
  box-shadow: 0 18px 44px rgba(16, 18, 20, 0.08);
  transform: translateY(-3px);
}

.service-grid article:hover::after,
.industry-list article:hover::after,
.industry-list > details:hover::after,
.process-steps article:hover::after,
.detail-grid article:hover::after,
.matrix-grid article:hover::after {
  opacity: 1;
}

.service-grid span,
.process-steps span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(69, 188, 235, 0.36);
  border-radius: 999px;
  color: var(--brand-dark);
  background: rgba(69, 188, 235, 0.12);
  box-shadow: 0 14px 34px rgba(69, 188, 235, 0.14);
  font-size: 0.86rem;
  font-weight: 700;
}

.service-grid article:nth-child(even) span,
.process-steps article:nth-child(even) span {
  border-color: rgba(242, 194, 48, 0.44);
  color: #8a6800;
  background: rgba(242, 194, 48, 0.16);
  box-shadow: 0 14px 34px rgba(242, 194, 48, 0.12);
}

.service-grid p,
.industry-list p,
.process-steps p {
  color: var(--muted);
}

.faq {
  scroll-margin-top: 92px;
  margin-top: clamp(18px, 4vw, 42px);
  padding: clamp(42px, 6vw, 78px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0)),
    linear-gradient(115deg, rgba(69, 188, 235, 0.16), transparent 40%),
    var(--ink);
  color: var(--white);
  box-shadow: 0 34px 90px rgba(16, 18, 20, 0.16);
  isolation: isolate;
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.46fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: 24px;
}

.faq .section-heading {
  margin-bottom: 0;
}

.faq h2 {
  max-width: 680px;
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(2rem, 3.7vw, 3.65rem);
}

.section-intro {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
}

.faq-note {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.faq-note strong {
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-note span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.faq-list {
  display: grid;
  gap: 8px;
  max-height: min(590px, 72vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 6px;
  scrollbar-color: rgba(69, 188, 235, 0.65) rgba(255, 255, 255, 0.12);
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.faq-list details:hover {
  border-color: rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}

.faq-list details[open] {
  border-color: rgba(69, 188, 235, 0.42);
  background: rgba(255, 255, 255, 0.095);
  box-shadow: inset 3px 0 0 var(--brand);
}

.faq-list summary {
  display: grid;
  min-height: 66px;
  grid-template-columns: 1fr 34px;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  color: var(--white);
  cursor: pointer;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  font-weight: 700;
  line-height: 1.18;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ink);
  background: var(--brand);
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary::after {
  content: "-";
  transform: rotate(180deg);
  background: var(--sun);
}

.faq-list p {
  max-width: 840px;
  margin: -2px 0 0;
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.6;
}

.quality-safety,
.careers-signal {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: clamp(60px, 8vw, 104px);
  padding: clamp(38px, 5vw, 64px) 0;
  border-top: 1px solid rgba(16, 18, 20, 0.16);
  border-bottom: 1px solid rgba(16, 18, 20, 0.16);
}

.quality-safety h2,
.careers-signal h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(1.95rem, 3.7vw, 3.75rem);
}

.quality-safety > p,
.careers-signal > p {
  max-width: 620px;
  margin: 0;
  line-height: 1.62;
}

.quality-safety .program-grid,
.careers-signal .program-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.quality-safety .program-grid article,
.careers-signal .program-grid article {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
  min-height: auto;
  padding: clamp(18px, 2.4vw, 26px);
  background: linear-gradient(135deg, rgba(69, 188, 235, 0.06), rgba(255, 255, 255, 0.78));
}

.quality-safety .program-grid h3,
.careers-signal .program-grid h3,
.quality-safety .program-grid p,
.careers-signal .program-grid p {
  margin: 0;
}

.quality-safety .program-grid h3,
.careers-signal .program-grid h3 {
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.12;
}

.quality-safety .program-grid p,
.careers-signal .program-grid p {
  line-height: 1.55;
}

.service-feature-grid .eyebrow {
  color: var(--brand);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}

.service-feature-grid p:not(.eyebrow) {
  max-width: 54ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.78);
}

.project-story p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.command-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.capability-matrix {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(58px, 8vw, 96px) auto 0;
}

.matrix-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.matrix-grid article {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(240, 242, 235, 0.92)),
    var(--field);
  transition: background 220ms ease, box-shadow 260ms ease, transform 260ms var(--ease-premium);
}

.matrix-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(69, 188, 235, 0.36);
  border-radius: 999px;
  color: var(--brand-dark);
  background: rgba(69, 188, 235, 0.12);
  font-size: 0.82rem;
  font-weight: 700;
}

.matrix-grid p {
  color: var(--muted);
}

.case-study-strip {
  width: min(1440px, calc(100% - 18px));
  margin: clamp(70px, 9vw, 120px) auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 650px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.case-media {
  min-height: 460px;
  background:
    radial-gradient(ellipse at 76% 14%, rgba(69, 188, 235, 0.16), transparent 48%),
    linear-gradient(160deg, #0a1016, #0d1319 60%, #0b141b);
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.06);
  will-change: transform;
}

.case-content {
  align-self: center;
  padding: clamp(34px, 5vw, 72px);
}

.case-content h2 {
  color: var(--white);
}

.case-content p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.case-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.case-points span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  background: rgba(8, 12, 10, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
}

.ev-command,
.ev-proof-band,
.ev-blueprint,
.ev-value,
.ev-stack,
.ev-dark,
.ev-equipment {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.ev-command {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  padding: clamp(72px, 10vw, 132px) 0;
  border-bottom: 1px solid var(--line);
}

.ev-command-copy p:not(.eyebrow),
.ev-equipment .section-intro.light {
  color: var(--muted);
  font-size: 1.08rem;
}

.ev-command-panel {
  position: relative;
  display: grid;
  gap: 12px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(16, 18, 20, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(240, 242, 235, 0.82)),
    var(--field);
  box-shadow: 0 24px 70px rgba(16, 18, 20, 0.08);
}

.ev-command-panel article,
.ev-risk-list article {
  display: grid;
  grid-template-columns: minmax(128px, 0.4fr) 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(16, 18, 20, 0.09);
  background: rgba(255, 255, 255, 0.7);
}

.ev-command-panel strong {
  color: var(--brand-dark);
  font-size: 1.05rem;
}

.ev-command-panel span,
.ev-risk-list span {
  color: var(--muted);
}

.ev-proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(34px, 5vw, 64px);
  border: 1px solid var(--line);
}

.ev-proof-band div {
  min-height: 126px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.ev-proof-band div:last-child {
  border-right: 0;
}

.ev-proof-band strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.ev-proof-band span {
  color: var(--muted);
}

.ev-blueprint {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: clamp(34px, 5vw, 68px);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(16, 18, 20, 0.09);
  background:
    radial-gradient(circle at 14% 20%, rgba(242, 194, 48, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(240, 242, 235, 0.9)),
    var(--field);
  box-shadow: 0 28px 80px rgba(16, 18, 20, 0.08);
  overflow: hidden;
}

.ev-blueprint p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.ev-blueprint-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ev-blueprint-flow::before {
  content: "";
  position: absolute;
  inset: 50% 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(69, 188, 235, 0.58), transparent);
  transform: translateY(-50%);
}

.ev-blueprint-flow a {
  position: relative;
  display: grid;
  min-height: 104px;
  place-items: center;
  padding: 18px 12px;
  border: 1px solid rgba(16, 18, 20, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: var(--brand-dark);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 260ms var(--ease-premium), border-color 220ms ease, background 220ms ease;
}

.ev-blueprint-flow a:hover {
  border-color: rgba(69, 188, 235, 0.34);
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-3px);
}

.ev-value,
.ev-stack,
.ev-equipment {
  padding: clamp(72px, 9vw, 122px) 0 0;
}

.ev-value-grid,
.ev-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.ev-value-grid article,
.ev-value-grid > details,
.ev-process-steps article {
  position: relative;
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
  transition: background 220ms ease, box-shadow 260ms ease, transform 260ms var(--ease-premium);
}

.ev-value-grid article:hover,
.ev-value-grid > details:hover,
.ev-process-steps article:hover {
  background: #fbfcf8;
  box-shadow: 0 18px 44px rgba(16, 18, 20, 0.08);
  transform: translateY(-3px);
}

.ev-value-grid span,
.ev-process-steps span {
  display: block;
  margin-bottom: 24px;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
}

.ev-value-grid p,
.ev-process-steps p {
  color: var(--muted);
}

.ev-dark {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(72px, 9vw, 122px);
  padding: clamp(34px, 5vw, 64px);
  background:
    linear-gradient(120deg, rgba(69, 188, 235, 0.16), transparent 38%),
    var(--ink);
  color: var(--white);
}

.ev-dark h2 {
  color: var(--white);
}

.ev-dark p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.ev-risk-list {
  display: grid;
  gap: 10px;
}

.ev-risk-list article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.ev-risk-list strong {
  color: var(--brand);
}

.ev-risk-list span {
  color: rgba(255, 255, 255, 0.76);
}

.ev-logo-marquee {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(16, 18, 20, 0.11);
  background:
    linear-gradient(90deg, rgba(16, 18, 20, 0.98), rgba(23, 29, 26, 0.95)),
    var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 70px rgba(16, 18, 20, 0.1);
}

.ev-logo-marquee::before,
.ev-logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(24px, 5vw, 68px);
  pointer-events: none;
}

.ev-logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(16, 18, 20, 0.88), rgba(16, 18, 20, 0));
}

.ev-logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(16, 18, 20, 0.88), rgba(16, 18, 20, 0));
}

.ev-logo-reel {
  display: flex;
  width: max-content;
  gap: 14px;
  will-change: transform;
  animation: logo-marquee 46s linear infinite;
}

.ev-logo-track {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  min-width: max-content;
}

.ev-logo-marquee:hover .ev-logo-reel {
  animation-play-state: paused;
}

.ev-logo-card {
  display: grid;
  min-width: clamp(152px, 16vw, 210px);
  height: 88px;
  place-items: center;
  margin: 0;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 240, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ev-logo-card img {
  width: 100%;
  max-width: 150px;
  max-height: 42px;
  object-fit: contain;
}

.ev-logo-card img[src$="tesla.svg"] {
  max-height: 50px;
}

.ev-logo-card img[src$="blink.svg"] {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.blink-logo {
  background:
    linear-gradient(135deg, rgba(13, 20, 22, 0.98), rgba(30, 48, 48, 0.94));
  border-color: rgba(255, 255, 255, 0.16);
}

.charge-rigs-logo {
  grid-template-columns: auto 1fr;
  gap: 10px;
  justify-items: start;
}

.charge-rigs-logo img {
  width: 34px;
  height: 34px;
}

.charge-rigs-logo figcaption {
  color: #1e5a8a;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.ev-logo-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.fleet-command,
.fleet-proof-media,
.fleet-decision-system,
.fleet-path,
.fleet-scenarios,
.fleet-closeout,
.shop-quote-close {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.fleet-command {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(72px, 10vw, 132px) 0 clamp(54px, 8vw, 98px);
  border-bottom: 1px solid var(--line);
}

.fleet-command-copy p:not(.eyebrow),
.fleet-proof-media p:not(.eyebrow),
.fleet-path p,
.fleet-closeout p,
.shop-quote-close p {
  color: var(--muted);
  font-size: 1.06rem;
}

.fleet-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  padding: 1px;
  background: rgba(16, 18, 20, 0.1);
}

.fleet-kpi-row div {
  min-height: 142px;
  padding: 20px;
  background: var(--white);
}

.fleet-kpi-row strong,
.fleet-board-header span,
.fleet-board-list span,
.fleet-decision-grid span,
.fleet-path-steps span,
.fleet-scenario-grid span,
.shop-quote-checklist span {
  display: block;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fleet-kpi-row span,
.fleet-board-list strong,
.fleet-decision-grid p,
.fleet-path-steps p,
.fleet-scenario-grid p,
.shop-quote-checklist p {
  color: var(--muted);
}

.fleet-ops-board {
  position: relative;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(16, 18, 20, 0.12);
  background:
    linear-gradient(135deg, rgba(16, 18, 20, 0.96), rgba(23, 29, 26, 0.94)),
    var(--ink);
  color: var(--white);
  box-shadow: 0 30px 90px rgba(6, 18, 28, 0.18);
  overflow: hidden;
}

.fleet-ops-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(69, 188, 235, 0.16), transparent 42%);
  pointer-events: none;
}

.fleet-ops-board > * {
  position: relative;
}

.fleet-board-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.fleet-board-header strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.fleet-board-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.fleet-board-metrics article {
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.fleet-board-metrics span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

.fleet-board-metrics strong {
  display: block;
  margin: 18px 0 6px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.fleet-board-metrics small,
.fleet-board-list strong {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.fleet-board-list {
  display: grid;
  gap: 8px;
}

.fleet-board-list div {
  display: grid;
  grid-template-columns: minmax(128px, 0.38fr) 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fleet-proof-media {
  display: grid;
  grid-template-columns: minmax(360px, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(62px, 9vw, 116px) 0 0;
}

.fleet-proof-media figure {
  position: relative;
  min-height: clamp(380px, 48vw, 620px);
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.fleet-proof-media img,
.fleet-scenario-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fleet-proof-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(6, 18, 28, 0.76);
  font-size: 0.92rem;
  line-height: 1.45;
}

.fleet-decision-system,
.fleet-path,
.fleet-scenarios {
  padding: clamp(72px, 9vw, 122px) 0 0;
}

.fleet-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(16, 18, 20, 0.1);
}

.fleet-decision-grid article,
.shop-quote-checklist article {
  min-height: 250px;
  padding: clamp(22px, 3vw, 32px);
  background: var(--white);
  transition: background 220ms ease, box-shadow 240ms ease, transform 240ms var(--ease-premium);
}

.fleet-decision-grid article:hover,
.shop-quote-checklist article:hover {
  background: #fbfcf8;
  box-shadow: 0 20px 46px rgba(6, 18, 28, 0.09);
  transform: translateY(-2px);
}

.fleet-decision-grid h3 {
  margin-top: 20px;
  font-size: clamp(1.25rem, 1.9vw, 1.75rem);
  line-height: 1.08;
}

.fleet-path {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.fleet-path-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fleet-path-steps li {
  display: grid;
  grid-template-columns: 62px minmax(124px, 0.3fr) 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(16, 18, 20, 0.1);
  background: rgba(255, 255, 255, 0.9);
}

.fleet-path-steps strong {
  color: var(--brand-dark);
  font-size: 1.02rem;
}

.fleet-path-steps p {
  margin: 0;
  font-size: 0.98rem;
}

.fleet-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fleet-scenario-grid article {
  display: grid;
  grid-template-rows: 240px 1fr;
  border: 1px solid rgba(16, 18, 20, 0.1);
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(16, 18, 20, 0.07);
}

.fleet-scenario-grid div {
  padding: clamp(20px, 3vw, 28px);
}

.fleet-scenario-grid h3 {
  margin: 12px 0 10px;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.1;
}

.fleet-closeout,
.shop-quote-close {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  gap: clamp(26px, 5vw, 66px);
  align-items: center;
  margin-top: clamp(72px, 9vw, 122px);
  margin-bottom: clamp(34px, 4vw, 54px);
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid rgba(16, 18, 20, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.12), transparent 48%),
    var(--field);
}

.fleet-closeout-actions,
.shop-quote-checklist {
  display: grid;
  gap: 12px;
}

.shop-quote-close {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(242, 194, 48, 0.13), transparent 46%),
    var(--field);
}

.shop-quote-close .hero-actions {
  margin-top: 24px;
}

.shop-quote-checklist article {
  min-height: auto;
  border: 1px solid rgba(16, 18, 20, 0.09);
}

.shop-quote-checklist strong {
  display: block;
  margin: 14px 0 6px;
  color: var(--brand-dark);
}

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

  to {
    transform: translate3d(calc(-50% - 7px), 0, 0);
  }
}

@keyframes pin-ripple {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.68);
  }

  18% {
    opacity: 0.9;
  }

  72% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes route-pulse {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -30;
  }
}

@keyframes coverage-scan {
  0% {
    transform: scaleX(0);
    opacity: 0.72;
  }

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

  100% {
    transform: scaleX(1);
    opacity: 0.42;
  }
}

.contact {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 6vw, 80px);
  padding: clamp(76px, 10vw, 128px) 0;
}

.contact-compact {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: clamp(42px, 6vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--field);
}

.contact-compact h2 {
  max-width: 720px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.contact-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.page-contact {
  padding-top: clamp(76px, 10vw, 130px);
}

.page-contact h1 {
  color: var(--ink);
  /* Narrow split column: the global display clamp breaks into 1-2 words
     per line here. Cap it so the headline reads as sentences. */
  font-size: clamp(2.3rem, 3.2vw, 3.4rem);
  line-height: 1.05;
}

.contact-card {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0)),
    var(--field);
  box-shadow: 0 18px 42px rgba(16, 18, 20, 0.06);
}

.contact-checklist {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.contact-fast-path {
  margin-top: 24px;
}

.contact-checklist li {
  position: relative;
  padding-left: 24px;
}

.contact-checklist li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--brand);
}

.contact-card strong,
.contact-card a {
  display: block;
}

.contact-card a {
  margin-top: 6px;
  color: var(--brand-dark);
  font-weight: 700;
}

form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: #30363b;
  font-size: 0.9rem;
  font-weight: 700;
}

.field-note {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bfc6bd;
  border-radius: 4px;
  padding: 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

input:hover,
select:hover,
textarea:hover {
  border-color: #96a091;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(69, 188, 235, 0.14);
  transform: translateY(-1px);
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

form button {
  width: fit-content;
  cursor: pointer;
}

.form-status {
  align-self: center;
  margin: 0;
  color: var(--brand-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

footer {
  display: grid;
  grid-template-columns: minmax(190px, auto) minmax(150px, 0.55fr) minmax(360px, 1.35fr) minmax(230px, auto);
  align-items: center;
  gap: clamp(24px, 3.2vw, 42px);
  padding: 30px 0 36px;
  color: rgba(255, 255, 255, 0.62);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0;
}

.footer-address {
  max-width: 170px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: var(--muted);
  font-size: 0.82rem;
}

footer a {
  display: block;
  color: var(--ink);
}

footer > a[href^="mailto:"] {
  justify-self: end;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .audience-priority-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-priority-grid a:first-child,
  .audience-priority-grid a:nth-child(2) {
    grid-column: auto;
  }

  .field-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(220px, 34vw);
  }

  .main-nav {
    align-items: center;
    gap: 18px;
    min-height: 60px;
    padding-block: 8px;
  }

  .header-compact .main-nav {
    min-height: 52px;
    padding-block: 6px;
  }

  .utility-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-block: 8px;
  }

  .main-nav nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 16px;
    overflow-x: visible;
    padding-bottom: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-menu {
    right: 0;
    left: auto;
    transform: translateY(8px);
  }

  .has-menu:hover .nav-menu,
  .has-menu:focus-within .nav-menu {
    transform: translateY(0);
  }

  .main-nav nav::-webkit-scrollbar {
    display: none;
  }

  .hero-content {
    padding-top: 86px;
  }

	  .brand-statement,
	  .buyer-routes,
	  .focus-lines a,
  .proof-strip,
  .proof-anchors,
  .proof-hub-grid,
	  .delivery-path ol,
	  .operating-model,
	  .model-steps article,
  .intro,
  .split-section,
  .values-grid,
  .detail-grid,
  .market-showcase,
  .market-proof-wall,
	  .decision-band,
	  .quality-safety,
	  .careers-signal,
  .command-center,
  .ev-command,
  .ev-blueprint,
  .ev-dark,
  .matrix-grid,
  .case-study-strip,
  .service-feature-grid,
  .turnkey,
  .service-area,
  .contact,
  .contact-next,
  .seo-panel,
  .local-authority,
  .coverage-map,
  .program-stack,
  .incentives-controls,
	  .service-depth {
	    grid-template-columns: 1fr;
	  }

	  .buyer-routes a {
	    min-height: auto;
	    border-left: 0;
	    border-top: 1px solid rgba(16, 18, 20, 0.1);
	  }

  .model-steps p {
    grid-column: 1;
  }

	  .buyer-routes a:first-child {
	    border-top: 0;
	  }

  .service-grid,
  .service-list article,
  .industry-list,
  .process-steps,
  .ev-value-grid,
  .ev-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .answer-grid,
  .scope-grid,
  .program-grid,
  .incentives-grid,
  .comparison-table {
    grid-template-columns: 1fr;
  }

  .quality-safety .program-grid article,
  .careers-signal .program-grid article,
  .program-stack .program-grid article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .coverage-map {
    align-items: start;
  }

  .us-pin-map {
    min-height: clamp(300px, 76vw, 420px);
  }

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

  .case-study-strip {
    min-height: auto;
  }

  .case-media {
    min-height: 420px;
  }

  .image-page-hero {
    min-height: 480px;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: sticky;
  }

  .utility-nav {
    display: none;
  }

  .main-nav {
    position: relative;
    gap: 10px;
    min-height: 54px;
    padding-block: 6px;
  }

  .brand img,
  .footer-brand img {
    width: 150px;
  }

  .brand {
    flex: 1 1 auto;
    width: auto;
    min-height: 40px;
    min-width: 0;
    max-width: fit-content;
    padding: 8px 10px;
  }

  .brand img {
    width: 112px;
  }

  .header-compact .brand {
    min-height: 38px;
  }

  .header-compact .brand img {
    width: 104px;
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 auto;
  }

  .main-nav nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    border: 0 solid rgba(16, 18, 20, 0.08);
    background: var(--white);
    box-shadow: 0 22px 42px rgba(16, 18, 20, 0.12);
    color: var(--ink);
    font-size: 0.86rem;
    opacity: 0;
    transition: max-height 220ms ease, opacity 180ms ease, border-width 180ms ease;
  }

  .nav-open .main-nav nav {
    max-height: 340px;
    border-width: 1px;
    opacity: 1;
  }

  .main-nav nav a {
    min-height: 46px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(16, 18, 20, 0.08);
    color: var(--ink);
  }

  .main-nav nav a:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(16, 18, 20, 0.08);
  }

  .main-nav nav a:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .main-nav nav a:nth-last-child(2) {
    border-bottom: 0;
  }

  .main-nav nav a[aria-current="page"]::after {
    display: none;
  }

  .page-hero {
    padding-top: clamp(44px, 12vw, 68px);
    padding-bottom: clamp(42px, 10vw, 62px);
  }

  .image-page-hero {
    min-height: 420px;
  }

  .split-section,
	  .services,
	  .operating-model,
	  .industries,
	  .quality-safety,
	  .careers-signal,
  .faq,
  .process,
  .turnkey,
  .service-area,
  .contact {
    padding-top: clamp(38px, 10vw, 56px);
    padding-bottom: clamp(38px, 10vw, 56px);
  }

  .market-showcase {
    gap: 14px;
    padding-bottom: 42px;
  }

  .market-showcase img {
    height: 190px;
  }

  .market-proof-wall {
    gap: 12px;
  }

  .market-proof-wall figure {
    min-height: 320px;
  }

  .market-proof-wall strong,
  .market-proof-wall figure:not(.market-proof-main) strong {
    max-width: 22ch;
    font-size: clamp(1.35rem, 7.2vw, 2rem);
  }

  .market-showcase h2,
  .market-showcase p {
    padding-inline: 20px;
  }

  .market-showcase h2 {
    padding-top: 20px;
    font-size: 1.35rem;
  }

  .market-showcase p {
    padding-bottom: 24px;
  }

  .case-study-strip {
    margin-top: 28px;
    margin-bottom: 42px;
  }

  .case-media {
    min-height: 260px;
  }

  .faq {
    width: calc(100% - 18px);
    padding: 28px 18px;
  }

  .faq-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
  }

  .faq h2 {
    font-size: clamp(1.85rem, 8.8vw, 2.25rem);
  }

  .section-intro {
    font-size: 0.94rem;
  }

  .faq-note {
    padding: 16px;
  }

  .faq-list {
    max-height: min(470px, 58vh);
  }

  .decision-band {
    gap: 22px;
    margin-top: 42px;
    padding: 28px 18px;
  }

  .decision-list article {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .case-content {
    padding: 28px 20px 32px;
  }

  .page-list-heading {
    margin-bottom: 18px;
  }

  .service-grid,
  .industry-list,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-list.page-list {
    grid-template-columns: 1fr;
  }

  .industry-list[data-single-open] {
    grid-template-columns: 1fr;
  }

  .image-band,
  .parallax-feature,
  .project-narrative,
  .ev-proof-band,
  form {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(82vh - 54px);
  }

  .hero-content {
    padding-top: 64px;
    padding-bottom: 74px;
  }

  h1 {
    font-size: clamp(2.05rem, 9.6vw, 2.4rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(1.85rem, 8.9vw, 2.35rem);
    line-height: 1.06;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .brand-statement {
    padding-top: 48px;
  }

  .brand-statement h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .focus-lines a {
    gap: 10px;
    padding: 22px 0;
  }

  .focus-lines strong {
    font-size: 1.12rem;
    line-height: 1.3;
  }

  .motion-ready .reveal,
  .motion-ready .service-feature-grid article,
  .motion-ready .service-grid article,
  .motion-ready .industry-list article,
  .motion-ready .industry-list > details,
  .motion-ready .process-steps article,
  .motion-ready .detail-grid article,
  .motion-ready .market-showcase article,
  .motion-ready .market-showcase > details,
  .motion-ready .proof-strip div,
  .motion-ready .proof-strip > details,
  .motion-ready .proof-strip > a,
  .motion-ready .decision-list article,
  .motion-ready .command-metrics div,
  .motion-ready .board-stack article,
  .motion-ready .matrix-grid article,
  .motion-ready .case-points span,
  .motion-ready .ev-proof-band div,
  .motion-ready .ev-blueprint-flow a,
  .motion-ready .ev-command-panel article,
  .motion-ready .ev-value-grid article,
  .motion-ready .ev-value-grid > details,
  .motion-ready .ev-process-steps article,
  .motion-ready .ev-risk-list article {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(0.985);
    transition: opacity 560ms var(--ease-premium), transform 560ms var(--ease-premium);
    transition-delay: calc(var(--reveal-index, 0) * 34ms);
  }

  .motion-ready .reveal-from-left {
    transform: translate3d(-18px, 26px, 0) scale(0.985);
  }

  .motion-ready .reveal-from-right {
    transform: translate3d(18px, 26px, 0) scale(0.985);
  }

  .motion-ready .reveal.is-visible,
  .motion-ready .service-feature-grid article.is-visible,
  .motion-ready .service-grid article.is-visible,
  .motion-ready .industry-list article.is-visible,
  .motion-ready .industry-list > details.is-visible,
  .motion-ready .process-steps article.is-visible,
  .motion-ready .detail-grid article.is-visible,
  .motion-ready .market-showcase article.is-visible,
  .motion-ready .market-showcase > details.is-visible,
  .motion-ready .proof-strip div.is-visible,
  .motion-ready .proof-strip > details.is-visible,
  .motion-ready .proof-strip > a.is-visible,
  .motion-ready .decision-list article.is-visible,
  .motion-ready .command-metrics div.is-visible,
  .motion-ready .board-stack article.is-visible,
  .motion-ready .matrix-grid article.is-visible,
  .motion-ready .case-points span.is-visible,
  .motion-ready .ev-proof-band div.is-visible,
  .motion-ready .ev-blueprint-flow a.is-visible,
  .motion-ready .ev-command-panel article.is-visible,
  .motion-ready .ev-value-grid article.is-visible,
  .motion-ready .ev-value-grid > details.is-visible,
  .motion-ready .ev-process-steps article.is-visible,
  .motion-ready .ev-risk-list article.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .motion-ready .service-grid article span,
  .motion-ready .process-steps article span,
  .motion-ready .detail-grid article span,
  .motion-ready .matrix-grid article span {
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 520ms ease 120ms, transform 520ms var(--ease-premium) 120ms;
  }

  .motion-ready .service-grid article.is-visible span,
  .motion-ready .process-steps article.is-visible span,
  .motion-ready .detail-grid article.is-visible span,
  .motion-ready .matrix-grid article.is-visible span {
    opacity: 1;
    transform: translateX(0);
  }

  .expand-card summary,
  .market-showcase details summary,
  .ev-value-grid details summary,
  .comparison-table details summary {
    padding-right: 68px;
  }

  .market-showcase details summary {
    padding-right: 0;
  }

  .market-showcase details summary::after {
    top: 210px;
    right: 20px;
  }

  .service-grid article,
  .industry-list article,
  .industry-list > details,
  .process-steps article,
  .values-grid article,
  .detail-grid article {
    min-height: auto;
  }

  .service-grid article,
  .industry-list article,
  .industry-list > details,
  .ev-value-grid article,
  .ev-value-grid > details,
  .ev-process-steps article {
    padding: 16px 14px;
  }

  .service-list article {
    grid-template-columns: 64px 44px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 22px 0;
  }

  .service-list figure {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 64px;
    height: 128px;
    min-height: 0;
  }

  .service-list span {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: center;
  }

  .service-list h3 {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
  }

  .service-list article p {
    grid-column: 3;
    grid-row: 2;
  }

  .service-list article,
  .service-list article:hover {
    transform: none;
  }

  .ev-value-grid,
  .ev-process-steps {
    grid-template-columns: 1fr;
  }

  .ev-value-grid article,
  .ev-value-grid > details,
  .ev-process-steps article {
    min-height: auto;
    padding: 24px 20px;
  }

  .service-cards article {
    padding: 16px 14px;
  }

  .service-cards span {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .service-cards h2 {
    margin-bottom: 8px;
    font-size: 1.04rem;
    line-height: 1.14;
  }

  .service-cards p {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .service-grid span {
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
    font-size: 0.72rem;
  }

  .service-grid h3,
  .industry-list h3,
  .ev-value-grid h3,
  .ev-process-steps h3 {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.18;
  }

  .service-grid p,
  .industry-list p,
  .ev-value-grid p,
  .ev-process-steps p {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .ev-command-panel article,
  .ev-risk-list article {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px;
  }

  .ev-proof-band div {
    min-height: 98px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ev-proof-band div:last-child {
    border-bottom: 0;
  }

  .ev-blueprint {
    padding: 30px 18px;
  }

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

  .ev-blueprint-flow::before {
    inset: 8% 50%;
    width: 1px;
    height: 84%;
    background: linear-gradient(180deg, transparent, rgba(69, 188, 235, 0.5), transparent);
    transform: translateX(-50%);
  }

  .ev-blueprint-flow a {
    min-height: 76px;
  }

  .ev-dark {
    padding: 28px 18px;
  }

  .ev-logo-marquee {
    padding: 12px;
  }

  .ev-logo-reel,
  .ev-logo-track {
    gap: 10px;
  }

  .ev-logo-card {
    min-width: 128px;
    height: 72px;
    padding: 14px 16px;
  }

  .ev-logo-card img {
    max-height: 32px;
  }

  .charge-rigs-logo {
    gap: 8px;
  }

  .charge-rigs-logo img {
    width: 30px;
    height: 30px;
  }

  .charge-rigs-logo figcaption {
    font-size: 0.82rem;
  }

  .faq-list summary {
    min-height: 60px;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 10px;
    padding: 16px 14px;
    font-size: 1rem;
    line-height: 1.28;
    overflow-wrap: anywhere;
  }

  .faq-list summary::after {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }

  .faq-list p {
    padding: 0 14px 16px;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .services,
  .answer-engine,
  .capability-matrix {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .service-grid,
  .service-cards,
  .matrix-grid {
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .service-cards article,
  .matrix-grid article {
    min-height: auto;
    padding: 22px 20px;
  }

  .service-grid span,
  .service-cards span,
  .matrix-grid span {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    font-size: 0.76rem;
  }

  .service-grid h3,
  .service-cards h2,
  .matrix-grid h3 {
    max-width: 17rem;
    margin-bottom: 8px;
    font-size: 1.18rem;
    line-height: 1.12;
  }

  .service-grid p,
  .service-cards p,
  .matrix-grid p {
    max-width: 28rem;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .service-list article {
    grid-template-columns: 58px 40px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }

  .service-list figure {
    width: 58px;
    height: 118px;
  }

  .service-list h3 {
    grid-column: 3;
  }

  .service-list article p {
    grid-column: 3;
  }

  .service-list span {
    margin-bottom: 0;
  }

  .answer-engine .faq-list {
    gap: 10px;
  }

  .answer-engine .faq-list summary {
    min-height: 64px;
    font-size: 0.98rem;
  }

  .contact-compact {
    gap: 22px;
    padding: 28px 18px;
  }

  .delivery-path {
    margin-top: 42px;
  }

  .delivery-path ol {
    border-top-color: var(--line);
  }

  .delivery-path li {
    min-height: auto;
    padding: 24px 20px;
    border: 1px solid rgba(16, 18, 20, 0.1);
    background: rgba(255, 255, 255, 0.92);
  }

  .delivery-path li::before {
    left: 20px;
    width: 56px;
  }

  .delivery-path li > a {
    padding: 0;
  }

  .delivery-path li span,
  .proof-hub-grid article span {
    margin-bottom: 14px;
  }

  .proof-hub-grid article {
    min-height: auto;
    padding: 24px 20px;
  }

  .contact-next {
    gap: 20px;
    padding: 28px 18px;
  }

  .contact-compact h2 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .coverage-map {
    margin-top: 42px;
    padding: 22px 16px 18px;
  }

  .coverage-map h2 {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
  }

  .coverage-map p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.56;
  }

  .coverage-stats {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .coverage-stats div {
    grid-template-columns: 58px 1fr;
    min-height: 62px;
    align-items: center;
  }

  .us-pin-map {
    min-height: 315px;
    padding: 8px;
  }

  .map-pin.is-active strong,
  .map-pin:focus-visible strong {
    display: block;
  }

  .map-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
    padding: 12px;
  }

  footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-brand {
    padding: 0;
  }

  .footer-address {
    max-width: none;
  }

  footer > a[href^="mailto:"] {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .main-nav nav {
    display: none;
    max-height: none;
    overflow: visible;
    visibility: hidden;
  }

  .nav-open .main-nav nav {
    display: grid;
    max-height: none;
    opacity: 1;
    visibility: visible;
  }

  .main-nav nav a {
    min-width: 0;
    justify-content: flex-start;
    color: var(--ink);
    background: var(--white);
  }

  .main-nav nav a::before,
  .main-nav nav a::after {
    display: none;
  }

  .giving-story,
  .giving-impact {
    grid-template-columns: 1fr;
  }

  .giving-story {
    padding: 0;
    gap: 0;
  }

  .giving-story-copy {
    padding: clamp(26px, 8vw, 34px);
  }

  .giving-feature,
  .giving-feature img {
    min-height: 330px;
  }

  .giving-impact-grid {
    grid-template-columns: 1fr;
  }

  .giving-impact-grid article {
    min-height: auto;
  }

  .giving-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(230px, 64vw);
  }

  .giving-photo-grid img,
  .giving-photo-grid img:nth-child(1),
  .giving-photo-grid img:nth-child(2),
  .giving-photo-grid img:nth-child(3),
  .giving-photo-grid img:nth-child(4),
  .giving-photo-grid img:nth-child(5),
  .giving-photo-grid img:nth-child(6) {
    grid-column: 1;
    grid-row: auto;
  }

  .giving-cta .contact-actions {
    width: 100%;
  }

  .coverage-map {
    overflow: visible;
  }

  .service-list article,
  .service-list article:hover {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    padding: 22px 0 24px;
    transform: none;
  }

  .service-list figure {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 158px;
  }

  .service-list span {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin: 2px 0 0;
  }

  .service-list h3 {
    grid-column: 1;
    grid-row: 3;
    max-width: none;
    margin: 0;
  }

  .service-list article p {
    grid-column: 1;
    grid-row: 4;
    max-width: none;
    margin: 0;
  }

  .market-showcase details summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
  }

  .market-showcase details summary::after {
    top: 154px;
    right: 14px;
  }

  .market-showcase h2,
  .market-showcase p {
    position: relative;
    z-index: 1;
  }

  body.motion-ready .reveal,
  body.motion-ready .service-feature-grid article,
  body.motion-ready .service-grid article,
  body.motion-ready .industry-list article,
  body.motion-ready .industry-list > details,
  body.motion-ready .process-steps article,
  body.motion-ready .detail-grid article,
  body.motion-ready .market-showcase article,
  body.motion-ready .market-showcase > details,
  body.motion-ready .proof-strip div,
  body.motion-ready .proof-strip > details,
  body.motion-ready .proof-strip > a,
  body.motion-ready .decision-list article,
  body.motion-ready .command-metrics div,
  body.motion-ready .board-stack article,
  body.motion-ready .matrix-grid article,
  body.motion-ready .answer-grid article,
  body.motion-ready .scope-grid article,
  body.motion-ready .program-grid article,
  body.motion-ready .service-depth article,
  body.motion-ready .comparison-table article,
  body.motion-ready .comparison-table > details,
  body.motion-ready .case-points span,
  body.motion-ready .ev-proof-band div,
  body.motion-ready .ev-blueprint-flow a,
  body.motion-ready .ev-command-panel article,
  body.motion-ready .ev-value-grid article,
  body.motion-ready .ev-value-grid > details,
  body.motion-ready .ev-process-steps article,
  body.motion-ready .ev-risk-list article {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

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

  .reveal,
  .service-feature-grid article,
  .service-grid article,
  .industry-list article,
  .industry-list > details,
  .process-steps article,
  .detail-grid article,
  .market-showcase article,
  .market-showcase > details,
  .proof-strip div,
  .proof-strip > details,
  .proof-strip > a,
  .ev-value-grid > details {
    opacity: 1;
    transform: none;
  }

  .ev-logo-reel {
    animation: none !important;
  }

  .coverage-map::after,
  .map-route,
  .map-pin span::after {
    animation: none !important;
  }
}

@media (max-width: 700px) {
  .site-header .main-nav {
    position: relative;
    align-items: center;
  }

  .site-header .main-nav nav#primary-navigation {
    position: absolute !important;
    top: calc(100% + 1px) !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 30 !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-height: none !important;
    padding: 6px 0 !important;
    overflow: visible !important;
    border: 1px solid rgba(16, 18, 20, 0.12) !important;
    background: #ffffff !important;
    box-shadow: 0 18px 36px rgba(16, 18, 20, 0.16) !important;
    opacity: 1 !important;
    visibility: hidden !important;
  }

  .site-header.nav-open .main-nav nav#primary-navigation {
    display: grid !important;
    visibility: visible !important;
  }

  .site-header .main-nav nav#primary-navigation a {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
    width: 100% !important;
    padding: 0 22px !important;
    border-bottom: 1px solid rgba(16, 18, 20, 0.08) !important;
    color: #101214 !important;
    background: #ffffff !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-item {
    display: grid !important;
    width: 100% !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu {
    position: static !important;
    display: grid !important;
    width: 100% !important;
    padding: 0 0 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    visibility: visible !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu a {
    min-height: auto !important;
    padding: 10px 22px 10px 34px !important;
    border-bottom: 0 !important;
    background: #ffffff !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu span {
    font-size: 0.86rem !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu small {
    display: block !important;
    color: #5d646b !important;
    font-size: 0.74rem !important;
  }

  .site-header .main-nav nav#primary-navigation a:last-child {
    border-bottom: 0 !important;
  }

  .site-header .main-nav nav#primary-navigation a::before,
  .site-header .main-nav nav#primary-navigation a::after {
    display: none !important;
  }

  .service-grid.service-list {
    grid-template-columns: 1fr !important;
    border-left: 0 !important;
  }

  .service-grid.service-list .service-link-card {
    display: block !important;
    width: 100% !important;
  }

  .service-grid.service-list article,
  .service-grid.service-list article:hover {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: start !important;
    min-height: 0 !important;
    padding: 24px 0 26px !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .service-grid.service-list figure {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: 166px !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .service-grid.service-list span {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    font-size: 0.78rem !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .service-grid.service-list h3 {
    grid-column: 1 !important;
    grid-row: 3 !important;
    max-width: none !important;
    margin: 0 !important;
    color: #101214 !important;
    font-size: clamp(1.25rem, 6.2vw, 1.55rem) !important;
    line-height: 1.08 !important;
  }

  .service-grid.service-list p {
    grid-column: 1 !important;
    grid-row: 4 !important;
    max-width: 34rem !important;
    margin: 0 !important;
    color: #5e676e !important;
    font-size: 0.98rem !important;
    line-height: 1.5 !important;
  }

  .market-showcase details summary::after {
    position: static !important;
    justify-self: start !important;
    margin: 14px 20px 0 !important;
  }
}

/* UX/UI refinement pass: consistent rhythm, clearer affordances, and safer responsive behavior. */
@media (min-width: 701px) {
  .site-header .nav-menu {
    top: calc(100% + 10px);
    left: auto;
    right: clamp(-54px, -3vw, -18px);
    width: min(440px, calc(100vw - 48px));
    padding: 10px;
    border-color: rgba(69, 188, 235, 0.32);
    border-radius: 8px;
    background: #f8fbfa;
    box-shadow: 0 30px 80px rgba(6, 18, 28, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.96);
    transform: translateY(8px);
    transition: opacity 120ms ease, transform 160ms var(--ease-premium);
  }

  .site-header .has-menu:hover .nav-menu,
  .site-header .has-menu:focus-within .nav-menu {
    opacity: 1;
    transform: translateY(0);
  }

  .site-header .main-nav nav .nav-menu a {
    min-height: 72px;
    padding: 13px 15px;
    border: 1px solid transparent;
    border-radius: 6px;
  }

  .site-header .main-nav nav .nav-menu a:hover,
  .site-header .main-nav nav .nav-menu a:focus-visible {
    border-color: rgba(69, 188, 235, 0.22);
    background: #eef9ff;
  }
}

.page-hero:not(.image-page-hero) {
  padding-top: clamp(54px, 8vw, 104px);
  padding-bottom: clamp(42px, 6vw, 76px);
}

.page-hero:not(.image-page-hero) h1 {
  max-width: 930px;
  font-size: clamp(2.7rem, 5vw, 4.55rem);
  line-height: 0.98;
  text-wrap: balance;
}

.page-hero:not(.image-page-hero) p:not(.eyebrow) {
  max-width: 720px;
  line-height: 1.52;
}

.intro,
.brand-statement,
.split-section,
.services,
.industries,
.process,
.turnkey,
.service-area,
.contact {
  padding-top: clamp(54px, 7.5vw, 98px);
  padding-bottom: clamp(54px, 7.5vw, 98px);
}

.seo-panel,
.answer-engine,
.local-authority,
.scope-library,
.incentives-tool,
.giving-story,
.giving-video,
.giving-impact,
.giving-gallery,
.comparison-table,
.service-depth,
.program-stack,
.cta-band {
  margin-top: clamp(44px, 6vw, 78px);
  margin-bottom: clamp(44px, 6vw, 78px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: clamp(22px, 3.4vw, 42px);
}

.section-heading h2 {
  text-wrap: balance;
}

.section-heading p:not(.eyebrow),
.body-copy p,
.intro > p,
.brand-statement-media > p,
.page-hero p:not(.eyebrow) {
  max-width: 68ch;
}

.service-grid:not(.service-list),
.industry-list:not(.industry-list-clean),
.process-steps,
.ev-value-grid,
.ev-process-steps,
.matrix-grid,
.comparison-table {
  border-color: rgba(16, 18, 20, 0.12);
  background: rgba(16, 18, 20, 0.08);
  gap: 1px;
  border-left: 0;
}

.service-grid:not(.service-list) article,
.industry-list:not(.industry-list-clean) article,
.industry-list:not(.industry-list-clean) > details,
.process-steps article,
.ev-value-grid article,
.ev-value-grid > details,
.ev-process-steps article,
.matrix-grid article,
.comparison-table article,
.comparison-table > details,
.answer-grid article,
.scope-grid article,
.program-grid article,
.service-depth article,
.giving-impact-grid article {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.click-card article,
.market-card article,
.service-link-card article,
.proof-hub-card article,
.proof-link,
.ev-blueprint-flow a,
.delivery-path li > a,
.text-link,
.mini-link,
footer a {
  cursor: pointer;
}

.click-card article,
.market-card article,
.service-link-card article,
.proof-hub-card article,
.proof-link,
.service-grid:not(.service-list) article,
.industry-list article,
.industry-list > details,
.process-steps article,
.ev-value-grid article,
.ev-value-grid > details,
.ev-process-steps article,
.matrix-grid article,
.answer-grid article,
.scope-grid article,
.program-grid article {
  transition: border-color 180ms ease, background 220ms ease, box-shadow 240ms ease, transform 240ms var(--ease-premium);
}

.click-card:hover article,
.market-card:hover article,
.service-link-card:hover article,
.proof-hub-card:hover article,
.proof-link:hover,
.service-grid:not(.service-list) article:hover,
.industry-list article:hover,
.industry-list > details:hover,
.process-steps article:hover,
.ev-value-grid article:hover,
.ev-value-grid > details:hover,
.ev-process-steps article:hover,
.matrix-grid article:hover,
.answer-grid article:hover,
.scope-grid article:hover,
.program-grid article:hover {
  background: #fbfcf8;
  box-shadow: 0 20px 46px rgba(6, 18, 28, 0.09);
}

.click-card article::before,
.market-card article::before,
.service-link-card article::before,
.proof-hub-card article::before,
.ev-blueprint-flow a::after,
.delivery-path li > a::after {
  content: ">";
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-top: 18px;
  border: 1px solid rgba(16, 18, 20, 0.15);
  border-radius: 999px;
  color: var(--brand-dark);
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.market-card article::before,
.service-link-card article::before {
  position: absolute;
  right: clamp(18px, 2vw, 28px);
  bottom: clamp(18px, 2vw, 28px);
  margin: 0;
}

.service-link-card article {
  position: relative;
  padding-bottom: clamp(58px, 6vw, 74px);
}

.click-card:hover article::before,
.market-card:hover article::before,
.service-link-card:hover article::before,
.proof-hub-card:hover article::before,
.ev-blueprint-flow a:hover::after,
.delivery-path li > a:hover::after {
  border-color: rgba(69, 188, 235, 0.34);
  background: var(--brand-soft);
  transform: translateX(3px);
}

.service-list .service-link-card article::before,
.industry-list-clean .market-card article::before {
  content: none;
}

.answer-grid,
.scope-grid,
.program-grid,
.incentives-grid,
.service-depth {
  gap: clamp(12px, 1.8vw, 18px);
}

.program-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.answer-grid article,
.scope-grid article,
.program-grid article {
  min-height: auto;
}

.delivery-path ol {
  gap: clamp(18px, 2.2vw, 28px);
  border-top: 0;
}

.delivery-path li {
  border: 1px solid rgba(16, 18, 20, 0.1);
  background: rgba(255, 255, 255, 0.9);
}

.delivery-path li > a {
  padding: clamp(24px, 3vw, 34px);
}

.delivery-path li > a::after {
  margin-top: auto;
}

.contact-compact,
.cta-band,
.contact-next,
.seo-panel,
.local-authority,
.program-stack,
.giving-story,
.coverage-map,
.ev-blueprint,
.ev-dark,
.faq {
  border-radius: 8px;
}

footer {
  grid-template-columns: minmax(190px, auto) minmax(190px, 0.7fr) minmax(320px, 1.25fr) minmax(220px, auto);
  gap: clamp(20px, 2.8vw, 36px);
  padding-top: 34px;
}

.footer-address {
  max-width: 210px;
  line-height: 1.62;
}

.footer-nav {
  gap: 10px 18px;
}

@media (max-width: 980px) {
  .service-grid:not(.service-list),
  .industry-list:not(.industry-list-clean),
  .process-steps,
  .ev-process-steps,
  .matrix-grid,
  .comparison-table,
  .ev-proof-band,
  .proof-anchors,
  .proof-hub-grid,
  .buyer-routes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-showcase,
  .ev-value-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .main-nav {
    min-height: 56px;
  }

  .site-header .main-nav nav#primary-navigation {
    max-height: min(calc(100dvh - 64px), 720px) !important;
    overflow-y: auto !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu {
    gap: 0 !important;
    padding: 0 0 6px !important;
    border-top: 1px solid rgba(16, 18, 20, 0.08) !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu a {
    min-height: 54px !important;
    padding: 9px 20px 9px 34px !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu small {
    line-height: 1.28 !important;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: clamp(86px, 22vw, 118px);
    padding-bottom: clamp(64px, 18vw, 92px);
  }

  h1,
  .page-hero:not(.image-page-hero) h1,
  .image-page-hero h1 {
    font-size: clamp(2rem, 9.2vw, 2.85rem);
    line-height: 1.03;
    text-wrap: balance;
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .hero-copy,
  .page-hero p:not(.eyebrow),
  .image-page-hero p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.52;
  }

  .image-page-hero {
    min-height: 560px;
    padding-inline: 18px;
  }

  .image-page-hero > div {
    padding-bottom: 56px;
  }

  .page-hero:not(.image-page-hero) {
    padding-top: 44px;
    padding-bottom: 38px;
  }

  .intro,
  .brand-statement,
  .split-section,
  .services,
  .industries,
  .process,
  .turnkey,
  .service-area,
  .contact {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .seo-panel,
  .answer-engine,
  .local-authority,
  .scope-library,
  .incentives-tool,
  .giving-story,
  .giving-video,
  .giving-impact,
  .giving-gallery,
  .comparison-table,
  .service-depth,
  .program-stack,
  .cta-band {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    width: 100%;
  }

  .button {
    width: 100%;
    min-height: 52px;
  }

  .service-grid:not(.service-list),
  .industry-list:not(.industry-list-clean),
  .process-steps,
  .ev-value-grid,
  .ev-process-steps,
  .matrix-grid,
  .comparison-table,
  .answer-grid,
  .scope-grid,
  .program-grid,
  .incentives-grid,
  .service-depth,
  .proof-strip,
  .proof-anchors,
  .proof-hub-grid,
  .buyer-routes,
  .ev-proof-band {
    grid-template-columns: 1fr !important;
  }

  .service-grid:not(.service-list) article,
  .industry-list article,
  .industry-list > details,
  .process-steps article,
  .ev-value-grid article,
  .ev-value-grid > details,
  .ev-process-steps article,
  .matrix-grid article,
  .answer-grid article,
  .scope-grid article,
  .program-grid article,
  .service-depth article,
  .comparison-table article,
  .comparison-table > details {
    padding: 22px 20px !important;
  }

  .click-card article::before,
  .market-card article::before,
  .service-link-card article::before,
  .proof-hub-card article::before {
    position: static;
    margin-top: 16px;
  }

  .service-link-card article {
    padding-bottom: 22px !important;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px 16px;
  }

  footer > a[href^="mailto:"] {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 900px) {
  .site-header .main-nav {
    position: relative;
    align-items: center;
    min-height: 60px;
  }

  .site-header .menu-toggle {
    display: grid;
    flex: 0 0 auto;
  }

  .site-header .brand {
    max-width: fit-content;
  }

  .site-header .brand img {
    width: clamp(112px, 20vw, 150px);
  }

  .site-header .main-nav nav#primary-navigation {
    position: absolute !important;
    top: calc(100% + 1px) !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1002 !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-height: min(calc(100dvh - 64px), 760px) !important;
    overflow-y: auto !important;
    padding: 6px 0 !important;
    border: 1px solid rgba(16, 18, 20, 0.12) !important;
    background: #ffffff !important;
    box-shadow: 0 22px 48px rgba(16, 18, 20, 0.16) !important;
    color: var(--ink) !important;
    opacity: 1 !important;
    visibility: hidden !important;
  }

  .site-header.nav-open .main-nav nav#primary-navigation {
    display: grid !important;
    visibility: visible !important;
  }

  .site-header .main-nav nav#primary-navigation a,
  .site-header .main-nav nav#primary-navigation .nav-parent {
    display: flex !important;
    min-height: 46px !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 22px !important;
    border-bottom: 1px solid rgba(16, 18, 20, 0.08) !important;
    color: var(--ink) !important;
    background: #ffffff !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    transform: none !important;
  }

  .site-header .main-nav nav#primary-navigation a.nav-cta {
    order: -1;
    margin: 8px 14px 10px !important;
    min-height: 48px !important;
    width: auto !important;
    justify-content: center !important;
    border: 1px solid rgba(7, 93, 143, 0.24) !important;
    border-radius: 6px !important;
    background: var(--brand) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(7, 93, 143, 0.18) !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-item {
    display: grid !important;
    width: 100% !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-parent::after,
  .site-header .main-nav nav#primary-navigation a::before,
  .site-header .main-nav nav#primary-navigation a::after {
    display: none !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu {
    position: static !important;
    display: grid !important;
    width: 100% !important;
    gap: 0 !important;
    padding: 0 0 6px !important;
    border: 0 !important;
    border-top: 1px solid rgba(16, 18, 20, 0.08) !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    visibility: visible !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu a {
    display: grid !important;
    min-height: 56px !important;
    align-items: center !important;
    gap: 3px !important;
    padding: 9px 22px 9px 34px !important;
    border-bottom: 0 !important;
    background: #ffffff !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu span {
    font-size: 0.88rem !important;
    line-height: 1.18 !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu small {
    display: block !important;
    color: var(--muted) !important;
    font-size: 0.74rem !important;
    line-height: 1.28 !important;
  }

  #project-review-form {
    scroll-margin-top: 86px;
  }
}

/* Tight-loop refinement pass: mega nav, grouped footer, mobile proof, and EV page polish. */
@media (min-width: 901px) {
  .site-header .nav-menu.nav-mega {
    right: clamp(-420px, -31vw, -330px);
    width: min(640px, calc(100vw - 72px));
    grid-template-columns: minmax(210px, 0.78fr) minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .site-header .nav-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .site-header .nav-menu-overview,
  .site-header .nav-menu-note {
    background:
      linear-gradient(135deg, rgba(69, 188, 235, 0.12), transparent 48%),
      #ffffff;
  }

  .site-header .nav-menu-overview {
    min-height: 152px;
    align-content: start;
    border-color: rgba(69, 188, 235, 0.2) !important;
  }

  .site-header .nav-menu-note {
    grid-column: 1 / -1;
    min-height: 74px;
  }
}

.site-header .nav-menu-grid {
  display: grid;
  gap: 8px;
}

.site-header .nav-menu.nav-mega a {
  position: relative;
}

.site-header .nav-menu.nav-mega a::after {
  content: ">";
  position: absolute;
  right: 14px;
  bottom: 13px;
  color: rgba(7, 93, 143, 0.68);
  font-weight: 700;
  transform: translateX(0);
  transition: transform 180ms ease;
}

.site-header .nav-menu.nav-mega a:hover::after,
.site-header .nav-menu.nav-mega a:focus-visible::after {
  transform: translateX(3px);
}

.mobile-action-bar {
  display: none;
}

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

  .audience-priority-grid a {
    min-height: auto;
  }

  .field-proof-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(245px, 74vw);
  }

  .field-proof-large,
  .field-proof-tall {
    grid-column: auto;
    grid-row: auto;
  }

  body {
    padding-bottom: 74px;
  }

  .mobile-action-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 1200;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(69, 188, 235, 0.28);
    border-radius: 8px;
    background: rgba(12, 17, 21, 0.94);
    box-shadow: 0 18px 42px rgba(6, 18, 28, 0.28);
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: var(--white);
    font-size: 0.86rem;
    font-weight: 700;
    text-align: center;
  }

  .mobile-action-bar a:last-child {
    background: var(--brand);
    border-color: rgba(69, 188, 235, 0.74);
    color: var(--ink);
  }

  body:has(.site-header.nav-open) .mobile-action-bar {
    display: none;
  }
}

.hero {
  min-height: min(880px, calc(100dvh - 80px));
}

.hero-content {
  padding-bottom: clamp(120px, 14vh, 170px);
}

.image-page-hero {
  min-height: clamp(540px, 68vh, 670px);
}

.image-page-hero > div {
  padding-bottom: clamp(44px, 7vw, 78px);
}

.image-page-hero h1 {
  max-width: 920px;
  font-size: clamp(2.65rem, 5.2vw, 4.65rem);
}

.image-page-hero p:not(.eyebrow) {
  max-width: 760px;
}

.image-page-hero + .seo-panel,
.image-page-hero + .scope-library {
  margin-top: clamp(40px, 6vw, 72px);
}

.image-page-hero + .seo-panel {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.image-page-hero + .seo-panel > div:first-child {
  position: sticky;
  top: 112px;
  align-self: start;
}

.image-page-hero + .seo-panel .answer-grid {
  grid-template-columns: 1fr;
}

.image-page-hero + .seo-panel .answer-grid article {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 28px);
  align-items: start;
  min-height: auto;
  padding: clamp(18px, 2.4vw, 28px);
}

.image-page-hero + .seo-panel .answer-grid h3,
.image-page-hero + .seo-panel .answer-grid p {
  margin: 0;
}

.scope-library .scope-grid article,
.program-stack .program-grid article {
  min-height: auto;
}

.cta-band,
.contact-compact,
.contact-next {
  align-items: center;
  min-height: clamp(180px, 22vw, 260px);
  border: 1px solid rgba(69, 188, 235, 0.18);
  box-shadow: 0 28px 70px rgba(6, 18, 28, 0.13);
}

.cta-band .hero-actions,
.contact-compact .contact-actions,
.contact-next .contact-actions {
  width: auto;
}

.site-footer {
  width: 100%;
  margin: clamp(56px, 8vw, 104px) 0 0;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(48px, 6vw, 76px) max(calc((100% - var(--max)) / 2), 18px) clamp(40px, 5vw, 60px);
  background:
    radial-gradient(ellipse at 84% 0%, rgba(69, 188, 235, 0.08), transparent 46%),
    linear-gradient(180deg, #090e12, #0b1218);
}

.site-footer .footer-address a { color: inherit; }
.site-footer .footer-address a:hover { color: var(--white); }

.footer-brand-block {
  display: grid;
  gap: 16px;
}

.site-footer .footer-email {
  color: var(--brand);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.footer-nav-grouped {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 3vw, 34px);
  width: 100%;
}

.footer-nav-grouped div {
  display: grid;
  gap: 8px;
}

.footer-nav-grouped strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-nav-grouped a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
  line-height: 1.32;
  transition: color 150ms ease;
}

.footer-nav-grouped a:hover,
.site-footer .footer-email:hover {
  color: var(--white);
}

#project-review-form {
  scroll-margin-top: 112px;
}

#project-review-form button[type="submit"] {
  min-width: min(100%, 230px);
}

.program-snapshot {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(34px, 5vw, 66px) auto;
  display: grid;
  grid-template-columns: 1.1fr 0.92fr 0.92fr;
  gap: 1px;
  border: 1px solid rgba(16, 18, 20, 0.12);
  background: rgba(16, 18, 20, 0.1);
}

.program-snapshot article {
  min-height: 176px;
  padding: clamp(24px, 3.4vw, 38px);
  background: #ffffff;
}

.program-snapshot article:first-child {
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.13), transparent 48%),
    var(--field);
}

.program-snapshot span {
  display: block;
  margin-bottom: 12px;
  color: var(--brand-dark);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.program-snapshot h2,
.program-snapshot h3 {
  margin-bottom: 10px;
}

.program-snapshot h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.55rem);
}

.program-snapshot p {
  margin: 0;
  color: var(--muted);
}

.page-contact form {
  align-self: start;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(16, 18, 20, 0.12);
  border-radius: 8px;
  background: #fbfcf8;
  box-shadow: 0 24px 60px rgba(6, 18, 28, 0.07);
}

.page-contact form::before {
  content: "Project intake";
  grid-column: 1 / -1;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.form-assurance {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid rgba(7, 93, 143, 0.18);
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.1), transparent 52%),
    #ffffff;
}

.form-assurance strong {
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.form-assurance span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.page-contact textarea {
  min-height: 148px;
}

/* 9.99 quality pass: tighter narrative rhythm, stronger proof surfaces, safer mobile motion. */
.brand-statement {
  padding-top: clamp(54px, 7vw, 88px);
}


.services,
.industries {
  padding-block: clamp(58px, 7vw, 92px);
}

.service-list article {
  grid-template-columns: minmax(220px, 0.3fr) 58px minmax(220px, 0.28fr) minmax(0, 0.42fr);
  padding-block: clamp(20px, 3vw, 34px);
}

.service-list figure {
  height: clamp(170px, 16vw, 220px);
}

.service-list figure::after {
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.08), transparent 42%),
    linear-gradient(0deg, rgba(6, 10, 14, 0.08), transparent 48%);
}

.service-list figure img {
  filter: saturate(1.08) contrast(1.06);
}

.service-list h3 {
  color: var(--ink);
  text-wrap: balance;
}

.service-list p {
  color: #4f5960;
}

.operating-model {
  margin-top: clamp(42px, 6vw, 78px);
}

.decision-band {
  margin-top: clamp(44px, 6vw, 78px);
}

.quality-safety,
.careers-signal {
  margin-top: clamp(44px, 6vw, 78px);
}

@media (max-width: 980px) {
  .project-command,
  .answer-authority {
    grid-template-columns: 1fr;
  }

  .project-command {
    padding: clamp(26px, 5vw, 46px);
  }

  .command-console {
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .project-command {
    margin-top: 30px;
    padding: 24px 18px;
  }

  .project-command::after {
    opacity: 0.42;
  }

  .command-copy h2,
  .answer-authority h2 {
    font-size: clamp(1.8rem, 8.2vw, 2.55rem);
  }

  .command-tags {
    gap: 6px;
  }

  .command-tags button {
    min-height: 42px;
    font-size: 0.68rem;
  }

  .console-map {
    min-height: 340px;
  }

  .console-feed {
    grid-template-columns: 1fr;
  }

  .map-node {
    min-width: 72px;
    min-height: 42px;
    font-size: 0.66rem;
  }

  .map-node-utility {
    left: 8%;
    top: 16%;
  }

  .map-node-gear {
    left: 34%;
    top: 36%;
  }

  .map-node-field {
    right: 8%;
    top: 20%;
  }

  .map-node-activate {
    right: 10%;
    bottom: 40%;
  }

  .model-status-card {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }

  .console-feed article,
  .answer-authority-grid article {
    grid-template-columns: 1fr;
  }

  .service-list article {
    gap: 14px;
  }

  .answer-authority {
    margin-top: 34px;
  }
}

.motion-ready .console-feed article,
.motion-ready .answer-authority-grid article {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 560ms var(--ease-premium), transform 560ms var(--ease-premium);
  transition-delay: calc(var(--reveal-index, 0) * 44ms);
}

.motion-ready .console-feed article.is-visible,
.motion-ready .answer-authority-grid article.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 900px) {
  .site-header .main-nav nav#primary-navigation .nav-menu-grid {
    display: grid;
    gap: 0;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu-overview,
  .site-header .main-nav nav#primary-navigation .nav-menu-note {
    background: #f8fbfa !important;
  }

  .site-header .main-nav nav#primary-navigation .nav-menu.nav-mega a::after {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-brand-block {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: end;
  }

  .footer-brand-block .footer-brand,
  .footer-brand-block .footer-address {
    grid-column: 1;
  }

  .footer-brand-block .footer-email {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    text-align: right;
  }

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

  .image-page-hero + .seo-panel,
  .image-page-hero + .seo-panel .answer-grid article {
    grid-template-columns: 1fr;
  }

  .program-snapshot {
    grid-template-columns: 1fr;
  }

  .image-page-hero + .seo-panel > div:first-child {
    position: static;
  }
}

@media (max-width: 700px) {
  .hero-content {
    padding-bottom: 36px;
  }

  .image-page-hero {
    min-height: 520px;
  }

  .image-page-hero h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .image-page-hero + .seo-panel .answer-grid article {
    gap: 8px;
  }

  .page-contact form {
    padding: 20px 18px 22px;
  }

  .page-contact form button[type="submit"] {
    position: sticky;
    bottom: 12px;
    z-index: 3;
    width: 100%;
    box-shadow: 0 16px 36px rgba(7, 93, 143, 0.24);
  }

  .cta-band,
  .contact-compact,
  .contact-next {
    min-height: auto;
    padding: 28px 20px;
  }

  .footer-brand-block,
  .footer-nav-grouped {
    grid-template-columns: 1fr;
  }

  .footer-brand-block .footer-email {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 980px) {
  .shop-command,
  .station-advisor,
  .cart-page,
  .checkout-page,
  .management-model,
  .future-command,
  .product-card {
    grid-template-columns: 1fr;
  }

  .checkout-copy,
  .cart-summary,
  .advisor-copy {
    position: static;
  }

  .product-media {
    min-height: 220px;
  }

  .commerce-assurance,
  .solution-grid,
  .cart-confidence,
  .checkout-review {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 700px) {
  .store-toolbar,
  .shop-process,
  .solution-grid,
  .commerce-assurance,
  .advisor-grid,
  .cart-confidence,
  .checkout-review,
  .management-grid,
  .future-command-grid,
  .checkout-form,
  .product-specs,
  .comparison-table [role="row"] {
    grid-template-columns: 1fr;
  }

  .store-actions,
  .product-purchase,
  .cart-line,
  .cart-line-controls {
    align-items: stretch;
  }

  .store-actions,
  .cart-line,
  .cart-line-controls {
    flex-direction: column;
  }

  .cart-line {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-card {
    padding: 12px;
  }

  .comparison-table .comparison-head {
    display: none;
  }

  .comparison-table span {
    border-right: 0;
  }

  .comparison-table span::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    color: var(--brand);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .comparison-table span + span {
    padding-top: 0;
  }

  .product-copy h3 {
    font-size: 1.42rem;
  }

  .product-media {
    min-height: 196px;
  }

  .product-media::after {
    width: 68px;
    height: 126px;
    border-width: 9px;
  }

  .product-purchase strong {
    font-size: 2rem;
  }
}

/* Faith Energy commerce upgrade: shift the EV flow from placeholder ecommerce to commercial procurement. */
.shop-proof-band,
.shop-procurement-band {
  width: 100%;
  margin-top: clamp(34px, 5vw, 58px);
  padding: clamp(26px, 4vw, 42px) 0;
}

.shop-proof-band {
  background:
    linear-gradient(120deg, rgba(6, 62, 99, 0.94), rgba(7, 93, 143, 0.92)),
    #0e2434;
  color: var(--white);
}

.shop-proof-band > div,
.shop-procurement-band > div {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.shop-proof-band > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.shop-proof-band article {
  min-height: 214px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.shop-proof-band span,
.shop-procurement-grid span,
.shop-visual-points li::before {
  color: #9adfff;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-proof-band strong {
  display: block;
  margin: 12px 0 10px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.08;
}

.shop-proof-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.shop-visual-story,
.manufacturer-rail {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
  padding-top: clamp(72px, 9vw, 124px);
}

.shop-visual-story {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 1.26fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
}

.shop-visual-copy p:not(.eyebrow),
.manufacturer-rail-copy p,
.store-note span,
.product-overlay small {
  color: var(--muted);
}

.shop-visual-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.shop-visual-points li {
  position: relative;
  padding: 0 0 0 22px;
  color: #4c575f;
}

.shop-visual-points li::before {
  content: "01";
  position: absolute;
  inset: 2px auto auto 0;
}

.shop-visual-points li:nth-child(2)::before {
  content: "02";
}

.shop-visual-points li:nth-child(3)::before {
  content: "03";
}

.shop-visual-points li:nth-child(4)::before {
  content: "04";
}

.shop-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 16px;
  min-height: 540px;
}

.visual-panel {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 20, 0.1);
  box-shadow: 0 26px 70px rgba(6, 18, 28, 0.16);
  background-color: #dbe8ef;
  background-size: cover;
  background-position: center;
}

.visual-panel::before,
.product-media.media-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 18, 28, 0.04), rgba(6, 18, 28, 0.62));
}

.visual-panel figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.45;
}

.visual-panel-fleet,
.media-fleet,
.media-abb-wallbox,
.media-dcfc {
  background-image:
    radial-gradient(ellipse at 74% 16%, rgba(69, 188, 235, 0.2), transparent 50%),
    linear-gradient(158deg, #0a1016, #0d1319 62%, #0b141b);
}

.visual-panel-parking,
.media-parking,
.media-destination,
.media-accessories {
  background-image:
    radial-gradient(ellipse at 22% 82%, rgba(69, 188, 235, 0.16), transparent 46%),
    linear-gradient(202deg, #0a1016, #0d1319 62%, #0b141b);
}

.visual-panel-fleet {
  min-height: 540px;
  background-position: center left;
}

.visual-panel-parking {
  min-height: 540px;
  background-position: center right;
}

.manufacturer-rail {
  display: grid;
  gap: 22px;
}

.manufacturer-rail-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(16, 18, 20, 0.1);
}

.manufacturer-rail-track figure {
  display: grid;
  place-items: center;
  min-height: 118px;
  margin: 0;
  padding: 20px;
  background: #ffffff;
}

.manufacturer-rail-track img {
  max-width: 120px;
  max-height: 42px;
  object-fit: contain;
}

.store-note {
  display: grid;
  gap: 6px;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(7, 93, 143, 0.16);
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.1), transparent 52%),
    #ffffff;
}

.store-note strong {
  color: var(--brand-dark);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-grid {
  gap: 24px;
}

.product-card {
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 1fr) minmax(250px, 0.32fr);
  padding: clamp(18px, 2.2vw, 26px);
}

.product-media.media-photo {
  align-items: end;
  min-height: 340px;
  border: 0;
  background-size: cover;
  background-position: center;
}

.product-media.media-photo::after {
  content: none;
}

.product-media.media-photo::after {
  display: none;
}

.product-media .product-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.product-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  max-width: 120px;
  max-height: 38px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.88);
  object-fit: contain;
}

.product-chip {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand-dark);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-overlay {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 20px;
  margin: 20px;
  background: rgba(6, 18, 28, 0.64);
}

.product-overlay strong {
  color: var(--white);
  font-size: 1rem;
}

.product-overlay small {
  display: block;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.product-copy h3 {
  max-width: none;
}

.product-purchase {
  gap: 12px;
  align-items: stretch;
  justify-content: start;
  background:
    linear-gradient(160deg, rgba(69, 188, 235, 0.08), rgba(255, 255, 255, 0.98)),
    #f7f8f3;
}

.product-purchase strong {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.15;
}

.product-purchase .button {
  width: 100%;
}

.shop-procurement-band {
  background:
    linear-gradient(180deg, rgba(239, 248, 255, 0.92), rgba(250, 252, 247, 0.96)),
    #f5f8fb;
}

.shop-procurement-band > div {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(420px, 1.32fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.shop-procurement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.shop-procurement-grid article {
  min-height: 218px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(16, 18, 20, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(16, 18, 20, 0.06);
}

.shop-procurement-grid strong {
  display: block;
  margin: 14px 0 10px;
  color: var(--brand-dark);
  font-size: 1.06rem;
}

.shop-procurement-grid p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .shop-visual-story,
  .shop-procurement-band > div {
    grid-template-columns: 1fr;
  }

  .manufacturer-rail-track,
  .shop-proof-band > div,
  .shop-procurement-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .shop-visual-grid,
  .shop-proof-band > div,
  .shop-procurement-grid,
  .manufacturer-rail-track {
    grid-template-columns: 1fr;
  }

  .visual-panel-fleet,
  .visual-panel-parking {
    min-height: 320px;
  }
}

@media (max-width: 700px) {
  .shop-proof-band,
  .shop-procurement-band {
    margin-top: 22px;
    padding: 18px 0;
  }

  .shop-proof-band article,
  .shop-procurement-grid article {
    min-height: auto;
  }

  .shop-visual-grid {
    min-height: auto;
  }

  .product-media.media-photo {
    min-height: 260px;
  }

  .product-overlay {
    margin: 14px;
    padding: 14px;
  }

  .product-logo,
  .product-chip {
    top: 14px;
  }

  .product-logo {
    left: 14px;
    max-width: 98px;
  }

  .product-chip {
    right: 14px;
  }
}

/* World-class launch pass 2: truthful interaction, roomier grids, national service map, and immersive media. */
.answer-grid,
.scope-grid,
.program-grid,
.service-depth,
.matrix-grid,
.giving-impact-grid {
  gap: clamp(16px, 2.2vw, 24px);
}

.answer-grid,
.scope-grid,
.service-depth,
.matrix-grid,
.giving-impact-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.service-depth {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.answer-grid article,
.scope-grid article,
.program-grid article,
.service-depth article,
.matrix-grid article,
.giving-impact-grid article {
  min-height: auto;
  padding: clamp(24px, 3vw, 34px);
}

.answer-grid article:hover,
.scope-grid article:hover,
.program-grid article:hover,
.service-depth article:hover,
.matrix-grid article:hover,
.giving-impact-grid article:hover {
  transform: none;
  background: var(--white);
  box-shadow: none;
}

.roomy-grid {
  align-items: start;
}

.stack-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.stack-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.stack-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brand);
  transform: translateY(-50%);
}

.compact-list {
  margin-top: 16px;
}

.service-flip-grid {
  border: 0;
  background: transparent;
  gap: clamp(16px, 2vw, 22px);
}

.service-flip-grid .flip-card {
  position: relative;
  min-height: 320px;
  perspective: 1800px;
}

.service-flip-grid > .flip-card {
  overflow: visible;
  padding: 0;
  border: 0;
}

.service-flip-grid .flip-card-shell {
  position: relative;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform 620ms var(--ease-premium);
}

.service-flip-grid .flip-card.is-flipped .flip-card-shell {
  transform: rotateY(180deg);
}

.flip-card-face {
  position: relative;
  min-height: inherit;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(16, 18, 20, 0.1);
  backface-visibility: hidden;
}

.flip-card-front {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(69, 188, 235, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 244, 0.92));
}

.flip-card-front-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  min-height: inherit;
}

.flip-card-front-content span {
  display: block;
  margin-bottom: 22px;
  color: var(--brand);
  font-weight: 700;
}

.flip-card-front-content h2 {
  max-width: 11ch;
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 0.98;
}

.flip-card-front-content p {
  max-width: 36ch;
  color: var(--muted);
}

.flip-card-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.flip-card-hit:focus-visible,
.flip-card-close:focus-visible,
.flip-card-link:focus-visible {
  outline: 3px solid rgba(69, 188, 235, 0.48);
  outline-offset: 4px;
}

.flip-card-front::after {
  content: "Flip for more";
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(16, 18, 20, 0.12);
  color: var(--brand-dark);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.flip-card:hover .flip-card-front::after,
.flip-card:focus-within .flip-card-front::after {
  transform: translateX(3px);
  border-color: rgba(69, 188, 235, 0.34);
  background: var(--brand-soft);
}

.flip-card-back {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 14px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 62, 99, 0.96), rgba(16, 18, 20, 0.98)),
    var(--ink);
  transform: rotateY(180deg);
}

.flip-card-close {
  justify-self: end;
  min-height: 34px;
  padding: 0 12px;
  color: var(--white);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.flip-card-kicker {
  margin: 4px 0 0;
  color: rgba(154, 223, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.flip-card-back h3 {
  max-width: 15ch;
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  line-height: 1.03;
}

.flip-card-back p:not(.flip-card-kicker) {
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.82);
}

.flip-card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  margin-top: auto;
  color: var(--ink);
  font-weight: 700;
  background: var(--white);
}

.services-page .service-depth {
  align-items: stretch;
}

.services-page .service-depth article {
  min-height: 250px;
}

.services-page .scope-grid article,
.company-page .answer-grid article {
  min-height: 0;
}

.company-page .seo-panel {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.company-page .answer-grid h3 {
  margin-bottom: 4px;
}

.coverage-map.coverage-map-national {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.national-map {
  display: grid;
  gap: 18px;
  min-height: 0;
  padding: clamp(18px, 2vw, 22px);
}

.national-map-stage {
  position: relative;
  min-height: clamp(360px, 42vw, 540px);
  padding: clamp(18px, 2vw, 22px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 48% 52%, rgba(69, 188, 235, 0.2), transparent 30%),
    radial-gradient(circle at 72% 72%, rgba(242, 194, 48, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(6, 18, 28, 0.52);
}

.national-map-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

.national-map-outline {
  position: absolute;
  inset: clamp(24px, 3vw, 34px) clamp(26px, 3vw, 36px) auto;
  width: calc(100% - clamp(52px, 6vw, 72px));
  height: auto;
  filter: brightness(1.25) drop-shadow(0 24px 42px rgba(0, 0, 0, 0.28));
  opacity: 0.82;
}

.coverage-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--pin-size, 56px);
  height: var(--pin-size, 56px);
  transform: translate(-50%, -50%);
  padding: 0;
  color: var(--white);
  font: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.coverage-node::before,
.coverage-node::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.coverage-node::before {
  inset: -7px;
  background: rgba(69, 188, 235, 0.16);
  border: 1px solid rgba(154, 223, 255, 0.28);
  opacity: 0;
  transform: scale(0.78);
  transition: opacity var(--transition), transform var(--transition);
}

.coverage-node::after {
  inset: -13px;
  border: 1px solid rgba(69, 188, 235, 0.32);
  animation: pin-ripple 3.1s ease-out infinite;
}

.coverage-node-thumb,
.coverage-node-office-mark,
.coverage-node-dot {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(69, 188, 235, 0.14);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.coverage-node-thumb {
  display: block;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.12);
}

.coverage-node-office-mark,
.coverage-node-dot {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.34), transparent 32%),
    linear-gradient(135deg, var(--sun), #f5a623);
  color: var(--ink);
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.coverage-node-label {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  white-space: nowrap;
  background: rgba(8, 14, 18, 0.88);
  backdrop-filter: blur(12px);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translate(-50%, -4px);
  transition: opacity var(--transition), transform var(--transition), background var(--transition), color var(--transition);
}

.coverage-node-office .coverage-node-label,
.coverage-node.is-active .coverage-node-label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.coverage-node-project:hover .coverage-node-label,
.coverage-node-project:focus-visible .coverage-node-label,
.coverage-node-project.is-active .coverage-node-label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.coverage-node-small {
  --pin-size: 42px;
}

.coverage-node-medium {
  --pin-size: 58px;
}

.coverage-node-large {
  --pin-size: 78px;
}

.coverage-node-office {
  --pin-size: 50px;
}

.coverage-node-office.coverage-node-medium {
  --pin-size: 52px;
}

.coverage-node:hover::before,
.coverage-node:focus-visible::before,
.coverage-node.is-active::before {
  opacity: 1;
  transform: scale(1);
}

.coverage-node:hover .coverage-node-thumb,
.coverage-node:focus-visible .coverage-node-thumb,
.coverage-node.is-active .coverage-node-thumb,
.coverage-node:hover .coverage-node-office-mark,
.coverage-node:focus-visible .coverage-node-office-mark,
.coverage-node.is-active .coverage-node-office-mark,
.coverage-node:hover .coverage-node-dot,
.coverage-node:focus-visible .coverage-node-dot,
.coverage-node.is-active .coverage-node-dot {
  transform: scale(1.1);
  border-color: var(--brand);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42), 0 0 0 9px rgba(69, 188, 235, 0.2);
}

.coverage-node:hover .coverage-node-label,
.coverage-node:focus-visible .coverage-node-label,
.coverage-node.is-active .coverage-node-label {
  background: rgba(69, 188, 235, 0.92);
  color: var(--ink);
}

.coverage-node:focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 10px;
}

.coverage-panel {
  position: static;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 0.58fr);
  gap: 16px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(16, 18, 20, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.map-note-media {
  margin: 0;
  overflow: hidden;
}

.map-note-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.map-note-copy {
  display: grid;
  gap: 8px;
  align-content: start;
}

.map-note-kicker {
  margin: 0;
  color: rgba(154, 223, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.map-note-meta {
  justify-self: start;
  padding: 6px 9px;
  color: var(--ink);
  background: rgba(154, 223, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.coverage-panel strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.15;
}

.coverage-panel span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.5;
}

.coverage-legend {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.coverage-legend span {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(8, 14, 18, 0.76);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
}

.coverage-legend i {
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.82);
}

.legend-office {
  width: 18px;
  height: 18px;
  background: var(--sun);
}

.legend-large {
  width: 28px;
  height: 28px;
  background: var(--brand);
}

.legend-medium {
  width: 22px;
  height: 22px;
  background: rgba(69, 188, 235, 0.72);
}

.legend-small {
  width: 16px;
  height: 16px;
  background: rgba(154, 223, 255, 0.9);
}

.coverage-map-national .coverage-map-copy {
  position: sticky;
  top: 108px;
  align-self: start;
}

.coverage-map-national .coverage-stats div {
  min-height: 122px;
}

.national-map-stage {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 30px 90px rgba(6, 18, 28, 0.18);
}

.coverage-node-project::after {
  animation-delay: calc(var(--pin-size, 56px) * -0.018s);
}

.coverage-node-large .coverage-node-label {
  opacity: 0.92;
  transform: translate(-50%, 0);
}

.coverage-node-small .coverage-node-label {
  top: calc(100% + 7px);
  font-size: 0.62rem;
}

.coverage-panel {
  min-height: 220px;
}

.map-note-media {
  background: rgba(255, 255, 255, 0.06);
}

.map-note-media img {
  min-height: 190px;
}

.map-note-copy strong {
  font-size: clamp(1.2rem, 2vw, 1.75rem);
}

.map-note-copy span:not(.map-note-meta) {
  max-width: 56ch;
}

.shop-page [data-package-card] {
  cursor: pointer;
  min-width: 0;
}

.shop-page [data-package-card]:hover {
  box-shadow: 0 24px 64px rgba(6, 18, 28, 0.14);
}

.shop-page .product-media.media-photo {
  background-image: none;
}

.shop-page .product-media.media-photo::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(6, 18, 28, 0.18));
}

.shop-page .product-media .product-photo {
  object-fit: contain;
  padding: clamp(24px, 3vw, 30px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 242, 0.94));
}

.shop-page .product-media,
.shop-page .product-copy,
.shop-page .product-purchase {
  min-width: 0;
}

.shop-page .product-overlay {
  align-self: end;
}

.station-comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.station-comparison-grid article {
  min-height: 290px;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(16, 18, 20, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 244, 0.94));
}

.station-comparison-grid span {
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.station-comparison-grid h3 {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.05;
}

.shop-page .cta-band {
  margin-bottom: clamp(34px, 4vw, 52px);
}

.ev-page .cta-band {
  margin-bottom: clamp(24px, 3vw, 40px);
}

.fleet-command {
  padding: clamp(58px, 8vw, 104px) 0 clamp(44px, 6vw, 76px);
}

.fleet-proof-media {
  padding-top: clamp(50px, 7vw, 86px);
}

.fleet-proof-media figure {
  min-height: clamp(360px, 39vw, 540px);
}

.fleet-decision-system,
.fleet-path,
.fleet-scenarios {
  padding-top: clamp(56px, 7vw, 92px);
}

.fleet-closeout,
.shop-quote-close {
  margin-top: clamp(52px, 7vw, 88px);
  margin-bottom: clamp(38px, 5vw, 66px);
}

.shop-quote-close {
  scroll-margin-top: 110px;
}

/* World-class system pass: stop cramped copy, make interactive surfaces honest, and tighten launch-critical page rhythm. */
.detail-grid,
.answer-grid,
.scope-grid,
.program-grid,
.solution-grid,
.shop-process,
.advisor-grid,
.station-comparison-grid,
.shop-procurement-grid,
.checkout-steps,
.checkout-review,
.decision-list,
.model-steps,
.fleet-decision-grid,
.fleet-scenario-grid,
.shop-quote-checklist {
  align-items: stretch;
}

.answer-grid,
.scope-grid,
.program-grid,
.solution-grid,
.shop-process,
.advisor-grid,
.station-comparison-grid,
.shop-procurement-grid,
.checkout-steps,
.checkout-review,
.fleet-decision-grid,
.fleet-scenario-grid,
.shop-quote-checklist {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
}

.detail-grid:not(.service-flip-grid) {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
}

.detail-grid article,
.answer-grid article,
.scope-grid article,
.program-grid article,
.solution-grid article,
.shop-process article,
.advisor-grid article,
.station-comparison-grid article,
.shop-procurement-grid article,
.checkout-steps article,
.checkout-review article,
.fleet-decision-grid article,
.fleet-scenario-grid article,
.shop-quote-checklist article {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.detail-grid p,
.answer-grid p,
.scope-grid p,
.program-grid p,
.solution-grid p,
.shop-process p,
.advisor-grid p,
.station-comparison-grid p,
.shop-procurement-grid p,
.checkout-steps p,
.checkout-review p,
.fleet-decision-grid p,
.fleet-scenario-grid p,
.shop-quote-checklist p {
  max-width: 62ch;
  line-height: 1.56;
}

.detail-grid h2,
.answer-grid h3,
.scope-grid h3,
.program-grid h3,
.solution-grid h3,
.station-comparison-grid h3,
.fleet-decision-grid h3,
.fleet-scenario-grid h3 {
  text-wrap: balance;
}

.click-card,
.market-card,
.service-link-card,
[data-package-card],
[data-map-pin],
details summary {
  touch-action: manipulation;
}

.click-card article::before,
.market-card article::before,
.service-link-card article::before,
.proof-hub-card article::before {
  content: "Open";
  width: auto;
  min-width: 54px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.service-list .service-link-card article::before,
.industry-list-clean .market-card article::before {
  content: "Open";
  position: absolute;
  right: clamp(16px, 2vw, 26px);
  bottom: clamp(16px, 2vw, 26px);
  display: inline-grid;
  width: auto;
  min-width: 58px;
  height: 30px;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(16, 18, 20, 0.15);
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.72);
}

.service-list .service-link-card:hover article::before,
.industry-list-clean .market-card:hover article::before {
  border-color: rgba(69, 188, 235, 0.34);
  background: var(--brand-soft);
}

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

@media (min-width: 701px) and (max-width: 1180px) {
  .service-list article {
    grid-template-columns: clamp(150px, 28vw, 240px) 54px minmax(260px, 1fr);
    gap: clamp(18px, 3vw, 34px);
    align-items: center;
    padding-right: 96px;
  }

  .service-list figure {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 100%;
    height: clamp(138px, 18vw, 190px);
  }

  .service-list span {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: center;
  }

  .service-list h3 {
    grid-column: 3;
    grid-row: 1;
    max-width: 24rem;
  }

  .service-list p {
    grid-column: 3;
    grid-row: 2;
    max-width: 56ch;
    min-width: 0;
  }
}

.hero {
  min-height: min(940px, calc(100svh - 82px));
}

.hero-content {
  padding-bottom: clamp(130px, 15vh, 180px);
}

.hero-video video {
  transform: scale(1.012);
  filter: saturate(1.05) contrast(1.04);
}

.operating-model {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.model-steps h3 {
  max-width: none;
  font-size: clamp(1.28rem, 1.9vw, 1.7rem);
}

.model-steps p {
  max-width: 68ch;
  font-size: clamp(0.98rem, 1.3vw, 1.06rem);
}

.shop-quote-close,
.fleet-closeout,
.contact-next,
.contact-compact {
  overflow: hidden;
}

.shop-quote-close {
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
}

.shop-quote-checklist article {
  background: rgba(255, 255, 255, 0.88);
}

.fleet-data-layer {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(56px, 7vw, 92px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: start;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(16, 18, 20, 0.1);
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.12), transparent 46%),
    #fbfcf8;
}

.fleet-data-layer p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.58;
}

.fleet-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(16, 18, 20, 0.1);
}

.fleet-data-grid article {
  min-height: 230px;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.88);
}

.fleet-data-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
}

.fleet-data-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.1;
}

.fleet-data-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.executive-intake-form {
  position: relative;
}

.form-priority,
.quote-lanes {
  display: grid;
  gap: 1px;
  padding: 1px;
  background: rgba(16, 18, 20, 0.1);
}

.quote-lanes {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  margin: 26px 0 28px;
}

.quote-lanes article {
  min-height: 132px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.quote-lanes strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-dark);
  font-size: 0.92rem;
}

.quote-lanes span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.executive-intake-form label {
  min-width: 0;
}

.executive-intake-form input,
.executive-intake-form select,
.executive-intake-form textarea {
  min-width: 0;
}

.executive-intake-form input[type="file"] {
  padding: 14px;
  border-style: dashed;
  background: #fff;
}

.checkout-page {
  align-items: start;
}

.checkout-copy {
  top: 108px;
}

.checkout-form {
  box-shadow: 0 26px 70px rgba(6, 18, 28, 0.08);
}

@media (max-width: 980px) {
  .fleet-command,
  .fleet-proof-media,
  .fleet-data-layer,
  .fleet-path,
  .fleet-closeout,
  .shop-quote-close {
    grid-template-columns: 1fr;
  }

  .fleet-command {
    padding-top: 64px;
  }

  .fleet-proof-media {
    padding-top: 64px;
  }

  .fleet-decision-grid,
  .fleet-scenario-grid,
  .fleet-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fleet-path-steps li {
    grid-template-columns: 54px minmax(120px, 0.34fr) 1fr;
  }

  .shop-quote-checklist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .coverage-map-national .coverage-map-copy {
    position: static;
  }

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

@media (max-width: 700px) {
  .fleet-command,
  .fleet-proof-media,
  .fleet-data-layer,
  .fleet-decision-system,
  .fleet-path,
  .fleet-scenarios,
  .fleet-closeout,
  .shop-quote-close {
    width: min(100% - 28px, var(--max));
  }

  .fleet-kpi-row,
  .fleet-board-metrics,
  .fleet-decision-grid,
  .fleet-scenario-grid,
  .fleet-data-grid,
  .shop-quote-checklist {
    grid-template-columns: 1fr;
  }

  .fleet-kpi-row div,
  .fleet-board-metrics article,
  .fleet-decision-grid article {
    min-height: auto;
  }

  .fleet-board-header {
    display: grid;
    gap: 8px;
  }

  .fleet-board-list div,
  .fleet-path-steps li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .fleet-proof-media figure {
    min-height: 340px;
  }

  .fleet-proof-media figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    font-size: 0.84rem;
  }

  .fleet-scenario-grid article {
    grid-template-rows: 210px 1fr;
  }

  .fleet-closeout,
  .shop-quote-close {
    padding: 28px 18px;
  }

  .model-steps article,
  .model-steps p {
    grid-column: auto;
  }

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

  .shop-quote-close {
    grid-template-columns: 1fr;
  }

  .coverage-legend {
    grid-template-columns: 1fr;
  }

  .coverage-panel {
    min-height: 0;
  }
}

.giving-video-immersive {
  position: relative;
  width: 100%;
  min-height: clamp(560px, 72vh, 840px);
  margin-inline: 0;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: var(--ink);
}

.giving-video-bg,
.giving-video-overlay {
  position: absolute;
  inset: 0;
}

.giving-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.giving-video-overlay {
  background:
    linear-gradient(90deg, rgba(6, 18, 28, 0.78), rgba(6, 18, 28, 0.28) 45%, rgba(6, 18, 28, 0.62)),
    linear-gradient(180deg, rgba(6, 18, 28, 0.08), rgba(6, 18, 28, 0.5));
}

.giving-video-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 36px));
  min-height: inherit;
  margin: 0 auto;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: clamp(42px, 7vw, 86px) 0;
  color: var(--white);
}

.giving-video-content h2 {
  max-width: 10ch;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  line-height: 0.94;
}

.giving-video-content p:not(.eyebrow) {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.84);
}

.giving-page .giving-gallery {
  margin-top: clamp(42px, 6vw, 78px);
}

@media (max-width: 1080px) {
  .coverage-map.coverage-map-national,
  .company-page .seo-panel {
    grid-template-columns: 1fr;
  }

  .coverage-panel {
    grid-template-columns: 1fr;
  }

  .station-comparison-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .service-flip-grid {
    grid-template-columns: 1fr;
  }

  .national-map-outline {
    inset: 26px 18px auto;
    width: calc(100% - 36px);
  }

  .coverage-node-label {
    display: flex;
    min-height: 26px;
    padding: 0 7px;
    font-size: 0.62rem;
    opacity: 0;
  }

  .coverage-node-office .coverage-node-label {
    opacity: 0;
  }
}

@media (max-width: 700px) {
  .shop-page .product-card {
    grid-template-columns: 1fr;
  }

  .flip-card-back h3,
  .giving-video-content h2 {
    max-width: none;
  }

  .flip-card-back,
  .flip-card-front {
    min-height: 300px;
  }

  .national-map {
    padding: 14px;
  }

  .national-map-stage {
    min-height: 340px;
    padding: 12px;
  }

  .coverage-node-small {
    --pin-size: 34px;
  }

  .coverage-node-medium,
  .coverage-node-office.coverage-node-medium {
    --pin-size: 42px;
  }

  .coverage-node-large {
    --pin-size: 54px;
  }

  .coverage-stats {
    grid-template-columns: 1fr;
  }

  .giving-video-immersive {
    min-height: 480px;
  }

  .giving-video-content {
    align-content: end;
    padding: 34px 0;
  }
}

.coming-soon-panel p:not(.eyebrow) {
  max-width: 38rem;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.55;
}

.coming-soon-form .button {
  width: 100%;
  justify-content: center;
}

/* Launch-quality execution pass: proof-first service area, fleet command layer, and calmer page density. */
.coverage-project-strip,
.fleet-control-layer {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.coverage-project-strip {
  margin-top: clamp(54px, 7vw, 92px);
}

.coverage-project-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(220px, 16vw);
  gap: 12px;
}

.coverage-project-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 220px;
  grid-column: span 2;
  overflow: hidden;
  padding: clamp(18px, 2.6vw, 28px);
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
  box-shadow: 0 24px 64px rgba(6, 18, 28, 0.16);
  transition: transform var(--transition), box-shadow var(--transition);
}

.coverage-project-large {
  grid-column: span 3;
  grid-row: span 2;
}

.coverage-project-small {
  grid-column: span 2;
}

.coverage-project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 18, 28, 0.04), rgba(6, 18, 28, 0.84)),
    linear-gradient(135deg, rgba(69, 188, 235, 0.2), transparent 44%);
}

.coverage-project-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.02);
  transition: transform 620ms var(--ease-premium), filter var(--transition);
}

.coverage-project-card:hover,
.coverage-project-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 32px 82px rgba(6, 18, 28, 0.24);
}

.coverage-project-card:hover img,
.coverage-project-card:focus-visible img {
  filter: saturate(1.16) contrast(1.08);
  transform: scale(1.08);
}

.coverage-project-card span {
  margin-bottom: 8px;
  color: #9adfff;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.coverage-project-card strong {
  max-width: 15ch;
  color: var(--white);
  font-size: clamp(1.3rem, 2.4vw, 2.7rem);
  line-height: 1;
}

.coverage-project-card em {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-weight: 700;
}

.coverage-project-card::after {
  content: "Start similar review";
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fleet-control-layer {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  margin-top: clamp(56px, 7vw, 92px);
  padding: clamp(32px, 5vw, 58px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.18), transparent 40%),
    linear-gradient(180deg, #11181d, #080c0f);
  box-shadow: 0 30px 90px rgba(6, 18, 28, 0.2);
}

.fleet-control-layer h2 {
  color: var(--white);
}

.fleet-control-layer p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.06rem;
  line-height: 1.62;
}

.fleet-control-board {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  backdrop-filter: blur(10px);
}

.control-board-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.control-board-top span,
.control-lanes span,
.control-checks span {
  color: #9adfff;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.control-board-top strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  text-align: right;
}

.control-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.control-lanes article {
  min-height: 158px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
}

.control-lanes strong {
  display: block;
  margin: 20px 0 8px;
  color: var(--white);
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  line-height: 0.98;
}

.control-lanes p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.42;
}

.control-checks {
  display: grid;
  gap: 8px;
}

.control-checks div {
  display: grid;
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.control-checks strong {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.34;
}

.shop-page .product-card {
  border-radius: 8px;
}

.shop-page .product-copy p,
.shop-page .bundle-list small,
.shop-page .product-purchase small {
  max-width: 74ch;
}

.shop-page .product-specs {
  grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
}

.shop-page .store-filter {
  position: sticky;
  top: calc(var(--header-offset, 84px) + 8px);
  z-index: 5;
  box-shadow: 0 14px 34px rgba(6, 18, 28, 0.08);
}

.page-contact form,
.checkout-form {
  border-color: rgba(7, 93, 143, 0.18);
}

@media (max-width: 1080px) {
  .coverage-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(260px, 34vw);
  }

  .coverage-project-card,
  .coverage-project-large,
  .coverage-project-small {
    grid-column: span 1;
    grid-row: auto;
  }

  .fleet-control-layer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .coverage-project-strip,
  .fleet-control-layer {
    width: min(100% - 28px, var(--max));
  }

  .coverage-project-grid,
  .control-lanes {
    grid-template-columns: 1fr;
  }

  .coverage-project-grid {
    grid-auto-rows: minmax(260px, 78vw);
  }

  .fleet-control-layer {
    margin-top: 38px;
    padding: 26px 18px;
  }

  .control-board-top,
  .control-checks div {
    grid-template-columns: 1fr;
    display: grid;
    text-align: left;
  }

  .control-board-top strong {
    text-align: left;
  }

  .control-lanes article {
    min-height: auto;
  }

  .shop-page .store-filter {
    position: static;
  }
}

.motion-ready .coverage-project-card,
.motion-ready .control-lanes article,
.motion-ready .control-checks div {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms var(--ease-premium), transform 680ms var(--ease-premium);
  transition-delay: calc(var(--reveal-index, 0) * 42ms);
}

.motion-ready .coverage-project-card.is-visible,
.motion-ready .control-lanes article.is-visible,
.motion-ready .control-checks div.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Launch-readiness pass: keep dense sections readable and remove skinny-column failures. */
.model-steps article,
.decision-list article,
.checkout-review article,
.checkout-steps article,
.cart-confidence article,
.contact-card,
.form-assurance,
.product-copy,
.product-purchase,
.quote-lanes article,
.control-lanes article,
.control-checks div,
.planner-output-grid article,
.planner-recommendations,
.map-location-list button,
.station-comparison-grid article,
.shop-procurement-grid article,
.answer-grid article,
.scope-grid article,
.program-grid article,
.solution-grid article,
.detail-grid article {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.model-steps p,
.decision-list span,
.checkout-review p,
.checkout-steps p,
.cart-confidence p,
.contact-card a,
.form-assurance span,
.product-copy p,
.product-purchase small,
.quote-lanes span,
.control-lanes p,
.control-checks strong,
.planner-output-grid small,
.planner-recommendations li,
.map-location-list small,
.station-comparison-grid p,
.shop-procurement-grid p,
.answer-grid p,
.scope-grid p,
.program-grid p,
.solution-grid p,
.detail-grid p {
  max-width: 68ch;
  overflow-wrap: break-word;
  hyphens: none;
}

.checkout-form,
.page-contact form {
  gap: clamp(14px, 2vw, 18px);
}

.intake-step label,
.checkout-form label,
.page-contact form label {
  min-width: 0;
}

.store-filter a,
.store-filter button,
.intake-progress button,
.quote-path-tabs button,
.map-filter-bar button,
.cart-line-controls button {
  white-space: normal;
  text-align: center;
}

@media (max-width: 860px) {
  .operating-model,
  .model-steps article,
  .contact-next,
  .page-contact,
  .cart-page,
  .checkout-page,
  .shop-quote-close,
  .fleet-data-layer,
  .fleet-control-layer,
  .quote-path-panel,
  .quote-builder-rail {
    grid-template-columns: 1fr;
  }

  .model-steps article,
  .control-checks div,
  .fleet-path-steps li,
  .cart-line,
  .cart-line-controls {
    gap: 10px;
  }

  .operating-model > div:first-child,
  .checkout-copy,
  .cart-summary,
  .coverage-map-national .coverage-map-copy {
    position: static;
  }
}

@media (max-width: 700px) {
  .detail-grid,
  .answer-grid,
  .scope-grid,
  .program-grid,
  .solution-grid,
  .shop-process,
  .advisor-grid,
  .station-comparison-grid,
  .shop-procurement-grid,
  .checkout-steps,
  .checkout-review,
  .cart-confidence,
  .decision-list,
  .model-steps,
  .fleet-decision-grid,
  .fleet-scenario-grid,
  .shop-quote-checklist,
  .quote-lanes,
  .planner-output-grid,
  .control-lanes,
  .control-checks,
  .product-specs {
    grid-template-columns: 1fr;
  }

  .detail-grid article,
  .answer-grid article,
  .scope-grid article,
  .program-grid article,
  .solution-grid article,
  .shop-process article,
  .advisor-grid article,
  .station-comparison-grid article,
  .shop-procurement-grid article,
  .checkout-steps article,
  .checkout-review article,
  .cart-confidence article,
  .decision-list article,
  .model-steps article,
  .fleet-decision-grid article,
  .fleet-scenario-grid article,
  .shop-quote-checklist article,
  .quote-lanes article,
  .control-lanes article {
    min-height: auto;
    padding: clamp(18px, 6vw, 26px);
  }

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

  .model-steps span,
  .service-list span,
  .control-lanes span,
  .control-checks span {
    width: fit-content;
    max-width: 100%;
  }

  .service-list article,
  .service-grid.service-list article {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .service-list figure,
  .service-grid.service-list figure {
    width: 100%;
    height: auto;
    min-height: 210px;
    aspect-ratio: 16 / 10;
  }

  .service-list h3,
  .service-grid.service-list h3,
  .service-list p,
  .service-grid.service-list p {
    max-width: 100%;
  }

  .store-filter {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .store-filter a,
  .store-filter button {
    flex: 0 0 auto;
    min-width: max-content;
    padding-inline: 16px;
  }

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

  .intake-step {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .product-card,
  .shop-page .product-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-copy h3,
  .cart-main h1,
  .checkout-copy h1,
  .page-contact h1 {
    text-wrap: balance;
  }

  .quote-builder-rail {
    position: static;
    margin-inline: 14px;
  }
}

@media (max-width: 420px) {
  .intake-progress {
    grid-template-columns: 1fr;
  }

  .button,
  .store-filter a,
  .store-filter button,
  .quote-path-tabs button,
  .intake-progress button {
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .proof-link-band {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 22px;
  }

  .proof-link-band .button {
    width: 100%;
  }

  body:has(#project-review-form) .mobile-action-bar,
  body:has(.checkout-form) .mobile-action-bar {
    display: none;
  }
}

/* Mountain pass: premium map controls, fleet planner, quote builder, and guided intake. */
.map-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 18, 0.74);
}

.map-filter-bar button,
.quote-path-tabs button,
.intake-progress button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.map-filter-bar button {
  padding: 0 12px;
}

.map-filter-bar button:hover,
.map-filter-bar button:focus-visible,
.map-filter-bar button[aria-pressed="true"] {
  color: var(--ink);
  border-color: rgba(154, 223, 255, 0.72);
  background: #9adfff;
}

.coverage-node[hidden],
.map-location-list button[hidden] {
  display: none;
}

.map-location-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
  gap: 8px;
}

.map-location-list button {
  display: grid;
  gap: 5px;
  min-height: 104px;
  padding: 14px;
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 14, 18, 0.72);
  font: inherit;
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.map-location-list button:hover,
.map-location-list button:focus-visible,
.map-location-list button.is-active {
  transform: translateY(-2px);
  border-color: rgba(154, 223, 255, 0.54);
  background: rgba(18, 44, 58, 0.9);
}

.map-location-list span {
  color: #9adfff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.map-location-list strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.1;
}

.map-location-list small {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.35;
}

.fleet-planner {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(56px, 7vw, 96px) auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(360px, 0.82fr) minmax(360px, 1fr);
  gap: 1px;
  padding: 1px;
  color: var(--white);
  background: rgba(154, 223, 255, 0.22);
  box-shadow: 0 34px 90px rgba(6, 18, 28, 0.22);
}

.fleet-planner > * {
  min-width: 0;
  padding: clamp(24px, 3.8vw, 42px);
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.14), transparent 42%),
    #0b1116;
}

.fleet-planner-copy h2 {
  color: var(--white);
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  line-height: 0.96;
}

.fleet-planner-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.fleet-readiness-score {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.fleet-readiness-score span {
  color: var(--sun);
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 700;
  line-height: 0.85;
}

.fleet-readiness-score strong {
  color: var(--white);
  font-size: 1.18rem;
}

.fleet-readiness-score small {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.42;
}

.fleet-planner-controls {
  display: grid;
  gap: 18px;
}

.fleet-planner-controls label {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 700;
}

.fleet-planner-controls input[type="range"] {
  accent-color: var(--sun);
}

.fleet-planner-controls label > span {
  color: #9adfff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fleet-planner-output {
  display: grid;
  gap: 18px;
}

.planner-meter {
  height: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.planner-meter span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--sun), #9adfff);
  transition: width 420ms var(--ease-premium);
}

.planner-output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.planner-output-grid article,
.planner-recommendations {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.planner-output-grid span {
  color: #9adfff;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
}

.planner-output-grid strong {
  display: block;
  margin: 14px 0 4px;
  color: var(--white);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
}

.planner-output-grid small,
.planner-recommendations li {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.42;
}

.planner-recommendations strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
}

.planner-recommendations ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.quote-builder-rail {
  /* Interim fix: was position: sticky, which parked this banner mid-viewport
     over product content for the whole page. Static until the Phase 2
     quote-experience redesign. */
  position: static;
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 18px 0 28px;
  padding: clamp(18px, 2vw, 24px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.2), transparent 38%),
    #0b1116;
  box-shadow: 0 22px 70px rgba(6, 18, 28, 0.2);
}

.quote-builder-rail h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.quote-builder-rail p:not(.eyebrow) {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.45;
}

.quote-builder-items {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.quote-builder-items article {
  flex: 0 0 min(260px, 76vw);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.quote-builder-items strong {
  display: block;
  color: var(--white);
  line-height: 1.16;
}

.quote-builder-items span {
  display: block;
  margin-top: 6px;
  color: rgba(154, 223, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
}

.quote-builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: end;
}

.quote-path-builder {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(54px, 7vw, 92px) auto 0;
}

.quote-path-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(16, 18, 20, 0.12);
}

.quote-path-tabs button {
  min-height: 64px;
  padding: 12px;
  color: var(--brand-dark);
  border-color: rgba(16, 18, 20, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.quote-path-tabs button[aria-selected="true"],
.quote-path-tabs button:hover,
.quote-path-tabs button:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.quote-path-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(260px, 0.68fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(26px, 4vw, 44px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 93, 143, 0.9), rgba(16, 18, 20, 0.96)),
    var(--ink);
}

.quote-path-panel span {
  color: #9adfff;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.quote-path-panel h3 {
  max-width: 14ch;
  margin: 12px 0 10px;
  color: var(--white);
  font-size: clamp(1.65rem, 3.2vw, 3rem);
  line-height: 0.98;
}

.quote-path-panel p,
.quote-path-panel li {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.quote-path-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.intake-progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(16, 18, 20, 0.12);
}

.intake-progress button {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--brand-dark);
  border-color: rgba(16, 18, 20, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.intake-progress button span {
  color: var(--brand);
}

.intake-progress button[aria-current="step"],
.intake-progress button:hover,
.intake-progress button:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.intake-step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: clamp(18px, 2.6vw, 28px);
  border: 1px solid rgba(16, 18, 20, 0.1);
  background:
    linear-gradient(135deg, rgba(69, 188, 235, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.86);
}

.intake-step[hidden] {
  display: none;
}

.intake-step legend {
  padding: 0 10px;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.intake-step-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 1120px) {
  .fleet-planner,
  .quote-path-panel,
  .quote-builder-rail {
    grid-template-columns: 1fr;
  }

  .quote-builder-actions {
    justify-content: start;
  }
}

@media (max-width: 760px) {
  .fleet-planner,
  .quote-path-builder {
    width: min(100% - 28px, var(--max));
  }

  .planner-output-grid,
  .quote-path-tabs,
  .intake-step {
    grid-template-columns: 1fr;
  }

  .quote-builder-rail {
    position: static;
  }

  .map-filter-bar {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .map-filter-bar button {
    flex: 0 0 auto;
  }
}

.motion-ready .fleet-planner,
.motion-ready .quote-builder-rail,
.motion-ready .quote-path-builder,
.motion-ready .map-location-list button {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 680ms var(--ease-premium), transform 680ms var(--ease-premium);
  transition-delay: calc(var(--reveal-index, 0) * 42ms);
}

.motion-ready .fleet-planner.is-visible,
.motion-ready .quote-builder-rail.is-visible,
.motion-ready .quote-path-builder.is-visible,
.motion-ready .map-location-list button.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Final QA guardrail: this must remain at the end so later feature blocks cannot reintroduce skinny text. */
.product-card,
.shop-page .product-card,
.fleet-data-grid,
.fleet-decision-grid,
.fleet-scenario-grid,
.checkout-review,
.checkout-steps,
.cart-confidence,
.decision-list,
.model-steps,
.control-lanes,
.control-checks,
.market-showcase,
.industry-list-clean,
.answer-grid,
.shop-procurement-grid,
.station-comparison-grid {
  min-width: 0;
}

.product-card > *,
.shop-page .product-card > *,
.fleet-data-grid > *,
.fleet-decision-grid > *,
.fleet-scenario-grid > *,
.checkout-review > *,
.checkout-steps > *,
.cart-confidence > *,
.decision-list > *,
.model-steps > *,
.control-lanes > *,
.control-checks > *,
.market-showcase > *,
.industry-list-clean > *,
.answer-grid > *,
.shop-procurement-grid > *,
.station-comparison-grid > * {
  min-width: 0;
}

.product-card p,
.shop-page .product-card p,
.fleet-data-grid p,
.fleet-decision-grid p,
.fleet-scenario-grid p,
.checkout-review p,
.checkout-steps p,
.cart-confidence p,
.decision-list span,
.model-steps p,
.control-lanes p,
.control-checks strong,
.market-showcase p,
.industry-list-clean p,
.answer-grid p,
.shop-procurement-grid p,
.station-comparison-grid p {
  max-width: 68ch;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 1180px) {
  .shop-page .product-card,
  .product-card {
    grid-template-columns: 1fr;
  }

  .product-media,
  .shop-page .product-media {
    min-height: clamp(230px, 42vw, 360px);
  }

  .product-copy p,
  .shop-page .product-copy p {
    width: 100%;
    max-width: 72ch;
  }
}

@media (max-width: 760px) {
  .market-showcase,
  .industry-list-clean,
  .project-control-grid,
  .control-lanes,
  .control-checks,
  .fleet-data-grid,
  .fleet-decision-grid,
  .fleet-scenario-grid,
  .checkout-review,
  .checkout-steps,
  .cart-confidence,
  .decision-list,
  .model-steps,
  .answer-grid,
  .shop-procurement-grid,
  .station-comparison-grid {
    grid-template-columns: 1fr;
  }

  .market-showcase article,
  .market-showcase details,
  .industry-list-clean article,
  .decision-list article,
  .checkout-review article,
  .checkout-steps article,
  .cart-confidence article,
  .model-steps article,
  .control-lanes article,
  .control-checks div,
  .fleet-data-grid article,
  .fleet-decision-grid article,
  .fleet-scenario-grid article,
  .answer-grid article,
  .shop-procurement-grid article,
  .station-comparison-grid article {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .decision-list strong,
  .model-steps span,
  .control-lanes span,
  .control-checks span {
    width: fit-content;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .project-control-panel,
  .project-control-card,
  .product-card,
  .shop-page .product-card,
  .checkout-review article,
  .checkout-steps article,
  .decision-list article,
  .market-showcase article,
  .market-showcase details,
  .industry-list-clean article {
    padding-inline: 18px;
  }

  .product-copy p,
  .shop-page .product-copy p,
  .fleet-data-grid p,
  .fleet-decision-grid p,
  .fleet-scenario-grid p,
  .checkout-review p,
  .checkout-steps p,
  .cart-confidence p,
  .decision-list span,
  .model-steps p,
  .control-lanes p,
  .control-checks strong,
  .market-showcase p,
  .industry-list-clean p,
  .answer-grid p,
  .shop-procurement-grid p,
  .station-comparison-grid p {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  body.fleet-page.motion-ready .reveal-from-left,
  body.fleet-page.motion-ready .reveal-from-right {
    transform: translate3d(0, 26px, 0) scale(0.985) !important;
  }

  body.fleet-page.motion-ready .service-grid article.reveal-from-right span,
  body.fleet-page.motion-ready .process-steps article.reveal-from-right span,
  body.fleet-page.motion-ready .detail-grid article.reveal-from-right span,
  body.fleet-page.motion-ready .matrix-grid article.reveal-from-right span {
    transform: translateX(0) !important;
  }
}

.fleet-page {
  overflow-x: clip;
  max-width: 100vw;
}

.fleet-page main {
  overflow-x: clip;
}

@media (max-width: 980px) {
  .fleet-page .fleet-data-layer,
  .fleet-page .fleet-control-layer,
  .fleet-page .fleet-planner,
  .fleet-page .fleet-proof-media,
  .fleet-page .fleet-command {
    max-width: min(var(--max), calc(100vw - 36px));
  }

  body.fleet-page.motion-ready .reveal-from-left,
  body.fleet-page.motion-ready .reveal-from-right {
    transform: translate3d(0, 26px, 0) scale(0.985);
  }

  body.fleet-page.motion-ready .service-grid article.reveal-from-right span,
  body.fleet-page.motion-ready .process-steps article.reveal-from-right span,
  body.fleet-page.motion-ready .detail-grid article.reveal-from-right span,
  body.fleet-page.motion-ready .matrix-grid article.reveal-from-right span {
    transform: translateX(0);
  }
}

/* Final responsive QA patch: explicit fixes for components that were still creating narrow text columns. */
.fleet-data-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.shop-process {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.project-command,
.command-panel,
.command-console,
.console-feed,
.model-status-card,
.shop-process,
.fleet-data-grid,
.planner-recommendations,
.answer-grid,
.checkout-review {
  min-width: 0;
}

.command-panel > *,
.command-console > *,
.console-feed > *,
.model-status-card > *,
.shop-process > *,
.fleet-data-grid > *,
.planner-recommendations > *,
.answer-grid > *,
.checkout-review > * {
  min-width: 0;
}

.model-status-card p,
.console-feed p,
.shop-process p,
.fleet-data-grid p,
.planner-recommendations li,
.answer-grid p,
.checkout-review p {
  width: auto;
  max-width: 70ch;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 900px) {
  .shop-process,
  .fleet-data-grid,
  .answer-grid,
  .checkout-review {
    grid-template-columns: 1fr;
  }

  .shop-process article,
  .fleet-data-grid article,
  .answer-grid article,
  .checkout-review article {
    min-height: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .project-command {
    grid-template-columns: 1fr;
  }

  .command-console {
    gap: 18px;
  }

  .model-status-card,
  .console-feed {
    grid-template-columns: 1fr;
  }

  .console-feed article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .model-status-card p,
  .console-feed p,
  .decision-list span,
  .checkout-review p,
  .answer-grid p,
  .shop-process p,
  .fleet-data-grid p,
  .planner-recommendations li {
    max-width: 100%;
  }

  .planner-recommendations {
    padding: 18px;
  }

  .planner-recommendations ul {
    padding-left: 18px;
  }
}

@media (max-width: 420px) {
  .project-command,
  .command-console,
  .model-status-card,
  .console-feed article,
  .shop-process article,
  .fleet-data-grid article,
  .answer-grid article,
  .checkout-review article {
    padding-inline: 16px;
  }

  .model-status-card,
  .console-feed article,
  .decision-list article,
  .checkout-review article {
    display: grid;
    grid-template-columns: 1fr;
  }

  .decision-list span,
  .checkout-review p,
  .answer-grid p,
  .shop-process p,
  .fleet-data-grid p,
  .planner-recommendations li {
    min-width: 0;
    width: auto;
    max-width: 100%;
  }
}

/* Absolute final launch QA guardrail. Keep this at EOF. */
@media (max-width: 900px) {
  .shop-process,
  .shop-quote-checklist,
  .fleet-data-grid,
  .answer-grid,
  .checkout-review,
  .decision-list,
  .summary-checklist {
    grid-template-columns: 1fr !important;
  }

  .shop-process article,
  .shop-quote-checklist article,
  .fleet-data-grid article,
  .answer-grid article,
  .checkout-review article,
  .decision-list article,
  .summary-checklist {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
  }

  body.fleet-page.motion-ready .reveal-from-left,
  body.fleet-page.motion-ready .reveal-from-right {
    transform: translate3d(0, 26px, 0) scale(0.985) !important;
  }
}

@media (max-width: 640px) {
  .project-command,
  .command-panel,
  .command-console,
  .console-feed,
  .model-status-card,
  .console-feed article,
  .console-feed article.is-active,
  .console-feed article.reveal-from-left,
  .console-feed article.reveal-from-right,
  .decision-list article,
  .checkout-review article,
  .answer-grid article,
  .shop-process article,
  .shop-quote-checklist article,
  .fleet-data-grid article {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .model-status-card p,
  .console-feed p,
  .decision-list span,
  .checkout-review p,
  .answer-grid p,
  .shop-process p,
  .shop-quote-checklist p,
  .fleet-data-grid p,
  .planner-recommendations li,
  .summary-checklist li {
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}

@media (max-width: 420px) {
  .model-status-card,
  .console-feed article,
  .console-feed article.is-active,
  .console-feed article.reveal-from-left,
  .console-feed article.reveal-from-right,
  .decision-list article,
  .checkout-review article,
  .answer-grid article,
  .shop-process article,
  .shop-quote-checklist article,
  .fleet-data-grid article,
  .planner-recommendations,
  .summary-checklist {
    padding-inline: 18px !important;
  }

  .model-status-card,
  .console-feed article,
  .console-feed article.is-active,
  .console-feed article.reveal-from-left,
  .console-feed article.reveal-from-right,
  .decision-list article,
  .checkout-review article,
  .answer-grid article,
  .shop-process article,
  .shop-quote-checklist article,
  .fleet-data-grid article,
  .planner-recommendations,
  .summary-checklist {
    padding-inline: 12px !important;
  }

  .console-feed article {
    gap: 12px !important;
  }
}

@media (max-width: 420px) {
  body.motion-ready .project-command .console-feed article,
  body.motion-ready .project-command .console-feed article.is-active,
  body.motion-ready .project-command .console-feed article.reveal-from-left,
  body.motion-ready .project-command .console-feed article.reveal-from-right,
  body.motion-ready .project-command .model-status-card {
    display: block !important;
    grid-template-columns: none !important;
    padding: 12px !important;
  }

  body.motion-ready .project-command .console-feed article p,
  body.motion-ready .project-command .model-status-card p,
  .answer-grid article p,
  .fleet-data-grid article p,
  .planner-recommendations li,
  .summary-checklist li {
    max-width: none !important;
    font-size: 0.84rem !important;
    line-height: 1.32 !important;
  }

  .answer-grid article,
  .fleet-data-grid article,
  .planner-recommendations,
  .summary-checklist {
    padding: 12px !important;
  }

  body.motion-ready .project-command .model-status-card {
    position: static !important;
    width: 100% !important;
    margin-top: 12px !important;
  }

  body.motion-ready .project-command .model-status-card p {
    font-size: 0.76rem !important;
    line-height: 1.24 !important;
  }

  .shop-page .answer-grid article p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    font-size: 0.76rem !important;
    line-height: 1.28 !important;
  }
}

/* ---- Equipment catalog (generated pages) ---- */
.catalog-page main { width: min(var(--max, 1200px), calc(100% - 36px)); margin: 0 auto; }
.catalog-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(64px, 9vw, 120px) clamp(18px, 4vw, 56px) clamp(88px, 10vw, 140px);
  color: var(--white);
  background:
    radial-gradient(ellipse at 82% 8%, rgba(69, 188, 235, 0.13), transparent 46%),
    linear-gradient(165deg, #080e12, #0d1319 58%, #0b141b);
}
.catalog-hero > * { width: min(var(--max, 1200px), 100%); margin-left: auto; margin-right: auto; }
.catalog-hero h1 { font-size: clamp(2.2rem, 3.6vw, 3.6rem); line-height: 1.06; max-width: 900px; color: var(--white); }
.catalog-hero p:not(.eyebrow):not(.catalog-breadcrumb) { color: rgba(255, 255, 255, 0.76); max-width: 760px; }
.catalog-hero .catalog-breadcrumb, .catalog-hero .catalog-breadcrumb a { color: rgba(255, 255, 255, 0.55); }
.catalog-hero .catalog-relationship { color: var(--brand); }
.catalog-hero .catalog-status-note { background: rgba(242, 194, 48, 0.14); color: rgba(255,255,255,0.85); }
.catalog-logo-text {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}
.catalog-breadcrumb { font-size: 0.85rem; color: var(--muted); margin-bottom: 18px; }
.catalog-breadcrumb a { color: var(--muted); text-decoration: none; }
.catalog-breadcrumb a:hover { color: var(--brand-dark); text-decoration: underline; }
.catalog-relationship { font-weight: 700; color: var(--brand-dark); letter-spacing: 0.02em; }
.catalog-status-note { padding: 10px 14px; border-left: 3px solid #f2c230; background: rgba(242, 194, 48, 0.08); }
.catalog-price-note { color: var(--muted); font-size: 0.95rem; }
.catalog-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: color 160ms ease;
}
.catalog-back:hover, .catalog-back:focus-visible { color: var(--white); }
.catalog-body {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
  padding-top: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(40px, 6vw, 72px);
}
.catalog-take h2, .catalog-specs h2, .catalog-mfr-copy h2 { font-size: 1.35rem; margin-bottom: 14px; }
.catalog-take > p { max-width: 62ch; font-size: 1.08rem; line-height: 1.7; }
.catalog-mfr-copy { margin-top: clamp(24px, 3vw, 36px); }
.catalog-mfr-copy p { max-width: 62ch; line-height: 1.65; color: var(--muted); }
.catalog-take-cta {
  max-width: 62ch;
  margin-top: clamp(28px, 4vw, 44px);
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--brand);
  background: var(--panel);
}
.catalog-take-cta p { margin-bottom: 10px; font-size: 0.94rem; line-height: 1.6; color: var(--muted); }
.catalog-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  margin: 0 0 clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  background: #fff;
  padding: clamp(16px, 2.5vw, 28px);
  overflow: hidden;
}
.catalog-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog-card .catalog-product-media {
  aspect-ratio: 4 / 3;
  padding: 14px;
  margin: -8px -8px 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.catalog-card { overflow: hidden; }
.catalog-card .catalog-product-media img { transition: transform 260ms var(--ease-premium, ease); }
.catalog-card:hover .catalog-product-media img { transform: scale(1.03); }
.catalog-media-placeholder { position: relative; flex-direction: column; gap: 10px; background: var(--panel); }
.catalog-media-placeholder .catalog-media-logo {
  width: auto;
  max-width: 46%;
  max-height: 34%;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(0.35);
}
.catalog-media-placeholder .catalog-media-word {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}
.catalog-media-placeholder figcaption {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.75;
}
.catalog-specs {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  background: #fff;
}
.catalog-specs h3 { margin-top: clamp(24px, 3vw, 32px); margin-bottom: 4px; font-size: 1.05rem; }
.spec-table { width: 100%; margin-top: 4px; border-collapse: collapse; font-size: 0.95rem; }
.spec-table th, .spec-table td { text-align: left; padding: 10px 12px; border: 1px solid var(--line); vertical-align: top; }
.spec-table th { width: 38%; background: rgba(69, 188, 235, 0.06); font-weight: 700; }
.catalog-models { margin: 10px 0 22px; padding-left: 20px; }
.catalog-models li { margin-bottom: 6px; }
.catalog-sources summary { cursor: pointer; color: var(--muted); font-size: 0.9rem; }
.catalog-sources ul { padding-left: 20px; font-size: 0.85rem; }
.catalog-sources p { font-size: 0.85rem; color: var(--muted); }
.catalog-section { padding-top: clamp(36px, 5vw, 60px); }
.catalog-section:last-of-type .catalog-grid { padding-bottom: clamp(40px, 6vw, 72px); }
.catalog-section-heading { margin-bottom: clamp(18px, 2.5vw, 28px); }
.catalog-section-heading h2 { max-width: 720px; font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
.catalog-section-intro { max-width: 640px; margin-top: 8px; color: var(--muted); font-size: 0.98rem; }
.catalog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 18px; padding-bottom: clamp(28px, 4vw, 48px); }
.catalog-card { display: block; padding: 22px; border: 1px solid var(--line); background: #fff; text-decoration: none; color: inherit; transition: border-color 0.2s ease, transform 0.2s ease; }
.catalog-card:hover { border-color: var(--brand-dark); transform: translateY(-2px); }
.catalog-card h3 { margin: 8px 0 8px; font-size: 1.15rem; }
.catalog-card p { color: var(--muted); font-size: 0.93rem; line-height: 1.5; }
.catalog-brand-card img { height: 34px; width: auto; max-width: 180px; object-fit: contain; }
.catalog-related {
  margin-top: clamp(8px, 1vw, 16px);
  padding: clamp(28px, 4vw, 44px) 0 clamp(48px, 7vw, 88px);
  border-top: 1px solid var(--line);
}
.catalog-related h2 { font-size: 1.2rem; margin-bottom: 16px; }
.catalog-related ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.catalog-related li a {
  display: inline-flex;
  padding: 9px 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease;
}
.catalog-related li a:hover, .catalog-related li a:focus-visible {
  border-color: var(--brand);
  background: rgba(69, 188, 235, 0.06);
}
.catalog-cta { padding: clamp(28px, 4vw, 48px); margin-bottom: clamp(40px, 6vw, 80px); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(69, 188, 235, 0.08), transparent 50%); }
.cart-toast { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); padding: 12px 18px; background: #101214; color: #fff; z-index: 20; }
@media (max-width: 900px) { .catalog-body { grid-template-columns: 1fr; } }

/* ---- Albers coverage map (Wave A) ---- */
.albers-map {
  padding: clamp(48px, 7vw, 96px) clamp(18px, 4vw, 56px);
  background:
    radial-gradient(at 78% 12%, rgba(69, 188, 235, 0.1), transparent 42%),
    linear-gradient(180deg, #0a0f13, #0d1319 60%, #0a0f13);
  color: var(--white);
}
.albers-map .section-heading h2 { color: var(--white); }
.albers-map .section-intro { color: rgba(255, 255, 255, 0.72); }
.albers-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 22px; }
.albers-filters button {
  padding: 9px 16px; border: 1px solid rgba(255,255,255,0.22); background: transparent;
  color: var(--white); font: inherit; font-size: 0.88rem; letter-spacing: 0.04em;
  text-transform: uppercase; cursor: pointer; transition: background 0.25s ease, border-color 0.25s ease;
}
.albers-map .albers-filters button[aria-pressed="true"] { background: #45bceb; border-color: #45bceb; color: #0a0f13; font-weight: 700; }
.albers-stage { position: relative; aspect-ratio: 975 / 610; }
.albers-canvas, .albers-canvas svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.albers-canvas .map-states path {
  fill: rgba(255,255,255,0.055); stroke: rgba(255,255,255,0.16); stroke-width: 0.6;
  transition: fill 0.3s ease;
}
.albers-pins { position: absolute; inset: 0; }
.albers-pin {
  position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%);
  display: grid; justify-items: center; gap: 6px; padding: 6px;
  background: none; border: 0; cursor: pointer; color: var(--white); font: inherit;
  transition: opacity 0.3s ease;
}
.albers-pin[data-dimmed] { opacity: 0.18; pointer-events: none; }
.albers-pin-dot {
  width: 13px; height: 13px; border-radius: 50%; background: #45bceb;
  box-shadow: 0 0 0 5px rgba(69,188,235,0.22), 0 0 22px rgba(69,188,235,0.55);
}
.albers-pin-office .albers-pin-dot { background: #f2c230; box-shadow: 0 0 0 5px rgba(242,194,48,0.2), 0 0 22px rgba(242,194,48,0.5); }
@media (prefers-reduced-motion: no-preference) {
  .albers-pin-dot { animation: albers-pulse 3.2s ease-in-out infinite; }
  @keyframes albers-pulse { 50% { box-shadow: 0 0 0 9px rgba(69,188,235,0.1), 0 0 26px rgba(69,188,235,0.4); } }
}
.albers-pin-label {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.03em; white-space: nowrap;
  padding: 3px 8px; background: rgba(6,10,14,0.78); border: 1px solid rgba(255,255,255,0.14);
}
.albers-pin[aria-pressed="true"] .albers-pin-dot { transform: scale(1.35); }
.albers-card {
  position: absolute; z-index: 3; width: min(330px, 44%);
  left: var(--card-x, 20px); top: var(--card-y, 20px);
  border: 1px solid rgba(255,255,255,0.2); background: rgba(8,13,18,0.82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.albers-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.albers-card-copy { display: grid; gap: 6px; padding: 14px 16px 16px; }
.albers-card-copy strong { font-size: 1.05rem; }
.albers-card-copy p { font-size: 0.9rem; line-height: 1.5; color: rgba(255,255,255,0.78); margin: 0; }
.albers-item-meta { font-size: 0.8rem; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; }
.albers-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.albers-list-item[data-dimmed] { opacity: 0.3; }
.albers-list-item button {
  display: grid; gap: 4px; width: 100%; text-align: left; padding: 14px 16px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
  color: var(--white); font: inherit; cursor: pointer; transition: border-color 0.25s ease;
}
.albers-list-item button:hover, .albers-list-item[data-active] button { border-color: #45bceb; }
@media (max-width: 820px) {
  .albers-stage { display: none; }               /* list-first on mobile */
  .albers-map .section-intro { display: none; }
}

/* ---- The One-Line: project control console (Wave A showpiece) ---- */
.oneline {
  display: grid; grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 4vw, 64px); align-items: start;
  padding: clamp(56px, 8vw, 110px) clamp(18px, 4vw, 56px);
  background:
    radial-gradient(at 12% 0%, rgba(69, 188, 235, 0.09), transparent 40%),
    linear-gradient(180deg, #090e12, #0c1218 55%, #090e12);
  color: var(--white);
}
.oneline h2 { color: var(--white); font-size: clamp(1.9rem, 3vw, 2.9rem); line-height: 1.08; }
.oneline-copy > p { color: rgba(255,255,255,0.72); line-height: 1.6; }
.oneline-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.oneline-chips button {
  padding: 9px 14px; border: 1px solid rgba(255,255,255,0.2); background: transparent;
  color: var(--white); font: inherit; font-size: 0.85rem; letter-spacing: 0.04em;
  text-transform: uppercase; cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.oneline-chips button:hover { border-color: rgba(69,188,235,0.7); }
.oneline-chips button[aria-pressed="true"] { background: #45bceb; border-color: #45bceb; color: #0a0f13; font-weight: 700; }
.oneline-detail {
  display: grid; gap: 8px; padding: 18px 20px;
  border: 1px solid rgba(255,255,255,0.14); border-left: 3px solid #45bceb;
  background: rgba(255,255,255,0.03); min-height: 172px;
}
.oneline-detail strong { font-size: 1.12rem; line-height: 1.3; }
.oneline-detail p { margin: 0; font-size: 0.94rem; line-height: 1.55; color: rgba(255,255,255,0.75); }
.oneline-stage { display: grid; gap: 18px; }
.oneline-topline {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  font-size: 0.78rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.5);
}
.oneline-topline strong { color: #45bceb; letter-spacing: 0.06em; font-size: 0.85rem; }
.oneline-svg {
  width: 100%; height: auto; display: block;
  border: 1px solid rgba(255,255,255,0.12); background: rgba(5,9,13,0.6); border-radius: 6px;
}
.ol-bus, .ol-drop { stroke: rgba(255,255,255,0.3); stroke-width: 2; fill: none; }
.ol-sym { stroke: rgba(255,255,255,0.42); stroke-width: 2; fill: none; transition: stroke 0.35s ease; }
.ol-fill { fill: rgba(10,16,21,0.9); }
.ol-bolt { stroke: rgba(255,255,255,0.42); stroke-width: 1.8; fill: none; stroke-linejoin: round; transition: stroke 0.35s ease; }
.ol-check { stroke: rgba(255,255,255,0.5); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.35s ease; }
.ol-boundary { stroke: rgba(242,194,48,0.35); stroke-width: 1.4; stroke-dasharray: 7 6; fill: none; transition: stroke 0.35s ease; }
.ol-label { font: 700 11.5px Satoshi, ui-sans-serif, sans-serif; letter-spacing: 0.09em; fill: rgba(255,255,255,0.55); transition: fill 0.35s ease; }
.ol-spec { font: 700 9.5px Satoshi, ui-sans-serif, sans-serif; letter-spacing: 0.12em; fill: rgba(69,188,235,0.5); transition: fill 0.35s ease; }
.ol-tag { font: 700 10px Satoshi, ui-sans-serif, sans-serif; letter-spacing: 0.12em; fill: rgba(242,194,48,0.5); transition: fill 0.35s ease; }
.ol-glyph { font: 700 15px Satoshi, ui-sans-serif, sans-serif; fill: rgba(255,255,255,0.6); }
.ol-flow-line {
  stroke: rgba(69,188,235,0.85); stroke-width: 2.2; fill: none;
  stroke-dasharray: 10 130; stroke-linecap: round; filter: url(#ol-glow);
}
@media (prefers-reduced-motion: no-preference) {
  .ol-flow-line { animation: ol-flow 2.6s linear infinite; }
  @keyframes ol-flow { to { stroke-dashoffset: -140; } }
}
@media (prefers-reduced-motion: reduce) { .ol-flow { display: none; } }
/* focus states per decision */
.oneline-svg .ol-seg { opacity: 0.75; transition: opacity 0.35s ease; }
.oneline-svg[data-focus] .ol-seg { opacity: 0.4; }
.oneline-svg[data-focus="capacity"] .seg-capacity, .oneline-svg[data-focus="utility"] .seg-utility,
.oneline-svg[data-focus="gear"] .seg-gear, .oneline-svg[data-focus="permits"] .seg-permits,
.oneline-svg[data-focus="demand"] .seg-demand, .oneline-svg[data-focus="handoff"] .seg-handoff { opacity: 1; }
.oneline-svg[data-focus="capacity"] .seg-capacity .ol-sym, .oneline-svg[data-focus="utility"] .seg-utility .ol-sym,
.oneline-svg[data-focus="gear"] .seg-gear .ol-sym, .oneline-svg[data-focus="demand"] .seg-demand .ol-sym,
.oneline-svg[data-focus="handoff"] .seg-handoff .ol-sym { stroke: #45bceb; filter: url(#ol-glow); }
.oneline-svg[data-focus="demand"] .seg-demand .ol-bolt { stroke: #45bceb; }
.oneline-svg[data-focus="handoff"] .seg-handoff .ol-check { stroke: #45bceb; }
.oneline-svg[data-focus="permits"] .seg-permits .ol-boundary { stroke: #f2c230; filter: url(#ol-glow); }
.oneline-svg[data-focus="permits"] .seg-permits .ol-tag { fill: #f2c230; }
.oneline-svg[data-focus] .ol-seg .ol-label { fill: rgba(255,255,255,0.45); }
.oneline-svg[data-focus="capacity"] .seg-capacity .ol-label, .oneline-svg[data-focus="utility"] .seg-utility .ol-label,
.oneline-svg[data-focus="gear"] .seg-gear .ol-label, .oneline-svg[data-focus="demand"] .seg-demand .ol-label { fill: #fff; }
.oneline-feed { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.oneline-feed article {
  display: grid; gap: 6px; align-content: start; padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.03);
}
.oneline-feed article span { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(69,188,235,0.8); font-weight: 700; }
.oneline-feed article strong { font-size: 0.95rem; line-height: 1.3; }
.oneline-feed article p { margin: 0; font-size: 0.85rem; line-height: 1.5; color: rgba(255,255,255,0.68); }
@media (max-width: 960px) {
  .oneline { grid-template-columns: 1fr; }
  .oneline-feed { grid-template-columns: 1fr; }
}

/* ---- Delivery lens v2: photo breathes, UI off the image ---- */
.lens-v2 { display: grid; gap: 0; margin: 0; border: 1px solid var(--line); background: #0c1218; overflow: hidden; }
.lens-v2 .lens-media { position: relative; margin: 0; }
.lens-v2 .lens-media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.lens-photo-tag {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 10px;
  font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  background: linear-gradient(180deg, transparent, rgba(5,9,13,0.72));
}
.lens-rail { display: grid; gap: 14px; padding: 18px; color: var(--white); }
.lens-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lens-chips button {
  padding: 8px 14px; border: 1px solid rgba(255,255,255,0.2); background: transparent;
  color: var(--white); font: inherit; font-size: 0.82rem; letter-spacing: 0.05em;
  text-transform: uppercase; cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.lens-chips button:hover { border-color: rgba(69,188,235,0.7); }
.lens-chips button[aria-pressed="true"] { background: #45bceb; border-color: #45bceb; color: #0a0f13; font-weight: 700; }
.lens-panel { display: grid; gap: 6px; border-left: 3px solid #45bceb; padding-left: 14px; min-height: 108px; }
.lens-panel strong { font-size: 1.05rem; line-height: 1.35; }
.lens-panel p { margin: 0; font-size: 0.92rem; line-height: 1.55; color: rgba(255,255,255,0.75); }
/* ---- Accessibility: visible keyboard focus (Phase 1.6) ---- */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #45bceb;
  outline-offset: 2px;
  border-radius: 2px;
}

/* ---- Shop restructure (Wave A pass 2) ---- */
.shop-hero { min-height: clamp(300px, 40vh, 420px); }
.catalog-band {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 4vw, 56px);
  background: linear-gradient(120deg, #0b1116, #101a22);
  color: var(--white);
}
.catalog-band h2 { color: var(--white); font-size: clamp(1.5rem, 2.4vw, 2.1rem); margin: 6px 0; }
.catalog-band p { color: rgba(255,255,255,0.72); max-width: 640px; }
@media (max-width: 760px) { .catalog-band { grid-template-columns: 1fr; } }

/* ---- Intake stepper v2 (frosted rail) + header without utility strip ---- */
.executive-intake-form .intake-progress {
  display: flex; gap: 0; background: none; border: 0; padding: 0; margin-bottom: 8px;
}
.executive-intake-form .intake-progress button {
  flex: 1; display: flex; align-items: center; gap: 10px; justify-content: center;
  padding: 13px 10px; background: transparent; border: 0;
  border-bottom: 2px solid var(--line); color: var(--muted);
  font: inherit; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.executive-intake-form .intake-progress button span {
  display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid currentColor; font-size: 0.72rem; letter-spacing: 0;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.executive-intake-form .intake-progress button:hover { color: var(--brand-dark); }
.executive-intake-form .intake-progress button[aria-current="step"] {
  color: var(--brand-dark); border-bottom-color: #45bceb;
}
.executive-intake-form .intake-progress button[aria-current="step"] span {
  background: #45bceb; border-color: #45bceb; color: #fff;
}
.executive-intake-form .intake-progress button[data-intake-done] span {
  background: var(--ink); border-color: var(--ink); color: #fff;
}
@media (max-width: 640px) {
  .executive-intake-form .intake-progress button { font-size: 0; gap: 0; }
  .executive-intake-form .intake-progress button span { font-size: 0.72rem; }
}

/* ---- Solutions pages (charging-software etc.) ---- */
.solutions-hero {
  position: relative;
  width: 100%; max-width: none; margin: 0;
  padding: clamp(72px, 10vw, 140px) clamp(18px, 4vw, 56px) clamp(92px, 11vw, 148px);
  background:
    radial-gradient(at 82% 8%, rgba(69, 188, 235, 0.12), transparent 44%),
    linear-gradient(180deg, #090e12, #0d1319);
  color: var(--white);
}
.solutions-hero h1 { color: var(--white); font-size: clamp(2.2rem, 4vw, 3.6rem); max-width: 820px; }
.solutions-hero p:not(.eyebrow) { color: rgba(255,255,255,0.75); max-width: 700px; }
.solutions-grid, .solutions-platforms { padding: clamp(48px, 7vw, 96px) clamp(18px, 4vw, 56px); }
.solutions-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 26px; }
.solutions-cards article { padding: 22px; border: 1px solid var(--line); background: #fff; }
.solutions-cards h3 { margin-bottom: 8px; font-size: 1.08rem; }
.solutions-cards p { color: var(--muted); font-size: 0.95rem; line-height: 1.55; }
.solutions-platforms {
  background:
    radial-gradient(at 14% 10%, rgba(69, 188, 235, 0.09), transparent 42%),
    linear-gradient(180deg, #0a0f13, #0d1319);
  color: var(--white);
}
.solutions-platforms .section-heading h2 { color: var(--white); }
.solutions-platforms .section-intro { color: rgba(255,255,255,0.72); }
.platform-pair { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 18px; margin-top: 28px; }
.platform-pair article {
  padding: clamp(22px, 3vw, 34px); border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.035); backdrop-filter: blur(10px);
}
.platform-pair h3 { font-size: 1.5rem; margin-bottom: 6px; }
.platform-fit { color: #45bceb; font-size: 0.92rem; font-weight: 700; margin-bottom: 14px; }
.platform-pair ul { padding-left: 18px; display: grid; gap: 9px; margin: 0 0 16px; }
.platform-pair li { color: rgba(255,255,255,0.78); font-size: 0.95rem; line-height: 1.5; }
.solutions-band {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center;
  margin: 0 clamp(18px, 4vw, 56px) clamp(48px, 6vw, 80px);
  padding: clamp(26px, 4vw, 44px); border: 1px solid var(--line);
  background: linear-gradient(120deg, rgba(69, 188, 235, 0.07), transparent 55%);
}
.solutions-band h2 { font-size: clamp(1.4rem, 2.4vw, 2rem); margin: 6px 0 10px; }
.solutions-band p { color: var(--muted); max-width: 760px; }
@media (max-width: 760px) { .solutions-band { grid-template-columns: 1fr; } }

/* ---- Slim nav dropdown (EV Charging solutions) ---- */
.nav-menu-slim {
  min-width: 240px; padding: 10px 0; display: grid;
  background: #0d1319; border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 22px 50px rgba(0,0,0,0.45);
}
.nav-menu-slim a {
  padding: 10px 20px; color: rgba(255,255,255,0.82); font-size: 0.92rem;
  text-decoration: none; transition: background 0.2s ease, color 0.2s ease;
}
.nav-menu-slim a:hover, .nav-menu-slim a:focus-visible { background: rgba(69,188,235,0.12); color: #fff; }

/* Background-video pause control (WCAG 2.2.2) — icon-only, deliberately quiet */
.video-toggle-host { position: relative; }

.video-toggle {
  position: absolute;
  right: clamp(12px, 1.6vw, 20px);
  bottom: clamp(12px, 1.6vw, 20px);
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(8, 14, 19, 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 180ms ease, border-color 180ms ease, color 180ms ease;
}

.video-toggle svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

.video-toggle:hover,
.video-toggle:focus-visible {
  opacity: 1;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 900px) {
  .video-toggle {
    top: 14px;
    right: 14px;
    bottom: auto;
  }
}

/* ---- Incentive state guides (/incentives) ---- */
.incentives-guide-page main { padding-bottom: clamp(56px, 8vw, 110px); }

.incentive-guide-hero {
  margin: clamp(18px, 3vw, 34px) 0 0;
  padding: clamp(52px, 8vw, 110px) clamp(20px, 4vw, 60px);
  background:
    radial-gradient(at 84% 6%, rgba(69, 188, 235, 0.13), transparent 46%),
    linear-gradient(180deg, #090e12, #0d1319);
  color: var(--white);
}

.incentive-guide-hero .eyebrow a { color: inherit; }
.incentive-guide-hero h1 { color: var(--white); font-size: clamp(2.1rem, 3.8vw, 3.5rem); max-width: 860px; }
.incentive-guide-hero p:not(.eyebrow) { color: rgba(255, 255, 255, 0.76); max-width: 720px; }
.incentive-guide-hero strong { color: var(--white); }

.incentive-guide-section,
.incentive-guide-states {
  padding: clamp(40px, 6vw, 72px) 0 0;
}

.incentive-program-list {
  display: grid;
  gap: 14px;
  margin-top: clamp(18px, 3vw, 28px);
}

.incentive-program {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  background: #fff;
}

.incentive-program h3 { margin-bottom: 8px; font-size: 1.08rem; }
.incentive-program p { max-width: 900px; margin-bottom: 12px; color: var(--muted); font-size: 0.95rem; line-height: 1.6; }

.incentive-guide-band {
  margin-top: clamp(44px, 7vw, 84px);
  padding: clamp(36px, 5.5vw, 64px) clamp(22px, 4vw, 56px);
  background:
    radial-gradient(at 12% 12%, rgba(69, 188, 235, 0.1), transparent 44%),
    linear-gradient(180deg, #0a0f13, #0d1319);
  color: var(--white);
}

.incentive-guide-band h2 { color: var(--white); max-width: 720px; }
.incentive-guide-band p { max-width: 780px; margin-bottom: 22px; color: rgba(255, 255, 255, 0.74); }

.incentive-state-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 8px;
  margin-top: clamp(16px, 2.5vw, 26px);
}

.incentive-state-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  transition: border-color 180ms ease, background 180ms ease;
}

.incentive-state-grid a:hover,
.incentive-state-grid a:focus-visible {
  border-color: var(--brand);
  background: rgba(69, 188, 235, 0.06);
}

.incentive-state-grid a[aria-current="page"] {
  border-color: var(--brand);
  background: rgba(69, 188, 235, 0.1);
}

.incentive-state-grid span {
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.incentive-guide-note {
  max-width: 860px;
  margin-top: clamp(20px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}


/* Hero divider — one-line-diagram edge (unique section break) */
.hero-divider {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: clamp(40px, 5vw, 72px);
  pointer-events: none;
}

.hero-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-divider .hd-fill {
  fill: var(--white);
}

.hero-divider .hd-line {
  fill: none;
  stroke: rgba(69, 188, 235, 0.85);
  stroke-width: 1.5;
}

/* Catalog: hero spec chips, cross-brand compare, brand coverage tags */
.catalog-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 4px;
}

.catalog-chips span {
  display: grid;
  gap: 2px;
  min-width: 120px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 700;
}

.catalog-chips small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.catalog-compare {
  margin-top: clamp(8px, 1vw, 16px);
  padding: clamp(28px, 4vw, 44px) 0;
  border-top: 1px solid var(--line);
}

.catalog-compare h2 { font-size: 1.2rem; margin-bottom: 6px; }
.catalog-compare > p { color: var(--muted); font-size: 0.93rem; margin-bottom: 16px; }

.catalog-compare ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.catalog-compare li a {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease;
}

.catalog-compare li a:hover,
.catalog-compare li a:focus-visible {
  border-color: var(--brand);
  background: rgba(69, 188, 235, 0.06);
}

.catalog-compare small {
  color: var(--brand-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.catalog-coverage {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.catalog-coverage em {
  padding: 4px 9px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--muted);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Catalog: browse-by-type strip */
.catalog-type-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: clamp(24px, 3vw, 36px);
}

.catalog-type-strip a {
  display: inline-flex;
  padding: 10px 16px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease;
}

.catalog-type-strip a:hover,
.catalog-type-strip a:focus-visible {
  border-color: var(--brand);
  background: rgba(69, 188, 235, 0.06);
}

/* Mobile tightening */
@media (max-width: 760px) {
  /* clearance for the fixed action bar so it never covers content */
  body {
    padding-bottom: 84px;
  }

  /* tighter hero + section rhythm on small screens */
  .page-hero.solutions-hero,
  .image-page-hero > div,
  .incentive-guide-hero,
  .catalog-hero {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(2rem, 8.6vw, 2.6rem);
    line-height: 1.04;
  }

  .section-heading h2,
  .solutions-grid h2,
  .catalog-section-heading h2 {
    font-size: clamp(1.45rem, 6.4vw, 1.8rem);
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    flex: 1 1 auto;
    text-align: center;
  }

  .solutions-cards article,
  .incentive-program {
    padding: 18px;
  }

  .catalog-body { padding-top: 24px; }
  .hero-divider { height: 30px; }
}

/* Client trust strip — typographic (logos drop in upon client approval) */
.client-strip {
  width: min(var(--max), calc(100% - 36px));
  margin: clamp(56px, 8vw, 96px) auto 0;
}

.client-strip .section-heading { margin-bottom: clamp(18px, 3vw, 28px); }

.client-strip-names {
  display: flex;
  flex-wrap: wrap;
  gap: 14px clamp(28px, 4vw, 56px);
  align-items: baseline;
  margin: 0;
  padding: clamp(22px, 3vw, 34px) 0;
  border-top: 1px solid rgba(16, 18, 20, 0.16);
  border-bottom: 1px solid rgba(16, 18, 20, 0.16);
  list-style: none;
}

.client-strip-names li {
  color: rgba(16, 18, 20, 0.55);
  font-size: clamp(1.02rem, 1.6vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 200ms ease;
}

.client-strip-names li:hover { color: var(--ink); }

@media (max-width: 700px) {
  .client-strip-names { gap: 12px 26px; }
}
