/* =========================================================
   PakHerbal Direct Promotional Hero
   File: public/css/frontend/home/hero.css
   ========================================================= */

.pakherbal-direct-hero,
.pakherbal-direct-hero *,
.pakherbal-direct-hero *::before,
.pakherbal-direct-hero *::after {
    box-sizing: border-box;
}

.pakherbal-direct-hero {
    --direct-hero-green: var(
        --pakherbal-theme-primary,
        #79c943
    );
    --direct-hero-text: #17212b;
    --direct-hero-background: #eef2e9;

    position: relative;
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: var(--direct-hero-background);
    outline: none;
}

/* =========================================================
   Slider
   ========================================================= */

.pakherbal-direct-hero__slider {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.pakherbal-direct-hero__slides {
    position: relative;
    width: 100%;
}

.pakherbal-direct-hero__slide {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 430px;
    overflow: hidden;
}

.pakherbal-direct-hero__slide::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    content: "";
    pointer-events: none;
}

.pakherbal-direct-hero__slide::after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 235px;
    content: "";
    pointer-events: none;
}

/* =========================================================
   Green Slide
   ========================================================= */

.pakherbal-direct-hero__slide--green {
    background:
        radial-gradient(
            circle at 80% 19%,
            rgba(121, 201, 67, 0.27),
            transparent 27%
        ),
        linear-gradient(
            108deg,
            #061826 0%,
            #123f32 56%,
            #32784d 100%
        );
}

.pakherbal-direct-hero__slide--green::before {
    background:
        radial-gradient(
            circle at 89% 57%,
            rgba(255, 255, 255, 0.1),
            transparent 29%
        );
}

.pakherbal-direct-hero__slide--green::after {
    background:
        linear-gradient(
            180deg,
            rgba(50, 120, 77, 0) 0%,
            rgba(74, 139, 90, 0.28) 38%,
            rgba(159, 194, 151, 0.7) 72%,
            #dbe8d6 100%
        );
}

/* =========================================================
   Gold Slide
   ========================================================= */

.pakherbal-direct-hero__slide--gold {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(255, 255, 255, 0.38),
            transparent 27%
        ),
        linear-gradient(
            108deg,
            #f4e6b8 0%,
            #ddb45f 55%,
            #b98538 100%
        );
}

.pakherbal-direct-hero__slide--gold::before {
    background:
        radial-gradient(
            circle at 84% 61%,
            rgba(50, 88, 48, 0.17),
            transparent 28%
        );
}

.pakherbal-direct-hero__slide--gold::after {
    background:
        linear-gradient(
            180deg,
            rgba(221, 180, 95, 0) 0%,
            rgba(225, 190, 111, 0.33) 38%,
            rgba(235, 211, 153, 0.75) 72%,
            #f0e4c2 100%
        );
}

/* =========================================================
   Plum Slide
   ========================================================= */

.pakherbal-direct-hero__slide--plum {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(255, 255, 255, 0.14),
            transparent 27%
        ),
        linear-gradient(
            108deg,
            #572370 0%,
            #9137ba 54%,
            #be64e8 100%
        );
}

.pakherbal-direct-hero__slide--plum::before {
    background:
        radial-gradient(
            circle at 87% 62%,
            rgba(121, 201, 67, 0.2),
            transparent 27%
        );
}

.pakherbal-direct-hero__slide--plum::after {
    background:
        linear-gradient(
            180deg,
            rgba(145, 55, 186, 0) 0%,
            rgba(164, 89, 199, 0.34) 38%,
            rgba(205, 164, 222, 0.75) 72%,
            #e3d1eb 100%
        );
}

/* =========================================================
   Slide Layout
   ========================================================= */

.pakherbal-direct-hero__slide-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(300px, 0.86fr);
    align-items: center;
    gap: 38px;
    width: min(100%, 1320px);
    min-height: 430px;
    margin: 0 auto;
    padding: 34px 64px 130px;
}

/* =========================================================
   Desktop Heading
   ========================================================= */

.pakherbal-direct-hero__content {
    position: relative;
    z-index: 3;
    display: grid;
    align-content: center;
    width: min(100%, 590px);
    min-width: 0;
    transform: translateY(-40px);
}

