:root {
  --bg: #faf6ee;
  --surface: #ffffff;
  --surface-2: #fbf8f3;
  --text: #211813;
  --muted: #8c827a;
  --line: rgba(46, 27, 12, .08);
  --primary: #5a0808;
  --primary-hover: #420404;
  --primary-soft: #f6d8cd;
  --gold: #dfb76c;
  --gold-soft: #fbf8f3;
  --shadow-sm: 0 8px 24px rgba(96, 7, 7, 0.04);
  --shadow-md: 0 16px 36px rgba(96, 7, 7, 0.08);
  --radius: 20px;
}

.form-stack label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.form-message {
  margin: 0;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
}

.form-message.error {
  color: #8b1111;
  background: #fff0f0;
  border: 1px solid #e7a4a4;
}

.enquiry-success {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid #b8d8be;
  border-radius: 14px;
  background: #f2fff4;
  text-align: center;
}

.enquiry-success h3,
.enquiry-success p {
  margin: 0;
}

.order-reference {
  color: var(--primary);
  font-size: 24px;
  letter-spacing: .04em;
}

.success-actions {
  display: grid;
  gap: 10px;
}

button:disabled {
  cursor: wait;
  opacity: .7;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%}

body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale}

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

button, input, textarea, select {
  font: inherit;
  color: inherit;
  font-size: 16px}

input, textarea, select {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  -webkit-appearance: none;
  appearance: none}

input:focus, textarea:focus, select:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px}

button {
  cursor: pointer;
  border: none;
  -webkit-tap-highlight-color: transparent}

.container {
  width: min(1240px, calc(100% - 20px));
  margin: 0 auto;
  padding: 0 10px}

.tamil {
  font-family: 'Noto Sans Tamil', sans-serif}

.display {
  font-family: 'Playfair Display', serif}

.announcement {
  background: #0d5cab;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 700;
  font-size: 14px;
  position: static;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1)}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #5a0808;
  border-bottom: 2px solid #dfb76c;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 14px 0 10px 0;
}

.header-premium-top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.header-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}

.header-brand-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.premium-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 21px;
  color: #dfb76c;
  letter-spacing: 1.5px;
  margin: 0;
  line-height: 1.2;
}

.premium-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: #dfb76c;
  opacity: 0.85;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 0 0;
  border-top: 1px solid rgba(223, 183, 108, 0.15);
}

.nav {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.nav a {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nav a:hover {
  color: #dfb76c;
}

.nav a:active {
  transform: scale(0.95);
}

.hero {
  padding: 20px 0;
  background: linear-gradient(180deg, var(--gold-soft), var(--bg) 72%)}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch}

.hero-copy, .hero-panel, .card, .summary {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm)}

.hero-copy {
  padding: 24px 20px;
  text-align: center}

.hero-panel, .card, .summary {
  padding: 20px}

.eyebrow {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #8b5f08;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px}

.hero h2 {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  line-height: 1.3;
  font-weight: 700}

.hero p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px}

.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center}

.hero-actions .btn {
  flex: 0 0 auto;
  width: auto;
  min-width: 130px;
  max-width: 180px;
  padding: 14px 16px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 15px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation}

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

.btn-primary:hover {
  background: var(--primary-hover);
  transform: translateY(-1px)}

.btn-primary:active {
  transform: translateY(0)}

.btn-secondary {
  background: var(--surface-2);
  border-color: var(--line)}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px}

.stat {
  padding: 12px;
  border-radius: 16px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  text-align: center}

.stat strong {
  display: block;
  font-size: 1.25rem;
  color: var(--primary);
  margin-bottom: 4px}

.stat div {
  font-size: 12px;
  color: var(--muted)}

.offer {
  padding: 28px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #8b0000 0%, #c41e3a 50%, #8b0000 100%);
  color: #ffd700;
  min-height: 180px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 4px rgba(255, 215, 0, .3), 0 10px 30px rgba(0, 0, 0, .3);
  border: 3px solid #ffd700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center}

.offer::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 2px solid rgba(255, 215, 0, .4);
  border-radius: 16px;
  pointer-events: none}

