/* ============================================================================
   Leetam Appliances — v20 "Showroom" refinement layer
   Loaded AFTER base.css and after each page's inline <style>, so it wins the
   cascade at equal specificity. base.css is untouched: this file is the whole
   visual upgrade and can be removed to revert.

   Direction: a specialist appliance showroom, not a discount barn. Calm cool-grey
   canvas, hairline structure, red spent only where it sells (price, primary CTA,
   one hairline motif). Signature: the "spec plate" — model/part numbers set like
   the rating plate riveted inside every appliance door.
   ========================================================================== */

:root {
  /* Canvas — cool showroom greys */
  --cream:        #FFFFFF;
  --cream-warm:   #F4F6F9;
  --paper:        #EDF0F5;
  --line:         #E3E8F0;
  --line-soft:    #EFF2F7;

  /* Ink — deeper, more contrast */
  --ink:          #0F1720;
  --ink-soft:     #4A5665;
  --ink-mid:      #6B7787;

  /* Signature red, restrained */
  --red:          #E02534;
  --red-deep:     #B31B29;
  --red-mid:      #F2515E;
  --red-soft:     #FDECEE;
  --red-pale:     #FEF6F7;
  --pink:         #E02534;
  --pink-deep:    #B31B29;
  --pink-mid:     #F2515E;
  --pink-soft:    #FDECEE;
  --pink-pale:    #FEF6F7;

  /* Steel blue — interactive + brand tags only */
  --blue:         #0B7FC7;
  --blue-deep:    #075E95;
  --blue-soft:    #E7F3FB;
  --sky:          #0B7FC7;
  --sky-deep:     #075E95;
  --sky-soft:     #E7F3FB;
  --orange:       #0B7FC7;
  --orange-deep:  #075E95;
  --orange-soft:  #E7F3FB;

  --charcoal:     #0F1720;
  --charcoal-mid: #1E2833;
  --steel:        #2B3745;
  --silver:       #9BA6B4;

  --green:        #05854F;
  --green-soft:   #E3F6EE;
  --gold:         #C98A00;
  --gold-soft:    #FDF3DC;

  /* Neutral shadows — the red-tinted ones read cheap */
  --shadow-xs:    0 1px 2px rgba(15,23,32,.06);
  --shadow-sm:    0 2px 6px rgba(15,23,32,.07);
  --shadow-md:    0 10px 28px rgba(15,23,32,.10);
  --shadow-lg:    0 28px 64px rgba(15,23,32,.16);

  /* Disciplined radius scale */
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-pill: 100px;

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ── Type rhythm ─────────────────────────────────────────────────────────── */
body { background: var(--cream); color: var(--ink); letter-spacing: -.006em; }
h1, h2, h3, h4, h5 { font-weight: 700; letter-spacing: -.028em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); line-height: 1.06; }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.4rem); line-height: 1.12; }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.2; }
em { font-style: normal; }

::selection { background: var(--red); color: #fff; }

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
  border-radius: var(--r-xs);
}

/* Signature: the spec plate — how this business actually talks. */
.spec-plate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'SF Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--ink-soft);
  background: var(--cream-warm);
  border: 1px solid var(--line);
  border-left: 2px solid var(--red);
  padding: 3px 8px;
  border-radius: 0 var(--r-xs) var(--r-xs) 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ── Header ──────────────────────────────────────────────────────────────── */
body { padding-top: 158px; }

.top-bar {
  background: var(--charcoal);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  height: 36px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow: visible;
}
.top-bar-track { animation: none; width: 100%; display: block; }
.util-bar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.util-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.util-note strong { color: #fff; font-weight: 700; }
.util-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--red-mid); flex: none; }
.util-links { display: flex; align-items: center; gap: 20px; white-space: nowrap; }
.util-links a {
  color: rgba(255,255,255,.72);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .18s var(--ease);
}
.util-links a:hover { color: #fff; }
.util-links svg { width: 13px; height: 13px; }

.nav {
  top: 36px;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(1.6) blur(12px);
  -webkit-backdrop-filter: saturate(1.6) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav.is-scrolled { box-shadow: 0 6px 24px rgba(15,23,32,.07); }
.nav-inner { padding: 0 24px; height: 76px; gap: 28px; }
.nav-logo { height: 46px; }

/* Persistent search — a parts business is a search business */
.nav-search {
  flex: 1;
  max-width: 560px;
  position: relative;
  display: flex;
  align-items: center;
}
.nav-search input {
  width: 100%;
  height: 46px;
  padding: 0 108px 0 42px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--cream-warm);
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.nav-search input::placeholder { color: var(--ink-mid); }
.nav-search input:focus {
  outline: none;
  background: #fff;
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(15,23,32,.06);
}
.nav-search-icon {
  position: absolute;
  left: 14px;
  color: var(--ink-mid);
  pointer-events: none;
}
.nav-search-btn {
  position: absolute;
  right: 5px;
  height: 36px;
  padding: 0 16px;
  border-radius: var(--r-xs);
  background: var(--ink);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background .2s var(--ease);
}
.nav-search-btn:hover { background: var(--red); }

.nav-cta { gap: 6px; }
.nav-search-mobile { display: none; }
@media (max-width: 920px) { .nav-search-mobile { display: grid; place-items: center; } }
.nav-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: var(--r-sm);
  border: 1px solid transparent;
  color: var(--ink);
  background: transparent;
}
.nav-icon-btn:hover {
  background: var(--cream-warm);
  border-color: var(--line);
  color: var(--ink);
  transform: none;
}
.cart-badge {
  background: var(--red);
  color: #fff;
  font-weight: 800;
  border: 2px solid #fff;
  box-shadow: none;
}
.nav-phone {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.15;
  padding: 0 14px 0 6px;
  border-right: 1px solid var(--line);
  margin-right: 6px;
}
.nav-phone .lbl { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mid); font-weight: 700; }
.nav-phone .num { font-size: 14px; font-weight: 800; color: var(--ink); }
.nav-phone:hover .num { color: var(--red); }

