/* Brunetti Packaging - Contact override, page 13608 only. */
body.page-id-13608 .bp-contact-section-override {
    background: #f6f9fa !important;
    padding: 116px 0 !important;
    overflow: hidden;
}

body.page-id-13608 .bp-contact-section-override .bp-contact-premium {
    width: min(1180px, calc(100vw - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.9fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: stretch;
}

body.page-id-13608 .bp-contact-copy {
    padding: clamp(8px, 1vw, 12px) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.page-id-13608 .bp-contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #18bda7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 22px;
}

body.page-id-13608 .bp-contact-eyebrow::before {
    content: '';
    width: 32px;
    height: 2px;
    background: #18bda7;
    display: block;
}

body.page-id-13608 .bp-contact-title {
    color: #0d1f2b;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: .96;
    letter-spacing: 0;
    font-weight: 800;
    margin: 0 0 28px;
    max-width: 780px;
}

body.page-id-13608 .bp-contact-intro {
    color: #40515b;
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.72;
    max-width: 720px;
    margin: 0 0 34px;
}

body.page-id-13608 .bp-contact-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 760px;
    margin-bottom: 34px;
}

body.page-id-13608 .bp-contact-detail {
    background: #fff;
    border: 1px solid rgba(13, 31, 43, .10);
    border-radius: 14px;
    padding: 22px 24px;
    min-height: 142px;
}

body.page-id-13608 .bp-contact-label {
    color: #18bda7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

body.page-id-13608 .bp-contact-detail strong {
    display: block;
    color: #102533;
    font-size: 18px;
    line-height: 1.28;
    margin-bottom: 12px;
}

body.page-id-13608 .bp-contact-detail a,
body.page-id-13608 .bp-contact-detail span {
    display: block;
    color: #40515b;
    font-size: 16px;
    line-height: 1.55;
    text-decoration: none;
}

body.page-id-13608 .bp-contact-detail a:hover {
    color: #18bda7;
}

body.page-id-13608 .bp-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

body.page-id-13608 .bp-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
}

body.page-id-13608 .bp-contact-btn-primary {
    background: #18bda7;
    color: #fff !important;
    border: 1px solid #18bda7;
}

body.page-id-13608 .bp-contact-btn-primary:hover {
    transform: translateY(-2px);
    background: #139d8b;
    border-color: #139d8b;
}

body.page-id-13608 .bp-contact-btn-disabled {
    color: #7a8790 !important;
    border: 1px solid rgba(13, 31, 43, .18);
    background: rgba(255, 255, 255, .62);
    cursor: not-allowed;
    opacity: .62;
    pointer-events: none;
}

body.page-id-13608 .bp-contact-map-card {
    min-height: 560px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(13, 31, 43, .12);
    background: #dfe7e9;
}

body.page-id-13608 .bp-contact-map-card iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    border: 0;
    filter: saturate(.9) contrast(1.02);
}

@media (max-width: 991px) {
    body.page-id-13608 .bp-contact-section-override {
        padding: 86px 0 !important;
    }

    body.page-id-13608 .bp-contact-section-override .bp-contact-premium {
        width: min(100% - 36px, 760px);
        grid-template-columns: 1fr;
        gap: 34px;
    }

    body.page-id-13608 .bp-contact-details {
        grid-template-columns: 1fr;
    }

    body.page-id-13608 .bp-contact-map-card,
    body.page-id-13608 .bp-contact-map-card iframe {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    body.page-id-13608 .bp-contact-section-override {
        padding: 72px 0 !important;
    }

    body.page-id-13608 .bp-contact-section-override .bp-contact-premium {
        width: min(100% - 32px, 520px);
    }

    body.page-id-13608 .bp-contact-title {
        font-size: clamp(38px, 11vw, 48px);
    }

    body.page-id-13608 .bp-contact-intro {
        font-size: 16px;
    }

    body.page-id-13608 .bp-contact-detail {
        padding: 20px;
    }

    body.page-id-13608 .bp-contact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.page-id-13608 .bp-contact-btn {
        width: 100%;
    }

    body.page-id-13608 .bp-contact-map-card,
    body.page-id-13608 .bp-contact-map-card iframe {
        min-height: 360px;
    }
}