html,
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.brand-logo-frame,
.brand-logo-mark,
.drawer-brand-mark {
  --logo-soft-shadow:
    drop-shadow(0 4px 10px rgba(0, 0, 0, 0.16))
    drop-shadow(0 0 10px rgba(26, 79, 216, 0.12));
  --logo-mark-shadow:
    drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2))
    drop-shadow(0 0 12px rgba(26, 79, 216, 0.16));
}

.brand-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo-full {
  width: auto;
  height: 2.05rem;
  filter: var(--logo-soft-shadow);
}

.brand-logo-full-light {
  display: none;
}

.brand-logo-mark-light,
.drawer-brand-mark-light {
  display: none;
}

.brand-logo-mark {
  width: 2.55rem;
  height: 2.55rem;
  flex-shrink: 0;
  filter: var(--logo-mark-shadow);
}

.drawer-header-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 0.75rem;
}

.drawer-brand {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.94rem;
  min-width: 0;
  text-decoration: none;
}

.drawer-header-logo {
  display: block;
  width: auto;
  height: 2.94rem;
  flex: 0 0 auto;
  aspect-ratio: 304 / 348;
  background-size: contain;
  background-position: center;
  filter: var(--logo-mark-shadow);
}

.drawer-brand-full {
  display: block;
  flex: 0 1 auto;
  width: min(100%, calc(100vw - 7.5rem), 11.2rem);
  height: auto;
  aspect-ratio: 1095 / 393;
  background-size: cover;
  background-position: center 50%;
  filter: var(--logo-soft-shadow);
}

.drawer-brand-mark {
  width: 2.45rem;
  height: 2.45rem;
  flex-shrink: 0;
  filter: var(--logo-mark-shadow);
}

.header-icon-chip {
  position: relative;
  justify-content: center;
  width: 2.72rem;
  height: 2.72rem;
  min-height: 2.72rem;
  padding: 0;
  gap: 0;
  color: #60a5fa;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -8px 16px rgba(0, 0, 0, 0.16);
}

.header-chip-icon {
  width: 1.28rem;
  height: 1.28rem;
  flex-shrink: 0;
  fill: currentColor;
  stroke: none;
}

.header-icon-chip:hover,
.header-icon-chip:focus-visible {
  color: #60a5fa;
  border-color: rgba(255, 161, 86, 0.4);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 212, 173, 0.24), transparent 36%),
    linear-gradient(180deg, rgba(255, 141, 26, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(26, 79, 216, 0.12),
    inset 0 1px 0 rgba(255, 237, 218, 0.14),
    inset 0 -10px 16px rgba(0, 0, 0, 0.18);
}

.header-icon-chip:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.3);
  outline-offset: 2px;
}

.header-icon-chip .badge-count {
  position: absolute;
  top: -0.16rem;
  inset-inline-end: -0.12rem;
  min-width: 1.22rem;
  height: 1.22rem;
  justify-content: center;
  padding: 0 0.26rem;
  border: 1px solid rgba(255, 231, 209, 0.34);
  background: linear-gradient(180deg, #60a5fa, #1a4fd8);
  color: #f9fafb;
  font-size: 0.64rem;
  line-height: 1;
  box-shadow:
    0 0 0 1px rgba(26, 79, 216, 0.16),
    0 0 16px rgba(26, 79, 216, 0.42);
}

.header-icon-cart {
  color: #f59e0b;
  border-color: rgba(241, 185, 103, 0.24);
  background:
    radial-gradient(circle at 30% 18%, rgba(219, 231, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(146, 88, 31, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(201, 120, 29, 0.1),
    inset 0 1px 0 rgba(255, 243, 223, 0.08),
    inset 0 -8px 16px rgba(58, 29, 6, 0.22);
}

.header-icon-cart:hover,
.header-icon-cart:focus-visible {
  color: #f59e0b;
  border-color: rgba(241, 185, 103, 0.42);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 241, 214, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(214, 141, 56, 0.2), rgba(111, 56, 10, 0.08));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(201, 120, 29, 0.16),
    inset 0 1px 0 rgba(255, 245, 228, 0.12),
    inset 0 -10px 16px rgba(47, 22, 3, 0.22);
}

.header-icon-cart:focus-visible {
  outline-color: rgba(221, 143, 58, 0.34);
}

.header-icon-chip .badge-count.badge-count-cart,
.drawer-link .badge-count.badge-count-cart,
.price-chip.price-chip-cart {
  border: 1px solid rgba(219, 231, 255, 0.28);
  background: linear-gradient(180deg, #60a5fa, #1a4fd8);
  color: #f9fafb;
  box-shadow:
    0 0 0 1px rgba(188, 109, 24, 0.2),
    0 0 18px rgba(188, 109, 24, 0.32);
}

.header-icon-cart-active {
  color: #f59e0b;
  border-color: rgba(241, 185, 103, 0.56);
  background:
    radial-gradient(circle at 30% 18%, rgba(219, 231, 255, 0.28), transparent 34%),
    linear-gradient(180deg, rgba(214, 141, 56, 0.24), rgba(111, 56, 10, 0.08));
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(201, 120, 29, 0.2),
    0 0 22px rgba(188, 109, 24, 0.28),
    0 0 40px rgba(188, 109, 24, 0.14),
    inset 0 1px 0 rgba(255, 244, 225, 0.16),
    inset 0 -10px 16px rgba(73, 35, 6, 0.22);
}

.header-icon-cart-active .header-chip-icon {
  filter: drop-shadow(0 0 10px rgba(245, 196, 117, 0.4));
}

.header-icon-cart-active .badge-count {
  box-shadow:
    0 0 0 1px rgba(188, 109, 24, 0.24),
    0 0 18px rgba(188, 109, 24, 0.46),
    0 0 30px rgba(188, 109, 24, 0.22);
}

.drawer-link-cart-active {
  border-color: rgba(201, 120, 29, 0.26);
  background:
    radial-gradient(circle at top right, rgba(240, 186, 114, 0.16), transparent 42%),
    linear-gradient(160deg, rgba(112, 61, 15, 0.24), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 241, 220, 0.08);
}

.header-icon-inquiry {
  color: #10b981;
  border-color: rgba(74, 212, 136, 0.24);
  background:
    radial-gradient(circle at 30% 18%, rgba(203, 255, 228, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(43, 122, 84, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(41, 176, 104, 0.1),
    inset 0 1px 0 rgba(235, 255, 243, 0.08),
    inset 0 -8px 16px rgba(3, 40, 24, 0.2);
}

.header-icon-inquiry:hover,
.header-icon-inquiry:focus-visible {
  color: #10b981;
  border-color: rgba(74, 212, 136, 0.42);
  background:
    radial-gradient(circle at 30% 18%, rgba(214, 255, 234, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(66, 204, 125, 0.18), rgba(8, 84, 50, 0.08));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(41, 176, 104, 0.16),
    inset 0 1px 0 rgba(235, 255, 243, 0.12),
    inset 0 -10px 16px rgba(2, 34, 20, 0.2);
}

.header-icon-inquiry:focus-visible {
  outline-color: rgba(56, 186, 111, 0.34);
}

.header-icon-chip .badge-count.badge-count-inquiry,
.drawer-link .badge-count.badge-count-inquiry,
.price-chip.price-chip-inquiry {
  border: 1px solid rgba(216, 255, 232, 0.28);
  background: linear-gradient(180deg, #10b981, #10b981);
  color: #10b981;
  box-shadow:
    0 0 0 1px rgba(27, 150, 90, 0.2),
    0 0 18px rgba(27, 150, 90, 0.32);
}

.header-icon-inquiry-active {
  color: #10b981;
  border-color: rgba(74, 212, 136, 0.56);
  background:
    radial-gradient(circle at 30% 18%, rgba(189, 255, 221, 0.28), transparent 34%),
    linear-gradient(180deg, rgba(66, 204, 125, 0.24), rgba(4, 82, 49, 0.08));
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(49, 186, 111, 0.2),
    0 0 22px rgba(27, 150, 90, 0.28),
    0 0 40px rgba(27, 150, 90, 0.14),
    inset 0 1px 0 rgba(231, 255, 242, 0.16),
    inset 0 -10px 16px rgba(4, 52, 31, 0.22);
}

.header-icon-inquiry-active .header-chip-icon {
  filter: drop-shadow(0 0 10px rgba(101, 232, 161, 0.38));
}

.header-icon-inquiry-active .badge-count {
  box-shadow:
    0 0 0 1px rgba(27, 150, 90, 0.24),
    0 0 18px rgba(27, 150, 90, 0.46),
    0 0 30px rgba(27, 150, 90, 0.22);
}

.drawer-link-inquiry-active {
  border-color: rgba(67, 189, 118, 0.26);
  background:
    radial-gradient(circle at top right, rgba(117, 224, 167, 0.16), transparent 42%),
    linear-gradient(160deg, rgba(13, 84, 52, 0.24), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(222, 255, 238, 0.08);
}

.mobile-menu-chip .header-chip-icon {
  width: 1.34rem;
  height: 1.34rem;
}

.drawer-close-chip {
  width: 2.94rem;
  height: 2.94rem;
  min-height: 2.94rem;
}

.drawer-close-chip .header-chip-icon {
  width: 1.54rem;
  height: 1.54rem;
}

.drawer-mobile-spotlight {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.15rem;
}

.drawer-user-spotlight,
.drawer-theme-spotlight {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  padding: 1rem 1rem 1rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.55rem;
  text-align: right;
  text-decoration: none;
  color: var(--text-primary);
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.2), transparent 36%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 22px 36px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -18px 22px rgba(0, 0, 0, 0.16);
}

.drawer-user-spotlight-guest {
  background:
    radial-gradient(circle at top right, rgba(255, 128, 24, 0.24), transparent 36%),
    linear-gradient(155deg, rgba(59, 130, 246, 0.12), rgba(255, 255, 255, 0.04));
}

.drawer-user-avatar-shell {
  position: relative;
  display: inline-flex;
  padding: 0.16rem;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(96, 165, 250, 0.9), rgba(26, 79, 216, 0.9));
  box-shadow:
    0 0 0 1px rgba(159, 192, 255, 0.24),
    0 10px 24px rgba(26, 79, 216, 0.22);
}

.drawer-user-avatar-frame,
.drawer-theme-orb {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  overflow: hidden;
}

.drawer-user-avatar-frame {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 229, 196, 0.22), transparent 34%),
    linear-gradient(160deg, rgba(64, 31, 8, 0.86), rgba(16, 16, 18, 0.98));
}

.drawer-user-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drawer-user-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.15rem;
  font-weight: 800;
  color: #f9fafb;
}

.drawer-user-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.12rem;
}

.drawer-user-copy strong {
  font-size: 0.98rem;
  font-weight: 800;
  color: #f9fafb;
}

.drawer-user-copy small {
  font-size: 0.76rem;
  line-height: 1.55;
  color: rgba(255, 227, 204, 0.76);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drawer-user-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  padding: 0.44rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 220, 190, 0.18);
  background: linear-gradient(180deg, rgba(26, 79, 216, 0.22), rgba(26, 79, 216, 0.16));
  color: #60a5fa;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.drawer-theme-spotlight {
  cursor: pointer;
}

.drawer-theme-orb {
  color: #f59e0b;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 233, 205, 0.24), transparent 34%),
    linear-gradient(160deg, rgba(44, 23, 8, 0.92), rgba(15, 15, 18, 1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -12px 18px rgba(0, 0, 0, 0.16),
    0 12px 26px rgba(0, 0, 0, 0.2);
}

.drawer-theme-glyph {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  fill: currentColor;
  transition: transform 0.28s ease, opacity 0.28s ease, filter 0.28s ease;
}

.drawer-theme-glyph-sun {
  opacity: 0;
  transform: scale(0.58) translateY(0.35rem);
}

.drawer-theme-glyph-moon {
  opacity: 1;
  transform: scale(1);
  filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.18));
}

.drawer-theme-spotlight[data-theme-state="light"] .drawer-theme-orb {
  color: #1a4fd8;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(160deg, rgba(255, 241, 227, 1), rgba(255, 216, 178, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -12px 18px rgba(227, 169, 110, 0.26),
    0 12px 26px rgba(150, 86, 22, 0.12);
}

.drawer-theme-spotlight[data-theme-state="light"] .drawer-theme-glyph-sun {
  opacity: 1;
  transform: scale(1);
  filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.16));
}

.drawer-theme-spotlight[data-theme-state="light"] .drawer-theme-glyph-moon {
  opacity: 0;
  transform: scale(0.62) translateY(-0.3rem);
}

.drawer-theme-spotlight[data-theme-state="light"] .drawer-user-chip {
  background: linear-gradient(180deg, rgba(159, 192, 255, 0.8), rgba(96, 165, 250, 0.62));
  color: #1a4fd8;
}

.header-stable-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.header-search-row {
  position: relative;
  order: 3;
  width: 100%;
  margin-top: 0.9rem;
}

.header-nav-row {
  display: none;
}

@media (max-width: 39.99875rem) {
  .header-stable-top {
    position: relative;
    min-height: 2.75rem;
  }

  .header-stable-top .brand-lockup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .header-stable-top .brand-logo-frame {
    display: none;
  }

  .header-stable-top .brand-logo-mark {
    width: 2.8rem;
    height: 2.8rem;
  }

  .header-stable-actions {
    margin-inline-start: auto;
    gap: 0.4rem;
  }

  .header-icon-chip {
    width: 2.56rem;
    height: 2.56rem;
    min-height: 2.56rem;
  }
}

@media (min-width: 40rem) {
  .sm\:hidden {
    display: none;
  }

  .header-icon-chip {
    width: 2.84rem;
    height: 2.84rem;
    min-height: 2.84rem;
  }

  .brand-logo-full {
    height: 2.44rem;
  }
}

@media (min-width: 64rem) {
  .header-stable-top {
    flex-wrap: nowrap;
    gap: 1rem;
  }

  .header-search-row {
    order: 0;
    flex: 1 1 28rem;
    width: auto;
    max-width: 31rem;
    min-width: 18rem;
    margin: 0 auto;
  }

  .header-nav-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    margin-top: 1rem;
    padding-top: 0.15rem;
  }

  .brand-logo-full {
    height: 2.72rem;
  }
}

:root[data-theme="light"] .brand-logo-full-dark {
  display: none;
}

:root[data-theme="light"] .brand-logo-full-light {
  display: block;
}

:root[data-theme="light"] .brand-logo-mark-dark,
:root[data-theme="light"] .drawer-brand-mark-dark {
  display: none;
}

:root[data-theme="light"] .brand-logo-mark-light,
:root[data-theme="light"] .drawer-brand-mark-light {
  display: block;
}

:root[data-theme="light"] .header-icon-chip {
  color: #1a4fd8;
  border-color: rgba(122, 66, 26, 0.14);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.92), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 236, 229, 0.94));
  box-shadow:
    0 12px 24px rgba(83, 49, 22, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -8px 16px rgba(215, 181, 148, 0.22);
}

:root[data-theme="light"] .header-icon-chip:hover,
:root[data-theme="light"] .header-icon-chip:focus-visible {
  color: #1a4fd8;
  border-color: rgba(59, 130, 246, 0.3);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.98), transparent 34%),
    linear-gradient(180deg, rgba(255, 241, 229, 0.98), rgba(255, 229, 204, 0.92));
  box-shadow:
    0 14px 26px rgba(83, 49, 22, 0.1),
    0 0 16px rgba(26, 79, 216, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -10px 18px rgba(236, 187, 138, 0.24);
}

:root[data-theme="light"] .header-icon-cart {
  color: #1a4fd8;
  border-color: rgba(201, 120, 29, 0.18);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.96), transparent 36%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.98), rgba(247, 236, 223, 0.94));
  box-shadow:
    0 12px 24px rgba(98, 60, 26, 0.08),
    0 0 0 1px rgba(201, 120, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -8px 16px rgba(226, 191, 153, 0.2);
}

