/* ======================================================
   RETURNS / REFUND / PRIVACY POLICY PAGES
   Same hero and navbar behaviour as About
   ====================================================== */

.policy-page-screen {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #111111;
}

.policy-page-screen .hero.policy-screen-hero {
    position: relative !important;
    width: 100vw !important;
    height: 70svh !important;
    min-height: 600px !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    overflow: hidden !important;
    background: #071620 !important;
}

.policy-page-screen .hero-bg.policy-hero-bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.policy-page-screen .hero-overlay.policy-screen-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;

    background: linear-gradient(
        180deg,
        rgba(10, 28, 46, 0.68) 0%,
        rgba(18, 78, 120, 0.48) 50%,
        rgba(12, 34, 51, 0.72) 100%
    ) !important;
}

.policy-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 0 24px;
    text-align: center;
}

.policy-hero-content h1 {
    max-width: 1100px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6.5vw, 88px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

.policy-hero-content p {
    width: min(100%, 620px);
    margin: 22px auto 0;
    color: #ffffff;
    font-family: "PP Neue Montreal", Arial, sans-serif !important;
    font-size: 17px;
    line-height: 1.5;
}

.zirethic-header.is-home {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.zirethic-header.is-home .z-nav-left a,
.zirethic-header.is-home .z-shop-trigger,
.zirethic-header.is-home .z-logo,
.zirethic-header.is-home .z-dropdown-toggle,
.zirethic-header.is-home .z-language-toggle,
.zirethic-header.is-home .z-currency-toggle,
.zirethic-header.is-home .z-icon-btn,
.zirethic-header.is-home .z-icon-link,
.zirethic-header.is-home .z-cart-trigger,
.zirethic-header.is-home .z-search-btn {
    color: #ffffff !important;
}

.zirethic-header.is-home .z-icon-btn svg,
.zirethic-header.is-home .z-icon-link svg,
.zirethic-header.is-home .z-cart-trigger svg,
.zirethic-header.is-home .z-search-btn svg,
.zirethic-header.is-home .z-product-search svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

.zirethic-header.is-home .z-hamburger span {
    background: #ffffff !important;
}

.policy-screen-content {
    width: 100%;
    padding: 82px 24px 96px;
    background: #ffffff;
}

.policy-screen-content-inner {
    width: min(100%, 760px);
    margin: 0 auto;
}

.policy-screen-eyebrow {
    display: block;
    margin-bottom: 20px;
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
}

.policy-screen-content h2 {
    margin: 0 0 24px;
    color: #111111;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.8px;
}

.policy-screen-intro {
    margin: 0 0 42px;
    color: #414651;
    font-family: "PP Neue Montreal", Arial, sans-serif !important;
    font-size: 19px;
    line-height: 1.55;
}

.policy-screen-body {
    padding-top: 34px;
    border-top: 1px solid #d5d7da;
    color: #252b37;
    font-family: "PP Neue Montreal", Arial, sans-serif !important;
    font-size: 17px;
    line-height: 1.75;
}

@media (max-width: 768px) {
    body:has(.policy-page-screen) .zirethic-header.is-home {
        background: #ffffff !important;
        border-bottom: 1px solid rgba(213, 215, 218, 1) !important;
        box-shadow: none !important;
    }

    body:has(.policy-page-screen) .zirethic-header.is-home .z-logo,
    body:has(.policy-page-screen) .zirethic-header.is-home .z-search-btn,
    body:has(.policy-page-screen) .zirethic-header.is-home .z-product-search,
    body:has(.policy-page-screen) .zirethic-header.is-home .z-icon-link,
    body:has(.policy-page-screen) .zirethic-header.is-home .z-cart-trigger {
        color: #111111 !important;
    }

    body:has(.policy-page-screen) .zirethic-header.is-home .z-search-btn svg,
    body:has(.policy-page-screen) .zirethic-header.is-home .z-product-search svg,
    body:has(.policy-page-screen) .zirethic-header.is-home .z-icon-link svg,
    body:has(.policy-page-screen) .zirethic-header.is-home .z-cart-trigger svg {
        stroke: #111111 !important;
        color: #111111 !important;
    }

    body:has(.policy-page-screen) .zirethic-header.is-home .z-hamburger span {
        background: #111111 !important;
    }

    .policy-page-screen .hero.policy-screen-hero {
        height: 440px !important;
        min-height: 440px !important;
    }

    .policy-hero-content {
        align-items: flex-start;
        justify-content: flex-end;
        padding: 0 20px 38px;
        text-align: left;
    }

    .policy-hero-content h1 {
        font-size: 38px;
        line-height: 1;
    }

    .policy-hero-content p {
        margin: 14px 0 0;
        font-size: 15px;
    }

    .policy-screen-content {
        padding: 52px 20px 70px;
    }

    .policy-screen-intro {
        margin-bottom: 32px;
        font-size: 17px;
    }

    .policy-screen-body {
        padding-top: 28px;
        font-size: 16px;
        line-height: 1.7;
    }
}