:root {
    --white: #ffffff;
    --light: #fdf9f4;
    --cream: #f5ede0;
    --border: #e8d8c0;
    --gold: #e8a020;
    --gold2: #f0a500;
    --red: #e03222;
    --green: #3a6b35;
    --green2: #4e8c46;
    --amber: #d4860a;
    --dark: #1e1208;
    --text: #3d2b14;
    --muted: #8c7358;
    --ff-head: 'Playfair Display', serif;
    --ff-body: 'Nunito', sans-serif;
    --ff-script: 'Dancing Script', cursive;
    --r: 10px;
    --rl: 18px;
    --sh1: 0 2px 14px rgba(122, 74, 30, .10);
    --sh2: 0 8px 32px rgba(122, 74, 30, .16);
    --sh3: 0 18px 52px rgba(122, 74, 30, .20);
    --t: .28s ease;
}

/* ─── PAGE HERO ─── */
.hero {
    position: relative;
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #fff8ef 0%, #fdecd8 45%, #fae0c2 100%);
    overflow: hidden
}

.hero_dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(232, 160, 32, .09) 1px, transparent 0);
    background-size: 26px 26px
}

.hero_blob {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 160, 32, .14) 0%, transparent 70%)
}

.hero_blob2 {
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(58, 107, 53, .09) 0%, transparent 70%)
}

.about_hero_inner {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 12.5px;
    color: var(--muted)
}

.breadcrumb a {
    color: var(--gold);
    font-weight: 700
}

.breadcrumb i {
    font-size: 9px
}

.hero h1 {
    font-family: var(--ff-head);
    font-size: clamp(34px, 5.5vw, 62px);
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 12px
}

.hero h1 span {
    color: var(--gold)
}

.hero p {
    color: var(--muted);
    font-size: 15px;
    max-width: 520px;
    margin: 0 auto 32px;
    line-height: 1.85
}

.hero_stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap
}

.stat strong {
    display: block;
    font-family: var(--ff-head);
    font-size: 30px;
    font-weight: 900;
    color: var(--gold);
    line-height: 1
}

.stat span {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .1em
}

/* ─── FILTER BAR ─── */
.filterbar {
    background: var(--white);
    padding: 20px 0;
    border-bottom: 2px solid var(--cream);
    position: sticky;
    top: 80px;
    z-index: 80
}

.filter_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap
}

.filter_tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.ftab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid var(--border);
    color: var(--muted);
    background: var(--white);
    transition: all var(--t);
    font-family: var(--ff-body)
}

.ftab.active,
.ftab:hover {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold)
}

.filter_count {
    font-size: 13px;
    color: var(--muted);
    white-space: nowrap
}

.filter_count b {
    color: var(--gold)
}

/* ─── PRODUCTS SECTION ─── */
.prod_sec {
    background: var(--light);
    padding: 60px 0 80px
}

.prod_grid_cover {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

/* category header */
.cat_header {
    display: flex;
    align-items: center;
    gap: 14px;
    /* margin-bottom: 28px */
}

@media screen and (max-width: 500px) {
    .cat_header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cat_header+.cat_header,
.cat_header.second {
    /* margin-top: 64px */
}

.cat_pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap
}

.cat_pill.pure {
    background: var(--gold);
    color: #fff
}

.cat_pill.blend {
    background: var(--green);
    color: #fff
}

.cat_header h2 {
    font-family: var(--ff-head);
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    color: var(--dark);
}

.cat_line {
    flex: 1;
    height: 1.5px;
    background: linear-gradient(90deg, var(--border), transparent)
}

/* grid */
.prod_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

/* ─── PRODUCT CARD ─── */
.pcard_wrap {
    position: relative
}

.pcard {
    background: var(--white);
    border-radius: var(--rl);
    overflow: visible;
    border: 1.5px solid var(--border);
    box-shadow: var(--sh1);
    transition: all var(--t);
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer
}

.pcard:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh2);
    border-color: rgba(232, 160, 32, .4)
}

/* image */
.pcard_img {
    position: relative;
    height: 220px;
    background: linear-gradient(135deg, #fff5ea, #fdebd5);
    border-radius: var(--rl) var(--rl) 0 0;
    overflow: hidden;
    flex-shrink: 0
}

.pcard_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px 16px;
    transition: transform .45s ease
}

