:root {
    --cream: #fff7e8;
    --cream-deep: #f6e6c7;
    --saffron: #f2a51a;
    --saffron-dark: #c87509;
    --gold: #c79b3b;
    --white: #ffffff;
    --brown: #2f190f;
    --brown-soft: #5b3826;
    --rose: #9f2548;
    --green: #3b7a57;
    --ink: #23140e;
    --muted: #79665b;
    --line: rgba(92, 56, 38, .16);
    --shadow: 0 24px 80px rgba(47, 25, 15, .14);
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--cream);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

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

.top-ribbon {
    background: var(--brown);
    color: var(--cream);
    font-size: .86rem;
    padding: .5rem .75rem;
}

.luxury-nav {
    background: rgba(255, 247, 232, .92);
    border-bottom: 1px solid rgba(199, 155, 59, .2);
    backdrop-filter: blur(16px);
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
}

.brand-lockup strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    line-height: 1.05;
    color: var(--brown);
}

.brand-lockup small {
    display: block;
    color: var(--muted);
    font-size: .72rem;
}

.brand-mark {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: var(--brown);
    background: radial-gradient(circle at 30% 20%, #fff4c8, var(--gold));
    border: 1px solid rgba(96, 56, 20, .18);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(80, 43, 12, .18);
}

.navbar .nav-link {
    color: var(--brown-soft);
    font-weight: 650;
    padding-inline: .85rem;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: var(--saffron-dark);
}

.btn {
    border-radius: var(--radius);
    font-weight: 750;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
}

.btn-gold {
    color: var(--brown);
    background: linear-gradient(135deg, #ffe7a3, var(--gold));
    border: 1px solid rgba(110, 68, 18, .18);
    box-shadow: 0 12px 34px rgba(199, 155, 59, .26);
}

.btn-gold:hover {
    color: var(--brown);
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(199, 155, 59, .34);
}

.btn-brown {
    color: var(--cream);
    background: var(--brown);
    border-color: var(--brown);
}

.btn-brown:hover {
    color: var(--white);
    background: #180b06;
}

.btn-outline-cream {
    color: var(--cream);
    border-color: rgba(255, 247, 232, .45);
}

.btn-outline-cream:hover {
    color: var(--brown);
    background: var(--cream);
}

.nav-cart {
    min-height: 38px;
}

.cart-count {
    display: inline-grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 999px;
    background: rgba(47, 25, 15, .13);
}

.hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(47, 25, 15, .86), rgba(47, 25, 15, .42) 45%, rgba(47, 25, 15, .05)),
        url("../images/hero-padakiya.webp") center right / cover no-repeat;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 110px;
    background: linear-gradient(0deg, var(--cream), rgba(255, 247, 232, 0));
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 660px;
    padding-block: 5rem;
}

.eyebrow {
    color: var(--saffron);
    font-size: .78rem;
    text-transform: uppercase;
    font-weight: 800;
}

.hero h1,
.section-title {
    font-family: Georgia, "Times New Roman", serif;
    color: inherit;
}

.hero h1 {
    font-size: clamp(2.45rem, 6vw, 5.7rem);
    line-height: .98;
    max-width: 680px;
    margin: .8rem 0 1rem;
}

.hero p {
    color: rgba(255, 247, 232, .88);
    font-size: 1.08rem;
    max-width: 560px;
}

.hero-stats {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1.75rem;
}

.glass-pill {
    min-width: 124px;
    padding: .8rem 1rem;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .1);
}

.glass-pill strong,
.metric strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}

.section-pad {
    padding: 5.5rem 0;
}

.section-title {
    color: var(--brown);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
}

.section-copy {
    color: var(--muted);
    max-width: 690px;
}

.premium-card {
    border: 1px solid rgba(199, 155, 59, .2);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .78);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.product-card {
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 86px rgba(47, 25, 15, .18);
}

.product-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ead7b5;
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.product-card:hover .product-media img {
    transform: scale(1.035);
}

.price {
    color: var(--saffron-dark);
    font-weight: 850;
    font-size: 1.15rem;
}

.old-price {
    color: var(--muted);
    text-decoration: line-through;
    font-size: .95rem;
}

.feature-card {
    padding: 1.35rem;
    height: 100%;
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(255, 247, 232, .7));
    border: 1px solid var(--line);
    box-shadow: 0 18px 60px rgba(47, 25, 15, .08);
}

.feature-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(242, 165, 26, .18);
    color: var(--saffron-dark);
    font-weight: 900;
    margin-bottom: 1rem;
}

.testimonial {
    min-height: 230px;
    padding: 2rem;
    background: var(--brown);
    color: var(--cream);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.testimonial p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}

.pincode-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.pincode-chip {
    padding: .58rem .85rem;
    border-radius: 999px;
    background: var(--white);
    border: 1px solid rgba(199, 155, 59, .28);
    color: var(--brown-soft);
    font-weight: 750;
    box-shadow: 0 8px 24px rgba(47, 25, 15, .07);
}

