/* ============================================================
   Stikibee — Brand Styles
   ============================================================ */

:root {
  --honey: #ffc727;
  --honey-soft: #ffd96b;
  --amber: #ff9e1b;
  --charcoal: #1f1a17;
  --cream: #fff8e7;
  --sky: #6ec1e4;
  --coral: #ff6b6b;
  --green: #7bd389;
  --radius: 18px;
  --font-display: "Bricolage Grotesque", "Fredoka", system-ui, sans-serif;
  --font-body: "Figtree", "Inter", system-ui, sans-serif;
  --font-accent: "Caveat", "Fredoka", cursive;
}

body {
  font-family: var(--font-body);
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--honey);
  color: var(--charcoal);
}

/* ============================================================
   Honeycomb background pattern (subtle)
   ============================================================ */
.honeycomb-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='%23FFC727' stroke-width='1.2' opacity='0.35'><polygon points='28,2 54,17 54,49 28,64 2,49 2,17'/><polygon points='0,51 0,83 28,98'/><polygon points='56,51 56,83 28,98' transform='translate(0,0)'/></g></svg>");
  background-size: 56px 100px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 85%);
}
.honeycomb-bg--dark {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='%23FFC727' stroke-width='1.2' opacity='0.22'><polygon points='28,2 54,17 54,49 28,64 2,49 2,17'/><polygon points='0,51 0,83 28,98'/><polygon points='56,51 56,83 28,98' transform='translate(0,0)'/></g></svg>");
  opacity: 1;
}

/* Dotted paper grid background (for products section) */
.dot-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(31, 26, 23, 0.08) 1.2px, transparent 1.2px);
  background-size: 26px 26px;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%);
}

/* Decorative squiggle/dot corners (for occasion + instagram) */
.sec-decor,
.sec-loop {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.sec-decor--tl {
  top: 24px;
  left: -20px;
  width: 220px;
}
.sec-decor--br {
  bottom: 24px;
  right: -10px;
  width: 260px;
}
.sec-loop--tl {
  top: 40px;
  left: -30px;
  width: 240px;
}
.sec-loop--br {
  bottom: 40px;
  right: -30px;
  width: 240px;
}
@media (max-width: 767px) {
  .sec-decor,
  .sec-loop {
    display: none;
  }
}

/* ============================================================
   Section-head variants (break the AI "eyebrow+H2+p" pattern)
   ============================================================ */

/* How it works — big outline numbers */
.hiw-head {
  text-align: center;
  margin-bottom: 8px;
}
.hiw-nums {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(48px, 9vw, 96px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--charcoal);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  opacity: 0.85;
}
.hiw-nums .hiw-sep {
  -webkit-text-stroke: 0;
  color: var(--honey);
  font-size: 0.6em;
  opacity: 0.9;
}
.hiw-head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  letter-spacing: -0.01em;
  line-height: 1.1;
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .hiw-nums {
    gap: 10px;
  }
}

/* Reviews — handwritten kicker */
.review-head {
  text-align: center;
  margin-bottom: 24px;
}
.kicker-hand {
  display: inline-block;
  font-family: var(--font-accent);
  font-weight: 500;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  color: var(--amber);
  transform: rotate(-2deg);
  margin-bottom: 4px;
}
.review-head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -0.01em;
  line-height: 1.1;
  max-width: 640px;
  margin: 0 auto;
}
.kicker-rule {
  width: 44px;
  height: 3px;
  background: var(--charcoal);
  border-radius: 2px;
  margin: 16px auto 0;
  opacity: 0.8;
}

/* Hero social proof strip (replaces 3-col stat grid) */
.social-proof {
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px 12px 14px;
  background: rgba(255, 248, 231, 0.6);
  border: 1px solid rgba(31, 26, 23, 0.08);
  border-radius: 999px;
  max-width: fit-content;
}
.sp-avatars {
  display: inline-flex;
}
.sp-avatars img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid #fff;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.2);
}
.sp-avatars img + img {
  margin-left: -12px;
}
.sp-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sp-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--amber);
}
.sp-stars strong {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--charcoal);
  margin-left: 6px;
  font-size: 13px;
}
.sp-body p {
  font-size: 13px;
  color: rgba(31, 26, 23, 0.7);
  line-height: 1.3;
}
@media (max-width: 420px) {
  .social-proof {
    border-radius: 20px;
    padding: 14px;
  }
  .sp-avatars img {
    width: 32px;
    height: 32px;
  }
}

/* Newsletter — dash label */
.dash-label {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--charcoal);
  opacity: 0.7;
}

/* Subtle paper-grain overlay (global tactile feel) */
.paper-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ============================================================
   Promo marquee
   ============================================================ */