.pcard:hover .pcard_img img {
    transform: scale(1.07)
}

/* no image placeholder */
.pcard_img_placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(232, 160, 32, .4)
}

.pcard_img_placeholder i {
    font-size: 40px
}

.pcard_img_placeholder span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted)
}

/* badges */
.pcard_badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 5px;
    z-index: 5
}

.badge {
    font-size: 9px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 4px;
    letter-spacing: .07em;
    text-transform: uppercase
}

.badge.hot {
    background: var(--red);
    color: #fff
}

.badge.pure {
    background: var(--green);
    color: #fff
}

.badge.mild {
    background: #5b8fd4;
    color: #fff
}

.badge.top {
    background: var(--amber);
    color: #fff
}

.badge.blend {
    background: #7e5cb0;
    color: #fff
}

.badge.desi {
    background: #c0580d;
    color: #fff
}

.badge.fiery {
    background: #c41c0d;
    color: #fff
}

/* body */
.pcard_body {
    padding: 16px 18px 12px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.pcard_cat {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px
}

.pcard_cat i {
    color: var(--gold);
    font-size: 10px
}

.pcard_name {
    font-family: var(--ff-head);
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 3px;
    line-height: 1.25
}

.pcard_hindi {
    font-size: 12px;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 9px
}

.pcard_desc {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 12px;
    flex: 1
}

.pcard_chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 4px
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10.5px;
    color: var(--muted);
    background: var(--cream);
    border: 1px solid var(--border);
    padding: 3px 9px;
    border-radius: 20px
}

.chip i {
    color: var(--gold);
    font-size: 9px
}

/* footer of card */
.pcard_foot {
    border-top: 1.5px solid var(--cream);
    padding: 11px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto
}

.wt_tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap
}

.wt {
    background: var(--cream);
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 9.5px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px
}

/* "View Details" link replaces old size toggle button */
.view_btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: .05em;
    text-transform: uppercase;
    background: none;
    border: none;
    font-family: var(--ff-body);
    transition: gap var(--t);
    white-space: nowrap
}

.pcard:hover .view_btn {
    gap: 9px
}

/* ─── SECTION HEAD (nutrition) ─── */
.sec_head {
    text-align: center;
    margin-bottom: 48px
}

.sec_head h2 {
    font-family: var(--ff-head);
    font-size: clamp(26px, 4vw, 42px);
    color: var(--dark);
    margin-bottom: 6px
}

.sec_head h2 em {
    font-style: normal;
    color: var(--gold)
}

.sec_head h2::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    margin: 10px auto 0;
    border-radius: 2px
}

.sec_head p {
    color: var(--muted);
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.8
}

/* ─── NUTRITION SECTION ─── */
.nutr_sec {
    background: var(--white);
    padding: 80px 0
}

.nutr_tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.ntab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid var(--border);
    color: var(--muted);
    background: var(--white);
    transition: all var(--t);
    font-family: var(--ff-body)
}

.ntab.active,
.ntab:hover {
    background: var(--green);
    color: #fff;
    border-color: var(--green)
}

.npanel {
    display: none
}

.npanel.active {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 44px;
    align-items: center
}

.nutr_img {
    background: var(--cream);
    border-radius: var(--rl);
    overflow: hidden;
    box-shadow: var(--sh2);
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nutr_img img {
    width: 100%;
    height: 340px;
    object-fit: contain;
    padding: 24px
}

.nutr_info h3 {
    font-family: var(--ff-head);
    font-size: 26px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px
}

.nutr_info .hindi {
    font-size: 14px;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 10px
}

.nutr_info .ing {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 20px;
    line-height: 1.7;
    background: var(--light);
    padding: 12px 14px;
    border-radius: var(--r);
    border-left: 3px solid var(--gold)
}

table.ntable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
    border-radius: var(--r);
    overflow: hidden
}

table.ntable th {
    background: var(--green);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 10px 14px;
    text-align: left
}

