:root {
  --red: #e31e24;
  --red-dark: #c4181e;
  --red-deep: #9f1218;
  --red-soft: #ffe6e7;
  --red-mist: #fff1f2;
  --pink: #ffb4b8;
  --ink: #1a1a1a;
  --muted: #6b7280;
  --line: rgba(227, 30, 36, 0.14);
  --bg: #fff7f7;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.62);
  --glass-strong: rgba(255, 255, 255, 0.82);
  --shadow: 0 10px 30px rgba(227, 30, 36, 0.08);
  --shadow-lg: 0 22px 50px rgba(227, 30, 36, 0.14);
  --radius: 18px;
  --radius-lg: 28px;
  --font: "Nunito Sans", system-ui, sans-serif;
  --display: "Rubik", system-ui, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --blur: 18px;
  --header-h: 92px;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(227, 30, 36, 0.12), transparent 55%),
    radial-gradient(900px 420px at 100% 8%, rgba(255, 180, 184, 0.28), transparent 50%),
    var(--bg);
  line-height: 1.55;
  min-height: 100vh;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; cursor: pointer; }
button, select, input, textarea { font: inherit; }
button, a, select { cursor: pointer; }
button, a { touch-action: manipulation; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.2; margin: 0 0 0.4em; }
p { margin: 0 0 0.8em; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: min(1240px, calc(100% - 32px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: absolute; left: 12px; top: -40px; background: var(--red); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 80; }
.skip-link:focus { top: 12px; }
.muted { color: var(--muted); }
.icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }

.glass, .glass-card, .glass-nav, .search-glass, .inquiry-card {
  background: var(--glass);
  backdrop-filter: blur(var(--blur)) saturate(180%);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.glass-card {
  border-radius: var(--radius);
  background: var(--glass-strong);
}
.glass-red {
  background: linear-gradient(120deg, rgba(227, 30, 36, 0.96), rgba(196, 24, 30, 0.9));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease), background 200ms var(--ease);
  min-height: 44px;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: 3px solid rgba(227, 30, 36, 0.35); outline-offset: 2px; }
.btn-primary {
  background: linear-gradient(180deg, #ff4a50 0%, var(--red) 55%, var(--red-dark) 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(227, 30, 36, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-primary:hover { box-shadow: 0 12px 24px rgba(227, 30, 36, 0.36); }
.btn-white { background: #fff; color: var(--red); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.55);
  color: var(--red);
  border: 1px solid rgba(227, 30, 36, 0.18);
}
.btn-block { width: 100%; }
.btn-sm { padding: 8px 14px; min-height: 40px; font-size: 0.9rem; }

.topbar {
  background: linear-gradient(90deg, var(--red-dark), var(--red) 40%, #ff3b42);
  color: #fff;
  font-size: 0.82rem;
  overflow: hidden;
}
.topbar-shell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  padding: 0 16px;
}
.topbar-marquee {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 24px, #000 calc(100% - 18px), transparent);
}
.topbar-track {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.topbar:hover .topbar-track { animation-play-state: paused; }
.topbar-seq {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-right: 36px;
  white-space: nowrap;
}
.topbar-seq span {
  display: inline-flex;
  align-items: center;
  gap: 36px;
}
.topbar-seq span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
  box-shadow: 0 0 8px rgba(255,255,255,0.6);
}
.topbar-links, .socials, .footer-contact { display: flex; align-items: center; gap: 14px; flex-wrap: nowrap; }
.topbar-links { flex-shrink: 0; }
.topbar-links a { color: #fff; display: inline-flex; align-items: center; gap: 6px; opacity: 0.95; white-space: nowrap; }
.topbar-links a:hover { opacity: 1; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.78);
  transition: box-shadow 280ms var(--ease), background 280ms var(--ease);
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(227, 30, 36, 0.12);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: var(--header-h);
  padding-block: 10px;
}
.brand img { height: 68px; width: auto; object-fit: contain; }

.search-glass {
  display: flex;
  align-items: stretch;
  border-radius: 999px;
  overflow: hidden;
  min-height: 48px;
  background: rgba(255, 255, 255, 0.88);
}
.search-glass select {
  border: 0;
  background: transparent;
  padding: 0 14px;
  color: var(--ink);
  border-right: 1px solid var(--line);
  min-width: 140px;
}
.search-glass input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 14px;
  min-width: 0;
}
.search-glass input:focus, .search-glass select:focus { outline: none; }
.search-glass button {
  width: 52px;
  border: 0;
  background: var(--red);
  color: #fff;
}

.header-utils { display: flex; align-items: center; gap: 12px; }
.call-us {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.call-us small { display: block; color: var(--muted); font-size: 0.72rem; }
.call-us strong { font-size: 0.92rem; }
.util-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(227, 30, 36, 0.12);
  color: var(--red);
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}
.cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.menu-toggle { display: none; }

.main-nav {
  background: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 30;
}
.nav-inner { display: flex; align-items: center; gap: 28px; min-height: 56px; }
.cat-wrap { position: relative; }
.cat-btn { border-radius: 12px; padding-inline: 16px; }
.cat-drop[hidden] { display: none !important; }
.cat-drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 280px;
  padding: 10px;
  z-index: 50;
  display: grid;
  gap: 4px;
}
.cat-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
}
.cat-drop a:hover { background: var(--red-mist); }
.cat-drop img { width: 36px; height: 36px; object-fit: contain; border-radius: 8px; background: #fff; }
.nav-links { display: flex; gap: 6px; flex-wrap: wrap; }
.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  min-height: 44px;
}
.nav-links a.is-active, .nav-links a:hover { color: var(--red); }
.nav-backdrop { position: fixed; inset: 0; background: rgba(20, 8, 8, 0.28); backdrop-filter: blur(4px); z-index: 25; }