.promo-bar {
  overflow: hidden;
  white-space: nowrap;
  padding: 9px 0;
  position: relative;
}
.promo-track {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-left: 100%;
  animation: marquee 30s linear infinite;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.promo-track span {
  display: inline-block;
}
.promo-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* ============================================================
   Header + Nav
   ============================================================ */
.nav-link {
  position: relative;
  color: var(--charcoal);
  transition: color 0.2s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 3px;
  background: var(--honey);
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.nav-link:hover {
  color: var(--amber);
}
.nav-link:hover::after {
  transform: scaleX(1);
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: var(--charcoal);
  transition: all 0.2s ease;
  position: relative;
}
.icon-btn:hover {
  background: var(--cream);
  color: var(--amber);
}
.cart-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Mobile menu */
.mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  border-top: 1px solid rgba(31, 26, 23, 0.06);
  background: #fff;
}
.mobile-menu.open {
  max-height: 520px;
}
.mobile-link {
  padding: 10px 2px;
  border-bottom: 1px dashed rgba(31, 26, 23, 0.08);
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.mobile-link:hover {
  color: var(--amber);
  padding-left: 8px;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--honey);
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease;
  box-shadow: 0 8px 20px -6px rgba(31, 26, 23, 0.35);
  border: 2px solid var(--charcoal);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -10px rgba(31, 26, 23, 0.5);
  background: #000;
}
.btn-primary:active {
  transform: translateY(0);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  background: transparent;
  color: var(--charcoal);
  font-weight: 600;
  font-size: 15px;
  border: 2px solid var(--charcoal);
  transition: all 0.2s ease;
}
.btn-ghost:hover {
  background: var(--honey);
  transform: translateY(-2px);
}
.btn-ghost span {
  transition: transform 0.2s ease;
  display: inline-block;
}
.btn-ghost:hover span {
  transform: translateX(4px);
}

.btn-mini {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--honey);
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s ease;
}
.btn-mini:hover {
  background: var(--amber);
  color: #fff;
}

/* ============================================================
   Eyebrow & Section heads
   ============================================================ */
/* Eyebrow — editorial / brand (hexagon + uppercase tracked) */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
}
.eyebrow .dot {
  position: relative;
  width: 12px;
  height: 12px;
  background: var(--amber);
  border-radius: 0;
  box-shadow: none;
  animation: none;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  flex-shrink: 0;
}
.eyebrow .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--cream);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.eyebrow::after {
  content: "";
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  opacity: 0.35;
}
.section-head .eyebrow::after {
  display: none;
}

/* Dark variant — used on amber/honey gradient backgrounds */
.eyebrow--dark {
  color: var(--charcoal);
}
.eyebrow--dark .dot {
  background: var(--charcoal);
}
.eyebrow--dark .dot::after {
  background: var(--honey);
}

.section-head {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.section-head--left {
  margin: 0;
  text-align: left;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-top: 16px;
  color: var(--charcoal);
}
.section-head p {
  margin-top: 14px;
  color: rgba(31, 26, 23, 0.65);
  font-size: 1.05rem;
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}
.hero h1 {
  letter-spacing: -0.02em;
}
.highlight {
  position: relative;
  display: inline-block;
  color: var(--charcoal);
  z-index: 1;
  padding: 0 0.1em;
}
.highlight::before {
  content: "";
  position: absolute;
  inset: 0.12em -0.05em 0.08em -0.05em;
  background: var(--honey);
  z-index: -1;
  transform: rotate(-1.2deg) skew(-2deg);
  clip-path: polygon(
    0% 8%, 3% 2%, 12% 6%, 22% 1%, 35% 5%, 48% 0%, 62% 6%, 78% 2%, 90% 7%, 100% 3%,
    99% 94%, 93% 99%, 82% 95%, 70% 100%, 58% 94%, 44% 99%, 30% 96%, 18% 100%, 8% 94%, 1% 98%
  );
  opacity: 0;
  animation: markerIn 0.7s cubic-bezier(0.2, 0.9, 0.3, 1) 0.5s forwards;
  transform-origin: left center;
}
@keyframes markerIn {
  from {
    opacity: 0;
    transform: rotate(-1.2deg) skew(-2deg) scaleX(0);
  }
  to {
    opacity: 1;
    transform: rotate(-1.2deg) skew(-2deg) scaleX(1);
  }
}

.hero-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 20px 50px -12px rgba(31, 26, 23, 0.25);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-card--main {
  z-index: 2;
  height: 440px;
  transform: rotate(-2deg);
}
.hero-card--main:hover {
  transform: rotate(0deg) scale(1.02);
}
.hero-card--sm1 {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 180px;
  height: 180px;
  z-index: 3;
  transform: rotate(-8deg);
  border: 5px solid #fff;
}
.hero-card--sm1:hover {
  transform: rotate(-4deg) scale(1.05);
}
.hero-card--sm2 {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 170px;
  height: 170px;
  z-index: 3;
  transform: rotate(6deg);
  border: 5px solid #fff;
}
.hero-card--sm2:hover {
  transform: rotate(2deg) scale(1.05);
}

.hero-chip {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  color: var(--charcoal);
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.2);
}
.hero-chip__dot {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}
.hero-chip--coral {
  color: var(--coral);
  bottom: auto;
  top: 10px;
  left: auto;
  right: 10px;
}

.sticker-float {
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 3px solid var(--charcoal);
  box-shadow: 0 10px 22px -8px rgba(31, 26, 23, 0.35);
  z-index: 4;
  animation: floatY 4s ease-in-out infinite;
}
.sticker-float svg {
  width: 54%;
  height: 54%;
}
.sticker-1 {
  top: 4%;
  left: -8%;
  animation-delay: 0s;
  transform: rotate(-8deg);
  background: var(--honey);
}
.sticker-2 {
  top: 48%;
  right: -7%;
  animation-delay: 1s;
  transform: rotate(6deg);
  width: 70px;
  height: 70px;
  background: var(--coral);
}
.sticker-3 {
  bottom: -4%;
  right: 22%;
  animation-delay: 2s;
  transform: rotate(-12deg);
  width: 92px;
  height: 92px;
  background: var(--sky);
}
@keyframes floatY {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-16px) rotate(6deg);
  }
}

