:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background: oklch(97.5% 0.012 94);
  color: oklch(24% 0.028 84);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
}

main {
  width: min(100% - 2rem, 44rem);
  margin: clamp(4rem, 11vh, 8rem) auto 3rem;
}

.eyebrow {
  margin-bottom: 1.25rem;
  color: oklch(48% 0.09 132);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 9vw, 5.5rem);
  font-weight: 660;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.summary {
  max-width: 31rem;
  margin-bottom: clamp(3.5rem, 8vw, 6rem);
  color: oklch(42% 0.03 84);
  font-size: clamp(1.15rem, 3vw, 1.4rem);
  line-height: 1.55;
}

section {
  display: grid;
  grid-template-columns: minmax(7rem, 0.42fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid oklch(84% 0.025 92);
}

h2 {
  font-size: 0.82rem;
  font-weight: 720;
  letter-spacing: 0.02em;
}

section p {
  max-width: 36rem;
  margin-bottom: 0;
  color: oklch(36% 0.028 84);
  line-height: 1.7;
}

a {
  color: oklch(39% 0.11 137);
  font-weight: 650;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: oklch(30% 0.1 137);
}

a:focus-visible {
  outline: 3px solid oklch(64% 0.15 132);
  outline-offset: 4px;
  border-radius: 0.1rem;
}

footer {
  width: min(100% - 2rem, 44rem);
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid oklch(84% 0.025 92);
  color: oklch(53% 0.025 84);
  font-size: 0.78rem;
}

@media (max-width: 36rem) {
  section {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
}
