:root {
  --bg: #050706;
  --panel: #0a0e0d;
  --panel-2: #101513;
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(154, 239, 28, 0.38);
  --text: #f4f7f1;
  --muted: #a7b0a8;
  --dim: #737d75;
  --green: #9af01c;
  --green-2: #6fd117;
  --green-dark: #263916;
  --shadow: rgba(154, 239, 28, 0.22);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(154, 239, 28, 0.035) 0 1px, transparent 1px 96px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 112px),
    #050706;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 7, 6, 0) 0%, #050706 82%),
    linear-gradient(105deg, rgba(154, 239, 28, 0.1), transparent 34%);
}

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

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

.section-shell {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 84px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(5, 7, 6, 0.86);
  backdrop-filter: blur(22px);
}

.brand img {
  width: 220px;
  filter: drop-shadow(0 0 12px rgba(154, 239, 28, 0.16));
}

.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a,
.site-footer a {
  color: #f5f8f0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--green);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 900;
  font-family: inherit;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
  cursor: pointer;
}

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

.button-primary {
  color: #071006;
  background: var(--green);
  box-shadow: 0 0 28px var(--shadow);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

.play-dot {
  width: 23px;
  height: 23px;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.play-dot::after {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid currentColor;
  content: "";
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: 70px 0 34px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(54px, 7vw, 98px);
  line-height: 0.98;
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1 span,
.path-card h2 span,
.operator h2 span {
  color: var(--green);
}

.hero-text {
  max-width: 520px;
  margin: 28px 0 0;
  color: #e3e8e2;
  font-size: 19px;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
}

.status-note {
  margin-top: 30px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-media {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.hero-media img {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  max-height: 720px;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.62)) drop-shadow(0 0 34px rgba(154, 239, 28, 0.2));
}

.leaf-line {
  position: absolute;
  border: 2px solid rgba(154, 239, 28, 0.16);
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg) skew(-12deg);
}

.leaf-line-one {
  width: 360px;
  height: 360px;
  right: 40px;
  top: 100px;
}

.leaf-line-two {
  width: 290px;
  height: 290px;
  left: 0;
  top: 180px;
  opacity: 0.65;
}

.capability-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.capability-row > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 11px 14px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.capability-row > div:last-child {
  border-right: 0;
}

.capability-icon,
.module-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--green);
  color: var(--green);
  font-size: 11px;
  font-weight: 950;
}

.capability-row strong {
  align-self: end;
  font-size: 12px;
  text-transform: uppercase;
}

.capability-row small {
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.proof-strip {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 28px;
  padding: 24px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(10, 14, 13, 0.78);
}

.proof-copy,
.proof-metrics {
  display: flex;
  align-items: center;
  gap: 30px;
}

.proof-copy span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-copy strong {
  color: rgba(255, 255, 255, 0.68);
  font-size: 20px;
  font-weight: 800;
}

.proof-metrics > div {
  min-width: 110px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.proof-metrics strong {
  display: block;
  color: var(--green);
  font-size: 28px;
}

.proof-metrics span {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 42px 0 18px;
}

.path-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0a0d0c;
}

.path-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.52) 31%, rgba(0, 0, 0, 0.08) 69%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 58%);
}

.path-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(154, 239, 28, 0.08), transparent 45%);
}

.path-card .card-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
  opacity: 0.94;
}

.path-machine .card-art {
  object-position: center 72%;
}

.path-shop .card-art {
  object-position: center 70%;
}

.path-partner .card-art {
  object-position: center 66%;
}

.path-card h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 280px;
  font-size: 34px;
  line-height: 1.05;
}

.path-card .eyebrow {
  position: relative;
  z-index: 2;
}

.path-card p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 285px;
  color: #dfe5dc;
  line-height: 1.55;
}

.path-card a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 10px;
  margin-top: 10px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.section-heading.compact {
  max-width: 680px;
}

.section-heading h2,
.ecosystem h2,
.origin h2,
.operator h2,
.lead-form h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
}