.currency-toggle {
  border-radius: var(--r-sm);
  border-color: var(--line);
  background: #fff;
  height: 42px;
  color: var(--ink-soft);
}
.currency-toggle:hover { background: var(--cream-warm); border-color: var(--ink); color: var(--ink); }
.currency-menu { border-radius: var(--r-md); border-color: var(--line); box-shadow: var(--shadow-md); overflow: hidden; }
.cur-option:hover { background: var(--cream-warm); }
.cur-option.active { background: var(--cream-warm); }
.cur-option.active .cur-name { color: var(--red); }

/* Category rail + mega menu */
.cat-rail {
  position: fixed;
  top: 112px;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.cat-rail-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 46px;
  display: flex;
  align-items: stretch;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}
.cat-rail-inner::-webkit-scrollbar { display: none; }
.rail-item { position: relative; display: flex; align-items: center; }
.rail-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  height: 100%;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .18s var(--ease), border-color .18s var(--ease);
}
.rail-link svg { width: 16px; height: 16px; opacity: .7; }
.rail-item:hover .rail-link,
.rail-link[aria-current="page"] { color: var(--ink); border-bottom-color: var(--red); }
.rail-link.rail-deals { color: var(--red); font-weight: 800; }

.mega {
  position: absolute;
  top: 100%;
  left: -14px;
  min-width: 560px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 2px solid var(--red);
  border-radius: 0 0 var(--r-md) var(--r-md);
  box-shadow: var(--shadow-md);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 28px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s .18s;
}
.rail-item:hover .mega,
.rail-item:focus-within .mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s 0s;
}
.mega-head {
  grid-column: 1/-1;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ink-mid);
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line-soft);
}
.mega a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: var(--r-sm);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  transition: background .16s var(--ease), color .16s var(--ease);
}
.mega a span { font-size: 11.5px; font-weight: 500; color: var(--ink-mid); }
.mega a:hover { background: var(--cream-warm); color: var(--red); }
.mega-foot {
  grid-column: 1/-1;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn {
  border-radius: var(--r-sm);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .01em;
  padding: 13px 24px;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: var(--shadow-xs); }
.btn-primary:hover { background: var(--red-deep); box-shadow: var(--shadow-sm); }
.btn-dark, .btn-blue, .btn-orange { background: var(--ink); color: #fff; box-shadow: var(--shadow-xs); }
.btn-dark:hover, .btn-blue:hover, .btn-orange:hover { background: var(--steel); }
.btn-outline, .btn-ghost-dark {
  background: #fff;
  border: 1.5px solid var(--line);
  color: var(--ink);
  box-shadow: none;
}
.btn-outline:hover, .btn-ghost-dark:hover { border-color: var(--ink); background: #fff; color: var(--ink); }
.btn-ghost {
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.32);
  color: #fff;
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,.18); border-color: #fff; }
.btn-wa { background: #128C4B !important; color: #fff !important; }
.btn-wa:hover { background: #0E6F3B !important; }

/* ── Sections ────────────────────────────────────────────────────────────── */
.section { padding: 84px 0; }
.section-alt { background: var(--cream-warm); }
.section-head { text-align: left; max-width: 640px; margin: 0 0 40px; }
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--red);
  margin-bottom: 14px;
}
.section-eyebrow::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--red);
  display: block;
}
.section-eyebrow::after { display: none; }
.section-head h2 { margin-bottom: 12px; }
.section-head h2 em, .section h2 em { color: var(--red); font-style: normal; }
.section-head p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.65; }

