/* ============================================================
   Home page — surface & elevation system
   ============================================================
   Layer 0  canvas   clean white page base
   Layer 1  raised   white cards & containers
   Layer 2  sunken   image wells & inset panels
   Accent   orange   labels, CTAs
   ============================================================ */

.page-home {
  --home-section-pad: clamp(2.25rem, 4vw, 3rem);

  /* surfaces */
  --home-canvas: #ffffff;
  --home-raised: #ffffff;
  --home-sunken: #f5f5f5;

  /* structure */
  --home-border: #c8c8c8;
  --home-border-width: 2px;
  --home-border-subtle: rgba(0, 0, 0, 0.1);

  /* elevation */
  --home-shadow-card:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 4px 14px rgba(0, 0, 0, 0.04);
  --home-shadow-featured:
    0 2px 4px rgba(0, 0, 0, 0.04),
    0 8px 24px rgba(0, 0, 0, 0.06);
  --home-shadow-hover:
    0 4px 8px rgba(0, 0, 0, 0.05),
    0 12px 28px rgba(0, 0, 0, 0.08);

  /* legacy aliases used below */
  --home-inset: var(--home-raised);
  --home-inset-soft: var(--home-sunken);
  --home-card-border: var(--home-border);
  --home-accent-line: rgba(234, 88, 12, 0.2);
  --home-shadow-sm: var(--home-shadow-card);
  --home-shadow-md: var(--home-shadow-featured);

  background: var(--home-canvas);
}

/* Bands share the canvas — rhythm comes from spacing, not color blocks */
.page-home .home-surface-band {
  background: transparent;
  border-block: none;
  box-shadow: none;
}

/* Inset panels inside sections (categories, value props) */
.page-home .home-cat-circles-panel,
.page-home .value-prop-strip {
  background: var(--home-raised);
  border: var(--home-border-width) solid var(--home-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--home-shadow-card);
}

/* ── Card surfaces (layer 1) ── */
.page-home .home-products-box,
.page-home .home-spotlight-card,
.page-home .home-strip-box,
.page-home .trust-stat,
.page-home .testimonial-card,
.page-home .pc-card:not(.pc-card--strip),
.page-home .home-strip-brand-card {
  background: var(--home-raised);
  border-color: var(--home-border);
  box-shadow: none;
}
.page-home .home-strip-box,
.page-home .home-products-box {
  --home-strip-border-width: 1px;
  border: var(--home-strip-border-width) solid transparent;
  background:
    linear-gradient(180deg, #ffffff 0%, #fafafa 58%, #f5f5f5 100%) padding-box,
    linear-gradient(
      128deg,
      #fb923c 0%,
      #f97316 24%,
      #ea580c 48%,
      #7c2d12 72%,
      #171717 100%
    ) border-box;
  box-shadow: 0 1px 3px rgba(23, 23, 23, 0.08);
}
.page-home .product-strip-track {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 245, 245, 0.72) 100%);
  border-color: transparent;
  box-shadow: none;
}
.page-home .pc-card--strip:not(:first-child)::before {
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(249, 115, 22, 0.45) 16%,
    rgba(23, 23, 23, 0.55) 50%,
    rgba(249, 115, 22, 0.45) 84%,
    transparent 100%
  );
}

/* Featured containers — slightly more elevation */
.page-home .home-spotlight-card {
  box-shadow: var(--home-shadow-featured);
}

/* ── Image wells & soft fills (layer 2) ── */
.page-home .home-spotlight-media {
  background: var(--home-sunken);
}
.page-home .pc-media {
  background: #fff;
}

.page-home .home-spotlight-media,
.page-home .home-spotlight-side {
  border-color: var(--home-border);
}

.page-home .home-product-tabs {
  background: var(--home-sunken);
  border-color: var(--home-border);
}

/* ── Section chrome ── */
.page-home .home-spotlight.home-surface-band {
  padding: var(--home-section-pad) 0;
}

.page-home .home-dynamic-strip + .home-spotlight.home-surface-band {
  padding-top: 0;
}

.page-home .trust-stats-section {
  background: transparent;
  border: none;
}

.page-home .home-shop-types {
  padding: var(--home-section-pad) 0;
}

/* ── Interaction ── */
.page-home .trust-stat,
.page-home .pc-card:not(.pc-card--strip),
.page-home .testimonial-card {
  transition: background .15s, border-color .15s;
}

.page-home .trust-stat:hover {
  transform: translateY(-2px);
  box-shadow: var(--home-shadow-hover);
  border-color: var(--home-accent-line);
}

.page-home .pc-card:not(.pc-card--strip):hover {
  background: #fafafa;
  border-color: var(--home-border);
}

.page-home .testimonial-card:hover {
  border-color: var(--home-accent-line);
  box-shadow: var(--home-shadow-hover);
}

