/* ==========================================================================
   Bengali Girls Clothing — Storefront Styles
   Modern classic Bengali palette pulled from the brand logo.
   ========================================================================== */

:root {
  --teal: #0f4c46;
  --teal-dark: #0a3733;
  --terracotta: #c8553d;
  --terracotta-dark: #a8432e;
  --gold: #c99a3d;
  --gold-light: #e6c987;
  --cream: #fdf8f0;
  --cream-dark: #f5ecdc;
  --ink: #2b2320;
  --ink-light: #6b5f56;
  --white: #ffffff;
  --danger: #b3261e;
  --success: #2e6b3e;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 4px 20px rgba(43, 35, 32, 0.08);
  --shadow-lg: 0 10px 40px rgba(43, 35, 32, 0.14);
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, .font-serif {
  font-family: 'Playfair Display', 'Georgia', serif;
  color: var(--teal-dark);
  line-height: 1.25;
  margin: 0 0 0.5em;
}

h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.3rem; }

p { margin: 0 0 1em; }

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

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

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 48px 0;
}

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

.section-head h2 { margin-bottom: 4px; }

.section-head .sub { color: var(--ink-light); font-size: 0.95rem; }

.divider-gold {
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--terracotta));
  border-radius: 3px;
  margin: 10px 0 18px;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  font-family: inherit;
}

.btn:active { transform: scale(0.97); }

.btn-primary {
  background: var(--teal);
  color: var(--white);
}
.btn-primary:hover { background: var(--teal-dark); }

.btn-accent {
  background: var(--terracotta);
  color: var(--white);
}
.btn-accent:hover { background: var(--terracotta-dark); }

.btn-outline {
  background: transparent;
  border-color: var(--teal);
  color: var(--teal);
}
.btn-outline:hover { background: var(--teal); color: var(--white); }

.btn-light {
  background: var(--white);
  color: var(--teal-dark);
}

.btn-block { width: 100%; }
.btn-sm { padding: 8px 16px; font-size: 0.85rem; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* ---------- Alerts ---------- */

.alert {
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.alert-success { background: #e4f3e6; color: var(--success); border: 1px solid #b9dcc0; }
.alert-error { background: #fbe9e7; color: var(--danger); border: 1px solid #f0bdb7; }

/* ---------- Header ---------- */

.topbar {
  background: var(--teal-dark);
  color: var(--cream);
  font-size: 0.82rem;
  padding: 7px 0;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.topbar a { color: var(--gold-light); }

.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--cream-dark);
  position: sticky;
  top: 0;
  z-index: 40;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.brand img { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; }
.brand-text {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--teal-dark);
  line-height: 1.1;
  min-width: 0;
  white-space: normal;
}
.brand-text small {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.main-nav a {
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover, .main-nav a.active { color: var(--terracotta); border-color: var(--terracotta); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.search-form {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 999px;
  padding: 6px 6px 6px 16px;
}
.search-form input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.9rem;
  width: 150px;
  font-family: inherit;
}
.search-form button {
  border: none;
  background: var(--teal);
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.cart-count {
  background: var(--terracotta);
  color: white;
  font-size: 0.7rem;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-dropdown-trigger {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--ink);
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 2px solid transparent;
}
.nav-dropdown-trigger:hover { color: var(--terracotta); border-color: var(--terracotta); }
.nav-dropdown-trigger .caret { font-size: 0.65rem; color: var(--ink-light); }
.nav-dropdown-trigger:hover .caret { color: var(--terracotta); }
.nav-dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  min-width: 190px;
  padding: 8px;
  z-index: 60;
}
.nav-dropdown-menu.open { display: flex; }
.nav-dropdown-menu a {
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom: none !important;
}
.nav-dropdown-menu a:hover { background: var(--cream); color: var(--terracotta); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  border-radius: 2px;
}

/* ---------- Hero / Banners ---------- */

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 var(--radius) var(--radius);
}
.hero-slides {
  display: flex;
  transition: transform 0.6s ease;
}
.hero-slide {
  min-width: 100%;
  position: relative;
  aspect-ratio: 16 / 7;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,76,70,0.65) 0%, rgba(15,76,70,0.15) 60%, transparent 100%);
}
.hero-slide-content {
  position: relative;
  z-index: 1;
  color: white;
  padding: 0 8%;
  max-width: 560px;
}
.hero-slide-content h1 { color: white; }
.hero-slide-content p { color: rgba(255,255,255,0.9); font-size: 1.05rem; }

.hero-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
.hero-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  padding: 0;
}
.hero-dots button.active { background: var(--gold); width: 22px; border-radius: 5px; }

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.85);
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  font-size: 1.1rem;
  color: var(--teal-dark);
}
.hero-arrow.prev { left: 16px; }
.hero-arrow.next { right: 16px; }