/* A section head that also carries a link on the right */
.section-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.section-head-row .section-head { margin-bottom: 0; }
.section-see-all {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  border-bottom: 2px solid var(--red);
  padding-bottom: 3px;
  white-space: nowrap;
  transition: color .18s var(--ease);
}
.section-see-all:hover { color: var(--red); }

/* ── Hero ────────────────────────────────────────────────────────────────── */
.hero-slideshow { height: clamp(430px, 56vh, 560px); background: var(--charcoal); }
.hero-slide { justify-content: flex-start; }
.hero-slide-overlay {
  background:
    linear-gradient(90deg, rgba(10,16,22,.90) 0%, rgba(10,16,22,.72) 45%, rgba(10,16,22,.30) 100%);
}
.hero-slide-content {
  text-align: left;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.hero-slide-content > * { max-width: 620px; margin-left: 0; margin-right: 0; }
.hero-slide-eyebrow {
  background: transparent;
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0 0 0 30px;
  border-radius: 0;
  position: relative;
  color: #fff;
  font-size: 10.5px;
  letter-spacing: .2em;
  margin-bottom: 20px;
}
.hero-slide-eyebrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 2px;
  background: var(--red-mid);
}
.hero-slide-content h1 {
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  font-weight: 700;
  letter-spacing: -.032em;
  line-height: 1.05;
  margin: 0 0 16px;
  text-shadow: none;
  max-width: 15ch;
}
.hero-slide-content h1 em { display: inline; color: var(--red-mid); font-style: normal; font-weight: 700; }
.hero-slide-content p {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255,255,255,.80);
  max-width: 48ch;
  margin: 0 0 26px;
}
.hero-slide-cta { justify-content: flex-start; }
.hero-arrow {
  border-radius: var(--r-sm);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
}
.hero-arrow:hover { background: rgba(255,255,255,.22); }
.hero-dots {
  left: 50%;
  right: auto;
  bottom: 62px;
  transform: translateX(-50%);
  width: min(100%, 1280px);
  justify-content: flex-start;
  gap: 8px;
  padding: 0 24px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
}
.hero-dot { border-radius: 2px; height: 3px; width: 26px; background: rgba(255,255,255,.34); }
.hero-dot.active { background: var(--red-mid); width: 40px; }

/* Search strip overlaps the hero's lower edge */
.hero-search-strip {
  background: transparent;
  margin-top: -34px;
  position: relative;
  z-index: 5;
  padding: 0 24px 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.hero-search {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  padding: 12px 12px 12px 18px;
  max-width: 100%;
  gap: 12px;
}
.hero-search input { font-size: 15px; }
.hero-search input::placeholder { color: var(--ink-mid); }
.hero-search .btn-primary { border-radius: var(--r-sm); padding: 13px 26px; }
.hero-suggest {
  margin-top: 14px;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hero-suggest .label { color: var(--ink-mid); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: 10.5px; }
.hero-suggest a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-soft);
  transition: border-color .18s var(--ease), color .18s var(--ease);
}
.hero-suggest a:hover { border-color: var(--ink); color: var(--ink); }