.page-home .testimonial-avatar {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.page-home .value-prop-icon--quality,
.page-home .value-prop-icon--warranty { background: #fff7ed; color: var(--primary); }
.page-home .value-prop-icon--test,
.page-home .value-prop-icon--delivery { background: #ffedd5; color: var(--primary-dark); }

/* ---------- Shared section headers ---------- */
.home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.home-section-head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-section-label {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--primary-dark);
  background: var(--primary-light);
  border: 1px solid rgba(234, 88, 12, .1);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
  padding: .28rem .65rem;
  border-radius: 999px;
  margin-bottom: .55rem;
}
.home-section-title {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 800;
  color: var(--dark);
  margin: 0;
  letter-spacing: -.02em;
  line-height: 1.35;
}
.home-section-subtitle {
  color: var(--gray);
  font-size: .92rem;
  margin: .5rem 0 0;
  max-width: 480px;
}
.home-section-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .86rem;
  font-weight: 700;
  color: var(--gray);
  text-decoration: none;
  white-space: nowrap;
  padding: .45rem .75rem;
  border-radius: 999px;
  border: var(--home-border-width) solid var(--home-border);
  background: var(--home-raised);
  transition: color .15s, border-color .15s, background .15s, transform .15s;
}
.home-section-link:hover {
  color: var(--primary);
  border-color: var(--home-accent-line);
  background: var(--primary-light);
  transform: translateX(-2px);
}

.home-section { padding: var(--home-section-pad) 0; }

.home-strip-scroll-outer {
  position: relative;
  display: flex;
  align-items: center;
  gap: .55rem;
}
.home-strip-scroll-outer--sale {
  gap: .4rem;
}
.home-strip-scroll-outer--categories {
  gap: .45rem;
}
.home-strip-scroll-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}
.home-strip-scroll-btn {
  flex: 0 0 2.35rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  border: var(--home-border-width) solid var(--home-border);
  background: #fff;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  padding: 0;
  transition: background .15s, color .15s, border-color .15s, opacity .15s;
  z-index: 2;
}
.home-strip-scroll-btn:hover:not(:disabled) {
  background: #f5f5f5;
  color: var(--dark);
  border-color: #d4d4d4;
}
.home-strip-scroll-btn:disabled {
  opacity: .32;
  cursor: default;
}
.home-strip-scroll-btn[hidden] {
  display: none !important;
}
.home-strip-scroll-btn i {
  font-size: 1rem;
  line-height: 1;
}

/* ---------- Hero ---------- */
.home-hero-section {
  padding: 1.35rem 0 1.1rem;
}
.home-hero-banner-wrap { margin-bottom: 0; }
.home-banner-carousel {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--home-shadow-featured);
  border: var(--home-border-width) solid var(--home-border);
  touch-action: pan-y pinch-zoom;
}
.home-banner-img {
  width: 100%;
  height: auto;
  max-height: 380px;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.home-banner-link { display: block; line-height: 0; }
.home-banner-control {
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: .82;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #57534e;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s, opacity .15s;
  z-index: 3;
}
.home-banner-control::before {
  display: none;
}
.home-banner-control:hover,
.home-banner-control:focus {
  opacity: 1;
  background: rgba(255, 255, 255, 0.95);
  color: var(--dark);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}
.home-banner-control i {
  font-size: .9rem;
  line-height: 1;
}
.home-banner-carousel .carousel-control-prev {
  right: .55rem;
  left: auto;
}
.home-banner-carousel .carousel-control-next {
  left: .55rem;
  right: auto;
}
.home-banner-indicators {
  margin-bottom: .6rem;
  gap: .3rem;
  z-index: 3;
}
.home-banner-indicators [data-bs-target] {
  width: 7px; height: 7px;
  border-radius: 50%; border: none;
  background: rgba(255,255,255,.55);
  opacity: 1;
  transition: width .2s, background .2s;
}
.home-banner-indicators .active {
  width: 20px; border-radius: 4px; background: var(--primary);
}

/* Bento Hero Cards */
.hero-bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  min-height: 175px;
}
.hero-bento-card--deals {
  background: linear-gradient(135deg, #18181b 0%, #27272a 60%, #09090b 100%);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(24, 24, 27, 0.12);
}
.hero-bento-card--gaming {
  background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 50%, #0f172a 100%);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(3, 105, 161, 0.12);
}
.hero-bento-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(249, 115, 22, 0.4);
}
.hero-bento-bg-glow {
  position: absolute;
  top: -50%;
  right: -30%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.25) 0%, transparent 70%);
  pointer-events: none;
  transition: transform .3s ease;
}
.hero-bento-card:hover .hero-bento-bg-glow {
  transform: scale(1.4);
}
.hero-bento-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.hero-bento-badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  align-self: flex-start;
  padding: .2rem .6rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.2);
  border: 1px solid rgba(249, 115, 22, 0.35);
  color: #fb923c;
  font-size: .72rem;
  font-weight: 700;
}
.hero-bento-badge--neon {
  background: rgba(56, 189, 248, 0.2);
  border-color: rgba(56, 189, 248, 0.35);
  color: #38bdf8;
}
.hero-bento-title {
  font-size: 1.05rem;
  font-weight: 800;
  margin: .2rem 0 0;
  color: #ffffff;
  letter-spacing: -.01em;
}
.hero-bento-desc {
  font-size: .78rem;
  color: #d4d4d8;
  margin: 0;
  line-height: 1.45;
  max-width: 88%;
}
.hero-bento-btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .6rem;
  font-size: .8rem;
  font-weight: 700;
  color: #fb923c;
  transition: gap .2s ease;
}
.hero-bento-card--gaming .hero-bento-btn {
  color: #38bdf8;
}
.hero-bento-card:hover .hero-bento-btn {
  gap: .6rem;
}
.hero-bento-icon-deco {
  position: absolute;
  bottom: -.8rem;
  left: -.4rem;
  font-size: 4.5rem;
  opacity: .12;
  color: #ffffff;
  pointer-events: none;
  line-height: 1;
  transition: transform .3s ease, opacity .3s ease;
}
.hero-bento-card:hover .hero-bento-icon-deco {
  transform: scale(1.1) rotate(-5deg);
  opacity: .2;
}

/* Quick Features Bar Below Hero */
.hero-features-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: .75rem;
  padding: .85rem 1.25rem;
  background: var(--home-raised);
  border: 1px solid var(--home-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--home-shadow-card);
}
.hero-feature-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--dark);
  text-align: center;
}
.hero-feature-pill i {
  font-size: 1.15rem;
  flex-shrink: 0;
}