/* Hero */
.hero {
  padding: 28px 0 8px;
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.45) 0%, transparent 32%, rgba(255,255,255,0.08) 58%, transparent 100%);
  pointer-events: none;
  mix-blend-mode: screen;
}
.hero-slide {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  min-height: 460px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  padding: 48px 56px;
  background:
    radial-gradient(circle at 78% 58%, rgba(255,255,255,0.55), transparent 28%),
    linear-gradient(115deg, #fff 0%, #ffe4e6 28%, #ff9aa0 68%, #e31e24 100%);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,0.8);
}
.hero-copy { position: relative; z-index: 2; max-width: 540px; animation: hero-in 800ms var(--ease) both; }
.hero-visual { position: relative; z-index: 2; animation: hero-in 900ms 120ms var(--ease) both; }
.hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  color: var(--red);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.hero-lead { font-size: 1.08rem; color: #4b1d20; margin-bottom: 22px; }
.hero-feats {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.hero-feats li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--red-deep);
}
.feat-orb {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--red);
  background: rgba(255,255,255,0.55);
  border: 1.5px solid rgba(227, 30, 36, 0.35);
  box-shadow: inset 0 1px 0 #fff, 0 6px 14px rgba(227,30,36,0.12);
}
.hero-visual img {
  width: min(520px, 100%);
  margin-left: auto;
  filter: drop-shadow(0 18px 28px rgba(140, 10, 18, 0.22));
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.7), rgba(227,30,36,0.35));
  animation: float 8s ease-in-out infinite;
}
.blob-a { width: 90px; height: 90px; top: 18%; left: 42%; opacity: 0.55; }
.blob-b { width: 56px; height: 56px; top: 22%; right: 12%; animation-delay: -2s; opacity: 0.7; }
.blob-c { width: 34px; height: 34px; bottom: 18%; left: 52%; animation-delay: -4s; }
.blob-d { width: 120px; height: 120px; right: 8%; bottom: 8%; opacity: 0.25; animation-delay: -1s; }
@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-14px) scale(1.06); }
}
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.55);
  color: var(--red);
  z-index: 3;
  display: grid;
  place-items: center;
  backdrop-filter: blur(8px);
}
.hero-arrow.prev { left: 12px; }
.hero-arrow.next { right: 12px; }

.section { padding: 48px 0; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.section-head h2 { font-size: 1.7rem; }
.link-more { color: var(--red); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: -8px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 16px;
}
.trust-item h3 { font-size: 0.98rem; margin: 0 0 2px; }
.trust-item p { margin: 0; font-size: 0.82rem; color: var(--muted); }
.trust-ico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--red);
  background: var(--red-mist);
  border: 1px solid rgba(227,30,36,0.15);
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.cat-card {
  text-align: center;
  padding: 16px 10px 14px;
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease);
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cat-card img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  margin: 0 auto 10px;
}
.cat-card span { font-weight: 700; font-size: 0.86rem; }

