/* --- MONUMENTAL HERO [EXACT COPY FROM PRODUCTS.HTML] --- */
#hero.about-hero-aw {
    height: 65vh;
    background: var(--bg-darker);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (min-width: 1400px) {
    #hero.about-hero-aw {
        height: 65vh;
    }
}

@media (max-width: 768px) {
    #hero.about-hero-aw {
        height: initial !important;
        min-height: 45vh !important;
        padding-top: 120px !important;
        padding-bottom: 40px !important;
    }
}

.ah-visual {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    filter: brightness(0.8) contrast(1.1);
    transform: scale(1.05);
    z-index: 1;
}

.ah-ui-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(27, 20, 69, 0.7) 0%, rgba(27, 20, 69, 0.2) 60%, transparent 100%);
    z-index: 2;
}

.ah-title-wrap {
    position: relative;
    z-index: 10;
    text-align: center;
}

.ah-label {
    font-family: 'Onest', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 5px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
    font-weight: 700;
}

.ah-monumental {
    font-family: 'Onest', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.8rem);
    font-weight: 800;
    color: white;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0;
}

.ah-monumental span.thin {
    font-weight: 200;
    color: rgba(255, 255, 255, 0.4);
}