/* ---------- Value proposition strip ---------- */
.home-value-props {
  padding: 2.5rem 0;
}
.home-value-props .home-section-head {
  margin-bottom: 1.75rem;
}
.value-prop-strip {
  display: flex;
  align-items: stretch;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.value-prop-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.35rem 1rem;
  position: relative;
  gap: .4rem;
  transition: background .2s;
}
.value-prop-item:hover { background: var(--home-sunken); }
.value-prop-item + .value-prop-item::before {
  content: '';
  position: absolute;
  right: 0;
  top: 18%;
  height: 64%;
  width: 1px;
  background: var(--home-border);
}
.value-prop-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: .25rem;
}
.value-prop-icon--quality { background: #fff7ed; color: #ea580c; }
.value-prop-icon--test { background: #ffedd5; color: #c2410c; }
.value-prop-icon--warranty { background: #fff7ed; color: #ea580c; }
.value-prop-icon--delivery { background: #ffedd5; color: #9a3412; }
.value-prop-title {
  display: block;
  font-size: .86rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.4;
}
.value-prop-desc {
  display: block;
  font-size: .72rem;
  color: var(--gray);
  line-height: 1.5;
  max-width: 160px;
}

/* ---------- Category circles ---------- */
.home-cat-circles-section {
  padding-top: .25rem;
  padding-bottom: 0;
}
.home-cat-circles-panel {
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.25rem;
}
.home-cat-circles-scroll {
  display: flex;
  gap: .65rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: .15rem 0;
}
.home-cat-circles-scroll::-webkit-scrollbar { display: none; }
.home-cat-circle {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem;
  width: 80px;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
  transition: transform .15s;
}
.home-cat-circle:hover { transform: translateY(-3px); }
.home-cat-circle-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  border: 1px solid #e2e8f0;
  color: var(--dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all .25s ease;
}
.home-cat-circle:hover .home-cat-circle-icon {
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.18);
  color: var(--primary);
  border-color: #f97316;
  transform: translateY(-2px) scale(1.06);
}
.home-cat-circle-label {
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  max-width: 85px;
  color: #334155;
  transition: color .2s ease;
}
.home-cat-circle:hover .home-cat-circle-label {
  color: var(--primary);
}
.home-cat-circle-more .home-cat-circle-icon {
  background: var(--home-sunken);
  color: var(--gray);
  border: 1px dashed var(--home-border);
  box-shadow: none;
}

/* ---------- Product strip box (reference layout) ---------- */
.home-strip-box {
  background: #fff;
  border: var(--home-border-width) solid var(--home-border);
  border-radius: 14px;
  overflow: hidden;
}
.home-strip-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
}
.home-strip-box-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dark);
  margin: 0;
  line-height: 1.35;
}
.home-strip-box-link {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  font-size: .82rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s;
}
.home-strip-box-link:hover {
  color: #1d4ed8;
}
.home-strip-box-link i {
  font-size: .72rem;
}
.home-strip-box .home-strip-scroll-outer {
  padding: 0 .35rem .35rem;
}
.page-home .home-strip-box .product-strip-track,
.page-home .home-products-tab-content .product-strip-track {
  border: none;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 245, 245, 0.72) 100%);
}
.page-home .home-strip-scroll-wrap::before {
  content: '';
  display: block;
  height: 1px;
  margin: 0 .85rem;
  background: linear-gradient(
    90deg,
    rgba(251, 146, 60, 0.15) 0%,
    rgba(249, 115, 22, 0.55) 32%,
    rgba(23, 23, 23, 0.45) 68%,
    rgba(251, 146, 60, 0.15) 100%
  );
}

/* ---------- Sale strip — hero discount band ---------- */
.page-home .home-sale-strip {
  position: relative;
  padding: clamp(1.85rem, 3.5vw, 2.75rem) 0;
  margin-top: var(--home-section-pad);
  background:
    radial-gradient(circle at 12% 18%, rgba(249, 115, 22, 0.42) 0%, transparent 42%),
    radial-gradient(circle at 88% 82%, rgba(234, 88, 12, 0.28) 0%, transparent 38%),
    linear-gradient(132deg, #0a0a0a 0%, #171717 34%, #431407 62%, #ea580c 100%);
  overflow: hidden;
}
.page-home .home-sale-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 28%),
    repeating-linear-gradient(
      -24deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 9px
    );
  pointer-events: none;
}
.page-home .home-sale-strip .container {
  position: relative;
  z-index: 1;
}
.page-home .home-sale-strip .home-strip-box--sale {
  border: 1px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 247, 237, 0.94) 100%) padding-box,
    linear-gradient(
      132deg,
      #fdba74 0%,
      #f97316 22%,
      #ea580c 46%,
      #7c2d12 72%,
      #0a0a0a 100%
    ) border-box;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(249, 115, 22, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  overflow: hidden;
}
.page-home .home-sale-strip .home-strip-box-head--sale {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: 1.05rem 1.35rem;
  background:
    linear-gradient(95deg, #0a0a0a 0%, #1c1917 38%, #9a3412 72%, #ea580c 100%);
  border-bottom: 1px solid rgba(251, 146, 60, 0.35);
}
.home-sale-strip-title-row {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex: 1;
  min-width: 0;
  flex-wrap: nowrap;
}
.home-sale-title-short,
.home-sale-link-short {
  display: none;
}
.home-sale-strip-title-row .home-strip-box-title--sale {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-sale-strip-title-row .home-strip-box-link--sale {
  flex-shrink: 0;
  margin-right: auto;
}
.page-home .home-sale-strip-head-main {
  flex: 1;
  min-width: 0;
}
.page-home .home-sale-strip-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  align-self: flex-start;
  padding: .22rem .62rem;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .02em;
  color: #fff7ed;
  background: linear-gradient(135deg, #f97316, #ea580c);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.45);
}
.page-home .home-sale-strip-badge i {
  font-size: .78rem;
  line-height: 1;
}
.page-home .home-strip-box-title--sale {
  color: #fff;
  font-size: clamp(1.12rem, 2.2vw, 1.35rem);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.page-home .home-strip-box-link--sale {
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: .42rem .82rem;
  backdrop-filter: blur(4px);
}
.page-home .home-strip-box-link--sale:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
}
.page-home .home-sale-strip .home-strip-scroll-outer {
  padding: .55rem .45rem .55rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 247, 237, 0.35) 100%);
}
.page-home .home-sale-strip .home-strip-scroll-wrap::before {
  margin: 0 .65rem;
  background: linear-gradient(
    90deg,
    rgba(251, 146, 60, 0.2) 0%,
    rgba(249, 115, 22, 0.65) 35%,
    rgba(23, 23, 23, 0.5) 65%,
    rgba(251, 146, 60, 0.2) 100%
  );
}
.page-home .home-sale-strip .home-sale-strip-grid,
.page-home .home-sale-strip .product-strip-track {
  background: #fff;
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 22px rgba(23, 23, 23, 0.12);
}
.page-home .home-sale-strip .home-strip-scroll-btn {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(23, 23, 23, 0.14);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}
.page-home .home-sale-strip .home-strip-scroll-btn:hover:not(:disabled) {
  background: #fff;
  border-color: #f97316;
  color: #ea580c;
}