.offer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 215, 0, .15), transparent 70%);
  pointer-events: none}

.offer small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #ffd700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5)}

.offer .big {
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(180deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .5));
  margin: 6px 0}

.offer p {
  color: #fff;
  font-size: 13px;
  margin-top: 6px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5)}

.hero-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%}

.hero-image-container {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3), 0 0 0 1px rgba(197, 141, 25, .3);
  background: linear-gradient(135deg, var(--gold-soft), var(--primary-soft));
  flex: 1;
  min-height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0}

.hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 200px;
  object-position: center}

.hero-image-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 4rem;
  background: linear-gradient(135deg, var(--gold-soft), var(--primary-soft))}

.section {
  padding: 32px 0}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap}

.section-title h3 {
  margin: 0;
  font-size: 1.75rem}

.section-title p {
  margin: 0;
  color: var(--muted);
  max-width: 64ch;
  font-size: 14px}

.trust-grid, .benefit-grid, .faq-grid {
  display: grid;
  gap: 14px}

.trust-grid {
  grid-template-columns: 1fr;
  gap: 14px}

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

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

.toolbar {
  position: sticky;
  top: 75px;
  z-index: 40;
  background: #fbf8f3;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.toolbar-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
}

.pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pill {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

.catalog-area {
  display: grid;
  gap: 16px;
}

.category-shell {
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.category-head {
  padding: 14px 16px;
  background: transparent;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--primary);
  margin-bottom: 8px;
}

.category-head h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.category-head span {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

.product-grid {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.product-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 16px;
  border: none;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(96, 7, 7, 0.04), 0 2px 6px rgba(0, 0, 0, 0.02);
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(96, 7, 7, 0.07);
}

.product-visual {
  border-radius: 14px;
  background: #fbf8f3;
  width: 100px;
  height: 100px;
  min-height: 100px;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  align-self: center;
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.meta-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.meta {
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
}

.product-main h5 {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #18120f;
  margin: 0;
  line-height: 1.3;
}

.product-subtitle {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  line-height: 1.2;
}

.tamil {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}

.product-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}

.price {
  font-size: 16px;
  font-weight: 800;
  color: var(--primary);
}

.price-original {
  font-size: 12px;
  font-weight: 600;
  color: #bda894;
  text-decoration: line-through;
  margin-right: 6px;
}

.price-discounted {
  font-size: 16px;
  font-weight: 800;
  color: var(--primary);
}

.qty-wrap {
  display: flex;
  justify-content: flex-end;
}

.summary {
  position: static;
  padding: 0;
  overflow: hidden}

.summary-head {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-2)}

.summary-body {
  padding: 16px}

.notice {
  padding: 12px;
  border-radius: 14px;
  background: var(--gold-soft);
  color: #8b5f08;
  border: 1px solid rgba(197, 141, 25, .22);
  font-size: 13px;
  margin-bottom: 12px}

.order-list {
  display: grid;
  gap: 8px;
  max-height: 240px;
  overflow: auto}

.order-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 14px}

.money {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  font-size: 14px}

.money.total {
  font-size: 1rem;
  color: var(--primary);
  font-weight: 800}

.form-stack {
  display: grid;
  gap: 10px;
  margin-top: 14px}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px}

.empty {
  padding: 10px 0;
  color: var(--muted);
  text-align: center}

.footer {
  margin-top: 24px;
  padding: 32px 0;
  background: #18120f;
  color: #f0e5d8}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px}

.footer h4 {
  margin-top: 0;
  color: #ffd58f;
  font-size: 1rem}

.footer p, .footer a {
  color: #dfcfbc;
  font-size: 13px;
  line-height: 1.6}

.footer-copy {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
  color: #bda894;
  font-size: 11px}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0}
