/* =========================================================
   PakHerbal Featured Products
   File: public/css/frontend/home/featured-products.css
   ========================================================= */

.pakherbal-featured-products,
.pakherbal-featured-products *,
.pakherbal-featured-products *::before,
.pakherbal-featured-products *::after {
    box-sizing: border-box;
}

.pakherbal-featured-products {
    --featured-green: var(
        --pakherbal-theme-primary,
        #79c943
    );

    --featured-green-dark: #4e9c27;
    --featured-navy: #071827;
    --featured-text: #263039;
    --featured-muted: #67727c;
    --featured-background: #f4f7f1;
    --featured-card-background: #ffffff;

    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background: var(--featured-background);
}

/* =========================================================
   Section Header
   ========================================================= */

.pakherbal-featured-products__header {
    display: grid;
    grid-template-columns:
        minmax(270px, 0.8fr)
        minmax(350px, 1fr)
        auto;
    align-items: center;
    gap: clamp(26px, 4vw, 64px);
    width: min(100%, 1320px);
    min-width: 0;
    margin: 0 auto;
    padding: 30px 28px;
    background: #ffffff;
    border: 0;
    border-radius: 0;
}

.pakherbal-featured-products__title {
    min-width: 0;
    margin: 0;
    color: var(--featured-text);
    font-size: clamp(32px, 2.8vw, 42px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
}

.pakherbal-featured-products__title-line {
    display: inline;
}

.pakherbal-featured-products__title-line
+ .pakherbal-featured-products__title-line::before {
    content: " ";
}

.pakherbal-featured-products__description {
    justify-self: end;
    max-width: 470px;
    margin: 0;
    color: #3f4a5a;
    font-size: 16px;
    line-height: 1.42;
    text-align: right;
}

.pakherbal-featured-products__view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 205px;
    min-height: 51px;
    padding: 12px 22px;
    color: #ffffff;
    background: var(--featured-navy);
    border: 1px solid var(--featured-navy);
    border-radius: 8px;
    box-shadow:
        0 12px 24px rgba(7, 24, 39, 0.15);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition:
        color 160ms ease,
        background-color 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.pakherbal-featured-products__view-all svg {
    flex: 0 0 auto;
    color: #ffffff;
    transition: transform 160ms ease;
}

.pakherbal-featured-products__view-all:hover {
    color: #ffffff;
    background: #3f7f22;
    border-color: #3f7f22;
    box-shadow:
        0 13px 25px rgba(63, 127, 34, 0.24);
    transform: translateY(-2px);
}

.pakherbal-featured-products__view-all:hover svg {
    color: #ffffff;
    transform: translateX(3px);
}

.pakherbal-featured-products__view-all:focus-visible {
    outline: 3px solid rgba(121, 201, 67, 0.4);
    outline-offset: 3px;
}

/* =========================================================
   Products Body
   ========================================================= */

.pakherbal-featured-products__body {
    width: 100%;
    padding: 34px 28px 68px;
    border-top: 0;
}

.pakherbal-featured-products__grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
    width: min(100%, 1320px);
    margin: 0 auto;
}

/* =========================================================
   Product Card
   ========================================================= */

.pakherbal-featured-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: var(--featured-card-background);
    border: 1px solid rgba(18, 37, 48, 0.11);
    border-radius: 0;
    box-shadow:
        0 8px 20px rgba(18, 39, 48, 0.06);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.pakherbal-featured-product-card:hover {
    border-color: rgba(78, 135, 51, 0.28);
    box-shadow:
        0 14px 28px rgba(18, 39, 48, 0.10);
    transform: translateY(-3px);
}

/* =========================================================
   Product Media
   ========================================================= */

.pakherbal-featured-product-card__media {
    position: relative;
    display: block;
    width: calc(100% - 32px);
    margin: 16px 16px 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(70, 111, 58, 0.22);
    border-radius: 0;
    text-decoration: none;
}

.pakherbal-featured-product-card__discount {
    position: absolute;
    z-index: 4;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 27px;
    padding: 5px 9px;
    color: #ffffff;
    background: #d84b3e;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
}

.pakherbal-featured-product-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    transition: transform 300ms ease;
}

.pakherbal-featured-product-card:hover
.pakherbal-featured-product-card__image {
    transform: scale(1.04);
}

/* =========================================================
   Temporary Product Placeholder
   ========================================================= */

