/* ======================================================
   ABOUT PAGE - CLEAN VERSION
   Uses same home hero classes + reduced top image height
   ====================================================== */

.about-page-screen {
    width: 100%;
    background: #ffffff;
    color: #111111;
    overflow-x: hidden;
}

/* ================= ABOUT HERO ================= */
.about-page-screen .hero.about-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;
}

.about-page-screen .hero-bg.about-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;
}

.about-page-screen .hero-overlay.about-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;
}

/* Force transparent homepage-style nav on About page */
/* Keep transparent About header on desktop */
.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 {
    color: #ffffff !important;
}

.zirethic-header.is-home .z-icon-btn svg,
.zirethic-header.is-home .z-icon-link svg {
    stroke: #ffffff !important;
}

/* White header only on mobile */
@media (max-width: 768px) {
    body:has(.about-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(.about-page-screen) .zirethic-header.is-home .z-nav-left a,
    body:has(.about-page-screen) .zirethic-header.is-home .z-shop-trigger,
    body:has(.about-page-screen) .zirethic-header.is-home .z-logo,
    body:has(.about-page-screen) .zirethic-header.is-home .z-dropdown-toggle,
    body:has(.about-page-screen) .zirethic-header.is-home .z-language-toggle,
    body:has(.about-page-screen) .zirethic-header.is-home .z-currency-toggle,
    body:has(.about-page-screen) .zirethic-header.is-home .z-icon-btn,
    body:has(.about-page-screen) .zirethic-header.is-home .z-icon-link {
        color: #111111 !important;
    }

    body:has(.about-page-screen) .zirethic-header.is-home .z-icon-btn svg,
    body:has(.about-page-screen) .zirethic-header.is-home .z-icon-link svg {
        stroke: #111111 !important;
    }
}

/* ================= INTRO TEXT ================= */
.about-screen-intro {
    width: 100% !important;
    background: #ffffff !important;
    padding: 58px 18px 54px !important;
}

.about-screen-intro-inner {
    width: min(100%, 520px) !important;
    margin: 0 auto !important;
    text-align: left !important;
}

.about-screen-intro-inner p {
    margin: 0 0 10px !important;
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
}

/* ================= MIDDLE IMAGE ================= */
.about-screen-feature {
    width: 100vw !important;
    max-width: none !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding: 0 !important;
    background: #45443f !important;
    overflow: hidden !important;

    display: block !important;
}

.about-screen-feature img {
    width: 100vw !important;
    max-width: none !important;
    height: 850PX !important;

    display: block !important;
    margin: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;
}

/* ================= BOTTOM GALLERY ================= */
.about-screen-gallery {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

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

    background: #ffffff !important;
}

.about-screen-gallery-item {
    width: 100% !important;
    height: 850px !important;
    background: #e2e2e0 !important;
    overflow: hidden !important;
}

.about-screen-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .about-page-screen .hero.about-screen-hero {
        height: 320px !important;
        min-height: 320px !important;
    }

    .about-screen-intro {
        padding: 42px 20px 40px !important;
    }

  

    .about-screen-gallery {
        grid-template-columns: 1fr !important;
    }

    .about-screen-gallery-item {
        height: 600px !important;
    }
}

@media (max-width: 520px) {
    .about-page-screen .hero.about-screen-hero {
        height: 440px !important;
        min-height: 440px !important;
    }

    .about-screen-intro {
        padding: 34px 18px 32px !important;
    }

    .about-screen-intro-inner {
        width: min(100%, 310px) !important;
    }

  

    .about-screen-gallery-item {
        height: 600px !important;
    }
}
/* REDUCE FIRST IMAGE HEIGHT ON MOBILE ONLY */
@media (max-width: 768px) {
    .about-screen-feature {
        height: 600px !important;
        max-height: 600px !important;
        overflow: hidden !important;
    }

    .about-screen-feature img {
        width: 100% !important;
        height: 600px !important;
        max-height: 600px !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
    }
}

@media (max-width: 520px) {
    .about-screen-feature {
        height: 600px !important;
        max-height: 600px !important;
    }

    .about-screen-feature img {
        height: 600px !important;
        max-height: 600px !important;
    }
}