.hero-home {
    padding-block: clamp(4rem, 8vw, 7rem);
}

.hero-home .hero-grid {
    display: block;
}

.hero-home .hero-content {
    max-width: 960px;
    margin-inline: auto;
    align-items: center;
    text-align: center;
    gap: 2rem;
}

.hero-home .hero-title {
    font-weight: 500;
    letter-spacing: -0.045em;
}

.hero-title-lead {
    display: block;
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 1.05;
}

.hero-title-support {
    display: block;
    max-width: 27ch;
    margin-inline: auto;
    margin-top: 0.25em;
    font-size: clamp(2rem, 4.4vw, 3.75rem);
    line-height: 1.12;
    color: var(--color-text-secondary);
    text-wrap: balance;
}

.hero-home .hero-subtitle {
    max-width: 58ch;
    font-size: 1.0625rem;
}

.hero-home .hero-actions {
    align-items: center;
    justify-content: center;
    gap: 1rem 1.5rem;
}

.hero-text-link {
    color: var(--color-text-secondary);
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: currentColor;
    font-size: 0.9375rem;
}

.hero-text-link:hover {
    color: var(--color-text-primary);
}

.hero-home a:focus-visible {
    outline: 2px solid var(--color-text-primary);
    outline-offset: 6px;
}