/* Bee mascot floats */
.bee {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 5;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.15));
  animation: flyBee 14s ease-in-out infinite;
}
.bee-1 {
  top: 8%;
  left: 5%;
  animation-delay: 0s;
}
.bee-2 {
  bottom: 10%;
  right: 8%;
  width: 55px;
  height: 55px;
  animation: flyBee 18s ease-in-out infinite reverse;
  animation-delay: 2s;
}
.bee-nl {
  position: absolute;
  top: -24px;
  right: -10px;
  width: 120px;
  height: 120px;
  animation: wiggle 3s ease-in-out infinite;
}
@keyframes flyBee {
  0% {
    transform: translate(0, 0) rotate(-8deg);
  }
  25% {
    transform: translate(40px, -20px) rotate(6deg);
  }
  50% {
    transform: translate(80px, 10px) rotate(-4deg);
  }
  75% {
    transform: translate(20px, 30px) rotate(8deg);
  }
  100% {
    transform: translate(0, 0) rotate(-8deg);
  }
}
@keyframes wiggle {
  0%,
  100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

/* Count (prevent width jump) */
.count {
  display: inline-block;
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   Feature strip (under hero)
   ============================================================ */
.feature-strip {
  background: var(--charcoal);
  color: var(--honey);
}
.fstrip {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
}

/* ============================================================
   Category strip (editorial vertical tiles)
   ============================================================ */
.cat-bg-doodles {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 15% 20%, rgba(255, 199, 39, 0.08) 0, transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(255, 107, 107, 0.08) 0, transparent 40%);
  pointer-events: none;
}

.cat-strip {
  margin-top: 44px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cat-tile {
  position: relative;
  display: block;
  aspect-ratio: 3 / 5;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, var(--tile-2, var(--tile)) 0%, var(--tile) 100%);
  box-shadow: 0 14px 30px -14px rgba(31, 26, 23, 0.28);
  transform: translateZ(0);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  text-decoration: none;
  color: #fff;
}
.cat-tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 50px -16px rgba(31, 26, 23, 0.38);
}
.cat-tile:nth-child(even) {
  margin-top: 24px;
}

.cat-tile__pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.cat-tile__pattern svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cat-tile__pattern--sale {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-content: flex-start;
  padding: 14px 10px;
  overflow: hidden;
}
.cat-tile__pattern--sale span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: 0.5px;
  line-height: 1;
  transform: rotate(-4deg);
  white-space: nowrap;
}
.cat-tile__pattern--sale span:nth-child(3n) {
  color: rgba(255, 255, 255, 0.34);
  transform: rotate(2deg);
}
.cat-tile__pattern--sale span:nth-child(2n) {
  font-size: 28px;
}

.cat-tile__img {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
}
.cat-tile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  mix-blend-mode: luminosity;
  opacity: 0.92;
}
.cat-tile:hover .cat-tile__img img {
  transform: scale(1.06);
}
.cat-tile__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 55%,
    var(--tile) 100%
  );
  z-index: 2;
}
.cat-tile__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--tile);
  opacity: 0.35;
  mix-blend-mode: multiply;
  z-index: 1;
}

.cat-tile__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  background: #fff;
  color: var(--tile);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.3);
  transform: rotate(-6deg);
}

.cat-tile__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 18px 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.2px;
  background: linear-gradient(180deg, transparent 0%, var(--tile) 35%);
}
.cat-tile__label > span:first-child {
  flex: 1;
  line-height: 1.15;
}
.cat-tile__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  font-size: 16px;
  transition: transform 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
}
.cat-tile:hover .cat-tile__arrow {
  background: rgba(255, 255, 255, 0.32);
  transform: translateX(3px);
}

/* Responsive: tablet & mobile scroll strip */
@media (max-width: 1023px) {
  .cat-strip {
    grid-template-columns: repeat(5, 70%);
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 8px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cat-strip::-webkit-scrollbar {
    display: none;
  }
  .cat-tile {
    scroll-snap-align: start;
    aspect-ratio: 3 / 4.5;
  }
  .cat-tile:nth-child(even) {
    margin-top: 0;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .cat-strip {
    grid-template-columns: repeat(5, 42%);
  }
}

/* ============================================================
   How-it-works steps
   ============================================================ */
.steps-connector {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 64px;
  width: 90%;
  height: 60px;
  pointer-events: none;
  z-index: 0;
}
.step-card {
  position: relative;
  text-align: center;
  padding: 32px 24px;
  background: var(--cream);
  border-radius: var(--radius);
  transition: transform 0.3s ease;
  z-index: 1;
}
.step-card:hover {
  transform: translateY(-6px);
}
.step-num {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--honey);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 6px 16px -4px rgba(31, 26, 23, 0.4);
}
.step-icon {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
  margin: 18px auto 0;
  box-shadow: 0 8px 20px -8px rgba(255, 158, 27, 0.5);
}
.step-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 16px;
}
.step-card p {
  margin-top: 10px;
  color: rgba(31, 26, 23, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ============================================================
   Products
   ============================================================ */
.product {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 25px -10px rgba(31, 26, 23, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 45px -15px rgba(31, 26, 23, 0.28);
}
.product__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.product__badge--new {
  background: var(--sky);
}
.product__badge--pop {
  background: var(--amber);
}
.product__badge--sale {
  background: var(--coral);
}
.product__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--cream);
}
.product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.product:hover .product__img img {
  transform: scale(1.06);
}
.product__body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.product__stars {
  color: var(--amber);
  font-size: 14px;
  letter-spacing: 1px;
}
.product__stars span {
  color: rgba(31, 26, 23, 0.5);
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 4px;
}
.product__body h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
}
.product__body p {
  color: rgba(31, 26, 23, 0.6);
  font-size: 0.85rem;
  line-height: 1.4;
}
.product__row {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--charcoal);
}
.price span {
  font-size: 0.75rem;
  color: rgba(31, 26, 23, 0.55);
  font-weight: 500;
  margin-left: 2px;
}

