/* ===================================================================
   1booze — Drinks Delivered
   Premium Indian Liquor Delivery Website — Stylesheet
   Brand Colors: Amber #d4891a · Navy #12151f
   TODO(security): Serve with strict Content-Security-Policy HTTP headers
=================================================================== */

/* ── Design Tokens ───────────────────────────────────────────── */
:root {
  --navy-900:   #ffffff; /* Clean pure white background */
  --navy-800:   #f8f8fa; /* Soft off-white body background */
  --navy-700:   #ffffff; /* Cards, drawers and sections background */
  --navy-600:   #f1f1f4; /* Subtle input background */
  --navy-500:   #e2e2e7; /* Borders and focus boundaries */
  --amber:      #c59b27; /* Rich metallic brand gold */
  --amber-lt:   #b28716; /* High-contrast darker gold for text links */
  --amber-xl:   #8e680a; /* Premium deep gold for principal headlines */
  --amber-glow: rgba(197, 155, 39, 0.12);
  --white:      #ffffff;
  --text-1:     #0c0c0e; /* Deep rich charcoal black for headers */
  --text-2:     #3a3a3e; /* Medium grey charcoal for body text readability */
  --text-3:     #6e6e74; /* Soft grey subtext and disclaimers */
  --green:      #25D366;
  --green-dk:   #1aad50;
  --green-glow: rgba(37, 211, 102, 0.25);
  --red:        #e84040;

  --border:     rgba(197, 155, 39, 0.16);
  --border-hv:  rgba(197, 155, 39, 0.4);

  --shadow-sm:  0 2px 8px rgba(0,0,0,0.05);
  --shadow-md:  0 4px 20px rgba(0,0,0,0.07);
  --shadow-lg:  0 10px 48px rgba(0,0,0,0.1);
  --shadow-a:   0 4px 20px rgba(197,155,39,0.15);

  --nav-bg:          rgba(255, 255, 255, 0.85);
  --nav-bg-scrolled: rgba(255, 255, 255, 0.98);

  --r-sm:   8px;
  --r-md:   12px;
  --r-lg:   16px;
  --r-xl:   22px;
  --r-full: 9999px;

  --ease:   0.25s cubic-bezier(0.4,0,0.2,1);
  --ease-s: 0.4s  cubic-bezier(0.4,0,0.2,1);

  --nav-h: 68px;
}

