/* ============================================================
   NAIROBI PLASTICS — Production Stylesheet
   np-style.css · v2.0
   Organized: Reset → Tokens → Layout → Components → Sections → Responsive
============================================================ */

/* ============================================================
   1. RESET & BASE
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: #E4E7E1;
  color: #14201B;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }


/* ============================================================
   2. DESIGN TOKENS
============================================================ */
:root {
  /* Palette */
  --mist:      #E4E7E1;
  --mist-deep: #D7DBD2;
  --ink:       #14201B;
  --ink-soft:  #3A4A41;
  --orange:    #FF5A1F;
  --yellow:    #FFC83D;
  --white:     #FAFBF8;
  --green-wa:  #25D366;
  --line:      rgba(20, 32, 27, 0.15);

  /* Layout */
  --nav-h:      64px;
  --max-w:      1240px;
  --gutter:     32px;

  /* Timing */
  --ease:       180ms ease;
  --ease-med:   300ms cubic-bezier(0.4, 0, 0.2, 1);
  --ease-slow:  440ms cubic-bezier(0.22, 1, 0.36, 1);
}


/* ============================================================
   3. TYPOGRAPHY
============================================================ */
.display, h1, h2, h3 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 0.93;
}
h4, h5 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.mono { font-family: 'IBM Plex Mono', monospace; }


/* ============================================================
   4. UTILITIES
============================================================ */
.wrap     { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.sr-only  { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }


/* ============================================================
   5. LAYOUT — SECTION BASE
============================================================ */
section { scroll-margin-top: var(--nav-h); }
.section-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 48px;
  border-bottom: 1.5px solid var(--ink); padding-bottom: 22px;
  gap: 24px; flex-wrap: wrap;
}
.section-head h2 { font-size: clamp(32px, 4vw, 52px); }
.section-head p   { color: var(--ink-soft); max-width: 380px; font-size: 14.5px; line-height: 1.65; }

.eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-family: 'IBM Plex Mono'; font-size: 11.5px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--orange); margin-bottom: 16px;
}
.eyebrow-light { color: var(--orange); }
.eyebrow-line {
  display: block; width: 22px; height: 2px;
  background: var(--orange); flex-shrink: 0;
}


/* ============================================================
   6. BUTTONS
============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter'; font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  padding: 12px 24px;
  border: 1.5px solid var(--ink);
  background: var(--ink); color: var(--white);
  transition: background var(--ease), color var(--ease), border-color var(--ease);
  cursor: pointer; white-space: nowrap;
}
.btn:hover   { background: transparent; color: var(--ink); }
.btn.orange  { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.btn.orange:hover { background: transparent; color: var(--orange); }
.btn.outline-white { background: transparent; border-color: rgba(250,251,248,0.45); color: var(--white); }
.btn.outline-white:hover { background: rgba(250,251,248,0.1); border-color: var(--white); }
.btn.outline-light { background: transparent; border-color: rgba(250,251,248,0.35); color: var(--white); }
.btn.outline-light:hover { border-color: var(--white); background: rgba(250,251,248,0.08); }
.btn.wa { background: var(--green-wa); border-color: var(--green-wa); color: var(--ink); }
.btn.wa:hover { opacity: 0.88; }

.wa-link {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green-wa); color: var(--ink);
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  padding: 11px 16px;
  transition: opacity var(--ease), transform var(--ease);
  width: max-content;
}
.wa-link:hover { opacity: 0.88; transform: translateY(-1px); }


/* ============================================================
   7. NAVIGATION
============================================================ */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  background: rgba(228, 231, 225, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1.5px solid transparent;
  transition: border-color var(--ease), box-shadow var(--ease), background var(--ease);
}
header.scrolled {
  border-color: var(--ink);
  box-shadow: 0 2px 18px rgba(20,32,27,0.1);
  background: rgba(228, 231, 225, 0.97);
}
.nav-row {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--nav-h); gap: 24px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Big Shoulders Display'; font-weight: 900;
  font-size: 19px; text-transform: uppercase; letter-spacing: 0.02em;
  flex-shrink: 0;
}
.logo-img {
  height: 52px;
  width: auto;
  display: block;
}
.nav-links {
  display: flex; gap: 30px; align-items: center;
  flex: 1; justify-content: center;
}
.nav-link {
  font-size: 12.5px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  transition: border-color var(--ease), color var(--ease);
  color: var(--ink);
}
.nav-link:hover, .nav-link.active { border-color: var(--orange); }
.nav-right { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }

