/* ===== Namita Ji premium storefront layer =====
   Uses only the existing maroon, gold, cream, ink and semantic state colours. */

:root {
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-soft: 0 10px 35px rgba(74, 10, 10, .08);
  --shadow-card: 0 18px 45px rgba(74, 10, 10, .12);
  --shadow-lift: 0 26px 55px rgba(74, 10, 10, .18);
}

::selection { background: var(--gold); color: var(--maroon-dark); }
[hidden] { display: none !important; }
body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 0 18%, rgba(240, 192, 64, .09), transparent 28rem),
    radial-gradient(circle at 100% 72%, rgba(104, 16, 16, .055), transparent 32rem),
    var(--cream);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container { width: min(100%, 1280px); padding-inline: clamp(20px, 4vw, 48px); }
h1, h2, h3, h4 { letter-spacing: -.025em; }
.section-title { font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.12; }
.section-sub { max-width: 640px; margin: 10px auto 42px; font-size: .98rem; }
.editorial-title { text-align: left; font-size: clamp(3rem, 6.5vw, 6.6rem); line-height: .9; }
.editorial-title span { display: block; margin-bottom: 16px; color: var(--maroon); font-family: var(--font-body); font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

/* Announcement and navigation */
.topbar { padding: 8px 0; background: var(--maroon-dark); border-bottom: 1px solid rgba(240, 192, 64, .24); }
.topbar .trust-track { gap: 24px; letter-spacing: .01em; }
.topbar .trust-track span:not(:last-child)::after { color: var(--gold); margin-left: 24px; }
header.site-header { background: linear-gradient(100deg, var(--maroon-dark), var(--maroon) 60%, var(--maroon-light)); }
.header-inner {
  width: min(100%, 1440px);
  min-height: 82px;
  margin-inline: auto;
  padding: 12px clamp(20px, 4vw, 54px);
  background: transparent;
}
.brand { gap: 13px; min-width: max-content; }
.brand-badge { height: 58px; }
.brand-name { font-size: 1.3rem; letter-spacing: -.02em; }
.brand-tag { display: block; margin-top: 3px; color: rgba(248, 247, 240, .72); font-size: .59rem; letter-spacing: .075em; text-transform: uppercase; }
nav.main-nav { align-items: center; gap: clamp(18px, 2vw, 34px); }
nav.main-nav a { padding: 27px 0 25px; font-size: .89rem; letter-spacing: .015em; }
nav.main-nav a::after { bottom: 17px; height: 2px; border-radius: 99px; }
.header-actions { gap: 15px; }
.header-search { width: min(230px, 18vw); border-color: rgba(248, 247, 240, .34); background: rgba(248, 247, 240, .08); }
.header-search input { padding-block: 9px; }
.mobile-header-search { display: none; }
.mobile-search-toggle { display: none; }
.mobile-only-actions { display: none; }
.icon-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(248, 247, 240, .18); }
.icon-btn:hover { border-color: rgba(240, 192, 64, .55); background: rgba(248, 247, 240, .08); }
.profile-wrap .icon-btn,
#cartBtn { overflow: visible; border-color: transparent; border-radius: 0; background: transparent; }
.profile-wrap .icon-btn:hover,
.profile-wrap .icon-btn:focus-visible,
#cartBtn:hover,
#cartBtn:focus-visible { border-color: transparent; background: transparent; }
.badge {
  top: -5px;
  right: -6px;
  left: auto;
  display: grid;
  width: 21px;
  min-width: 21px;
  height: 21px;
  padding: 0;
  place-items: center;
  border: 2px solid var(--maroon);
  border-radius: 50%;
  color: var(--maroon-dark);
  background: var(--gold);
  font-size: .66rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transform: none;
  text-shadow: none;
  box-shadow: 0 2px 7px rgba(42,26,26,.35);
}