/* ── Reset ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--navy-800);
  color: var(--text-1);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img   { max-width: 100%; display: block; }
a     { color: inherit; text-decoration: none; }
button{ cursor: pointer; font-family: inherit; border: none; background: none; }
input, textarea { font-family: inherit; }
ul, ol { list-style: none; }
.hidden { display: none !important; }

/* ── Scrollbar ───────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--navy-900); }
::-webkit-scrollbar-thumb { background: var(--amber); border-radius: var(--r-full); }

/* ═══════════════════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--r-full);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  transition: var(--ease);
  cursor: pointer;
  border: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.btn:focus-visible { outline: 2px solid var(--amber-lt); outline-offset: 3px; }

.btn--gold {
  background: linear-gradient(135deg, var(--amber), var(--amber-lt));
  color: #070708;
  box-shadow: var(--shadow-a);
}
.btn--gold:hover {
  background: linear-gradient(135deg, var(--amber-lt), var(--amber-xl));
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(212,137,26,0.42);
}

.btn--whatsapp {
  background: var(--green);
  color: #fff;
  box-shadow: 0 4px 15px var(--green-glow);
}
.btn--whatsapp:hover {
  background: var(--green-dk);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px var(--green-glow);
}

.btn--ghost {
  background: transparent;
  color: var(--text-2);
  border: 1.5px solid var(--border);
}
.btn--ghost:hover { border-color: var(--amber); color: var(--amber-lt); }

.btn--lg  { padding: 13px 28px; font-size: 1rem; }
.btn--xl  { padding: 15px 32px; font-size: 1.05rem; }

/* ═══════════════════════════════════════════════════════════════
   AGE GATE
═══════════════════════════════════════════════════════════════ */
.age-gate {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.age-gate__backdrop {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(18,12,4,0.97) 0%, rgba(6,6,18,0.99) 100%);
  backdrop-filter: blur(24px);
}
.age-gate__card {
  position: relative;
  background: linear-gradient(145deg, var(--navy-700), var(--navy-800));
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  padding: 48px 40px 40px;
  max-width: 460px; width: 100%;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.05);
  animation: slideUp 0.5s cubic-bezier(0.34,1.56,0.64,1);
}
.age-gate__logo {
  height: 72px; width: auto; margin: 0 auto 24px;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(212,137,26,0.4));
}
.age-gate__title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 700;
  color: var(--amber-lt);
  margin-bottom: 12px;
}
.age-gate__subtitle { color: var(--text-2); font-size: 0.95rem; margin-bottom: 32px; line-height: 1.6; }
.age-gate__actions  { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.age-gate__legal    { font-size: 0.73rem; color: var(--text-3); line-height: 1.5; }

.underage-screen {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: var(--navy-900); gap: 16px; text-align: center; padding: 24px;
}
.underage-screen__icon { font-size: 80px; }
.underage-screen h2 { font-size: 1.8rem; color: var(--red); }
.underage-screen p  { color: var(--text-2); }

/* ═══════════════════════════════════════════════════════════════
   NAVBAR
═══════════════════════════════════════════════════════════════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  background: var(--nav-bg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  transition: background var(--ease);
}
.navbar.scrolled { background: var(--nav-bg-scrolled); box-shadow: var(--shadow-md); }

.navbar__inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 24px; height: 100%;
  display: flex; align-items: center; gap: 20px;
}

.navbar__logo { display: flex; align-items: center; flex-shrink: 0; }
.navbar__logo-img  { height: 40px; width: auto; object-fit: contain; }
.navbar__logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 700;
  color: var(--navy-800); display: none;
}
.navbar__logo-text .amber { color: var(--amber); }

.navbar__search-wrap { flex: 1; max-width: 460px; position: relative; }
.navbar__search {
  width: 100%; padding: 10px 16px 10px 42px;
  background: var(--navy-700);
  border: 1.5px solid var(--border);
  border-radius: var(--r-full);
  color: var(--text-1); font-size: 0.9rem;
  transition: var(--ease);
}
.navbar__search::placeholder { color: var(--text-3); }
.navbar__search:focus {
  outline: none; border-color: var(--amber);
  background: var(--navy-600);
  box-shadow: 0 0 0 3px var(--amber-glow);
}
.navbar__search-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--text-3); pointer-events: none; display: flex;
}

.navbar__cart-btn {
  position: relative; padding: 10px;
  border-radius: var(--r-full); color: var(--text-1);
  background: var(--navy-700); border: 1.5px solid var(--border);
  transition: var(--ease);
  display: flex; align-items: center; justify-content: center;
}
.navbar__cart-btn:hover { border-color: var(--amber); color: var(--amber-lt); box-shadow: var(--shadow-a); }

.navbar__cart-badge {
  position: absolute; top: -6px; right: -6px;
  background: var(--amber); color: #070708;
  font-size: 0.65rem; font-weight: 700;
  min-width: 18px; height: 18px;
  border-radius: var(--r-full);
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
  animation: pulse 2s infinite;
}
.navbar__cart-badge.zero { background: var(--navy-500); color: var(--text-3); animation: none; }

/* ═══════════════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════════════ */
.hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: center;
  padding-top: var(--nav-h); overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background: url('images/hero.png') center center / cover no-repeat;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10,12,22,0.94) 0%,
    rgba(18,15,8,0.82) 55%,
    rgba(10,12,22,0.90) 100%
  );
}
.hero__content {
  position: relative; z-index: 2;
  width: 100%; max-width: 720px;
  padding: 80px 24px 80px 56px;
  color: #ffffff;
}
.hero__pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 16px;
  background: rgba(212,137,26,0.13);
  border: 1px solid rgba(212,137,26,0.32);
  border-radius: var(--r-full);
  font-size: 0.78rem; font-weight: 500;
  color: var(--amber-xl); letter-spacing: 0.04em;
  margin-bottom: 24px;
  animation: fadeIn 0.6s ease;
}
.hero__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700; line-height: 1.1;
  margin-bottom: 20px;
  animation: slideUp 0.7s ease 0.1s both;
}
.hero__title-em {
  font-style: italic;
  background: linear-gradient(135deg, var(--amber), var(--amber-xl));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__desc {
  font-size: 1.08rem; color: rgba(255, 255, 255, 0.82);
  max-width: 520px; line-height: 1.75;
  margin-bottom: 36px;
  animation: slideUp 0.7s ease 0.2s both;
}
.hero__ctas {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 52px;
  animation: slideUp 0.7s ease 0.3s both;
}
.hero__stats {
  display: flex; align-items: center; gap: 24px;
  animation: slideUp 0.7s ease 0.4s both;
}
.hero__stat { display: flex; flex-direction: column; gap: 3px; }
.hero__stat-val {
  font-size: 1.55rem; font-weight: 700;
  color: var(--amber-xl);
  font-family: 'Playfair Display', serif;
}
.hero__stat-lbl {
  font-size: 0.72rem; color: var(--text-3);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.hero__stat-sep { width: 1px; height: 38px; background: var(--border); }

.hero__scroll-cue {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--text-3); font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  animation: fadeIn 1s ease 1.2s both;
}
.hero__scroll-arrow {
  width: 1px; height: 36px;
  background: linear-gradient(to bottom, var(--amber), transparent);
  animation: scrollPulse 2s ease infinite;
}

/* ═══════════════════════════════════════════════════════════════
   FEATURES BAR
═══════════════════════════════════════════════════════════════ */
.features-bar {
  background: var(--navy-700);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.features-bar__inner {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: repeat(4,1fr);
}
.features-bar__item {
  display: flex; align-items: center; gap: 14px;
  padding: 20px 24px;
  border-right: 1px solid var(--border);
  transition: var(--ease);
}
.features-bar__item:last-child { border-right: none; }
.features-bar__item:hover .features-bar__icon { transform: scale(1.2) rotate(-6deg); }
.features-bar__icon { font-size: 1.8rem; transition: transform var(--ease); flex-shrink: 0; }
.features-bar__name { font-size: 0.88rem; font-weight: 600; color: var(--text-1); margin-bottom: 2px; }
.features-bar__sub  { font-size: 0.74rem; color: var(--text-3); }

/* ═══════════════════════════════════════════════════════════════
   PRODUCTS SECTION
═══════════════════════════════════════════════════════════════ */
.products { padding: 80px 0; background: var(--navy-800); }
.products__inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.products__header { text-align: center; margin-bottom: 52px; }
.products__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700; margin-bottom: 12px;
}
.products__sub { color: var(--text-2); font-size: 1rem; }

/* Category Pills */
.cat-pills {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-bottom: 44px; justify-content: center;
}
.cat-pill {
  padding: 8px 20px;
  border-radius: var(--r-full);
  border: 1.5px solid var(--border);
  background: var(--navy-700);
  color: var(--text-2); font-size: 0.85rem; font-weight: 500;
  cursor: pointer; transition: var(--ease);
  display: flex; align-items: center; gap: 6px;
}
.cat-pill:hover  { border-color: var(--amber); color: var(--amber-xl); }
.cat-pill.active {
  background: linear-gradient(135deg, var(--amber), var(--amber-lt));
  border-color: transparent; color: #070708;
  font-weight: 700; box-shadow: var(--shadow-a);
}
.cat-pill:focus-visible { outline: 2px solid var(--amber-lt); outline-offset: 2px; }

/* Product Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
  gap: 24px;
}

/* Product Card */
.product-card {
  background: var(--navy-700);
  border-radius: var(--r-lg);
  border: 1.5px solid var(--border);
  overflow: hidden;
  transition: var(--ease);
  display: flex; flex-direction: column; position: relative;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-hv);
  box-shadow: 0 20px 50px rgba(0,0,0,0.55), 0 0 20px rgba(212,137,26,0.1);
}

