
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
    --brown: #5b301e;
    --green: #176b43;
    --gold: #c99245;
    --cream: #fbf6ed;
    --paper: #fffdf9;
    --ink: #211b17;
    --muted: #746b63;
    --line: #e8ded0;
    --shadow: 0 20px 60px rgba(66,43,25,.12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans",sans-serif;
    line-height: 1.6
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

.container-xl {
    width: min(1240px,92%);
    margin: auto
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(28,24,20,.93);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.08)
}

.nav-inner {
    width: min(1320px,94%);
    margin: auto;
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 28px
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 210px
}

    .brand img {
        width: 170px;
        height: auto;
        max-height: 62px;
        object-fit: contain
    }

.brand-fallback {
    display: none;
    font: 700 29px Georgia;
    color: #fff
}

.nav-links {
    display: flex;
    gap: 8px;
    margin-left: auto;
    align-items: center
}

    .nav-links a {
        color: #eee;
        padding: 11px 15px;
        border-radius: 999px;
        font-weight: 600;
        font-size: 14px
    }

        .nav-links a:hover, .nav-links a.active {
            background: #fff;
            color: var(--brown)
        }

.social {
    display: flex;
    gap: 8px
}

    .social a {
        width: 36px;
        height: 36px;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 50%;
        display: grid;
        place-items: center;
        color: #fff;
        font-size: 13px
    }

.cart-button {
    border: 0;
    background: #f5e6cc;
    color: var(--brown);
    padding: 11px 16px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap
}

    .cart-button span {
        display: inline-grid;
        place-items: center;
        background: var(--brown);
        color: #fff;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        margin-left: 6px
    }

.menu-btn {
    display: none;
    margin-left: auto;
    background: none;
    color: #fff;
    border: 1px solid #ffffff33;
    border-radius: 10px;
    padding: 9px 12px;
    font-size: 20px
}

.hero {
    min-height: clamp(540px,72vh,760px);
    position: relative;
    overflow: hidden;
    background: #25160e
}

.hero-track {
    height: 100%;
    display: flex;
    transition: transform .8s ease
}

.hero-slide {
    min-width: 100%;
    min-height: clamp(540px,72vh,760px);
    position: relative;
    background-size: cover;
    background-position: center 52%
}

    .hero-slide:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,rgba(18,10,6,.8) 0%,rgba(18,10,6,.38) 45%,rgba(18,10,6,.05) 100%)
    }

.hero-content {
    position: absolute;
    z-index: 2;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    width: min(610px,88%);
    color: #fff
}

.hero-kicker {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #f5d39b
}

.hero h1 {
    font: 600 clamp(45px,6vw,82px)/1.02 "Playfair Display",serif;
    margin: 14px 0
}

    .hero h1 em {
        color: #efc37f;
        font-style: normal
    }

.hero p {
    font-size: clamp(16px,1.7vw,20px);
    max-width: 670px;
    color: #f5eee6
}

.hindi {
    color: #8b6a4e;
    font-size: 14px;
    font-weight: 600
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s
}

    .btn:hover {
        transform: translateY(-2px)
    }

.btn-primary {
    background: var(--brown);
    color: #fff
}

    .btn-primary:hover {
        background: #402013;
        color: #fff
    }

.btn-light {
    background: #fff;
    color: var(--brown)
}

.btn-outline {
    border: 1px solid var(--line);
    background: #fff;
    color: var(--brown)
}

.btn-whatsapp {
    background: #1c9a59;
    color: #fff
}

.btn-lg {
    padding: 15px 22px
}

.hero-dots {
    position: absolute;
    z-index: 4;
    bottom: 28px;
    left: 6%;
    display: flex;
    gap: 8px
}

    .hero-dots button {
        width: 38px;
        height: 4px;
        border: 0;
        background: #fff7;
        border-radius: 9px
    }

        .hero-dots button.active {
            background: #f4c47e
        }

