.hero {
    background-size: cover;
    background-position: center;
    color: var(--color-light);
    text-align: center;
    padding-block: clamp(3rem, 2rem + 5vw, 8rem);
}

.hero__inner {
    max-width: 46rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

/* The kit styles bare h1 at (0,1,1) with color/font-size/font-weight/line-height/
   letter-spacing — answer all of them, not just the ones that visibly broke. */
.hero .hero__title {
    color: var(--color-light);
    font-size: var(--text-hero-h1);
    font-weight: var(--font-weight-bold);
    line-height: 1.15;
    letter-spacing: normal;
    text-transform: none;
}

.hero .hero__subhead {
    color: var(--color-light);
    font-size: var(--text-hero-subhead);
    font-weight: var(--font-weight-regular);
}