/* Hero */
.hero {
  min-height: 630px;
  display: grid;
  align-items: center;
  padding: 100px 0 125px;
  isolation: isolate;
}
.hero-bg img { filter: saturate(.88) contrast(1.03); transform: scale(1.01); }
.hero-bg img.active { transform: scale(1.055); transition: opacity 1.2s ease, transform 7s ease; }
.hero-scrim {
  background:
    linear-gradient(90deg, rgba(74, 10, 10, .95) 0%, rgba(74, 10, 10, .8) 39%, rgba(74, 10, 10, .25) 74%, rgba(74, 10, 10, .12)),
    linear-gradient(0deg, rgba(74, 10, 10, .28), transparent 45%);
}
.hero::after {
  content: '';
  position: absolute;
  inset: 22px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(240, 192, 64, .27);
  border-radius: 22px;
}
.hero-inner > div { max-width: 720px; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-kicker::before { content: ''; width: 38px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 690px; margin-bottom: 22px; font-size: clamp(3.15rem, 5.3vw, 5.35rem); line-height: 1.02; text-wrap: balance; }
.hero p { max-width: 610px; margin-bottom: 32px; font-size: 1.04rem; line-height: 1.85; }
.hero-actions { gap: 12px; }

/* Buttons */
.btn {
  min-height: 48px;
  padding: 12px 25px;
  border-radius: 12px;
  font-size: .9rem;
  letter-spacing: .01em;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { box-shadow: 0 9px 24px rgba(240, 192, 64, .26); }
.btn-primary:hover { box-shadow: 0 13px 28px rgba(240, 192, 64, .38); }
.btn-maroon { box-shadow: 0 9px 24px rgba(104, 16, 16, .18); }
.btn-maroon:hover { box-shadow: 0 13px 28px rgba(104, 16, 16, .25); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); background: rgba(248, 247, 240, .08); }

/* Trust tiles */
.features-bar { position: relative; z-index: 3; margin-top: -52px; padding: 0; border: 0; background: transparent; }
.features-bar .container {
  gap: 0;
  padding: 10px 18px;
  background: var(--white);
  border: 1px solid rgba(240, 192, 64, .34);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
}
.feature-item { min-width: 0; padding: 19px clamp(12px, 2vw, 24px); border-right: 1px solid var(--cream-dark); }
.feature-item:last-child { border-right: 0; }
.feature-item .fi-ico { width: 48px; height: 48px; background: rgba(240, 192, 64, .15); border: 1px solid rgba(240, 192, 64, .28); }
.feature-item b { font-size: .86rem; }

/* Category discovery */
.category-showcase { padding: 110px 0 24px; }
.category-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.category-head .section-title, .category-head .section-sub { margin: 0; text-align: left; }
.category-head .section-sub { max-width: 480px; }
.category-grid { display: grid; grid-template-columns: repeat(7, 1fr); grid-template-rows: repeat(2, 265px); gap: 22px; }
.category-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}
.category-card:first-child { grid-column: span 4; grid-row: span 2; }
.category-card:not(:first-child) { grid-column: span 3; min-height: 0; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16, 1, .3, 1); }
.category-card::after { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(0deg, rgba(74, 10, 10, .94), rgba(74, 10, 10, .02) 72%); }
.category-card-copy { position: absolute; right: 24px; bottom: 23px; left: 24px; z-index: 1; color: var(--white); }
.category-card-copy span { display: block; margin-bottom: 4px; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.category-card-copy strong { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-head); font-size: 1.55rem; }
.category-card-copy strong::after { content: '→'; display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(248,247,240,.5); border-radius: 50%; font-family: var(--font-body); font-size: 1rem; }
.category-card:hover img { transform: scale(1.075); }
.category-card:hover .category-card-copy strong::after { background: var(--gold); border-color: var(--gold); color: var(--maroon-dark); }

/* Editorial product stories */
.features { padding: 80px 0 50px; }
.feature-row { grid-template-columns: 1fr 1fr; gap: clamp(42px, 7vw, 92px); padding: 54px 0; border: 0; }
.feature-row + .feature-row { border-top: 1px solid rgba(104, 16, 16, .1); }
.feature-media { border-radius: var(--radius-lg); box-shadow: var(--shadow-card); }
.feature-media img { height: 410px; }
.feature-copy { max-width: 520px; }
.feature-copy h3 { font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.15; }
.feature-copy p { font-size: .96rem; line-height: 1.9; }
.feature-tag { padding: 6px 13px; border-color: rgba(104, 16, 16, .14); background: rgba(240, 192, 64, .12); font-size: .66rem; letter-spacing: .14em; }