.hero-arrow {
    position: absolute;
    z-index: 4;
    right: 4%;
    bottom: 24px;
    display: flex;
    gap: 8px
}

    .hero-arrow button {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid #fff5;
        background: #fff2;
        color: #fff;
        cursor: pointer
    }

.trust {
    background: #f2e8d8;
    border-bottom: 1px solid #eadbc8
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px
}

.trust-item {
    padding: 25px 15px;
    text-align: center
}

    .trust-item strong {
        display: block;
        color: var(--brown)
    }

    .trust-item span {
        font-size: 13px;
        color: var(--muted)
    }

.section {
    padding: 88px 0
}

    .section.cream {
        background: var(--cream)
    }

.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px
}

.eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--green);
    font-weight: 800
}

.section h2 {
    font: 600 clamp(34px,4vw,54px)/1.1 "Playfair Display",serif;
    margin: 10px 0 14px
}

.section-head p {
    color: var(--muted);
    font-size: 17px
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 26px
}

.product-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 35px rgba(57,37,22,.06);
    transition: .3s
}

    .product-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow)
    }

.product-image-wrap {
    height: 320px;
    position: relative;
    background: #f2e7d8;
    overflow: hidden
}

    .product-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s
    }

.product-card:hover .product-image-wrap img {
    transform: scale(1.04)
}

.product-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

    .product-badges span {
        background: #fffdf0dd;
        border: 1px solid #fff;
        color: var(--brown);
        font-size: 11px;
        padding: 6px 9px;
        border-radius: 99px;
        font-weight: 700
    }

.quick-view {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: var(--brown);
    cursor: pointer;
    font-size: 18px
}

.product-card-body {
    padding: 24px
}

.product-card h3 {
    font: 600 27px/1.15 "Playfair Display",serif;
    margin: 5px 0
}

.product-card p {
    color: var(--muted);
    font-size: 14px;
    min-height: 50px
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0
}

    .product-meta strong {
        font-size: 21px;
        color: var(--brown)
    }

    .product-meta span {
        font-size: 13px;
        color: var(--muted)
    }

.product-actions {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 8px
}

    .product-actions .btn {
        font-size: 13px
    }

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

    .split img {
        border-radius: 30px;
        box-shadow: var(--shadow);
        width: 100%;
        max-height: 600px;
        object-fit: cover
    }

.quote {
    font: 600 clamp(30px,4vw,52px)/1.15 "Playfair Display",serif;
    color: var(--brown)
}

    .quote span {
        color: var(--green)
    }

.check-list {
    display: grid;
    gap: 12px;
    margin-top: 24px
}

    .check-list div {
        display: flex;
        gap: 12px
    }

    .check-list b {
        color: var(--green)
    }

.process {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.process-card {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff
}

.process-num {
    font: 700 44px "Playfair Display";
    color: #d6bd99
}

.process-card h3 {
    margin: 4px 0 6px
}

.process-card p {
    color: var(--muted);
    font-size: 14px
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px
}

.testimonial {
    background: #fff;
    border: 1px solid var(--line);
    padding: 28px;
    border-radius: 22px
}

    .testimonial img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        float: left;
        margin-right: 15px
    }

    .testimonial p {
        clear: both;
        padding-top: 18px;
        color: #514840
    }

