/* ==========================================================
   SECTION 18 — CRAFT BOXES MEGA FOOTER
=========================================================== */

.cb-footer18,
.cb-footer18 *,
.cb-footer18 *::before,
.cb-footer18 *::after {
    box-sizing: border-box;
}

.cb-footer18 {
    position: relative;
    isolation: isolate;

    width: 100%;
    min-width: 0;

    overflow: hidden;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(181, 79, 18, 0.1),
            transparent 25%
        ),
        radial-gradient(
            circle at 95% 92%,
            rgba(255, 255, 255, 0.035),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #12160c 0%,
            #191e10 52%,
            #10140a 100%
        );

    font-family:
        "Manrope",
        "Inter",
        "Segoe UI",
        Arial,
        sans-serif;
}

/* ==========================================================
   SCOPED RESET
=========================================================== */

.cb-footer18 h2,
.cb-footer18 p,
.cb-footer18 span,
.cb-footer18 strong,
.cb-footer18 small,
.cb-footer18 address,
.cb-footer18 a {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;

    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;

    text-shadow: none !important;
}

.cb-footer18 h2,
.cb-footer18 p {
    margin-top: 0;
}

.cb-footer18 ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.cb-footer18 a {
    color: inherit;
    text-decoration: none;
}

.cb-footer18 address {
    margin: 0;

    font-style: normal;
}

.cb-footer18 img {
    display: block;

    max-width: 100%;
}

