body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.eyebrow {
  color: var(--ice);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.section h2 {
  font-size: clamp(2.15rem, 10vw, 4.5rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
  margin-bottom: 20px;
}

.section h1 {
  font-size: clamp(3rem, 14vw, 5rem);
  letter-spacing: -0.06em;
}

.section-text {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
  max-width: 720px;
}