.cta {
    background: linear-gradient(110deg,#3f2115,#176b43);
    color: #fff;
    border-radius: 32px;
    padding: 55px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center
}

    .cta h2 {
        font: 600 42px "Playfair Display";
        margin: 0
    }

    .cta p {
        color: #eee
    }

.page-hero {
    background: linear-gradient(120deg,#3e2115,#176b43);
    color: #fff;
    padding: 85px 0
}

    .page-hero h1 {
        font: 600 clamp(42px,6vw,70px) "Playfair Display";
        margin: 10px 0
    }

    .page-hero p {
        color: #eee;
        max-width: 680px;
        font-size: 17px
    }

.filters {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.search {
    flex: 1;
    min-width: 220px;
    position: relative
}

    .search input, .sort {
        width: 100%;
        padding: 14px 16px;
        border: 1px solid var(--line);
        border-radius: 13px;
        background: #fff;
        font: inherit
    }

.category-tabs {
    display: flex;
    gap: 7px;
    flex-wrap: wrap
}

    .category-tabs button {
        border: 1px solid var(--line);
        background: #fff;
        padding: 11px 15px;
        border-radius: 99px;
        color: var(--muted);
        font-weight: 700;
        cursor: pointer
    }

        .category-tabs button.active, .category-tabs button:hover {
            background: var(--brown);
            color: #fff;
            border-color: var(--brown)
        }

.no-results {
    text-align: center;
    padding: 60px;
    grid-column: 1/-1
}

.detail {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center
}

.detail-media {
    background: #f1e5d4;
    border-radius: 30px;
    overflow: hidden
}

    .detail-media img {
        width: 100%;
        aspect-ratio: 1.2;
        object-fit: cover
    }

.detail-copy h1 {
    font: 600 clamp(42px,5vw,68px)/1.05 "Playfair Display";
    margin: 10px 0
}

.detail-hindi {
    font-size: 18px;
    color: var(--green);
    font-weight: 700
}

.detail-price {
    font-size: 30px;
    font-weight: 800;
    color: var(--brown);
    margin: 20px 0
}

.lead {
    font-size: 18px;
    color: var(--muted)
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    margin: 28px 0
}

    .spec-grid div {
        padding: 18px;
        border-right: 1px solid var(--line)
    }

        .spec-grid div:last-child {
            border: 0
        }

    .spec-grid small {
        display: block;
        color: var(--muted)
    }

    .spec-grid strong {
        display: block;
        margin-top: 4px
    }

.detail-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.note {
    font-size: 12px;
    color: #8a8179;
    margin-top: 18px
}

.order-layout {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 30px
}

.order-panel, .summary-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 26px
}

.summary-panel {
    height: max-content;
    position: sticky;
    top: 105px
}

.order-line {
    display: grid;
    grid-template-columns: 90px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--line)
}

    .order-line img {
        width: 90px;
        height: 80px;
        object-fit: cover;
        border-radius: 13px
    }

    .order-line span {
        display: block;
        color: var(--muted);
        font-size: 13px
    }

.qty {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px
}

    .qty button {
        border: 1px solid var(--line);
        background: #fff;
        border-radius: 8px;
        width: 28px;
        height: 28px;
        cursor: pointer
    }

.empty-cart {
    text-align: center;
    padding: 50px 20px
}

.empty-icon {
    font-size: 45px
}

.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
}

    .cart-drawer:before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(26, 16, 12, .80);
        opacity: 0;
        transition: opacity .3s ease;
    }

.cart-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(470px, 94vw);
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform .35s ease;
    padding: 25px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* Important for mobile browsers */
    padding-top: max(25px, env(safe-area-inset-top));
    padding-bottom: max(25px, env(safe-area-inset-bottom));
    pointer-events: auto;
}

.cart-open .cart-drawer {
    visibility: visible;
    pointer-events: auto;
}

    .cart-open .cart-drawer:before {
        opacity: 1
    }

.cart-open .cart-panel {
    transform: translateX(0);
}

.cart-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

    .cart-head button {
        border: 0;
        background: #f1e8dd;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        cursor: pointer
    }

.cart-items {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    margin: 15px 0;
    -webkit-overflow-scrolling: touch;
}

.cart-row {
    display: grid;
    grid-template-columns: 70px 1fr 24px;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line)
}

    .cart-row img {
        width: 70px;
        height: 65px;
        object-fit: cover;
        border-radius: 10px
    }

.cart-row-main span {
    display: block;
    font-size: 12px;
    color: var(--muted)
}