.cb-footer18 svg {
    display: block;

    width: 100%;
    height: 100%;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cb-footer18__container {
    width: min(100%, 1460px);
    max-width: 1460px;
    min-width: 0;

    margin-inline: auto;
}

/* ==========================================================
   MAIN FOOTER
=========================================================== */

.cb-footer18__top {
    position: relative;

    padding:
        clamp(58px, 6vw, 88px)
        clamp(16px, 3vw, 44px)
        clamp(44px, 5vw, 66px);

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

.cb-footer18__top::before {
    content: "";

    position: absolute;
    top: -185px;
    right: -135px;

    width: 440px;
    height: 440px;

    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;

    box-shadow:
        0 0 0 58px rgba(255, 255, 255, 0.01),
        0 0 0 116px rgba(255, 255, 255, 0.006);

    pointer-events: none;
}

.cb-footer18__top-layout {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns:
        minmax(310px, 0.76fr)
        minmax(0, 1.74fr);

    align-items: start;
    gap: clamp(44px, 5vw, 78px);
}

/* ==========================================================
   BRAND COLUMN
=========================================================== */

.cb-footer18__brand {
    min-width: 0;
}

/* ==========================================================
   FIXED LOGO
=========================================================== */

.cb-footer18__logo {
    display: inline-flex;
    align-items: center;

    width: auto;
    max-width: 100%;
    min-height: 58px;
}

.cb-footer18__logo img {
    display: block !important;

    width: auto !important;
    max-width: min(100%, 270px) !important;
    height: auto !important;
    max-height: 68px !important;

    object-fit: contain !important;
    object-position: left center !important;

    filter: none !important;
    opacity: 1 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
}

.cb-footer18__brand-text {
    width: 100%;
    max-width: 410px;

    margin: 22px 0 0;

    color: rgba(255, 255, 255, 0.74);

    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}

/* ==========================================================
   BRAND TAGS
=========================================================== */

.cb-footer18__brand-tags {
    margin-top: 22px;

    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cb-footer18__brand-tags span {
    padding:
        8px
        11px;

    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.045);

    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;

    font-size: 10px;
    font-weight: 750;
    line-height: 1.35;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

/* ==========================================================
   QUOTE BUTTON
=========================================================== */

.cb-footer18__quote-button {
    width: 100%;
    max-width: 410px;
    min-height: 84px;

    margin-top: 24px;
    padding:
        16px
        18px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    color: #2c2119 !important;
    background: #f4ddc5;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 13px;

    transition:
        transform 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.cb-footer18__quote-button:hover {
    transform: translateY(-3px);

    background: #ffffff;

    box-shadow:
        0 16px 30px rgba(0, 0, 0, 0.22);
}

.cb-footer18__quote-button small,
.cb-footer18__quote-button strong {
    display: block;
}

.cb-footer18__quote-button small {
    color: #9b4a18;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.cb-footer18__quote-button strong {
    margin-top: 5px;

    color: #2c2119;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.cb-footer18__quote-button svg {
    width: 22px;
    height: 22px;

    flex: 0 0 22px;

    transition: transform 180ms ease;
}

.cb-footer18__quote-button:hover svg {
    transform: translateX(4px);
}

/* ==========================================================
   ADDRESS
=========================================================== */

.cb-footer18__address {
    width: 100%;
    max-width: 410px;

    margin-top: 18px;
    padding: 17px;

    display: grid;
    grid-template-columns:
        43px
        minmax(0, 1fr);

    align-items: start;
    gap: 13px;

    background: rgba(255, 255, 255, 0.035);

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.cb-footer18__address-icon {
    width: 43px;
    height: 43px;
    padding: 10px;

    display: grid;
    place-items: center;

    color: #efa35d;
    background: rgba(255, 255, 255, 0.055);

    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
}

.cb-footer18__address small {
    display: block;

    color: #efa35d;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.cb-footer18__address address {
    margin-top: 7px;

    color: rgba(255, 255, 255, 0.77);

    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.65;
}

/* ==========================================================
   SOCIAL MEDIA
=========================================================== */

.cb-footer18__social-area {
    width: 100%;
    max-width: 410px;

    margin-top: 20px;
}

.cb-footer18__social-label {
    display: block;

    color: #efa35d;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.cb-footer18__social-links {
    margin-top: 10px;

    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 9px;
}

.cb-footer18__social-links a {
    min-width: 0;
    min-height: 50px;

    padding:
        11px
        13px;

    display: flex;
    align-items: center;
    gap: 10px;

    color: rgba(255, 255, 255, 0.83);
    background: rgba(255, 255, 255, 0.035);

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;

    font-size: 12px;
    font-weight: 700;

    transition:
        transform 180ms ease,
        color 180ms ease,
        background-color 180ms ease;
}

.cb-footer18__social-links a:hover {
    transform: translateY(-2px);

    color: #ffffff;
    background: rgba(255, 255, 255, 0.075);
}

.cb-footer18__social-links svg {
    width: 21px;
    height: 21px;

    flex: 0 0 21px;

    color: #efa35d;
}

/* ==========================================================
   FOOTER NAVIGATION
=========================================================== */

.cb-footer18__links {
    min-width: 0;

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

    align-content: start;

    gap:
        clamp(40px, 4vw, 58px)
        clamp(24px, 3vw, 42px);
}

.cb-footer18__column {
    min-width: 0;
}

.cb-footer18__column h2 {
    margin: 0 0 18px;

    color: #f0a25a;

    font-size: 11px;
    font-weight: 850;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.cb-footer18__column li + li {
    margin-top: 11px;
}

.cb-footer18__column a {
    position: relative;

    display: inline-flex;

    color: rgba(255, 255, 255, 0.75);

    font-size: 13px;
    font-weight: 550;
    line-height: 1.5;

    transition:
        color 170ms ease,
        transform 170ms ease;
}

.cb-footer18__column a::before {
    content: "";

    position: absolute;
    left: -13px;
    top: 0.72em;

    width: 4px;
    height: 4px;

    background: #e89b53;
    border-radius: 50%;

    opacity: 0;
    transform: translateX(-4px);

    transition:
        opacity 170ms ease,
        transform 170ms ease;
}

.cb-footer18__column a:hover {
    color: #ffffff;

    transform: translateX(7px);
}

.cb-footer18__column a:hover::before {
    opacity: 1;

    transform: translateX(0);
}

/* ==========================================================
   SHARED FULL-WIDTH BAR STYLING
=========================================================== */

.cb-footer18__trust-bar,
.cb-footer18__contact-bar {
    position: relative;

    padding:
        20px
        clamp(16px, 3vw, 44px);

    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* ==========================================================
   TRUST BAR
=========================================================== */

.cb-footer18__trust-bar {
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.024),
            rgba(76, 86, 46, 0.18),
            rgba(255, 255, 255, 0.024)
        );
}

.cb-footer18__trust-layout {
    min-width: 0;

    display: grid;
    grid-template-columns:
        minmax(250px, 0.7fr)
        minmax(0, 1.8fr);

    align-items: center;
    gap: clamp(28px, 4vw, 56px);
}

.cb-footer18__trust-intro span,
.cb-footer18__trust-intro strong {
    display: block;
}

.cb-footer18__trust-intro span {
    color: #efa35d;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.cb-footer18__trust-intro strong {
    margin-top: 6px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.cb-footer18__trust-grid {
    min-width: 0;

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

    gap: 10px;
}

.cb-footer18__trust-item {
    min-width: 0;
    min-height: 76px;

    padding:
        12px
        13px;

    display: grid;
    grid-template-columns:
        41px
        minmax(0, 1fr);

    align-items: center;
    gap: 11px;

    background: rgba(255, 255, 255, 0.038);

    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 11px;

    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease;
}

.cb-footer18__trust-item:hover {
    transform: translateY(-2px);

    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(239, 163, 93, 0.22);
}

.cb-footer18__trust-icon {
    width: 41px;
    height: 41px;
    padding: 10px;

    display: grid;
    place-items: center;

    color: #efa762;
    background: rgba(255, 255, 255, 0.055);

    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 9px;
}

.cb-footer18__trust-item small,
.cb-footer18__trust-item strong {
    display: block;
}

.cb-footer18__trust-item small {
    color: rgba(255, 255, 255, 0.58);

    font-size: 9px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cb-footer18__trust-item strong {
    margin-top: 5px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

/* ==========================================================
   CONTACT BAR
=========================================================== */

.cb-footer18__contact-bar {
    background:
        linear-gradient(
            90deg,
            rgba(181, 79, 18, 0.13),
            rgba(255, 255, 255, 0.026)
        );
}

.cb-footer18__contact-grid {
    min-width: 0;

    display: grid;
    grid-template-columns:
        minmax(280px, 0.82fr)
        repeat(3, minmax(0, 1fr));

    align-items: center;
    gap: 11px;
}

.cb-footer18__contact-intro {
    min-width: 0;

    padding-right: 20px;
}

.cb-footer18__contact-intro span,
.cb-footer18__contact-intro strong {
    display: block;
}

.cb-footer18__contact-intro span {
    color: #efa35d;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.cb-footer18__contact-intro strong {
    margin-top: 6px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.cb-footer18__contact-item {
    min-width: 0;
    min-height: 72px;

    padding:
        12px
        14px;

    display: grid;
    grid-template-columns:
        41px
        minmax(0, 1fr);

    align-items: center;
    gap: 11px;

    color: #ffffff;
    background: rgba(255, 255, 255, 0.038);

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 11px;

    transition:
        transform 180ms ease,
        background-color 180ms ease;
}

a.cb-footer18__contact-item:hover {
    transform: translateY(-2px);

    background: rgba(255, 255, 255, 0.075);
}

.cb-footer18__contact-icon {
    width: 41px;
    height: 41px;
    padding: 10px;

    display: grid;
    place-items: center;

    color: #efaa67;
    background: rgba(255, 255, 255, 0.055);

    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 9px;
}

.cb-footer18__contact-item small,
.cb-footer18__contact-item strong {
    display: block;
}

.cb-footer18__contact-item small {
    color: rgba(255, 255, 255, 0.58);

    font-size: 9px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.cb-footer18__contact-item strong {
    margin-top: 5px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}

/* ==========================================================
   BOTTOM BAR
=========================================================== */

.cb-footer18__bottom {
    padding:
        20px
        clamp(16px, 3vw, 44px);

    background: rgba(0, 0, 0, 0.18);
}

.cb-footer18__bottom-layout {
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cb-footer18__bottom p {
    margin: 0;

    color: rgba(255, 255, 255, 0.59);

    font-size: 11px;
    line-height: 1.5;
}

.cb-footer18__legal {
    min-width: 0;

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

    gap:
        9px
        20px;
}

.cb-footer18__legal a {
    color: rgba(255, 255, 255, 0.64);

    font-size: 11px;
    font-weight: 650;

    transition: color 170ms ease;
}

.cb-footer18__legal a:hover {
    color: #ffffff;
}

/* ==========================================================
   LAPTOP
=========================================================== */

@media (max-width: 1200px) {

    .cb-footer18__top {
        padding-inline: 24px;
    }

    .cb-footer18__top-layout {
        grid-template-columns:
            minmax(290px, 0.7fr)
            minmax(0, 1.3fr);

        gap: 42px;
    }

    .cb-footer18__trust-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cb-footer18__contact-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .cb-footer18__contact-intro {
        grid-column: 1 / -1;

        padding-right: 0;
        padding-bottom: 4px;
    }
}

/* ==========================================================
   TABLET
=========================================================== */

@media (max-width: 960px) {

    .cb-footer18__top-layout {
        grid-template-columns: 1fr;
    }

    .cb-footer18__brand {
        max-width: 720px;
    }

    .cb-footer18__links {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .cb-footer18__trust-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

/* ==========================================================
   SMALL TABLET
=========================================================== */

@media (max-width: 760px) {

    .cb-footer18__top {
        padding:
            54px
            16px
            44px;
    }

    .cb-footer18__links {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .cb-footer18__contact-grid {
        grid-template-columns: 1fr;
    }

    .cb-footer18__bottom-layout {
        align-items: flex-start;
        flex-direction: column;
    }

    .cb-footer18__legal {
        justify-content: flex-start;
    }
}

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

@media (max-width: 620px) {

    .cb-footer18__top {
        padding:
            48px
            10px
            38px;
    }

    .cb-footer18__top-layout {
        gap: 40px;
    }

    .cb-footer18__logo {
        min-height: 48px;
    }

    .cb-footer18__logo img {
        max-width: 230px !important;
        max-height: 58px !important;
    }

    .cb-footer18__brand-text {
        margin-top: 18px;

        font-size: 13.5px;
    }

    .cb-footer18__brand-tags span {
        font-size: 9px;
    }

    .cb-footer18__quote-button {
        min-height: 80px;
    }

    .cb-footer18__address {
        grid-template-columns:
            39px
            minmax(0, 1fr);

        padding: 14px;
    }

    .cb-footer18__address-icon {
        width: 39px;
        height: 39px;
    }

    .cb-footer18__social-links {
        grid-template-columns: 1fr;
    }

    .cb-footer18__links {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .cb-footer18__column {
        padding-bottom: 24px;

        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .cb-footer18__column:last-child {
        padding-bottom: 0;

        border-bottom: 0;
    }

    .cb-footer18__column h2 {
        margin-bottom: 14px;
    }

    .cb-footer18__column a {
        font-size: 13px;
    }

    .cb-footer18__trust-bar,
    .cb-footer18__contact-bar,
    .cb-footer18__bottom {
        padding-inline: 10px;
    }

    .cb-footer18__trust-grid {
        grid-template-columns: 1fr;
    }

    .cb-footer18__trust-item,
    .cb-footer18__contact-item {
        min-height: 74px;
    }

    .cb-footer18__bottom-layout {
        gap: 15px;
    }

    .cb-footer18__legal {
        gap:
            9px
            15px;
    }
}

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

@media (max-width: 380px) {

    .cb-footer18__top,
    .cb-footer18__trust-bar,
    .cb-footer18__contact-bar,
    .cb-footer18__bottom {
        padding-inline: 8px;
    }

    .cb-footer18__logo img {
        max-width: 210px !important;
    }

    .cb-footer18__quote-button,
    .cb-footer18__address,
    .cb-footer18__trust-item,
    .cb-footer18__contact-item {
        padding-inline: 13px;
    }

    .cb-footer18__contact-item strong,
    .cb-footer18__trust-item strong {
        font-size: 11px;
    }
}

/* ==========================================================
   ACCESSIBILITY
=========================================================== */

.cb-footer18 a:focus-visible {
    position: relative;
    z-index: 5;

    outline: 3px solid rgba(239, 167, 98, 0.58);
    outline-offset: 3px;
}

/* ==========================================================
   REDUCED MOTION
=========================================================== */

@media (prefers-reduced-motion: reduce) {

    .cb-footer18 *,
    .cb-footer18 *::before,
    .cb-footer18 *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}