/* ==========================================================
   ARMOUR MOTORS — PRODUCT PAGE
   ========================================================== */

.product-page {
    background: #f3f1e9;
    color: #111812;
}

.product-shell {
    width: min(1460px, calc(100% - 56px));
    margin: 0 auto;
}


/* breadcrumbs */

.product-breadcrumbs {
    min-height: 58px;

    display: flex;
    align-items: center;

    gap: 10px;

    font-size: 11px;

    color: #72776f;
}

.product-breadcrumbs a {
    color: #72776f;
    text-decoration: none;
}

.product-breadcrumbs strong {
    color: #242b24;
}


/* hero */

.product-hero {
    background:
        linear-gradient(
            115deg,
            #0b1710,
            #14241a
        );

    color: #fff;
}

.product-hero-grid {
    min-height: 520px;

    display: grid;

    grid-template-columns:
        1.15fr .85fr;

    align-items: stretch;
}

.product-image-panel {
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 35px 45px;

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(165,178,110,.12),
            transparent 50%
        );
}

.product-image-panel img {
    display: block;

    width: 100%;
    height: 410px;

    object-fit: contain;
}

.product-main-copy {
    padding: 70px 40px 60px 60px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-type {
    color: #c0c977;

    font-size: 12px;
    line-height: 1.4;

    font-weight: 800;

    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-main-copy h1 {
    margin: 14px 0 18px;

    font-size: clamp(
        46px,
        5vw,
        78px
    );

    line-height: .95;

    letter-spacing: -.045em;
}

.product-tags {
    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    margin-bottom: 22px;
}

.product-tags span {
    padding: 6px 10px;

    border:
        1px solid rgba(255,255,255,.18);

    color: #d7ddd5;

    font-size: 10px;
}

.product-description {
    max-width: 610px;

    margin: 0;

    color: #c4cbc4;

    font-size: 16px;
    line-height: 1.65;
}

.product-availability {
    margin-top: 24px;

    display: flex;
    align-items: center;

    gap: 9px;

    color: #e1e5df;

    font-size: 12px;
}

.availability-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #aab767;

    box-shadow:
        0 0 0 4px rgba(170,183,103,.12);
}

.product-cta-row {
    display: flex;

    gap: 10px;

    margin-top: 30px;
}

.product-primary-cta,
.product-secondary-cta {
    min-height: 48px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 0 22px;

    text-decoration: none;

    font-size: 12px;
    font-weight: 850;
}

.product-primary-cta {
    background: #ef5b17;
    color: #fff;
}

.product-secondary-cta {
    border: 1px solid rgba(255,255,255,.45);

    color: #fff;
}


/* information */

.product-info {
    padding: 78px 0;

    background: #f3f1e9;
}

.product-info-grid {
    display: grid;

    grid-template-columns:
        .75fr 1.25fr;

    gap: 100px;
}

.product-eyebrow {
    color: #707d48;

    font-size: 11px;

    font-weight: 850;

    letter-spacing: .15em;
}

.product-info h2,
.product-order-copy h2,
.product-related-head h2 {
    margin: 12px 0 0;

    font-size: clamp(
        32px,
        3vw,
        52px
    );

    line-height: 1;

    letter-spacing: -.035em;
}

.product-info-copy {
    color: #555c55;

    font-size: 16px;
    line-height: 1.75;
}

.product-info-copy p:first-child {
    margin-top: 0;
}


/* known data */

.product-known-data {
    padding: 55px 0 70px;

    background: #e7e4da;
}

.known-data-grid {
    margin-top: 28px;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    border-top:
        1px solid #c9c6bb;

    border-left:
        1px solid #c9c6bb;
}

.known-data-grid > div {
    min-height: 125px;

    padding: 22px;

    display: flex;
    flex-direction: column;

    justify-content: space-between;

    border-right:
        1px solid #c9c6bb;

    border-bottom:
        1px solid #c9c6bb;
}

.known-data-grid span {
    color: #737a72;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: .07em;
}

.known-data-grid strong {
    font-size: 15px;
}


/* order */

.product-order-section {
    padding: 72px 0;

    background: #dce1b0;
}

.product-order-grid {
    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap: 80px;

    align-items: start;
}

.product-order-copy p {
    max-width: 520px;

    margin-top: 20px;

    color: #59604c;

    line-height: 1.65;
}

.product-order-form {
    min-height: 0 !important;

    padding: 26px !important;

    background: rgba(255,255,255,.44);
}

.product-order-form form {
    display: grid !important;

    gap: 14px;
}

.product-form-row {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 12px;
}

.product-order-form label {
    display: grid;

    gap: 6px;
}

.product-order-form label > span {
    color: #525b47;

    font-size: 10px;

    font-weight: 750;

    text-transform: uppercase;
}

.product-order-form input,
.product-order-form textarea {
    width: 100%;

    min-height: 44px;

    padding: 10px 12px;

    border: 1px solid rgba(61,74,48,.25);

    background: rgba(255,255,255,.72);

    font: inherit;
}

.product-order-form textarea {
    min-height: 95px !important;
}

.product-order-form button {
    width: 100%;

    min-height: 46px;

    border: 0;

    background: #ef5b17;

    color: #fff;

    font-weight: 850;

    cursor: pointer;
}

.product-honeypot {
    position: absolute !important;

    left: -99999px !important;

    width: 1px !important;
    height: 1px !important;

    opacity: 0 !important;
}


/* related */

.related-products {
    padding: 68px 0 80px;

    background: #f3f1e9;
}

.product-related-head {
    display: flex;

    justify-content: space-between;
    align-items: end;

    gap: 30px;

    margin-bottom: 28px;
}

.product-related-head > a {
    color: #253525;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;
}

.related-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 12px;
}