/* Cart button */
.cart-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--ink); color: var(--white);
  border: 1.5px solid var(--ink);
  padding: 9px 16px;
  font-size: 12.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  transition: background var(--ease), color var(--ease);
  cursor: pointer;
}
.cart-btn:hover { background: transparent; color: var(--ink); }
.cart-badge {
  background: var(--orange); color: var(--ink);
  border-radius: 20px; padding: 1px 7px;
  font-family: 'IBM Plex Mono'; font-size: 11px; font-weight: 700;
  min-width: 20px; text-align: center; line-height: 1.5;
}

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; width: 44px; height: 44px;
  background: transparent; border: none;
  padding: 8px; cursor: pointer;
}
.hamburger span {
  display: block; height: 2px; background: var(--ink);
  border-radius: 1px;
  transform-origin: center;
  transition: transform var(--ease-med), opacity var(--ease-med), width var(--ease-med);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav overlay */
.mobile-nav {
  position: fixed; inset: 0; z-index: 90;
  background: var(--mist);
  display: flex; flex-direction: column;
  padding: calc(var(--nav-h) + 24px) var(--gutter) 40px;
  transform: translateY(-100%);
  transition: transform var(--ease-slow);
  overflow-y: auto;
  visibility: hidden;
}
.mobile-nav.open { transform: translateY(0); visibility: visible; }

.mob-link {
  display: block;
  font-family: 'Big Shoulders Display'; font-weight: 900;
  font-size: clamp(34px, 10vw, 52px); text-transform: uppercase; letter-spacing: 0.02em;
  line-height: 1.25;
  border-bottom: 1.5px solid var(--line);
  padding: 16px 0;
  color: var(--ink);
  transition: color var(--ease), padding-left var(--ease-med);
}
.mob-link:hover { color: var(--orange); padding-left: 10px; }

.mobile-wa-btn {
  margin-top: 32px;
  background: var(--green-wa); color: var(--ink);
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 18px; font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  transition: opacity var(--ease);
}
.mobile-wa-btn:hover { opacity: 0.88; }

.mobile-nav-backdrop {
  position: fixed; inset: 0; z-index: 85;
  background: rgba(20,32,27,0.3);
  opacity: 0; pointer-events: none;
  transition: opacity var(--ease-slow);
}
.mobile-nav-backdrop.open { opacity: 1; pointer-events: all; }


/* ============================================================
   8. HERO SECTION
============================================================ */
.hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  display: flex; flex-direction: column;
}

/* Video background */
.hero-video-wrap {
  position: absolute; inset: 0;
  background: var(--ink);
}
.hero-video-wrap video {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0.75;
}

/* Gradient overlay — dark at bottom where text lives */
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(20,32,27,0.12) 0%,
    rgba(20,32,27,0.04) 25%,
    rgba(20,32,27,0.35) 55%,
    rgba(20,32,27,0.86) 88%,
    rgba(20,32,27,0.94) 100%
  );
}

/* Hero content — bottom of the viewport */
.hero-content {
  position: relative; z-index: 2;
  margin-top: auto;
  padding: calc(var(--nav-h) + 40px) 0 72px;
  color: var(--white);
}
.hero h1 {
  font-size: clamp(50px, 8.5vw, 120px);
  margin-bottom: 22px; color: var(--white);
}
.hero h1 em { color: var(--orange); font-style: normal; }
.lede {
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.65; color: rgba(250,251,248,0.8);
  max-width: 540px; margin-bottom: 32px;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-cta .btn { padding: 15px 30px; font-size: 13.5px; }

/* Hero stats strip */
.hero-stats {
  display: flex; gap: 0;
  border-top: 1px solid rgba(250,251,248,0.18);
  padding-top: 28px;
}
.hero-stat {
  display: flex; flex-direction: column; gap: 4px;
  padding-right: 28px; margin-right: 28px;
  border-right: 1px solid rgba(250,251,248,0.15);
}
.hero-stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.hero-stat .val {
  font-family: 'Big Shoulders Display'; font-weight: 900;
  font-size: clamp(22px, 3vw, 38px);
  color: var(--orange); line-height: 1; text-transform: uppercase;
}
.hero-stat .label {
  font-family: 'IBM Plex Mono'; font-size: 10.5px;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(250,251,248,0.55);
}

/* Scroll hint */
.scroll-hint {
  position: absolute; bottom: 28px; right: 36px; z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-line {
  display: block; width: 1px; height: 48px;
  background: rgba(250,251,248,0.3);
  animation: scrollLine 2s ease-in-out infinite;
}
.scroll-label {
  font-size: 9px; text-transform: uppercase; letter-spacing: 0.18em;
  color: rgba(250,251,248,0.4); writing-mode: vertical-rl;
}
@keyframes scrollLine {
  0%, 100% { transform: scaleY(1); transform-origin: top; opacity: 0.3; }
  50% { transform: scaleY(0.4); transform-origin: top; opacity: 0.8; }
}


/* ============================================================
   9. TRUST STRIP
============================================================ */
.trust {
  background: var(--ink);
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
}
.trust-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.trust-card {
  background: var(--mist);
  padding: 52px var(--gutter);
  border-right: 1.5px solid var(--ink);
  transition: background var(--ease-med);
}
.trust-card:last-child { border-right: none; }
@media (hover: hover) {
  .trust-card:hover { background: var(--white); }
}
.trust-num {
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--orange);
  display: block; margin-bottom: 20px;
}
.trust-card h3 {
  font-size: clamp(22px, 2.3vw, 30px);
  text-transform: none; font-weight: 900;
  margin-bottom: 14px; line-height: 1.1;
}
.trust-card p { font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); }