/* Cultural panels */
.madhubani-band { padding: 36px 0; }
.madhubani-band .container { width: 100%; max-width: none; padding-inline: 0; }
.mb-card { border-radius: 0; padding-inline: clamp(22px, 4vw, 54px); }
.mb-inner { padding-block: 58px; }
.mb-copy h2 { font-size: clamp(1.9rem, 3vw, 2.75rem); }

/* Collection and product cards */
.products { padding: 90px 0; }
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; max-width: none; }
#bestsellers .container { display: grid; grid-template-columns: minmax(230px,.33fr) minmax(0,1fr); gap: clamp(42px,6vw,86px); align-items: start; }
#bestsellers .section-title, #bestsellers .section-sub { grid-column: 1; }
#bestsellers .section-title { max-width: 100%; font-size: clamp(3rem, 5vw, 5rem); line-height: .96; transform: translateX(-20px); }
#bestsellers .section-sub { margin: 20px 0 0; text-align: left; line-height: 1.8; }
#bestsellers #bestsellerGrid { grid-column: 2; grid-row: 1 / span 4; }
#bestsellers .container > div:last-child { grid-column: 1; margin-top: 28px !important; text-align: left !important; }
#bestsellerGrid { grid-template-columns: repeat(2, minmax(0,1fr)); }
#bestsellerGrid .product-card:first-child,
#bestsellerGrid .product-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.18fr .82fr; min-height: 340px; }
#bestsellerGrid .product-card:first-child .product-img,
#bestsellerGrid .product-card--featured .product-img { height: 100%; aspect-ratio: auto; }
#bestsellerGrid .product-card:first-child .product-body,
#bestsellerGrid .product-card--featured .product-body { justify-content: center; padding: clamp(24px,4vw,42px); }
#bestsellerGrid .product-card:first-child .product-name,
#bestsellerGrid .product-card--featured .product-name { font-size: clamp(1.7rem,3vw,2.6rem); }
.product-card { border-radius: var(--radius-md); border-color: rgba(104, 16, 16, .1); box-shadow: var(--shadow-soft); }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lift); }
.product-img { aspect-ratio: 1 / .88; background: var(--cream-dark); }
.product-img::after { opacity: .12; }
.product-card:hover .product-img::after { opacity: .35; }
.discount-badge, .stock-badge { top: 14px; right: 14px; left: auto; padding: 6px 10px; border: 2px solid rgba(248, 247, 240, .75); }
.product-body { gap: 7px; padding: 18px; }
.product-cat { color: var(--maroon); font-size: .61rem; letter-spacing: .11em; }
.product-name { font-family: var(--font-head); font-size: 1.23rem; color: var(--maroon-dark); }
.product-unit { font-size: .75rem; }
.product-purchase { margin-top: 6px; padding-top: 13px; border-top: 1px solid var(--cream-dark); }
.price { font-size: 1.08rem; color: var(--maroon-dark); }
.card-qty-stepper { height: 38px; grid-template-columns: 32px 32px 32px; width: 96px; min-width: 96px; border-radius: 9px; box-shadow: 0 7px 16px rgba(104,16,16,.2); }
.card-qty-stepper button { min-height: 38px; }

