/*
Theme Name: Sprayfoam Child
Description: Child theme for the Sprayfoam theme.
Author: Spray Foam Tasmania
Template: sprayfoam
Version: 1.0.0
Text Domain: sprayfoam-child
*/

/* Add child-theme CSS customizations below. */

p {
    font-size: clamp(1.15rem, .7043rem + .1951vw, 1.35rem);
}

/* Improve text contrast when the main intro uses a video background. */
.acf-block-main-intro-bg:has(video)::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.scrolled .site-menu__button a:after {
    background: #72c100;
}

.site-menu__button a i {
    color: white;
}

/* Prominent mobile quote CTA beside the hamburger menu. */
.site-header-mobile-quote {
    display: none;
}

@media (max-width: 767.98px) {
    .site-header-inner {
        gap: 0.75rem;
    }

    .site-header-mobile-quote {
        position: relative;
        z-index: 55;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.625rem;
        min-height: 2.5rem;
        margin-left: auto;
        padding: 0.75rem 1rem;
        background: #002b3e;
        color: #ffffff;
        font-size: 0.6875rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .site-header-mobile-quote i {
        color: #72c100;
        font-size: 0.375rem;
    }
}

@media (max-width: 370px) {
    .site-header-mobile-quote {
        padding-inline: 0.75rem;
        font-size: 0.625rem;
    }
}
