.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
}

.brand-mark {
    width: 58px;
    height: 48px;
    object-fit: contain;
}

.brand-wordmark {
    display: grid;
    line-height: 1;
    text-shadow: 0 2px 12px rgba(4, 18, 16, .55);
}

.brand-wordmark strong {
    color: #fff;
    font: 600 1.34rem/1.05 Georgia, serif;
    letter-spacing: .035em;
}

.brand-wordmark span {
    margin-top: 5px;
    color: #73d4c9;
    font: 800 .62rem/1 Arial, sans-serif;
    letter-spacing: .3em;
}

.footer-brand {
    margin-bottom: 22px;
}

.footer-brand .brand-wordmark {
    text-shadow: none;
}

.hero {
    min-height: 800px;
}

.hero-copy {
    padding-top: 190px;
    padding-bottom: 120px;
}

.hero-copy h1 {
    max-width: 760px;
    font-size: clamp(3.6rem, 5.8vw, 5.5rem);
    line-height: .98;
}

.button-row {
    position: relative;
    z-index: 4;
    margin-top: 26px;
}

.quick-facts {
    margin-top: -42px;
}

@media (max-width: 980px) {
    .hero {
        min-height: 780px;
    }

    .hero-copy {
        padding-top: 175px;
        padding-bottom: 105px;
    }

    .hero-copy h1 {
        max-width: 690px;
        font-size: clamp(3.35rem, 7.8vw, 4.8rem);
    }
}

@media (max-width: 640px) {
    .brand,
    .footer-brand {
        gap: 8px;
    }

    .brand-mark {
        width: 47px;
        height: 40px;
    }

    .brand-wordmark strong {
        font-size: 1.06rem;
    }

    .brand-wordmark span {
        font-size: .54rem;
    }

    .hero {
        min-height: 690px;
    }

    .hero-copy {
        padding-top: 150px;
        padding-bottom: 58px;
    }

    .hero-copy h1 {
        font-size: clamp(2.55rem, 12vw, 3.25rem);
        line-height: 1;
    }

    .button-row {
        margin-top: 22px;
    }
}