/* Shop search and page banners */
.page-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 82px 20px !important;
  background: linear-gradient(120deg, var(--maroon-dark), var(--maroon) 62%, var(--maroon-light)) !important;
  padding-inline: max(24px, calc((100vw - 1180px) / 2)) !important;
  text-align: left !important;
}
.page-banner::before,
.page-banner::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  z-index: -1;
  border: 1px solid rgba(240, 192, 64, .25);
  border-radius: 50%;
}
.page-banner::before { top: -210px; left: -70px; box-shadow: 0 0 0 28px rgba(240,192,64,.04), 0 0 0 58px rgba(240,192,64,.03); }
.page-banner::after { right: -80px; bottom: -225px; box-shadow: 0 0 0 28px rgba(240,192,64,.04), 0 0 0 58px rgba(240,192,64,.03); }
.page-banner h1 { font-size: clamp(2.5rem, 5vw, 4.3rem); line-height: 1.08; }
.page-banner p { margin: 12px 0 0; font-size: .97rem; }
.shop-search { max-width: 800px; gap: 12px; margin-bottom: 20px; padding: 9px; background: var(--white); border: 1px solid var(--cream-dark); border-radius: 16px; box-shadow: var(--shadow-soft); }
.shop-search input { border: 0; border-radius: 10px; background: transparent; }
.shop-search input:focus { box-shadow: none; }
.filter-bar { margin: 28px 0 38px; }
.filter-chip { padding: 10px 19px; border-color: rgba(104,16,16,.25); transition: all .22s ease; }
.filter-chip.active, .filter-chip:hover { border-color: var(--maroon); box-shadow: 0 7px 17px rgba(104,16,16,.15); transform: translateY(-1px); }