.home-sale-strip {
  padding: var(--home-section-pad) 0 0;
}
.home-sale-strip-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  width: 100%;
  color: var(--gray);
  font-size: .88rem;
  padding: 1rem;
}

/* ---------- Shop banners (4-col desktop, 2x2 mobile) ---------- */
.home-shop-banners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
}
.shop-banner-card {
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 2.45 / 1;
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.shop-banner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .12);
}
.shop-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shop-banner-fallback {
  position: relative;
  width: 100%;
  height: 100%;
  padding: .85rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  overflow: hidden;
}
.shop-banner-fallback::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255,255,255,.14) 0%, transparent 42%, rgba(0,0,0,.22) 100%);
  pointer-events: none;
}
.shop-banner-card--laptop .shop-banner-fallback { background: linear-gradient(135deg, #334155 0%, #1e293b 55%, #0f172a 100%); }
.shop-banner-card--server .shop-banner-fallback { background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 55%, #020617 100%); }
.shop-banner-card--console .shop-banner-fallback { background: linear-gradient(135deg, #ea580c 0%, #c2410c 45%, #7c2d12 100%); }
.shop-banner-card--accessories .shop-banner-fallback { background: linear-gradient(135deg, #db2777 0%, #be185d 45%, #831843 100%); }
.shop-banner-card--custom .shop-banner-fallback { background: linear-gradient(135deg, #6366f1 0%, #4f46e5 50%, #312e81 100%); }
.shop-banner-badge {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  background: rgba(255, 255, 255, .22);
  backdrop-filter: blur(4px);
  font-size: .62rem;
  font-weight: 800;
  padding: .18rem .5rem;
  border-radius: 999px;
  margin-bottom: .35rem;
}
.shop-banner-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .25);
}
.shop-banner-desc {
  position: relative;
  z-index: 1;
  margin: .2rem 0 0;
  font-size: .68rem;
  opacity: .9;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-banner-action {
  position: relative;
  z-index: 1;
  font-size: .72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin-top: .35rem;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  transition: gap .2s ease, color .2s ease;
}
.shop-banner-card:hover .shop-banner-action {
  gap: .5rem;
  color: #ffffff;
}
.shop-banner-overlay {
  position: absolute;
  inset: 0;
  padding: .85rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.shop-banner-icon {
  position: absolute;
  top: .5rem;
  left: .5rem;
  z-index: 0;
  font-size: 2.75rem;
  opacity: .18;
  line-height: 1;
}

/* legacy shop-type (keep for reference, unused) */
.home-shop-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.shop-type-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  min-height: 168px;
  border: 1px solid rgba(255, 255, 255, .08);
  transition: transform .25s, box-shadow .25s;
}
.shop-type-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: #fff; }
.shop-type-card--laptop { background: linear-gradient(135deg, #1e293b 0%, #334155 55%, #475569 100%); }
.shop-type-card--server { background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #334155 100%); }
.shop-type-card--console { background: linear-gradient(135deg, #431407 0%, #c2410c 55%, #ea580c 100%); }
.shop-type-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .12), transparent 45%);
  pointer-events: none;
}
.shop-type-card-content { position: relative; z-index: 1; display: flex; flex-direction: column; }
.shop-type-badge {
  display: inline-block;
  background: rgba(255,255,255,.2);
  font-size: .68rem;
  font-weight: 700;
  padding: .2rem .55rem;
  border-radius: 20px;
  margin-bottom: .65rem;
  width: fit-content;
}
.shop-type-title { font-size: 1.15rem; font-weight: 800; margin: 0 0 .35rem; }
.shop-type-desc { font-size: .8rem; opacity: .85; margin: 0; }
.shop-type-cta {
  margin-top: auto;
  padding-top: .75rem;
  font-size: .82rem;
  font-weight: 600;
  opacity: .9;
}
.shop-type-card-visual {
  position: absolute;
  bottom: -10px; left: -10px;
  font-size: 5rem;
  opacity: .15;
  line-height: 1;
}

/* ---------- Featured spotlight ---------- */
.home-spotlight-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr) minmax(250px, 270px);
  gap: 1.75rem;
  align-items: stretch;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}
.home-spotlight-media {
  position: relative;
  align-self: start;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: var(--home-border-width) solid var(--home-border);
  background: var(--home-sunken);
}
.home-spotlight-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  max-height: min(340px, 72vw);
  margin-inline: auto;
}
.home-spotlight-media img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: unset;
  object-fit: contain;
  display: block;
  transition: transform .4s, opacity .2s;
}
.home-spotlight-media:hover img { transform: scale(1.03); }
.home-spotlight-badge {
  position: absolute;
  top: 10px; right: 10px;
  background: var(--primary);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: .25rem .6rem;
  border-radius: 6px;
}
.home-spotlight-brand {
  font-size: .78rem;
  color: var(--gray);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.home-spotlight-brand:hover { color: var(--primary); }
.home-spotlight-title {
  font-size: 1.35rem;
  font-weight: 800;
  margin: .35rem 0 .65rem;
  line-height: 1.45;
}
.home-spotlight-title a { color: var(--dark); text-decoration: none; }
.home-spotlight-title a:hover { color: var(--primary); }
.home-spotlight-desc { color: var(--gray); font-size: .9rem; line-height: 1.75; margin-bottom: .85rem; }
.home-spotlight-rating { margin-bottom: .75rem; }
.home-spotlight-prices { margin-bottom: 1rem; }
.home-spotlight-price-old {
  display: block;
  font-size: .82rem;
  color: var(--gray);
  text-decoration: line-through;
  margin-bottom: .15rem;
}
.home-spotlight-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark);
}
.home-spotlight-price small { font-size: .8rem; font-weight: 500; color: var(--gray); }
.home-spotlight-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 1rem; }
.home-spotlight-features {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
}
.home-spotlight-features li {
  font-size: .8rem;
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: .35rem;
}
.home-spotlight-features i { color: #16a34a; font-size: .85rem; }
.home-spotlight-side {
  min-width: 0;
  border-inline-start: 1px solid var(--home-border);
  padding-inline-start: 1.25rem;
  display: flex;
  flex-direction: column;
}
.home-spotlight-side-title {
  font-size: .82rem;
  font-weight: 700;
  color: var(--gray);
  margin-bottom: .75rem;
  letter-spacing: .02em;
}
.home-spotlight-side-list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex: 1;
  min-height: 0;
}
.home-spotlight-side-item {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  width: 100%;
  min-height: 4.5rem;
  padding: .55rem .6rem;
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: inherit;
  transition: background .15s, box-shadow .15s, border-color .15s;
  border: 1px solid transparent;
  background: transparent;
  text-align: inherit;
  cursor: pointer;
  font: inherit;
}
.home-spotlight-side-item:hover {
  background: var(--home-sunken);
}
.home-spotlight-side-item.is-active {
  background: var(--primary-light);
  border-color: var(--home-accent-line);
  box-shadow: none;
}
.home-spotlight-media img.is-switching { opacity: .55; transform: scale(.98); }
.home-spotlight-side-item img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  border: var(--home-border-width) solid var(--home-border);
  flex-shrink: 0;
}
.home-spotlight-side-item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.home-spotlight-side-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .76rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.5;
  word-break: break-word;
}
.home-spotlight-side-item-price {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-spotlight-side-item-price small { font-weight: 500; }

/* ---------- Product tabs (strip-style) ---------- */
.home-products-box-tabs {
  display: flex;
  justify-content: flex-end;
  padding: 0 1.25rem .75rem;
  border-bottom: var(--home-border-width) solid var(--home-border);
}
.page-home .home-products-box-tabs {
  border-bottom: none;
  background-image: linear-gradient(
    90deg,
    rgba(251, 146, 60, 0.12) 0%,
    rgba(249, 115, 22, 0.5) 35%,
    rgba(23, 23, 23, 0.4) 65%,
    rgba(251, 146, 60, 0.12) 100%
  );
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.home-products-tab-content {
  padding: 0 .35rem .35rem;
}
.home-products-tab-content .home-strip-scroll-outer {
  padding: 0;
}
.home-products-tab-content .product-strip-track {
  border: none;
  border-radius: 0;
}
.home-products-empty {
  flex: 1;
  text-align: center;
  padding: 2.5rem 1rem;
  margin: 0;
  color: var(--gray);
}
.home-product-tabs {
  background: var(--home-sunken);
  border-radius: var(--radius-sm);
  padding: .25rem;
  display: inline-flex;
  gap: .15rem;
  border: var(--home-border-width) solid var(--home-border);
}
.page-home .home-product-tabs {
  border: 1px solid transparent;
  background:
    linear-gradient(var(--home-sunken), var(--home-sunken)) padding-box,
    linear-gradient(125deg, #fb923c, #ea580c 45%, #171717 100%) border-box;
}
.home-product-tabs .nav-link {
  color: var(--gray);
  border: none;
  border-radius: 8px;
  padding: .45rem 1.1rem;
  font-size: .86rem;
  font-weight: 500;
  transition: all .15s;
}
.home-product-tabs .nav-link:hover { color: var(--dark); background: var(--home-raised); }
.home-product-tabs .nav-link.active {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(234, 88, 12, .18);
}

/* ---------- Flash sale ---------- */
.home-flash-sale { padding: 2.75rem 0; }
.flash-sale-banner {
  background: var(--hero-gradient);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2.5rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.flash-sale-banner::before {
  content: '';
  position: absolute;
  top: -40%; left: -10%;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(234, 88, 12, .15), transparent 70%);
  pointer-events: none;
}
.flash-label { color: #fdba74; font-weight: 600; font-size: .88rem; }
.flash-title { font-size: 1.65rem; font-weight: 800; margin: .5rem 0; }
.flash-desc { opacity: .8; font-size: .92rem; }
.btn-flash {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  border: none;
  padding: .55rem 1.25rem;
  border-radius: var(--radius-sm);
}
.btn-flash:hover { background: var(--primary-dark); color: #fff; }
.flash-icon-deco { font-size: 7rem; opacity: .12; }
.flash-countdown { display: flex; gap: .55rem; margin-top: 1.15rem; }
.flash-countdown-unit {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  padding: .45rem .35rem;
  min-width: 54px;
  text-align: center;
}
.flash-countdown-num { font-size: 1.2rem; font-weight: 800; display: block; line-height: 1; font-variant-numeric: tabular-nums; }
.flash-countdown-label { font-size: .62rem; opacity: .75; margin-top: .2rem; display: block; }

/* ---------- Dynamic homepage strips (admin-managed) ---------- */
.home-dynamic-strip {
  padding-top: 0;
}

.home-strip-scroll:not(.product-strip-track) {
  display: flex;
  gap: .75rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: .15rem .1rem .35rem;
}

.home-strip-scroll:not(.product-strip-track)::-webkit-scrollbar { display: none; }

.home-strip-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  flex: 0 0 120px;
  width: 120px;
  min-height: 120px;
  scroll-snap-align: start;
  padding: .85rem .65rem;
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
}

.home-strip-brand-card:hover {
  color: var(--primary);
}

.home-strip-brand-logo {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 14px;
  border: var(--home-border-width) solid var(--home-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-strip-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .35rem;
}

.home-strip-brand-initial {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary);
}

.home-strip-brand-name {
  font-size: .74rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.home-dynamic-strip[data-strip-type="brands"] .home-strip-scroll {
  gap: .75rem;
}

/* ---------- Brands marquee (legacy) ---------- */
.brands-marquee-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.brands-marquee {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: brandsScroll 35s linear infinite;
}
.brands-marquee:hover { animation-play-state: paused; }
@keyframes brandsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(50%); }
}
.brand-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background: var(--surface);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--dark);
  font-weight: 600;
  font-size: .9rem;
  border: var(--home-border-width) solid var(--home-border);
  white-space: nowrap;
  min-width: 120px;
  transition: border-color .15s, color .15s;
}
.brand-tile:hover { border-color: #cbd5e1; color: var(--primary); }

/* ---------- Bottom CTA ---------- */
.home-bottom-cta { padding: var(--home-section-pad) 0 calc(var(--home-section-pad) + .5rem); }
.home-bottom-cta-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #1e293b 0%, #334155 52%, #475569 100%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius-lg);
  padding: 2rem 2.25rem;
  box-shadow: var(--shadow-lg);
  color: #fff;
}
.home-bottom-cta-glow {
  position: absolute;
  top: -35%;
  left: -8%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(234, 88, 12, .28), transparent 68%);
  pointer-events: none;
}
.home-bottom-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-bottom: .55rem;
  padding: .28rem .65rem;
  border-radius: 999px;
  background: rgba(234, 88, 12, .18);
  border: 1px solid rgba(251, 146, 60, .35);
  color: #fdba74;
  font-size: .72rem;
  font-weight: 800;
}
.home-bottom-cta-content {
  position: relative;
  z-index: 1;
}
.home-bottom-cta-content h2 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 800;
  margin: 0 0 .35rem;
  color: #fff;
}
.home-bottom-cta-content p { margin: 0; color: rgba(255, 255, 255, .72); font-size: .9rem; }
.home-bottom-cta-form {
  position: relative;
  z-index: 1;
  display: flex;
  gap: .5rem;
  flex: 1;
  max-width: 420px;
  min-width: 260px;
}
.home-bottom-cta-form input {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-sm);
  padding: .55rem 1rem;
  font-size: .88rem;
  outline: none;
  background: rgba(255, 255, 255, .95);
  transition: border-color .15s, box-shadow .15s;
}
.home-bottom-cta-form input:focus {
  border-color: rgba(234, 88, 12, .45);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, .18);
}