.remove {
    border: 0;
    background: none;
    color: #999;
    font-size: 22px;
    cursor: pointer
}

.cart-footer {
    flex-shrink: 0;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px
}

.cart-footer .btn {
    width: 100%;
    margin-top: 8px
}

.form-card {
    max-width: 850px;
    margin: auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: clamp(22px,5vw,45px);
    box-shadow: var(--shadow)
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.field {
    display: grid;
    gap: 7px
}

    .field.full {
        grid-column: 1/-1
    }

    .field label {
        font-weight: 700;
        font-size: 13px
    }

    .field input, .field select, .field textarea {
        width: 100%;
        padding: 14px 15px;
        border: 1px solid var(--line);
        border-radius: 12px;
        font: inherit;
        background: #fff
    }

    .field textarea {
        min-height: 150px;
        resize: vertical
    }

.success-message, .error-message {
    display: none;
    margin-top: 18px;
    padding: 15px;
    border-radius: 12px
}

.success-message {
    background: #e4f5ea;
    color: #12643b
}

.error-message {
    background: #fde9e6;
    color: #8b251c
}

    .success-message.show, .error-message.show {
        display: block
    }

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.contact-card {
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px
}

    .contact-card .icon {
        font-size: 30px
    }

    .contact-card a {
        color: var(--green);
        font-weight: 700
    }

.story-text {
    font-size: 17px;
    color: #514840
}

.footer {
    background: #211814;
    color: #ddd;
    padding: 55px 0 25px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr;
    gap: 40px
}

.footer h3 {
    color: #fff;
    font: 600 25px "Playfair Display"
}

.footer p, .footer a {
    color: #bdb4ad;
    font-size: 14px
}

.footer-links {
    display: grid;
    gap: 8px
}

.footer-bottom {
    border-top: 1px solid #ffffff15;
    margin-top: 35px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    color: #928a84;
    font-size: 12px
}

.toast {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%,20px);
    opacity: 0;
    background: #1f1915;
    color: #fff;
    padding: 13px 20px;
    border-radius: 99px;
    z-index: 3000;
    transition: .25s;
    box-shadow: var(--shadow)
}

    .toast.show {
        opacity: 1;
        transform: translate(-50%,0)
    }