/* About, testimonials, video and FAQ */
.about { padding: 96px 0; background: transparent; }
.about-grid { grid-template-columns: .92fr 1.08fr; gap: clamp(44px, 7vw, 92px); }
.about-media { position: relative; }
.about-media::before { content: ''; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid var(--gold); border-radius: var(--radius-lg); }
.about-media img { width: 100%; min-height: 440px; object-fit: contain; border-radius: var(--radius-lg) !important; box-shadow: var(--shadow-card); }
.about-copy h2 { font-size: clamp(2.1rem, 4vw, 3.3rem); line-height: 1.15; }
.about-copy p { line-height: 1.9; }
.stat-row { gap: 12px; }
.stat { flex: 1; padding: 18px; border: 1px solid var(--cream-dark); border-radius: 14px; background: rgba(255,255,255,.66); }
.stat b { font-size: 1.75rem; }
.testimonials { padding: 90px 0; }
.t-grid { gap: 22px; }
.t-card { position: relative; padding: 30px; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.t-card::before { content: '“'; position: absolute; top: 12px; right: 22px; color: rgba(240,192,64,.34); font-family: var(--font-head); font-size: 4.5rem; line-height: 1; }
.t-card p { position: relative; line-height: 1.8; }
.review-cta { max-width: 900px; margin-top: 38px; padding: 28px 32px; border-left: 0; border-radius: var(--radius-md); box-shadow: var(--shadow-card); }
.video-reviews { padding: 90px 0; background: rgba(255,255,255,.68); }
.video-review-card { border-radius: var(--radius-md); box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.video-review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.video-frame { aspect-ratio: 16 / 11; }
.video-review-copy { padding: 24px; }
.faq { padding: 90px 0; background: transparent; }
.faq-wrap { max-width: 820px; gap: 12px; }
.faq-item { border-radius: 15px; background: var(--white); box-shadow: 0 7px 24px rgba(74,10,10,.055); }
.faq-q { padding: 20px 22px; background: transparent; }
.faq-a { background: rgba(240,192,64,.055); }

/* Product detail */
.breadcrumb { max-width: 1240px !important; margin-top: 34px !important; padding-inline: clamp(20px,4vw,48px) !important; }
.pdp-wrap { max-width: 1240px !important; margin: 28px auto 90px !important; padding-inline: clamp(20px,4vw,48px) !important; grid-template-columns: 1.05fr .95fr !important; gap: clamp(40px,6vw,78px) !important; align-items: center; }
.pdp-media { position: relative; border-radius: var(--radius-lg) !important; border-color: rgba(104,16,16,.1) !important; box-shadow: var(--shadow-card) !important; }
.pdp-media::after { content: 'Made fresh in small batches'; position: absolute; left: 18px; bottom: 18px; padding: 8px 13px; border-radius: 99px; background: rgba(74,10,10,.86); color: var(--white); font-size: .69rem; font-weight: 600; backdrop-filter: blur(8px); }
.pdp-media img { height: min(560px, 52vw) !important; }
.pdp-info { padding: 18px 0; }
.pdp-title { font-size: clamp(2.7rem,5vw,4.4rem) !important; line-height: 1.05; }
.pdp-rating { padding-bottom: 16px; border-bottom: 1px solid var(--cream-dark); }
.pdp-price-row { margin: 24px 0 8px !important; }
.pdp-price { font-size: 2.15rem !important; }
.pdp-save { padding: 5px 10px; border-radius: 99px; background: rgba(46,125,79,.1); }
.pdp-unit { margin-bottom: 18px !important; }
.pdp-desc { color: var(--muted) !important; }
.pdp-stock { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 24px !important; }
.pdp-stock::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.pdp-actions .btn { min-width: 155px; }
.reviews-section { max-width: 1240px !important; padding-inline: clamp(20px,4vw,48px) !important; }
.reviews-summary, .review-form, .review-card { border-radius: var(--radius-md) !important; box-shadow: var(--shadow-soft) !important; }

/* Forms, cart and dialogs */
.field { margin-bottom: 17px; }
.field label { margin-bottom: 7px; font-size: .78rem; letter-spacing: .02em; }
.field input, .field select, .field textarea {
  min-height: 48px;
  padding: 12px 14px;
  border-color: rgba(104,16,16,.15);
  border-radius: 11px;
  background: var(--white);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field textarea { min-height: 112px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--maroon); box-shadow: 0 0 0 4px rgba(104,16,16,.08); background: var(--white); }
.drawer { width: 440px; border-left: 1px solid rgba(240,192,64,.35); box-shadow: -24px 0 60px rgba(42,26,26,.2); }
.drawer-header { min-height: 82px; padding: 22px 26px; background: var(--maroon-dark); border: 0; }
.drawer-header h3, .drawer-close { color: var(--white); }
.drawer-body { padding: 12px 26px; }
.cart-item { padding: 19px 0; }
.cart-item img { width: 78px; height: 78px; border-radius: 13px; }
.cart-item .qty-stepper { min-height: 36px; border-color: rgba(104,16,16,.32); background: var(--white); box-shadow: 0 4px 12px rgba(74,10,10,.08); }
.cart-item .qty-stepper button { width: 36px; height: 36px; background: var(--cream); font-size: 1.15rem; transition: color .2s, background .2s; }
.cart-item .qty-stepper button:hover,
.cart-item .qty-stepper button:focus-visible { color: var(--white); background: var(--maroon); outline: 0; }
.cart-item .qty-stepper span { width: 34px; color: var(--maroon-dark); font-weight: 800; }
.drawer-footer { padding: 22px 26px 26px; background: var(--cream); }
.summary-row.total { margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--cream-dark); }
@media (max-width: 560px) {
  .drawer { width: 100vw; max-width: 100vw; border-left: 0; }
}
.modal-backdrop { padding: 18px; backdrop-filter: blur(6px); }
.modal { width: 440px; max-width: 100%; padding: 38px; border: 1px solid rgba(240,192,64,.34); border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(42,26,26,.28); }
#authBackdrop .modal { width: 760px; padding-left: 330px; overflow: hidden; }
#authBackdrop .modal::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 285px; background: linear-gradient(rgba(74,10,10,.2),rgba(74,10,10,.68)), url('../images/anarsa-delicious.jpg') center / cover; }
#authBackdrop .modal::after { content: 'Made with care'; position: absolute; left: 28px; bottom: 28px; width: 220px; color: var(--white); font-family: var(--font-head); font-size: 2rem; line-height: 1.08; }
.modal h2 { font-size: 2rem; }
.guest-checkout-note { margin: 0 0 16px; padding: 10px 12px; border-radius: 10px; color: var(--maroon-dark); background: rgba(240,192,64,.18); font-size: .78rem; text-align: center; }
.modal-close { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); }
.profile-menu { top: 52px; overflow: hidden; border-radius: 14px; box-shadow: var(--shadow-card); }