/* ---------- USP strip ---------- */

.usp-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  padding: 28px 0;
}
.usp-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}
.usp-item .icon {
  font-size: 1.5rem;
  color: var(--terracotta);
}
.usp-item strong { display: block; font-size: 0.9rem; }
.usp-item span { font-size: 0.8rem; color: var(--ink-light); }

/* ---------- Category grid ---------- */

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 18px;
}
.category-card {
  text-align: center;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease;
}
.category-card:hover { transform: translateY(-4px); }
.category-card .thumb {
  aspect-ratio: 1;
  background: var(--cream-dark);
  overflow: hidden;
}
.category-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.category-card .name { padding: 12px 8px; font-weight: 600; font-size: 0.92rem; }

/* ---------- Product grid & cards ---------- */

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 22px;
}

.product-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }

.product-card .thumb {
  aspect-ratio: 3/4;
  background: var(--cream-dark);
  position: relative;
  overflow: hidden;
}
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; }

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--terracotta);
  color: white;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 4px 9px;
  border-radius: 999px;
}
.badge-outline {
  background: var(--ink);
}

.product-card .info { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; }
.product-card .cat { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gold); font-weight: 600; margin-bottom: 4px; }
.product-card .name { font-weight: 600; font-size: 0.98rem; margin-bottom: 6px; }
.product-card .price { margin-top: auto; display: flex; align-items: center; gap: 8px; }
.price-current { font-weight: 700; color: var(--terracotta); font-size: 1.05rem; }
.price-old { text-decoration: line-through; color: var(--ink-light); font-size: 0.85rem; }

/* ---------- Pagination ---------- */

.pagination { display: flex; gap: 6px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 36px; height: 36px; border-radius: var(--radius-sm);
  background: var(--white); font-size: 0.9rem; border: 1px solid var(--cream-dark);
}
.pagination .active { background: var(--teal); color: white; border-color: var(--teal); }

/* ---------- Shop filters ---------- */

.shop-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: start;
}
.filter-box {
  background: var(--white);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}
.filter-box h4 { margin-bottom: 10px; font-size: 0.95rem; }
.filter-list { list-style: none; margin: 0; padding: 0; }
.filter-list li { margin-bottom: 6px; }
.filter-list a { font-size: 0.9rem; color: var(--ink-light); display: block; padding: 4px 0; }
.filter-list a.active, .filter-list a:hover { color: var(--terracotta); font-weight: 600; }

.sort-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 10px;
}
.sort-bar select {
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--cream-dark);
  font-family: inherit;
}

/* ---------- Product detail ---------- */

.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}
.gallery-main {
  aspect-ratio: 3/4;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 12px;
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.gallery-thumbs img {
  width: 66px; height: 66px; object-fit: cover; border-radius: var(--radius-sm);
  cursor: pointer; border: 2px solid transparent; opacity: 0.7;
}
.gallery-thumbs img.active { border-color: var(--terracotta); opacity: 1; }

.product-info .cat { color: var(--gold); font-weight: 600; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.06em; }
.product-info h1 { margin-top: 6px; }
.price-block { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.price-block .price-current { font-size: 1.6rem; }

.option-group { margin-bottom: 20px; }
.option-group label.title { display: block; font-weight: 600; margin-bottom: 8px; font-size: 0.9rem; }
.swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.swatch {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1.5px solid var(--cream-dark);
  background: var(--white);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 500;
}
.swatch.selected { border-color: var(--terracotta); background: var(--terracotta); color: white; }
.swatch.disabled { opacity: 0.35; cursor: not-allowed; text-decoration: line-through; }

.qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--cream-dark);
  border-radius: 999px;
  overflow: hidden;
}
.qty-stepper button {
  width: 38px; height: 38px; border: none; background: var(--cream);
  font-size: 1.1rem; cursor: pointer;
}
.qty-stepper input {
  width: 44px; text-align: center; border: none; font-family: inherit;
  font-size: 1rem; background: transparent;
}