/* ============================================================
   Why us
   ============================================================ */
/* Why-us feature cards (4-up, editorial) */
.why-card {
  position: relative;
  padding: 28px 24px 26px;
  border-radius: 20px;
  background: var(--cream);
  border: 1px solid rgba(31, 26, 23, 0.06);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px -18px rgba(31, 26, 23, 0.25);
}
.why-card--accent {
  background: var(--charcoal);
  color: #fff;
  border-color: transparent;
}
.why-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transform: rotate(-3deg);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.why-card--accent .why-card__icon {
  background: var(--honey);
}
.why-card:hover .why-card__icon {
  transform: rotate(-8deg) scale(1.06);
}
/* :not(.why-card--accent) so these don't override the light text on dark cards */
.why-card:not(.why-card--accent) h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--charcoal);
  margin-bottom: 8px;
}
.why-card:not(.why-card--accent) p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(31, 26, 23, 0.7);
}

.why-card--accent h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  color: #fff;
}
.why-card--accent p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

/* ============================================================
   Occasion cards
   ============================================================ */
.occasion {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 20px;
  background: #fff;
  border-radius: var(--radius);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 18px -8px rgba(31, 26, 23, 0.15);
}
.occasion:hover {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow: 0 20px 35px -10px rgba(31, 26, 23, 0.25);
}
.occasion__illu {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.1));
  display: inline-block;
}
.occasion:hover .occasion__illu {
  transform: scale(1.12) rotate(-4deg);
}
.occasion h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
}
.occasion span {
  font-size: 0.8rem;
  color: rgba(31, 26, 23, 0.6);
  margin-top: 2px;
}

/* ============================================================
   Reviews carousel
   ============================================================ */
.reviews-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 4px 24px;
  scrollbar-width: none;
}
.reviews-track::-webkit-scrollbar {
  display: none;
}
.review {
  flex: 0 0 88%;
  scroll-snap-align: start;
  background: var(--cream);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 10px 22px -10px rgba(31, 26, 23, 0.18);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 640px) {
  .review {
    flex: 0 0 46%;
  }
}
@media (min-width: 1024px) {
  .review {
    flex: 0 0 31%;
  }
}
.review__stars {
  color: var(--amber);
  letter-spacing: 2px;
  font-size: 18px;
}
.review blockquote {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--charcoal);
  font-weight: 500;
}
.review figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.review__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--charcoal);
  font-size: 14px;
}
.review figcaption strong {
  display: block;
  font-size: 0.95rem;
}
.review figcaption span {
  font-size: 0.8rem;
  color: rgba(31, 26, 23, 0.6);
}

.review-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--honey);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 8px 20px -6px rgba(31, 26, 23, 0.4);
  transition: transform 0.2s ease, background 0.2s ease;
}
.review-nav:hover {
  background: #000;
  transform: translateY(-50%) scale(1.08);
}
.review-nav--prev {
  left: -10px;
}
.review-nav--next {
  right: -10px;
}
@media (max-width: 640px) {
  .review-nav {
    display: none;
  }
}

/* ============================================================
   Instagram tiles
   ============================================================ */
