.hero-title {
    color: hsl(var(--primary));
    margin: calc(var(--spacing) * 3) 0;
    font-size: 3.125rem;
    line-height: 1.15;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0 0 0.625rem hsl(0 0% 0% / 0.2);
}

.hero-subtitle {
    color: hsl(var(--secondary));
    margin: calc(var(--spacing) * 3) 0;
    font-size: 1.875rem;
    line-height: 1.25;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0 0 0.625rem hsl(0 0% 0% / 0.2);
}

.hero-lead {
    color: hsl(var(--base-fg-alt));
    word-spacing: 0.2rem;
    line-height: 1.6;
    font-weight: 500;
    font-size: 1.1rem;
    margin: calc(var(--spacing) * 3) auto;
}