.deals-head { align-items: center; }
.timer {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 800;
}
.timer b {
  background: var(--red);
  color: #fff;
  min-width: 46px;
  padding: 8px 6px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  animation: tick-glow 1s ease-in-out infinite;
}
.timer small { display: block; font-size: 0.62rem; font-weight: 600; opacity: 0.9; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-grid.cols-5 { grid-template-columns: repeat(5, 1fr); }
.product-card { overflow: hidden; display: flex; flex-direction: column; }
.product-media {
  position: relative;
  display: block;
  background: linear-gradient(180deg, #fff, #fff6f6);
  aspect-ratio: 1;
}
.product-media img { width: 100%; height: 100%; object-fit: contain; padding: 16px; transition: transform 450ms var(--ease); }
.product-card:hover .product-media img { transform: scale(1.06); }
.badge-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--red);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 999px;
  z-index: 2;
}
.product-actions {
  position: absolute;
  right: 10px;
  top: 10px;
  display: grid;
  gap: 8px;
  opacity: 0;
  transform: translateX(6px);
  transition: 200ms var(--ease);
}
.product-card:hover .product-actions { opacity: 1; transform: none; }
.icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.9);
  color: var(--red);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}
.icon-btn.is-on { background: var(--red); color: #fff; }
.product-body { padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-title { font-size: 0.98rem; min-height: 2.5em; }
.product-title a:hover { color: var(--red); }
.product-meta { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; }
.stars { display: inline-flex; gap: 1px; color: #e5e7eb; }
.star.is-on { color: #f5b301; }
.star .icon { fill: currentColor; }
.product-price-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.price { font-weight: 800; font-size: 1.05rem; }
.mrp { color: var(--muted); text-decoration: line-through; margin-left: 6px; font-size: 0.85rem; }
.off-tag {
  color: var(--red);
  font-weight: 800;
  font-size: 0.78rem;
  background: var(--red-mist);
  padding: 4px 8px;
  border-radius: 999px;
}

.bulk {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  min-height: 280px;
  padding: 36px 48px;
  background:
    radial-gradient(circle at 80% 50%, rgba(255,255,255,0.28), transparent 32%),
    linear-gradient(110deg, #fff 0%, #ffd6d8 24%, #e31e24 100%);
  box-shadow: var(--shadow-lg);
}
.bulk h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--red-deep); }
.bulk p { max-width: 420px; }
.bulk-visual img { margin-left: auto; width: min(460px, 100%); filter: drop-shadow(0 16px 24px rgba(90,0,10,0.2)); }
.seal {
  position: absolute;
  right: 36%;
  top: 18px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 10px 20px rgba(227,30,36,0.3), inset 0 1px 0 rgba(255,255,255,0.3);
  transform: rotate(-12deg);
}

.newsletter { margin: 20px auto 0; width: min(1240px, calc(100% - 32px)); border-radius: 22px; }
.newsletter-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
}
.newsletter-copy { display: flex; align-items: center; gap: 14px; }
.newsletter-copy h2, .newsletter-copy p { margin: 0; color: #fff; }
.newsletter-copy p { opacity: 0.9; font-size: 0.92rem; }
.nl-icon {
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.28);
}
.newsletter-form { display: flex; gap: 8px; width: min(420px, 100%); }
.newsletter-form input, .inquiry-card input, .inquiry-card textarea, .form-grid input, .form-grid textarea, .form-grid select {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.9);
  border-radius: 12px;
  padding: 11px 12px;
}
.newsletter-form input { border: 0; border-radius: 999px; }
.newsletter-form input:focus, .inquiry-card input:focus, .inquiry-card textarea:focus, .form-grid input:focus, .form-grid textarea:focus {
  outline: 2px solid rgba(227,30,36,0.35);
}

.site-footer { padding-top: 36px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr 1.2fr;
  gap: 28px;
  padding-bottom: 28px;
}
.footer-about { color: var(--muted); max-width: 320px; }
.site-footer h3 { font-size: 1.05rem; }
.site-footer a:hover { color: var(--red); }
.footer-socials a {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--red);
}
.inquiry-card { padding: 18px; display: grid; gap: 10px; }
.inquiry-card form { display: grid; gap: 8px; }
.inquiry-card label,
.form-grid > label {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink);
}
.footer-bottom {
  background: linear-gradient(90deg, var(--red-dark), var(--red));
  color: #fff;
  padding: 12px 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 0.82rem;
  flex-wrap: wrap;
}
.footer-bottom a, .footer-bottom span { color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 60;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.4);
  animation: wa-pulse 2.2s ease-out infinite;
}
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.45);
  animation: wa-ring 2.2s ease-out infinite;
}
@keyframes wa-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@keyframes wa-ring {
  0% { transform: scale(0.85); opacity: 0.8; }
  100% { transform: scale(1.35); opacity: 0; }
}