/* Card image area — CSS gradient art */
.product-card__img {
  height: 184px; position: relative;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.product-card__img-inner {
  font-size: 72px; position: relative; z-index: 2;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.6));
  transition: transform var(--ease-s); user-select: none;
}
.product-card:hover .product-card__img-inner { transform: scale(1.1) translateY(-5px); }
.product-card__img-real {
  height: 80%;
  width: auto;
  max-width: 85%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.55));
  transition: transform var(--ease-s);
  user-select: none;
}
.product-card:hover .product-card__img-real {
  transform: scale(1.08) translateY(-6px);
}
.product-card__glow {
  position: absolute; width: 110px; height: 110px;
  border-radius: 50%; filter: blur(44px);
  opacity: 0.45; z-index: 1; transition: opacity var(--ease);
}
.product-card:hover .product-card__glow { opacity: 0.8; }

/* Category gradients */
.bg-whisky { background: linear-gradient(145deg, #1a0800, #4a1f00, #7a3800); }
.bg-rum    { background: linear-gradient(145deg, #0f0400, #360f00, #6a2a00); }
.bg-beer   { background: linear-gradient(145deg, #001200, #062800, #0a4800); }
.bg-vodka  { background: linear-gradient(145deg, #000820, #001045, #002370); }
.bg-wine   { background: linear-gradient(145deg, #120006, #340018, #5e0032); }
.bg-brandy { background: linear-gradient(145deg, #100500, #301000, #5a2800); }

/* Glow colors */
.glow-whisky { background: #d4890a; }
.glow-rum    { background: #8b4500; }
.glow-beer   { background: #1a8a00; }
.glow-vodka  { background: #0040c0; }
.glow-wine   { background: #8b003a; }
.glow-brandy { background: #7a3500; }

/* Card badge */
.product-card__badge {
  position: absolute; top: 10px; left: 10px; z-index: 3;
  padding: 3px 10px;
  background: linear-gradient(135deg, var(--amber), var(--amber-lt));
  color: #070708;
  font-size: 0.64rem; font-weight: 700;
  border-radius: var(--r-full);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.product-card__badge.badge-new { background: linear-gradient(135deg, #00b050, #00d060); color: #fff; }
.product-card__badge.badge-hot { background: linear-gradient(135deg, #d43030, #ff4040); color: #fff; }

/* Card body */
.product-card__body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.product-card__brand {
  font-size: 0.7rem; color: var(--amber);
  font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.09em; margin-bottom: 4px;
}
.product-card__name { font-weight: 700; font-size: 1rem; color: var(--text-1); margin-bottom: 8px; line-height: 1.3; }
.product-card__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.product-card__rating {
  display: flex; align-items: center; gap: 4px;
  font-size: 0.78rem; color: var(--amber-xl); font-weight: 600;
}
.product-card__volume {
  font-size: 0.72rem; color: var(--text-3);
  background: var(--navy-600); padding: 2px 8px; border-radius: var(--r-full);
}

.product-card__price-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: auto; padding-top: 12px;
  border-top: 1px solid var(--border);
}
.product-card__price { font-family: 'Playfair Display', serif; font-size: 1.28rem; font-weight: 700; color: var(--amber-xl); }
.product-card__price-sub { font-size: 0.68rem; color: var(--text-3); margin-top: 1px; }

.product-card__add-btn {
  padding: 8px 16px;
  background: linear-gradient(135deg, var(--amber), var(--amber-lt));
  color: #070708;
  border-radius: var(--r-full); font-size: 0.82rem; font-weight: 700;
  transition: var(--ease);
  display: flex; align-items: center; gap: 5px; border: none; cursor: pointer;
}
.product-card__add-btn:hover { transform: scale(1.06); box-shadow: var(--shadow-a); }
.product-card__add-btn:focus-visible { outline: 2px solid var(--amber-lt); outline-offset: 2px; }

.product-card__qty-ctrl {
  display: flex; align-items: center; gap: 8px;
  background: var(--navy-600); border-radius: var(--r-full); padding: 4px;
}
.product-card__qty-btn {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--amber); color: #070708;
  font-size: 1rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  transition: var(--ease); border: none; cursor: pointer;
}
.product-card__qty-btn:hover { background: var(--amber-xl); }
.product-card__qty-num { font-weight: 700; font-size: 0.9rem; min-width: 20px; text-align: center; }

/* Empty State */
.empty-state { text-align: center; padding: 80px 20px; grid-column: 1/-1; }
.empty-state__icon { font-size: 56px; margin-bottom: 16px; opacity: 0.5; }
.empty-state__msg  { color: var(--text-2); font-size: 1.05rem; }

/* ═══════════════════════════════════════════════════════════════
   HOW IT WORKS
═══════════════════════════════════════════════════════════════ */
.hiw {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--navy-700) 0%, var(--navy-800) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.hiw__inner { max-width: 1000px; margin: 0 auto; padding: 0 24px; text-align: center; }
.hiw__title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 12px; }
.hiw__sub   { color: var(--text-2); margin-bottom: 56px; }

.hiw__steps {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
}
.hiw__step {
  flex: 1; min-width: 180px; max-width: 220px;
  display: flex; flex-direction: column; align-items: center;
  gap: 12px; padding: 0 16px;
}
.hiw__step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--amber); color: #070708;
  font-weight: 800; font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
}
.hiw__step-icon  { font-size: 48px; filter: drop-shadow(0 4px 12px rgba(212,137,26,0.3)); }
.hiw__step-title { font-size: 1rem; font-weight: 700; color: var(--text-1); }
.hiw__step-desc  { font-size: 0.84rem; color: var(--text-2); line-height: 1.55; }

.hiw__connector {
  flex-shrink: 0; width: 60px; height: 2px;
  background: linear-gradient(90deg, var(--amber), var(--amber-xl));
  margin-bottom: 60px;
}

/* ═══════════════════════════════════════════════════════════════
   CART SIDEBAR
═══════════════════════════════════════════════════════════════ */
.sidebar-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.72);
  z-index: 1400; opacity: 0; pointer-events: none;
  transition: opacity var(--ease); backdrop-filter: blur(4px);
}
.sidebar-overlay.active { opacity: 1; pointer-events: all; }

.cart-sidebar {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 400px; max-width: 100vw;
  background: var(--navy-700);
  border-left: 1px solid var(--border);
  z-index: 1500;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--ease-s);
  box-shadow: -24px 0 64px rgba(0,0,0,0.65);
}
.cart-sidebar.open { transform: translateX(0); }

.cart-sidebar__head {
  padding: 20px 24px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between; flex-shrink: 0;
}
.cart-sidebar__title {
  font-size: 1.15rem; font-weight: 700;
  display: flex; align-items: center; gap: 10px; color: var(--text-1);
}
.cart-sidebar__close {
  padding: 8px; border-radius: var(--r-md);
  color: var(--text-2); transition: var(--ease); display: flex;
}
.cart-sidebar__close:hover { color: var(--text-1); background: var(--navy-600); }

.cart-sidebar__body {
  flex: 1; overflow-y: auto; padding: 16px;
  display: flex; flex-direction: column; gap: 12px;
}

.cart-empty {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  height: 100%; text-align: center; gap: 12px; padding: 40px;
}
.cart-empty__icon { font-size: 56px; opacity: 0.35; }
.cart-empty__msg  { color: var(--text-2); font-size: 0.95rem; }
.cart-empty__hint { font-size: 0.8rem; color: var(--text-3); }

.cart-item {
  display: flex; gap: 12px;
  background: var(--navy-600); border: 1.5px solid var(--border);
  border-radius: var(--r-md); padding: 12px; align-items: center;
  animation: fadeIn 0.3s ease;
}
.cart-item__thumb {
  width: 50px; height: 50px; border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; flex-shrink: 0;
}
.cart-item__info { flex: 1; min-width: 0; }
.cart-item__name {
  font-size: 0.87rem; font-weight: 600; color: var(--text-1);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px;
}
.cart-item__brand { font-size: 0.7rem; color: var(--text-3); margin-bottom: 6px; }
.cart-item__ctrl  { display: flex; align-items: center; gap: 8px; }
.cart-item__qty-btn {
  width: 24px; height: 24px; background: var(--amber);
  color: #070708; border-radius: 50%;
  font-size: 0.9rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; border: none; transition: var(--ease);
}
.cart-item__qty-btn:hover { background: var(--amber-xl); }
.cart-item__qty   { font-size: 0.85rem; font-weight: 700; min-width: 16px; text-align: center; }
.cart-item__right { display: flex; flex-direction: column; align-items: flex-end; flex-shrink: 0; }
.cart-item__price { font-weight: 700; color: var(--amber-xl); font-size: 0.95rem; }
.cart-item__remove {
  color: var(--text-3); font-size: 0.72rem; cursor: pointer;
  background: none; border: none; padding: 2px; margin-top: 4px; transition: var(--ease);
}
.cart-item__remove:hover { color: var(--red); }

.cart-sidebar__foot { padding: 20px 24px; border-top: 1px solid var(--border); flex-shrink: 0; }
.cart-subtotal {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px; padding-bottom: 12px;
  border-bottom: 1px dashed var(--border);
}
.cart-subtotal__label { color: var(--text-2); font-size: 0.9rem; }
.cart-subtotal__val   { font-size: 1.3rem; font-weight: 800; color: var(--amber-xl); font-family: 'Playfair Display', serif; }
.cart-order-btn { width: 100%; padding: 15px; font-size: 1rem; }
.cart-note { font-size: 0.72rem; color: var(--text-3); text-align: center; margin-top: 10px; line-height: 1.4; }

/* ═══════════════════════════════════════════════════════════════
   ORDER MODAL
═══════════════════════════════════════════════════════════════ */
.order-modal {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.order-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.82); backdrop-filter: blur(8px);
}
.order-modal__card {
  position: relative;
  background: var(--navy-700); border: 1.5px solid var(--border);
  border-radius: var(--r-xl); padding: 36px 32px;
  max-width: 460px; width: 100%;
  box-shadow: var(--shadow-lg);
  animation: slideUp 0.4s cubic-bezier(0.34,1.56,0.64,1);
}
.order-modal__title { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; margin-bottom: 6px; color: var(--amber-xl); }
.order-modal__sub   { font-size: 0.84rem; color: var(--text-3); margin-bottom: 28px; }

.order-form__field  { margin-bottom: 18px; }
.order-form__label  {
  display: block; font-size: 0.8rem; font-weight: 600;
  color: var(--text-2); margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.order-form__input {
  width: 100%; padding: 11px 14px;
  background: var(--navy-600); border: 1.5px solid var(--border);
  border-radius: var(--r-md); color: var(--text-1);
  font-size: 0.95rem; transition: var(--ease); resize: none;
}
.order-form__input::placeholder { color: var(--text-3); }
.order-form__input:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px var(--amber-glow); }
.order-form__input.invalid { border-color: var(--red); }
.order-form__error  { display: block; font-size: 0.74rem; color: var(--red); margin-top: 4px; min-height: 16px; }
.order-form__actions { display: flex; gap: 12px; margin-top: 24px; }
.order-form__actions .btn { flex: 1; }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════ */
.footer { background: var(--navy-900); border-top: 1px solid var(--border); padding-top: 64px; }
.footer__inner {
  max-width: 1280px; margin: 0 auto; padding: 0 24px 56px;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px;
}
.footer__logo-img { height: 52px; width: auto; object-fit: contain; margin-bottom: 14px; }
.footer__tagline  { color: var(--text-2); font-size: 0.88rem; margin-bottom: 22px; line-height: 1.65; }
.footer__wa-btn   { font-size: 0.85rem; }

.footer__cols     { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer__col-head {
  font-size: 0.76rem; font-weight: 700; color: var(--amber);
  text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px;
}
.footer__list { display: flex; flex-direction: column; gap: 10px; }
a.footer__link    { font-size: 0.87rem; color: var(--text-3); transition: var(--ease); }
a.footer__link:hover { color: var(--amber-xl); }
.footer__info     { font-size: 0.84rem; color: var(--text-3); }

.footer__bottom {
  border-top: 1px solid var(--border); padding: 24px;
  max-width: 1280px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 8px; text-align: center;
}
.footer__disclaimer { font-size: 0.74rem; color: var(--text-3); line-height: 1.6; max-width: 780px; margin: 0 auto; }
.footer__copy       { font-size: 0.74rem; color: var(--text-3); }

/* ═══════════════════════════════════════════════════════════════
   TOAST
═══════════════════════════════════════════════════════════════ */
.toast-container {
  position: fixed; bottom: 24px; right: 24px; z-index: 9000;
  display: flex; flex-direction: column; gap: 10px; pointer-events: none;
}
.toast {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px;
  background: var(--navy-600); border: 1.5px solid var(--border);
  border-radius: var(--r-md); box-shadow: var(--shadow-lg);
  font-size: 0.87rem; color: var(--text-1);
  animation: toastIn 0.4s cubic-bezier(0.34,1.56,0.64,1);
  max-width: 300px; pointer-events: all;
}
.toast.success { border-color: rgba(37,211,102,0.45); }
.toast.error   { border-color: rgba(232,64,64,0.45); }
.toast__icon   { font-size: 1.1rem; flex-shrink: 0; }
.toast.fade-out { animation: toastOut 0.3s ease forwards; }

/* ═══════════════════════════════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════════════════════════════ */
@keyframes slideUp {
  from { opacity:0; transform:translateY(24px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes fadeIn {
  from { opacity:0; } to { opacity:1; }
}
@keyframes pulse {
  0%,100% { transform:scale(1); }
  50%      { transform:scale(1.12); }
}
@keyframes scrollPulse {
  0%   { opacity:1; transform:scaleY(1); }
  50%  { opacity:0.35; transform:scaleY(0.55); }
  100% { opacity:1; transform:scaleY(1); }
}
@keyframes toastIn  {
  from { opacity:0; transform:translateX(40px) scale(0.94); }
  to   { opacity:1; transform:translateX(0) scale(1); }
}
@keyframes toastOut {
  to   { opacity:0; transform:translateX(40px) scale(0.94); }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .features-bar__inner { grid-template-columns: repeat(2,1fr); }
  .features-bar__item:nth-child(2) { border-right: none; }
  .footer__inner { grid-template-columns: 1fr; gap: 40px; }
  .footer__cols  { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
  .hero__content { padding: 60px 24px; }
  .hiw__connector { display: none; }
  .hiw__steps { flex-direction: column; gap: 32px; }
  .hiw__step  { max-width: 100%; }
  .cart-sidebar { width: 100vw; }
  .order-modal__card { padding: 28px 20px; }
  .order-form__actions { flex-direction: column; }
}

@media (max-width: 600px) {
  .features-bar__inner { grid-template-columns: 1fr; }
  .features-bar__item  { border-right: none; border-bottom: 1px solid var(--border); }
  .features-bar__item:last-child { border-bottom: none; }
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
  .navbar__search-wrap { display: none; }
  .product-grid { grid-template-columns: repeat(auto-fill, minmax(155px,1fr)); gap: 14px; }
  .product-card__img { height: 140px; }
  .product-card__img-inner { font-size: 52px; }
  .footer__cols  { grid-template-columns: 1fr; }
}