table.ntable td {
    padding: 9px 14px;
    font-size: 12.5px;
    border-bottom: 1px solid var(--cream)
}

table.ntable tr:nth-child(even) td {
    background: var(--light)
}

table.ntable td:last-child {
    font-weight: 700;
    color: var(--dark);
    text-align: right
}

.nutr_note {
    font-size: 11px;
    color: var(--muted);
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 14px
}

.nutr_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.ntag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(58, 107, 53, .08);
    border: 1px solid rgba(58, 107, 53, .2);
    color: var(--green);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px
}

.ntag i {
    font-size: 10px
}

/* ─── CERT SECTION ─── */
.cert_sec {
    background: var(--light);
    padding: 56px 0
}

.cert_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap
}

.cert_item {
    text-align: center
}

.cert_icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: var(--sh1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--green);
    margin: 0 auto 10px;
    border: 2px solid var(--border)
}

.cert_label {
    font-size: 12px;
    font-weight: 700;
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: .08em
}

.cert_sub {
    font-size: 10px;
    color: var(--muted);
    margin-top: 3px
}

.f_logo {
    font-family: var(--ff-script);
    font-size: 28px;
    color: var(--gold2);
    margin-bottom: 12px
}

.f_desc {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.8;
    margin-bottom: 18px
}

.f_social {
    display: flex;
    gap: 8px
}

.f_social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    transition: all var(--t)
}

.f_social a:hover {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold)
}

.f_heading {
    font-family: var(--ff-head);
    font-size: 15px;
    color: #fff;
    margin-bottom: 16px;
    padding-bottom: 10px;
    position: relative
}

.f_heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold2))
}

.f_links {
    display: flex;
    flex-direction: column;
    gap: 9px
}

.f_links a {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    gap: 7px;
    transition: color var(--t)
}

.f_links a i {
    color: var(--gold);
    font-size: 10px
}

.f_links a:hover {
    color: var(--gold2)
}

.f_ci_row {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin-bottom: 12px
}

.f_ci {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold2);
    font-size: 13px;
    margin-top: 2px
}

.f_ci_row p {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.6
}

