.base-hero {
    position: relative;
    min-height: 650px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 78% 25%, rgb(139 218 89 / 25%), transparent 28rem),
        linear-gradient(115deg, var(--forest-950) 0%, var(--forest-800) 58%, #185842 100%);
}

.base-hero::before {
    position: absolute;
    inset: -35% -12% -80% 32%;
    content: "";
    opacity: .55;
    background:
        repeating-radial-gradient(
            ellipse at 50% 65%,
            transparent 0 82px,
            rgb(139 218 89 / 13%) 83px 85px,
            transparent 86px 128px
        );
    pointer-events: none;
}

.base-hero--image {
    background: var(--forest-950);
}

.base-hero--image::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgb(3 43 32 / 96%) 0%, rgb(3 43 32 / 76%) 52%, rgb(3 43 32 / 22%) 100%);
}

.base-hero__image {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
}

.base-hero__content {
    position: relative;
    z-index: 3;
    padding-block: 5rem 7rem;
}

.base-hero h1 {
    max-width: 800px;
    margin: 0;
    font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: .82;
    letter-spacing: -.05em;
    text-transform: uppercase;
}

.base-hero h1 span {
    display: block;
    color: var(--green-400);
}

.base-hero__content > p:not(.eyebrow) {
    max-width: 630px;
    margin: 1.8rem 0 2rem;
    color: rgb(255 255 255 / 76%);
    font-size: 1.1rem;
}

.base-hero__mark {
    position: absolute;
    z-index: 2;
    right: 6%;
    bottom: 9%;
    width: min(38vw, 520px);
    color: rgb(255 255 255 / 10%);
    text-align: center;
    transform: rotate(-3deg);
}

.base-hero__mark svg {
    width: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 8;
}

.base-hero__mark strong {
    display: block;
    margin-top: -1.5rem;
    font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
    font-size: clamp(2rem, 4.2vw, 4.5rem);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.base-intro,
.infrastructure-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: var(--white);
}

.base-intro__grid,
.infrastructure-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
    gap: clamp(2.5rem, 7vw, 7rem);
}

.base-intro__image {
    margin: 2rem 0 0;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 20px 48px rgb(3 43 32 / 14%);
}

.base-intro__image img {
    width: 100%;
    aspect-ratio: 3 / 2;
    display: block;
    object-fit: cover;
}

.base-intro h2,
.infrastructure-copy h2,
.training-heading h2,
.base-contact h2 {
    margin: 0;
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    line-height: .93;
    letter-spacing: -.045em;
}

.base-intro__copy p,
.infrastructure-copy > p:not(.eyebrow) {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.base-intro__copy p + p {
    margin-top: 1.15rem;
}

.training-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
    color: var(--white);
    background: var(--forest-950);
}

.training-heading {
    max-width: 800px;
    margin-bottom: 3rem;
}

.training-heading > p:not(.eyebrow) {
    max-width: 640px;
    color: rgb(255 255 255 / 66%);
}

.training-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.training-grid article {
    min-height: 205px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 1.35rem;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 1rem;
    background:
        linear-gradient(90deg, var(--green-400), var(--green-400)) 1.35rem 0 / 3.2rem 3px no-repeat,
        rgb(255 255 255 / 4%);
}

.training-card__label {
    color: var(--green-400);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.training-grid h3 {
    margin: 1.45rem 0 .55rem;
    font-size: clamp(1.3rem, 1.7vw, 1.55rem);
    line-height: 1.1;
}

.training-grid p {
    margin: 0;
    color: rgb(255 255 255 / 62%);
    font-size: .96rem;
    line-height: 1.55;
}

.infrastructure-grid {
    align-items: center;
}

.infrastructure-list {
    display: grid;
    gap: .8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.infrastructure-list li {
    display: grid;
    grid-template-columns: 5rem 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    color: var(--forest-950);
    background: var(--snow);
    border: 1px solid var(--line);
    border-radius: .9rem;
}

.infrastructure-list strong {
    color: var(--green-600);
    font-size: 2.25rem;
    text-align: center;
}

.infrastructure-list span {
    font-size: 1.1rem;
    font-weight: 850;
}

.base-contact {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    background: #edf4ee;
}

.base-contact__card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr);
    gap: clamp(2rem, 6vw, 5rem);
    padding: clamp(2rem, 6vw, 4.5rem);
    color: var(--white);
    background:
        radial-gradient(circle at 90% 10%, rgb(112 197 65 / 24%), transparent 20rem),
        var(--forest-900);
    border-radius: 1.25rem;
    box-shadow: 0 24px 55px rgb(3 43 32 / 17%);
}

.base-contact__card > div:first-child > p:not(.eyebrow) {
    color: rgb(255 255 255 / 67%);
}

.base-contact__actions {
    display: grid;
    gap: .8rem;
}

.base-contact__actions a {
    display: grid;
    grid-template-columns: 2.8rem 1fr;
    column-gap: .8rem;
    align-items: center;
    padding: 1rem;
    color: var(--white);
    background: rgb(255 255 255 / 7%);
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: .8rem;
    text-decoration: none;
}

.base-contact__actions a > span {
    grid-row: span 2;
    font-size: 1.45rem;
    text-align: center;
}

.base-contact__actions small {
    color: var(--green-400);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.base-contact__actions strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .training-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .base-hero__mark {
        right: -8%;
        width: 58vw;
    }
}

@media (max-width: 720px) {
    .base-intro__grid,
    .infrastructure-grid,
    .base-contact__card {
        grid-template-columns: 1fr;
    }

    .base-hero {
        min-height: 590px;
    }

    .base-hero__mark {
        opacity: .7;
    }
}

@media (max-width: 520px) {
    .training-grid {
        grid-template-columns: 1fr;
    }

    .training-grid article {
        min-height: 0;
    }

    .base-hero h1 {
        max-width: 100%;
        font-size: clamp(2.8rem, 13.2vw, 4.25rem);
        line-height: .88;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    .base-hero__mark {
        right: -22%;
        bottom: 4%;
        width: 90vw;
    }
}