@media(max-width:1000px) {
    .nav-links, .social {
        display: none
    }

    .menu-btn {
        display: block
    }

    .nav-inner {
        min-height: 72px
    }

    .nav-links.open {
        display: flex;
        position: absolute;
        left: 3%;
        right: 3%;
        top: 76px;
        background: #211b18;
        padding: 14px;
        border-radius: 18px;
        flex-direction: column;
        align-items: stretch
    }

        .nav-links.open a {
            padding: 14px
        }

    .trust-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .product-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .split, .detail, .order-layout {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .summary-panel {
        position: static
    }

    .contact-grid {
        grid-template-columns: 1fr 1fr
    }

    .process {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:650px) {
    .nav-inner {
        gap: 10px
    }

    .brand {
        min-width: 0
    }

        .brand img {
            width: 145px;
            max-height: 55px
        }

    .cart-button {
        padding: 9px 11px;
        font-size: 12px
    }

    .hero, .hero-slide {
        min-height: 650px
    }

    .hero-slide {
        background-position: center
    }

    .hero-content {
        left: 5%;
        width: 90%;
        top: 48%
    }

    .hero h1 {
        font-size: 48px
    }

    .hero p {
        font-size: 15px
    }

    .hero-dots {
        left: 5%;
        bottom: 22px
    }

    .hero-arrow {
        display: none
    }

    .section {
        padding: 60px 0
    }

    .trust-grid, .product-grid, .contact-grid, .process, .testimonial-grid, .footer-grid {
        grid-template-columns: 1fr
    }

    .product-image-wrap {
        height: 300px
    }

    .product-actions {
        grid-template-columns: 1fr
    }

    .split img {
        max-height: 400px
    }

    .cta {
        padding: 32px 24px;
        display: block
    }

        .cta h2 {
            font-size: 34px;
            margin-bottom: 12px
        }

    .filters {
        display: block
    }

    .search, .sort {
        margin-bottom: 10px
    }

    .category-tabs {
        overflow: auto;
        flex-wrap: nowrap;
        padding-bottom: 5px
    }

        .category-tabs button {
            white-space: nowrap
        }

    .detail-copy h1 {
        font-size: 44px
    }

    .spec-grid {
        grid-template-columns: 1fr
    }

        .spec-grid div {
            border-right: 0;
            border-bottom: 1px solid var(--line)
        }

            .spec-grid div:last-child {
                border-bottom: 0
            }

    .form-grid {
        grid-template-columns: 1fr
    }

    .field.full {
        grid-column: auto
    }

    .order-line {
        grid-template-columns: 65px 1fr auto
    }

        .order-line img {
            width: 65px;
            height: 60px
        }

    .footer-bottom {
        display: block
    }

        .footer-bottom span {
            display: block;
            margin-top: 7px
        }
}
/* Social Media icon handling*/
.navbar .social {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .navbar .social a.social-icon {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #5b301e;
        background: #fff;
        text-decoration: none;
        border: 1px solid rgba(91,48,30,.18);
        transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
    }

        .navbar .social a.social-icon svg {
            width: 19px;
            height: 19px;
            fill: currentColor;
        }

        .navbar .social a.social-icon:hover {
            transform: translateY(-2px);
        }

        .navbar .social a.social-icon.facebook:hover {
            color: #fff;
            background: #1877F2;
            border-color: #1877F2;
        }

        .navbar .social a.social-icon.instagram:hover {
            color: #fff;
            background: #E4405F;
            border-color: #E4405F;
        }

        .navbar .social a.social-icon.youtube:hover {
            color: #fff;
            background: #FF0000;
            border-color: #FF0000;
        }

        .navbar .social a.social-icon.x:hover {
            color: #fff;
            background: #000;
            border-color: #000;
        }

        .navbar .social a.social-icon.whatsapp:hover {
            color: #fff;
            background: #25D366;
            border-color: #25D366;
        }

        .navbar .social a.social-icon:focus-visible {
            outline: 2px solid #c28a4b;
            outline-offset: 3px;
        }

/* ===== Mobile navigation fix ===== */
.navbar .nav-inner {
    position: relative;
}

.navbar .menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: 8px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 1002;
}

    .navbar .menu-btn:hover {
        background: #000;
        color: #fff;
    }

@media (max-width: 900px) {
    .navbar .nav-inner {
        min-height: 68px;
    }

    /* Hide desktop navigation on mobile */
    .navbar .nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 5px);
        left: 8px;
        right: 8px;
        z-index: 1001;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 18px 16px 20px;
        background: #211c19;
        border-radius: 20px;
        box-shadow: 0 12px 28px rgba(0,0,0,.28);
    }

        /* Show the navigation when the hamburger is clicked */
        .navbar .nav-links.open {
            display: flex !important;
        }

        .navbar .nav-links a {
            display: flex;
            align-items: center;
            width: 100%;
            min-height: 62px;
            padding: 13px 18px;
            margin: 0;
            border-radius: 32px;
            color: #fff !important;
            background: transparent !important;
            font-weight: 600;
            text-decoration: none;
            transition: background-color .2s ease, color .2s ease;
            -webkit-tap-highlight-color: transparent;
        }

            /* HOVER = WHITE */
            .navbar .nav-links a:hover {
                color: #5b301e !important;
                background-color: #fff !important;
                background-image: none !important;
            }   

            /* Touch / focus state */
            .navbar .nav-links a:focus,
            .navbar .nav-links a:focus-visible,
            .navbar .nav-links a:active {
                color: #5b301e !important;
                background-color: #fff !important;
                background-image: none !important;
            }

            /* Current page */
            .navbar .nav-links a.active {
                color: #5b301e !important;
                background-color: #fff !important;
                background-image: none !important;
            }

                /* Current page while being touched */
                .navbar .nav-links a.active:focus,
                .navbar .nav-links a.active:focus-visible,
                .navbar .nav-links a.active:active {
                    background: #fff !important;
                    color: #5b301e !important;
                }

                /* ACTIVE PAGE while touched/hovered = WHITE */
                .navbar .nav-links a.active:hover,
                .navbar .nav-links a.active:focus,
                .navbar .nav-links a.active:focus-visible,
                .navbar .nav-links a.active:active {
                    color: #5b301e !important;
                    background-color: #fff !important;
                    background-image: none !important;
                }

    /* Desktop/mouse devices */
    @media (hover: hover) and (pointer: fine) {

        .navbar .nav-links a:hover {
            background: #5b301e !important;
            color: #fff !important;
        }

        .navbar .nav-links a.active:hover {
            background: #fff !important;
            color: #5b301e !important;
        }
    }



        /* Show hamburger button */
        .navbar .menu-btn {
            display: inline-flex !important;
        }

        /* Keep the header usable on narrow screens */
        .navbar .social {
            display: none;
        }

        .navbar .cart-button {
            margin-left: auto;
        }
    }

