:root {
  --space-section: clamp(3.7rem, 5.8vw, 4.9rem);
}

.section {
  padding: var(--space-section) 0;
}

.section-slim {
  padding: clamp(3.8rem, 6vw, 4.9rem) 0;
}

.section-head {
  gap: 0.66rem;
  max-width: 780px;
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
}

.section-head h2 {
  max-width: 14ch;
  font-size: clamp(1.82rem, 2.85vw, 2.5rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.section-head p {
  max-width: 58ch;
  font-size: 0.98rem;
  line-height: 1.66;
}

.simple-page-hero {
  padding-top: clamp(2.9rem, 4.4vw, 3.8rem);
  padding-bottom: 0;
  background:
    radial-gradient(circle at 100% 0, rgba(169, 224, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.96));
}

.simple-page-title {
  margin: 0;
  max-width: 11ch;
  color: #13263a;
  font-size: clamp(1.9rem, 3.45vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.simple-page-hero .section-head {
  margin-bottom: 0;
}

.hero.simple-page-hero {
  padding-top: clamp(2.7rem, 4vw, 3.3rem);
  padding-bottom: clamp(0.25rem, 0.9vw, 0.6rem);
}

.simple-page-hero .hero-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(247, 250, 254, 0.72)),
    radial-gradient(circle at 12% 20%, rgba(110, 196, 255, 0.1), transparent 30%);
}

.simple-page-hero .hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: center;
}

.simple-page-hero .hero-copy h1,
.simple-page-hero .hero-lead,
.simple-page-hero .hero-subtitle {
  max-width: 34rem;
}

.range-metric-grid,
.sensor-summary-grid,
.testing-grid {
  display: grid;
  gap: 1rem;
}

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

.sensor-summary-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

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

.benefits-grid,
.tile-grid,
.range-metric-grid,
.sensor-summary-grid,
.testing-grid,
.spec-doc-links {
  align-items: stretch;
}

.benefits-grid > *,
.tile-grid > *,
.range-metric-grid > *,
.sensor-summary-grid > *,
.testing-grid > *,
.spec-doc-links > * {
  min-height: 100%;
}

.range-metric-grid .benefit-card {
  min-height: 150px;
}

.sensor-summary-grid .tile,
.capability-grid .tile {
  gap: 0.5rem;
}

@media (max-width: 992px) {
  .simple-page-hero .hero-grid,
  .range-metric-grid,
  .testing-grid {
    grid-template-columns: 1fr;
  }

  .section-head h2,
  .simple-page-title {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .section {
    padding: clamp(3.25rem, 7vw, 4rem) 0;
  }

  .hero.simple-page-hero,
  .simple-page-hero {
    padding-top: 2.6rem;
    padding-bottom: 1.2rem;
  }

  .simple-page-hero .hero-grid {
    gap: 1rem;
  }
}