.ig-tile {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  display: block;
}
.ig-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ig-tile:hover img {
  transform: scale(1.08);
}
.ig-overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 26, 23, 0.55);
  color: var(--honey);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ig-tile:hover .ig-overlay {
  opacity: 1;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-item {
  border: 1px solid rgba(31, 26, 23, 0.08);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.faq-item[open] {
  border-color: var(--honey);
  box-shadow: 0 8px 20px -8px rgba(255, 199, 39, 0.45);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--charcoal);
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-plus {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  background: var(--charcoal);
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.faq-plus::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2.5px;
  transform: translateY(-50%);
}
.faq-plus::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2.5px;
  transform: translateX(-50%);
}
.faq-item[open] .faq-plus::after {
  transform: translateX(-50%) rotate(90deg);
}
.faq-body {
  padding: 0 22px 20px;
  color: rgba(31, 26, 23, 0.7);
  line-height: 1.55;
  font-size: 0.95rem;
  animation: faqOpen 0.3s ease;
}
@keyframes faqOpen {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   Newsletter
   ============================================================ */
.newsletter {
  position: relative;
  background: linear-gradient(135deg, var(--honey) 0%, var(--amber) 100%);
  border-radius: 28px;
  padding: 56px 40px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(255, 158, 27, 0.4);
}
.newsletter::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'><g fill='none' stroke='%231F1A17' stroke-width='1.2' opacity='0.1'><polygon points='28,2 54,17 54,49 28,64 2,49 2,17'/></g></svg>");
  background-size: 56px 100px;
  opacity: 0.5;
}
.nl-input {
  flex: 1;
  padding: 14px 18px;
  border-radius: 999px;
  border: 2px solid transparent;
  background: #fff;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.nl-input:focus {
  border-color: var(--charcoal);
  box-shadow: 0 0 0 4px rgba(31, 26, 23, 0.1);
}

/* ============================================================
   Footer
   ============================================================ */
.footer-title {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--honey);
  font-size: 1rem;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.foot-link {
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.foot-link:hover {
  color: var(--honey);
}
.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.2s ease;
}
.social:hover {
  background: var(--honey);
  color: var(--charcoal);
  transform: translateY(-2px);
}

/* ============================================================
   Chat
   ============================================================ */
.chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--honey);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px -8px rgba(31, 26, 23, 0.5);
  transition: transform 0.2s ease;
}
.chat-btn:hover {
  transform: scale(1.08);
}
.chat-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--honey);
  opacity: 0.45;
  animation: chatPulse 2s ease-out infinite;
  z-index: -1;
}
@keyframes chatPulse {
  0% {
    transform: scale(1);
    opacity: 0.45;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.chat-window {
  position: fixed;
  bottom: 96px;
  right: 20px;
  z-index: 50;
  width: min(340px, calc(100vw - 40px));
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 30px 60px -15px rgba(31, 26, 23, 0.4);
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.chat-window.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.chat-head {
  background: var(--charcoal);
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--honey);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.chat-close {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.2s ease;
}
.chat-close:hover {
  background: rgba(255, 255, 255, 0.12);
}
.chat-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 160px;
  background: var(--cream);
}
.chat-bubble {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.4;
}
.chat-bubble--in {
  background: #fff;
  color: var(--charcoal);
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1);
}
.chat-foot {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(31, 26, 23, 0.08);
}
.chat-foot input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--cream);
  border: 1px solid transparent;
  font-size: 14px;
  outline: none;
}
.chat-foot input:focus {
  border-color: var(--honey);
}
.chat-foot button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--honey);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.chat-foot button:hover {
  transform: scale(1.08);
}

/* ============================================================
   Responsive tweaks
   ============================================================ */
@media (max-width: 1023px) {
  .hero-card--main {
    height: 360px;
  }
}
@media (max-width: 640px) {
  .hero-card--main {
    height: 300px;
    transform: rotate(-1deg);
  }
  .hero-card--sm1 {
    width: 130px;
    height: 130px;
    left: -10px;
    bottom: -20px;
  }
  .hero-card--sm2 {
    width: 120px;
    height: 120px;
    right: -6px;
    top: -14px;
  }
  .sticker-1 {
    width: 62px;
    height: 62px;
  }
  .sticker-2 {
    width: 52px;
    height: 52px;
  }
  .sticker-3 {
    width: 66px;
    height: 66px;
  }
  .newsletter {
    padding: 40px 24px;
  }
  .bee-nl {
    width: 80px;
    height: 80px;
    top: -10px;
    right: -4px;
  }
  .section-head h2 {
    font-size: 1.75rem;
  }
}

/* Reduce 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;
  }
}

/* ============================================================
   PAGES (shop, about, product, cart, checkout, account)
   ============================================================ */

/* ---------- Shared ---------- */
.page-hero {
  background: linear-gradient(180deg, var(--cream) 0%, #fff 100%);
  padding: 40px 0 48px;
  position: relative;
  overflow: hidden;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--charcoal);
  line-height: 1.1;
}
.page-hero p {
  max-width: 640px;
  margin-top: 10px;
  color: rgba(31, 26, 23, 0.7);
  font-size: 1.05rem;
}
.breadcrumb {
  font-size: 13px;
  color: rgba(31, 26, 23, 0.6);
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.breadcrumb a {
  color: rgba(31, 26, 23, 0.7);
  transition: color 0.2s ease;
}
.breadcrumb a:hover {
  color: var(--amber);
}
.breadcrumb .sep {
  opacity: 0.4;
}

/* Labels/forms */
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.field label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(31, 26, 23, 0.75);
}
.input,
.select,
.textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1.5px solid rgba(31, 26, 23, 0.12);
  background: #fff;
  font-size: 15px;
  color: var(--charcoal);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: inherit;
}
.input:focus,
.select:focus,
.textarea:focus {
  border-color: var(--honey);
  box-shadow: 0 0 0 4px rgba(255, 199, 39, 0.2);
}
.textarea {
  min-height: 96px;
  resize: vertical;
}
.select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231F1A17' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
  color: var(--charcoal);
  user-select: none;
}
.check input[type="checkbox"],
.check input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--amber);
  cursor: pointer;
}
.check .count {
  margin-left: auto;
  font-size: 12px;
  color: rgba(31, 26, 23, 0.5);
  font-variant-numeric: tabular-nums;
}

/* Card surface */
.surface {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 8px 22px -12px rgba(31, 26, 23, 0.15);
  border: 1px solid rgba(31, 26, 23, 0.05);
}

/* Tag pills */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: var(--cream);
  color: var(--charcoal);
  border: 1px solid rgba(255, 199, 39, 0.5);
}
.tag--dark {
  background: var(--charcoal);
  color: var(--honey);
  border-color: var(--charcoal);
}