@media (max-width: 480px) {
    .navbar .nav-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .navbar .brand img {
        max-width: 145px;
        height: auto;
    }

    .navbar .cart-button {
        padding: 8px 10px;
        font-size: 13px;
    }

    .navbar .menu-btn {
        width: 42px;
        height: 42px;
        font-size: 23px;
    }
}


/* =========================================================
            DELIVERY ANNOUNCEMENT START
   ========================================================= */

.announcement-bar {
    width: 100%;
    background: #fff7e6;
    border-bottom: 2px solid #d9a441;
    color: #5b301e;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.announcement-marquee {
    width: 100%;
    overflow: hidden;
}

.announcement-content {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 42px;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    white-space: nowrap;
    text-align: center;
}

.announcement-location {
    font-size: 14px;
    font-weight: 800;
}

.announcement-free {
    font-size: 15px;
    font-weight: 900;
    color: #9b3d18;
    animation: deliverySparkle 2.2s ease-in-out infinite;
}

.announcement-charge {
    font-size: 12px;
    font-weight: 600;
}



/* ✨ Sparkle / Glow Effect */

@keyframes deliverySparkle {

    0%, 100% {
        transform: scale(1);
        text-shadow: none;
    }

    50% {
        transform: scale(1.04);
        text-shadow: 0 0 5px rgba(217,164,65,.7), 0 0 12px rgba(217,164,65,.4);
    }
}


/*  MOBILE */
@media (max-width: 600px) {

    .announcement-content {
        max-width: none;
        min-height: 34px;
        height: 34px;
        padding: 5px 0;
        justify-content: flex-start;
        gap: 20px;
        /* Important: prevents the announcement
           from becoming 2 or 3 lines */
        flex-wrap: nowrap;
        /* Move the complete message continuously */
        width: max-content;
        animation: announcementScroll 18s linear infinite;
    }

    .announcement-location {
        font-size: 11px;
    }

    .announcement-free {
        font-size: 11px;
    }

    .announcement-charge {
        font-size: 10px;
    }
}

/* Mobile Marquee*/
@keyframes announcementScroll {

    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* VERY SMALL PHONES */


@media (max-width: 380px) {

    .announcement-content {
        height: 32px;
        min-height: 32px;
        gap: 16px;
        animation-duration: 16s;
    }

    .announcement-location {
        font-size: 10px;
    }

    .announcement-free {
        font-size: 10px;
    }

    .announcement-charge {
        font-size: 9px;
    }
}
/* =========================================================
            DELIVERY ANNOUNCEMENT END
   ========================================================= */