.page-hero {
  padding: 28px 0 8px;
}
.page-hero .glass-card { padding: 22px 24px; }
.crumbs { font-size: 0.85rem; color: var(--muted); margin-bottom: 6px; }
.crumbs a:hover { color: var(--red); }

.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 22px; }
.filter-card { padding: 18px; height: fit-content; position: sticky; top: 110px; }
.filter-card h3 { font-size: 1rem; margin-bottom: 10px; }
.filter-card a, .filter-card label { display: flex; align-items: center; gap: 8px; padding: 8px 0; min-height: 40px; }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; gap: 12px; }

.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.pdp-media { padding: 20px; }
.pdp-media img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.qty {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.qty button { width: 40px; height: 40px; border: 0; background: transparent; color: var(--red); }
.qty input { width: 48px; border: 0; text-align: center; }
.pdp-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.spec-list { margin-top: 16px; display: grid; gap: 8px; }
.spec-list li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px dashed var(--line); }

.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th, .cart-table td { padding: 14px 10px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.cart-item { display: flex; gap: 12px; align-items: center; }
.cart-item img { width: 72px; height: 72px; object-fit: contain; background: #fff; border-radius: 12px; }
.cart-layout { display: grid; grid-template-columns: 1.5fr 0.7fr; gap: 22px; }
.summary { padding: 20px; }
.summary-row { display: flex; justify-content: space-between; margin: 8px 0; }
.form-grid { display: grid; gap: 12px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }

.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.empty { text-align: center; padding: 48px 16px; }
.toast {
  position: fixed;
  bottom: 84px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  z-index: 70;
  font-weight: 700;
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 550ms var(--ease), transform 550ms var(--ease);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}
@keyframes hero-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
@keyframes tick-glow {
  0%, 100% { box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 0 0 rgba(227,30,36,0); }
  50% { box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 0 14px rgba(227,30,36,0.45); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .topbar-track { animation: none !important; transform: none; }
  .reveal { opacity: 1; transform: none; }
  .whatsapp-float::after { display: none; }
}

@media (max-width: 1100px) {
  .cat-grid { grid-template-columns: repeat(4, 1fr); }
  .product-grid, .product-grid.cols-5 { grid-template-columns: repeat(3, 1fr); }
  .trust-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-slide, .bulk { grid-template-columns: 1fr; padding: 32px 24px; min-height: 0; }
  .hero-visual img, .bulk-visual img { margin: 16px auto 0; }
  .call-us span { display: none; }
}

@media (max-width: 820px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .search-glass { grid-column: 1 / -1; }
  .menu-toggle { display: grid; }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(340px, 92vw);
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px);
    transform: translateX(110%);
    transition: transform 280ms var(--ease);
    z-index: 45;
    padding: 24px 18px;
    border: 0;
  }
  .main-nav.is-open { transform: none; }
  .nav-inner { flex-direction: column; align-items: stretch; }
  .nav-links { flex-direction: column; }
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-links { display: none; }
  .shop-layout, .pdp, .cart-layout, .account-grid, .form-grid.two { grid-template-columns: 1fr; }
  .filter-card { position: static; }
  .product-grid, .product-grid.cols-5, .cat-grid, .trust-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .newsletter-inner { flex-direction: column; align-items: stretch; }
  .product-actions { opacity: 1; transform: none; }
  .brand img { height: 54px; }
}

@media (max-width: 520px) {
  .product-grid, .product-grid.cols-5, .cat-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 1.8rem; }
}