/* ============================================================
   10. VIDEO SHOWCASE
============================================================ */
.showcase {
  padding: 96px 0;
  background: var(--ink);
}
.showcase .section-head { border-color: rgba(250,251,248,0.12); }
.showcase .section-head h2 { color: var(--white); }
.showcase .section-head p   { color: rgba(250,251,248,0.55); }

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 16px;
}

.showcase-card {
  position: relative; overflow: hidden;
  aspect-ratio: 4/5;
  background: #0a140f;
  cursor: default;
}
.showcase-card:hover .showcase-vid,
.showcase-card:hover .showcase-img {
  transform: scale(1.04);
}
.showcase-vid, .showcase-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
}

.showcase-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(20,32,27,0.95) 0%,
    rgba(20,32,27,0.5) 42%,
    rgba(20,32,27,0.05) 70%,
    transparent 100%
  );
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 26px;
}
.showcase-tag {
  font-size: 10px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--orange); margin-bottom: 8px;
  display: block;
}
.showcase-overlay h2,
.showcase-overlay h3 {
  font-size: clamp(20px, 2.5vw, 30px);
  color: var(--orange); margin-bottom: 8px;
  text-transform: none;
}
.showcase-overlay p {
  color: rgba(250,251,248,0.65); font-size: 13px;
  line-height: 1.55; margin-bottom: 18px;
}
.showcase-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
}
.showcase-price {
  font-size: 13.5px; color: rgba(250,251,248,0.8);
}
.showcase-price strong { color: var(--white); }

/* Video play pill */
.play-pill {
  position: absolute; top: 16px; left: 16px;
  background: var(--orange);
  border-radius: 40px;
  padding: 6px 14px 6px 10px;
  display: flex; align-items: center; gap: 6px;
  transition: opacity 400ms;
  pointer-events: none;
}
.play-pill svg { width: 11px; height: 11px; fill: var(--ink); }
.play-pill::after {
  content: 'LIVE';
  font-family: 'IBM Plex Mono'; font-size: 10px; font-weight: 500;
  letter-spacing: 0.1em; color: var(--ink);
}
.showcase-card.playing .play-pill { opacity: 0; }


/* ============================================================
   11. CATALOG SECTION
============================================================ */
.catalog-section {
  padding: 96px 0;
  background: var(--mist);
}

/* Filter tabs */
.filter-tabs-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 0;
  border-bottom: 1.5px solid var(--ink);
}
.filter-tabs-wrap::-webkit-scrollbar { display: none; }
.filter-tabs { display: flex; min-width: max-content; }
.filter-tab {
  padding: 14px 22px;
  font-family: 'IBM Plex Mono'; font-size: 11.5px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.1em;
  background: transparent; border: none;
  border-bottom: 3px solid transparent;
  color: var(--ink-soft);
  transition: color var(--ease), border-color var(--ease), background var(--ease);
  cursor: pointer; white-space: nowrap;
  margin-bottom: -1.5px;
}
.filter-tab:hover { color: var(--ink); background: var(--mist-deep); }
.filter-tab.active { color: var(--orange); border-color: var(--orange); font-weight: 700; }

/* Results count */
.results-count {
  font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-soft);
  margin: 20px 0 28px;
}