.stock-note { font-size: 0.85rem; margin-top: 8px; }
.stock-note.in { color: var(--success); }
.stock-note.low { color: var(--terracotta); }
.stock-note.out { color: var(--danger); }

.product-actions { display: flex; gap: 12px; margin: 24px 0; flex-wrap: wrap; }
.product-actions form { flex: 1; min-width: 160px; }

.product-description { border-top: 1px solid var(--cream-dark); padding-top: 20px; margin-top: 10px; }

/* ---------- Cart ---------- */

.cart-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.cart-table th { text-align: left; padding: 14px 16px; background: var(--cream-dark); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.04em; }
.cart-table td { padding: 14px 16px; border-top: 1px solid var(--cream-dark); vertical-align: middle; }
.cart-item-info { display: flex; gap: 14px; align-items: center; }
.cart-item-info img { width: 64px; height: 76px; object-fit: cover; border-radius: var(--radius-sm); }
.cart-item-info .meta { font-size: 0.82rem; color: var(--ink-light); }
.cart-remove { color: var(--danger); font-size: 0.85rem; font-weight: 600; background: none; border: none; cursor: pointer; }

.cart-mobile-item {
  display: none;
}

.summary-box {
  background: var(--white); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow);
  position: sticky; top: 90px;
}
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 0.95rem; }
.summary-row.total { border-top: 1px solid var(--cream-dark); margin-top: 8px; padding-top: 14px; font-weight: 700; font-size: 1.15rem; color: var(--teal-dark); }

.cart-checkout-layout { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }

/* ---------- Checkout ---------- */