/* Mini top bar padding reset for inner pages */
.sub-nav {
  background: #fff;
  border-bottom: 1px solid rgba(31, 26, 23, 0.06);
}

/* ============================================================
   Shop page
   ============================================================ */
.shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
}
@media (max-width: 1023px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
}
.shop-sidebar {
  position: sticky;
  top: 104px;
  align-self: start;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding-right: 4px;
}
@media (max-width: 1023px) {
  .shop-sidebar {
    position: static;
    max-height: none;
    display: none;
  }
  .shop-sidebar.open {
    display: block;
  }
}
.filter-group {
  padding: 20px 22px;
  border-bottom: 1px solid rgba(31, 26, 23, 0.08);
}
.filter-group:last-child {
  border-bottom: none;
}
.filter-group h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 12px;
  color: var(--charcoal);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-clear {
  font-size: 12px;
  color: var(--amber);
  font-weight: 600;
}
.filter-clear:hover {
  text-decoration: underline;
}

.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.shop-search {
  position: relative;
  flex: 1;
  min-width: 220px;
  max-width: 420px;
}
.shop-search input {
  width: 100%;
  padding: 12px 14px 12px 44px;
  border-radius: 999px;
  border: 1.5px solid rgba(31, 26, 23, 0.12);
  background: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.shop-search input:focus {
  border-color: var(--honey);
  box-shadow: 0 0 0 4px rgba(255, 199, 39, 0.2);
}
.shop-search svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(31, 26, 23, 0.5);
}
.toolbar-right {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.results-count {
  font-size: 13px;
  color: rgba(31, 26, 23, 0.6);
}

.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px 6px 12px;
  border-radius: 999px;
  background: var(--cream);
  border: 1px solid rgba(255, 199, 39, 0.5);
  font-size: 12px;
  font-weight: 600;
}
.filter-pill button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--charcoal);
  color: var(--honey);
}

/* Price range dual slider (visual only) */
.range-wrap {
  position: relative;
  padding: 12px 0 4px;
}
.range-track {
  position: relative;
  height: 6px;
  background: rgba(31, 26, 23, 0.1);
  border-radius: 999px;
}
.range-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  right: 25%;
  background: var(--honey);
  border-radius: 999px;
}
.range-inputs {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.range-inputs .input {
  text-align: center;
  font-weight: 600;
}

/* Swatch row */
.swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1.5px rgba(31, 26, 23, 0.15);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.swatch:hover,
.swatch.active {
  transform: scale(1.15);
  box-shadow: 0 0 0 2px var(--charcoal);
}

/* Pagination */
.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}
.pagination a,
.pagination span {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: var(--charcoal);
  background: #fff;
  border: 1.5px solid rgba(31, 26, 23, 0.08);
  transition: all 0.2s ease;
}
.pagination a:hover {
  border-color: var(--honey);
  background: var(--cream);
}
.pagination .is-active {
  background: var(--charcoal);
  color: var(--honey);
  border-color: var(--charcoal);
}
.pagination .disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Mobile filter trigger */
.filter-toggle {
  display: none;
  gap: 8px;
}
@media (max-width: 1023px) {
  .filter-toggle {
    display: inline-flex;
  }
}

/* ============================================================
   Product page
   ============================================================ */
.product-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
}
@media (max-width: 1023px) {
  .product-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.gallery-main {
  aspect-ratio: 1 / 1;
  background: var(--cream);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-main:hover img {
  transform: scale(1.03);
}
.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.gallery-thumb {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 2.5px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease;
  background: var(--cream);
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumb:hover {
  transform: translateY(-2px);
}
.gallery-thumb.active {
  border-color: var(--honey);
}

.product-head h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--charcoal);
  line-height: 1.1;
}
.product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 12px;
}
.product-price .amount {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2rem;
  color: var(--amber);
}
.product-price .old {
  color: rgba(31, 26, 23, 0.45);
  text-decoration: line-through;
  font-size: 1rem;
}

/* Stepper sections */
.step-section {
  padding: 22px 22px;
  border-top: 1px solid rgba(31, 26, 23, 0.08);
}
.step-section:first-of-type {
  border-top: none;
}
.step-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--charcoal);
  margin-bottom: 14px;
}
.step-title .step-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--honey);
  color: var(--charcoal);
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
}

/* Design grid */
.design-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 480px) {
  .design-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.design-tile {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2.5px solid transparent;
  background: var(--cream);
  transition: border-color 0.2s ease, transform 0.2s ease;
  position: relative;
}
.design-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-tile:hover {
  transform: translateY(-2px);
}
.design-tile.active {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(255, 199, 39, 0.25);
}
.design-tile.active::after {
  content: "✓";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--amber);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hint {
  margin-top: 10px;
  padding: 10px 14px;
  background: var(--cream);
  border-left: 3px solid var(--honey);
  border-radius: 8px;
  font-size: 13px;
  color: rgba(31, 26, 23, 0.75);
  line-height: 1.45;
}

/* Font chooser */
.font-track-wrap {
  position: relative;
}
.font-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 10px;
  scrollbar-width: none;
}
.font-track::-webkit-scrollbar {
  display: none;
}
.font-tile {
  flex: 0 0 130px;
  height: 64px;
  scroll-snap-align: start;
  background: #fff;
  border: 1.5px solid rgba(31, 26, 23, 0.12);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--charcoal);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
  user-select: none;
}
.font-tile:hover {
  transform: translateY(-2px);
  border-color: var(--honey);
}
.font-tile.active {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(255, 199, 39, 0.25);
}
.font-tile.locked {
  opacity: 0.55;
  cursor: not-allowed;
}
.font-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgba(31, 26, 23, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--charcoal);
  z-index: 2;
  box-shadow: 0 6px 14px -6px rgba(31, 26, 23, 0.25);
  transition: transform 0.2s ease;
}
.font-nav:hover {
  transform: translateY(-50%) scale(1.08);
}
.font-prev {
  left: -10px;
}
.font-next {
  right: -10px;
}

