:root {
  --host-ink: #171715;
  --host-muted: #66645e;
  --host-paper: #f3f0e8;
  --host-line: #d2cdc0;
  --host-accent: #39493f;
  --pico-font-family-sans-serif: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --pico-background-color: var(--host-paper);
  --pico-color: var(--host-ink);
  --pico-primary: var(--host-accent);
  --pico-primary-background: var(--host-accent);
  --pico-primary-border: var(--host-accent);
  --pico-border-radius: 0.25rem;
}

body {
  min-height: 100vh;
  background:
    linear-gradient(90deg, transparent 49.9%, rgb(23 23 21 / 5%) 50%, transparent 50.1%),
    var(--host-paper);
}

header {
  padding-top: 1.25rem;
  border-bottom: 1px solid var(--host-line);
}

nav strong,
h1,
h2 {
  letter-spacing: -0.035em;
}

.hero {
  max-width: 76rem;
  padding-top: clamp(5rem, 12vw, 10rem);
  padding-bottom: clamp(5rem, 10vw, 8rem);
}

.eyebrow,
.ordinal {
  color: var(--host-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.96;
}

.lede {
  max-width: 50rem;
  color: var(--host-muted);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

#capabilities {
  max-width: 76rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
  border-top: 1px solid var(--host-line);
}

article {
  border: 1px solid var(--host-line);
  box-shadow: none;
  background: rgb(255 255 255 / 32%);
}

article h2 {
  font-size: 1.45rem;
}

article p:last-child,
.closing p,
footer {
  color: var(--host-muted);
}

.closing {
  max-width: 76rem;
  padding-top: 4rem;
  padding-bottom: 6rem;
  border-top: 1px solid var(--host-line);
}

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid var(--host-line);
}

@media (max-width: 700px) {
  header nav {
    align-items: flex-start;
  }

  header nav ul:last-child {
    gap: 0.35rem;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 16vw, 4.6rem);
  }
}