.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 0.9rem; }
.form-control {
  width: 100%; padding: 12px 14px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--cream-dark); font-family: inherit; font-size: 0.95rem;
  background: var(--white);
}
.form-control:focus { outline: none; border-color: var(--teal); }
textarea.form-control { resize: vertical; min-height: 90px; }
.field-error { color: var(--danger); font-size: 0.82rem; margin-top: 5px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.option-card-group { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 12px; }
.option-card {
  border: 1.5px solid var(--cream-dark); border-radius: var(--radius-sm);
  padding: 14px 16px; cursor: pointer; background: var(--white);
  display: flex; align-items: start; gap: 10px;
}
.option-card input { margin-top: 3px; }
.option-card.selected { border-color: var(--teal); background: #f1f7f6; }
.option-card strong { display: block; font-size: 0.92rem; }
.option-card span { font-size: 0.8rem; color: var(--ink-light); }

.payment-details-box {
  background: var(--cream-dark);
  border-radius: var(--radius-sm);
  padding: 16px;
  margin-top: 14px;
  font-size: 0.9rem;
  display: none;
}
.payment-details-box.show { display: block; }
.payment-details-box .num { font-weight: 700; color: var(--terracotta); font-size: 1.1rem; }

/* ---------- Order success / tracking ---------- */

.confirmation-box {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 44px; text-align: center; max-width: 640px; margin: 0 auto;
}
.confirmation-box .check {
  width: 68px; height: 68px; border-radius: 50%; background: #e4f3e6; color: var(--success);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 2rem;
}
.order-number-pill {
  display: inline-block; background: var(--cream-dark); padding: 10px 22px; border-radius: 999px;
  font-weight: 700; letter-spacing: 0.04em; color: var(--teal-dark); margin: 12px 0 22px;
}

.status-track { display: flex; justify-content: space-between; margin: 30px 0; position: relative; }
.status-track::before {
  content: ""; position: absolute; top: 14px; left: 0; right: 0; height: 2px; background: var(--cream-dark); z-index: 0;
}
.status-step { position: relative; z-index: 1; text-align: center; flex: 1; }
.status-step .dot { width: 28px; height: 28px; border-radius: 50%; background: var(--cream-dark); margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.8rem; }
.status-step.done .dot { background: var(--teal); }
.status-step span { font-size: 0.78rem; color: var(--ink-light); }
.status-step.done span { color: var(--teal-dark); font-weight: 600; }

.track-form-box { max-width: 480px; margin: 0 auto; background: var(--white); padding: 32px; border-radius: var(--radius); box-shadow: var(--shadow); }

/* ---------- Static content pages ---------- */

.content-page { max-width: 780px; margin: 0 auto; background: var(--white); padding: 40px; border-radius: var(--radius); box-shadow: var(--shadow); }
.content-page h1 { margin-bottom: 20px; }
.content-page p { color: var(--ink-light); }

/* ---------- Footer ---------- */

.site-footer { background: var(--teal-dark); color: rgba(255,255,255,0.85); margin-top: 60px; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding: 48px 0 28px;
}
.footer-grid h4 { color: var(--gold-light); font-family: 'Playfair Display', serif; margin-bottom: 14px; font-size: 1.05rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 8px; font-size: 0.88rem; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand img { width: 40px; height: 40px; border-radius: 50%; }
.footer-brand strong { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 16px 0; font-size: 0.8rem; text-align: center; color: rgba(255,255,255,0.6);
}
.social-links { display: flex; gap: 10px; margin-top: 12px; }
.social-links a {
  width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center; font-size: 0.95rem;
}
.social-links a:hover { background: var(--gold); }

/* ---------- Empty states ---------- */

.empty-state { text-align: center; padding: 60px 20px; color: var(--ink-light); }
.empty-state .icon { font-size: 3rem; margin-bottom: 16px; }

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .product-detail { grid-template-columns: 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .cart-checkout-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .summary-box { position: static; }
}

@media (max-width: 480px) {
  .brand img { width: 36px; height: 36px; }
  .brand-text { font-size: 1.02rem; }
  .brand-text small { font-size: 0.56rem; }
  .header-actions { gap: 10px; }
  .cart-link span.label { display: none; }
}

@media (max-width: 760px) {
  .main-nav { position: fixed; top: 0; right: 0; height: 100vh; width: 260px; background: var(--white);
    flex-direction: column; align-items: flex-start; padding: 90px 24px 24px; box-shadow: -6px 0 30px rgba(0,0,0,0.15);
    transform: translateX(100%); transition: transform 0.25s ease; z-index: 50; gap: 18px; overflow-y: auto; }
  .main-nav.open { transform: translateX(0); }
  .nav-toggle { display: block; }
  .search-form { display: none; }
  .nav-dropdown { flex-direction: column; align-items: flex-start; width: 100%; gap: 0; }
  .nav-dropdown-menu {
    position: static; box-shadow: none; margin: 4px 0 0 12px; padding: 0;
    min-width: 0; border-left: 2px solid var(--cream-dark);
  }
  .nav-dropdown-menu a { padding: 8px 12px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }

  .cart-table thead { display: none; }
  .cart-table, .cart-table tbody, .cart-table tr, .cart-table td { display: block; width: 100%; }
  .cart-table tr { margin-bottom: 14px; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--cream-dark); }
  .cart-table td { border-top: none; border-bottom: 1px solid var(--cream-dark); }
  .cart-table td:last-child { border-bottom: none; }
  .cart-table td[data-label]::before {
    content: attr(data-label); display: block; font-size: 0.72rem; text-transform: uppercase;
    color: var(--ink-light); margin-bottom: 4px; letter-spacing: 0.04em;
  }
}

.nav-overlay {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 45;
}
.nav-overlay.show { display: block; }
