.page h1 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.web-hero__kicker {
  font-size: var(--size-step-2);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  color: var(--color-accent);
  margin: 0;
}

.web-hero__headline {
  font-size: var(--size-step-6);
  font-family: var(--font-display);
  line-height: 0.9;
  margin: 0;
  animation: flame-flicker 3s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .web-hero__headline {
    animation: none;
  }
}

.web-lede {
  font-size: var(--size-step-1);
  color: var(--color-text-accent);
  margin-block-end: var(--space-l);
}

.web-lede::first-letter {
  font-size: var(--size-step-5);
  font-family: var(--font-display);
  float: left;
  line-height: 0.8;
  margin-inline-end: var(--space-2xs);
  color: var(--color-accent);
}

.web-writing {
  margin-block-end: var(--space-xl);
}

/* Sections share the reading measure of the intro paragraphs so the whole
   page lines up in one column. */
.web-section {
  max-inline-size: 65ch;
}

/* Big step numeral on the three core sections (01/02/03), replacing the led
   dot as the leading marker. */
.section-head__step {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--size-step-2);
  line-height: 1;
  color: var(--color-accent);
}

/* Full-width feature divider between the numbered path and the extras.
   Drop-in slot for an Americas Decline graphic later. */
.web-divider {
  width: 100%;
  height: 6px;
  margin-block: var(--space-xl);
  margin-inline: auto;
  border: 0;
  background-color: var(--color-primary);
}

/* The whole row links out (stretched title link); keep nested links, like the
   32-Bit Cafe forums link, clickable above that overlay. */
.web-section .post-list__excerpt a {
  position: relative;
  z-index: 1;
}

/* Layout via the .cluster composition; only the button-specific bits remain. */
.web-buttons a {
  line-height: 0;
}

.web-buttons img {
  image-rendering: pixelated;
}

.web-cta {
  max-inline-size: 65ch;
  text-align: center;
  padding-block: var(--space-xl);
  margin-block-start: var(--space-xl);
  border-block-start: var(--stroke);
}

.web-cta__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--size-step-4);
  color: var(--color-primary);
}

.web-cta p {
  margin-inline: auto;
}