/* Product grid */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.prod-card {
  background: var(--white);
  display: flex; flex-direction: column;
  position: relative;
  transition: transform var(--ease-med), box-shadow var(--ease-med);
}
@media (hover: hover) {
  .prod-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(20,32,27,0.1);
  }
}
.prod-card.hidden { display: none; }
.prod-card.entering {
  animation: cardEnter 280ms cubic-bezier(0.4, 0, 0.2, 1) both;
}
@keyframes cardEnter {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Card media */
.prod-media {
  position: relative; aspect-ratio: 4/3;
  overflow: hidden; background: var(--mist-deep);
  border-bottom: 1.5px solid var(--ink);
}
.prod-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
.prod-card:hover .prod-media img { transform: scale(1.06); }

.prod-sku {
  position: absolute; top: 10px; left: 10px; z-index: 1;
  font-family: 'IBM Plex Mono'; font-size: 9.5px; font-weight: 500;
  background: var(--ink); color: var(--mist);
  padding: 3px 8px; letter-spacing: 0.07em;
}
.prod-in-cart {
  position: absolute; top: 10px; right: 10px; z-index: 1;
  font-family: 'IBM Plex Mono'; font-size: 9.5px; font-weight: 700;
  background: var(--green-wa); color: var(--ink);
  padding: 3px 8px; letter-spacing: 0.06em;
  opacity: 0; transform: scale(0.8) translateY(-4px);
  transition: opacity var(--ease), transform var(--ease);
}
.prod-in-cart.show { opacity: 1; transform: scale(1) translateY(0); }

/* Card body */
.prod-body { padding: 16px 14px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.prod-name {
  font-family: 'Big Shoulders Display'; font-weight: 900;
  font-size: 16px; text-transform: none; line-height: 1.2; color: var(--ink);
}
.prod-price { font-family: 'IBM Plex Mono'; font-size: 13.5px; font-weight: 500; color: var(--ink); }
.prod-price .per { font-size: 10.5px; color: var(--ink-soft); font-weight: 400; }

/* Add to cart row */
.prod-actions { display: flex; flex-direction: column; gap: 8px; align-items: stretch; margin-top: auto; }
.qty-row {
  display: flex; align-items: center; justify-content: space-between;
  border: 1.5px solid var(--ink); overflow: hidden; flex-shrink: 0;
  height: 36px;
}
.qty-btn {
  width: 36px; height: 100%;
  background: var(--mist-deep); border: none;
  font-size: 16px; font-weight: 700; color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--ease), color var(--ease);
}
.qty-btn:hover { background: var(--orange); color: var(--white); }
.qty-val {
  flex: 1; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'IBM Plex Mono'; font-size: 13px; font-weight: 500;
  border-left: 1.5px solid var(--ink); border-right: 1.5px solid var(--ink);
  color: var(--ink); background: var(--white);
}
.add-btn {
  flex: 1; height: 46px;
  background: var(--ink); color: var(--white);
  border: 1.5px solid var(--ink);
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  display: flex; align-items: center; justify-content: center; gap: 5px;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}
.add-btn:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.add-btn.added { background: var(--green-wa); border-color: var(--green-wa); color: var(--ink); }
.add-btn svg { width: 12px; height: 12px; flex-shrink: 0; }


/* ============================================================
   12. CART DRAWER
============================================================ */
.cart-backdrop {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(20,32,27,0.55);
  opacity: 0; pointer-events: none;
  transition: opacity var(--ease-med);
}
.cart-backdrop.open { opacity: 1; pointer-events: all; }

.cart-drawer {
  position: fixed; right: 0; top: 0; bottom: 0;
  width: 420px; max-width: 100vw; z-index: 200;
  background: var(--white);
  border-left: 1.5px solid var(--ink);
  display: flex; flex-direction: column;
  transform: translateX(105%);
  transition: transform var(--ease-med);
}
.cart-drawer.open { transform: translateX(0); }

.cart-head {
  padding: 20px 22px;
  border-bottom: 1.5px solid var(--ink);
  background: var(--mist);
  display: flex; justify-content: space-between; align-items: center;
  flex-shrink: 0;
}
.cart-head h3 { font-size: 28px; }
.cart-close {
  width: 40px; height: 40px;
  background: transparent; border: 1.5px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink); cursor: pointer;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}
.cart-close:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

.cart-body {
  flex: 1; overflow-y: auto;
  padding: 22px;
  display: flex; flex-direction: column; gap: 0;
}

/* Empty state */
.cart-empty-msg {
  text-align: center; padding: 60px 20px; color: var(--ink-soft);
}
.cart-empty-msg .icon { font-size: 38px; margin-bottom: 14px; }
.cart-empty-msg p { font-size: 14px; line-height: 1.65; }