.f_bottom {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

.f_bottom p {
    font-size: 12px;
    color: rgba(255, 255, 255, .35)
}

.f_bottom span {
    color: var(--gold2)
}

.f_blinks {
    display: flex;
    gap: 16px
}

.f_blinks a {
    font-size: 11px;
    color: rgba(255, 255, 255, .35);
    transition: color var(--t)
}

.f_blinks a:hover {
    color: var(--gold2)
}

/* scroll top */
.stb {
    position: fixed;
    bottom: 26px;
    right: 26px;
    width: 44px;
    height: 44px;
    background: var(--gold);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(232, 160, 32, .4);
    transition: all var(--t);
    z-index: 999;
    opacity: 0;
    pointer-events: none
}

.stb.on {
    opacity: 1;
    pointer-events: all
}

.stb:hover {
    transform: translateY(-3px)
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fu {
    opacity: 0;
    animation: fadeUp .7s forwards
}

/* ─── RESPONSIVE ─── */
@media(max-width:1100px) {
    .prod_grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer_grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:820px) {
    .nav_links {
        display: none
    }

    .hamburger {
        display: flex
    }

    .npanel.active {
        grid-template-columns: 1fr
    }

    .prod_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer_grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:520px) {
    .prod_grid {
        grid-template-columns: 1fr
    }

    .filter_tabs {
        gap: 6px
    }

    .ftab {
        padding: 8px 12px;
        font-size: 10.5px
    }
}


/* =====================================================
        LARGE DESKTOP / 2K / 4K SCREENS
        ===================================================== */

@media screen and (min-width:1721px) {

    .wrap {
        max-width: 75vw;
        padding: 0 1.25vw;
    }

    .sec {
        padding: 4vw 0;
    }

    /* Header */

    .nav {
        max-width: 75vw;
        padding: .7vw 1.25vw;
    }

    .nav_logo img {
        height: 2.9vw;
    }

    .nav_links {
        gap: 1.25vw;
    }

    .nav_links a {
        font-size: .68vw;
        padding-bottom: .2vw;
    }

    .nav_btn {
        width: 1.9vw;
        height: 1.9vw;
        font-size: .72vw;
    }

    /* Hero */

    .hero {
        padding: 4vw 0 3vw;
    }

    .hero_blob {
        width: 20vw;
        height: 20vw;
        top: -4vw;
        right: -4vw;
    }

    .hero_blob2 {
        width: 15vw;
        height: 15vw;
        bottom: -3vw;
        left: -3vw;
    }

    .hero h1 {
        font-size: 3vw;
    }

    .hero p {
        max-width: 28vw;
        font-size: .85vw;
        margin: 0 auto 1.8vw;
    }

    /* Filter */

    .filterbar {
        padding: 1vw 0;
    }

    .filter_row {
        gap: .7vw;
    }

    .filter_tabs {
        gap: .45vw;
    }

    .ftab {
        padding: .5vw 1vw;
        font-size: .62vw;
        border-radius: 3vw;
    }

    .filter_count {
        font-size: .72vw;
    }

    /* Products */

    .prod_sec {
        padding: 3vw 0 4vw;
    }

    .prod_grid_cover {
        gap: 2vw;
    }

    .prod_grid {
        gap: 1.25vw;
    }

    .cat_header {
        gap: .75vw;
    }

    .cat_pill {
        padding: .4vw 1vw;
        font-size: .55vw;
        gap: .4vw;
    }

    .cat_header h2 {
        font-size: 1.5vw;
    }

    .pcard {
        border-radius: 1vw;
    }

    .pcard_img {
        height: 14vw;
    }

    .pcard_img img {
        padding: 1vw .8vw;
    }

    .pcard_body {
        padding: .9vw 1vw .8vw;
    }

    .pcard_cat {
        font-size: .55vw;
        margin-bottom: .25vw;
    }

    .pcard_name {
        font-size: 1vw;
        margin-bottom: .2vw;
    }

    .pcard_hindi {
        font-size: .7vw;
        margin-bottom: .55vw;
    }

    .pcard_desc {
        font-size: .68vw;
        margin-bottom: .8vw;
    }

    .chip {
        font-size: .58vw;
        padding: .2vw .55vw;
        border-radius: 2vw;
    }

    .pcard_foot {
        padding: .7vw 1vw;
    }

    .wt {
        font-size: .55vw;
        padding: .2vw .55vw;
    }

    .view_btn {
        font-size: .58vw;
        gap: .3vw;
    }

    /* Nutrition */

    .sec_head {
        margin-bottom: 2.5vw;
    }

    .sec_head h2 {
        font-size: 2vw;
    }

    .sec_head p {
        font-size: .75vw;
    }

    .nutr_sec {
        padding: 4vw 0;
    }

    .nutr_tabs {
        gap: .6vw;
        margin-bottom: 2vw;
    }

    .ntab {
        padding: .55vw 1.1vw;
        font-size: .62vw;
    }

    .npanel.active {
        gap: 2.2vw;
    }

    .nutr_img {
        min-height: 18vw;
    }

    .nutr_img img {
        height: 18vw;
        padding: 1.2vw;
    }

    .nutr_info h3 {
        font-size: 1.5vw;
    }

    .nutr_info .hindi {
        font-size: .75vw;
    }

    .nutr_info .ing {
        font-size: .7vw;
        padding: .7vw .8vw;
    }

    table.ntable th {
        font-size: .6vw;
        padding: .6vw .8vw;
    }

    table.ntable td {
        font-size: .68vw;
        padding: .55vw .8vw;
    }

    /* Footer */

    .footer {
        padding: 3vw 0 1.5vw;
    }

    .footer_grid {
        gap: 2vw;
    }

    .f_logo {
        font-size: 1.6vw;
    }

    .f_desc {
        font-size: .7vw;
    }

    .f_heading {
        font-size: .85vw;
    }

    .f_links a,
    .f_ci_row p {
        font-size: .68vw;
    }

    .f_social a {
        width: 1.8vw;
        height: 1.8vw;
        font-size: .7vw;
    }

    .stb {
        width: 2.4vw;
        height: 2.4vw;
        bottom: 1.4vw;
        right: 1.4vw;
        font-size: .85vw;
    }

}