/* Contact */
.contact-wrap { max-width: 1120px !important; margin: 82px auto !important; gap: 26px !important; padding-inline: clamp(20px,4vw,48px) !important; }
.contact-card { padding: 36px !important; border-radius: var(--radius-lg) !important; border-color: rgba(104,16,16,.1) !important; box-shadow: var(--shadow-soft) !important; }
.contact-card:first-child { background: linear-gradient(145deg, var(--maroon-dark), var(--maroon)) !important; }
.contact-card:first-child h3, .contact-card:first-child .contact-info-row b { color: var(--white); }
.contact-card:first-child .contact-info-row span { color: var(--cream-dark); }
.contact-card:first-child .contact-info-row .ico { background: rgba(240,192,64,.14); border: 1px solid rgba(240,192,64,.28); color: var(--gold); }
.contact-info-row { margin-bottom: 25px !important; }

/* Vision */
.vision-hero { min-height: 520px; display: grid; place-items: center; padding: 100px 20px !important; }
.vision-hero::after { background: linear-gradient(90deg,rgba(74,10,10,.94),rgba(104,16,16,.72) 55%,rgba(74,10,10,.35)) !important; }
.vision-hero h1 { font-size: clamp(3.2rem,6vw,5.5rem) !important; line-height: 1.04; }
.vision-hero p { font-size: 1.02rem; line-height: 1.8; }
.vision-story { gap: clamp(44px,7vw,90px) !important; padding: 100px 0 !important; }
.vision-art { min-height: 420px !important; border-radius: var(--radius-lg) !important; box-shadow: var(--shadow-card) !important; }
.vision-copy h2, .vision-intro h2, .vision-promise h2 { font-size: clamp(2rem,4vw,3.2rem); line-height: 1.15; }
.vision-values { padding: 95px 0 !important; }
.value-grid { gap: 24px !important; }
.value-card { position: relative; overflow: hidden; min-height: 250px; padding: 34px !important; border-radius: var(--radius-md) !important; background: var(--cream) !important; transition: transform .25s, box-shadow .25s; }
.value-card::after { content: ''; position: absolute; right: -45px; bottom: -45px; width: 120px; height: 120px; border: 1px solid rgba(240,192,64,.38); border-radius: 50%; }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.vision-promise { padding: 90px 0 !important; }

/* Account */
.account-head { max-width: 1120px !important; margin-top: 55px !important; padding-inline: clamp(20px,4vw,48px) !important; }
.account-head h1 { font-size: clamp(2.2rem,4vw,3.35rem) !important; }
.stat-strip, .account-wrap { max-width: 1120px !important; padding-inline: clamp(20px,4vw,48px) !important; }
.stat-strip { gap: 18px !important; margin-top: 28px !important; }
.stat-tile { padding: 23px !important; border: 1px solid var(--cream-dark); border-left: 1px solid var(--cream-dark) !important; border-top: 4px solid var(--gold); border-radius: var(--radius-md) !important; box-shadow: var(--shadow-soft) !important; }
.account-wrap { grid-template-columns: 250px 1fr !important; gap: 24px !important; margin-top: 24px !important; margin-bottom: 80px !important; }
.account-nav { position: sticky; top: 110px; border: 1px solid var(--cream-dark); border-radius: var(--radius-md) !important; box-shadow: var(--shadow-soft) !important; }
.account-nav a { border-radius: 10px !important; }
.account-nav a.active { background: var(--maroon) !important; color: var(--white) !important; }
.card { padding: 30px !important; border: 1px solid rgba(104,16,16,.1); border-radius: var(--radius-md) !important; box-shadow: var(--shadow-soft) !important; }
.order-card, .addr-card { padding: 20px !important; border-radius: 14px !important; background: var(--cream); }
#loginGate { max-width: 620px; margin: 80px auto; padding: 70px 24px !important; border: 1px solid var(--cream-dark); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-card); }