/* Cart items */
#cartItems { display: flex; flex-direction: column; gap: 0; }
.cart-item {
  display: grid; grid-template-columns: 64px 1fr 28px;
  gap: 12px; align-items: start;
  padding: 16px 0;
  border-bottom: 1px dashed var(--line);
}
.cart-item:last-child { border-bottom: none; }
.cart-item-img { width: 64px; height: 64px; object-fit: cover; border: 1.5px solid var(--ink); }
.cart-item-info { display: flex; flex-direction: column; gap: 4px; }
.cart-item-info h5 { font-size: 13px; font-weight: 700; line-height: 1.3; text-transform: none; }
.item-price { font-family: 'IBM Plex Mono'; font-size: 11.5px; color: var(--ink-soft); }
.cart-item-qty {
  display: flex; align-items: center; margin-top: 8px;
  border: 1.5px solid var(--ink); overflow: hidden; width: max-content;
}
.cart-qty-btn {
  width: 26px; height: 26px;
  background: var(--mist-deep); border: none;
  font-size: 14px; font-weight: 700; color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--ease), color var(--ease);
}
.cart-qty-btn:hover { background: var(--orange); color: var(--white); }
.cart-qty-val {
  width: 28px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'IBM Plex Mono'; font-size: 12px; font-weight: 500;
  border-left: 1.5px solid var(--ink); border-right: 1.5px solid var(--ink);
}
.cart-remove {
  background: transparent; border: none; color: var(--ink-soft);
  font-size: 20px; line-height: 1; cursor: pointer; padding: 2px;
  transition: color var(--ease);
}
.cart-remove:hover { color: #c0392b; }

/* Cart footer */
.cart-foot {
  padding: 20px 22px;
  border-top: 1.5px solid var(--ink);
  background: var(--mist);
  flex-shrink: 0; display: flex; flex-direction: column; gap: 14px;
}
.discount-banner {
  background: rgba(37,211,102,0.18); color: var(--ink);
  border: 1px solid var(--green-wa);
  padding: 10px 14px;
  font-size: 12.5px; font-weight: 600;
  display: none; align-items: center; gap: 8px;
}
.discount-banner.show { display: flex; }
.cart-totals { display: flex; flex-direction: column; gap: 6px; }
.cart-subtotal-row {
  display: flex; justify-content: space-between;
  font-family: 'IBM Plex Mono'; font-size: 11.5px; color: var(--ink-soft);
}
.cart-total-row {
  display: flex; justify-content: space-between;
  font-family: 'IBM Plex Mono'; font-size: 14.5px; font-weight: 700;
}
.cart-note {
  font-size: 11px; color: var(--ink-soft); line-height: 1.6;
  border-top: 1px dashed var(--line); padding-top: 12px;
}
.cart-checkout-btn {
  width: 100%;
  background: var(--green-wa); border: 1.5px solid var(--green-wa); color: var(--ink);
  padding: 15px; font-size: 13.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  cursor: pointer; transition: opacity var(--ease);
}
.cart-checkout-btn:hover { opacity: 0.88; }
.cart-checkout-btn svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }


/* ============================================================
   13. CTA BAND
============================================================ */
.band {
  background: var(--ink); color: var(--white);
  padding: 108px 0; text-align: center;
}
.band h2 { font-size: clamp(36px, 6vw, 80px); margin-bottom: 22px; color: var(--white); }
.band h2 em { color: var(--orange); font-style: normal; }
.band > .wrap > p {
  color: rgba(250,251,248,0.6); max-width: 500px;
  margin: 0 auto 40px; font-size: 15.5px; line-height: 1.7;
}
.band-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.band-btns .btn { padding: 16px 34px; font-size: 13.5px; }


/* ============================================================
   14. FOOTER
============================================================ */
footer {
  padding: 72px 0 32px;
  border-top: 1.5px solid var(--ink);
  background: var(--mist);
}
.foot-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
  border-bottom: 1.5px solid var(--ink);
}
.foot-grid h5 {
  font-family: 'IBM Plex Mono'; font-size: 10.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 18px;
}
.foot-grid p, .foot-grid a {
  font-size: 13.5px; color: var(--ink-soft);
  line-height: 2.0; display: block;
  transition: color var(--ease);
}
.foot-grid a:hover { color: var(--ink); }
.foot-brand .logo.foot-logo { margin-bottom: 18px; font-size: 17px; }
.foot-brand p { color: var(--ink); font-size: 14px; line-height: 1.7; max-width: 230px; }
.foot-hours { margin-top: 16px; font-family: 'IBM Plex Mono'; font-size: 11.5px; color: var(--ink-soft); line-height: 1.9; }
.foot-social { display: flex; gap: 8px; margin-top: 18px; }
.social-link {
  width: 34px; height: 34px;
  background: var(--ink); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: 'IBM Plex Mono'; font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
  transition: background var(--ease), color var(--ease);
}
.social-link:hover { background: var(--orange); color: var(--ink); }
.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; font-family: 'IBM Plex Mono'; font-size: 11.5px;
  color: var(--ink-soft); flex-wrap: wrap; gap: 8px;
}


/* ============================================================
   15. MOBILE WA BAR
============================================================ */
.wa-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 80;
  background: var(--green-wa);
  padding: 12px 20px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  display: none;
  align-items: center; justify-content: space-between; gap: 12px;
  color: var(--ink); font-weight: 700; font-size: 13.5px;
  text-transform: uppercase; letter-spacing: 0.06em;
  border-top: 2px solid rgba(20,32,27,0.15);
  transform: translateY(100%);
  transition: transform var(--ease-med);
}
.wa-bar.visible { display: flex; }
.wa-bar.show    { transform: translateY(0); }
.wa-bar svg     { width: 20px; height: 20px; fill: var(--ink); flex-shrink: 0; }
.wa-bar-left    {
  display: flex; align-items: center; gap: 8px;
  color: var(--ink); font-weight: 700; font-size: 13.5px;
  text-transform: uppercase; letter-spacing: 0.06em;
  flex: 1;
}
.wa-bar-left:hover { opacity: 0.85; }
.wa-bar-left svg { fill: var(--ink); }
.wa-bar-cart-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--ink); color: var(--white);
  border: none; padding: 8px 16px;
  font-size: 11.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em; cursor: pointer;
}


