@media (max-width: 1400px) {
    .hero h1 {
        font-size: 4.9rem;
    }

    .products-heading h2 {
        font-size: 3.3rem;
    }

    .about-copy h2 {
        font-size: 2.6rem;
    }

    .product-card h3 {
        font-size: 1.02rem;
    }
}

@media (max-width: 1200px) {
    .container,
    .site-header__inner {
        width: min(100% - 64px, var(--container));
    }

    .site-header__inner {
        grid-template-columns: 220px 1fr 190px;
        gap: 18px;
    }

    .primary-nav {
        gap: 28px;
    }

    .hero__grid {
        grid-template-columns: minmax(520px, .96fr) minmax(360px, 1.04fr);
    }

    .hero h1 {
        font-size: 4.35rem;
    }

    .about-grid,
    .differentials,
    .footer-grid,
    .footer-bottom,
    .visit-cta__inner {
        width: min(100% - 80px, 1180px);
    }

    .about-grid {
        gap: 60px;
    }

    .product-grid {
        width: min(100% - 56px, 1120px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .product-card figure {
        height: 240px;
    }

    .footer-grid {
        gap: 58px;
    }
}

@media (max-width: 992px) {
    :root {
        --header-height: 82px;
    }

    .site-header.is-scrolled {
        height: 72px;
    }

    .site-header__inner {
        grid-template-columns: 1fr auto auto;
    }

    .brand img {
        width: 184px;
    }

    .primary-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: min(360px, 86vw);
        height: 100vh;
        padding: 118px 42px 42px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 28px;
        background: rgba(15, 10, 7, .94);
        border-left: 1px solid rgba(200, 155, 99, .24);
        box-shadow: -28px 0 80px rgba(0, 0, 0, .35);
        backdrop-filter: blur(22px);
        transform: translateX(100%);
        transition: transform .35s ease;
    }

    .nav-open .primary-nav {
        transform: translateX(0);
    }

    .primary-nav a {
        font-size: .9rem;
    }

    .header-cta {
        min-width: 144px;
        min-height: 44px;
        padding: 0 18px;
    }

    .nav-toggle {
        position: relative;
        z-index: 60;
        display: block;
    }

    .hero__grid {
        grid-template-columns: 1fr;
        align-content: center;
        min-height: 780px;
        padding-top: 104px;
        padding-bottom: 90px;
    }

    .hero__content {
        max-width: 590px;
    }

    .hero h1 {
        font-size: 4.2rem;
    }

    .hero p {
        font-size: 1.08rem;
    }

    .about-section {
        padding-top: 74px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .about-copy {
        max-width: 650px;
    }

    .about-media {
        min-height: 0;
        padding-bottom: 58px;
    }

    .about-media img {
        height: 440px;
    }

    .stats-card {
        right: 24px;
        bottom: 0;
    }

    .differentials {
        margin-top: 54px;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .visit-cta {
        min-height: 250px;
    }

    .visit-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .container,
    .site-header__inner,
    .about-grid,
    .differentials,
    .product-grid,
    .footer-grid,
    .footer-bottom,
    .visit-cta__inner {
        width: min(100% - 40px, var(--container));
    }

    .header-cta {
        display: none;
    }

    .site-header__inner {
        grid-template-columns: 1fr auto;
    }

    .hero__background {
        background-position: 60% top;
    }

    .hero__grid {
        min-height: 720px;
    }

    .hero h1 {
        font-size: 3.35rem;
        line-height: 1;
    }

    .hero h1 .line {
        white-space: normal;
    }

    .hero p {
        margin-top: 24px;
        margin-bottom: 28px;
    }

    .btn {
        width: auto;
        max-width: 100%;
        min-height: 52px;
        padding: 0 24px;
        white-space: normal;
        text-align: center;
    }

    .products-heading h2 {
        font-size: 2.8rem;
    }

    .about-copy h2 {
        font-size: 2.46rem;
    }

    .about-copy p:not(.eyebrow) {
        font-size: .92rem;
    }

    .about-media img {
        height: 360px;
    }

    .stats-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(100%, 320px);
        margin: -64px 18px 0 auto;
    }

    .differentials {
        grid-template-columns: 1fr;
    }

    .differential-card {
        min-height: 0;
        padding: 18px 16px;
    }

    .products-section {
        padding-top: 52px;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-card {
        min-height: 320px;
    }

    .product-card figure {
        height: 230px;
    }

    .product-card__body {
        padding: 0 20px 22px;
    }

    .visit-cta__copy {
        align-items: flex-start;
        gap: 22px;
    }

    .visit-cta__icon {
        width: 70px;
        height: 70px;
        flex-basis: 70px;
    }

    .visit-cta h2 {
        font-size: 2.45rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .container,
    .site-header__inner,
    .about-grid,
    .differentials,
    .product-grid,
    .footer-grid,
    .footer-bottom,
    .visit-cta__inner {
        width: min(100% - 28px, var(--container));
    }

    .brand img {
        width: 166px;
    }

    .nav-toggle {
        width: 44px;
        height: 44px;
    }

    .primary-nav {
        width: 100vw;
        padding-left: 32px;
    }

    .hero__grid {
        min-height: 680px;
        padding-top: 86px;
        padding-bottom: 64px;
    }

    .hero h1 {
        font-size: 2.8rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .btn {
        min-height: 50px;
        padding-inline: 20px;
        font-size: 11px;
        gap: 10px;
    }

    .about-section {
        padding: 58px 0 54px;
    }

    .products-heading h2 {
        font-size: 2.38rem;
    }

    .about-copy h2 {
        font-size: 2.2rem;
    }

    .about-copy h2 .about-line {
        white-space: normal;
    }

    .about-media img {
        height: 280px;
        border-radius: 16px;
    }

    .stats-card {
        width: calc(100% - 18px);
        margin-top: -46px;
        padding: 18px 20px;
    }

    .stats-card strong {
        font-size: 2rem;
    }

    .products-heading p:not(.eyebrow) {
        max-width: 310px;
        margin-inline: auto;
    }

    .product-card figure {
        height: 205px;
    }

    .products-action .btn,
    .visit-cta .btn {
        width: 100%;
        min-width: 0;
    }

    .visit-cta {
        min-height: 310px;
        padding: 54px 0;
    }

    .visit-cta__copy {
        flex-direction: column;
    }

    .visit-cta h2 {
        font-size: 2.18rem;
    }

    .visit-cta p {
        font-size: .94rem;
    }

    .site-footer {
        padding-top: 48px;
    }

    .back-to-top {
        right: 18px;
        bottom: 18px;
    }
}