:root[data-theme="light"] .header-icon-cart:hover,
:root[data-theme="light"] .header-icon-cart:focus-visible {
  color: #1a4fd8;
  border-color: rgba(201, 120, 29, 0.3);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(180deg, rgba(255, 249, 242, 0.98), rgba(242, 224, 201, 0.92));
  box-shadow:
    0 14px 26px rgba(98, 60, 26, 0.1),
    0 0 16px rgba(188, 109, 24, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -10px 18px rgba(221, 177, 125, 0.24);
}

:root[data-theme="light"] .header-icon-chip .badge-count.badge-count-cart,
:root[data-theme="light"] .drawer-link .badge-count.badge-count-cart,
:root[data-theme="light"] .price-chip.price-chip-cart {
  border-color: rgba(188, 109, 24, 0.22);
  box-shadow:
    0 0 0 1px rgba(188, 109, 24, 0.14),
    0 0 14px rgba(188, 109, 24, 0.18);
}

:root[data-theme="light"] .header-icon-cart-active {
  color: #1a4fd8;
  border-color: rgba(201, 120, 29, 0.34);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(180deg, rgba(255, 247, 237, 1), rgba(240, 219, 191, 0.94));
  box-shadow:
    0 14px 28px rgba(98, 60, 26, 0.1),
    0 0 0 1px rgba(201, 120, 29, 0.14),
    0 0 20px rgba(188, 109, 24, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -10px 18px rgba(212, 162, 104, 0.24);
}

:root[data-theme="light"] .drawer-link-cart-active {
  border-color: rgba(201, 120, 29, 0.22);
  background:
    radial-gradient(circle at top right, rgba(240, 218, 190, 0.34), transparent 42%),
    linear-gradient(160deg, rgba(255, 250, 245, 0.98), rgba(244, 234, 223, 0.92));
  box-shadow:
    0 16px 24px rgba(98, 60, 26, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

:root[data-theme="light"] .header-icon-chip .badge-count.badge-count-inquiry,
:root[data-theme="light"] .drawer-link .badge-count.badge-count-inquiry,
:root[data-theme="light"] .price-chip.price-chip-inquiry {
  border-color: rgba(28, 149, 88, 0.22);
  box-shadow:
    0 0 0 1px rgba(27, 150, 90, 0.14),
    0 0 14px rgba(27, 150, 90, 0.18);
}

:root[data-theme="light"] .header-icon-inquiry {
  color: #10b981;
  border-color: rgba(56, 186, 111, 0.18);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.96), transparent 36%),
    linear-gradient(180deg, rgba(248, 255, 251, 0.98), rgba(231, 245, 237, 0.94));
  box-shadow:
    0 12px 24px rgba(35, 86, 56, 0.08),
    0 0 0 1px rgba(43, 173, 102, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -8px 16px rgba(157, 215, 182, 0.18);
}

:root[data-theme="light"] .header-icon-inquiry:hover,
:root[data-theme="light"] .header-icon-inquiry:focus-visible {
  color: #10b981;
  border-color: rgba(56, 186, 111, 0.3);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(180deg, rgba(242, 255, 248, 0.98), rgba(208, 240, 221, 0.92));
  box-shadow:
    0 14px 26px rgba(35, 86, 56, 0.1),
    0 0 16px rgba(27, 150, 90, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -10px 18px rgba(127, 204, 161, 0.24);
}

:root[data-theme="light"] .header-icon-inquiry-active {
  color: #10b981;
  border-color: rgba(56, 186, 111, 0.34);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(180deg, rgba(241, 255, 247, 1), rgba(189, 239, 210, 0.94));
  box-shadow:
    0 14px 28px rgba(35, 86, 56, 0.1),
    0 0 0 1px rgba(43, 173, 102, 0.14),
    0 0 20px rgba(27, 150, 90, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -10px 18px rgba(104, 195, 143, 0.22);
}

:root[data-theme="light"] .drawer-link-inquiry-active {
  border-color: rgba(56, 186, 111, 0.22);
  background:
    radial-gradient(circle at top right, rgba(189, 239, 210, 0.34), transparent 42%),
    linear-gradient(160deg, rgba(245, 255, 250, 0.98), rgba(228, 246, 236, 0.92));
  box-shadow:
    0 16px 24px rgba(44, 97, 66, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

:root[data-theme="light"] .drawer-user-spotlight,
:root[data-theme="light"] .drawer-theme-spotlight {
  border-color: rgba(122, 66, 26, 0.12);
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.18), transparent 36%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(245, 237, 229, 0.92));
  box-shadow:
    0 20px 34px rgba(99, 62, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -18px 22px rgba(221, 190, 161, 0.2);
}

:root[data-theme="light"] .drawer-user-avatar-frame {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(160deg, rgba(233, 121, 32, 0.96), rgba(122, 49, 7, 0.98));
}

:root[data-theme="light"] .drawer-user-copy strong {
  color: #f59e0b;
}

:root[data-theme="light"] .drawer-user-copy small {
  color: rgba(109, 63, 29, 0.78);
}

:root[data-theme="light"] .drawer-user-chip {
  border-color: rgba(196, 104, 27, 0.16);
  background: linear-gradient(180deg, rgba(255, 234, 213, 0.92), rgba(255, 211, 173, 0.84));
  color: #1a4fd8;
}

:root[data-theme="light"] .brand-logo-frame,
:root[data-theme="light"] .brand-logo-mark,
:root[data-theme="light"] .drawer-brand-mark {
  --logo-soft-shadow:
    drop-shadow(0 4px 10px rgba(18, 20, 23, 0.1))
    drop-shadow(0 0 8px rgba(26, 79, 216, 0.08));
  --logo-mark-shadow:
    drop-shadow(0 7px 14px rgba(18, 20, 23, 0.12))
    drop-shadow(0 0 10px rgba(26, 79, 216, 0.1));
}

.cta-button-cart {
  border: 1px solid rgba(241, 185, 103, 0.22);
  background: linear-gradient(135deg, #60a5fa, #1a4fd8);
  box-shadow:
    0 14px 28px rgba(188, 109, 24, 0.22),
    inset 0 1px 0 rgba(219, 231, 255, 0.18);
  color: #f9fafb;
}

.cta-button-cart:hover,
.cta-button-cart:focus-visible {
  background: linear-gradient(135deg, #f59e0b, #1a4fd8);
  box-shadow:
    0 16px 30px rgba(188, 109, 24, 0.26),
    0 0 20px rgba(188, 109, 24, 0.18),
    inset 0 1px 0 rgba(255, 240, 221, 0.22);
}

.cta-button-inquiry {
  border: 1px solid rgba(89, 214, 145, 0.2);
  background: linear-gradient(135deg, #10b981, #10b981);
  box-shadow:
    0 14px 28px rgba(27, 150, 90, 0.22),
    inset 0 1px 0 rgba(233, 255, 243, 0.16);
  color: #10b981;
}

.cta-button-inquiry:hover,
.cta-button-inquiry:focus-visible {
  background: linear-gradient(135deg, #10b981, #10b981);
  box-shadow:
    0 16px 30px rgba(27, 150, 90, 0.24),
    0 0 20px rgba(27, 150, 90, 0.16),
    inset 0 1px 0 rgba(241, 255, 247, 0.18);
}

.quantity-stepper {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.quantity-stepper span {
  min-width: 1.25rem;
  text-align: center;
  font-weight: 800;
}

.quantity-stepper-button {
  color: #f9fafb;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.quantity-stepper-button:hover,
.quantity-stepper-button:focus-visible {
  transform: translateY(-1px);
}

.quantity-stepper-cart {
  border-color: rgba(241, 185, 103, 0.22);
  background:
    radial-gradient(circle at top right, rgba(240, 186, 114, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(178, 102, 23, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 14px 24px rgba(188, 109, 24, 0.08),
    inset 0 1px 0 rgba(255, 242, 226, 0.08);
}

.quantity-stepper-cart span {
  color: #f59e0b;
}

.quantity-stepper-button-cart {
  border-color: rgba(241, 185, 103, 0.24);
  background: linear-gradient(135deg, #60a5fa, #1a4fd8);
  box-shadow:
    0 8px 18px rgba(188, 109, 24, 0.18),
    inset 0 1px 0 rgba(255, 235, 214, 0.18);
}

.quantity-stepper-button-cart:hover,
.quantity-stepper-button-cart:focus-visible {
  box-shadow:
    0 10px 20px rgba(188, 109, 24, 0.22),
    0 0 16px rgba(188, 109, 24, 0.14),
    inset 0 1px 0 rgba(255, 240, 225, 0.22);
}

.quantity-stepper-inquiry {
  border-color: rgba(74, 212, 136, 0.22);
  background:
    radial-gradient(circle at top right, rgba(152, 237, 190, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(39, 162, 96, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 14px 24px rgba(27, 150, 90, 0.08),
    inset 0 1px 0 rgba(237, 255, 245, 0.08);
}

.quantity-stepper-inquiry span {
  color: #10b981;
}

.quantity-stepper-button-inquiry {
  border-color: rgba(74, 212, 136, 0.24);
  background: linear-gradient(135deg, #10b981, #10b981);
  box-shadow:
    0 8px 18px rgba(27, 150, 90, 0.18),
    inset 0 1px 0 rgba(237, 255, 245, 0.16);
}

.quantity-stepper-button-inquiry:hover,
.quantity-stepper-button-inquiry:focus-visible {
  box-shadow:
    0 10px 20px rgba(27, 150, 90, 0.22),
    0 0 16px rgba(27, 150, 90, 0.14),
    inset 0 1px 0 rgba(244, 255, 249, 0.18);
}

:root[data-theme="light"] .cta-button-cart {
  border-color: rgba(201, 120, 29, 0.16);
  background: linear-gradient(135deg, #f59e0b, #1a4fd8);
  box-shadow:
    0 14px 26px rgba(188, 109, 24, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

:root[data-theme="light"] .cta-button-inquiry {
  border-color: rgba(43, 173, 102, 0.16);
  background: linear-gradient(135deg, #10b981, #10b981);
  box-shadow:
    0 14px 26px rgba(27, 150, 90, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

:root[data-theme="light"] .quantity-stepper-cart {
  border-color: rgba(201, 120, 29, 0.16);
  background:
    radial-gradient(circle at top right, rgba(246, 225, 195, 0.34), transparent 42%),
    linear-gradient(180deg, rgba(255, 248, 240, 0.98), rgba(244, 231, 216, 0.92));
  box-shadow:
    0 12px 20px rgba(188, 109, 24, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

:root[data-theme="light"] .quantity-stepper-cart span {
  color: #f59e0b;
}

:root[data-theme="light"] .quantity-stepper-inquiry {
  border-color: rgba(43, 173, 102, 0.16);
  background:
    radial-gradient(circle at top right, rgba(210, 245, 224, 0.42), transparent 42%),
    linear-gradient(180deg, rgba(247, 255, 250, 0.98), rgba(225, 244, 233, 0.92));
  box-shadow:
    0 12px 20px rgba(27, 150, 90, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

:root[data-theme="light"] .quantity-stepper-inquiry span {
  color: #10b981;
}

:root[data-theme="light"] .quantity-stepper-button-cart,
:root[data-theme="light"] .quantity-stepper-button-inquiry {
  border-color: transparent;
}

.desktop-cart-preview-panel {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 163, 87, 0.12), transparent 38%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(10, 10, 12, 0.16));
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.desktop-cart-preview-panel-active {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.24);
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(255, 118, 24, 0.12),
    inset 0 1px 0 rgba(255, 245, 235, 0.08);
}

.desktop-cart-preview-head,
.desktop-cart-preview-total,
.desktop-cart-preview-item,
.toast-card-body,
.toast-meta {
  display: flex;
  align-items: center;
}

.desktop-cart-preview-head,
.desktop-cart-preview-total,
.desktop-cart-preview-item {
  justify-content: space-between;
}

.desktop-cart-preview-head {
  gap: 0.8rem;
  margin-bottom: 0.9rem;
  align-items: flex-start;
}

.desktop-cart-preview-kicker {
  margin: 0 0 0.15rem;
  color: rgba(96, 165, 250, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.desktop-cart-preview-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #f59e0b;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.desktop-cart-preview-link:hover,
.desktop-cart-preview-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(59, 130, 246, 0.34);
  background: rgba(255, 146, 41, 0.08);
  color: #f59e0b;
}

.desktop-cart-preview-total {
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  padding: 0.7rem 0.85rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 238, 221, 0.84);
  font-size: 0.82rem;
}

.desktop-cart-preview-list {
  display: grid;
  gap: 0.72rem;
}

.desktop-cart-preview-item {
  gap: 0.75rem;
  padding: 0.72rem 0.8rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  align-items: center;
}

.desktop-cart-preview-media {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  overflow: hidden;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 202, 165, 0.16);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 204, 150, 0.26), transparent 44%),
    linear-gradient(160deg, rgba(255, 129, 28, 0.22), rgba(69, 31, 7, 0.24));
  box-shadow: inset 0 1px 0 rgba(255, 238, 218, 0.08);
}

.desktop-cart-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-cart-preview-fallback {
  color: #f9fafb;
  font-size: 1rem;
  font-weight: 800;
}

.desktop-cart-preview-copy {
  min-width: 0;
  flex: 1;
}

.desktop-cart-preview-title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

.desktop-cart-preview-meta {
  margin: 0.12rem 0 0;
  color: rgba(226, 231, 240, 0.68);
  font-size: 0.78rem;
}

.desktop-cart-preview-empty {
  display: grid;
  gap: 0.28rem;
  padding: 0.9rem 0.2rem 0.2rem;
  color: rgba(231, 234, 239, 0.78);
}

.desktop-cart-preview-empty p {
  margin: 0;
  color: rgba(219, 224, 232, 0.62);
  font-size: 0.84rem;
}

.toast-center {
  position: fixed;
  top: 1rem;
  inset-inline-end: 1rem;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: min(92vw, 23rem);
  pointer-events: none;
}

.toast-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(165deg, rgba(20, 23, 28, 0.96), rgba(12, 14, 18, 0.94));
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  pointer-events: auto;
}

.toast-card-body {
  gap: 0.88rem;
  align-items: flex-start;
  padding: 1rem 1rem 0.95rem;
}

.toast-copy {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  padding-inline-end: 1.8rem;
}

.toast-media {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1.05rem;
  overflow: hidden;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.toast-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toast-media-fallback {
  font-size: 1.1rem;
  font-weight: 800;
  color: #f9fafb;
}

.toast-kicker {
  margin: 0;
  color: rgba(230, 235, 241, 0.6);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.toast-title {
  font-size: 0.95rem;
  line-height: 1.5;
}

.toast-product,
.toast-brand {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toast-product {
  color: #f9fafb;
  font-size: 0.9rem;
  font-weight: 700;
}

.toast-brand {
  color: rgba(215, 221, 230, 0.62);
  font-size: 0.78rem;
}

.toast-meta {
  gap: 0.42rem;
  flex-wrap: wrap;
  margin-top: 0.32rem;
}

.toast-meta-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(242, 245, 248, 0.8);
  font-size: 0.73rem;
  font-weight: 700;
}

.toast-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0.5rem;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.toast-action:hover,
.toast-action:focus-visible {
  transform: translateY(-1px);
}

.toast-close {
  position: absolute;
  top: 0.7rem;
  inset-inline-end: 0.72rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(232, 236, 241, 0.68);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.toast-close:hover,
.toast-close:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #f9fafb;
  transform: rotate(90deg);
}

.toast-close svg {
  width: 0.98rem;
  height: 0.98rem;
  fill: currentColor;
}

.toast-progress {
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
}

.toast-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: right center;
  animation: toast-progress-shrink linear forwards;
}

.toast-card-cart .toast-media {
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 220, 175, 0.34), transparent 44%),
    linear-gradient(160deg, rgba(242, 175, 94, 0.34), rgba(128, 67, 18, 0.34));
  box-shadow: inset 0 1px 0 rgba(255, 245, 227, 0.12);
}

.toast-card-cart .toast-action {
  border-color: rgba(240, 186, 114, 0.22);
  background: rgba(188, 109, 24, 0.12);
  color: #f59e0b;
}

.toast-card-cart .toast-action:hover,
.toast-card-cart .toast-action:focus-visible {
  border-color: rgba(240, 186, 114, 0.34);
  background: rgba(188, 109, 24, 0.18);
}

.toast-card-inquiry .toast-media {
  background:
    radial-gradient(circle at 28% 22%, rgba(204, 255, 227, 0.34), transparent 44%),
    linear-gradient(160deg, rgba(85, 209, 135, 0.32), rgba(8, 87, 53, 0.34));
  box-shadow: inset 0 1px 0 rgba(236, 255, 244, 0.12);
}

.toast-card-inquiry .toast-action {
  border-color: rgba(111, 215, 159, 0.22);
  background: rgba(15, 132, 81, 0.12);
  color: #10b981;
}

.toast-card-inquiry .toast-action:hover,
.toast-card-inquiry .toast-action:focus-visible {
  border-color: rgba(111, 215, 159, 0.34);
  background: rgba(15, 132, 81, 0.18);
}

.toast-progress-bar-cart {
  background: linear-gradient(90deg, #60a5fa, #1a4fd8);
}

.toast-progress-bar-inquiry {
  background: linear-gradient(90deg, #10b981, #10b981);
}

@keyframes toast-progress-shrink {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

@media (max-width: 767px) {
  .toast-center {
    top: auto;
    bottom: 5.15rem;
    inset-inline: 0.75rem;
    width: auto;
  }

  .toast-card-body {
    padding: 0.92rem 0.92rem 0.88rem;
  }
}

:root[data-theme="light"] .desktop-cart-preview-panel {
  border-color: rgba(38, 31, 25, 0.08);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 38%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(246, 239, 231, 0.92));
  box-shadow:
    0 20px 40px rgba(90, 63, 33, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

:root[data-theme="light"] .desktop-cart-preview-kicker {
  color: rgba(161, 87, 31, 0.78);
}

:root[data-theme="light"] .desktop-cart-preview-total,
:root[data-theme="light"] .desktop-cart-preview-item,
:root[data-theme="light"] .desktop-cart-preview-link {
  border-color: rgba(62, 49, 37, 0.08);
  background: rgba(255, 255, 255, 0.56);
}

:root[data-theme="light"] .desktop-cart-preview-link {
  color: #f59e0b;
}

:root[data-theme="light"] .desktop-cart-preview-link:hover,
:root[data-theme="light"] .desktop-cart-preview-link:focus-visible {
  background: rgba(255, 168, 80, 0.12);
  color: #f59e0b;
}

:root[data-theme="light"] .desktop-cart-preview-total,
:root[data-theme="light"] .desktop-cart-preview-meta,
:root[data-theme="light"] .desktop-cart-preview-empty,
:root[data-theme="light"] .desktop-cart-preview-empty p {
  color: rgba(58, 46, 35, 0.76);
}

:root[data-theme="light"] .toast-card {
  border-color: rgba(57, 47, 34, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.9), transparent 36%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 236, 0.96));
  box-shadow:
    0 18px 40px rgba(87, 59, 30, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

:root[data-theme="light"] .toast-kicker {
  color: rgba(99, 81, 63, 0.58);
}

:root[data-theme="light"] .toast-product {
  color: #0b0d10;
}

:root[data-theme="light"] .toast-brand {
  color: rgba(76, 60, 46, 0.6);
}

:root[data-theme="light"] .toast-meta-chip,
:root[data-theme="light"] .toast-close {
  border-color: rgba(62, 49, 37, 0.08);
  background: rgba(255, 255, 255, 0.64);
  color: rgba(50, 39, 30, 0.82);
}

:root {
  --brand-500: #1a4fd8;
  --brand-400: #1a4fd8;
  --brand-600: #1a4fd8;
  --accent-red: #ef4444;
  --accent-gold: #3b82f6;
  --tech-blue: #1a4fd8;
  --bg-deep: #0b0d10;
  --bg-main: #0b0d10;
  --bg-card: #11151a;
  --text-primary: #e5e7eb;
  --text-muted: #9ca3af;
  --text-soft: #9ca3af;
  --line-color: rgba(201, 212, 227, 0.14);
  --panel-bg: rgba(13, 23, 40, 0.76);
  --shadow-brand: 0 24px 48px rgba(4, 116, 237, 0.22);
}

:root[data-theme="light"] {
  --bg-deep: #e5e7eb;
  --bg-main: #e5e7eb;
  --bg-card: #f9fafb;
  --text-primary: #0b0d10;
  --text-muted: #6b7280;
  --text-soft: #9ca3af;
  --line-color: rgba(10, 39, 132, 0.12);
  --panel-bg: rgba(255, 255, 255, 0.86);
}

body {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.1), transparent 24%),
    radial-gradient(circle at 16% 14%, rgba(4, 116, 237, 0.16), transparent 28%),
    linear-gradient(180deg, #0b0d10 0%, #0b0d10 26%, #11151a 100%);
}

:root[data-theme="light"] body {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.1), transparent 24%),
    radial-gradient(circle at 16% 14%, rgba(4, 116, 237, 0.12), transparent 28%),
    linear-gradient(180deg, #e5e7eb 0%, #e5e7eb 44%, #eceff3 100%);
}

.bg-orb-brand {
  background: rgba(4, 116, 237, 0.28);
}

.bg-orb-blue {
  background: rgba(59, 130, 246, 0.2);
}

.mesh-grid {
  background-image:
    linear-gradient(rgba(248, 252, 253, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 252, 253, 0.04) 1px, transparent 1px);
}

:root[data-theme="light"] .mesh-grid {
  background-image:
    linear-gradient(rgba(10, 39, 132, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 39, 132, 0.05) 1px, transparent 1px);
}

.glass-panel {
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(17, 29, 49, 0.9), rgba(13, 23, 40, 0.88)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.08), transparent 34%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.08), transparent 28%);
  box-shadow:
    0 24px 80px rgba(4, 116, 237, 0.12),
    0 12px 48px rgba(0, 0, 0, 0.34);
}

:root[data-theme="light"] .glass-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.92)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.08), transparent 34%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.08), transparent 28%);
  box-shadow:
    0 18px 44px rgba(10, 39, 132, 0.1),
    0 8px 28px rgba(4, 116, 237, 0.08);
}

.eyebrow {
  color: #3b82f6;
}

.section-title,
.card-title,
.brand-title {
  color: var(--text-primary);
}

.muted-text,
.footer-links a,
.search-row small,
.desktop-cart-preview-meta,
.toast-brand {
  color: var(--text-muted);
}

.text-link {
  color: #1a4fd8;
}

.text-link:hover,
.text-link:focus-visible {
  color: #3b82f6;
}

.brand-logo-full {
  filter:
    drop-shadow(0 10px 22px rgba(4, 116, 237, 0.18))
    drop-shadow(0 6px 18px rgba(0, 0, 0, 0.28));
}

.brand-logo-mark,
.drawer-brand-mark {
  filter:
    drop-shadow(0 12px 22px rgba(4, 116, 237, 0.2))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

:root[data-theme="light"] .brand-logo-frame,
:root[data-theme="light"] .brand-logo-mark,
:root[data-theme="light"] .drawer-brand-mark {
  --logo-soft-shadow:
    drop-shadow(0 4px 10px rgba(10, 39, 132, 0.08))
    drop-shadow(0 0 8px rgba(59, 130, 246, 0.08));
  --logo-mark-shadow:
    drop-shadow(0 7px 14px rgba(10, 39, 132, 0.1))
    drop-shadow(0 0 10px rgba(59, 130, 246, 0.1));
}

.site-header-elevated {
  box-shadow:
    0 24px 56px rgba(10, 39, 132, 0.12),
    0 10px 26px rgba(4, 116, 237, 0.08);
}

.search-input,
.field-input {
  color: var(--text-primary);
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.06), rgba(248, 252, 253, 0.03)),
    rgba(7, 16, 31, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(248, 252, 253, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.12);
}

:root[data-theme="light"] .search-input,
:root[data-theme="light"] .field-input {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.96)),
    rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 24px rgba(10, 39, 132, 0.08);
}

.search-input::placeholder,
.field-input::placeholder {
  color: var(--text-soft);
}

.search-input:focus,
.field-input:focus {
  border-color: rgba(4, 116, 237, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(248, 252, 253, 0.08),
    0 0 0 4px rgba(4, 116, 237, 0.14),
    0 14px 30px rgba(4, 116, 237, 0.12);
}

.search-results {
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(17, 29, 49, 0.96), rgba(13, 23, 40, 0.94)),
    rgba(13, 23, 40, 0.94);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.32),
    0 14px 30px rgba(4, 116, 237, 0.1);
}

:root[data-theme="light"] .search-results {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.94)),
    rgba(255, 255, 255, 0.94);
}

.search-group-title {
  color: #3b82f6;
}

.search-row,
.category-card,
.product-card,
.metric-tile {
  border-color: var(--line-color);
}

.search-row {
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.04), rgba(248, 252, 253, 0.02)),
    rgba(17, 29, 49, 0.36);
}

:root[data-theme="light"] .search-row {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.94)),
    rgba(255, 255, 255, 0.88);
}

.search-row:hover,
.search-row:focus-visible,
.category-card:hover,
.category-card:focus-visible {
  border-color: rgba(4, 116, 237, 0.26);
}

.nav-pill {
  color: var(--text-muted);
  border-color: var(--line-color);
  background: rgba(248, 252, 253, 0.04);
}

.nav-pill:hover,
.nav-pill:focus-visible {
  color: var(--text-primary);
  border-color: rgba(4, 116, 237, 0.24);
}

.nav-pill-active,
.profile-link-active {
  background: linear-gradient(135deg, #1a4fd8, #1a4fd8);
  box-shadow: 0 18px 36px rgba(4, 116, 237, 0.2);
}

.cta-button {
  border-color: rgba(4, 116, 237, 0.28);
  background: linear-gradient(135deg, #1a4fd8, #1a4fd8);
  box-shadow: 0 20px 38px rgba(4, 116, 237, 0.22);
}

.cta-button:hover,
.cta-button:focus-visible {
  box-shadow: 0 24px 44px rgba(4, 116, 237, 0.26);
}

.cta-button-secondary {
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.08), rgba(248, 252, 253, 0.03)),
    rgba(17, 29, 49, 0.44);
  color: var(--text-primary);
  box-shadow: none;
}

.header-icon-chip,
.icon-chip {
  color: var(--text-muted);
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.08), rgba(248, 252, 253, 0.03)),
    rgba(17, 29, 49, 0.52);
}

.header-icon-cart {
  color: #1a4fd8;
  border-color: rgba(4, 116, 237, 0.2);
}

.header-icon-cart-active {
  color: #e5e7eb;
  border-color: rgba(4, 116, 237, 0.36);
  background: linear-gradient(135deg, rgba(4, 116, 237, 0.96), rgba(10, 39, 132, 0.96));
  box-shadow:
    0 14px 28px rgba(4, 116, 237, 0.22),
    0 0 24px rgba(4, 116, 237, 0.16);
}

.header-icon-inquiry {
  color: #3b82f6;
  border-color: rgba(59, 130, 246, 0.22);
}

.header-icon-inquiry-active {
  color: #f9fafb;
  border-color: rgba(59, 130, 246, 0.34);
  background: linear-gradient(135deg, rgba(212, 182, 108, 0.92), rgba(223, 67, 1, 0.96));
  box-shadow:
    0 14px 28px rgba(59, 130, 246, 0.24),
    0 0 24px rgba(59, 130, 246, 0.14);
}

.price-chip,
.drawer-user-chip {
  color: var(--text-muted);
  border-color: var(--line-color);
  background: rgba(248, 252, 253, 0.06);
}

.badge-count.badge-count-cart,
.drawer-link .badge-count.badge-count-cart,
.price-chip.price-chip-cart {
  border-color: rgba(4, 116, 237, 0.24);
  background: linear-gradient(135deg, rgba(4, 116, 237, 0.95), rgba(10, 39, 132, 0.95));
  color: #e5e7eb;
  box-shadow:
    0 0 0 1px rgba(4, 116, 237, 0.14),
    0 0 18px rgba(4, 116, 237, 0.24);
}

.badge-count.badge-count-inquiry,
.drawer-link .badge-count.badge-count-inquiry,
.price-chip.price-chip-inquiry {
  border-color: rgba(59, 130, 246, 0.28);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.95), rgba(223, 67, 1, 0.95));
  color: #f9fafb;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.16),
    0 0 18px rgba(59, 130, 246, 0.22);
}

.price-main,
.toast-product,
.desktop-cart-preview-title {
  color: var(--text-primary);
}

.quantity-stepper-cart {
  border-color: rgba(4, 116, 237, 0.26);
  background:
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(4, 116, 237, 0.12), rgba(248, 252, 253, 0.04));
}

.quantity-stepper-cart span {
  color: #e5e7eb;
}

.quantity-stepper-button-cart {
  border-color: rgba(4, 116, 237, 0.24);
  background: linear-gradient(135deg, #1a4fd8, #1a4fd8);
  box-shadow:
    0 8px 18px rgba(4, 116, 237, 0.18),
    inset 0 1px 0 rgba(218, 234, 255, 0.18);
}

.quantity-stepper-inquiry {
  border-color: rgba(59, 130, 246, 0.28);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(59, 130, 246, 0.12), rgba(248, 252, 253, 0.04));
}

.quantity-stepper-inquiry span {
  color: #f59e0b;
}

.quantity-stepper-button-inquiry {
  border-color: rgba(59, 130, 246, 0.24);
  background: linear-gradient(135deg, #3b82f6, #ef4444);
  box-shadow:
    0 8px 18px rgba(59, 130, 246, 0.18),
    inset 0 1px 0 rgba(219, 231, 255, 0.16);
}

.drawer-panel {
  background:
    linear-gradient(180deg, rgba(7, 16, 31, 0.96), rgba(13, 23, 40, 0.98)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.14), transparent 34%);
  border-inline-start: 1px solid var(--line-color);
  box-shadow: -20px 0 48px rgba(0, 0, 0, 0.28);
}

:root[data-theme="light"] .drawer-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.08), transparent 34%);
}

.drawer-user-spotlight,
.drawer-theme-spotlight {
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.07), rgba(248, 252, 253, 0.03)),
    rgba(17, 29, 49, 0.5);
}