/* ============================================================
   16. RESPONSIVE — MOBILE-FIRST ADJUSTMENTS
============================================================ */

/* ≤960px: hide desktop nav, show hamburger */
@media (max-width: 960px) {
  .nav-links  { display: none; }
  .hamburger  { display: flex; }
  .wa-bar     { display: flex; }
  footer      { padding-bottom: calc(40px + 64px + env(safe-area-inset-bottom, 0px)); }
}

/* ≤860px: single-column trust + showcase, 2-col catalog */
@media (max-width: 860px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card { border-right: none; border-bottom: 1.5px solid var(--ink); }
  .trust-card:last-child { border-bottom: none; }

  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card { aspect-ratio: 16 / 9; }

  .prod-grid { grid-template-columns: repeat(3, 1fr); }

  .foot-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .section-head { margin-bottom: 36px; }
  .showcase, .trust { }
}

/* ≤640px: mobile-optimized layout */
@media (max-width: 640px) {
  :root { --gutter: 20px; --nav-h: 58px; }

  .logo-text { font-size: 17px; }
  .logo-img { height: 46px; }
  .btn-label { display: none; }

  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .hero-stats { overflow-x: auto; gap: 0; padding-bottom: 4px; }
  .hero-stat  { white-space: nowrap; padding-right: 20px; margin-right: 20px; }

  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .prod-body { padding: 12px 10px 14px; gap: 8px; }
  .prod-name { font-size: 14px; }
  .prod-actions { flex-direction: column; align-items: stretch; gap: 8px; }
  .qty-row   { width: 100%; }
  .qty-val   { flex: 1; width: auto; }
  .add-btn   { font-size: 10px; width: 100%; }

  .cart-drawer { width: 100vw; }

  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .foot-bottom { flex-direction: column; align-items: flex-start; gap: 4px; }

  .band { padding: 72px 0; }
  .band-btns { flex-direction: column; align-items: center; }
  .band-btns .btn { width: 100%; max-width: 360px; justify-content: center; }
}

/* ≤440px: tightest mobile */
@media (max-width: 440px) {
  .prod-grid { gap: 10px; }
  .hero-stat .val { font-size: 20px; }
}


/* ============================================================
   17. REDUCED MOTION
============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-video-wrap video { display: none; }
}


/* ============================================================
   18. PRODUCT PREVIEW MODAL
============================================================ */
.preview-backdrop {
  position: fixed; inset: 0; z-index: 250;
  background: rgba(20,32,27,0.65);
  opacity: 0; pointer-events: none;
  transition: opacity var(--ease-med);
  backdrop-filter: blur(8px);
}
.preview-backdrop.open { opacity: 1; pointer-events: all; }

.preview-modal {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 800px; max-width: 90vw;
  max-height: 90vh;
  background: var(--white);
  border: 1.5px solid var(--ink);
  z-index: 300;
  overflow-y: auto;
  opacity: 0; pointer-events: none;
  transition: transform var(--ease-slow), opacity var(--ease-slow);
  box-shadow: 0 10px 40px rgba(20,32,27,0.3);
}
.preview-modal.open {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1; pointer-events: all;
}

.preview-close {
  position: absolute; right: 16px; top: 16px; z-index: 10;
  width: 36px; height: 36px;
  background: var(--white); border: 1.5px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink); cursor: pointer;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}
.preview-close:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

.preview-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 32px; padding: 32px;
}

.preview-img-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--mist-deep);
  border: 1.5px solid var(--ink);
}
.preview-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 500ms ease;
}
.preview-img-wrap:hover img { transform: scale(1.04); }

.preview-info {
  display: flex; flex-direction: column; gap: 16px;
}
.preview-cat {
  font-family: 'IBM Plex Mono'; font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--orange);
}
.preview-title {
  font-family: 'Big Shoulders Display'; font-weight: 900;
  font-size: clamp(28px, 3.5vw, 42px); text-transform: uppercase;
  line-height: 1.1; color: var(--ink);
}
.preview-price {
  font-family: 'IBM Plex Mono'; font-size: 18px; font-weight: 700; color: var(--ink);
}
.preview-price .per { font-size: 12px; font-weight: 400; color: var(--ink-soft); }

.preview-desc {
  font-size: 14px; line-height: 1.6; color: var(--ink-soft);
}

.preview-specs {
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
  padding: 12px 0;
  display: flex; flex-direction: column; gap: 6px;
}
.preview-spec-item {
  font-size: 12.5px; color: var(--ink-soft);
  display: flex; gap: 8px;
}
.preview-spec-item strong { color: var(--ink); }