.page-home .home-strip-brand-logo {
  background: var(--home-sunken);
}

/* ---------- Responsive ---------- */
@media (min-width: 768px) {
  .home-cat-circles-scroll {
    justify-content: space-between;
    overflow-x: visible;
    flex-wrap: wrap;
    gap: 1rem 0;
  }
  .home-cat-circle { width: calc(100% / 11); min-width: 72px; }
}

@media (max-width: 991px) {
  .value-prop-strip { flex-wrap: wrap; }
  .value-prop-item { flex: 1 1 50%; min-width: 50%; }
  .value-prop-item:nth-child(2)::before,
  .value-prop-item:nth-child(4)::before { display: none; }
  .value-prop-item:nth-child(odd)::after {
    content: '';
    position: absolute;
    left: 0; top: 18%; height: 64%; width: 1px;
    background: var(--border);
  }
  .home-shop-types-grid { grid-template-columns: 1fr; }
  .home-shop-banners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
  }
  .shop-banner-card {
    aspect-ratio: 2.05 / 1;
    border-radius: 12px;
  }
  .shop-banner-fallback {
    padding: .5rem .65rem;
    justify-content: center;
  }
  .shop-banner-badge {
    font-size: .55rem;
    padding: .12rem .4rem;
    margin-bottom: .2rem;
  }
  .shop-banner-title {
    font-size: .72rem;
    line-height: 1.25;
  }
  .shop-banner-desc {
    display: none;
  }
  .shop-banner-icon {
    font-size: 1.85rem;
    top: .3rem;
    left: .3rem;
  }
  .home-spotlight-card {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
  .home-spotlight-media {
    max-width: min(300px, 100%);
    margin-inline: auto;
  }
  .home-spotlight-media a {
    max-height: min(280px, 68vw);
  }
  .home-spotlight-body {
    min-width: 0;
  }
  .home-spotlight-desc {
    font-size: .84rem;
    line-height: 1.65;
    margin-bottom: .65rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-spotlight-actions {
    flex-direction: column;
  }
  .home-spotlight-actions .btn {
    width: 100%;
  }
  .home-spotlight-features {
    justify-content: center;
    gap: .45rem .85rem;
  }
  .home-spotlight-side {
    order: 3;
    border-inline-start: none;
    border-block-start: 1px solid var(--border);
    padding-inline-start: 0;
    padding-block-start: 1.1rem;
  }
  .home-spotlight-body { order: 2; }
  .home-spotlight-media { order: 1; }
  .home-spotlight-side-list {
    flex-direction: row;
    overflow-x: auto;
    gap: .65rem;
    padding-bottom: .25rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .home-spotlight-side-list::-webkit-scrollbar { display: none; }
  .home-spotlight-side-item {
    flex: 0 0 min(220px, 78vw);
    scroll-snap-align: start;
  }
}

.page-home .tab-content .text-muted {
  grid-column: 1 / -1;
  width: 100%;
  text-align: center;
  padding: 2.5rem 1rem;
  border: 1px dashed var(--home-card-border);
  border-radius: var(--radius);
  background: var(--home-inset-soft);
  color: var(--gray);
  margin: 0;
}

/* ---------- Sale strip countdown ---------- */
.home-sale-countdown {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
}
.home-sale-countdown-label {
  font-size: .68rem;
  font-weight: 700;
  color: rgba(255, 247, 237, .85);
}
.home-sale-countdown-units {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  direction: ltr;
}
.home-sale-countdown-unit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 2rem;
  padding: .15rem .35rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, .28);
  border: 1px solid rgba(255, 255, 255, .12);
}
.home-sale-countdown-num {
  font-size: .82rem;
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
.home-sale-countdown-unit small {
  font-size: .52rem;
  color: rgba(255, 247, 237, .75);
  line-height: 1.2;
}
.home-sale-countdown-sep {
  font-size: .78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .55);
}