.pakherbal-featured-product-card__placeholder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
}

.pakherbal-featured-product-card__placeholder--forest {
    background:
        radial-gradient(
            circle at 70% 24%,
            rgba(121, 201, 67, 0.26),
            transparent 29%
        ),
        linear-gradient(
            145deg,
            #d9ebd0,
            #9bc57e
        );
}

.pakherbal-featured-product-card__placeholder--mint {
    background:
        radial-gradient(
            circle at 70% 24%,
            rgba(255, 255, 255, 0.4),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #d8f0e8,
            #8bcbb3
        );
}

.pakherbal-featured-product-card__placeholder--gold {
    background:
        radial-gradient(
            circle at 70% 24%,
            rgba(255, 255, 255, 0.36),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #f6e8b8,
            #d7ad56
        );
}

.pakherbal-featured-product-card__placeholder--peach {
    background:
        radial-gradient(
            circle at 70% 24%,
            rgba(255, 255, 255, 0.35),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #f8dfcc,
            #eca883
        );
}

.pakherbal-featured-product-card__placeholder-bottle {
    position: absolute;
    right: 50%;
    bottom: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34%;
    height: 58%;
    padding: 8px;
    color: #254332;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.96),
            rgba(229, 239, 221, 0.92)
        );
    border: 1px solid rgba(44, 78, 57, 0.12);
    border-radius: 19px 19px 25px 25px;
    box-shadow:
        0 20px 30px rgba(35, 65, 47, 0.18);
    transform: translateX(50%);
}

.pakherbal-featured-product-card__placeholder-bottle::before {
    position: absolute;
    top: -13%;
    left: 50%;
    width: 50%;
    height: 15%;
    content: "";
    background: #173f30;
    border-radius: 6px 6px 3px 3px;
    transform: translateX(-50%);
}

.pakherbal-featured-product-card__placeholder-bottle span {
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
}

.pakherbal-featured-product-card__placeholder-leaf {
    position: absolute;
    top: 23%;
    right: 18%;
    width: 29%;
    height: 15%;
    background: rgba(45, 117, 66, 0.72);
    border-radius: 100% 0 100% 0;
    transform: rotate(-24deg);
}

.pakherbal-featured-product-card__placeholder-shadow {
    position: absolute;
    right: 50%;
    bottom: 11%;
    width: 50%;
    height: 8%;
    background: rgba(28, 50, 38, 0.2);
    border-radius: 50%;
    filter: blur(9px);
    transform: translateX(50%);
}

/* =========================================================
   Product Content
   ========================================================= */

.pakherbal-featured-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 18px;
}

.pakherbal-featured-product-card__category {
    margin: 0 0 7px;
    color: var(--featured-green-dark);
    font-size: 11px;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.pakherbal-featured-product-card__title {
    min-height: 44px;
    margin: 0;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.38;
}

.pakherbal-featured-product-card__title a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--featured-text);
    text-decoration: none;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pakherbal-featured-product-card__title a:hover {
    color: var(--featured-green-dark);
}

.pakherbal-featured-product-card__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: 14px;
}