.preview-actions {
  display: flex; gap: 12px; align-items: center; margin-top: auto;
  padding-top: 16px;
}
.preview-qty-row {
  display: flex; align-items: center;
  border: 1.5px solid var(--ink); overflow: hidden;
}
.preview-qty-btn {
  flex: 1; height: 100%;
  background: var(--mist-deep); border: none;
  font-size: 18px; font-weight: 700; color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--ease);
}
.preview-qty-btn:hover { background: var(--orange); color: var(--white); }
.preview-qty-val {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'IBM Plex Mono'; font-size: 14px; font-weight: 600;
  border-left: 1.5px solid var(--ink); border-right: 1.5px solid var(--ink);
  background: var(--white);
}
.preview-add-btn {
  flex: 1; height: 36px;
  background: var(--ink); color: var(--white);
  border: 1.5px solid var(--ink);
  font-size: 12.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}
.preview-add-btn:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.preview-add-btn.added { background: var(--green-wa); border-color: var(--green-wa); color: var(--ink); }
.preview-add-btn svg { width: 14px; height: 14px; }

.preview-status {
  font-family: 'IBM Plex Mono'; font-size: 11px; font-weight: 600;
  color: var(--green-wa); display: flex; align-items: center; gap: 6px;
  background: rgba(37,211,102,0.1); padding: 6px 12px; border-radius: 4px;
  width: fit-content; margin-top: 4px;
}

@media (max-width: 768px) {
  .preview-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }
  .preview-modal {
    max-width: 95vw;
    max-height: 95vh;
  }
}


/* ============================================================
   19. FUZZY SEARCH
============================================================ */
.catalog-search-wrap {
  margin: 0 auto 32px;
  max-width: 480px;
  width: 100%;
}
.search-input-field {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1.5px solid var(--ink);
  padding: 0 16px;
  height: 48px;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.search-input-field:focus-within {
  border-color: var(--orange);
  box-shadow: 0 4px 12px rgba(255,90,31,0.12);
}
.search-input-field input {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  padding-left: 10px;
  outline: none;
}
.search-input-field input::placeholder {
  color: var(--ink-soft);
  opacity: 0.6;
}
.search-input-field .search-icon {
  width: 16px;
  height: 16px;
  color: var(--ink-soft);
  flex-shrink: 0;
}
.clear-search-btn {
  font-size: 20px;
  color: var(--ink-soft);
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color var(--ease);
}
.clear-search-btn:hover {
  color: var(--orange);
}

/* Floating Search Button */
.floating-search-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(20,32,27,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 120;
  transition: transform var(--ease), background var(--ease), color var(--ease);
}
.floating-search-btn:hover {
  background: var(--orange);
  color: var(--ink);
  transform: scale(1.08);
}

@media (max-width: 960px) {
  .floating-search-btn {
    bottom: calc(20px + 62px + env(safe-area-inset-bottom, 0px));
    right: 20px;
  }
}

/* Floating Search Overlay */
.search-backdrop {
  position: fixed; inset: 0;
  z-index: 999;
  pointer-events: none;
  background: transparent;
}
.search-backdrop.open {
  pointer-events: all;
}

.search-overlay {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 90px;
  background: var(--ink);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--gutter);
  transform: translateY(-100%);
  transition: transform var(--ease-slow);
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.search-overlay.open {
  transform: translateY(0);
}
.search-overlay .search-input-field {
  max-width: 600px;
  width: 100%;
  border-color: rgba(250,251,248,0.2);
  background: rgba(250,251,248,0.06);
  color: var(--white);
}
.search-overlay .search-input-field:focus-within {
  border-color: var(--orange);
}
.search-overlay .search-input-field input {
  color: var(--white);
}
.search-overlay .search-input-field input::placeholder {
  color: rgba(250,251,248,0.45);
}
.search-overlay .search-input-field .search-icon {
  color: rgba(250,251,248,0.45);
}
.close-search-overlay-btn {
  background: transparent;
  color: var(--white);
  font-size: 28px;
  cursor: pointer;
  padding: 8px;
  margin-left: 16px;
  transition: color var(--ease);
  line-height: 1;
}
.close-search-overlay-btn:hover {
  color: var(--orange);
}


/* ============================================================
   NEW: LANDING SHOWCASE — 5-card featured products landing
============================================================ */

/* Landing-specific padding (no hero above it) */
.showcase--landing {
  padding-top: calc(var(--nav-h) + 40px);
  padding-bottom: 0;
}

/* 5-card grid: 3 top / 2 bottom on desktop */
.showcase-grid--5 {
  grid-template-columns: repeat(3, 1fr);
}
.showcase-grid--5 > :nth-child(4),
.showcase-grid--5 > :nth-child(5) {
  /* last two items span to fill 2 of 3 cols each => split into 2 = 1.5 cols wide */
}

/* Make cards behave as anchor links */
.showcase-card--link {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: inherit;
}
.showcase-card--link:hover .showcase-cta-pill {
  background: var(--orange);
  color: var(--ink);
}

/* CTA pill on cards */
.showcase-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ink);
  color: var(--white);
  font-family: 'IBM Plex Mono';
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 8px 14px;
  transition: background var(--ease), color var(--ease);
  flex-shrink: 0;
}