.related-card {
    min-width: 0;

    display: grid;

    grid-template-columns:
        .46fr .54fr;

    min-height: 175px;

    color: inherit;

    text-decoration: none;

    background: #fff;

    border: 1px solid #dedbd0;
}

.related-card-image {
    min-width: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 15px;

    background: #e4e2d8;
}

.related-card-image img {
    width: 100%;
    height: 145px;

    object-fit: contain;
}

.related-card-copy {
    padding: 22px 18px;

    display: flex;
    flex-direction: column;

    justify-content: center;
}

.related-card-copy small {
    color: #777c75;

    font-size: 9px;
}

.related-card-copy h3 {
    margin: 8px 0 18px;

    font-size: 22px;
}

.related-card-copy span {
    margin-top: auto;

    color: #4e6238;

    font-size: 10px;

    font-weight: 800;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 780px) {

    .product-shell {
        width: min(
            100% - 30px,
            680px
        );
    }

    .product-breadcrumbs {
        min-height: 52px;

        overflow-x: auto;

        white-space: nowrap;
    }

    .product-hero-grid {
        min-height: 0;

        grid-template-columns: 1fr;
    }

    .product-image-panel {
        min-height: 300px;

        padding: 25px 20px;
    }

    .product-image-panel img {
        height: 280px;
    }

    .product-main-copy {
        padding:
            32px
            0
            42px;
    }

    .product-main-copy h1 {
        font-size:
            clamp(
                42px,
                13vw,
                62px
            );
    }

    .product-description {
        font-size: 15px;
    }

    .product-cta-row {
        flex-direction: column;
    }

    .product-primary-cta,
    .product-secondary-cta {
        width: 100%;
    }

    .product-info,
    .product-order-section,
    .related-products {
        padding:
            52px
            0;
    }

    .product-info-grid,
    .product-order-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .known-data-grid {
        grid-template-columns:
            1fr 1fr;
    }

    .known-data-grid > div {
        min-height: 110px;
    }

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

    .product-order-form {
        padding: 18px !important;
    }

    .product-related-head {
        align-items: start;

        flex-direction: column;
    }

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

    .related-card {
        min-height: 145px;
    }

    .related-card-image img {
        height: 120px;
    }

}


/* ==========================================================
   P009 — FULL PRODUCT INFORMATION
   ========================================================== */

.product-detail-intro {
    padding: 76px 0;

    background: #f3f1e9;
}

.product-long-description {
    max-width: 820px;

    color: #4f574f;

    font-size: 17px;
    line-height: 1.75;
}

.product-long-description p {
    margin: 0;
}


/* advantages + applications */

.product-benefits {
    padding: 64px 0;

    background: #122219;

    color: #fff;
}

.product-benefits .product-eyebrow {
    color: #c5ce78;
}

.product-detail-columns {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 70px;
}

.product-detail-block {
    min-width: 0;
}

.product-benefit-list,
.product-application-list {
    margin-top: 24px;

    display: grid;

    gap: 0;

    border-top:
        1px solid rgba(255,255,255,.13);
}

.product-benefit-item,
.product-application-list > div {
    min-height: 58px;

    display: grid;

    grid-template-columns:
        34px 1fr;

    align-items: center;

    gap: 8px;

    border-bottom:
        1px solid rgba(255,255,255,.13);

    color: #d9dfd9;

    font-size: 14px;
}

.product-benefit-item > span,
.product-application-list > div > span {
    color: #c5ce78;

    font-size: 17px;
    font-weight: 900;
}

.product-benefit-item strong {
    color: #fff;

    font-weight: 700;
}


/* technical specifications */

.product-specifications {
    padding: 70px 0 76px;

    background: #e8e5dc;
}

.product-spec-head {
    margin-bottom: 28px;
}

.product-spec-head h2 {
    margin: 10px 0 0;

    font-size: clamp(
        34px,
        4vw,
        54px
    );

    line-height: 1;
}

.product-spec-table {
    width: 100%;

    border-top:
        1px solid #bebcaf;

    border-left:
        1px solid #bebcaf;
}

.product-spec-row {
    display: grid;

    grid-template-columns:
        minmax(220px, .72fr)
        minmax(0, 1.28fr);
}

.product-spec-name,
.product-spec-value {
    min-height: 54px;

    display: flex;
    align-items: center;

    padding: 12px 17px;

    border-right:
        1px solid #bebcaf;

    border-bottom:
        1px solid #bebcaf;
}

.product-spec-name {
    color: #596159;

    font-size: 12px;
    font-weight: 750;
}

.product-spec-value {
    background:
        rgba(255,255,255,.35);

    color: #101710;

    font-size: 13px;
    font-weight: 700;
}

.product-spec-note {
    margin:
        12px
        0
        0;

    color: #747970;

    font-size: 10px;
}


/* hover adds a little technical feel */

.product-spec-row:hover
.product-spec-value {
    background:
        rgba(255,255,255,.62);
}


/* MOBILE */

@media (max-width: 780px) {

    .product-detail-intro,
    .product-benefits,
    .product-specifications {
        padding:
            50px
            0;
    }

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

        gap: 48px;
    }

    .product-long-description {
        font-size: 15px;
        line-height: 1.65;
    }

    .product-benefit-item,
    .product-application-list > div {
        min-height: 54px;

        font-size: 13px;
    }

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

    .product-spec-name {
        min-height: 38px;

        padding-bottom: 5px;

        border-bottom: 0;

        background:
            rgba(116,126,82,.08);
    }

    .product-spec-value {
        min-height: 42px;

        padding-top: 5px;
    }

}