.section-heading p:not(.eyebrow),
.ecosystem-copy p,
.origin p,
.operator p,
.lead-form p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.platform {
  padding: 78px 0 36px;
}

.platform-grid,
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.platform-grid article,
.program-grid article {
  min-height: 220px;
  padding: 28px;
  background: rgba(10, 14, 13, 0.96);
}

.platform-grid h3,
.program-grid h3,
.detail-grid h3 {
  margin: 24px 0 10px;
  font-size: 22px;
}

.platform-grid p,
.program-grid p,
.detail-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.feature-view {
  padding: 56px 0 30px;
}

.feature-view img,
.feature-strip img,
.formats > img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.feature-strip {
  padding: 0 0 30px;
}

.formats {
  padding: 34px 0 42px;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.format-grid article {
  min-height: 148px;
  padding: 24px;
  background: rgba(10, 14, 13, 0.96);
}

.format-grid strong {
  display: block;
  color: var(--green);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.format-grid span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.machine-program {
  padding: 34px 0 36px;
}

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

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

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 28px 0 80px;
}

.detail-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
}

.detail-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top center;
}

.detail-grid h3,
.detail-grid p {
  padding: 0 24px;
}

.detail-grid p {
  padding-bottom: 24px;
}

.ecosystem,
.origin,
.operator,
.lead-form {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 48px;
  align-items: center;
  padding: 58px 0;
  border-top: 1px solid var(--line);
}

.ecosystem-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ecosystem-map > div {
  min-height: 98px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 14, 13, 0.9);
  color: #e9eee7;
  font-weight: 850;
  text-align: center;
}

.ecosystem-map .map-core {
  grid-column: span 3;
  min-height: 124px;
  border-color: var(--line-strong);
  color: var(--green);
  font-size: 28px;
  line-height: 1.15;
  box-shadow: inset 0 0 42px rgba(154, 239, 28, 0.08);
}

.text-link {
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
}

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

.timeline li,
.operator-points article {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.timeline strong,
.operator-points strong {
  color: var(--green);
}

.timeline span,
.operator-points span {
  color: var(--muted);
}

.operator {
  grid-template-columns: 0.78fr 1.22fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 36px;
  margin-bottom: 28px;
  background: rgba(10, 14, 13, 0.78);
}

.operator-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.operator-points article {
  grid-template-columns: 1fr;
}

.lead-form {
  grid-template-columns: 0.7fr 1.3fr;
  padding-bottom: 36px;
}

.lead-form form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

label span {
  display: block;
  margin-bottom: 8px;
  color: var(--dim);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #090d0c;
  color: var(--text);
  padding: 0 16px;
  font: inherit;
}

select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--green) 50%), linear-gradient(135deg, var(--green) 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 12px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 28px max(24px, calc((100vw - var(--max)) / 2)) 36px;
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 185px;
}

.site-footer nav {
  justify-content: center;
  gap: 20px;
}

.site-footer p {
  color: var(--muted);
  font-size: 12px;
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(16px);
}

.video-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #070a09;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.75), 0 0 42px rgba(154, 239, 28, 0.16);
}

.video-dialog h2 {
  margin: 0 56px 22px 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.video-close:hover {
  border-color: var(--green);
  color: var(--green);
}

.wallmount-page {
  background:
    radial-gradient(circle at 72% 12%, rgba(154, 239, 28, 0.12), transparent 32%),
    var(--bg);
}

.wall-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: 58px 0 36px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(154, 239, 28, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.wall-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(56px, 7vw, 92px);
  line-height: 1;
}

.wall-hero h1 span,
.wall-impact h2 span,
.wall-cta h2 span {
  color: var(--green);
}

.wall-hero-copy > p {
  max-width: 570px;
  color: #e4e9e0;
  font-size: 19px;
  line-height: 1.65;
}

.wall-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 34px 0 0;
}

.wall-benefits article {
  min-width: 0;
}