/* ── Product cards ───────────────────────────────────────────────────────── */
.parts-grid { gap: 18px; }
.part-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: none;
  overflow: hidden;
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease);
  position: relative;
}
.part-card:hover {
  border-color: var(--line);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.part-card-img {
  aspect-ratio: 1/1;
  background: var(--cream-warm);
  border-bottom: 1px solid var(--line-soft);
  padding: 14px;
}
.part-card-img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .4s var(--ease); }
.part-card:hover .part-card-img img { transform: scale(1.04); }
.part-card-img-fallback { color: var(--silver); }
.part-card-badge {
  top: 10px;
  left: 10px;
  background: var(--ink);
  color: #fff;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 4px 9px;
  border-radius: var(--r-xs);
  box-shadow: none;
}
.part-card-badge.sale, .part-card-badge[data-kind="sale"] { background: var(--red); }
.part-card-body { padding: 14px 15px 16px; gap: 5px; }
.part-card-brand {
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--ink-mid);
  font-weight: 800;
}
.part-card-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  min-height: 2.8em;
}
.part-card:hover .part-card-name { color: var(--red); }
/* The spec plate treatment for SKUs on cards */
.part-card-sku {
  font-family: 'SF Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 10.5px;
  color: var(--ink-soft);
  background: var(--cream-warm);
  border-left: 2px solid var(--line);
  padding: 3px 7px;
  border-radius: 0 var(--r-xs) var(--r-xs) 0;
  align-self: flex-start;
  max-width: 100%;
  margin-top: 4px;
}
.part-card:hover .part-card-sku { border-left-color: var(--red); }
.part-card-foot {
  border-top: 1px solid var(--line-soft);
  padding-top: 12px;
  margin-top: 12px;
}
.part-card-price-num { font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.part-card-price-old { font-size: 12px; color: var(--ink-mid); text-decoration: line-through; margin-left: 6px; font-weight: 500; }
.part-card-price-quote {
  background: var(--blue-soft);
  color: var(--blue-deep);
  border-radius: var(--r-xs);
  font-size: 10.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 800;
}
.part-card-view {
  font-size: 11px;
  color: var(--ink-mid);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 800;
  transition: color .18s var(--ease);
}
.part-card:hover .part-card-view { color: var(--red); }

/* ── Category cards ──────────────────────────────────────────────────────── */
.cat-grid { gap: 14px; }
.cat-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 24px 22px 22px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease);
}
.cat-card::before, .cat-card::after { display: none; }
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line); }
.cat-card, .cat-card.orange, .cat-card.dark, .cat-card.wood, .cat-card.amber { background: #fff; color: var(--ink); }
.cat-card-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: var(--r-sm);
  background: var(--cream-warm);
  color: var(--ink);
  font-size: 22px;
  margin-bottom: 16px;
  transition: background .22s var(--ease), color .22s var(--ease);
}
.cat-card-icon svg { width: 24px; height: 24px; }
.cat-card:hover .cat-card-icon { background: var(--ink); color: #fff; }
.cat-card-name { font-size: 16px; font-weight: 700; color: var(--ink); letter-spacing: -.015em; margin-bottom: 6px; }
.cat-card-desc { font-size: 13px; color: var(--ink-soft); line-height: 1.55; }
.cat-card-cta {
  margin-top: 16px;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ink-mid);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cat-card-cta::after { content: '→'; transition: transform .2s var(--ease); }
.cat-card:hover .cat-card-cta { color: var(--red); }
.cat-card:hover .cat-card-cta::after { transform: translateX(3px); }

/* ── Brand tiles ─────────────────────────────────────────────────────────── */
.brand-grid { gap: 12px; }
.brand-tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 26px 16px;
  box-shadow: none;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.brand-tile:hover { transform: translateY(-2px); border-color: var(--ink); box-shadow: var(--shadow-sm); }
.brand-tile-name { font-size: 17px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); }
.brand-tile-count { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mid); font-weight: 700; margin-top: 4px; }

/* ── Service / assurance band ────────────────────────────────────────────── */
.trust-strip { background: var(--charcoal); padding: 0; }
.trust-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid rgba(255,255,255,.10);
}
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: none; }
.trust-item-icon {
  width: 40px;
  height: 40px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: var(--r-sm);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: var(--red-mid);
  font-size: 17px;
}
.trust-item-icon svg { width: 19px; height: 19px; }
.trust-item-sub { font-size: 12px; color: rgba(255,255,255,.58); font-weight: 500; margin-top: 3px; }

/* ── Servicing banner ────────────────────────────────────────────────────── */
.servicing-banner { background: var(--cream-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.servicing-banner-bg { display: none; }
.servicing-banner-inner { max-width: 1280px; padding: 76px 24px; }

/* ── Steps ───────────────────────────────────────────────────────────────── */
.steps-grid { gap: 20px; }
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 26px 24px 28px;
  box-shadow: none;
}
.step-num {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--r-sm);
  background: var(--ink);
  color: #fff;
  font-family: 'SF Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  box-shadow: none;
}
.step h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.step p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }

/* ── CTA banner ──────────────────────────────────────────────────────────── */
.cta-banner { background: var(--charcoal); padding: 76px 24px; }
.cta-banner::before, .cta-banner::after { display: none; }
.cta-banner h2 { font-weight: 700; letter-spacing: -.03em; }
.cta-banner p { color: rgba(255,255,255,.72); font-size: 1rem; max-width: 56ch; margin-left: auto; margin-right: auto; }
.cta-banner .btn-primary { background: var(--red); color: #fff; }
.cta-banner .btn-primary:hover { background: var(--red-deep); }

/* ── Page headers + breadcrumbs ──────────────────────────────────────────── */
.page-header { background: var(--charcoal); padding: 62px 0 58px; }
.page-header::before { display: none; }
.page-header h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 700; letter-spacing: -.03em; }
.page-header h1 em { color: var(--red-mid); }
.page-header p { color: rgba(255,255,255,.72); font-size: 1rem; max-width: 60ch; }
.breadcrumb { font-size: 11.5px; letter-spacing: .06em; color: var(--ink-mid); }
.breadcrumb a { color: var(--ink-mid); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb span { color: var(--ink); font-weight: 600; }
.page-header .breadcrumb, .page-header .breadcrumb a { color: rgba(255,255,255,.55); }
.page-header .breadcrumb a:hover, .page-header .breadcrumb span { color: #fff; }

/* ── Inner page heroes ──────────────────────────────────────────────────── */
.about-hero, .brand-hero, .q-head {
  background: var(--charcoal);
  color: #fff;
  padding: 66px 24px 60px;
  text-align: left;
  position: relative;
  border-bottom: 3px solid var(--red);
}
.brand-hero.has-bg {
  background:
    linear-gradient(90deg, rgba(10,16,22,.94) 0%, rgba(10,16,22,.74) 55%, rgba(10,16,22,.40) 100%),
    var(--brand-hero-img) center/cover no-repeat;
}
.about-hero h1, .brand-hero h1, .q-head h1 {
  font-weight: 700;
  letter-spacing: -.032em;
  line-height: 1.05;
  font-size: clamp(1.95rem, 4.2vw, 3rem);
}
.about-hero h1 em, .brand-hero h1 em, .q-head h1 em { color: var(--red-mid); font-style: normal; }
.about-hero p, .brand-hero p, .q-head p {
  color: rgba(255,255,255,.74);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 58ch;
  margin-left: 0;
  margin-right: 0;
}
.about-hero .breadcrumb, .brand-hero .breadcrumb, .q-head .breadcrumb { color: rgba(255,255,255,.5); }
.about-hero .breadcrumb a, .brand-hero .breadcrumb a, .q-head .breadcrumb a { color: rgba(255,255,255,.78); text-decoration: none; }
.about-hero .breadcrumb a:hover, .brand-hero .breadcrumb a:hover, .q-head .breadcrumb a:hover { color: #fff; }
.brand-hero .tagline { color: var(--red-mid); font-size: 1.05rem; font-weight: 600; }
.about-hero > *, .q-head > * { max-width: 1280px; margin-left: auto; margin-right: auto; }

.legal-hero {
  background: #fff;
  border-bottom: 1px solid var(--line);
  text-align: left;
  padding: 52px 24px 40px;
}
.legal-hero > * { max-width: 1280px; margin-left: auto; margin-right: auto; }
.legal-hero h1 { font-weight: 700; letter-spacing: -.03em; font-size: clamp(1.85rem, 3.8vw, 2.6rem); }
.legal-hero p { color: var(--ink-soft); margin-left: 0; max-width: 62ch; }
.legal-hero .breadcrumb a, .legal-content a, .about-section a { color: var(--red); }
.legal-content h2 { font-weight: 700; letter-spacing: -.02em; }
.about-section h2 em { color: var(--red); }
.value-card, .expect-card, .help-card, .faq-item, .order-box {
  border-radius: var(--r-md);
  border-color: var(--line);
  box-shadow: none;
}
.value-card-icon { border-radius: var(--r-sm); background: var(--cream-warm); color: var(--ink); }

/* ── Shop page ───────────────────────────────────────────────────────────── */
.shop-head { background: var(--cream-warm); border-bottom: 1px solid var(--line); padding: 34px 24px 30px; }
.shop-bar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: none;
}
.shop-search-wrap input {
  border-radius: var(--r-sm);
  border-color: var(--line);
  background: var(--cream-warm);
}
.shop-search-wrap input:focus { background: #fff; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(15,23,32,.06); }
.shop-results-count { color: var(--ink-mid); font-size: 12.5px; }
.shop-sidebar { top: 176px; }
.filter-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 18px;
  margin-bottom: 14px;
}
.filter-block h4, .filter-title {
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ink-mid);
  margin-bottom: 12px;
}
.filter-item { font-size: 13.5px; color: var(--ink-soft); padding: 7px 0; }
.filter-item:hover { color: var(--ink); }
.filter-item input[type="checkbox"], .filter-item input[type="radio"] { accent-color: var(--red); width: 15px; height: 15px; }
.filter-clear { color: var(--red); text-decoration: none; border-bottom: 1px solid currentColor; }
.empty-results { color: var(--ink-soft); }
.search-autocomplete { border-radius: var(--r-md); border-color: var(--line); box-shadow: var(--shadow-md); }
.sa-item:hover { background: var(--cream-warm); }
.sa-thumb { border-radius: var(--r-sm); background: var(--cream-warm); }
.sa-price { color: var(--ink); font-weight: 800; }

/* ── Product page ────────────────────────────────────────────────────────── */
.product-head { background: var(--cream-warm); border-bottom: 1px solid var(--line); }
.gallery-main {
  background: var(--cream-warm);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
}
.gallery-main img { mix-blend-mode: multiply; }
.gallery-thumb { border-radius: var(--r-sm); border-width: 1.5px; border-color: var(--line); background: var(--cream-warm); }
.gallery-thumb.active, .gallery-thumb:hover { border-color: var(--ink); }
.product-badge { border-radius: var(--r-xs); background: var(--ink); font-size: 10px; letter-spacing: .1em; }
.product-brand { color: var(--ink-mid); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 11px; }
.product-identifiers {
  background: var(--cream-warm);
  border: 1px solid var(--line);
  border-left: 3px solid var(--red);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: 16px 18px;
}
.identifier-label { color: var(--ink-mid); font-size: 10.5px; letter-spacing: .14em; }
.identifier-value { border-radius: var(--r-xs); border-color: var(--line); font-size: 12.5px; }
.price-num { font-size: 2.3rem; font-weight: 800; letter-spacing: -.035em; }
.price-old { color: var(--ink-mid); }
.price-meta { color: var(--ink-mid); font-size: 12.5px; }
.stock-indicator { border-radius: var(--r-xs); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; font-weight: 800; }
.qty-stepper { border-radius: var(--r-sm); border-color: var(--line); }
.qty-label { color: var(--ink-mid); font-size: 11px; letter-spacing: .14em; }
.product-perks { font-size: 13.5px; }
.tab-row { border-bottom-color: var(--line); gap: 0; }
.tab-btn { font-size: 13px; letter-spacing: .04em; text-transform: uppercase; font-weight: 800; color: var(--ink-mid); }
.tab-btn.active { color: var(--ink); border-bottom-color: var(--red); }
.related-section { border-top-color: var(--line); }

/* ── Forms ───────────────────────────────────────────────────────────────── */
.form-label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; color: var(--ink-mid); }
.form-input, .form-textarea, .form-select {
  border-radius: var(--r-sm);
  border: 1.5px solid var(--line);
  background: #fff;
  font-size: 15px;
  padding: 13px 14px;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(15,23,32,.06);
  outline: none;
}