:root[data-theme="light"] .drawer-user-spotlight,
:root[data-theme="light"] .drawer-theme-spotlight {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 255, 0.92)),
    rgba(255, 255, 255, 0.9);
}

.drawer-user-avatar-shell {
  background: linear-gradient(135deg, #1a4fd8 0%, #1a4fd8 50%, #3b82f6 85%, #ef4444 100%);
}

.drawer-link-cart-active {
  border-color: rgba(4, 116, 237, 0.24);
  background:
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.16), transparent 42%),
    linear-gradient(160deg, rgba(4, 116, 237, 0.14), rgba(248, 252, 253, 0.04));
}

.drawer-link-inquiry-active {
  border-color: rgba(59, 130, 246, 0.26);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 42%),
    linear-gradient(160deg, rgba(59, 130, 246, 0.14), rgba(248, 252, 253, 0.04));
}

.profile-link {
  color: var(--text-muted);
  border-color: var(--line-color);
  background: rgba(248, 252, 253, 0.04);
}

.mobile-dock {
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(7, 16, 31, 0.92), rgba(13, 23, 40, 0.92)),
    rgba(7, 16, 31, 0.9);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.32),
    0 10px 30px rgba(4, 116, 237, 0.1);
}

:root[data-theme="light"] .mobile-dock {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.96)),
    rgba(255, 255, 255, 0.92);
}

.mobile-dock-link-active {
  background: rgba(4, 116, 237, 0.18);
  color: #e5e7eb;
}

:root[data-theme="light"] .mobile-dock-link-active {
  color: #1a4fd8;
}

.hero-copy::before {
  background: radial-gradient(circle, rgba(4, 116, 237, 0.2), transparent 70%);
}

.hero-card-highlight,
.product-thumb,
.product-hero-thumb {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.18), transparent 30%),
    radial-gradient(circle at 20% 18%, rgba(4, 116, 237, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(10, 39, 132, 0.9), rgba(7, 16, 31, 0.9));
}

.product-card,
.category-card {
  background:
    linear-gradient(180deg, rgba(17, 29, 49, 0.86), rgba(13, 23, 40, 0.92)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.08), transparent 34%);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.24),
    0 10px 22px rgba(4, 116, 237, 0.08);
}

:root[data-theme="light"] .product-card,
:root[data-theme="light"] .category-card,
:root[data-theme="light"] .metric-tile {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.94)),
    rgba(255, 255, 255, 0.9);
}

.desktop-cart-preview-panel {
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(17, 29, 49, 0.96), rgba(7, 16, 31, 0.94)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.12), transparent 34%);
}

:root[data-theme="light"] .desktop-cart-preview-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.94)),
    rgba(255, 255, 255, 0.92);
}

.desktop-cart-preview-link {
  color: #1a4fd8;
  border-color: rgba(4, 116, 237, 0.18);
}

.toast-card {
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(17, 29, 49, 0.96), rgba(7, 16, 31, 0.94)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.12), transparent 34%);
}

:root[data-theme="light"] .toast-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.96)),
    rgba(255, 255, 255, 0.94);
}

.toast-meta-chip,
.toast-close,
.desktop-cart-preview-total,
.desktop-cart-preview-item,
.desktop-cart-preview-link {
  border-color: var(--line-color);
}

.toast-card-cart .toast-media,
.toast-card-cart .toast-action {
  border-color: rgba(4, 116, 237, 0.18);
  background: rgba(4, 116, 237, 0.14);
  color: #e5e7eb;
}

.toast-card-inquiry .toast-media,
.toast-card-inquiry .toast-action {
  border-color: rgba(59, 130, 246, 0.22);
  background: rgba(59, 130, 246, 0.14);
  color: #f59e0b;
}

.toast-progress-bar-cart {
  background: linear-gradient(90deg, #1a4fd8, #1a4fd8);
}

.toast-progress-bar-inquiry {
  background: linear-gradient(90deg, #3b82f6, #ef4444);
}

@media (max-width: 767px) {
  .toast-center {
    bottom: 5.25rem;
  }
}

.mobile-dock-icon {
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
}

.mobile-dock-icon svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mobile-dock-link-active .mobile-dock-icon svg {
  filter: drop-shadow(0 8px 18px rgba(4, 116, 237, 0.28));
}

/* Final logo UX tuning for the latest single-source brand assets */
.brand-logo-frame,
.brand-logo-mark,
.drawer-brand-mark {
  --logo-soft-shadow:
    drop-shadow(0 4px 10px rgba(0, 0, 0, 0.12))
    drop-shadow(0 0 6px rgba(26, 79, 216, 0.08));
  --logo-mark-shadow:
    drop-shadow(0 7px 14px rgba(0, 0, 0, 0.14))
    drop-shadow(0 0 8px rgba(26, 79, 216, 0.1));
}

.brand-logo-full {
  height: 2.15rem;
  width: auto;
  filter:
    drop-shadow(0 8px 18px rgba(4, 116, 237, 0.12))
    drop-shadow(0 5px 12px rgba(0, 0, 0, 0.16));
}

.brand-logo-mark {
  width: 2.3rem;
  height: 2.3rem;
  filter: var(--logo-mark-shadow);
}

.drawer-brand-mark {
  width: 2.2rem;
  height: 2.2rem;
  filter: var(--logo-mark-shadow);
}

.brand-logo-footer {
  width: auto;
  height: 2.9rem;
  max-width: min(100%, 13rem);
  filter:
    drop-shadow(0 8px 18px rgba(4, 116, 237, 0.14))
    drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
}

@media (max-width: 39.9988rem) {
  .header-stable-top .brand-logo-mark {
    width: 2.45rem;
    height: 2.45rem;
  }
}

@media (min-width: 40rem) {
  .brand-logo-full {
    height: 2.25rem;
  }

  .brand-logo-footer {
    height: 3.4rem;
    max-width: min(100%, 15rem);
  }
}

@media (min-width: 64rem) {
  .brand-logo-full {
    height: 2.5rem;
  }

  .brand-logo-footer {
    height: clamp(4rem, 4.8vw, 4.7rem);
    max-width: min(100%, 16rem);
  }

  .brand-logo-footer-theme {
    aspect-ratio: 1095 / 393;
    background-size: cover;
    background-position: center 52%;
  }
}

:root[data-theme="light"] .brand-logo-frame,
:root[data-theme="light"] .brand-logo-mark,
:root[data-theme="light"] .drawer-brand-mark {
  --logo-soft-shadow:
    drop-shadow(0 4px 10px rgba(10, 39, 132, 0.08))
    drop-shadow(0 0 6px rgba(59, 130, 246, 0.06));
  --logo-mark-shadow:
    drop-shadow(0 6px 12px rgba(10, 39, 132, 0.08))
    drop-shadow(0 0 8px rgba(59, 130, 246, 0.08));
}

/* Final chromatic alignment for the latest Baazax logo system */
:root {
  --brand-500: #1a4fd8;
  --brand-500-strong: #1a4fd8;
  --brand-400: #1a4fd8;
  --brand-600: #1a4fd8;
  --accent-gold: #60a5fa;
  --bg-deep: #0b0d10;
  --bg-main: #0b0d10;
  --bg-card: #11151a;
  --bg-card-strong: #161b22;
  --text-primary: #e5e7eb;
  --text-muted: #9ca3af;
  --text-soft: #9ca3af;
  --line-color: rgba(201, 212, 227, 0.12);
  --panel-bg: rgba(11, 20, 35, 0.8);
  --shadow-brand: 0 24px 56px rgba(221, 109, 11, 0.18);
  --shadow-accent: 0 18px 40px rgba(62, 164, 255, 0.16);
  color-scheme: dark;
}

:root[data-theme="light"] {
  --brand-500: #1a4fd8;
  --brand-500-strong: #1a4fd8;
  --brand-400: #3b82f6;
  --brand-600: #ef4444;
  --accent-gold: #3b82f6;
  --bg-deep: #e5e7eb;
  --bg-main: #e5e7eb;
  --bg-card: #f9fafb;
  --bg-card-strong: #e5e7eb;
  --text-primary: #0b0d10;
  --text-muted: #9ca3af;
  --text-soft: #9ca3af;
  --line-color: rgba(16, 32, 62, 0.1);
  --panel-bg: rgba(255, 255, 255, 0.84);
  --shadow-brand: 0 22px 48px rgba(4, 116, 237, 0.14);
  --shadow-accent: 0 18px 34px rgba(59, 130, 246, 0.12);
  color-scheme: light;
}

.brand-asset-light {
  display: none;
}

.brand-asset-dark {
  display: block;
}

:root[data-theme="light"] .brand-asset-dark {
  display: none !important;
}

:root[data-theme="light"] .brand-asset-light {
  display: block !important;
}

body {
  background:
    radial-gradient(circle at 14% 12%, rgba(242, 161, 28, 0.14), transparent 22%),
    radial-gradient(circle at 86% 10%, rgba(62, 164, 255, 0.16), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(13, 40, 86, 0.32), transparent 44%),
    linear-gradient(180deg, #0b0d10 0%, #11151a 44%, #161b22 100%);
}

:root[data-theme="light"] body {
  background:
    radial-gradient(circle at 14% 12%, rgba(4, 116, 237, 0.1), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(59, 130, 246, 0.09), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(4, 116, 237, 0.06), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #e5e7eb 44%, #eceff3 100%);
}

.mesh-grid {
  opacity: 0.46;
  background-image:
    linear-gradient(rgba(142, 160, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 160, 184, 0.08) 1px, transparent 1px);
}

:root[data-theme="light"] .mesh-grid {
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(16, 32, 62, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 62, 0.05) 1px, transparent 1px);
}

.bg-orb-brand {
  background: rgba(242, 161, 28, 0.22);
}

.bg-orb-blue {
  background: rgba(62, 164, 255, 0.18);
}

:root[data-theme="light"] .bg-orb-brand {
  background: rgba(4, 116, 237, 0.18);
}

:root[data-theme="light"] .bg-orb-blue {
  background: rgba(59, 130, 246, 0.16);
}

.glass-panel,
.search-results,
.search-row,
.drawer-user-spotlight,
.drawer-theme-spotlight,
.profile-link {
  border-color: var(--line-color);
}

.glass-panel {
  background:
    linear-gradient(180deg, rgba(18, 31, 51, 0.88), rgba(11, 20, 35, 0.82)),
    radial-gradient(circle at top right, rgba(62, 164, 255, 0.12), transparent 34%),
    radial-gradient(circle at top left, rgba(242, 161, 28, 0.08), transparent 24%);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.24),
    0 10px 30px rgba(62, 164, 255, 0.08);
  backdrop-filter: blur(22px);
}

:root[data-theme="light"] .glass-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.9)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.08), transparent 34%),
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.05), transparent 24%);
  box-shadow:
    0 22px 48px rgba(16, 32, 62, 0.08),
    0 8px 24px rgba(4, 116, 237, 0.06);
}

.site-header-elevated {
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.28),
    0 10px 28px rgba(62, 164, 255, 0.08);
}

:root[data-theme="light"] .site-header-elevated {
  box-shadow:
    0 24px 54px rgba(16, 32, 62, 0.08),
    0 10px 26px rgba(4, 116, 237, 0.08);
}

.eyebrow,
.search-group-title {
  color: var(--accent-gold);
}

.text-link,
.desktop-cart-preview-link {
  color: var(--brand-400);
}

.text-link:hover,
.text-link:focus-visible,
.desktop-cart-preview-link:hover,
.desktop-cart-preview-link:focus-visible {
  color: var(--brand-500);
}

:root[data-theme="light"] .text-link,
:root[data-theme="light"] .desktop-cart-preview-link {
  color: var(--brand-500);
}

:root[data-theme="light"] .text-link:hover,
:root[data-theme="light"] .text-link:focus-visible,
:root[data-theme="light"] .desktop-cart-preview-link:hover,
:root[data-theme="light"] .desktop-cart-preview-link:focus-visible {
  color: var(--brand-400);
}

.search-input,
.field-input {
  color: var(--text-primary);
  border-color: rgba(201, 212, 227, 0.12);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.08), rgba(248, 252, 253, 0.03)),
    rgba(7, 16, 31, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(248, 252, 253, 0.06),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

:root[data-theme="light"] .search-input,
:root[data-theme="light"] .field-input {
  border-color: rgba(16, 32, 62, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 24px rgba(16, 32, 62, 0.06);
}

.search-input:focus,
.field-input:focus {
  border-color: rgba(62, 164, 255, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(248, 252, 253, 0.08),
    0 0 0 4px rgba(62, 164, 255, 0.14),
    0 16px 32px rgba(62, 164, 255, 0.12);
}

:root[data-theme="light"] .search-input:focus,
:root[data-theme="light"] .field-input:focus {
  border-color: rgba(4, 116, 237, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 0 0 4px rgba(4, 116, 237, 0.12),
    0 16px 30px rgba(4, 116, 237, 0.1);
}

.search-results,
.desktop-cart-preview-panel,
.toast-card {
  background:
    linear-gradient(180deg, rgba(19, 31, 50, 0.96), rgba(11, 20, 35, 0.94)),
    radial-gradient(circle at top right, rgba(62, 164, 255, 0.12), transparent 34%);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.32),
    0 14px 30px rgba(62, 164, 255, 0.08);
}

:root[data-theme="light"] .search-results,
:root[data-theme="light"] .desktop-cart-preview-panel,
:root[data-theme="light"] .toast-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.08), transparent 34%);
  box-shadow:
    0 24px 48px rgba(16, 32, 62, 0.08),
    0 10px 24px rgba(4, 116, 237, 0.06);
}

.search-row {
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.05), rgba(248, 252, 253, 0.02)),
    rgba(17, 29, 49, 0.38);
}

:root[data-theme="light"] .search-row {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94)),
    rgba(255, 255, 255, 0.88);
}

.nav-pill {
  color: var(--text-muted);
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.06), rgba(248, 252, 253, 0.02)),
    rgba(17, 29, 49, 0.28);
}

.nav-pill:hover,
.nav-pill:focus-visible {
  color: var(--text-primary);
  border-color: rgba(62, 164, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.1), rgba(248, 252, 253, 0.03)),
    rgba(17, 29, 49, 0.32);
}

:root[data-theme="light"] .nav-pill:hover,
:root[data-theme="light"] .nav-pill:focus-visible {
  border-color: rgba(4, 116, 237, 0.18);
}

.nav-pill-active,
.profile-link-active,
.cta-button,
.mobile-dock-link-active {
  color: #f9fafb;
  border-color: rgba(242, 161, 28, 0.26);
  background: linear-gradient(135deg, rgba(242, 161, 28, 0.96), rgba(221, 109, 11, 0.96));
  box-shadow:
    0 18px 38px rgba(221, 109, 11, 0.22),
    0 0 26px rgba(242, 161, 28, 0.14);
}

.cta-button-cart,
.cta-button-inquiry {
  box-shadow:
    0 18px 38px rgba(221, 109, 11, 0.22),
    0 0 26px rgba(242, 161, 28, 0.14);
}

.cta-button:hover,
.cta-button:focus-visible {
  box-shadow:
    0 22px 42px rgba(221, 109, 11, 0.26),
    0 0 28px rgba(242, 161, 28, 0.16);
}

.cta-button-cart:hover,
.cta-button-cart:focus-visible,
.cta-button-inquiry:hover,
.cta-button-inquiry:focus-visible {
  box-shadow:
    0 22px 42px rgba(221, 109, 11, 0.26),
    0 0 28px rgba(242, 161, 28, 0.16);
}

:root[data-theme="light"] .nav-pill-active,
:root[data-theme="light"] .profile-link-active,
:root[data-theme="light"] .cta-button,
:root[data-theme="light"] .mobile-dock-link-active {
  color: #e5e7eb;
  border-color: rgba(4, 116, 237, 0.24);
  background: linear-gradient(135deg, rgba(4, 116, 237, 0.96), rgba(10, 39, 132, 0.96));
  box-shadow:
    0 18px 38px rgba(4, 116, 237, 0.2),
    0 0 24px rgba(4, 116, 237, 0.14);
}

:root[data-theme="light"] .cta-button-cart,
:root[data-theme="light"] .cta-button-inquiry {
  box-shadow:
    0 18px 38px rgba(4, 116, 237, 0.2),
    0 0 24px rgba(4, 116, 237, 0.14);
}

:root[data-theme="light"] .cta-button:hover,
:root[data-theme="light"] .cta-button:focus-visible {
  box-shadow:
    0 22px 42px rgba(4, 116, 237, 0.24),
    0 0 28px rgba(4, 116, 237, 0.16);
}

:root[data-theme="light"] .cta-button-cart:hover,
:root[data-theme="light"] .cta-button-cart:focus-visible,
:root[data-theme="light"] .cta-button-inquiry:hover,
:root[data-theme="light"] .cta-button-inquiry:focus-visible {
  box-shadow:
    0 22px 42px rgba(4, 116, 237, 0.24),
    0 0 28px rgba(4, 116, 237, 0.16);
}

.cta-button-secondary,
.header-icon-chip,
.icon-chip {
  color: var(--text-muted);
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.08), rgba(248, 252, 253, 0.03)),
    rgba(17, 29, 49, 0.54);
}

:root[data-theme="light"] .cta-button-secondary,
:root[data-theme="light"] .header-icon-chip,
:root[data-theme="light"] .icon-chip {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.92)),
    rgba(255, 255, 255, 0.88);
}

.header-icon-chip:hover,
.header-icon-chip:focus-visible,
.icon-chip:hover,
.icon-chip:focus-visible {
  color: var(--text-primary);
  border-color: rgba(62, 164, 255, 0.24);
}

:root[data-theme="light"] .header-icon-chip:hover,
:root[data-theme="light"] .header-icon-chip:focus-visible,
:root[data-theme="light"] .icon-chip:hover,
:root[data-theme="light"] .icon-chip:focus-visible {
  border-color: rgba(4, 116, 237, 0.18);
}

.header-icon-cart {
  color: #f59e0b;
  border-color: rgba(242, 161, 28, 0.24);
}

.header-icon-cart-active,
.badge-count.badge-count-cart,
.drawer-link .badge-count.badge-count-cart,
.price-chip.price-chip-cart,
.quantity-stepper-button-cart {
  color: #f9fafb;
  border-color: rgba(242, 161, 28, 0.26);
  background: linear-gradient(135deg, rgba(242, 161, 28, 0.96), rgba(221, 109, 11, 0.96));
  box-shadow:
    0 12px 28px rgba(221, 109, 11, 0.18),
    0 0 22px rgba(242, 161, 28, 0.12);
}

.quantity-stepper-cart {
  border-color: rgba(242, 161, 28, 0.24);
  background:
    radial-gradient(circle at top right, rgba(242, 161, 28, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(242, 161, 28, 0.1), rgba(248, 252, 253, 0.04));
}

.quantity-stepper-cart span {
  color: #f59e0b;
}

.drawer-link-cart-active,
.toast-card-cart .toast-media,
.toast-card-cart .toast-action {
  border-color: rgba(242, 161, 28, 0.24);
  background:
    radial-gradient(circle at top right, rgba(242, 161, 28, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(242, 161, 28, 0.12), rgba(248, 252, 253, 0.04));
  color: #f59e0b;
}

.toast-progress-bar-cart {
  background: linear-gradient(90deg, #1a4fd8, #1a4fd8);
}

.header-icon-inquiry {
  color: #60a5fa;
  border-color: rgba(62, 164, 255, 0.24);
}

.header-icon-inquiry-active,
.badge-count.badge-count-inquiry,
.drawer-link .badge-count.badge-count-inquiry,
.price-chip.price-chip-inquiry,
.quantity-stepper-button-inquiry {
  color: #e5e7eb;
  border-color: rgba(62, 164, 255, 0.26);
  background: linear-gradient(135deg, rgba(62, 164, 255, 0.96), rgba(13, 88, 222, 0.96));
  box-shadow:
    0 12px 28px rgba(13, 88, 222, 0.18),
    0 0 22px rgba(62, 164, 255, 0.12);
}

.quantity-stepper-inquiry {
  border-color: rgba(62, 164, 255, 0.24);
  background:
    radial-gradient(circle at top right, rgba(62, 164, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(62, 164, 255, 0.1), rgba(248, 252, 253, 0.04));
}

.quantity-stepper-inquiry span {
  color: #e5e7eb;
}

.drawer-link-inquiry-active,
.toast-card-inquiry .toast-media,
.toast-card-inquiry .toast-action {
  border-color: rgba(62, 164, 255, 0.24);
  background:
    radial-gradient(circle at top right, rgba(62, 164, 255, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(62, 164, 255, 0.12), rgba(248, 252, 253, 0.04));
  color: #e5e7eb;
}

.toast-progress-bar-inquiry {
  background: linear-gradient(90deg, #1a4fd8, #1a4fd8);
}

:root[data-theme="light"] .header-icon-cart {
  color: var(--brand-400);
  border-color: rgba(59, 130, 246, 0.22);
}

:root[data-theme="light"] .header-icon-cart-active,
:root[data-theme="light"] .badge-count.badge-count-cart,
:root[data-theme="light"] .drawer-link .badge-count.badge-count-cart,
:root[data-theme="light"] .price-chip.price-chip-cart,
:root[data-theme="light"] .quantity-stepper-button-cart {
  color: #f9fafb;
  border-color: rgba(59, 130, 246, 0.26);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.95), rgba(223, 67, 1, 0.96));
  box-shadow:
    0 12px 26px rgba(223, 67, 1, 0.16),
    0 0 20px rgba(59, 130, 246, 0.12);
}

:root[data-theme="light"] .quantity-stepper-cart {
  border-color: rgba(59, 130, 246, 0.22);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(59, 130, 246, 0.1), rgba(255, 255, 255, 0.04));
}

:root[data-theme="light"] .quantity-stepper-cart span,
:root[data-theme="light"] .drawer-link-cart-active,
:root[data-theme="light"] .toast-card-cart .toast-media,
:root[data-theme="light"] .toast-card-cart .toast-action {
  color: #f59e0b;
}

:root[data-theme="light"] .drawer-link-cart-active,
:root[data-theme="light"] .toast-card-cart .toast-media,
:root[data-theme="light"] .toast-card-cart .toast-action {
  border-color: rgba(59, 130, 246, 0.18);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 42%),
    linear-gradient(160deg, rgba(59, 130, 246, 0.1), rgba(255, 255, 255, 0.82));
}

:root[data-theme="light"] .toast-progress-bar-cart {
  background: linear-gradient(90deg, #3b82f6, #ef4444);
}

:root[data-theme="light"] .header-icon-inquiry {
  color: #1a4fd8;
  border-color: rgba(4, 116, 237, 0.2);
}

:root[data-theme="light"] .header-icon-inquiry-active,
:root[data-theme="light"] .badge-count.badge-count-inquiry,
:root[data-theme="light"] .drawer-link .badge-count.badge-count-inquiry,
:root[data-theme="light"] .price-chip.price-chip-inquiry,
:root[data-theme="light"] .quantity-stepper-button-inquiry {
  color: #e5e7eb;
  border-color: rgba(4, 116, 237, 0.24);
  background: linear-gradient(135deg, rgba(4, 116, 237, 0.95), rgba(10, 39, 132, 0.96));
  box-shadow:
    0 12px 26px rgba(4, 116, 237, 0.16),
    0 0 20px rgba(4, 116, 237, 0.12);
}

:root[data-theme="light"] .quantity-stepper-inquiry {
  border-color: rgba(4, 116, 237, 0.2);
  background:
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(4, 116, 237, 0.1), rgba(255, 255, 255, 0.04));
}

:root[data-theme="light"] .quantity-stepper-inquiry span,
:root[data-theme="light"] .drawer-link-inquiry-active,
:root[data-theme="light"] .toast-card-inquiry .toast-media,
:root[data-theme="light"] .toast-card-inquiry .toast-action {
  color: #1a4fd8;
}

:root[data-theme="light"] .drawer-link-inquiry-active,
:root[data-theme="light"] .toast-card-inquiry .toast-media,
:root[data-theme="light"] .toast-card-inquiry .toast-action {
  border-color: rgba(4, 116, 237, 0.16);
  background:
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.12), transparent 42%),
    linear-gradient(160deg, rgba(4, 116, 237, 0.1), rgba(255, 255, 255, 0.82));
}

