/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.section-subheading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.section-heading {
    font-size: clamp(40px, 8vw, 100px);
    font-weight: 900;
    font-style: italic;
    line-height: 0.8;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.section-heading--xl {
    font-size: clamp(40px, 8vw, 150px);
}

.section-heading--sm {
    font-size: clamp(34px, 5vw, 64px);
    line-height: 0.9;
}

.section-desc {
    font-size: clamp(18px, 10vw, 22px);
    max-width: 800px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: normal;
}

.text-lead {
    font-size: clamp(25px, 5vw, 30px);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1px;
}

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

.text-heavy-metal {
    color: var(--color-heavy-metal);
}

.text-heavy-metal {
    color: var(--color-heavy-metal);
}

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

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

.text-center {
    text-align: center;
}

.bg-gradient-text {
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0 0.15em 0 0.05em;
}

.uppercase {
    text-transform: uppercase;
}

/* Links */
a {
    transition: color 0.3s ease;
    position: relative;
    z-index: 10;
    pointer-events: auto;
}