/* Footer */
footer.site-footer { position: relative; overflow: hidden; margin-top: 0; padding: 76px 0 24px; background: var(--maroon-dark); border-top: 4px solid var(--gold); }
footer.site-footer::before { content: ''; position: absolute; width: 360px; height: 360px; right: -170px; top: -210px; border: 1px solid rgba(240,192,64,.15); border-radius: 50%; box-shadow: 0 0 0 35px rgba(240,192,64,.025), 0 0 0 70px rgba(240,192,64,.02); }
footer.site-footer::after { content: 'NAMITA JI'; position: absolute; right: 2vw; bottom: -2.5vw; color: rgba(240,192,64,.045); font-family: var(--font-head); font-size: clamp(5rem,14vw,14rem); font-weight: 700; line-height: .75; white-space: nowrap; pointer-events: none; }
.footer-grid { position: relative; z-index: 1; gap: clamp(28px,5vw,70px); margin-bottom: 48px; }
.footer-grid h4 { margin-bottom: 18px; font-size: 1.15rem; }
.footer-grid p { max-width: 360px; line-height: 1.85; }
.footer-grid li { margin-bottom: 10px; color: var(--cream-dark); font-size: .84rem; }
.footer-grid a { position: relative; transition: color .2s, padding-left .2s; }
.footer-grid a:hover { padding-left: 5px; color: var(--gold); }
.footer-bottom { position: relative; z-index: 1; padding-top: 22px; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 22px; }
.footer-credit a { color: var(--gold); font-weight: 600; transition: color .2s, text-shadow .2s; }
.footer-credit a:hover, .footer-credit a:focus-visible { color: var(--white); text-shadow: 0 0 16px rgba(240,192,64,.5); }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 0; margin-top: 15px; }
.footer-legal a { color: var(--cream-dark); transition: color .2s; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--gold); }
.footer-legal a:not(:last-child)::after { content: '\00b7'; margin: 0 14px; color: rgba(248,247,240,.38); }

/* Responsive */
@media (max-width: 1120px) {
  nav.main-nav { gap: 17px; }
  nav.main-nav a { font-size: .82rem; }
  .header-search { display: none; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  #bestsellers .container { grid-template-columns: 1fr; }
  #bestsellers .section-title { transform: none; }
  #bestsellers .section-title, #bestsellers .section-sub, #bestsellers #bestsellerGrid, #bestsellers .container > div:last-child { grid-column: 1; grid-row: auto; }
  #bestsellers .section-sub { margin: 14px 0 36px; }
}

@media (max-width: 900px) {
  .header-inner { position: relative; min-height: 74px; flex-wrap: wrap; }
  .hamburger { order: 1; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid rgba(248,247,240,.18); border-radius: 50%; }
  .brand { order: 2; margin-right: auto; }
  .header-actions { order: 3; }
  .mobile-only-actions { display: flex; }
  .mobile-search-toggle { display: flex; }
  .mobile-header-search {
    order: 4;
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 2px;
    border-color: rgba(248,247,240,.48);
    background: rgba(248,247,240,.12);
    animation: mobileSearchReveal .2s ease-out;
  }
  .mobile-header-search input { padding: 10px 6px 10px 15px; font-size: .82rem; }
  .mobile-header-search button { padding: 9px 14px; }
  .brand-badge { height: 50px; }
  .brand-tag { display: none; }
  nav.main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    left: 16px;
    display: block;
    padding: 12px;
    border: 1px solid var(--cream-dark);
    border-radius: 16px;
    background: var(--white);
    box-shadow: var(--shadow-card);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .22s, transform .22s, visibility .22s;
  }
  nav.main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  nav.main-nav a { display: block; padding: 12px 14px; border: 0; border-radius: 9px; color: var(--ink); }
  nav.main-nav a:hover, nav.main-nav a.active { color: var(--maroon); background: var(--cream); }
  nav.main-nav a::after { display: none; }
  .features-bar .container { grid-template-columns: repeat(2, 1fr); }
  .feature-item:nth-child(2) { border-right: 0; }
  .feature-item:nth-child(-n+2) { border-bottom: 1px solid var(--cream-dark); }
  .category-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .category-card:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 360px; }
  .category-card:not(:first-child) { grid-column: auto; min-height: 280px; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 30px; }
  .feature-row.reverse .feature-media, .feature-row.reverse .feature-copy { order: initial; }
  .feature-copy { max-width: none; }
  .feature-media img { height: min(55vw, 390px); }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 620px; }
  .account-wrap { grid-template-columns: 1fr !important; }
  .account-nav { position: static; display: flex; gap: 7px; overflow-x: auto; }
  .account-nav a { flex: 0 0 auto; }
}