.faq-wrap .accordion-item {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: .75rem;
    background: rgba(255, 255, 255, .82);
}

.faq-wrap .accordion-button {
    background: transparent;
    color: var(--brown);
    font-weight: 800;
}

.footer-luxury {
    background: var(--brown);
    color: var(--cream);
    padding: 4.5rem 0 1.5rem;
}

.footer-luxury h3 {
    font-size: .9rem;
    text-transform: uppercase;
    color: var(--saffron);
    margin-bottom: 1rem;
}

.footer-luxury a {
    display: block;
    color: rgba(255, 247, 232, .78);
    margin-bottom: .45rem;
}

.footer-brand strong {
    color: var(--cream);
}

.footer-copy {
    color: rgba(255, 247, 232, .76);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 247, 232, .14);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding-top: 1.3rem;
    color: rgba(255, 247, 232, .72);
    font-size: .9rem;
}

.footer-credit {
    color: rgba(255, 247, 232, .88);
    font-weight: 700;
    text-align: center;
}

.form-control,
.form-select {
    border-radius: var(--radius);
    min-height: 46px;
    border-color: rgba(91, 56, 38, .2);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 .2rem rgba(199, 155, 59, .16);
}

.auth-panel,
.checkout-panel {
    max-width: 760px;
    margin-inline: auto;
}

.quantity-control {
    display: inline-grid;
    grid-template-columns: 38px 62px 38px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--white);
}

.quantity-control button,
.quantity-control input {
    border: 0;
    min-height: 38px;
    text-align: center;
    background: transparent;
}

.quantity-control button {
    font-weight: 900;
    color: var(--brown);
}

.order-timeline {
    border-left: 2px solid rgba(199, 155, 59, .32);
    padding-left: 1.1rem;
}

.order-timeline li {
    margin-bottom: .85rem;
}

.policy-content {
    max-width: 920px;
}

.admin-body {
    background: #f4efe7;
}

.admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
}

.admin-sidebar {
    background: var(--brown);
    color: var(--cream);
    padding: 1.5rem;
    position: sticky;
    top: 0;
    height: 100vh;
}

.admin-brand {
    margin-bottom: 2rem;
}

.admin-brand strong {
    color: var(--cream);
}

.admin-menu {
    display: grid;
    gap: .35rem;
}

.admin-menu a {
    color: rgba(255, 247, 232, .78);
    padding: .78rem .9rem;
    border-radius: var(--radius);
    font-weight: 720;
}

.admin-menu a:hover,
.admin-menu a.active {
    color: var(--brown);
    background: linear-gradient(135deg, #fff2bd, var(--gold));
}

.admin-main {
    min-width: 0;
    padding: 1.5rem;
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(199, 155, 59, .2);
    box-shadow: 0 16px 50px rgba(47, 25, 15, .08);
}

.admin-topbar h1 {
    font-size: 1.55rem;
    margin: 0;
    color: var(--brown);
}

.metric {
    padding: 1.25rem;
    border-radius: var(--radius);
    background: var(--white);
    border: 1px solid rgba(199, 155, 59, .2);
    box-shadow: 0 14px 42px rgba(47, 25, 15, .07);
}

.table-card {
    border-radius: var(--radius);
    background: var(--white);
    border: 1px solid rgba(199, 155, 59, .2);
    box-shadow: 0 14px 42px rgba(47, 25, 15, .07);
    overflow: hidden;
}

.table {
    margin-bottom: 0;
}

.table th {
    color: var(--muted);
    font-size: .78rem;
    text-transform: uppercase;
}

.admin-thumb {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: var(--radius);
}

.print-invoice {
    background: var(--white);
    color: var(--ink);
}

@media (max-width: 991px) {
    .hero {
        min-height: auto;
        background:
            linear-gradient(180deg, rgba(47, 25, 15, .9), rgba(47, 25, 15, .52)),
            url("../images/hero-padakiya.webp") center / cover no-repeat;
    }

    .hero-content {
        padding-block: 4.5rem 7rem;
    }

    .admin-shell {
        display: block;
    }

    .admin-sidebar {
        position: static;
        height: auto;
    }

    .admin-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .hero h1 {
        font-size: 2.55rem;
    }

    .section-pad {
        padding: 3.75rem 0;
    }

    .admin-main {
        padding: 1rem;
    }

    .admin-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-menu {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        display: block;
    }
}

@media print {
    .admin-sidebar,
    .admin-topbar,
    .top-ribbon,
    .luxury-nav,
    .footer-luxury,
    .btn,
    .no-print {
        display: none !important;
    }

    .admin-shell {
        display: block;
    }

    .admin-main {
        padding: 0;
    }

    .table-card,
    .premium-card {
        box-shadow: none;
        border: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