/* Qty stepper + add to cart */
.qty {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid rgba(31, 26, 23, 0.12);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.qty button {
  width: 40px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--charcoal);
  transition: background 0.15s ease;
}
.qty button:hover {
  background: var(--cream);
}
.qty input {
  width: 48px;
  height: 46px;
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  outline: none;
  background: transparent;
}

.product-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  font-size: 13px;
  color: rgba(31, 26, 23, 0.7);
  margin-top: 18px;
}
.product-meta strong {
  color: var(--charcoal);
}

/* Tabs */
.tabs {
  display: flex;
  gap: 6px;
  border-bottom: 1.5px solid rgba(31, 26, 23, 0.08);
  margin-top: 56px;
  overflow-x: auto;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tab {
  padding: 14px 22px;
  font-weight: 600;
  font-size: 15px;
  color: rgba(31, 26, 23, 0.55);
  border-bottom: 2.5px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.tab:hover {
  color: var(--charcoal);
}
.tab.active {
  color: var(--charcoal);
  border-bottom-color: var(--honey);
}
.tab-panel {
  display: none;
  padding: 28px 0;
  color: rgba(31, 26, 23, 0.8);
  line-height: 1.6;
  max-width: 760px;
}
.tab-panel.active {
  display: block;
}
.tab-panel h3 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--charcoal);
  margin: 8px 0 10px;
  font-size: 1.1rem;
}
.tab-panel ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 14px;
}
.tab-panel ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
}
.tab-panel ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--amber);
  font-weight: 700;
}

/* ============================================================
   Cart page
   ============================================================ */
.cart-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
}
@media (max-width: 1023px) {
  .cart-grid {
    grid-template-columns: 1fr;
  }
}
.cart-table {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 22px -12px rgba(31, 26, 23, 0.15);
  border: 1px solid rgba(31, 26, 23, 0.05);
}
.cart-row {
  display: grid;
  grid-template-columns: 90px 1fr auto auto auto;
  gap: 20px;
  padding: 18px 20px;
  align-items: center;
  border-top: 1px solid rgba(31, 26, 23, 0.06);
}
.cart-row:first-of-type {
  border-top: none;
}
.cart-row img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 12px;
  background: var(--cream);
}
.cart-row .c-title {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--charcoal);
  font-size: 1rem;
}
.cart-row .c-meta {
  font-size: 12px;
  color: rgba(31, 26, 23, 0.6);
  margin-top: 2px;
}
.cart-row .c-price {
  font-weight: 700;
  color: var(--charcoal);
}
.cart-row .c-remove {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: rgba(31, 26, 23, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
}
.cart-row .c-remove:hover {
  background: #fee;
  color: var(--coral);
}
@media (max-width: 640px) {
  .cart-row {
    grid-template-columns: 70px 1fr auto;
    grid-template-areas:
      "img info remove"
      "img qty price";
    row-gap: 10px;
  }
  .cart-row img {
    grid-area: img;
    width: 70px;
    height: 70px;
  }
  .cart-row .c-info {
    grid-area: info;
  }
  .cart-row .qty {
    grid-area: qty;
    justify-self: start;
  }
  .cart-row .c-price {
    grid-area: price;
    justify-self: end;
  }
  .cart-row .c-remove {
    grid-area: remove;
    justify-self: end;
  }
}

.coupon {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.coupon .input {
  flex: 1;
  min-width: 180px;
}

.summary {
  padding: 24px;
}
.summary h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 15px;
  color: rgba(31, 26, 23, 0.8);
}
.summary-row.total {
  border-top: 1.5px dashed rgba(31, 26, 23, 0.12);
  margin-top: 8px;
  padding-top: 16px;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--charcoal);
}
.summary-row .muted {
  color: rgba(31, 26, 23, 0.5);
  font-size: 12px;
}
.summary .btn-primary {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  padding: 16px 24px;
}
.summary-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(31, 26, 23, 0.08);
  font-size: 13px;
  color: rgba(31, 26, 23, 0.7);
}
.summary-benefits div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.summary-benefits svg {
  color: var(--amber);
  flex-shrink: 0;
}

/* ============================================================
   Checkout page
   ============================================================ */