.pakherbal-featured-product-card__price {
    color: var(--featured-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.pakherbal-featured-product-card__old-price {
    color: #8a949d;
    font-size: 12px;
    line-height: 1.2;
}

/* =========================================================
   Shop Button
   ========================================================= */

.pakherbal-featured-product-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin-top: auto;
    padding: 10px 14px;
    color: #ffffff;
    background: var(--featured-navy);
    border: 1px solid var(--featured-navy);
    border-radius: 0;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.pakherbal-featured-product-card__price-row
+ .pakherbal-featured-product-card__button {
    margin-top: 17px;
}

.pakherbal-featured-product-card__button svg {
    flex: 0 0 auto;
    transition: transform 160ms ease;
}

.pakherbal-featured-product-card__button:hover {
    color: #071827;
    background: var(--featured-green);
    border-color: var(--featured-green);
    box-shadow:
        0 10px 20px rgba(73, 145, 37, 0.24);
    transform: translateY(-1px);
}

.pakherbal-featured-product-card__button:hover svg {
    transform: translateX(3px);
}

.pakherbal-featured-product-card__button:focus-visible {
    outline: 3px solid rgba(121, 201, 67, 0.42);
    outline-offset: 3px;
}

/* =========================================================
   Empty State
   ========================================================= */

.pakherbal-featured-products__empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 34px 24px;
    color: var(--featured-muted);
    background: #ffffff;
    border: 1px dashed rgba(18, 37, 48, 0.15);
    border-radius: 0;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

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

@media (max-width: 991px) {
    .pakherbal-featured-products__header {
        grid-template-columns:
            minmax(220px, 0.8fr)
            minmax(280px, 1fr)
            auto;
        gap: 24px;
        padding-right: 22px;
        padding-left: 22px;
    }

    .pakherbal-featured-products__description {
        font-size: 14px;
    }

    .pakherbal-featured-products__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

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

@media (max-width: 767px) {
    .pakherbal-featured-products__header {
        grid-template-columns:
            minmax(0, 1fr)
            auto;
        gap: 14px;
        padding: 22px 14px;
    }

    .pakherbal-featured-products__description {
        display: none;
    }

    .pakherbal-featured-products__title {
        font-size: clamp(27px, 7.8vw, 36px);
        line-height: 0.99;
    }

    .pakherbal-featured-products__title-line {
        display: block;
    }

    .pakherbal-featured-products__title-line
    + .pakherbal-featured-products__title-line::before {
        content: none;
    }

    .pakherbal-featured-products__view-all {
        min-width: 0;
        min-height: 41px;
        padding: 9px 13px;
        border-radius: 8px;
        font-size: 12px;
    }

    .pakherbal-featured-products__view-all svg {
        width: 15px;
        height: 15px;
    }

    .pakherbal-featured-products__body {
        padding: 22px 10px 42px;
    }

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

    .pakherbal-featured-product-card {
        border-radius: 0;
    }

    .pakherbal-featured-product-card__media {
        width: calc(100% - 16px);
        margin: 8px 8px 0;
        aspect-ratio: 1 / 1;
        border-radius: 0;
    }

    .pakherbal-featured-product-card__discount {
        top: 7px;
        left: 7px;
        min-height: 23px;
        padding: 4px 6px;
        border-radius: 0;
        font-size: 9px;
    }

    .pakherbal-featured-product-card__content {
        padding: 11px;
    }

    .pakherbal-featured-product-card__category {
        margin-bottom: 5px;
        font-size: 9px;
    }

    .pakherbal-featured-product-card__title {
        min-height: 38px;
        font-size: 13px;
        line-height: 1.38;
    }

    .pakherbal-featured-product-card__price-row {
        gap: 5px;
        margin-top: 10px;
    }

    .pakherbal-featured-product-card__price {
        font-size: 15px;
    }

    .pakherbal-featured-product-card__old-price {
        font-size: 9px;
    }

    .pakherbal-featured-product-card__button {
        min-height: 39px;
        padding: 8px 8px;
        border-radius: 0;
        font-size: 11px;
    }

    .pakherbal-featured-product-card__price-row
    + .pakherbal-featured-product-card__button {
        margin-top: 13px;
    }

    .pakherbal-featured-product-card__button svg {
        width: 15px;
        height: 15px;
    }

    .pakherbal-featured-product-card__placeholder-bottle span {
        font-size: 9px;
    }
}

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

@media (max-width: 359px) {
    .pakherbal-featured-products__header {
        gap: 9px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .pakherbal-featured-products__title {
        font-size: 25px;
    }

    .pakherbal-featured-products__view-all {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 10px;
    }

    .pakherbal-featured-products__body {
        padding-right: 7px;
        padding-left: 7px;
    }

    .pakherbal-featured-products__grid {
        gap: 7px;
    }

    .pakherbal-featured-product-card__content {
        padding: 9px;
    }

    .pakherbal-featured-product-card__button {
        font-size: 10px;
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .pakherbal-featured-products__view-all,
    .pakherbal-featured-products__view-all svg,
    .pakherbal-featured-product-card,
    .pakherbal-featured-product-card__image,
    .pakherbal-featured-product-card__button,
    .pakherbal-featured-product-card__button svg {
        transition: none;
    }

    .pakherbal-featured-products__view-all:hover,
    .pakherbal-featured-products__view-all:hover svg,
    .pakherbal-featured-product-card:hover,
    .pakherbal-featured-product-card:hover
    .pakherbal-featured-product-card__image,
    .pakherbal-featured-product-card__button:hover,
    .pakherbal-featured-product-card__button:hover svg {
        transform: none;
    }
}