/* ── Modals / drawer / tray ──────────────────────────────────────────────── */
.modal { border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.modal-header { border-bottom-color: var(--line); }
.search-tag { border-radius: var(--r-pill); border: 1px solid var(--line); background: #fff; color: var(--ink-soft); }
.search-tag:hover { border-color: var(--ink); color: var(--ink); }
.quick-link { border-radius: var(--r-md); border-color: var(--line); }
.quick-link:hover { border-color: var(--ink); box-shadow: var(--shadow-sm); }
.drawer { border-radius: 0; }
.drawer-links a { font-size: 15px; font-weight: 600; border-radius: var(--r-sm); }
.drawer-links a:hover { background: var(--cream-warm); color: var(--red); }
.app-tray { background: rgba(15,23,32,.96); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,.10); }
.app-tray-btn { border-radius: var(--r-sm); }
.app-tray-btn:hover { background: rgba(255,255,255,.10); }
.wa-float { background: #128C4B; box-shadow: var(--shadow-md); }
.wa-float:hover { background: #0E6F3B; }

/* ── Footer ──────────────────────────────────────────────────────────────── */
footer { background: var(--charcoal); color: rgba(255,255,255,.62); }
.footer-grid { padding: 64px 0 44px; gap: 44px; }
.footer-logo { background: #fff; border-radius: var(--r-sm); padding: 8px 12px; }
.footer-logo img { height: 46px; }
.footer-brand p { font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,.62); }
.footer-social a {
  border-radius: var(--r-sm);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.80);
}
.footer-social a:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-2px); }
.footer-col h5 {
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.footer-col a, .footer-col p { font-size: 13.5px; color: rgba(255,255,255,.62); padding: 5px 0; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 22px 0 26px;
  font-size: 12.5px;
  color: rgba(255,255,255,.45);
}
.footer-bottom a { color: rgba(255,255,255,.72); }
.footer-bottom a:hover { color: #fff; }
.footer-pay {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.10);
}
.footer-pay-label { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: rgba(255,255,255,.45); margin-right: 4px; }
.footer-pay-chip {
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-xs);
  padding: 6px 11px;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .nav-search { max-width: 380px; }
  .nav-phone { display: none; }
}
@media (max-width: 920px) {
  body { padding-top: 104px; }
  .nav { top: 36px; }
  .nav-inner { height: 68px; min-height: 68px; gap: 12px; padding: 0 16px; }
  .nav-logo { height: 42px; }
  .hero-slide-content { padding: 0 16px; }
  .hero-dots { bottom: 54px; padding: 0 16px; }
  .nav-search { display: none; }
  .cat-rail { display: none; }
  .util-links a.hide-sm { display: none; }
  .section { padding: 56px 0; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-bottom: 1px solid rgba(255,255,255,.10); padding-left: 0; }
  .trust-item:nth-child(2n) { border-right: none; padding-left: 22px; }
  .trust-item:nth-last-child(-n+2) { border-bottom: none; }
  .hero-slideshow { height: clamp(400px, 62vh, 480px); }
  .hero-search-strip { margin-top: -26px; }
  .hero-search { flex-wrap: wrap; padding: 12px; }
  .hero-search input { min-width: 100%; order: 1; }
  .hero-search .btn-primary { order: 2; width: 100%; }
  .section-head-row { flex-direction: column; align-items: flex-start; gap: 14px; }
}
@media (max-width: 600px) {
  .util-bar { justify-content: center; }
  .util-links { display: none; }
  .footer-grid { padding: 44px 0 32px; gap: 32px; }
  .part-card-body { padding: 12px 12px 14px; }
  .part-card-name { font-size: 13px; min-height: 2.6em; }
  .trust-item { padding: 20px 14px; }
  .trust-item:nth-child(2n) { padding-left: 14px; }
}
@media (max-width: 480px) {
  body { padding-top: 100px; }
  .nav-inner { height: 64px; min-height: 64px; }
  .nav-logo { height: 38px; }
  .section { padding: 44px 0; }
  .hero-slide-content h1 { font-size: 1.85rem; max-width: 100%; }
  .hero-slideshow { height: clamp(380px, 66vh, 460px); }
  .util-note { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .part-card:hover, .cat-card:hover, .brand-tile:hover, .btn:hover { transform: none; }
}

/* ============================================================================
   v21 — Courts-style pass: rounded geometry, pill search, banner cards,
   slimmer chrome. Appended last so it wins over everything above.
   ========================================================================== */

:root {
  --r-xs: 8px;
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --gutter: 20px;
}

/* ── Removed chrome ─────────────────────────────────────────────────────── */
.app-tray, .help-toast, .currency-wrap, .currency-toggle, .currency-menu { display: none !important; }

/* ── Gutters — nothing runs to the edge ─────────────────────────────────── */
.container,
.util-bar,
.nav-inner,
.cat-rail-inner,
.trust-row,
.hero-slide-content,
.hero-dots,
.about-hero > *,
.q-head > *,
.legal-hero > * { padding-left: var(--gutter); padding-right: var(--gutter); }

.product-page,
.shop-layout,
.legal-section,
.about-section,
.servicing-banner-inner,
.cta-banner,
.hero-search-strip,
.shop-head,
.legal-hero,
.about-hero,
.brand-hero,
.q-head { padding-left: var(--gutter); padding-right: var(--gutter); }

@media (max-width: 600px) {
  :root { --gutter: 16px; }
  .legal-content, .about-section .container { padding-left: 0; padding-right: 0; }
}

/* ── Header, Courts-style ───────────────────────────────────────────────── */
.top-bar { background: var(--charcoal); }
.nav {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid var(--line);
}
.nav-inner { height: 82px; }

/* Pill search with a round red button, like Courts */
.nav-search { max-width: 620px; }
.nav-search input {
  height: 50px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--line);
  background: var(--cream-warm);
  padding: 0 62px 0 22px;
  font-size: 14.5px;
}
.nav-search input:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(224,37,52,.10); background: #fff; }
.nav-search-icon { display: none; }
.nav-search-btn {
  right: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: var(--red);
  font-size: 0;
  display: grid;
  place-items: center;
}
.nav-search-btn::before {
  content: '';
  width: 18px; height: 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><path d='m21 21-4.3-4.3'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><path d='m21 21-4.3-4.3'/></svg>") center/contain no-repeat;
}
.nav-search-btn:hover { background: var(--red-deep); }