:root[data-theme="light"] .toast-progress-bar-inquiry {
  background: linear-gradient(90deg, #1a4fd8, #1a4fd8);
}

.drawer-panel {
  background:
    linear-gradient(180deg, rgba(9, 19, 33, 0.98), rgba(11, 20, 35, 0.98)),
    radial-gradient(circle at top right, rgba(62, 164, 255, 0.14), transparent 34%);
  box-shadow:
    -24px 0 54px rgba(0, 0, 0, 0.3),
    -8px 0 24px rgba(62, 164, 255, 0.08);
}

:root[data-theme="light"] .drawer-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.08), transparent 34%);
  box-shadow:
    -18px 0 40px rgba(16, 32, 62, 0.08),
    -6px 0 16px rgba(4, 116, 237, 0.06);
}

.drawer-user-spotlight,
.drawer-theme-spotlight {
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.07), rgba(248, 252, 253, 0.03)),
    rgba(17, 29, 49, 0.5);
}

:root[data-theme="light"] .drawer-user-spotlight,
:root[data-theme="light"] .drawer-theme-spotlight {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.92)),
    rgba(255, 255, 255, 0.88);
}

.drawer-user-avatar-shell {
  background: linear-gradient(135deg, #1a4fd8 0%, #1a4fd8 50%, #1a4fd8 100%);
}

:root[data-theme="light"] .drawer-user-avatar-shell {
  background: linear-gradient(135deg, #1a4fd8 0%, #1a4fd8 52%, #3b82f6 100%);
}

.mobile-dock {
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(8, 17, 29, 0.92), rgba(11, 20, 35, 0.92)),
    radial-gradient(circle at top center, rgba(62, 164, 255, 0.1), transparent 48%);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 10px 30px rgba(62, 164, 255, 0.08);
}

:root[data-theme="light"] .mobile-dock {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.94)),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    0 24px 48px rgba(16, 32, 62, 0.08),
    0 10px 26px rgba(4, 116, 237, 0.06);
}

.mobile-dock-link-active .mobile-dock-icon svg {
  filter: drop-shadow(0 8px 18px rgba(221, 109, 11, 0.22));
}

:root[data-theme="light"] .mobile-dock-link-active .mobile-dock-icon svg {
  filter: drop-shadow(0 8px 18px rgba(4, 116, 237, 0.22));
}

.hero-copy::before {
  background: radial-gradient(circle, rgba(242, 161, 28, 0.18), transparent 70%);
}

:root[data-theme="light"] .hero-copy::before {
  background: radial-gradient(circle, rgba(4, 116, 237, 0.18), transparent 70%);
}

.hero-card-highlight,
.product-thumb,
.product-hero-thumb {
  background:
    radial-gradient(circle at top right, rgba(62, 164, 255, 0.18), transparent 30%),
    radial-gradient(circle at 18% 18%, rgba(242, 161, 28, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(16, 29, 48, 0.94), rgba(7, 16, 31, 0.94));
}

:root[data-theme="light"] .hero-card-highlight,
:root[data-theme="light"] .product-thumb,
:root[data-theme="light"] .product-hero-thumb {
  background:
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.14), transparent 30%),
    radial-gradient(circle at 18% 18%, rgba(59, 130, 246, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 252, 0.94));
}

.product-card,
.category-card,
.metric-tile {
  background:
    linear-gradient(180deg, rgba(17, 28, 47, 0.88), rgba(11, 20, 35, 0.94)),
    radial-gradient(circle at top right, rgba(62, 164, 255, 0.08), transparent 34%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    0 10px 22px rgba(62, 164, 255, 0.06);
}

:root[data-theme="light"] .product-card,
:root[data-theme="light"] .category-card,
:root[data-theme="light"] .metric-tile {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94)),
    radial-gradient(circle at top right, rgba(4, 116, 237, 0.06), transparent 34%);
  box-shadow:
    0 18px 38px rgba(16, 32, 62, 0.08),
    0 8px 22px rgba(4, 116, 237, 0.05);
}

.brand-logo-frame,
.brand-logo-mark,
.drawer-brand-mark {
  --logo-soft-shadow:
    drop-shadow(0 8px 18px rgba(221, 109, 11, 0.1))
    drop-shadow(0 0 10px rgba(62, 164, 255, 0.1));
  --logo-mark-shadow:
    drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18))
    drop-shadow(0 0 12px rgba(221, 109, 11, 0.12));
}

.brand-logo-full {
  filter:
    drop-shadow(0 10px 20px rgba(221, 109, 11, 0.08))
    drop-shadow(0 6px 16px rgba(0, 0, 0, 0.16));
}

:root[data-theme="light"] .brand-logo-frame,
:root[data-theme="light"] .brand-logo-mark,
:root[data-theme="light"] .drawer-brand-mark {
  --logo-soft-shadow:
    drop-shadow(0 8px 18px rgba(4, 116, 237, 0.08))
    drop-shadow(0 0 8px rgba(59, 130, 246, 0.06));
  --logo-mark-shadow:
    drop-shadow(0 8px 16px rgba(10, 39, 132, 0.08))
    drop-shadow(0 0 10px rgba(59, 130, 246, 0.08));
}

:root[data-theme="light"] .brand-logo-full {
  filter:
    drop-shadow(0 10px 20px rgba(4, 116, 237, 0.1))
    drop-shadow(0 6px 16px rgba(10, 39, 132, 0.08));
}

/* Final header UX fixes */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand-logo-mark,
.drawer-brand-mark {
  width: auto;
  max-width: none;
  object-fit: contain;
}

.brand-logo-mark-theme,
.drawer-brand-mark-theme,
.brand-logo-full-theme,
.brand-logo-footer-theme {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand-logo-mark-theme,
.drawer-brand-mark-theme {
  aspect-ratio: 207 / 216;
  background-image: url("/static/images/logo/baazax_dark_mark.f24f21d39514.png");
}

.brand-logo-full-theme,
.brand-logo-footer-theme {
  aspect-ratio: 1536 / 512;
  background-image: url("/static/images/logo/baazax_dark.39fb80bff1c1.png");
}

:root[data-theme="light"] .brand-logo-mark-theme,
:root[data-theme="light"] .drawer-brand-mark-theme {
  background-image: url("/static/images/logo/baazax_light_mark.f24f21d39514.png");
}

:root[data-theme="light"] .brand-logo-full-theme,
:root[data-theme="light"] .brand-logo-footer-theme {
  background-image: url("/static/images/logo/baazax_light.8bf91df33310.png");
}

/* 2026-04 compact public footer override */
.site-footer-shell-compact {
  gap: 0.85rem;
}

.site-footer-shell-compact .site-footer-top-compact {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  align-items: start;
}

.site-footer-shell-compact .site-footer-meta-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer-shell-compact .site-footer-brand-block,
.site-footer-shell-compact .site-footer-card,
.site-footer-shell-compact .site-footer-link-group {
  border-radius: 1.3rem;
}

.site-footer-shell-compact .site-footer-brand-block,
.site-footer-shell-compact .site-footer-card {
  padding: 0.95rem 1rem;
}

.site-footer-shell-compact .site-footer-link-group {
  padding: 0.85rem 0.95rem;
}

.site-footer-shell-compact .site-footer-heading {
  font-size: clamp(1.04rem, 1.8vw, 1.42rem);
  line-height: 1.45;
}

.site-footer-shell-compact .site-footer-summary {
  margin-top: 0.55rem;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.8;
}

.site-footer-shell-compact .site-footer-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.site-footer-shell-compact .site-footer-action {
  min-height: 2.65rem;
  padding: 0.68rem 0.95rem;
  border-radius: 0.95rem;
  font-size: 0.84rem;
  box-shadow: none;
}

.site-footer-shell-compact .site-footer-links-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.site-footer-shell-compact .site-footer-card-head {
  margin-bottom: 0.45rem;
}

.site-footer-shell-compact .site-footer-card-head h3 {
  font-size: 0.96rem;
}

.site-footer-shell-compact .site-footer-social-grid,
.site-footer-shell-compact .site-footer-trust-list,
.site-footer-shell-compact .footer-links-compact {
  gap: 0.55rem;
}

.site-footer-shell-compact .site-footer-social-link,
.site-footer-shell-compact .site-footer-trust-item {
  padding: 0.68rem 0.78rem;
  border-radius: 0.95rem;
  gap: 0.65rem;
  box-shadow: none;
}

.site-footer-shell-compact .site-footer-social-link:hover,
.site-footer-shell-compact .site-footer-social-link:focus-visible,
.site-footer-shell-compact .site-footer-trust-item:hover,
.site-footer-shell-compact .site-footer-trust-item:focus-visible {
  box-shadow: none;
}

.site-footer-shell-compact .site-footer-social-icon,
.site-footer-shell-compact .site-footer-trust-mark,
.site-footer-shell-compact .site-footer-trust-item-enamad .site-footer-trust-mark {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.8rem;
  box-shadow: none;
}

.site-footer-shell-compact .site-footer-social-copy,
.site-footer-shell-compact .site-footer-trust-copy {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.site-footer-shell-compact .site-footer-social-copy strong,
.site-footer-shell-compact .site-footer-trust-copy strong {
  font-size: 0.86rem;
}

.site-footer-shell-compact .site-footer-social-copy small,
.site-footer-shell-compact .site-footer-trust-copy small {
  display: none;
}

.site-footer-shell-compact .site-footer-social-state,
.site-footer-shell-compact .site-footer-trust-status {
  padding: 0.28rem 0.55rem;
  font-size: 0.68rem;
}

.site-footer-shell-compact .footer-links a {
  padding: 0.28rem 0;
  font-size: 0.84rem;
}

.site-footer-shell-compact .site-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding-top: 0.75rem;
}

.site-footer-shell-compact .site-footer-bottom-copy {
  font-size: 0.76rem;
  line-height: 1.7;
}

.site-footer-shell-compact .site-footer-bottom-links a {
  font-size: 0.8rem;
}

@media (max-width: 1023px) {
  .site-footer-shell-compact .site-footer-top-compact,
  .site-footer-shell-compact .site-footer-meta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .site-footer-shell-compact .site-footer-links-grid-compact {
    grid-template-columns: 1fr;
  }

  .site-footer-shell-compact .site-footer-brand-block,
  .site-footer-shell-compact .site-footer-card,
  .site-footer-shell-compact .site-footer-link-group {
    padding: 0.85rem 0.9rem;
    border-radius: 1.1rem;
  }

  .site-footer-shell-compact .site-footer-brand-header,
  .site-footer-shell-compact .site-footer-card-head {
    gap: 0.55rem;
  }
}

/* 2026-04 editorial minimal public footer */
.site-footer.site-footer-minimal {
  margin-top: 2.75rem;
  padding: 1.2rem 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 15, 26, 0.66);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 34px rgba(2, 8, 18, 0.12);
}

.site-footer-minimal .site-footer-minimal-head {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-minimal .site-footer-minimal-brand {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  min-width: 0;
}

.site-footer-minimal .site-footer-minimal-copy {
  min-width: 0;
}

.site-footer-minimal .site-footer-kicker {
  color: #60a5fa;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer-minimal .site-footer-heading {
  margin-top: 0.2rem;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.4;
}

.site-footer-minimal .site-footer-summary {
  margin-top: 0.38rem;
  max-width: 58ch;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.8;
}

.site-footer-minimal .site-footer-minimal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.site-footer-minimal .site-footer-action {
  min-height: 2.4rem;
  padding: 0.58rem 0.88rem;
  border-radius: 999px;
  font-size: 0.82rem;
  box-shadow: none;
}

.site-footer-minimal .site-footer-action:hover,
.site-footer-minimal .site-footer-action:focus-visible {
  transform: translateY(-1px);
  box-shadow: none;
}

.site-footer-minimal .site-footer-minimal-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 1rem;
}

.site-footer-minimal .site-footer-minimal-column {
  min-width: 0;
}

.site-footer-minimal .footer-title {
  margin-bottom: 0.55rem;
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--text-soft);
  letter-spacing: 0.01em;
}

.site-footer-minimal .footer-links {
  display: grid;
  gap: 0.42rem;
}

.site-footer-minimal .footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.1rem 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer-minimal .footer-links a::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.75);
  box-shadow: none;
}

.site-footer-minimal .footer-links a:hover,
.site-footer-minimal .footer-links a:focus-visible {
  color: var(--text-primary);
  transform: translateX(-1px);
}

.site-footer-minimal .site-footer-minimal-signals {
  display: grid;
  gap: 0.7rem;
  padding-left: clamp(0.75rem, 1.4vw, 1.25rem);
}

.site-footer-minimal .site-footer-signal-group {
  display: grid;
  gap: 0.45rem;
}