.pakherbal-direct-hero__title {
    display: grid;
    gap: 1px;
    max-width: 590px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(31px, 3.25vw, 45px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
}

.pakherbal-direct-hero__title span {
    display: block;
}

.pakherbal-direct-hero__slide--gold
.pakherbal-direct-hero__title {
    color: #17231c;
}

/* =========================================================
   Product Visual
   ========================================================= */

.pakherbal-direct-hero__visual {
    position: relative;
    align-self: stretch;
    min-width: 0;
    min-height: 260px;
}

.pakherbal-direct-hero__image {
    position: absolute;
    display: block;
    max-width: none;
    object-fit: contain;
    object-position: right bottom;
}

/*
 * Desktop artwork positions.
 * Each uploaded image has different transparent padding, so each slide
 * receives one deliberate size and position without moving the cards.
 */
@media (min-width: 901px) {
    .pakherbal-direct-hero__image {
        top: -88px;
        right: 96px;
        bottom: auto;
        width: 130%;
        height: 300px;
        object-position: right top;
    }

    .pakherbal-direct-hero__slide--herbal-care
    .pakherbal-direct-hero__image {
        top: -108px;
        right: 94px;
        width: 134%;
        height: 310px;
    }

    .pakherbal-direct-hero__slide--herbal-oils
    .pakherbal-direct-hero__image {
        top: -62px;
        right: 98px;
        width: 130%;
        height: 300px;
    }

    .pakherbal-direct-hero__slide--hakeem-online
    .pakherbal-direct-hero__image {
        top: -58px;
        right: 102px;
        width: 128%;
        height: 300px;
    }
}

.pakherbal-direct-hero__packshot {
    position: absolute;
    right: 8px;
    bottom: 12px;
    width: min(100%, 455px);
    height: 245px;
    transform: scale(0.92);
    transform-origin: right bottom;
}

.pakherbal-direct-hero__shadow {
    position: absolute;
    right: 25px;
    bottom: 4px;
    width: 320px;
    height: 42px;
    background: rgba(3, 18, 22, 0.24);
    border-radius: 50%;
    filter: blur(17px);
}

.pakherbal-direct-hero__bottle {
    position: absolute;
    bottom: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.96),
            rgba(218, 232, 209, 0.84)
        );
    border: 1px solid rgba(255, 255, 255, 0.44);
    box-shadow:
        0 25px 38px rgba(8, 25, 28, 0.2);
}

.pakherbal-direct-hero__bottle::before {
    position: absolute;
    top: -31px;
    left: 50%;
    width: 54%;
    height: 36px;
    content: "";
    background: #173f30;
    border-radius: 9px 9px 4px 4px;
    transform: translateX(-50%);
}

.pakherbal-direct-hero__bottle::after {
    position: absolute;
    top: 43%;
    left: 12%;
    width: 76%;
    height: 27%;
    content: "";
    background: rgba(121, 201, 67, 0.3);
    border-radius: 9px;
}

.pakherbal-direct-hero__bottle--large {
    right: 76px;
    width: 154px;
    height: 194px;
    border-radius: 24px 24px 30px 30px;
}

.pakherbal-direct-hero__bottle--small {
    right: 240px;
    width: 106px;
    height: 146px;
    border-radius: 20px 20px 27px 27px;
}

.pakherbal-direct-hero__jar {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 118px;
    height: 102px;
    background:
        linear-gradient(
            145deg,
            #f6e9bd,
            #d3a952
        );
    border-radius: 18px 18px 26px 26px;
    box-shadow:
        0 23px 36px rgba(8, 25, 28, 0.19);
}

.pakherbal-direct-hero__jar::before {
    position: absolute;
    top: -17px;
    left: -4px;
    width: calc(100% + 8px);
    height: 22px;
    content: "";
    background: #213c2d;
    border-radius: 7px;
}

.pakherbal-direct-hero__leaf {
    position: absolute;
    z-index: -1;
    width: 106px;
    height: 50px;
    background: rgba(121, 201, 67, 0.72);
    border-radius: 100% 0 100% 0;
}

.pakherbal-direct-hero__leaf--one {
    top: 28px;
    right: 48px;
    transform: rotate(-22deg);
}

.pakherbal-direct-hero__leaf--two {
    top: 64px;
    right: 234px;
    width: 92px;
    height: 44px;
    background: rgba(41, 101, 65, 0.74);
    transform: rotate(28deg);
}

/* =========================================================
   Slider Arrows
   ========================================================= */

.pakherbal-direct-hero__arrow {
    position: absolute;
    top: 31%;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    padding: 0;
    color: #ffffff;
    background: rgba(7, 24, 39, 0.27);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(5px);
    transition:
        background-color 160ms ease,
        transform 160ms ease;
}

.pakherbal-direct-hero__arrow:hover {
    background: rgba(7, 24, 39, 0.54);
    transform: translateY(-50%) scale(1.04);
}

.pakherbal-direct-hero__arrow:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

