.section-label {
    margin-bottom: var(--space-sm);
    color: var(--color-orange);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.heading-xl,
.heading-lg,
.heading-md {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 0.98;
    text-transform: uppercase;
}

.heading-xl {
    font-size: clamp(3rem, 6vw, 6rem);
}

.heading-lg {
    font-size: clamp(2.3rem, 4vw, 4.5rem);
}

.heading-md {
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.text-lead {
    font-size: 1.1rem;
    line-height: 1.7;
}

.text-muted {
    color: var(--color-muted);
}

.hero h1 {
    margin: 0;
    font-size: 5rem;
    line-height: .95;
}

.hero h1 span {
    display: block;
    color: var(--color-orange);
}

.hero p {
    font-size: 1.1rem;
    line-height: 1.8;
}