:root {
  --navy: #0B2E57;
  --navy-deep: #071F3D;
  --navy-soft: #24476C;
  --gold: #EDA10C;
  --gold-dark: #A8730A;
  --bg: #F3F5F8;
  --surface: #FFFFFF;
  --border: #E5E8EE;
  --text: #16223A;
  --text-dim: #667085;
  --text-faint: #98A2B3;
  --wa: #25D366;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.display { font-family: 'Big Shoulders Display', sans-serif; text-transform: uppercase; letter-spacing: 0.01em; }
.mono { font-family: 'IBM Plex Mono', monospace; }

.util-bar {
  background: var(--navy-deep); color: #CBD5E3; font-size: 12.5px;
  padding: 7px 40px; display: flex; justify-content: space-between;
}
.util-bar a { color: #CBD5E3; text-decoration: none; }
.util-bar .right { display: flex; gap: 20px; }

header {
  display: flex; align-items: center; gap: 24px;
  padding: 8px 40px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 20;
}
.logo { display: block; text-decoration: none; flex-shrink: 0; }
.logo img { height: 96px; width: auto; display: block; }
.search-wrap { flex: 1; display: flex; justify-content: center; min-width: 0; }
.search-bar {
  width: 100%; max-width: 640px; display: flex; align-items: center;
  background: var(--bg); border: 1.5px solid var(--border); border-radius: 8px;
  padding: 0 4px 0 16px;
}
.search-bar input {
  flex: 1; border: none; background: transparent; outline: none;
  padding: 13px 8px; font-size: 14.5px; color: var(--text); font-family: 'IBM Plex Mono';
  min-width: 0;
}
.search-bar input::placeholder { color: var(--text-faint); font-family: 'Inter'; }
.search-bar button {
  background: var(--gold); border: none; color: var(--navy-deep); font-weight: 700;
  padding: 11px 20px; border-radius: 6px; font-size: 13.5px; cursor: pointer; flex-shrink: 0;
}
.header-actions { display: flex; gap: 22px; align-items: center; flex-shrink: 0; }
.head-link {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  color: var(--navy); text-decoration: none; font-size: 11.5px; font-weight: 600;
}
.head-link svg { width: 22px; height: 22px; stroke: var(--navy); stroke-width: 1.7; }

.cat-strip {
  background: var(--navy); display: flex; gap: 0; padding: 0 40px;
  overflow-x: auto;
}
.cat-strip a {
  color: #D7E0EC; text-decoration: none; font-size: 13px; font-weight: 600;
  padding: 11px 16px; white-space: nowrap; border-bottom: 2px solid transparent;
}
.cat-strip a:hover { color: #fff; border-bottom-color: var(--gold); }

.layout { display: grid; grid-template-columns: 240px 1fr; gap: 20px; padding: 20px 40px 60px; max-width: 1440px; margin: 0 auto; }

.sidebar {
  background: var(--surface); border: 1px solid var(--border); border-radius: 10px;
  padding: 6px 0; align-self: start; position: sticky; top: 90px;
}
.sidebar-title {
  font-size: 11px; font-weight: 700; color: var(--text-faint); letter-spacing: 0.08em;
  text-transform: uppercase; padding: 12px 16px 6px;
}
.sb-item {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 9px 16px; text-decoration: none; color: var(--text); font-size: 13.5px; font-weight: 500;
}
.sb-item:hover { background: var(--bg); }
.sb-item .count { font-size: 11px; color: var(--text-faint); font-family: 'IBM Plex Mono'; }
.sb-divider { height: 1px; background: var(--border); margin: 8px 0; }

.main-col { display: flex; flex-direction: column; gap: 22px; min-width: 0; }

.promo-strip { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; }
.promo {
  border-radius: 10px; padding: 20px 22px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center; min-height: 108px;
}
.promo.big { background: var(--navy); }
.promo.gold { background: var(--gold); }
.promo.dark { background: var(--navy-deep); }
.promo-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 4px; }
.promo.big .promo-eyebrow { color: #8FB0D6; }
.promo.gold .promo-eyebrow { color: #7A5406; }
.promo.dark .promo-eyebrow { color: #7C93AF; }
.promo-title { font-family: 'Big Shoulders Display'; font-weight: 800; font-size: 22px; line-height: 1.02; }
.promo.big .promo-title, .promo.dark .promo-title { color: #fff; }
.promo.gold .promo-title { color: var(--navy-deep); }
.promo-sub { font-size: 12px; margin-top: 4px; }
.promo.big .promo-sub { color: #C6D5E6; }
.promo.gold .promo-sub { color: #6B4C08; }
.promo.dark .promo-sub { color: #A9BBD0; }

.section-block { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 22px; }
.section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.section-head h2 {
  font-family: 'Big Shoulders Display'; font-size: 22px; font-weight: 800; margin: 0; color: var(--navy);
}
.see-all { color: var(--gold-dark); font-size: 12.5px; text-decoration: none; font-weight: 700; }

.prod-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.prod-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 8px; overflow: hidden;
  transition: border-color .15s; text-decoration: none; display: block;
}
.prod-card:hover { border-color: var(--gold); }
.prod-img { aspect-ratio: 1; background: var(--bg); overflow: hidden; }
.prod-body { padding: 11px 12px 13px; }
.prod-sku { font-family: 'IBM Plex Mono'; font-size: 10px; color: var(--text-faint); margin-bottom: 4px; }
.prod-name { font-size: 12.5px; line-height: 1.35; height: 33px; overflow: hidden; margin-bottom: 8px; color: var(--text); font-weight: 500; }
.prod-price { font-family: 'Big Shoulders Display'; font-weight: 800; font-size: 18px; color: var(--navy); }
.prod-price .cop { font-size: 10.5px; color: var(--text-dim); font-family: 'Inter'; font-weight: 400; }

.pagination { display: flex; gap: 6px; justify-content: center; margin-top: 24px; align-items: center; flex-wrap: wrap; }
.pg-item {
  padding: 8px 13px; border: 1px solid var(--border); border-radius: 6px;
  text-decoration: none; font-size: 13px; color: var(--navy); font-family: 'IBM Plex Mono';
  min-width: 36px; text-align: center;
}
.pg-item:hover { border-color: var(--gold); }
.pg-item.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.pg-dots { color: var(--text-faint); padding: 0 4px; }

.brand-row { display: flex; gap: 10px; flex-wrap: wrap; }
.brand-badge {
  display: flex; align-items: center; gap: 8px; text-decoration: none;
  border: 1px solid var(--border); border-radius: 8px; padding: 10px 16px;
  background: var(--bg);
}
.brand-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.brand-badge span:last-child { font-family: 'Big Shoulders Display'; font-weight: 800; font-size: 13.5px; color: var(--navy); letter-spacing: 0.02em; }

.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 50;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.22); text-decoration: none;
}
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

footer {
  border-top: 1px solid var(--border); padding: 34px 40px; text-align: center;
  color: var(--text-dim); font-size: 12.5px; background: var(--surface);
}

@media (max-width: 900px) {
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-strip { grid-template-columns: 1fr; }
  header { flex-wrap: wrap; }
  .search-wrap { order: 3; width: 100%; }
}