.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 32px;
  align-items: start;
}
@media (max-width: 1023px) {
  .checkout-grid {
    grid-template-columns: 1fr;
  }
}
.checkout-section {
  padding: 24px 26px;
  margin-bottom: 20px;
}
.checkout-section h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-section h3 .step-chip {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--honey);
  color: var(--charcoal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-grid .full {
  grid-column: 1 / -1;
}
@media (max-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1.5px solid rgba(31, 26, 23, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}
.payment-option:hover {
  border-color: var(--honey);
}
.payment-option input[type="radio"] {
  accent-color: var(--amber);
  width: 18px;
  height: 18px;
}
.payment-option input[type="radio"]:checked ~ .po-label strong {
  color: var(--amber);
}
.payment-option:has(input:checked) {
  border-color: var(--amber);
  background: var(--cream);
}
.po-label {
  flex: 1;
}
.po-label strong {
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.po-label span {
  display: block;
  font-size: 12px;
  color: rgba(31, 26, 23, 0.55);
  margin-top: 2px;
}
.po-icon {
  width: 40px;
  height: 28px;
  border-radius: 6px;
  background: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--charcoal);
}

.mini-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px dashed rgba(31, 26, 23, 0.1);
  font-size: 14px;
}
.mini-item:first-of-type {
  border-top: none;
}
.mini-item img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--cream);
}
.mini-item .mi-title {
  font-weight: 600;
  font-size: 13px;
}
.mini-item .mi-meta {
  font-size: 12px;
  color: rgba(31, 26, 23, 0.55);
  margin-top: 2px;
}
.mini-item .mi-qty {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--honey);
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mini-item .img-wrap {
  position: relative;
}

/* ============================================================
   Account page
   ============================================================ */
.account-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 1023px) {
  .account-layout {
    grid-template-columns: 1fr;
  }
}
.account-nav {
  padding: 16px;
  position: sticky;
  top: 104px;
}
@media (max-width: 1023px) {
  .account-nav {
    position: static;
  }
}
.account-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 16px;
  border-bottom: 1px dashed rgba(31, 26, 23, 0.12);
  margin-bottom: 10px;
}
.account-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--honey);
  color: var(--charcoal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
}
.account-user strong {
  display: block;
  font-size: 14px;
}
.account-user span {
  font-size: 12px;
  color: rgba(31, 26, 23, 0.55);
}
.account-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(31, 26, 23, 0.75);
  transition: all 0.2s ease;
}
.account-link:hover {
  background: var(--cream);
  color: var(--charcoal);
}
.account-link.active {
  background: var(--charcoal);
  color: var(--honey);
}
.account-link.danger {
  color: var(--coral);
}
.account-link.danger:hover {
  background: #fee;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.stat-card {
  padding: 20px;
}
.stat-card .label {
  font-size: 12px;
  color: rgba(31, 26, 23, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.stat-card .value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--charcoal);
  margin-top: 4px;
}
.stat-card .trend {
  font-size: 12px;
  color: var(--green);
  margin-top: 6px;
  font-weight: 600;
}

.order-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto auto;
  gap: 16px;
  padding: 16px 20px;
  align-items: center;
  border-top: 1px solid rgba(31, 26, 23, 0.06);
  font-size: 14px;
}
.order-row:first-of-type {
  border-top: none;
}
@media (max-width: 640px) {
  .order-row {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .order-row .c-hide {
    display: none;
  }
}
.order-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.status-done {
  background: rgba(123, 211, 137, 0.18);
  color: #2d7a3c;
}
.status-ship {
  background: rgba(110, 193, 228, 0.18);
  color: #1e6d8e;
}
.status-prep {
  background: rgba(255, 199, 39, 0.25);
  color: #a76e00;
}

/* ============================================================
   About page
   ============================================================ */
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 1023px) {
  .about-story {
    grid-template-columns: 1fr;
  }
}
.about-img {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 20px 50px -15px rgba(31, 26, 23, 0.3);
  aspect-ratio: 4 / 5;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prose h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.15;
}
.prose p {
  margin-top: 14px;
  color: rgba(31, 26, 23, 0.75);
  line-height: 1.7;
  font-size: 1.02rem;
}

.value-card {
  padding: 28px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 8px 22px -12px rgba(31, 26, 23, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid var(--honey);
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px -15px rgba(31, 26, 23, 0.25);
}
.value-card .v-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--cream);
  color: var(--amber);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.value-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.value-card p {
  color: rgba(31, 26, 23, 0.7);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 32px;
  margin-top: 30px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: linear-gradient(180deg, var(--honey), var(--amber));
  border-radius: 3px;
}
.tl-item {
  position: relative;
  padding: 0 0 28px;
}
.tl-item::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 4px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--honey);
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px var(--honey);
}
.tl-year {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--amber);
  font-size: 1.15rem;
}
.tl-title {
  font-weight: 600;
  margin-top: 4px;
  color: var(--charcoal);
}
.tl-item p {
  margin-top: 4px;
  color: rgba(31, 26, 23, 0.7);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Team */
.team-card {
  text-align: center;
}
.team-card .avatar {
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 14px;
  background: var(--cream);
  transition: transform 0.3s ease;
}
.team-card:hover .avatar {
  transform: translateY(-4px) rotate(-1deg);
}
.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
}
.team-card p {
  font-size: 0.85rem;
  color: rgba(31, 26, 23, 0.6);
  margin-top: 2px;
}

/* Big stat band */
.stat-band {
  background: var(--charcoal);
  color: var(--honey);
  border-radius: 28px;
  padding: 48px 32px;
  text-align: center;
}
.stat-band-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
}
.stat-band .value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
}
.stat-band .label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  margin-top: 8px;
}

/* ============================================================
   Icon sprite — bespoke hand-drawn icon system
   ============================================================ */
.ic {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  line-height: 1;
}
.ic-lg {
  width: 32px;
  height: 32px;
}
.ic-md {
  width: 22px;
  height: 22px;
}
.ic-sm {
  width: 16px;
  height: 16px;
}