.site-footer-minimal .site-footer-signal-label {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.site-footer-minimal .site-footer-social-grid,
.site-footer-minimal .site-footer-trust-list {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer-minimal .site-footer-social-link,
.site-footer-minimal .site-footer-trust-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  min-width: 0;
  padding: 0.48rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-primary);
  text-decoration: none;
  box-shadow: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.site-footer-minimal .site-footer-social-link:hover,
.site-footer-minimal .site-footer-social-link:focus-visible,
.site-footer-minimal .site-footer-trust-item:hover,
.site-footer-minimal .site-footer-trust-item:focus-visible {
  transform: none;
  border-color: rgba(96, 165, 250, 0.18);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.site-footer-minimal .site-footer-social-link-disabled,
.site-footer-minimal .site-footer-trust-item-disabled {
  cursor: default;
}

.site-footer-minimal .site-footer-social-link-disabled:hover,
.site-footer-minimal .site-footer-social-link-disabled:focus-visible,
.site-footer-minimal .site-footer-trust-item-disabled:hover,
.site-footer-minimal .site-footer-trust-item-disabled:focus-visible {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.site-footer-minimal .site-footer-trust-mark {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.12);
  color: #60a5fa;
  font-size: 0.68rem;
  font-weight: 800;
  box-shadow: none;
}

.site-footer-minimal .site-footer-social-link strong,
.site-footer-minimal .site-footer-trust-item strong {
  min-width: 0;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-footer-minimal .site-footer-social-state,
.site-footer-minimal .site-footer-trust-status {
  flex-shrink: 0;
  padding: 0.18rem 0.45rem;
  border: 0;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.1);
  color: var(--text-soft);
  font-size: 0.66rem;
  font-weight: 700;
}

.site-footer-minimal .site-footer-trust-status-live {
  color: #60a5fa;
  background: rgba(26, 79, 216, 0.18);
}

.site-footer-minimal .site-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-minimal .site-footer-bottom-copy {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.78rem;
  line-height: 1.7;
}

.site-footer-minimal .site-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.site-footer-minimal .site-footer-bottom-links a {
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.site-footer-minimal .site-footer-bottom-links a:hover,
.site-footer-minimal .site-footer-bottom-links a:focus-visible {
  color: var(--text-primary);
}

@media (max-width: 1023px) {
  .site-footer-minimal .site-footer-minimal-head,
  .site-footer-minimal .site-footer-minimal-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-minimal .site-footer-minimal-signals {
    padding-left: 0;
  }

  .site-footer-minimal .site-footer-minimal-actions {
    justify-content: flex-start;
  }

  .site-footer-minimal .site-footer-social-grid,
  .site-footer-minimal .site-footer-trust-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .site-footer.site-footer-minimal {
    padding: 1rem;
  }

  .site-footer-minimal .site-footer-minimal-brand {
    flex-direction: column;
    gap: 0.7rem;
  }
}

:root[data-theme="light"] .site-footer.site-footer-minimal {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    #fff;
  border-color: rgba(28, 59, 122, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 30px rgba(16, 32, 58, 0.08);
}

:root[data-theme="light"] .site-footer-minimal .site-footer-minimal-head,
:root[data-theme="light"] .site-footer-minimal .site-footer-bottom {
  border-color: rgba(28, 59, 122, 0.08);
}

:root[data-theme="light"] .site-footer-minimal .site-footer-social-link,
:root[data-theme="light"] .site-footer-minimal .site-footer-trust-item {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(26, 79, 216, 0.1);
}

:root[data-theme="light"] .site-footer-minimal .site-footer-social-state,
:root[data-theme="light"] .site-footer-minimal .site-footer-trust-status {
  background: rgba(26, 79, 216, 0.08);
}

/* 2026-04 absolute final brand palette lock */
:root {
  --brand-500: #1a4fd8;
  --brand-500-strong: #1a4fd8;
  --brand-400: #60a5fa;
  --brand-600: #163fb5;
  --brand-accent: #60a5fa;
  --brand-accent-strong: #60a5fa;
  --accent-gold: #60a5fa;
  --tech-blue: #1a4fd8;
  --shadow-brand: 0 18px 38px rgba(26, 79, 216, 0.22);
}

:root[data-theme="light"] {
  --brand-500: #1a4fd8;
  --brand-500-strong: #163fb5;
  --brand-400: #3b82f6;
  --brand-600: #1a4fd8;
  --brand-accent: #163fb5;
  --brand-accent-strong: #0b0d10;
  --accent-gold: #1a4fd8;
  --tech-blue: #1a4fd8;
}

.cta-button.cta-button-cart,
.cta-button.cta-button-secondary.cta-button-cart {
  color: #e5e7eb !important;
  border-color: rgba(59, 130, 246, 0.26) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 54%, #1a4fd8 100%) !important;
  box-shadow:
    0 18px 38px rgba(31, 78, 168, 0.22),
    0 0 24px rgba(96, 165, 250, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

.cta-button.cta-button-inquiry,
.cta-button.cta-button-secondary.cta-button-inquiry {
  color: #e5e7eb !important;
  border-color: rgba(24, 59, 122, 0.24) !important;
  background: linear-gradient(135deg, #1a4fd8 0%, #163fb5 54%, #0b0d10 100%) !important;
  box-shadow:
    0 18px 38px rgba(10, 22, 48, 0.22),
    0 0 22px rgba(59, 130, 246, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.cta-button.cta-button-cart:hover,
.cta-button.cta-button-cart:focus-visible,
.cta-button.cta-button-secondary.cta-button-cart:hover,
.cta-button.cta-button-secondary.cta-button-cart:focus-visible {
  color: #f9fafb !important;
  border-color: rgba(96, 165, 250, 0.32) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 54%, #1a4fd8 100%) !important;
  box-shadow:
    0 22px 42px rgba(31, 78, 168, 0.24),
    0 0 28px rgba(96, 165, 250, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.cta-button.cta-button-inquiry:hover,
.cta-button.cta-button-inquiry:focus-visible,
.cta-button.cta-button-secondary.cta-button-inquiry:hover,
.cta-button.cta-button-secondary.cta-button-inquiry:focus-visible {
  color: #f9fafb !important;
  border-color: rgba(26, 79, 216, 0.26) !important;
  background: linear-gradient(135deg, #1a4fd8 0%, #1a4fd8 54%, #0b0d10 100%) !important;
  box-shadow:
    0 22px 42px rgba(10, 22, 48, 0.24),
    0 0 26px rgba(59, 130, 246, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.desktop-cart-preview-panel {
  border-color: rgba(96, 165, 250, 0.18) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(96, 165, 250, 0.14), transparent 38%),
    linear-gradient(160deg, rgba(12, 19, 35, 0.92), rgba(7, 12, 24, 0.94)) !important;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.desktop-cart-preview-panel-active {
  border-color: rgba(96, 165, 250, 0.28) !important;
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.36),
    0 0 24px rgba(59, 130, 246, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.desktop-cart-preview-kicker {
  color: #60a5fa !important;
}

.desktop-cart-preview-link,
.desktop-cart-preview-total,
.desktop-cart-preview-item {
  color: #e5e7eb !important;
  border-color: rgba(96, 165, 250, 0.16) !important;
  background: rgba(248, 252, 253, 0.05) !important;
}

.desktop-cart-preview-link:hover,
.desktop-cart-preview-link:focus-visible {
  color: #f9fafb !important;
  border-color: rgba(96, 165, 250, 0.24) !important;
  background: rgba(59, 130, 246, 0.12) !important;
}

.desktop-cart-preview-media {
  border-color: rgba(96, 165, 250, 0.18) !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(159, 192, 255, 0.2), transparent 44%),
    linear-gradient(160deg, rgba(26, 79, 216, 0.22), rgba(16, 38, 77, 0.28)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

:root[data-theme="light"] .desktop-cart-preview-panel {
  border-color: rgba(26, 79, 216, 0.14) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(26, 79, 216, 0.14), transparent 38%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 255, 0.94)) !important;
  box-shadow:
    0 20px 40px rgba(16, 32, 58, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

:root[data-theme="light"] .desktop-cart-preview-kicker {
  color: #1a4fd8 !important;
}

:root[data-theme="light"] .desktop-cart-preview-link,
:root[data-theme="light"] .desktop-cart-preview-total,
:root[data-theme="light"] .desktop-cart-preview-item {
  color: #163fb5 !important;
  border-color: rgba(26, 79, 216, 0.12) !important;
  background: rgba(255, 255, 255, 0.88) !important;
}

:root[data-theme="light"] .desktop-cart-preview-link:hover,
:root[data-theme="light"] .desktop-cart-preview-link:focus-visible {
  color: #0b0d10 !important;
  border-color: rgba(26, 79, 216, 0.18) !important;
  background: rgba(59, 130, 246, 0.12) !important;
}

:root[data-theme="light"] .desktop-cart-preview-media {
  border-color: rgba(26, 79, 216, 0.14) !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(96, 165, 250, 0.2), transparent 44%),
    linear-gradient(160deg, rgba(59, 130, 246, 0.18), rgba(255, 255, 255, 0.88)) !important;
}

:root:not([data-theme="light"]) .header-icon-cart,
:root:not([data-theme="light"]) .header-icon-inquiry,
:root:not([data-theme="light"]) .header-icon-cart-active,
:root:not([data-theme="light"]) .header-icon-inquiry-active {
  color: #60a5fa !important;
  border-color: rgba(96, 165, 250, 0.18) !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(220, 233, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(44, 73, 130, 0.18), rgba(248, 252, 253, 0.03)) !important;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

:root:not([data-theme="light"]) .header-icon-cart:hover,
:root:not([data-theme="light"]) .header-icon-cart:focus-visible,
:root:not([data-theme="light"]) .header-icon-inquiry:hover,
:root:not([data-theme="light"]) .header-icon-inquiry:focus-visible,
:root:not([data-theme="light"]) .header-icon-cart-active:hover,
:root:not([data-theme="light"]) .header-icon-cart-active:focus-visible,
:root:not([data-theme="light"]) .header-icon-inquiry-active:hover,
:root:not([data-theme="light"]) .header-icon-inquiry-active:focus-visible {
  color: #e5e7eb !important;
  border-color: rgba(96, 165, 250, 0.24) !important;
  background:
    radial-gradient(circle at 30% 18%, rgba(220, 233, 255, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(62, 100, 174, 0.2), rgba(248, 252, 253, 0.04)) !important;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

:root:not([data-theme="light"]) .header-icon-cart-active .header-chip-icon,
:root:not([data-theme="light"]) .header-icon-inquiry-active .header-chip-icon {
  filter: none !important;
}

:root:not([data-theme="light"]) .header-icon-chip .badge-count.badge-count-cart,
:root:not([data-theme="light"]) .header-icon-cart .badge-count.badge-count-cart,
:root:not([data-theme="light"]) .header-icon-cart-active .badge-count.badge-count-cart,
:root:not([data-theme="light"]) #site-cart-icon > .badge-count.badge-count-cart,
:root:not([data-theme="light"]) #drawer-cart-link > .badge-count.badge-count-cart,
:root:not([data-theme="light"]) .price-chip.price-chip-cart,
:root:not([data-theme="light"]) .quantity-stepper-button-cart {
  color: #e5e7eb !important;
  border-color: rgba(59, 130, 246, 0.24) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 54%, #1a4fd8 100%) !important;
  box-shadow:
    0 0 0 1px rgba(26, 79, 216, 0.12),
    0 0 18px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

:root:not([data-theme="light"]) .header-icon-chip .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) .header-icon-inquiry .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) .header-icon-inquiry-active .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) #site-inquiry-icon > .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) #drawer-inquiry-link > .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) .price-chip.price-chip-inquiry,
:root:not([data-theme="light"]) .quantity-stepper-button-inquiry {
  color: #e5e7eb !important;
  border-color: rgba(24, 59, 122, 0.22) !important;
  background: linear-gradient(135deg, #1a4fd8 0%, #163fb5 54%, #0b0d10 100%) !important;
  box-shadow:
    0 0 0 1px rgba(24, 59, 122, 0.12),
    0 0 18px rgba(26, 79, 216, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

:root:not([data-theme="light"]) .quantity-stepper-cart {
  border-color: rgba(96, 165, 250, 0.22) !important;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(26, 79, 216, 0.1), rgba(248, 252, 253, 0.04)) !important;
}

:root:not([data-theme="light"]) .quantity-stepper-cart span {
  color: #e5e7eb !important;
}

:root:not([data-theme="light"]) .quantity-stepper-inquiry {
  border-color: rgba(24, 59, 122, 0.18) !important;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(24, 59, 122, 0.12), rgba(248, 252, 253, 0.04)) !important;
}

:root:not([data-theme="light"]) .quantity-stepper-inquiry span {
  color: #60a5fa !important;
}

:root:not([data-theme="light"]) .drawer-link-cart-active,
:root:not([data-theme="light"]) .toast-card-cart .toast-media,
:root:not([data-theme="light"]) .toast-card-cart .toast-action {
  color: #e5e7eb !important;
  border-color: rgba(96, 165, 250, 0.24) !important;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(59, 130, 246, 0.12), rgba(248, 252, 253, 0.04)) !important;
}

:root:not([data-theme="light"]) .drawer-link-inquiry-active,
:root:not([data-theme="light"]) .toast-card-inquiry .toast-media,
:root:not([data-theme="light"]) .toast-card-inquiry .toast-action {
  color: #e5e7eb !important;
  border-color: rgba(198, 215, 255, 0.2) !important;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.12), transparent 42%),
    linear-gradient(160deg, rgba(24, 59, 122, 0.18), rgba(248, 252, 253, 0.04)) !important;
}

:root:not([data-theme="light"]) .toast-progress-bar-cart {
  background: linear-gradient(90deg, #60a5fa, #1a4fd8) !important;
}

:root:not([data-theme="light"]) .toast-progress-bar-inquiry {
  background: linear-gradient(90deg, #1a4fd8, #163fb5) !important;
}

:root[data-theme="light"] .header-icon-cart,
:root[data-theme="light"] .header-icon-inquiry,
:root[data-theme="light"] .header-icon-cart-active,
:root[data-theme="light"] .header-icon-inquiry-active {
  color: #1a4fd8 !important;
  border-color: rgba(0, 87, 205, 0.12) !important;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.98), transparent 36%),
    linear-gradient(180deg, rgba(247, 251, 255, 1), rgba(238, 244, 252, 0.94)) !important;
  box-shadow:
    0 10px 22px rgba(16, 32, 58, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

:root[data-theme="light"] .header-icon-cart:hover,
:root[data-theme="light"] .header-icon-cart:focus-visible,
:root[data-theme="light"] .header-icon-inquiry:hover,
:root[data-theme="light"] .header-icon-inquiry:focus-visible,
:root[data-theme="light"] .header-icon-cart-active:hover,
:root[data-theme="light"] .header-icon-cart-active:focus-visible,
:root[data-theme="light"] .header-icon-inquiry-active:hover,
:root[data-theme="light"] .header-icon-inquiry-active:focus-visible {
  color: #1a4fd8 !important;
  border-color: rgba(0, 87, 205, 0.18) !important;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(180deg, rgba(242, 248, 255, 1), rgba(231, 241, 252, 0.98)) !important;
  box-shadow:
    0 12px 24px rgba(16, 32, 58, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

:root[data-theme="light"] .header-icon-cart-active .header-chip-icon,
:root[data-theme="light"] .header-icon-inquiry-active .header-chip-icon {
  filter: none !important;
}

:root[data-theme="light"] .header-icon-chip .badge-count.badge-count-cart,
:root[data-theme="light"] #site-cart-icon > .badge-count.badge-count-cart,
:root[data-theme="light"] #drawer-cart-link > .badge-count.badge-count-cart,
:root[data-theme="light"] .badge-count.badge-count-cart,
:root[data-theme="light"] .price-chip.price-chip-cart,
:root[data-theme="light"] .quantity-stepper-button-cart {
  color: #e5e7eb !important;
  border-color: rgba(26, 79, 216, 0.24) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 54%, #1a4fd8 100%) !important;
  box-shadow:
    0 0 0 1px rgba(26, 79, 216, 0.12),
    0 0 18px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

:root[data-theme="light"] .header-icon-chip .badge-count.badge-count-inquiry,
:root[data-theme="light"] #site-inquiry-icon > .badge-count.badge-count-inquiry,
:root[data-theme="light"] #drawer-inquiry-link > .badge-count.badge-count-inquiry,
:root[data-theme="light"] .badge-count.badge-count-inquiry,
:root[data-theme="light"] .price-chip.price-chip-inquiry,
:root[data-theme="light"] .quantity-stepper-button-inquiry {
  color: #e5e7eb !important;
  border-color: rgba(24, 59, 122, 0.2) !important;
  background: linear-gradient(135deg, #1a4fd8 0%, #163fb5 54%, #0b0d10 100%) !important;
  box-shadow:
    0 0 0 1px rgba(24, 59, 122, 0.12),
    0 0 18px rgba(26, 79, 216, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

:root[data-theme="light"] .quantity-stepper-cart {
  border-color: rgba(26, 79, 216, 0.18) !important;
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(59, 130, 246, 0.09), rgba(255, 255, 255, 0.9)) !important;
}

:root[data-theme="light"] .quantity-stepper-cart span {
  color: #163fb5 !important;
}

:root[data-theme="light"] .quantity-stepper-inquiry {
  border-color: rgba(24, 59, 122, 0.14) !important;
  background:
    radial-gradient(circle at top right, rgba(26, 79, 216, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(24, 59, 122, 0.07), rgba(255, 255, 255, 0.92)) !important;
}

:root[data-theme="light"] .quantity-stepper-inquiry span {
  color: #0b0d10 !important;
}

:root[data-theme="light"] .drawer-link-cart-active,
:root[data-theme="light"] .toast-card-cart .toast-media,
:root[data-theme="light"] .toast-card-cart .toast-action {
  color: #163fb5 !important;
  border-color: rgba(26, 79, 216, 0.16) !important;
}

:root[data-theme="light"] .drawer-link-inquiry-active,
:root[data-theme="light"] .toast-card-inquiry .toast-media,
:root[data-theme="light"] .toast-card-inquiry .toast-action {
  color: #0b0d10 !important;
  border-color: rgba(24, 59, 122, 0.14) !important;
}

:root[data-theme="light"] .toast-progress-bar-cart {
  background: linear-gradient(90deg, #60a5fa, #1a4fd8) !important;
}

:root[data-theme="light"] .toast-progress-bar-inquiry {
  background: linear-gradient(90deg, #1a4fd8, #163fb5) !important;
}

/* 2026-04 absolute final brand palette lock */
.desktop-cart-preview-kicker {
  color: #60a5fa;
}

:root[data-theme="light"] .desktop-cart-preview-kicker {
  color: #1a4fd8;
}

.desktop-cart-preview-link {
  border-color: rgba(96, 165, 250, 0.2);
  background: rgba(96, 165, 250, 0.08);
  color: #60a5fa;
}

.desktop-cart-preview-link:hover,
.desktop-cart-preview-link:focus-visible {
  border-color: rgba(96, 165, 250, 0.34);
  background: rgba(96, 165, 250, 0.12);
  color: #60a5fa;
}

:root[data-theme="light"] .desktop-cart-preview-link {
  border-color: rgba(26, 79, 216, 0.14);
  background: rgba(26, 79, 216, 0.08);
  color: #1a4fd8;
}

:root[data-theme="light"] .desktop-cart-preview-link:hover,
:root[data-theme="light"] .desktop-cart-preview-link:focus-visible {
  border-color: rgba(26, 79, 216, 0.22);
  background: rgba(26, 79, 216, 0.12);
  color: #163fb5;
}

.desktop-cart-preview-total,
.desktop-cart-preview-item {
  color: #60a5fa;
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.06), rgba(248, 252, 253, 0.02)),
    rgba(16, 26, 46, 0.46);
}

.desktop-cart-preview-media {
  border-color: rgba(96, 165, 250, 0.18);
  background:
    radial-gradient(circle at 30% 20%, rgba(159, 192, 255, 0.22), transparent 44%),
    linear-gradient(160deg, rgba(59, 130, 246, 0.24), rgba(24, 59, 122, 0.24));
  box-shadow: inset 0 1px 0 rgba(232, 240, 255, 0.08);
}

:root[data-theme="light"] .desktop-cart-preview-total,
:root[data-theme="light"] .desktop-cart-preview-item {
  color: #1a4fd8;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.94)),
    rgba(255, 255, 255, 0.9);
}

:root[data-theme="light"] .desktop-cart-preview-media {
  border-color: rgba(26, 79, 216, 0.14);
  background:
    radial-gradient(circle at 30% 20%, rgba(191, 213, 255, 0.34), transparent 44%),
    linear-gradient(160deg, rgba(155, 188, 255, 0.26), rgba(26, 79, 216, 0.2));
}

:root:not([data-theme="light"]) .header-icon-cart,
:root:not([data-theme="light"]) .header-icon-inquiry,
:root:not([data-theme="light"]) .header-icon-cart-active,
:root:not([data-theme="light"]) .header-icon-inquiry-active {
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.18);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(59, 130, 246, 0.14), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

:root:not([data-theme="light"]) .header-icon-cart:hover,
:root:not([data-theme="light"]) .header-icon-cart:focus-visible,
:root:not([data-theme="light"]) .header-icon-inquiry:hover,
:root:not([data-theme="light"]) .header-icon-inquiry:focus-visible,
:root:not([data-theme="light"]) .header-icon-cart-active:hover,
:root:not([data-theme="light"]) .header-icon-cart-active:focus-visible,
:root:not([data-theme="light"]) .header-icon-inquiry-active:hover,
:root:not([data-theme="light"]) .header-icon-inquiry-active:focus-visible {
  color: #e5e7eb;
  border-color: rgba(96, 165, 250, 0.24);
  background:
    radial-gradient(circle at 30% 18%, rgba(219, 231, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(96, 165, 250, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root:not([data-theme="light"]) .header-icon-chip .badge-count.badge-count-cart,
:root:not([data-theme="light"]) .header-icon-cart .badge-count.badge-count-cart,
:root:not([data-theme="light"]) .header-icon-cart-active .badge-count.badge-count-cart,
:root:not([data-theme="light"]) #site-cart-icon > .badge-count.badge-count-cart,
:root:not([data-theme="light"]) #drawer-cart-link > .badge-count.badge-count-cart {
  color: #e5e7eb !important;
  border-color: rgba(96, 165, 250, 0.24) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 54%, #1a4fd8 100%) !important;
  box-shadow:
    0 0 0 1px rgba(26, 79, 216, 0.14),
    0 0 18px rgba(59, 130, 246, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

:root:not([data-theme="light"]) .header-icon-chip .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) .header-icon-inquiry .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) .header-icon-inquiry-active .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) #site-inquiry-icon > .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) #drawer-inquiry-link > .badge-count.badge-count-inquiry {
  color: #e5e7eb !important;
  border-color: rgba(198, 215, 255, 0.22) !important;
  background: linear-gradient(135deg, #1a4fd8 0%, #163fb5 54%, #0b0d10 100%) !important;
  box-shadow:
    0 0 0 1px rgba(24, 59, 122, 0.16),
    0 0 18px rgba(59, 130, 246, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

:root:not([data-theme="light"]) #site-cart-icon.header-icon-cart-active,
:root:not([data-theme="light"]) #site-inquiry-icon.header-icon-inquiry-active {
  color: #60a5fa !important;
  border-color: rgba(96, 165, 250, 0.2) !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(219, 231, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(59, 130, 246, 0.14), rgba(255, 255, 255, 0.03)) !important;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

/* 2026-04 brand palette lock */
.brand-alert,
.brand-success {
  border-radius: 1.5rem;
  border-width: 1px;
  padding: 0.9rem 1rem;
  font-size: 0.88rem;
  line-height: 1.85;
}

.brand-alert {
  border-color: rgba(96, 165, 250, 0.22);
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(24, 59, 122, 0.24), rgba(12, 19, 35, 0.28));
  color: #e5e7eb;
}

.brand-success {
  border-color: rgba(96, 165, 250, 0.2);
  background:
    radial-gradient(circle at top right, rgba(159, 192, 255, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(59, 130, 246, 0.18), rgba(24, 59, 122, 0.2));
  color: #e5e7eb;
}

:root[data-theme="light"] .brand-alert,
:root[data-theme="light"] .brand-success {
  color: #163fb5;
  border-color: rgba(26, 79, 216, 0.16);
  background:
    radial-gradient(circle at top right, rgba(155, 188, 255, 0.16), transparent 42%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(236, 243, 255, 0.94));
}

.desktop-cart-preview-kicker {
  color: #60a5fa;
}

:root[data-theme="light"] .desktop-cart-preview-kicker {
  color: #1a4fd8;
}

.desktop-cart-preview-link {
  border-color: rgba(96, 165, 250, 0.2);
  background: rgba(96, 165, 250, 0.08);
  color: #60a5fa;
}

.desktop-cart-preview-link:hover,
.desktop-cart-preview-link:focus-visible {
  border-color: rgba(96, 165, 250, 0.34);
  background: rgba(96, 165, 250, 0.12);
  color: #60a5fa;
}

:root[data-theme="light"] .desktop-cart-preview-link {
  border-color: rgba(26, 79, 216, 0.14);
  background: rgba(26, 79, 216, 0.08);
  color: #1a4fd8;
}

:root[data-theme="light"] .desktop-cart-preview-link:hover,
:root[data-theme="light"] .desktop-cart-preview-link:focus-visible {
  border-color: rgba(26, 79, 216, 0.22);
  background: rgba(26, 79, 216, 0.12);
  color: #163fb5;
}

.desktop-cart-preview-total,
.desktop-cart-preview-item {
  color: #60a5fa;
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.06), rgba(248, 252, 253, 0.02)),
    rgba(16, 26, 46, 0.46);
}

.desktop-cart-preview-media {
  border-color: rgba(96, 165, 250, 0.18);
  background:
    radial-gradient(circle at 30% 20%, rgba(159, 192, 255, 0.22), transparent 44%),
    linear-gradient(160deg, rgba(59, 130, 246, 0.24), rgba(24, 59, 122, 0.24));
  box-shadow: inset 0 1px 0 rgba(232, 240, 255, 0.08);
}

:root[data-theme="light"] .desktop-cart-preview-total,
:root[data-theme="light"] .desktop-cart-preview-item {
  color: #1a4fd8;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.94)),
    rgba(255, 255, 255, 0.9);
}

:root[data-theme="light"] .desktop-cart-preview-media {
  border-color: rgba(26, 79, 216, 0.14);
  background:
    radial-gradient(circle at 30% 20%, rgba(191, 213, 255, 0.34), transparent 44%),
    linear-gradient(160deg, rgba(155, 188, 255, 0.26), rgba(26, 79, 216, 0.2));
}

:root:not([data-theme="light"]) .header-icon-cart,
:root:not([data-theme="light"]) .header-icon-inquiry,
:root:not([data-theme="light"]) .header-icon-cart-active,
:root:not([data-theme="light"]) .header-icon-inquiry-active {
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.18);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(59, 130, 246, 0.14), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

:root:not([data-theme="light"]) .header-icon-cart:hover,
:root:not([data-theme="light"]) .header-icon-cart:focus-visible,
:root:not([data-theme="light"]) .header-icon-inquiry:hover,
:root:not([data-theme="light"]) .header-icon-inquiry:focus-visible,
:root:not([data-theme="light"]) .header-icon-cart-active:hover,
:root:not([data-theme="light"]) .header-icon-cart-active:focus-visible,
:root:not([data-theme="light"]) .header-icon-inquiry-active:hover,
:root:not([data-theme="light"]) .header-icon-inquiry-active:focus-visible {
  color: #e5e7eb;
  border-color: rgba(96, 165, 250, 0.24);
  background:
    radial-gradient(circle at 30% 18%, rgba(219, 231, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(96, 165, 250, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root:not([data-theme="light"]) .header-icon-chip .badge-count.badge-count-cart,
:root:not([data-theme="light"]) .header-icon-cart .badge-count.badge-count-cart,
:root:not([data-theme="light"]) .header-icon-cart-active .badge-count.badge-count-cart,
:root:not([data-theme="light"]) #site-cart-icon > .badge-count.badge-count-cart,
:root:not([data-theme="light"]) #drawer-cart-link > .badge-count.badge-count-cart {
  color: #e5e7eb !important;
  border-color: rgba(96, 165, 250, 0.24) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 54%, #1a4fd8 100%) !important;
  box-shadow:
    0 0 0 1px rgba(26, 79, 216, 0.14),
    0 0 18px rgba(59, 130, 246, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

:root:not([data-theme="light"]) .header-icon-chip .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) .header-icon-inquiry .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) .header-icon-inquiry-active .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) #site-inquiry-icon > .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) #drawer-inquiry-link > .badge-count.badge-count-inquiry {
  color: #e5e7eb !important;
  border-color: rgba(198, 215, 255, 0.22) !important;
  background: linear-gradient(135deg, #1a4fd8 0%, #163fb5 54%, #0b0d10 100%) !important;
  box-shadow:
    0 0 0 1px rgba(24, 59, 122, 0.16),
    0 0 18px rgba(59, 130, 246, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

:root:not([data-theme="light"]) #site-cart-icon.header-icon-cart-active,
:root:not([data-theme="light"]) #site-inquiry-icon.header-icon-inquiry-active {
  color: #60a5fa !important;
  border-color: rgba(96, 165, 250, 0.2) !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(219, 231, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(59, 130, 246, 0.14), rgba(255, 255, 255, 0.03)) !important;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

/* 2026-04 professional footer refresh */
.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 2.5rem;
  padding: 1.25rem;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.18), transparent 30%),
    radial-gradient(circle at left 75%, rgba(26, 79, 216, 0.16), transparent 28%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.08), rgba(12, 18, 31, 0.26));
}

.site-footer-shell {
  display: grid;
  gap: 1rem;
}

.site-footer-top,
.site-footer-side,
.site-footer-social-grid,
.site-footer-links-grid,
.site-footer-trust-list,
.site-footer-bottom,
.site-footer-bottom-links,
.site-footer-feature-list,
.site-footer-action-row,
.footer-links {
  display: grid;
  gap: 0.85rem;
}

.site-footer-brand-block,
.site-footer-card,
.site-footer-link-group {
  min-width: 0;
}

.site-footer-brand-block,
.site-footer-card,
.site-footer-link-group {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(0, 0, 0, 0.12);
}

.site-footer-brand-block,
.site-footer-card {
  padding: 1.05rem;
}

.site-footer-link-group {
  padding: 1rem;
}

.site-footer-brand-header,
.site-footer-card-head,
.site-footer-social-link,
.site-footer-trust-item,
.site-footer-bottom-links {
  display: flex;
  align-items: center;
}

.site-footer-brand-header,
.site-footer-card-head,
.site-footer-social-link,
.site-footer-trust-item {
  gap: 0.8rem;
}

.site-footer-brand-header {
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer-kicker,
.site-footer-card-kicker,
.site-footer-social-state,
.site-footer-trust-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.site-footer-kicker,
.site-footer-card-kicker {
  padding: 0.42rem 0.8rem;
}

.site-footer-kicker {
  color: #e5e7eb;
  border: 1px solid rgba(96, 165, 250, 0.26);
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.2), rgba(31, 78, 168, 0.16));
  box-shadow: 0 10px 22px rgba(31, 78, 168, 0.14);
}

.site-footer-card-kicker {
  color: #e5e7eb;
  border: 1px solid rgba(96, 165, 250, 0.22);
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.18), rgba(31, 78, 168, 0.12));
}

.site-footer-card-head {
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-footer-card-head h3,
.site-footer-heading {
  color: var(--text-primary);
  font-family: var(--font-display);
  line-height: 1.45;
}

.site-footer-card-head h3 {
  margin: 0;
}

.site-footer-heading {
  margin: 0;
  font-size: clamp(1.28rem, 2.4vw, 2rem);
}

.site-footer-summary {
  margin: 0;
  color: #e5e7eb;
  font-size: 0.98rem;
  font-weight: 600;
}

.site-footer-feature-list {
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.site-footer-feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  color: #e5e7eb;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  font-size: 0.84rem;
  line-height: 1.8;
}

.site-footer-feature-pill::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #60a5fa, #1a4fd8);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.04);
}

.site-footer-action-row {
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.site-footer-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.2rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 1rem;
  color: #e5e7eb;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.92), rgba(31, 78, 168, 0.88));
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease;
  box-shadow:
    0 18px 32px rgba(31, 78, 168, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.site-footer-action:hover,
.site-footer-action:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(174, 205, 255, 0.38);
  box-shadow:
    0 22px 36px rgba(24, 59, 122, 0.24),
    0 0 20px rgba(96, 165, 250, 0.16);
}

.site-footer-action-secondary {
  color: #e5e7eb;
  border-color: rgba(96, 165, 250, 0.26);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(24, 59, 122, 0.36));
  box-shadow:
    0 18px 32px rgba(24, 59, 122, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer-action-secondary:hover,
.site-footer-action-secondary:focus-visible {
  border-color: rgba(174, 205, 255, 0.34);
  box-shadow:
    0 22px 36px rgba(24, 59, 122, 0.22),
    0 0 18px rgba(96, 165, 250, 0.12);
}

.site-footer-social-grid,
.site-footer-trust-list {
  grid-template-columns: 1fr;
}

.site-footer-social-link,
.site-footer-trust-item {
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  color: var(--text-primary);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

.site-footer-social-link:hover,
.site-footer-social-link:focus-visible,
.site-footer-trust-item:hover,
.site-footer-trust-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.site-footer-social-link-disabled {
  cursor: default;
  opacity: 0.94;
}

.site-footer-trust-item-disabled {
  cursor: default;
}

.site-footer-social-link-disabled:hover,
.site-footer-social-link-disabled:focus-visible,
.site-footer-trust-item-disabled:hover,
.site-footer-trust-item-disabled:focus-visible {
  transform: none;
  box-shadow: none;
}

.site-footer-social-icon,
.site-footer-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.site-footer-social-icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.95rem;
  color: #e5e7eb;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.34), rgba(24, 59, 122, 0.42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer-social-icon svg {
  width: 1.16rem;
  height: 1.16rem;
  fill: currentColor;
}

.site-footer-social-copy,
.site-footer-trust-copy {
  display: grid;
  gap: 0.12rem;
  flex: 1 1 auto;
  min-width: 0;
}

.site-footer-social-copy strong,
.site-footer-trust-copy strong {
  font-size: 0.92rem;
  font-weight: 700;
}

.site-footer-social-copy small,
.site-footer-trust-copy small,
.site-footer-bottom-copy {
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.85;
}

.site-footer-social-state,
.site-footer-trust-status {
  flex-shrink: 0;
  padding: 0.34rem 0.64rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #e5e7eb;
}

.site-footer-trust-status-live {
  color: #e5e7eb;
  border-color: rgba(96, 165, 250, 0.24);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.22), rgba(24, 59, 122, 0.2));
}

.site-footer-trust-item-enamad .site-footer-trust-mark {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1rem;
  color: #e5e7eb;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(135deg, rgba(96, 165, 250, 0.84), rgba(31, 78, 168, 0.88));
  font-size: 0.76rem;
  font-weight: 800;
  box-shadow:
    0 12px 24px rgba(31, 78, 168, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.site-footer-trust-mark {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1rem;
  color: #e5e7eb;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(24, 59, 122, 0.38));
  font-size: 0.76rem;
  font-weight: 800;
}

.site-footer-links-grid {
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.footer-title {
  margin: 0;
  color: var(--text-primary);
  font-size: 0.94rem;
  font-weight: 800;
}

.footer-links {
  gap: 0.45rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 0.55rem 0;
  color: var(--text-muted);
  font-size: 0.86rem;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-links a::before {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  flex-shrink: 0;
  background: rgba(96, 165, 250, 0.82);
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.08);
}

.footer-links a:hover,
.footer-links a:focus-visible,
.site-footer-bottom-links a:hover,
.site-footer-bottom-links a:focus-visible {
  color: var(--text-primary);
  transform: translateX(-2px);
}

.site-footer-bottom {
  gap: 0.8rem;
  padding-top: 0.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-bottom-copy {
  margin: 0;
}

.site-footer-bottom-links {
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.site-footer-bottom-links a {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

@media (min-width: 48rem) {
  .site-footer {
    padding: 1.45rem;
  }

  .site-footer-bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 64rem) {
  .site-footer {
    padding: 1.65rem;
  }

  .site-footer-top {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    align-items: start;
  }

  .site-footer-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 80rem) {
  .site-footer {
    padding: 1.85rem;
  }

  .site-footer-brand-block,
  .site-footer-card {
    padding: 1.2rem;
  }
}

:root[data-theme="light"] .site-footer {
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.2), transparent 30%),
    radial-gradient(circle at left 75%, rgba(59, 130, 246, 0.16), transparent 28%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 252, 0.88));
  box-shadow:
    0 26px 52px rgba(16, 32, 58, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

:root[data-theme="light"] .site-footer-brand-block,
:root[data-theme="light"] .site-footer-card,
:root[data-theme="light"] .site-footer-link-group,
:root[data-theme="light"] .site-footer-social-link,
:root[data-theme="light"] .site-footer-trust-item {
  border-color: rgba(16, 32, 58, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(242, 246, 253, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 18px 34px rgba(16, 32, 58, 0.06);
}

:root[data-theme="light"] .site-footer-summary {
  color: #163fb5;
}

:root[data-theme="light"] .site-footer-feature-pill {
  color: #161b22;
  border-color: rgba(24, 59, 122, 0.1);
  background:
    radial-gradient(circle at top right, rgba(155, 188, 255, 0.18), transparent 40%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(241, 246, 255, 0.9));
}

:root[data-theme="light"] .site-footer-feature-pill::before {
  box-shadow: 0 0 0 4px rgba(26, 79, 216, 0.08);
}

:root[data-theme="light"] .site-footer-social-icon,
:root[data-theme="light"] .site-footer-trust-mark {
  color: #163fb5;
}

:root[data-theme="light"] .site-footer-social-icon {
  background: linear-gradient(135deg, rgba(155, 188, 255, 0.5), rgba(59, 130, 246, 0.32));
}

:root[data-theme="light"] .site-footer-trust-item-enamad .site-footer-trust-mark {
  color: #163fb5;
}

:root[data-theme="light"] .site-footer-kicker {
  color: #163fb5;
  border-color: rgba(26, 79, 216, 0.2);
  background: linear-gradient(135deg, rgba(219, 232, 255, 0.92), rgba(155, 188, 255, 0.42));
}

:root[data-theme="light"] .site-footer-card-kicker {
  color: #163fb5;
  border-color: rgba(26, 79, 216, 0.18);
  background: linear-gradient(135deg, rgba(205, 223, 255, 0.8), rgba(155, 188, 255, 0.34));
}

:root[data-theme="light"] .site-footer-social-state,
:root[data-theme="light"] .site-footer-trust-status,
:root[data-theme="light"] .footer-links a,
:root[data-theme="light"] .site-footer-bottom-links a,
:root[data-theme="light"] .site-footer-social-copy small,
:root[data-theme="light"] .site-footer-trust-copy small,
:root[data-theme="light"] .site-footer-bottom-copy {
  color: #9ca3af;
}

:root[data-theme="light"] .site-footer-bottom {
  border-top-color: rgba(16, 32, 58, 0.08);
}

/* 2026-04 absolute final footer logo lock */
.brand-logo-footer {
  height: clamp(2.35rem, 2.95vw, 2.8rem) !important;
  max-width: min(100%, 11.8rem) !important;
}

.brand-logo-footer.brand-logo-footer-theme {
  aspect-ratio: 685 / 216 !important;
  background-image: url("/static/images/logo/baazax_dark_full.9263ee61ba41.png") !important;
  background-size: contain !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  height: clamp(2.35rem, 2.95vw, 2.8rem) !important;
  transform: scaleX(0.95);
  transform-origin: right center;
}

:root[data-theme="light"] .brand-logo-footer.brand-logo-footer-theme {
  background-image: url("/static/images/logo/baazax_light_full.9ed96544ecc4.png") !important;
}

@media (min-width: 90rem) {
  .brand-logo-footer,
  .brand-logo-footer.brand-logo-footer-theme {
    height: 3rem !important;
  }
}

/* 2026-04 final footer logo lock to match header logo scale */
.brand-logo-footer {
  height: clamp(2.35rem, 2.95vw, 2.8rem);
  max-width: min(100%, 11.8rem);
}

.brand-logo-footer.brand-logo-footer-theme {
  aspect-ratio: 685 / 216;
  background-image: url("/static/images/logo/baazax_dark_full.9263ee61ba41.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  height: clamp(2.35rem, 2.95vw, 2.8rem);
  transform: scaleX(0.95);
  transform-origin: right center;
}

:root[data-theme="light"] .brand-logo-footer.brand-logo-footer-theme {
  background-image: url("/static/images/logo/baazax_light_full.9ed96544ecc4.png");
}

@media (min-width: 90rem) {
  .brand-logo-footer,
  .brand-logo-footer.brand-logo-footer-theme {
    height: 3rem;
  }
}

/* 2026-04 absolute final light desktop nav lock */
:root[data-theme="light"] .header-desktop-nav .nav-pill {
  color: #6b7280;
  border-color: rgba(26, 79, 216, 0.12);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 245, 255, 0.9));
  box-shadow:
    0 10px 20px rgba(16, 32, 58, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

:root[data-theme="light"] .header-desktop-nav .nav-pill:hover,
:root[data-theme="light"] .header-desktop-nav .nav-pill:focus-visible {
  color: #163fb5;
  border-color: rgba(26, 79, 216, 0.18);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.98), transparent 36%),
    linear-gradient(180deg, rgba(247, 251, 255, 1), rgba(232, 241, 255, 0.96));
  box-shadow:
    0 12px 24px rgba(16, 32, 58, 0.07),
    0 0 18px rgba(59, 130, 246, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

:root[data-theme="light"] .header-desktop-nav .nav-pill.nav-pill-active {
  color: #e5e7eb;
  border-color: rgba(26, 79, 216, 0.22);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.96), rgba(24, 59, 122, 0.96));
  box-shadow:
    0 18px 34px rgba(26, 79, 216, 0.16),
    0 0 22px rgba(59, 130, 246, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

/* 2026-04 absolute final header bucket chip lock */
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-cart,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-inquiry,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-cart-active,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-inquiry-active {
  color: #1a4fd8 !important;
  border-color: rgba(0, 87, 205, 0.12) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.92)),
    rgba(255, 255, 255, 0.9) !important;
  box-shadow:
    0 10px 22px rgba(16, 32, 58, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-cart:hover,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-cart:focus-visible,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-inquiry:hover,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-inquiry:focus-visible,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-cart-active:hover,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-cart-active:focus-visible,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-inquiry-active:hover,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-inquiry-active:focus-visible {
  color: #1a4fd8 !important;
  border-color: rgba(0, 87, 205, 0.18) !important;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(180deg, rgba(242, 248, 255, 1), rgba(231, 241, 252, 0.98)) !important;
  box-shadow:
    0 12px 24px rgba(16, 32, 58, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-cart,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-inquiry,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-cart-active,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-inquiry-active {
  color: var(--text-muted) !important;
  border-color: var(--line-color) !important;
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.08), rgba(248, 252, 253, 0.03)),
    rgba(12, 19, 35, 0.54) !important;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-cart:hover,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-cart:focus-visible,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-inquiry:hover,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-inquiry:focus-visible,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-cart-active:hover,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-cart-active:focus-visible,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-inquiry-active:hover,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-inquiry-active:focus-visible {
  color: #60a5fa !important;
  border-color: rgba(96, 165, 250, 0.24) !important;
  background:
    radial-gradient(circle at 30% 18%, rgba(219, 231, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(26, 79, 216, 0.16), rgba(255, 255, 255, 0.04)) !important;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

:root[data-theme="light"] .header-icon-chip .badge-count.badge-count-cart,
:root[data-theme="light"] .header-icon-chip .badge-count.badge-count-inquiry {
  color: #e5e7eb !important;
  border-color: rgba(31, 78, 168, 0.18) !important;
  background: linear-gradient(135deg, #3b82f6 0%, #1a4fd8 58%, #1a4fd8 100%) !important;
  box-shadow:
    0 0 0 1px rgba(26, 79, 216, 0.12),
    0 0 16px rgba(59, 130, 246, 0.18) !important;
}

:root:not([data-theme="light"]) .header-icon-chip .badge-count.badge-count-cart,
:root:not([data-theme="light"]) .header-icon-chip .badge-count.badge-count-inquiry {
  color: #f9fafb !important;
  border-color: rgba(255, 231, 209, 0.34) !important;
  background: linear-gradient(180deg, #60a5fa, #1a4fd8) !important;
  box-shadow:
    0 0 0 1px rgba(26, 79, 216, 0.16),
    0 0 16px rgba(26, 79, 216, 0.42) !important;
}

:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-cart-active .header-chip-icon,
:root[data-theme="light"] .icon-chip.header-icon-chip.header-icon-inquiry-active .header-chip-icon,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-cart-active .header-chip-icon,
:root:not([data-theme="light"]) .icon-chip.header-icon-chip.header-icon-inquiry-active .header-chip-icon {
  filter: none !important;
}

/* 2026-04 light theme contrast fixes */
:root[data-theme="light"] .cta-button.cta-button-secondary {
  color: #163fb5;
  border-color: rgba(26, 79, 216, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 244, 255, 0.94)),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 12px 24px rgba(16, 32, 58, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

:root[data-theme="light"] .cta-button.cta-button-secondary:hover,
:root[data-theme="light"] .cta-button.cta-button-secondary:focus-visible {
  color: #0b0d10;
  border-color: rgba(26, 79, 216, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(233, 241, 255, 0.96)),
    rgba(255, 255, 255, 0.94);
}

:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-cart,
:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-inquiry {
  color: #e5e7eb;
  border-color: rgba(26, 79, 216, 0.22);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.96), rgba(24, 59, 122, 0.96));
  box-shadow:
    0 18px 36px rgba(26, 79, 216, 0.18),
    0 0 24px rgba(59, 130, 246, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-cart:hover,
:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-cart:focus-visible,
:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-inquiry:hover,
:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-inquiry:focus-visible {
  color: #f9fafb;
  border-color: rgba(26, 79, 216, 0.24);
  background: linear-gradient(135deg, rgba(101, 149, 233, 0.98), rgba(28, 66, 132, 0.98));
  box-shadow:
    0 22px 40px rgba(26, 79, 216, 0.2),
    0 0 26px rgba(59, 130, 246, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

:root[data-theme="light"] .header-icon-cart-active,
:root[data-theme="light"] .badge-count.badge-count-cart,
:root[data-theme="light"] .drawer-link .badge-count.badge-count-cart,
:root[data-theme="light"] .price-chip.price-chip-cart,
:root[data-theme="light"] .quantity-stepper-button-cart {
  color: #e5e7eb;
  border-color: rgba(31, 78, 168, 0.24);
  background: linear-gradient(135deg, #3b82f6 0%, #1a4fd8 58%, #1a4fd8 100%);
  box-shadow:
    0 14px 28px rgba(31, 78, 168, 0.18),
    0 0 20px rgba(59, 130, 246, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

:root[data-theme="light"] .header-icon-inquiry-active,
:root[data-theme="light"] .badge-count.badge-count-inquiry,
:root[data-theme="light"] .drawer-link .badge-count.badge-count-inquiry,
:root[data-theme="light"] .price-chip.price-chip-inquiry,
:root[data-theme="light"] .quantity-stepper-button-inquiry {
  color: #e5e7eb;
  border-color: rgba(16, 38, 77, 0.2);
  background: linear-gradient(135deg, #1a4fd8 0%, #163fb5 58%, #0b0d10 100%);
  box-shadow:
    0 14px 28px rgba(16, 38, 77, 0.18),
    0 0 18px rgba(26, 79, 216, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

:root[data-theme="light"] .quantity-stepper-cart {
  border-color: rgba(26, 79, 216, 0.16);
  background:
    radial-gradient(circle at top right, rgba(155, 188, 255, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(231, 239, 255, 0.94));
  box-shadow:
    0 12px 20px rgba(26, 79, 216, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

:root[data-theme="light"] .quantity-stepper-cart span {
  color: #163fb5;
}

:root[data-theme="light"] .quantity-stepper-inquiry {
  border-color: rgba(16, 38, 77, 0.14);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(246, 249, 255, 0.98), rgba(224, 233, 248, 0.94));
  box-shadow:
    0 12px 20px rgba(16, 38, 77, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

:root[data-theme="light"] .quantity-stepper-inquiry span {
  color: #0b0d10;
}

:root[data-theme="light"] .drawer-link-cart-active,
:root[data-theme="light"] .toast-card-cart .toast-media,
:root[data-theme="light"] .toast-card-cart .toast-action {
  color: #163fb5;
  border-color: rgba(26, 79, 216, 0.16);
  background:
    radial-gradient(circle at top right, rgba(155, 188, 255, 0.18), transparent 42%),
    linear-gradient(160deg, rgba(232, 240, 255, 0.96), rgba(247, 250, 255, 0.94));
}

:root[data-theme="light"] .drawer-link-inquiry-active,
:root[data-theme="light"] .toast-card-inquiry .toast-media,
:root[data-theme="light"] .toast-card-inquiry .toast-action {
  color: #0b0d10;
  border-color: rgba(16, 38, 77, 0.14);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(225, 233, 247, 0.96), rgba(246, 249, 255, 0.94));
}

/* 2026-04 light header bucket chips alignment */
:root[data-theme="light"] .header-icon-cart,
:root[data-theme="light"] .header-icon-inquiry,
:root[data-theme="light"] .header-icon-cart-active,
:root[data-theme="light"] .header-icon-inquiry-active {
  color: #1a4fd8;
  border-color: rgba(0, 87, 205, 0.12);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.98), transparent 36%),
    linear-gradient(180deg, rgba(247, 251, 255, 1), rgba(238, 244, 252, 0.94));
  box-shadow:
    0 10px 22px rgba(16, 32, 58, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

:root[data-theme="light"] .header-icon-cart:hover,
:root[data-theme="light"] .header-icon-cart:focus-visible,
:root[data-theme="light"] .header-icon-inquiry:hover,
:root[data-theme="light"] .header-icon-inquiry:focus-visible,
:root[data-theme="light"] .header-icon-cart-active:hover,
:root[data-theme="light"] .header-icon-cart-active:focus-visible,
:root[data-theme="light"] .header-icon-inquiry-active:hover,
:root[data-theme="light"] .header-icon-inquiry-active:focus-visible {
  color: #1a4fd8;
  border-color: rgba(0, 87, 205, 0.18);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(180deg, rgba(242, 248, 255, 1), rgba(231, 241, 252, 0.98));
  box-shadow:
    0 12px 24px rgba(16, 32, 58, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

:root[data-theme="light"] .header-icon-cart-active .header-chip-icon,
:root[data-theme="light"] .header-icon-inquiry-active .header-chip-icon {
  filter: none;
}

:root[data-theme="light"] .header-icon-chip .badge-count.badge-count-cart,
:root[data-theme="light"] .header-icon-chip .badge-count.badge-count-inquiry {
  color: #e5e7eb;
  border-color: rgba(31, 78, 168, 0.18);
  background: linear-gradient(135deg, #3b82f6 0%, #1a4fd8 58%, #1a4fd8 100%);
  box-shadow:
    0 0 0 1px rgba(26, 79, 216, 0.12),
    0 0 16px rgba(59, 130, 246, 0.18);
}

.drawer-brand-full.brand-logo-full-theme {
  aspect-ratio: 1536 / 512;
  background-size: contain;
  background-position: center 50%;
}

@media (min-width: 40rem) {
  .brand-logo-footer.brand-logo-footer-theme {
    aspect-ratio: 1536 / 512;
    background-size: contain;
    background-position: center 52%;
  }

  .brand-logo-mark-theme.sm\:hidden {
    display: none;
  }
}

.header-desktop-nav {
  display: none;
}

.header-nav-row {
  display: none !important;
}

@media (max-width: 39.9988rem) {
  .site-header-shell {
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
  }

  .header-stable-top {
    min-height: 2.34rem;
    gap: 0.42rem;
  }

  .header-stable-top .brand-lockup {
    max-width: calc(100% - 6rem);
  }

  .header-stable-top .brand-logo-mark {
    width: auto;
    height: 2.28rem;
    max-width: none;
    transform: scaleX(0.95);
    transform-origin: center;
  }

  .header-stable-actions {
    gap: 0.28rem;
  }

  .header-stable-actions .header-icon-chip,
  .mobile-menu-chip {
    width: 2.42rem;
    height: 2.42rem;
    min-height: 2.42rem;
  }

  .header-stable-actions .header-chip-icon,
  .mobile-menu-chip .header-chip-icon {
    width: 1.18rem;
    height: 1.18rem;
  }

  .header-search-row {
    margin-top: 0.42rem;
  }

  .header-search-row .search-input {
    padding: 0.68rem 0.94rem;
    border-radius: 1.02rem;
    font-size: 0.85rem;
  }
}

@media (min-width: 64rem) {
  .site-header-shell {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .header-stable-top {
    display: grid;
    direction: ltr;
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 32rem) minmax(0, 1fr);
    align-items: center;
    gap: 0.95rem 1.4rem;
  }

  .header-brand-group,
  .header-search-row,
  .header-stable-actions,
  .header-desktop-nav {
    direction: rtl;
  }

  .header-brand-group {
    order: 3;
    grid-column: 3;
    justify-self: end;
    align-self: center;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }

  .header-brand-group .brand-lockup {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-shrink: 0;
    line-height: 0;
  }

  .header-stable-top .brand-logo-full {
    height: clamp(2.35rem, 2.95vw, 2.8rem);
  }

  .header-stable-top .brand-logo-full-theme {
    aspect-ratio: 685 / 216;
    background-image: url("/static/images/logo/baazax_dark_full.9263ee61ba41.png");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    height: clamp(2.35rem, 2.95vw, 2.8rem);
    transform: scaleX(0.95);
    transform-origin: right center;
  }

  :root[data-theme="light"] .header-stable-top .brand-logo-full-theme {
    background-image: url("/static/images/logo/baazax_light_full.9ed96544ecc4.png");
  }

  .header-search-row {
    order: 2;
    grid-column: 2;
    justify-self: center;
    width: min(100%, 32rem);
    min-width: 20rem;
    max-width: 32rem;
    margin: 0;
  }

  .header-search-row .search-input {
    padding: 0.95rem 1.2rem;
    border-radius: 1.25rem;
    font-size: 0.96rem;
    text-align: right;
  }

  .header-desktop-nav {
    order: 4;
    grid-column: 1 / -1;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    min-width: 0;
    padding-top: 0.25rem;
  }

  .header-desktop-nav .nav-pill {
    min-height: 2.15rem;
    padding: 0.38rem 0.82rem;
    font-size: 0.8rem;
    line-height: 1.25;
  }

  .header-stable-actions {
    order: 1;
    grid-column: 1;
    justify-self: start;
    align-self: center;
    gap: 0.45rem;
    margin-inline-start: 0;
  }

  .header-stable-actions .header-icon-chip {
    width: 2.55rem;
    height: 2.55rem;
    min-height: 2.55rem;
  }
}

@media (min-width: 90rem) {
  .header-stable-top {
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 34rem) minmax(0, 1fr);
  }

  .header-stable-top .brand-logo-full {
    height: 3rem;
  }

  .header-stable-top .brand-logo-full-theme {
    height: 3rem;
  }

  .header-search-row {
    width: min(100%, 34rem);
    max-width: 34rem;
  }

  .brand-logo-footer {
    height: 4.95rem;
    max-width: min(100%, 17rem);
  }

  .brand-logo-footer-theme {
    height: 4.95rem;
    background-size: contain;
  }

  .header-desktop-nav .nav-pill {
    padding-inline: 0.95rem;
    font-size: 0.84rem;
  }
}

/* 2026-04 final footer logo size matched to header */
.brand-logo-footer {
  height: 2.25rem;
  max-width: min(100%, 11.2rem);
}

.brand-logo-footer.brand-logo-footer-theme {
  aspect-ratio: 685 / 216;
  background-image: url("/static/images/logo/baazax_dark_full.9263ee61ba41.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  height: 2.25rem;
  transform: scaleX(0.95);
  transform-origin: right center;
}

:root[data-theme="light"] .brand-logo-footer.brand-logo-footer-theme {
  background-image: url("/static/images/logo/baazax_light_full.9ed96544ecc4.png");
}

@media (min-width: 64rem) {
  .brand-logo-footer,
  .brand-logo-footer.brand-logo-footer-theme {
    height: clamp(2.35rem, 2.95vw, 2.8rem);
    max-width: min(100%, 11.8rem);
  }
}

@media (min-width: 90rem) {
  .brand-logo-footer,
  .brand-logo-footer.brand-logo-footer-theme {
    height: 3rem;
  }
}

/* Global toast docking and preview toast integration */
.toast-center {
  top: auto;
  bottom: 1rem;
  right: 1rem;
  left: auto;
  width: min(92vw, 22rem);
  align-items: stretch;
}

.toast-card-preview {
  width: 100%;
}

.toast-card-preview-body {
  display: grid;
  gap: 0.9rem;
}

.toast-card-preview .desktop-cart-preview-head {
  margin-bottom: 0;
}

.toast-card-preview .desktop-cart-preview-link {
  align-self: flex-start;
}

.toast-card-preview .desktop-cart-preview-total {
  margin-bottom: 0.78rem;
}

.toast-card-preview .desktop-cart-preview-empty {
  padding-top: 0.1rem;
}

@media (max-width: 767px) {
  .toast-center {
    right: 0.75rem;
    left: 0.75rem;
    bottom: 5.25rem;
    width: auto;
  }
}

/* Final logo-driven palette alignment */
:root {
  --brand-500: #1a4fd8;
  --brand-500-strong: #163fb5;
  --brand-400: #60a5fa;
  --brand-600: #1a4fd8;
  --brand-accent: #60a5fa;
  --brand-accent-strong: #60a5fa;
  --accent-gold: #60a5fa;
  --tech-blue: #1a4fd8;
  --bg-deep: #0b0d10;
  --bg-main: #11151a;
  --bg-card: #161b22;
  --bg-card-strong: #161b22;
  --text-primary: #e5e7eb;
  --text-muted: #9ca3af;
  --text-soft: #9ca3af;
  --line-color: rgba(96, 165, 250, 0.16);
  --panel-bg: rgba(22, 27, 34, 0.86);
  --shadow-brand: 0 16px 34px rgba(26, 79, 216, 0.12);
  --shadow-accent: 0 14px 28px rgba(96, 165, 250, 0.1);
  --surface-glow-main: rgba(26, 79, 216, 0.16);
  --surface-glow-accent: rgba(159, 192, 255, 0.12);
  --surface-panel-top: rgba(28, 33, 40, 0.92);
  --surface-panel-bottom: rgba(20, 20, 24, 0.84);
  --surface-shadow-panel:
    0 22px 44px rgba(0, 0, 0, 0.22),
    0 8px 24px rgba(0, 0, 0, 0.12);
  --surface-shadow-float:
    0 16px 32px rgba(0, 0, 0, 0.18),
    0 6px 16px rgba(0, 0, 0, 0.08);
  --logo-soft-shadow:
    drop-shadow(0 10px 18px rgba(26, 79, 216, 0.12))
    drop-shadow(0 4px 12px rgba(159, 192, 255, 0.1));
  --logo-mark-shadow:
    drop-shadow(0 12px 20px rgba(26, 79, 216, 0.14))
    drop-shadow(0 6px 14px rgba(159, 192, 255, 0.1));
  color-scheme: dark;
}

:root[data-theme="light"] {
  --brand-500: #1a4fd8;
  --brand-500-strong: #163fb5;
  --brand-400: #3b82f6;
  --brand-600: #1a4fd8;
  --brand-accent: #60a5fa;
  --brand-accent-strong: #60a5fa;
  --accent-gold: #3b82f6;
  --tech-blue: #1a4fd8;
  --bg-deep: #e5e7eb;
  --bg-main: #e5e7eb;
  --bg-card: #f9fafb;
  --bg-card-strong: #e5e7eb;
  --text-primary: #0b0d10;
  --text-muted: #9ca3af;
  --text-soft: #9ca3af;
  --line-color: rgba(16, 32, 58, 0.1);
  --panel-bg: rgba(255, 255, 255, 0.88);
  --shadow-brand: 0 16px 32px rgba(0, 146, 246, 0.12);
  --shadow-accent: 0 14px 28px rgba(59, 130, 246, 0.1);
  --surface-glow-main: rgba(0, 146, 246, 0.14);
  --surface-glow-accent: rgba(59, 130, 246, 0.12);
  --surface-panel-top: rgba(255, 255, 255, 0.96);
  --surface-panel-bottom: rgba(244, 248, 253, 0.91);
  --surface-shadow-panel:
    0 18px 36px rgba(16, 32, 58, 0.08),
    0 6px 18px rgba(0, 146, 246, 0.05);
  --surface-shadow-float:
    0 14px 28px rgba(16, 32, 58, 0.08),
    0 6px 16px rgba(0, 146, 246, 0.04);
  --logo-soft-shadow:
    drop-shadow(0 8px 16px rgba(0, 87, 205, 0.1))
    drop-shadow(0 3px 10px rgba(59, 130, 246, 0.06));
  --logo-mark-shadow:
    drop-shadow(0 10px 18px rgba(0, 87, 205, 0.12))
    drop-shadow(0 4px 12px rgba(59, 130, 246, 0.08));
  color-scheme: light;
}

body {
  background:
    radial-gradient(circle at 14% 14%, var(--surface-glow-main), transparent 22%),
    radial-gradient(circle at 86% 10%, var(--surface-glow-accent), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.2), transparent 42%),
    linear-gradient(180deg, #0b0d10 0%, var(--bg-main) 44%, #11151a 100%);
}

:root[data-theme="light"] body {
  background:
    radial-gradient(circle at 14% 12%, var(--surface-glow-main), transparent 22%),
    radial-gradient(circle at 88% 10%, var(--surface-glow-accent), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(0, 146, 246, 0.05), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, var(--bg-main) 44%, #e5e7eb 100%);
}

.mesh-grid {
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(255, 247, 238, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 247, 238, 0.04) 1px, transparent 1px);
}

:root[data-theme="light"] .mesh-grid {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(16, 32, 58, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 58, 0.05) 1px, transparent 1px);
}

.bg-orb-brand {
  background: rgba(26, 79, 216, 0.18);
}

.bg-orb-blue {
  background: rgba(0, 146, 246, 0.14);
}

:root[data-theme="light"] .bg-orb-brand {
  background: rgba(0, 146, 246, 0.16);
}

:root[data-theme="light"] .bg-orb-blue {
  background: rgba(59, 130, 246, 0.12);
}

.glass-panel,
.search-results,
.search-row,
.drawer-user-spotlight,
.drawer-theme-spotlight,
.profile-link,
.drawer-panel,
.desktop-cart-preview-panel,
.toast-card,
.mobile-dock {
  border-color: var(--line-color);
}

.profile-nav {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.25rem;
}

.profile-nav-group {
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem;
  border: 1px solid var(--line-color);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(24, 23, 28, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 24px rgba(0, 0, 0, 0.08);
}

.profile-nav-links {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
}

.profile-nav-links .profile-link {
  white-space: nowrap;
}

:root[data-theme="light"] .profile-nav-group {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 253, 0.94)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 22px rgba(16, 32, 58, 0.04);
}

@media (min-width: 64rem) {
  .profile-nav-links {
    display: grid;
    overflow: visible;
    padding-bottom: 0;
  }

  .profile-nav-links .profile-link {
    width: 100%;
  }
}

.glass-panel {
  background:
    linear-gradient(180deg, var(--surface-panel-top), var(--surface-panel-bottom)),
    radial-gradient(circle at top right, rgba(26, 79, 216, 0.08), transparent 34%),
    radial-gradient(circle at top left, rgba(96, 165, 250, 0.08), transparent 26%);
  box-shadow: var(--surface-shadow-panel);
  backdrop-filter: blur(22px);
}

.site-header-elevated {
  box-shadow: var(--surface-shadow-float);
}

.brand-logo-full {
  filter: var(--logo-soft-shadow);
}

.brand-logo-mark,
.drawer-brand-mark {
  filter: var(--logo-mark-shadow);
}

.text-link {
  color: var(--brand-500);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--brand-accent);
}

.eyebrow {
  color: var(--accent-gold);
}

.brand-mark {
  background: linear-gradient(135deg, var(--brand-500), var(--brand-accent));
  box-shadow: var(--shadow-brand);
}

.hero-card-highlight {
  background: linear-gradient(135deg, rgba(26, 79, 216, 0.12), rgba(96, 165, 250, 0.07));
}

:root[data-theme="light"] .hero-card-highlight {
  background: linear-gradient(135deg, rgba(26, 79, 216, 0.12), rgba(59, 130, 246, 0.07));
}

.search-input,
.field-input {
  color: var(--text-primary);
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(24, 23, 28, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 20px rgba(0, 0, 0, 0.1);
}

:root[data-theme="light"] .search-input,
:root[data-theme="light"] .field-input {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 253, 0.94)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 22px rgba(16, 32, 58, 0.04);
}

.header-icon-chip,
.header-icon-cart,
.header-icon-inquiry {
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.header-icon-chip {
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.18);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(26, 79, 216, 0.16), rgba(255, 255, 255, 0.03));
}

.header-icon-chip:hover,
.header-icon-chip:focus-visible {
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.28);
  background:
    radial-gradient(circle at 30% 18%, rgba(219, 231, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(26, 79, 216, 0.18), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root[data-theme="light"] .header-icon-chip,
:root[data-theme="light"] .header-icon-cart,
:root[data-theme="light"] .header-icon-inquiry {
  box-shadow:
    0 10px 22px rgba(16, 32, 58, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

:root[data-theme="light"] .header-icon-chip {
  color: #1a4fd8;
  border-color: rgba(0, 87, 205, 0.12);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.98), transparent 36%),
    linear-gradient(180deg, rgba(247, 251, 255, 1), rgba(238, 244, 252, 0.94));
}

:root[data-theme="light"] .header-icon-chip:hover,
:root[data-theme="light"] .header-icon-chip:focus-visible {
  color: #1a4fd8;
  border-color: rgba(0, 87, 205, 0.18);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(180deg, rgba(242, 248, 255, 1), rgba(231, 241, 252, 0.98));
  box-shadow:
    0 12px 24px rgba(16, 32, 58, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.drawer-panel {
  background:
    linear-gradient(180deg, rgba(20, 19, 24, 0.98), rgba(18, 18, 22, 0.98)),
    radial-gradient(circle at top right, rgba(26, 79, 216, 0.14), transparent 32%);
  box-shadow:
    -18px 0 36px rgba(0, 0, 0, 0.22),
    -6px 0 16px rgba(0, 146, 246, 0.05);
}

:root[data-theme="light"] .drawer-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 254, 0.98)),
    radial-gradient(circle at top right, rgba(0, 146, 246, 0.08), transparent 30%);
  box-shadow:
    -16px 0 32px rgba(16, 32, 58, 0.08),
    -6px 0 16px rgba(0, 146, 246, 0.04);
}

.drawer-user-spotlight,
.drawer-theme-spotlight {
  background:
    linear-gradient(180deg, rgba(255, 247, 238, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(30, 28, 33, 0.54);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

:root[data-theme="light"] .drawer-user-spotlight,
:root[data-theme="light"] .drawer-theme-spotlight {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 254, 0.92)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    0 14px 26px rgba(16, 32, 58, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.drawer-user-avatar-shell {
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 44%, #163fb5 100%);
  box-shadow: 0 10px 20px rgba(26, 79, 216, 0.16);
}

:root[data-theme="light"] .drawer-user-avatar-shell {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 36%, #163fb5 100%);
  box-shadow: 0 10px 20px rgba(26, 79, 216, 0.12);
}

.drawer-theme-orb {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.16);
}

:root[data-theme="light"] .drawer-theme-orb {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 10px 20px rgba(16, 32, 58, 0.06);
}

.desktop-cart-preview-panel,
.toast-card,
.mobile-dock {
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

:root[data-theme="light"] .desktop-cart-preview-panel,
:root[data-theme="light"] .toast-card,
:root[data-theme="light"] .mobile-dock {
  box-shadow:
    0 14px 28px rgba(16, 32, 58, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

/* 2026-04 logo refresh */
:root {
  --brand-500: #1a4fd8;
  --brand-500-strong: #1a4fd8;
  --brand-400: #60a5fa;
  --brand-600: #163fb5;
  --brand-accent: #60a5fa;
  --brand-accent-strong: #60a5fa;
  --accent-gold: #60a5fa;
  --tech-blue: #1a4fd8;
  --bg-deep: #0b0d10;
  --bg-main: #11151a;
  --bg-card: #11151a;
  --bg-card-strong: #161b22;
  --text-primary: #e5e7eb;
  --text-muted: #9ca3af;
  --text-soft: #9ca3af;
  --line-color: rgba(126, 157, 220, 0.16);
  --panel-bg: rgba(12, 19, 35, 0.76);
  --shadow-brand: 0 18px 38px rgba(26, 79, 216, 0.22);
  --shadow-accent: 0 16px 32px rgba(159, 192, 255, 0.14);
  --surface-glow-main: rgba(63, 116, 214, 0.24);
  --surface-glow-accent: rgba(134, 167, 233, 0.16);
  --surface-panel-top: rgba(18, 29, 50, 0.92);
  --surface-panel-bottom: rgba(7, 12, 24, 0.88);
  --surface-shadow-panel:
    0 24px 52px rgba(0, 0, 0, 0.28),
    0 10px 28px rgba(26, 79, 216, 0.12);
  --surface-shadow-float:
    0 18px 40px rgba(0, 0, 0, 0.22),
    0 8px 20px rgba(26, 79, 216, 0.1);
  --logo-soft-shadow:
    drop-shadow(0 10px 18px rgba(26, 79, 216, 0.18))
    drop-shadow(0 4px 14px rgba(7, 12, 24, 0.24));
  --logo-mark-shadow:
    drop-shadow(0 12px 22px rgba(26, 79, 216, 0.24))
    drop-shadow(0 6px 16px rgba(7, 12, 24, 0.28));
  color-scheme: dark;
}

:root[data-theme="light"] {
  --brand-500: #1a4fd8;
  --brand-500-strong: #163fb5;
  --brand-400: #3b82f6;
  --brand-600: #1a4fd8;
  --brand-accent: #163fb5;
  --brand-accent-strong: #0b0d10;
  --accent-gold: #1a4fd8;
  --tech-blue: #1a4fd8;
  --bg-deep: #e5e7eb;
  --bg-main: #e5e7eb;
  --bg-card: #f9fafb;
  --bg-card-strong: #e5e7eb;
  --text-primary: #0b0d10;
  --text-muted: #9ca3af;
  --text-soft: #9ca3af;
  --line-color: rgba(28, 59, 122, 0.12);
  --panel-bg: rgba(255, 255, 255, 0.88);
  --shadow-brand: 0 18px 36px rgba(26, 79, 216, 0.14);
  --shadow-accent: 0 14px 28px rgba(59, 130, 246, 0.1);
  --surface-glow-main: rgba(63, 116, 214, 0.14);
  --surface-glow-accent: rgba(143, 182, 255, 0.14);
  --surface-panel-top: rgba(255, 255, 255, 0.98);
  --surface-panel-bottom: rgba(239, 244, 255, 0.93);
  --surface-shadow-panel:
    0 18px 40px rgba(16, 32, 58, 0.08),
    0 6px 18px rgba(26, 79, 216, 0.05);
  --surface-shadow-float:
    0 14px 30px rgba(16, 32, 58, 0.08),
    0 6px 16px rgba(26, 79, 216, 0.04);
  --logo-soft-shadow:
    drop-shadow(0 8px 16px rgba(26, 79, 216, 0.12))
    drop-shadow(0 3px 10px rgba(16, 32, 58, 0.08));
  --logo-mark-shadow:
    drop-shadow(0 10px 18px rgba(26, 79, 216, 0.14))
    drop-shadow(0 4px 12px rgba(16, 32, 58, 0.08));
  color-scheme: light;
}

.bg-app {
  background:
    radial-gradient(circle at top right, rgba(76, 124, 214, 0.24), transparent 28%),
    radial-gradient(circle at left, rgba(159, 192, 255, 0.18), transparent 24%),
    linear-gradient(180deg, var(--bg-deep), var(--bg-main));
}

:root[data-theme="light"] .bg-app {
  background:
    radial-gradient(circle at top right, rgba(26, 79, 216, 0.14), transparent 28%),
    radial-gradient(circle at left, rgba(143, 182, 255, 0.12), transparent 24%),
    linear-gradient(180deg, var(--bg-deep), var(--bg-main));
}

.mesh-grid {
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(230, 238, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 238, 255, 0.05) 1px, transparent 1px);
}

:root[data-theme="light"] .mesh-grid {
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(16, 32, 58, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 58, 0.05) 1px, transparent 1px);
}

.bg-orb-brand {
  background: rgba(63, 116, 214, 0.22);
}

.bg-orb-blue {
  background: rgba(159, 192, 255, 0.16);
}

:root[data-theme="light"] .bg-orb-brand {
  background: rgba(26, 79, 216, 0.16);
}

:root[data-theme="light"] .bg-orb-blue {
  background: rgba(143, 182, 255, 0.12);
}

.glass-panel {
  background:
    linear-gradient(180deg, var(--surface-panel-top), var(--surface-panel-bottom)),
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.1), transparent 34%),
    radial-gradient(circle at top left, rgba(26, 79, 216, 0.08), transparent 28%);
  box-shadow: var(--surface-shadow-panel);
}

.site-header-elevated {
  box-shadow: var(--surface-shadow-float);
}

.search-input,
.field-input {
  color: var(--text-primary);
  border-color: rgba(126, 157, 220, 0.18);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.08), rgba(248, 252, 253, 0.03)),
    rgba(12, 19, 35, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.12);
}

:root[data-theme="light"] .search-input,
:root[data-theme="light"] .field-input {
  border-color: rgba(28, 59, 122, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.94)),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 24px rgba(16, 32, 58, 0.06);
}

.search-input:focus,
.field-input:focus {
  border-color: rgba(59, 130, 246, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 4px rgba(59, 130, 246, 0.12),
    0 16px 30px rgba(26, 79, 216, 0.12);
}

:root[data-theme="light"] .search-input:focus,
:root[data-theme="light"] .field-input:focus {
  border-color: rgba(26, 79, 216, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 0 0 4px rgba(26, 79, 216, 0.1),
    0 16px 28px rgba(26, 79, 216, 0.1);
}

.search-results,
.desktop-cart-preview-panel,
.toast-card,
.drawer-panel,
.mobile-dock {
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(16, 26, 46, 0.96), rgba(8, 14, 28, 0.94)),
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.12), transparent 34%);
}

:root[data-theme="light"] .search-results,
:root[data-theme="light"] .desktop-cart-preview-panel,
:root[data-theme="light"] .toast-card,
:root[data-theme="light"] .drawer-panel,
:root[data-theme="light"] .mobile-dock {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.94)),
    radial-gradient(circle at top right, rgba(26, 79, 216, 0.08), transparent 34%);
}

.search-row,
.product-card,
.category-card,
.metric-tile,
.profile-link,
.drawer-user-spotlight,
.drawer-theme-spotlight,
.profile-nav-group {
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.06), rgba(248, 252, 253, 0.02)),
    rgba(16, 26, 46, 0.46);
}

:root[data-theme="light"] .search-row,
:root[data-theme="light"] .product-card,
:root[data-theme="light"] .category-card,
:root[data-theme="light"] .metric-tile,
:root[data-theme="light"] .profile-link,
:root[data-theme="light"] .drawer-user-spotlight,
:root[data-theme="light"] .drawer-theme-spotlight,
:root[data-theme="light"] .profile-nav-group {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.94)),
    rgba(255, 255, 255, 0.9);
}

.profile-sidebar-account {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  margin-top: 1.1rem;
  text-align: center;
  text-decoration: none;
  color: var(--text-primary);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.profile-sidebar-account:hover,
.profile-sidebar-account:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(96, 165, 250, 0.28);
  box-shadow:
    0 16px 32px rgba(7, 12, 24, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.profile-sidebar-account-media {
  display: flex;
  justify-content: center;
  width: 100%;
}

.profile-sidebar-avatar-shell {
  width: 5rem;
  max-width: 100%;
}

.profile-sidebar-avatar-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.profile-sidebar-account-copy {
  display: grid;
  gap: 0.16rem;
  min-width: 0;
}

.profile-sidebar-account-copy strong {
  font-size: 0.98rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.profile-sidebar-account-copy small {
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.8;
}

@media (min-width: 64rem) {
  .profile-sidebar-avatar-shell {
    width: calc((100% + 3.8rem) / 3);
  }
}

.eyebrow,
.search-group-title {
  color: #60a5fa;
}

:root[data-theme="light"] .eyebrow,
:root[data-theme="light"] .search-group-title {
  color: #1a4fd8;
}

.text-link,
.desktop-cart-preview-link {
  color: #60a5fa;
}

.text-link:hover,
.text-link:focus-visible,
.desktop-cart-preview-link:hover,
.desktop-cart-preview-link:focus-visible {
  color: #60a5fa;
}

:root[data-theme="light"] .text-link,
:root[data-theme="light"] .desktop-cart-preview-link {
  color: #1a4fd8;
}

:root[data-theme="light"] .text-link:hover,
:root[data-theme="light"] .text-link:focus-visible,
:root[data-theme="light"] .desktop-cart-preview-link:hover,
:root[data-theme="light"] .desktop-cart-preview-link:focus-visible {
  color: #163fb5;
}

.nav-pill:hover,
.nav-pill:focus-visible,
.header-icon-chip:hover,
.header-icon-chip:focus-visible,
.icon-chip:hover,
.icon-chip:focus-visible {
  border-color: rgba(96, 165, 250, 0.24);
}

:root[data-theme="light"] .nav-pill:hover,
:root[data-theme="light"] .nav-pill:focus-visible,
:root[data-theme="light"] .header-icon-chip:hover,
:root[data-theme="light"] .header-icon-chip:focus-visible,
:root[data-theme="light"] .icon-chip:hover,
:root[data-theme="light"] .icon-chip:focus-visible {
  border-color: rgba(26, 79, 216, 0.18);
}

.nav-pill-active,
.profile-link-active,
.cta-button,
.mobile-dock-link-active {
  color: #e5e7eb;
  border-color: rgba(96, 165, 250, 0.28);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.98), rgba(31, 78, 168, 0.96));
  box-shadow:
    0 18px 38px rgba(31, 78, 168, 0.28),
    0 0 26px rgba(96, 165, 250, 0.18);
}

:root[data-theme="light"] .nav-pill-active,
:root[data-theme="light"] .profile-link-active,
:root[data-theme="light"] .cta-button,
:root[data-theme="light"] .mobile-dock-link-active {
  color: #e5e7eb;
  border-color: rgba(26, 79, 216, 0.22);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.96), rgba(24, 59, 122, 0.96));
  box-shadow:
    0 18px 36px rgba(26, 79, 216, 0.18),
    0 0 24px rgba(59, 130, 246, 0.14);
}

.cta-button-secondary,
.header-icon-chip,
.icon-chip {
  color: var(--text-muted);
  border-color: var(--line-color);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.08), rgba(248, 252, 253, 0.03)),
    rgba(12, 19, 35, 0.54);
}

:root[data-theme="light"] .cta-button-secondary,
:root[data-theme="light"] .header-icon-chip,
:root[data-theme="light"] .icon-chip {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.92)),
    rgba(255, 255, 255, 0.9);
}

.header-icon-cart {
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.24);
}

.header-icon-inquiry {
  color: #60a5fa;
  border-color: rgba(198, 215, 255, 0.22);
}

:root[data-theme="light"] .header-icon-cart {
  color: #1a4fd8;
  border-color: rgba(26, 79, 216, 0.18);
}

:root[data-theme="light"] .header-icon-inquiry {
  color: #163fb5;
  border-color: rgba(24, 59, 122, 0.16);
}

.header-icon-cart-active,
.badge-count.badge-count-cart,
.drawer-link .badge-count.badge-count-cart,
.price-chip.price-chip-cart,
.quantity-stepper-button-cart {
  color: #e5e7eb;
  border-color: rgba(96, 165, 250, 0.3);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.98), rgba(31, 78, 168, 0.96));
  box-shadow:
    0 12px 28px rgba(31, 78, 168, 0.22),
    0 0 22px rgba(96, 165, 250, 0.16);
}

.header-icon-inquiry-active,
.badge-count.badge-count-inquiry,
.drawer-link .badge-count.badge-count-inquiry,
.price-chip.price-chip-inquiry,
.quantity-stepper-button-inquiry {
  color: #e5e7eb;
  border-color: rgba(198, 215, 255, 0.24);
  background: linear-gradient(135deg, rgba(24, 59, 122, 0.98), rgba(10, 22, 48, 0.98));
  box-shadow:
    0 12px 28px rgba(10, 22, 48, 0.28),
    0 0 22px rgba(96, 165, 250, 0.12);
}

:root[data-theme="light"] .header-icon-cart-active,
:root[data-theme="light"] .badge-count.badge-count-cart,
:root[data-theme="light"] .drawer-link .badge-count.badge-count-cart,
:root[data-theme="light"] .price-chip.price-chip-cart,
:root[data-theme="light"] .quantity-stepper-button-cart {
  border-color: rgba(26, 79, 216, 0.24);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.96), rgba(24, 59, 122, 0.95));
}

:root[data-theme="light"] .header-icon-inquiry-active,
:root[data-theme="light"] .badge-count.badge-count-inquiry,
:root[data-theme="light"] .drawer-link .badge-count.badge-count-inquiry,
:root[data-theme="light"] .price-chip.price-chip-inquiry,
:root[data-theme="light"] .quantity-stepper-button-inquiry {
  border-color: rgba(24, 59, 122, 0.18);
  background: linear-gradient(135deg, rgba(24, 59, 122, 0.96), rgba(16, 38, 77, 0.96));
}

.quantity-stepper-cart {
  border-color: rgba(96, 165, 250, 0.24);
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(96, 165, 250, 0.1), rgba(248, 252, 253, 0.04));
}

.quantity-stepper-cart span {
  color: #e5e7eb;
}

.quantity-stepper-inquiry {
  border-color: rgba(198, 215, 255, 0.2);
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(24, 59, 122, 0.22), rgba(248, 252, 253, 0.04));
}

.quantity-stepper-inquiry span {
  color: #e5e7eb;
}

:root[data-theme="light"] .quantity-stepper-cart {
  border-color: rgba(26, 79, 216, 0.18);
}

:root[data-theme="light"] .quantity-stepper-inquiry {
  border-color: rgba(24, 59, 122, 0.14);
}

.drawer-link-cart-active,
.toast-card-cart .toast-media,
.toast-card-cart .toast-action {
  border-color: rgba(96, 165, 250, 0.24);
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(59, 130, 246, 0.12), rgba(248, 252, 253, 0.04));
  color: #e5e7eb;
}

.drawer-link-inquiry-active,
.toast-card-inquiry .toast-media,
.toast-card-inquiry .toast-action {
  border-color: rgba(198, 215, 255, 0.2);
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.12), transparent 42%),
    linear-gradient(160deg, rgba(24, 59, 122, 0.18), rgba(248, 252, 253, 0.04));
  color: #e5e7eb;
}

:root[data-theme="light"] .drawer-link-cart-active,
:root[data-theme="light"] .toast-card-cart .toast-media,
:root[data-theme="light"] .toast-card-cart .toast-action {
  border-color: rgba(26, 79, 216, 0.16);
  color: #163fb5;
}

:root[data-theme="light"] .drawer-link-inquiry-active,
:root[data-theme="light"] .toast-card-inquiry .toast-media,
:root[data-theme="light"] .toast-card-inquiry .toast-action {
  border-color: rgba(24, 59, 122, 0.14);
  color: #0b0d10;
}

.toast-progress-bar-cart {
  background: linear-gradient(90deg, #60a5fa, #1a4fd8);
}

.toast-progress-bar-inquiry {
  background: linear-gradient(90deg, #1a4fd8, #163fb5);
}

/* 2026-04 final light bucket action refinement */
:root[data-theme="light"] .cta-button.cta-button-cart,
:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-cart {
  color: #e5e7eb;
  border-color: rgba(26, 79, 216, 0.24);
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 54%, #1a4fd8 100%);
  box-shadow:
    0 18px 36px rgba(26, 79, 216, 0.2),
    0 0 24px rgba(59, 130, 246, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

:root[data-theme="light"] .cta-button.cta-button-inquiry,
:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-inquiry {
  color: #e5e7eb;
  border-color: rgba(24, 59, 122, 0.2);
  background: linear-gradient(135deg, #1a4fd8 0%, #163fb5 54%, #0b0d10 100%);
  box-shadow:
    0 18px 36px rgba(16, 38, 77, 0.18),
    0 0 22px rgba(26, 79, 216, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

:root[data-theme="light"] .cta-button.cta-button-cart:hover,
:root[data-theme="light"] .cta-button.cta-button-cart:focus-visible,
:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-cart:hover,
:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-cart:focus-visible {
  color: #f9fafb;
  border-color: rgba(26, 79, 216, 0.28);
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 54%, #1a4fd8 100%);
  box-shadow:
    0 22px 40px rgba(26, 79, 216, 0.22),
    0 0 26px rgba(59, 130, 246, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

:root[data-theme="light"] .cta-button.cta-button-inquiry:hover,
:root[data-theme="light"] .cta-button.cta-button-inquiry:focus-visible,
:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-inquiry:hover,
:root[data-theme="light"] .cta-button.cta-button-secondary.cta-button-inquiry:focus-visible {
  color: #f9fafb;
  border-color: rgba(24, 59, 122, 0.24);
  background: linear-gradient(135deg, #1a4fd8 0%, #1a4fd8 54%, #0b0d10 100%);
  box-shadow:
    0 22px 40px rgba(16, 38, 77, 0.2),
    0 0 24px rgba(26, 79, 216, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

:root[data-theme="light"] .header-icon-cart-active,
:root[data-theme="light"] .badge-count.badge-count-cart,
:root[data-theme="light"] .drawer-link .badge-count.badge-count-cart,
:root[data-theme="light"] .price-chip.price-chip-cart,
:root[data-theme="light"] .quantity-stepper-button-cart {
  color: #e5e7eb;
  border-color: rgba(26, 79, 216, 0.24);
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 54%, #1a4fd8 100%);
  box-shadow:
    0 14px 28px rgba(26, 79, 216, 0.18),
    0 0 20px rgba(59, 130, 246, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

:root[data-theme="light"] .header-icon-inquiry-active,
:root[data-theme="light"] .badge-count.badge-count-inquiry,
:root[data-theme="light"] .drawer-link .badge-count.badge-count-inquiry,
:root[data-theme="light"] .price-chip.price-chip-inquiry,
:root[data-theme="light"] .quantity-stepper-button-inquiry {
  color: #e5e7eb;
  border-color: rgba(24, 59, 122, 0.2);
  background: linear-gradient(135deg, #1a4fd8 0%, #163fb5 54%, #0b0d10 100%);
  box-shadow:
    0 14px 28px rgba(16, 38, 77, 0.18),
    0 0 18px rgba(26, 79, 216, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

:root[data-theme="light"] .drawer-link-cart-active,
:root[data-theme="light"] .toast-card-cart .toast-media,
:root[data-theme="light"] .toast-card-cart .toast-action {
  color: #163fb5;
  border-color: rgba(26, 79, 216, 0.16);
  background:
    radial-gradient(circle at top right, rgba(155, 188, 255, 0.18), transparent 42%),
    linear-gradient(160deg, rgba(233, 241, 255, 0.98), rgba(247, 250, 255, 0.95));
}

:root[data-theme="light"] .drawer-link-inquiry-active,
:root[data-theme="light"] .toast-card-inquiry .toast-media,
:root[data-theme="light"] .toast-card-inquiry .toast-action {
  color: #0b0d10;
  border-color: rgba(24, 59, 122, 0.14);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(228, 236, 249, 0.98), rgba(246, 249, 255, 0.95));
}

/* 2026-04 final light header bucket chips = profile chip */
:root[data-theme="light"] .header-icon-cart,
:root[data-theme="light"] .header-icon-inquiry,
:root[data-theme="light"] .header-icon-cart-active,
:root[data-theme="light"] .header-icon-inquiry-active {
  color: #1a4fd8;
  border-color: rgba(0, 87, 205, 0.12);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.98), transparent 36%),
    linear-gradient(180deg, rgba(247, 251, 255, 1), rgba(238, 244, 252, 0.94));
  box-shadow:
    0 10px 22px rgba(16, 32, 58, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

:root[data-theme="light"] .header-icon-cart:hover,
:root[data-theme="light"] .header-icon-cart:focus-visible,
:root[data-theme="light"] .header-icon-inquiry:hover,
:root[data-theme="light"] .header-icon-inquiry:focus-visible,
:root[data-theme="light"] .header-icon-cart-active:hover,
:root[data-theme="light"] .header-icon-cart-active:focus-visible,
:root[data-theme="light"] .header-icon-inquiry-active:hover,
:root[data-theme="light"] .header-icon-inquiry-active:focus-visible {
  color: #1a4fd8;
  border-color: rgba(0, 87, 205, 0.18);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(180deg, rgba(242, 248, 255, 1), rgba(231, 241, 252, 0.98));
  box-shadow:
    0 12px 24px rgba(16, 32, 58, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

:root[data-theme="light"] .header-icon-cart-active .header-chip-icon,
:root[data-theme="light"] .header-icon-inquiry-active .header-chip-icon {
  filter: none;
}

/* 2026-04 final dark header bucket chips = profile chip */
:root:not([data-theme="light"]) .header-icon-cart,
:root:not([data-theme="light"]) .header-icon-inquiry,
:root:not([data-theme="light"]) .header-icon-cart-active,
:root:not([data-theme="light"]) .header-icon-inquiry-active {
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.18);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(26, 79, 216, 0.16), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

:root:not([data-theme="light"]) .header-icon-cart:hover,
:root:not([data-theme="light"]) .header-icon-cart:focus-visible,
:root:not([data-theme="light"]) .header-icon-inquiry:hover,
:root:not([data-theme="light"]) .header-icon-inquiry:focus-visible,
:root:not([data-theme="light"]) .header-icon-cart-active:hover,
:root:not([data-theme="light"]) .header-icon-cart-active:focus-visible,
:root:not([data-theme="light"]) .header-icon-inquiry-active:hover,
:root:not([data-theme="light"]) .header-icon-inquiry-active:focus-visible {
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.28);
  background:
    radial-gradient(circle at 30% 18%, rgba(219, 231, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(26, 79, 216, 0.18), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

:root:not([data-theme="light"]) .header-icon-cart-active .header-chip-icon,
:root:not([data-theme="light"]) .header-icon-inquiry-active .header-chip-icon {
  filter: none;
}

/* 2026-04 final header badge counters follow cart/inquiry CTA colors */
:root[data-theme="light"] .header-icon-chip .badge-count.badge-count-cart {
  color: #e5e7eb !important;
  border-color: rgba(26, 79, 216, 0.24) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 54%, #1a4fd8 100%) !important;
  box-shadow:
    0 0 0 1px rgba(26, 79, 216, 0.12),
    0 0 18px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

:root[data-theme="light"] .header-icon-chip .badge-count.badge-count-inquiry {
  color: #e5e7eb !important;
  border-color: rgba(24, 59, 122, 0.2) !important;
  background: linear-gradient(135deg, #1a4fd8 0%, #163fb5 54%, #0b0d10 100%) !important;
  box-shadow:
    0 0 0 1px rgba(24, 59, 122, 0.12),
    0 0 18px rgba(26, 79, 216, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

:root:not([data-theme="light"]) .header-icon-chip .badge-count.badge-count-cart {
  color: #f9fafb !important;
  border-color: rgba(241, 185, 103, 0.22) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 100%) !important;
  box-shadow:
    0 0 0 1px rgba(188, 109, 24, 0.16),
    0 0 18px rgba(188, 109, 24, 0.34),
    inset 0 1px 0 rgba(219, 231, 255, 0.18) !important;
}

:root:not([data-theme="light"]) .header-icon-chip .badge-count.badge-count-inquiry {
  color: #10b981 !important;
  border-color: rgba(89, 214, 145, 0.2) !important;
  background: linear-gradient(135deg, #10b981 0%, #10b981 100%) !important;
  box-shadow:
    0 0 0 1px rgba(27, 150, 90, 0.16),
    0 0 18px rgba(27, 150, 90, 0.3),
    inset 0 1px 0 rgba(233, 255, 243, 0.16) !important;
}

:root:not([data-theme="light"]) .header-icon-cart .badge-count.badge-count-cart,
:root:not([data-theme="light"]) .header-icon-cart-active .badge-count.badge-count-cart {
  color: #f9fafb !important;
  border-color: rgba(241, 185, 103, 0.22) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 100%) !important;
  box-shadow:
    0 0 0 1px rgba(188, 109, 24, 0.16),
    0 0 18px rgba(188, 109, 24, 0.34),
    inset 0 1px 0 rgba(219, 231, 255, 0.18) !important;
}

:root:not([data-theme="light"]) .header-icon-inquiry .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) .header-icon-inquiry-active .badge-count.badge-count-inquiry {
  color: #10b981 !important;
  border-color: rgba(89, 214, 145, 0.2) !important;
  background: linear-gradient(135deg, #10b981 0%, #10b981 100%) !important;
  box-shadow:
    0 0 0 1px rgba(27, 150, 90, 0.16),
    0 0 18px rgba(27, 150, 90, 0.3),
    inset 0 1px 0 rgba(233, 255, 243, 0.16) !important;
}

/* 2026-04 final bucket badge lock for real header/drawer nodes */
:root[data-theme="light"] #site-cart-icon > .badge-count.badge-count-cart,
:root[data-theme="light"] #drawer-cart-link > .badge-count.badge-count-cart {
  color: #e5e7eb !important;
  border-color: rgba(26, 79, 216, 0.24) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 54%, #1a4fd8 100%) !important;
  box-shadow:
    0 0 0 1px rgba(26, 79, 216, 0.12),
    0 0 18px rgba(59, 130, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

:root[data-theme="light"] #site-inquiry-icon > .badge-count.badge-count-inquiry,
:root[data-theme="light"] #drawer-inquiry-link > .badge-count.badge-count-inquiry {
  color: #e5e7eb !important;
  border-color: rgba(24, 59, 122, 0.2) !important;
  background: linear-gradient(135deg, #1a4fd8 0%, #163fb5 54%, #0b0d10 100%) !important;
  box-shadow:
    0 0 0 1px rgba(24, 59, 122, 0.12),
    0 0 18px rgba(26, 79, 216, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

:root:not([data-theme="light"]) #site-cart-icon > .badge-count.badge-count-cart,
:root:not([data-theme="light"]) #drawer-cart-link > .badge-count.badge-count-cart {
  color: #f9fafb !important;
  border-color: rgba(241, 185, 103, 0.22) !important;
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 100%) !important;
  box-shadow:
    0 0 0 1px rgba(188, 109, 24, 0.16),
    0 0 18px rgba(188, 109, 24, 0.34),
    inset 0 1px 0 rgba(219, 231, 255, 0.18) !important;
}

:root:not([data-theme="light"]) #site-inquiry-icon > .badge-count.badge-count-inquiry,
:root:not([data-theme="light"]) #drawer-inquiry-link > .badge-count.badge-count-inquiry {
  color: #10b981 !important;
  border-color: rgba(89, 214, 145, 0.2) !important;
  background: linear-gradient(135deg, #10b981 0%, #10b981 100%) !important;
  box-shadow:
    0 0 0 1px rgba(27, 150, 90, 0.16),
    0 0 18px rgba(27, 150, 90, 0.3),
    inset 0 1px 0 rgba(233, 255, 243, 0.16) !important;
}

:root:not([data-theme="light"]) #site-cart-icon.header-icon-cart-active,
:root:not([data-theme="light"]) #site-inquiry-icon.header-icon-inquiry-active {
  color: var(--text-muted) !important;
  border-color: var(--line-color) !important;
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.08), rgba(248, 252, 253, 0.03)),
    rgba(12, 19, 35, 0.54) !important;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.price-chip,
.drawer-user-chip {
  border-color: var(--line-color);
  background: rgba(248, 252, 253, 0.06);
}

.drawer-user-chip {
  color: #60a5fa;
  background: linear-gradient(180deg, rgba(96, 165, 250, 0.18), rgba(31, 78, 168, 0.16));
}

:root[data-theme="light"] .drawer-user-chip {
  color: #163fb5;
  background: linear-gradient(180deg, rgba(96, 165, 250, 0.16), rgba(96, 165, 250, 0.08));
}

.drawer-theme-orb {
  color: #60a5fa;
  background:
    radial-gradient(circle at 32% 24%, rgba(220, 233, 255, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(27, 44, 82, 0.96), rgba(10, 17, 33, 0.98));
}

.drawer-theme-glyph-moon {
  filter: drop-shadow(0 0 10px rgba(143, 182, 255, 0.28));
}

.drawer-theme-spotlight[data-theme-state="light"] .drawer-theme-orb {
  color: #1a4fd8;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 1), transparent 34%),
    linear-gradient(160deg, rgba(236, 243, 255, 0.98), rgba(211, 225, 249, 0.95));
}

.drawer-theme-spotlight[data-theme-state="light"] .drawer-theme-glyph-sun {
  filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.28));
}

.drawer-user-avatar-shell {
  background: linear-gradient(135deg, #60a5fa 0%, #1a4fd8 44%, #163fb5 100%);
  box-shadow: 0 10px 20px rgba(31, 78, 168, 0.18);
}

:root[data-theme="light"] .drawer-user-avatar-shell {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 36%, #163fb5 100%);
}

.mobile-dock-link-active .mobile-dock-icon svg {
  filter: drop-shadow(0 8px 18px rgba(26, 79, 216, 0.22));
}

:root[data-theme="light"] .mobile-dock-link-active .mobile-dock-icon svg {
  filter: drop-shadow(0 8px 18px rgba(26, 79, 216, 0.18));
}

.hero-copy::before {
  background: radial-gradient(circle, rgba(96, 165, 250, 0.18), transparent 70%);
}

:root[data-theme="light"] .hero-copy::before {
  background: radial-gradient(circle, rgba(26, 79, 216, 0.16), transparent 70%);
}

.hero-card-highlight,
.product-thumb,
.product-hero-thumb {
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.18), transparent 30%),
    radial-gradient(circle at 18% 18%, rgba(159, 192, 255, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(16, 29, 48, 0.94), rgba(7, 16, 31, 0.94));
}

:root[data-theme="light"] .hero-card-highlight,
:root[data-theme="light"] .product-thumb,
:root[data-theme="light"] .product-hero-thumb {
  background:
    radial-gradient(circle at top right, rgba(26, 79, 216, 0.14), transparent 30%),
    radial-gradient(circle at 18% 18%, rgba(143, 182, 255, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 255, 0.94));
}

.brand-logo-frame,
.brand-logo-mark,
.drawer-brand-mark {
  --logo-soft-shadow:
    drop-shadow(0 8px 18px rgba(26, 79, 216, 0.16))
    drop-shadow(0 0 10px rgba(159, 192, 255, 0.1));
  --logo-mark-shadow:
    drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18))
    drop-shadow(0 0 12px rgba(26, 79, 216, 0.14));
}

.brand-logo-mark-theme,
.drawer-brand-mark-theme {
  aspect-ratio: 207 / 216;
  background-image: url("/static/images/logo/baazax_dark_mark.f24f21d39514.png");
}

.brand-logo-full-theme,
.brand-logo-footer-theme {
  aspect-ratio: 1536 / 512;
  background-image: url("/static/images/logo/baazax_dark.39fb80bff1c1.png");
  background-size: contain;
}

:root[data-theme="light"] .brand-logo-mark-theme,
:root[data-theme="light"] .drawer-brand-mark-theme {
  background-image: url("/static/images/logo/baazax_light_mark.f24f21d39514.png");
}

:root[data-theme="light"] .brand-logo-full-theme,
:root[data-theme="light"] .brand-logo-footer-theme {
  background-image: url("/static/images/logo/baazax_light.8bf91df33310.png");
}