@keyframes mobileSearchReveal {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  .topbar { font-size: .7rem; }
  .header-inner { padding-inline: 14px; }
  .brand-name { font-size: 1.03rem; }
  .hero { min-height: 590px; padding: 78px 0 105px; }
  .hero::after { inset: 12px; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero p { font-size: .93rem; line-height: 1.75; }
  .features-bar { margin-top: -58px; }
  .feature-item { padding: 16px 12px; }
  .feature-item .fi-ico { width: 42px; height: 42px; }
  .category-showcase { padding-top: 92px; }
  .category-head { display: block; }
  .category-head .section-sub { margin-top: 10px; }
  .category-card { min-height: 260px; border-radius: 20px; }
  .features, .products, .testimonials, .faq, .video-reviews { padding-block: 68px; }
  .feature-row { padding: 38px 0; }
  .feature-media img { height: 280px; }
  .page-banner { padding: 64px 18px !important; }
  .shop-search { flex-wrap: nowrap; padding: 7px; }
  .shop-search .btn { min-width: 92px; }
  .about { padding: 70px 0; }
  .about-media::before { inset: 12px -10px -10px 12px; }
  .about-media img { min-height: 300px; padding: 30px !important; }
  .stat-strip { grid-template-columns: 1fr !important; }
  .pdp-wrap { grid-template-columns: 1fr !important; margin-bottom: 64px !important; }
  .pdp-media img { height: min(95vw, 470px) !important; }
  .pdp-actions { align-items: stretch !important; }
  .pdp-actions .btn { flex: 1; min-width: 0; }
  .contact-wrap { margin: 54px auto !important; grid-template-columns: 1fr !important; }
  #authBackdrop .modal { width: 440px; padding-left: 22px; }
  #authBackdrop .modal::before, #authBackdrop .modal::after { display: none; }
  .contact-card { padding: 28px !important; }
  .vision-story { grid-template-columns: 1fr !important; padding: 70px 0 !important; }
  .value-grid { grid-template-columns: 1fr !important; }
  .review-cta { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .brand-badge { height: 44px; }
  .brand-name { font-size: .94rem; }
  .icon-btn { width: 38px; height: 38px; }
  .icon-btn svg { width: 22px; height: 22px; }
  .hamburger { width: 38px; height: 38px; }
  .header-actions { gap: 6px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { width: auto; padding-inline: 14px; }
  .features-bar .container { padding: 8px; }
  .feature-item { gap: 9px; }
  .feature-item span { line-height: 1.35; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card:first-child, .category-card:not(:first-child) { grid-column: auto; min-height: 245px; }
  .product-grid { grid-template-columns: 1fr; }
  #bestsellerGrid { grid-template-columns: 1fr; }
  #bestsellerGrid .product-card:first-child, #bestsellerGrid .product-card--featured { grid-column: auto; display: flex; min-height: 0; }
  #bestsellerGrid .product-card:first-child .product-img, #bestsellerGrid .product-card--featured .product-img { height: auto; aspect-ratio: 1 / .82; }
  #bestsellerGrid .product-card:first-child .product-body, #bestsellerGrid .product-card--featured .product-body { padding: 18px; }
  .product-img { aspect-ratio: 1 / .82; }
  .product-img img { height: 100%; }
  .shop-search { display: grid; grid-template-columns: 1fr auto; }
  .shop-search .search-clear { grid-column: 1 / -1; }
  .filter-bar { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding: 4px 2px 10px; }
  .filter-chip { flex: 0 0 auto; }
  .stat-row { display: grid; grid-template-columns: 1fr; }
  .stat { padding: 14px 16px; }
  .modal { padding: 32px 22px; }
  #authBackdrop .modal { width: 440px; padding-left: 22px; }
  #authBackdrop .modal::before, #authBackdrop .modal::after { display: none; }
  .drawer-body, .drawer-footer { padding-inline: 18px; }
  .pdp-actions { display: grid !important; grid-template-columns: 1fr 1fr; }
  .reviews-summary { padding: 22px !important; }
  .account-nav { margin-inline: -2px; }
  .card { padding: 22px !important; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg img.active { transform: none; }
  .category-card img { transition: none; }
}
