.scnm-front-page {
    --scnm-front-spacing: clamp(1rem, 5vw, 2rem);
    --scnm-front-radius: 0px;
}

.scnm-hero {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.scnm-hero__image,
.scnm-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.scnm-hero__image {
    object-fit: cover;
}

.scnm-hero__overlay {
    background: rgba(0, 0, 0, 0.5);
}

.scnm-hero__content {
    position: relative;
    z-index: 1;
    color: var(--wp--preset--color--white);
}

.scnm-hero__title {
    font-size: clamp(2rem, 7vw, 3rem);
    line-height: 1.1;
}

.scnm-hero__actions {
    margin-top: var(--wp--preset--spacing--30);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.scnm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--scnm-front-radius);
    width: 100%;
    padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--50);
    font-size: var(--wp--preset--font-size--xx-velik);
    text-decoration: none;
}

.scnm-button--primary {
    background: #f46e00;
    color: var(--wp--preset--color--white);
}

.scnm-button--secondary {
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--dark);
}

.scnm-section-heading,
.scnm-section-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin: var(--wp--preset--spacing--30) 1rem;
    padding: 0;
}

.scnm-section-heading__label,
.scnm-section-link__label {
    font-size: var(--wp--preset--font-size--x-velik);
    color: var(--wp--preset--color--primary);
    white-space: normal;
    margin: 0;
}

.scnm-section-heading__line,
.scnm-section-link__line {
    width: 100%;
    border: 0;
    border-top: 1px dashed var(--wp--preset--color--medium-gray);
}


.scnm-mission {
    padding: 1.5rem 1rem;
    background: var(--wp--preset--color--primary-light);
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--x-velik);
    line-height: 1.5;
}

.scnm-video {
    padding-top: var(--wp--preset--spacing--30);
}

.scnm-video__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.scnm-video__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.scnm-quote {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: var(--wp--preset--font-size--xx-velik);
    line-height: 1.5;
}

@media (min-width: 60rem) {
    .scnm-front-page {
        --scnm-front-spacing: clamp(1.5rem, 4vw, 6rem);
    }

    .scnm-hero {
        min-height: 430px;
    }

    .scnm-hero__title {
        font-size: var(--wp--preset--font-size--xxx-velik);
    }

    .scnm-button {
        width: auto;
    }

    .scnm-section-heading,
    .scnm-section-link {
        flex-wrap: nowrap;
    }

    .scnm-section-heading__label,
    .scnm-section-link__label {
        white-space: nowrap;
        margin: 0 2rem;
    }
}