/* ---------- Custom banner section ---------- */
.home-custom-banner-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
  border: var(--home-border-width) solid var(--home-border);
  box-shadow: var(--home-shadow-card);
}
.home-custom-banner-link {
  display: block;
  line-height: 0;
  transition: transform .2s, box-shadow .2s;
}
.home-custom-banner-link:hover {
  transform: translateY(-2px);
}

/* ---------- Compact sale strip (mobile) ---------- */
@media (max-width: 767px) {
  .page-home .home-sale-strip {
    padding: .65rem 0;
    margin-top: .5rem;
  }
  .page-home .home-sale-strip .home-strip-box--sale {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
  }
  .page-home .home-sale-strip .home-strip-box-head--sale {
    flex-wrap: nowrap;
    align-items: center;
    padding: .5rem .65rem;
    gap: .35rem;
  }
  .home-sale-strip-title-row {
    gap: .35rem;
    width: 100%;
  }
  .home-sale-title-full,
  .home-sale-link-full {
    display: none;
  }
  .home-sale-title-short,
  .home-sale-link-short {
    display: inline;
  }
  .page-home .home-strip-box-title--sale {
    font-size: .78rem;
    line-height: 1.2;
    flex: 0 1 auto;
  }
  .home-sale-countdown {
    width: auto;
    margin-top: 0;
    flex-shrink: 0;
  }
  .home-sale-countdown-unit {
    min-width: auto;
    padding: .1rem .2rem;
    flex-direction: row;
    gap: .1rem;
  }
  .home-sale-countdown-unit small {
    display: none;
  }
  .home-sale-countdown-num {
    font-size: .7rem;
  }
  .home-sale-countdown-sep {
    font-size: .68rem;
  }
  .page-home .home-strip-box-link--sale {
    align-self: center;
    padding: .22rem .5rem;
    font-size: .68rem;
    white-space: nowrap;
    line-height: 1.2;
  }
  .page-home .home-strip-box-link--sale .bi {
    font-size: .62rem;
  }
  .page-home .home-sale-strip .home-strip-scroll-outer {
    padding: .35rem .25rem .4rem;
  }
  .page-home .home-sale-strip .home-sale-strip-grid .pc-card--strip {
    --pc-card-width: 142px;
    --pc-card-height: 252px;
    --pc-media-height: 108px;
  }
  .page-home .home-sale-strip .home-sale-strip-grid .pc-card--strip-sale .pc-media {
    --pc-media-height: calc(108px - var(--pc-strip-promo-height) - 3px);
  }
  .page-home .home-sale-strip .pc-body {
    padding: .45rem .5rem .55rem;
  }
  .page-home .home-sale-strip .pc-title {
    font-size: .74rem;
    min-height: 2.2em;
  }
  .page-home .home-sale-strip .pc-price {
    min-height: 2.65rem;
  }
  .page-home .home-sale-strip .pc-price-current {
    font-size: .8rem;
  }
  .page-home .home-sale-strip .pc-price--strip .pc-price-badge {
    font-size: .58rem;
  }
  .page-home .home-sale-strip .pc-label-rail {
    margin-bottom: .12rem;
  }
}