@media (min-width: 768px) {
  .hero-grid {
  grid-template-columns: 1fr;
  gap: 20px}

.hero-copy {
  max-width: 800px;
  margin: 0 auto}

.hero-panel {
  max-width: 600px;
  margin: 0 auto}

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

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

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

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

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

.toolbar-inner {
  grid-template-columns: 1fr 1fr}

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

.stats {
  grid-template-columns: repeat(3, 1fr)}

}
@media (min-width: 1024px) {
  .hero-grid {
  grid-template-columns: 1fr;
  gap: 24px}

.hero-copy {
  max-width: 900px;
  margin: 0 auto}

.hero-panel {
  max-width: 700px;
  margin: 0 auto}

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

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

.benefit-grid {
  grid-template-columns: repeat(3, 1fr)}

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

.footer-grid {
  grid-template-columns: 1.1fr .9fr .9fr}

.toolbar-inner {
  grid-template-columns: 220px 1fr auto auto}

.catalog-layout {
  grid-template-columns: 1fr 360px}

.summary {
  position: sticky;
  top: 145px}

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

}

.trust-grid .card {
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden}

.trust-grid .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease}

.trust-grid .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
  border-color: rgba(197, 141, 25, .3)}

.trust-grid .card:hover::before {
  transform: scaleX(1)}

.trust-grid h4 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px}

.trust-grid h4::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 2px rgba(197, 141, 25, .2)}

.trust-grid p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
  margin: 0}

/* Horizontal category scroll bar */
.category-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 10px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.category-scroll::-webkit-scrollbar {
  display: none;
}
.category-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-pill {
  flex: 0 0 auto;
  padding: 8px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  transition: all 0.2s ease;
  white-space: nowrap;
  scroll-snap-align: start;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}
.category-pill:active {
  transform: scale(0.95);
}
.category-pill.active {
  background: #dfb76c !important;
  color: #ffffff !important;
  border-color: #dfb76c !important;
  box-shadow: 0 4px 12px rgba(223, 183, 108, 0.3) !important;
}

#categoryFilter {
  display: none;
}

@media (min-width: 1024px) {
  .category-scroll {
    display: none;
  }
  #categoryFilter {
    display: block;
  }
}

/* Stepper Quantity control capsule */
.qty-control {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: #5a0808;
  overflow: hidden;
  width: 90px;
  height: 32px;
  box-shadow: 0 4px 10px rgba(96, 7, 7, 0.15);
}
.qty-btn {
  width: 28px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  user-select: none;
  transition: background 0.15s ease;
}
.qty-btn:active {
  background: rgba(255, 255, 255, 0.15);
}
.qty-control .qty-input {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  text-align: center;
  padding: 0 !important;
  height: 100%;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  -moz-appearance: textfield;
  width: 24px;
}
.qty-control .qty-input:focus {
  outline: none !important;
}
.qty-control .qty-input::-webkit-outer-spin-button,
.qty-control .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Floating bottom action bar with premium glassmorphism */
.bottom-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(33, 24, 19, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 20px;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.bottom-action-bar.visible {
  transform: translateY(0);
}
.bottom-action-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  gap: 16px;
}
.bottom-action-left {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}
.bottom-cart-icon {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.bottom-cart-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.bottom-cart-count {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}
.bottom-total-amount {
  font-size: 15px;
  font-weight: 700;
  color: #dfb76c;
}
.bottom-btn {
  background: linear-gradient(135deg, #dfb76c 0%, #c58d19 100%) !important;
  color: #3d0505 !important;
  border: none !important;
  font-weight: 700 !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 24px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  box-shadow: 0 4px 15px rgba(197, 141, 25, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.bottom-btn:hover, .bottom-btn:active {
  background: linear-gradient(135deg, #ffd700 0%, #d49d2a 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(197, 141, 25, 0.35);
}

/* Mobile specific styling adjustments */
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
  }
  body {
    padding-bottom: 85px; /* prevent bottom bar overlap with content */
  }
  .nav {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 6px !important;
    padding-top: 4px;
    border-top: none;
  }
  .nav a {
    padding: 4px 6px !important;
    font-size: 11px !important;
    background: transparent !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.8) !important;
    white-space: nowrap;
  }
  .nav a.active, .nav a:active {
    color: #dfb76c !important;
  }
  .hero-actions {
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100%;
  }
  .hero-actions .btn {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: none !important;
  }
  .product-card {
    grid-template-columns: 85px 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
  }
  .product-visual {
    width: 85px;
    height: 85px;
    min-height: 85px;
  }
  .product-main h5 {
    font-size: 14px;
  }
  .product-subtitle {
    font-size: 11px;
  }
  .price {
    font-size: 14px;
  }
  .qty-wrap {
    width: 90px;
  }
  .qty-control {
    width: 90px;
    height: 32px;
  }
  .qty-btn {
    width: 28px;
    font-size: 14px;
  }
  .toolbar-inner {
    padding: 8px 0;
    gap: 8px;
    overflow: hidden;
  }
  .category-scroll {
    width: 100%;
    max-width: 100%;
  }
  .pills {
    display: none;
  }
  #checkOrderBtn {
    display: none;
  }
}

/* Ordering flow enhancements */
.summary-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.drawer-close {
  display: none;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--primary);
  font-size: 26px;
}