.pakherbal-direct-hero__arrow--previous {
    left: 20px;
}

.pakherbal-direct-hero__arrow--next {
    right: 20px;
}

/* =========================================================
   Cards — Desktop Position Locked
   ========================================================= */

.pakherbal-direct-hero__cards-layer {
    position: relative;
    z-index: 10;
    margin-top: -225px;
    padding: 0 20px 30px;
}

.pakherbal-direct-hero__cards {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: min(100%, 1320px);
    margin: 0 auto;
}

.pakherbal-direct-hero__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 19px;
    background: #ffffff;
    border: 1px solid rgba(15, 34, 45, 0.08);
    border-radius: 0;
    box-shadow:
        0 18px 38px rgba(8, 27, 38, 0.13);
}

.pakherbal-direct-hero__card-title {
    min-height: 44px;
    margin: 0 0 13px;
    color: var(--direct-hero-text);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.28;
    overflow-wrap: anywhere;
}

.pakherbal-direct-hero__card-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pakherbal-direct-hero__card-grid--stacked {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
}

.pakherbal-direct-hero__card-grid--stacked .pakherbal-direct-hero__card-item {
    gap: 5px;
}

.pakherbal-direct-hero__card-grid--stacked .pakherbal-direct-hero__card-image {
    min-height: 104px;
}

.pakherbal-direct-hero__card-grid--stacked .pakherbal-direct-hero__card-image img {
    object-fit: contain;
    background: #eef6e9;
}

.pakherbal-direct-hero__card-item {
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.pakherbal-direct-hero__card-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding: 8px;
    border-radius: 0;
    overflow: hidden;
    transition: transform 160ms ease;
}

.pakherbal-direct-hero__card-item:hover
.pakherbal-direct-hero__card-image {
    transform: translateY(-2px);
}

.pakherbal-direct-hero__card-image span {
    color: #173024;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.pakherbal-direct-hero__card-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pakherbal-direct-hero__card-image--green {
    background:
        linear-gradient(
            145deg,
            #d7ebca,
            #8fbd70
        );
}

.pakherbal-direct-hero__card-image--mint {
    background:
        linear-gradient(
            145deg,
            #d5f0e6,
            #82c6ad
        );
}

.pakherbal-direct-hero__card-image--gold {
    background:
        linear-gradient(
            145deg,
            #f6e9b9,
            #d7ac54
        );
}

.pakherbal-direct-hero__card-image--peach {
    background:
        linear-gradient(
            145deg,
            #f7ddc8,
            #eaa47c
        );
}

.pakherbal-direct-hero__card-label {
    color: #2c3944;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.pakherbal-direct-hero__card-link {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: 17px;
    color: #08708f;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
}

.pakherbal-direct-hero__card-link:hover {
    color: #07576f;
    text-decoration: underline;
}

/* =========================================================
   Medium Desktop
   ========================================================= */