@media (max-width: 767px) {
  .page-home .home-section { padding: 1.75rem 0; }
  .page-home .home-hero-section { padding: .85rem 0 .65rem; }
  .home-banner-img { max-height: 200px; }
  .value-prop-strip { flex-direction: column; border-radius: var(--radius); }
  .value-prop-item { flex: none; width: 100%; padding: 1rem; }
  .value-prop-item + .value-prop-item::before {
    right: 10%; left: 10%; top: 0; width: auto; height: 1px;
  }
  .value-prop-item:nth-child(odd)::after { display: none; }
  .home-cat-circles-panel { padding: 1rem .75rem; border-radius: var(--radius); }
  .home-strip-box-head { padding: .85rem 1rem; flex-wrap: wrap; gap: .5rem; }
  .home-strip-box-title { font-size: .92rem; }
  .home-strip-scroll-btn { display: none !important; }
  .home-strip-scroll-outer { gap: 0; }
  .page-home .home-sale-strip {
    padding: 1.35rem 0;
    margin-top: 1.5rem;
  }
  .page-home .home-sale-strip .home-strip-box-head--sale {
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
    padding: .9rem 1rem;
  }
  .page-home .home-strip-box-link--sale {
    align-self: stretch;
    justify-content: center;
  }
  .pc-card--strip {
    --pc-card-width: 150px;
    --pc-card-height: 276px;
    --pc-media-height: 128px;
  }
  .pc-card--strip-sale .pc-media {
    --pc-media-height: calc(128px - var(--pc-strip-promo-height) - 3px);
  }
  .home-cat-circle { width: 68px; }
  .home-cat-circle-icon { width: 52px; height: 52px; font-size: 1.2rem; }
  .home-product-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .home-product-tabs { width: 100%; justify-content: center; }
  .home-products-box-tabs { justify-content: center; padding-inline: 1rem; }
  .home-product-tabs .nav-link { padding: .4rem .75rem; font-size: .8rem; }
  .home-section-head:not(.home-section-head--center) { flex-direction: column; align-items: flex-start; }
  .home-section-link { align-self: flex-start; }
  .flash-sale-banner { padding: 1.5rem; }
  .flash-title { font-size: 1.25rem; }
  .flash-countdown { flex-wrap: wrap; }
  .home-bottom-cta-card { flex-direction: column; align-items: stretch; padding: 1.5rem; }
  .home-bottom-cta-form { max-width: none; min-width: 0; flex-direction: column; }
  .home-banner-control {
    width: 1.75rem;
    height: 1.75rem;
    opacity: .75;
  }
  .home-banner-control i { font-size: .78rem; }
  .home-banner-carousel .carousel-control-prev { right: .35rem; }
  .home-banner-carousel .carousel-control-next { left: .35rem; }
  .shop-banner-card {
    aspect-ratio: 2.1 / 1;
    border-radius: 10px;
  }
  .shop-banner-title { font-size: .66rem; }
  .home-spotlight-title { font-size: 1.1rem; }
  .home-spotlight-price { font-size: 1.25rem; }
  .home-spotlight-actions .btn { flex: 1; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .brands-marquee { animation: none; }
}

.home-about-teaser { padding: var(--home-section-pad) 0; }
.home-about-card {
  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: 1.5rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 22px;
  padding: 1.75rem;
  box-shadow: var(--home-shadow-card);
}
.home-about-text { color: #57534e; line-height: 1.85; margin: 0 0 1.1rem; }
.home-about-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.home-about-btn {
  display: inline-flex; align-items: center;
  background: #ea580c; color: #fff; border-radius: 999px;
  padding: .55rem 1.1rem; font-weight: 800; text-decoration: none; font-size: .9rem;
}
.home-about-btn:hover { color: #fff; background: #c2410c; }
.home-about-btn--ghost { background: #fff7ed; color: #c2410c; }
.home-about-btn--ghost:hover { background: #ffedd5; color: #9a3412; }
.home-about-points { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.home-about-points li {
  display: flex; align-items: center; gap: .65rem;
  background: #fafaf9; border-radius: 12px; padding: .7rem .85rem; font-weight: 700;
}
.home-about-points i { color: #ea580c; }

.home-contact-band { padding: 0 0 var(--home-section-pad); }
.home-contact-card {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1.25rem;
  align-items: center;
  background: linear-gradient(120deg, #1c1917 0%, #292524 55%, #431407 100%);
  color: #fafaf9;
  border-radius: 22px;
  padding: 1.4rem 1.6rem;
}
.home-contact-label { font-size: .75rem; font-weight: 800; color: #fdba74; }
.home-contact-title { font-size: 1.25rem; font-weight: 800; margin: .2rem 0 .35rem; }
.home-contact-sub { margin: 0; color: #d6d3d1; font-size: .9rem; }
.home-contact-facts { display: flex; flex-wrap: wrap; gap: .6rem; }
.home-contact-fact {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(255,255,255,.08); border-radius: 999px;
  padding: .4rem .75rem; color: #fff; text-decoration: none; font-size: .82rem;
}
.home-contact-cta {
  display: inline-flex; align-items: center; gap: .35rem; white-space: nowrap;
  background: #ea580c; color: #fff; border-radius: 999px;
  padding: .7rem 1.15rem; font-weight: 800; text-decoration: none;
}
.home-contact-cta:hover { color: #fff; background: #c2410c; }
@media (max-width: 991px) {
  .home-about-card, .home-contact-card { grid-template-columns: 1fr; }
}