.wall-benefits strong,
.wall-specs strong {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.wall-benefits small,
.wall-specs small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.wall-hero-media {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.wall-hero-media::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04)),
    linear-gradient(90deg, transparent 0 49%, rgba(255, 255, 255, 0.08) 49% 50%, transparent 50% 100%),
    linear-gradient(0deg, transparent 0 49%, rgba(255, 255, 255, 0.08) 49% 50%, transparent 50% 100%);
  background-size: auto, 160px 160px, 160px 160px;
  opacity: 0.5;
}

.wall-hero-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  border-radius: 8px;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 32px rgba(154, 239, 28, 0.22));
}

.wall-feature-rail,
.wall-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.wall-feature-rail article,
.wall-specs article {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 180px;
  padding: 24px;
  background: rgba(10, 14, 13, 0.96);
}

.wall-feature-rail img {
  max-height: 142px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.45));
}

.wall-feature-rail h2 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
}

.wall-feature-rail p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.wall-impact {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 48px;
  align-items: center;
  padding: 70px 0 42px;
}

.wall-impact h2,
.wall-cta h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.04;
}

.wall-impact-copy > p,
.wall-cta p {
  color: var(--muted);
  line-height: 1.6;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #e8eee4;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  content: "✓";
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

.install-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.install-grid article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.install-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.install-grid strong {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 48px 14px 16px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.86));
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.wall-program {
  padding: 34px 0 40px;
}

.wall-specs {
  margin-bottom: 44px;
}

.wall-specs article {
  grid-template-columns: 54px 1fr;
  min-height: 128px;
}

.wall-cta {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 28px;
  padding: 36px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(154, 239, 28, 0.15), rgba(154, 239, 28, 0.04) 38%, transparent),
    rgba(10, 14, 13, 0.92);
}

.wall-cta form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

@media (max-width: 1050px) {
  .wall-hero,
  .wall-impact,
  .wall-cta {
    grid-template-columns: 1fr;
  }

  .wall-benefits,
  .wall-feature-rail,
  .wall-specs,
  .install-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wall-cta form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .wall-hero {
    padding-top: 38px;
  }

  .wall-hero h1 {
    font-size: 48px;
  }

  .wall-hero-media {
    min-height: 480px;
  }

  .wall-benefits,
  .wall-feature-rail,
  .wall-specs,
  .install-grid {
    grid-template-columns: 1fr;
  }

  .wall-feature-rail article {
    grid-template-columns: 88px 1fr;
  }

  .install-grid article {
    min-height: 320px;
  }

  .wall-cta {
    padding: 24px;
  }
}

@media (max-width: 1050px) {
  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  .hero-media {
    min-height: auto;
  }

  .hero-media img {
    max-height: 620px;
  }

  .capability-row,
  .path-grid,
  .platform-grid,
  .program-grid,
  .format-grid,
  .detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip,
  .proof-copy,
  .proof-metrics {
    flex-wrap: wrap;
  }

  .ecosystem,
  .origin,
  .operator,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-form form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .section-shell {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    min-height: 72px;
    padding: 0 14px;
  }

  .brand img {
    width: 172px;
  }

  .header-cta {
    display: none;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-media img {
    max-height: 490px;
  }

  .capability-row,
  .path-grid,
  .platform-grid,
  .program-grid,
  .format-grid,
  .detail-grid,
  .operator-points,
  .ecosystem-map {
    grid-template-columns: 1fr;
  }

  .capability-row > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .path-card {
    min-height: 500px;
  }

  .platform-grid article {
    min-height: 185px;
  }

  .feature-view img {
    min-height: 540px;
    object-fit: cover;
    object-position: 55% center;
  }

  .feature-strip img {
    min-height: 480px;
    object-fit: cover;
    object-position: 12% center;
  }

  .formats > img {
    min-height: 520px;
    object-fit: cover;
    object-position: 11% center;
  }

  .detail-grid img {
    height: 340px;
  }

  .ecosystem-map .map-core {
    grid-column: span 1;
  }

  .timeline li {
    grid-template-columns: 1fr;
  }

  .operator {
    padding: 24px;
  }
}