@media (max-width: 1199px) {
    .pakherbal-direct-hero__slide-inner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(270px, 0.8fr);
        padding-right: 42px;
        padding-left: 42px;
    }

    .pakherbal-direct-hero__cards {
        gap: 14px;
    }

    .pakherbal-direct-hero__card {
        padding: 16px;
    }

    .pakherbal-direct-hero__card-image {
        min-height: 91px;
    }
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 900px) {
    .pakherbal-direct-hero__slide {
        min-height: 500px;
    }

    .pakherbal-direct-hero__slide-inner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(210px, 0.68fr);
        min-height: 500px;
        padding: 30px 28px 160px;
    }

    .pakherbal-direct-hero__content {
        transform: translateY(-30px);
    }

    .pakherbal-direct-hero__title {
        font-size: clamp(29px, 4.7vw, 40px);
    }

    .pakherbal-direct-hero__image {
        right: -30px;
        bottom: 62px;
        width: 120%;
        height: 308px;
    }

    .pakherbal-direct-hero__slide--herbal-care
    .pakherbal-direct-hero__image {
        right: -46px;
        width: 128%;
        height: 310px;
    }

    .pakherbal-direct-hero__slide--herbal-oils
    .pakherbal-direct-hero__image {
        right: -30px;
        bottom: 56px;
        width: 121%;
        height: 320px;
    }

    .pakherbal-direct-hero__slide--hakeem-online
    .pakherbal-direct-hero__image {
        right: -40px;
        bottom: 58px;
        width: 126%;
        height: 320px;
    }

    .pakherbal-direct-hero__packshot {
        right: -12px;
        bottom: 24px;
        transform: scale(0.75);
        transform-origin: right bottom;
    }

    .pakherbal-direct-hero__arrow {
        top: 30%;
    }

    .pakherbal-direct-hero__cards-layer {
        margin-top: -245px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .pakherbal-direct-hero__cards {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {
    .pakherbal-direct-hero__slide {
        min-height: 550px;
    }

    .pakherbal-direct-hero__slide::after {
        height: 245px;
    }

    .pakherbal-direct-hero__slide-inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows:
            auto
            minmax(205px, 1fr);
        align-content: start;
        gap: 0;
        min-height: 550px;
        padding: 22px 16px 210px;
    }

    /*
     * Mobile heading centered.
     */

    .pakherbal-direct-hero__content {
        justify-items: center;
        width: 100%;
        text-align: center;
        transform: none;
    }

    .pakherbal-direct-hero__title {
        max-width: 100%;
        font-size: clamp(25px, 6.9vw, 32px);
        line-height: 1.06;
        letter-spacing: -0.023em;
        text-align: center;
    }

    /*
     * Mobile product visual placed between the arrows.
     */

    .pakherbal-direct-hero__visual {
        min-height: 205px;
        margin-top: -2px;
    }

    .pakherbal-direct-hero__image {
        right: auto;
        left: 50%;
        bottom: 30px;
        width: 100%;
        max-width: 100%;
        height: 232px;
        object-position: center bottom;
        transform: translateX(-50%);
    }

    .pakherbal-direct-hero__slide--herbal-care
    .pakherbal-direct-hero__image {
        bottom: 30px;
        width: 100%;
        height: 236px;
    }

    .pakherbal-direct-hero__slide--herbal-oils
    .pakherbal-direct-hero__image {
        bottom: 24px;
        width: 100%;
        height: 244px;
    }

    .pakherbal-direct-hero__slide--hakeem-online
    .pakherbal-direct-hero__image {
        bottom: 25px;
        width: 100%;
        height: 252px;
    }

    .pakherbal-direct-hero__packshot {
        right: 50%;
        bottom: 54px;
        width: 420px;
        height: 225px;
        transform:
            translateX(50%)
            scale(0.54);
        transform-origin: center bottom;
    }

    /*
     * Mobile arrows aligned with product image center.
     */

    .pakherbal-direct-hero__arrow {
        top: 45%;
        width: 40px;
        height: 40px;
    }

    .pakherbal-direct-hero__arrow--previous {
        left: 8px;
    }

    .pakherbal-direct-hero__arrow--next {
        right: 8px;
    }

    /*
     * Cards moved only slightly upward.
     */

    .pakherbal-direct-hero__cards-layer {
        margin-top: -240px;
        padding: 0 10px 24px;
    }

    .pakherbal-direct-hero__cards {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .pakherbal-direct-hero__card {
        padding: 12px;
        border-radius: 0;
    }

    .pakherbal-direct-hero__card-title {
        min-height: 34px;
        margin-bottom: 9px;
        font-size: 14px;
        line-height: 1.22;
    }

    .pakherbal-direct-hero__card-grid {
        gap: 8px;
    }

    .pakherbal-direct-hero__card-image {
        min-height: 76px;
        padding: 5px;
        border-radius: 0;
    }

    .pakherbal-direct-hero__card-image span {
        font-size: 11px;
    }

    .pakherbal-direct-hero__card-label {
        font-size: 10px;
        line-height: 1.25;
    }

    .pakherbal-direct-hero__card-link {
        padding-top: 11px;
        font-size: 11px;
    }
}

/* =========================================================
   Very Small Mobile
   ========================================================= */

@media (max-width: 359px) {
    .pakherbal-direct-hero__slide-inner {
        padding-right: 12px;
        padding-left: 12px;
    }

    .pakherbal-direct-hero__title {
        font-size: 24px;
    }

    .pakherbal-direct-hero__packshot {
        bottom: 58px;
        transform:
            translateX(50%)
            scale(0.51);
    }

    .pakherbal-direct-hero__cards-layer {
        margin-top: -240px;
        padding-right: 7px;
        padding-left: 7px;
    }

    .pakherbal-direct-hero__cards {
        gap: 7px;
    }

    .pakherbal-direct-hero__card {
        padding: 9px;
    }

    .pakherbal-direct-hero__card-image {
        min-height: 66px;
    }
}

/* =========================================================
   Reduced Motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .pakherbal-direct-hero__arrow,
    .pakherbal-direct-hero__card-image {
        transition: none;
    }

    .pakherbal-direct-hero__arrow:hover,
    .pakherbal-direct-hero__card-item:hover
    .pakherbal-direct-hero__card-image {
        transform: none;
    }
}