.nav-icon-btn { border-radius: var(--r-pill); }
.nav-phone { border-right: none; }

/* Rail links become soft pills */
.cat-rail { top: 118px; }
.cat-rail-inner { height: 50px; gap: 4px; align-items: center; }
.rail-link {
  border-radius: var(--r-pill);
  border-bottom: none;
  height: 36px;
  padding: 0 15px;
}
.rail-item:hover .rail-link, .rail-link[aria-current="page"] {
  background: var(--cream-warm);
  border-bottom: none;
  color: var(--ink);
}
.rail-link.rail-deals { background: var(--red-soft); color: var(--red-deep); }
.rail-item:hover .rail-link.rail-deals { background: var(--red); color: #fff; }
.mega { border-radius: var(--r-md); border-top: 1px solid var(--line); margin-top: 6px; }
.mega a { border-radius: var(--r-sm); }

body { padding-top: 168px; }

/* ── Hero as an inset rounded banner ────────────────────────────────────── */
.hero-slideshow {
  max-width: 1280px;
  margin: 22px auto 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  height: clamp(360px, 46vw, 480px);
}
.hero-slide-content { padding-left: 44px; padding-right: 44px; }
.hero-dots { bottom: 20px; padding-left: 44px; }
.hero-arrow { border-radius: 50%; }

/* Search strip sits under the banner, not over it */
.hero-search-strip { margin-top: 20px; }
.hero-search {
  border-radius: var(--r-pill);
  padding: 8px 8px 8px 24px;
  box-shadow: var(--shadow-sm);
}
.hero-search .btn-primary { border-radius: var(--r-pill); padding: 14px 30px; }
.hero-suggest a { border-radius: var(--r-pill); }

/* ── Promo banner cards ─────────────────────────────────────────────────── */
.promo-band { padding: 34px 0 8px; }
.promo-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.promo-card {
  position: relative;
  border-radius: var(--r-md);
  padding: 30px 28px 28px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.promo-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.promo-card.is-red   { background: linear-gradient(135deg, #E02534 0%, #9E1622 100%); }
.promo-card.is-dark  { background: linear-gradient(135deg, #1E2833 0%, #0F1720 100%); }
.promo-card.is-light { background: var(--cream-warm); color: var(--ink); border: 1px solid var(--line); }
.promo-eyebrow {
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: .8;
  margin-bottom: 10px;
}
.promo-card h3 { font-size: 1.35rem; font-weight: 700; letter-spacing: -.025em; color: inherit; margin-bottom: 8px; }
.promo-card p { font-size: 13.5px; line-height: 1.55; opacity: .82; margin-bottom: 16px; max-width: 30ch; }
.promo-link {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.promo-link::after { content: '→'; transition: transform .2s var(--ease); }
.promo-card:hover .promo-link::after { transform: translateX(4px); }
.promo-card.is-light .promo-link { color: var(--red); }

/* ── Rounded everything else ────────────────────────────────────────────── */
.part-card, .cat-card, .brand-tile, .step, .filter-block,
.value-card, .expect-card, .help-card, .faq-item, .order-box,
.shop-bar, .plate-where, .quick-link { border-radius: var(--r-md); }
.gallery-main { border-radius: var(--r-lg); }
.gallery-thumb { border-radius: var(--r-sm); }
.modal { border-radius: var(--r-lg); }
.btn { border-radius: var(--r-pill); }
.nav-search-btn, .carousel-btn { border-radius: 50%; }
.part-card-badge, .product-badge, .stock-indicator { border-radius: var(--r-pill); }
.form-input, .form-textarea, .form-select, .shop-search-wrap input, .qty-stepper { border-radius: var(--r-pill); }
.form-textarea { border-radius: var(--r-md); }

/* Category tiles — rounded, icon in a circle */
.cat-card { padding: 26px 22px 24px; text-align: center; }
.cat-card-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: var(--cream-warm);
}
.cat-card-icon svg { width: 28px; height: 28px; }
.cat-card-cta { justify-content: center; }
.cat-card-desc { display: none; }
.cat-card-name { font-size: 15px; }

/* Brand tiles */
.brand-tile { border-radius: var(--r-md); }

/* ── Footer, trimmed ────────────────────────────────────────────────────── */
.footer-grid { padding: 46px 0 30px; gap: 32px; grid-template-columns: 1.4fr repeat(3, 1fr); }
.footer-brand p { max-width: 280px; margin-bottom: 18px; }
.footer-col a, .footer-col p { padding: 4px 0; font-size: 13px; }
.footer-social a { border-radius: 50%; }
.footer-pay { padding: 16px 0; }
.footer-pay-chip { border-radius: var(--r-pill); }
.footer-bottom { padding: 18px 0 22px; }

/* WhatsApp float — the bottom bar is gone, so it can sit lower */
.wa-float { bottom: 20px; right: 20px; }

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 920px) {
  body { padding-top: 112px; }
  .nav-inner { height: 72px; min-height: 72px; }
  .hero-slideshow { margin: 14px auto 0; border-radius: var(--r-md); height: clamp(320px, 58vw, 420px); }
  .hero-slide-content { padding-left: var(--gutter); padding-right: var(--gutter); }
  .hero-dots { padding-left: var(--gutter); }
  .promo-grid { grid-template-columns: 1fr; gap: 12px; }
  .promo-card { min-height: 0; padding: 22px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .cat-card { padding: 20px 12px 18px; }
  .cat-card-icon { width: 52px; height: 52px; margin-bottom: 12px; }
  .cat-card-name { font-size: 13.5px; }
}
@media (max-width: 480px) {
  body { padding-top: 108px; }
}

/* Hero banner keeps its gutters at every width */
.hero-slideshow { width: calc(100% - (var(--gutter) * 2)); }