/* Explore All CTA row at bottom of landing showcase */
.showcase-explore-all {
  display: flex;
  justify-content: center;
  padding: 48px 0 64px;
  border-top: 1.5px solid var(--line);
  margin-top: 0;
}
.showcase-explore-all .btn {
  padding: 16px 36px;
  font-size: 14px;
}

/* New product badge */
.prod-new-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--orange);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  z-index: 3;
}

/* "New" badge on showcase cards */
.new-badge-pill {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--orange);
  color: var(--ink);
  font-family: 'IBM Plex Mono';
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  z-index: 5;
}

/* Fix showcase h2 inside landing (h2 is used as card title since h1 is above) */
.showcase--landing .showcase-overlay h2 {
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1;
  margin-bottom: 10px;
}


/* ============================================================
   NEW: EXPLORE PAGE HEADER (explore.html)
============================================================ */

.explore-page-header {
  padding: calc(var(--nav-h) + 52px) 0 40px;
  border-bottom: 1.5px solid var(--ink);
  background: var(--mist);
}
.explore-page-header h1 {
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.9;
  margin: 12px 0 18px;
}
.explore-sub {
  color: var(--ink-soft);
  max-width: 540px;
  font-size: 15px;
  line-height: 1.65;
}
.explore-breadcrumb {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.explore-breadcrumb a {
  color: var(--orange);
  transition: opacity var(--ease);
}
.explore-breadcrumb a:hover { opacity: 0.75; }

/* Remove top padding from catalog section on explore page */
.catalog-section {
  padding: 64px 0 80px;
}


/* ============================================================
   NEW: CATEGORY PAGE HEADER (category.html)
============================================================ */

.cat-header {
  padding: calc(var(--nav-h) + 48px) 0 36px;
  border-bottom: 1.5px solid var(--ink);
  background: var(--mist);
}
.cat-header h1 {
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.92;
  margin: 10px 0 16px;
}
.catalog-section--noPad {
  padding-top: 48px;
}


/* ============================================================
   NEW: EXPLORE MORE BAND (category.html bottom)
============================================================ */

.explore-more-band {
  background: var(--ink);
  padding: 72px 0;
  margin-top: 0;
}
.explore-more-inner {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  flex-wrap: wrap;
}
.explore-more-text {
  flex: 1;
  min-width: 260px;
}
.explore-more-text h2 {
  font-size: clamp(30px, 4vw, 52px);
  color: var(--white);
  margin-bottom: 16px;
}
.explore-more-text p {
  color: rgba(250,251,248,0.65);
  font-size: 15px;
  line-height: 1.7;
  max-width: 440px;
}
.explore-more-text .eyebrow { color: var(--orange); margin-bottom: 14px; }
.explore-more-actions {
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}
.explore-more-actions .btn {
  align-self: flex-start;
  padding: 14px 28px;
}
.explore-cat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cat-pill {
  display: inline-block;
  background: transparent;
  border: 1.5px solid rgba(250,251,248,0.25);
  color: rgba(250,251,248,0.75);
  font-family: 'IBM Plex Mono';
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 9px 16px;
  transition: border-color var(--ease), color var(--ease), background var(--ease);
}
.cat-pill:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: rgba(255,90,31,0.08);
}


/* ============================================================
   RESPONSIVE — new elements
============================================================ */

@media (max-width: 900px) {
  .showcase-grid--5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .explore-more-inner {
    flex-direction: column;
    gap: 36px;
  }
  .showcase-overlay p {
    display: none;
  }
}

@media (max-width: 600px) {
  .showcase-grid--5 {
    grid-template-columns: 1fr;
  }
  .showcase--landing {
    padding-top: calc(var(--nav-h) + 24px);
  }
  .explore-page-header,
  .cat-header {
    padding-top: calc(var(--nav-h) + 28px);
  }
}


/* ============================================================
   BROWSE ALL CTA — landing page bottom of priority catalog
============================================================ */
.browse-all-wrap {
  margin-top: 56px;
  padding: 48px 40px;
  background: linear-gradient(135deg, var(--ink) 0%, #1e3028 100%);
  border-radius: 16px;
  text-align: center;
}

.browse-all-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.browse-all-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

.browse-all-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
}

.btn--browse-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--orange);
  color: #fff;
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 8px;
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
  box-shadow: 0 4px 20px rgba(255,90,31,0.35);
}

.btn--browse-all:hover {
  background: #e04a10;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,90,31,0.45);
}

.btn--browse-all svg {
  transition: transform var(--ease);
}

.btn--browse-all:hover svg {
  transform: translateX(4px);
}

@media (max-width: 600px) {
  .browse-all-wrap {
    padding: 36px 20px;
  }
  .btn--browse-all {
    font-size: 16px;
    padding: 12px 24px;
    width: 100%;
    justify-content: center;
  }
}