.summary-body > .notice:not(#minimumNotice) {
  display: none;
}

.notice.minimum-reached {
  color: #17692b;
  background: #effbf1;
  border-color: #b8d8be;
}

.order-item-copy {
  min-width: 0;
}

.order-item-copy .tamil,
.order-item-copy > div:last-child {
  color: var(--muted);
  font-size: 12px;
}

.summary-quantity {
  display: grid;
  grid-template-columns: 32px 28px 32px;
  align-items: center;
  justify-items: center;
  gap: 2px;
  flex: 0 0 auto;
}

.summary-quantity button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 800;
}

.summary-quantity .remove-item {
  grid-column: 1 / -1;
  width: auto;
  height: auto;
  padding: 5px 8px;
  border-radius: 8px;
  background: transparent;
  color: #9b1c1c;
  font-size: 11px;
}

.featured-meta {
  color: #78520a;
  background: #fff3cf;
}

.stock-note,
.charges-note,
.field-error {
  color: var(--muted);
  font-size: 12px;
}

.field-error {
  color: #9b1c1c;
  font-weight: 600;
}

.delivery-fields {
  display: grid;
  gap: 10px;
}

.fulfilment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.fulfilment-options legend {
  padding: 0 5px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.fulfilment-options label {
  display: flex;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 7px;
  color: var(--text);
}

.fulfilment-options input {
  width: 18px;
  height: 18px;
  padding: 0;
  appearance: auto;
}

.bottom-minimum-text {
  color: rgba(255, 255, 255, .8);
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
}

.drawer-overlay {
  display: none;
}

@media (min-width: 768px) {
  .bottom-action-bar {
    display: none;
  }
}

@media (max-width: 767px) {
  .header {
    position: static;
    padding: 9px 0 7px;
  }

  .header-inner {
    display: none;
  }

  .premium-title {
    font-size: 18px;
  }

  .premium-subtitle {
    display: none;
  }

  .header-brand {
    gap: 8px;
  }

  .header-logo {
    width: 44px;
    height: 44px;
  }

  .announcement {
    padding: 7px 10px;
    font-size: 11px;
  }

  .toolbar {
    top: 0;
    padding: 7px 0;
  }

  .toolbar-inner > #categoryFilter {
    display: none;
  }

  .summary {
    position: fixed;
    inset: auto 0 0;
    z-index: 1200;
    max-height: min(90vh, 760px);
    border-radius: 22px 22px 0 0;
    transform: translateY(105%);
    transition: transform .25s ease;
    overflow: hidden;
  }

  .summary.drawer-open {
    transform: translateY(0);
  }

  .summary-body {
    max-height: calc(90vh - 82px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }

  .drawer-close {
    display: block;
  }

  .drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: block;
    background: rgba(0, 0, 0, .48);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }

  .drawer-overlay.visible {
    opacity: 1;
    pointer-events: auto;
  }

  body.drawer-active {
    overflow: hidden;
  }

  .bottom-action-bar {
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
  }

  .bottom-action-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }

  .bottom-cart-icon {
    display: none;
  }

  .bottom-action-left {
    gap: 0;
  }

  .bottom-cart-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .bottom-cart-count,
  .bottom-total-amount {
    font-size: 12px;
  }

  .bottom-btn {
    padding: 0 14px !important;
    font-size: 12px !important;
  }
}
