/* ============================================================
   KRONOTEX — Product (single product / PDP) styles.
   Self-contained @scope blocks (desktop + mobile), mirroring
   the design source 1:1. Loaded AFTER chrome.css on single
   product pages; chrome.css supplies shared mega-menu styles.
   ============================================================ */

/* ---------- viewport toggle: desktop vs mobile tree ---------- */
.kr-mobile { display: none; }
@media (max-width: 1024px) {
  .kr-desktop { display: none; }
  .kr-mobile  { display: block; }
}

/* ---------- single-product: PDP buy-bar replaces the mobile tabbar ---------- */
.single-product .kr-mobile .tabbar { display: none; }

@scope (.kr-desktop) {

/* ============== TOKENS ============== */
:scope {
  --kr-red:      #C8102E;
  --kr-red-dk:   #9E0B23;
  --kr-black:    #0F0F0F;
  --kr-graphite: #2B2B2B;
  --kr-mute:     #7A7A7A;
  --kr-line:     #ECE7DC;
  --kr-line-2:   #E2DCCE;
  --kr-bg:       #FBF8F2;
  --kr-cream:    #F4EEE2;
  --kr-cream-2:  #EDE5D2;
  --kr-sand:     #E8DBC0;
  --kr-sage:     #A8B095;
  --kr-mint:     #DCE5D7;
  --kr-blush:    #F1DDD2;
  --kr-sky:      #D8E1E6;
  --kr-wood-1:   #C9A57A;
  --kr-wood-2:   #8B6B47;
  --kr-yellow:   #F2C94C;
  --kr-white:    #FFFFFF;
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-pill: 999px;
  --shadow-card: 0 6px 24px rgba(40, 28, 12, 0.06);
  --shadow-hov:  0 12px 32px rgba(40, 28, 12, 0.10);
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body:    "Inter", system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
:scope {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--kr-graphite);
  background: var(--kr-white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4, h5 { font-family: var(--font-display); color: var(--kr-black); font-weight: 800; }
h1 { font-size: 60px; line-height: 1.05; letter-spacing: -0.02em; }
h2 { font-size: 38px; line-height: 1.15; letter-spacing: -0.02em; }
h3 { font-size: 22px; line-height: 1.25; letter-spacing: -0.01em; }
h4 { font-size: 17px; line-height: 1.3; }

.eyebrow {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--kr-red);
}

.container { max-width: 1660px; margin: 0 auto; padding: 0 32px; }
.shell { max-width: 100%; margin: 0 auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; font-size: 14px; font-weight: 700; font-family: var(--font-display);
  border-radius: var(--r-pill); border: 1.5px solid transparent;
  letter-spacing: 0.02em; white-space: nowrap;
}
.btn--primary { background: var(--kr-red); color: #fff; }
.btn--primary:hover { background: var(--kr-red-dk); }
.btn--dark { background: var(--kr-black); color: #fff; }
.btn--dark:hover { background: #2B2B2B; }
.btn--outline { background: transparent; border-color: var(--kr-black); color: var(--kr-black); }
.btn--outline:hover { background: var(--kr-black); color: #fff; }
.btn--outline-white { background: transparent; border-color: #fff; color: #fff; }
.btn--outline-white:hover { background: #fff; color: var(--kr-black); }
.btn--sm { padding: 10px 18px; font-size: 13px; }
.btn--lg { padding: 18px 36px; font-size: 15px; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  color: var(--kr-black); padding-bottom: 2px;
  border-bottom: 1.5px solid var(--kr-black);
}
.link-arrow--white { color: #fff; border-color: #fff; }
.link-arrow:hover { color: var(--kr-red); border-color: var(--kr-red); }

/* Wood/stone gradients reused */
.wood {
  background:
    repeating-linear-gradient(90deg, rgba(0,0,0,0.10) 0, rgba(0,0,0,0.10) 1px, transparent 1px, transparent 80px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 4px),
    var(--wood-grad);
}
.stone {
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.5), transparent 35%),
    radial-gradient(circle at 70% 65%, rgba(255,255,255,0.35), transparent 40%),
    radial-gradient(circle at 50% 90%, rgba(0,0,0,0.15), transparent 45%),
    var(--stone-grad);
}
.wd-1  { --wood-grad: linear-gradient(180deg, #C9A57A 0%, #B68C5E 30%, #A07747 65%, #7E5D38 100%); }
.wd-2  { --wood-grad: linear-gradient(180deg, #E8D2A9 0%, #D9BC8A 35%, #C9A878 70%, #B0925E 100%); }
.wd-3  { --stone-grad: linear-gradient(180deg, #DCD3C2 0%, #C8BEAA 50%, #B5AB95 100%); }
.wd-4  { --wood-grad: linear-gradient(180deg, #6E4B30 0%, #553722 40%, #3F2818 75%, #2A1A0F 100%); }
.wd-5  { --wood-grad: linear-gradient(180deg, #EFE6D1 0%, #E2D4B9 50%, #CFC09F 100%); }
.wd-6  { --wood-grad: linear-gradient(180deg, #9A8F7E 0%, #847866 40%, #6E6353 75%, #564D40 100%); }
.wd-7  { --wood-grad: linear-gradient(180deg, #E0B98A 0%, #CFA571 50%, #B8884F 100%); }
.wd-8  { --stone-grad: linear-gradient(180deg, #EDEAE2 0%, #DAD6CB 40%, #B8B2A4 90%); }
.wd-9  { --wood-grad: linear-gradient(180deg, #876143 0%, #6B4A30 40%, #4D3320 80%, #3A2616 100%); }
.wd-10 { --wood-grad: linear-gradient(180deg, #B07A52 0%, #94613E 40%, #794D30 75%, #5C3A24 100%); }
.wd-11 { --wood-grad: linear-gradient(180deg, #F3ECDC 0%, #E5DBC4 50%, #CFC1A1 100%); }
.wd-12 { --wood-grad: linear-gradient(180deg, #3D2A1F 0%, #271912 50%, #16100B 100%); }

.interior-living {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(255, 220, 170, 0.45), transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(40, 25, 15, 0.55), transparent 60%),
    linear-gradient(160deg, #6E4F33 0%, #4C3522 40%, #8B6B47 75%, #C9A57A 100%);
}
.interior-kitchen {
  background: radial-gradient(ellipse at 50% 30%, rgba(255, 230, 200, 0.5), transparent 60%),
    linear-gradient(170deg, #4A372B 0%, #7B5A3F 50%, #C9A57A 100%);
}
.interior-kid {
  background: radial-gradient(ellipse at 30% 30%, rgba(255, 240, 220, 0.55), transparent 60%),
    linear-gradient(150deg, #B89878 0%, #DCC09A 60%, #EFE6D1 100%);
}
.interior-office {
  background: radial-gradient(ellipse at 70% 30%, rgba(220, 220, 220, 0.4), transparent 60%),
    linear-gradient(170deg, #2A2622 0%, #4A4036 60%, #6A5C4C 100%);
}
.interior-heated {
  background: radial-gradient(ellipse at 40% 80%, rgba(255, 160, 120, 0.4), transparent 55%),
    linear-gradient(170deg, #6B3F26 0%, #8D5A35 60%, #B68C5E 100%);
}
.interior-warm {
  background: radial-gradient(ellipse at 70% 30%, rgba(255, 210, 160, 0.45), transparent 60%),
    linear-gradient(180deg, #44301F 0%, #6C4A2E 60%, #A07747 100%);
}
.interior-bath {
  background: radial-gradient(ellipse at 60% 30%, rgba(220, 235, 245, 0.45), transparent 60%),
    linear-gradient(170deg, #3F4D55 0%, #6E7D85 60%, #A8B5BB 100%);
}

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
  background: var(--kr-black);
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  height: 40px;
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between; height: 100%;
  letter-spacing: 0.01em;
}
.topbar__left { display: inline-flex; align-items: center; gap: 8px; }
.topbar__left svg { color: var(--kr-red); }
.topbar__right { display: flex; align-items: center; gap: 24px; }
.topbar__right > a, .topbar__right > span { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.8); }
.topbar__right .lang { letter-spacing: 0.06em; color: rgba(255,255,255,0.6); }
.topbar__right .lang b { color: #fff; }

/* ============================================================
   HEADER
   ============================================================ */
.header { background: #fff; }
.header__top {
  display: grid; grid-template-columns: 220px 1fr auto;
  align-items: center; gap: 40px; padding: 22px 32px;
}
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo__mark {
  width: 52px; height: 52px; background: var(--kr-red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 8.5px;
  letter-spacing: 0.08em; border-radius: var(--r-sm);
}
.logo__word {
  font-family: var(--font-display); font-weight: 800; letter-spacing: 0.08em;
  font-size: 20px; color: var(--kr-black);
}
.logo__word small {
  display: block; font-size: 9px; font-weight: 600; letter-spacing: 0.22em;
  color: var(--kr-mute); margin-top: 2px;
}

.searchbar {
  display: grid; grid-template-columns: 140px 1fr auto;
  border: 2px solid var(--kr-black); border-radius: var(--r-pill);
  background: #fff; overflow: hidden;
}
.searchbar__select {
  padding: 0 18px; display: flex; align-items: center; justify-content: space-between;
  gap: 8px; font-size: 13px; font-weight: 600; color: var(--kr-black);
  border-right: 1px solid var(--kr-line); background: var(--kr-bg);
}
.searchbar__input {
  border: 0; outline: 0; padding: 0 20px; font-size: 14px; height: 46px;
  font-family: var(--font-body); color: var(--kr-black); background: transparent;
}
.searchbar__btn {
  background: var(--kr-red); color: #fff;
  padding: 0 26px; height: 46px; display: inline-flex; align-items: center;
  gap: 8px; font-weight: 700; font-family: var(--font-display); font-size: 13px;
  letter-spacing: 0.04em;
}
.searchbar__btn:hover { background: var(--kr-red-dk); }

.header__tools { display: flex; align-items: center; gap: 16px; }
.tool {
  position: relative;
  display: inline-flex; flex-direction: column; align-items: center; gap: 2px;
  color: var(--kr-black); font-size: 11px; font-weight: 600;
}
.tool svg { width: 24px; height: 24px; }
.tool:hover { color: var(--kr-red); }
.tool__badge {
  position: absolute; top: -2px; right: -8px;
  background: var(--kr-red); color: #fff;
  font-size: 10px; font-weight: 700; min-width: 18px; height: 18px;
  border-radius: var(--r-pill); display: inline-flex; align-items: center;
  justify-content: center; padding: 0 5px; font-family: var(--font-display);
}
.tool__phone {
  text-align: left; flex-direction: row; gap: 10px; padding-left: 8px;
  border-left: 1px solid var(--kr-line); margin-left: 8px;
}
.tool__phone strong {
  display: block; font-family: var(--font-display); font-weight: 800; font-size: 16px;
  color: var(--kr-black); letter-spacing: 0.01em;
}
.tool__phone small { color: var(--kr-mute); font-size: 11px; font-weight: 500; }

/* Nav */
.navbar {
  border-top: 1px solid var(--kr-line);
  border-bottom: 1px solid var(--kr-line);
  background: #fff;
}
.navbar__inner {
  display: grid; grid-template-columns: 280px 1fr auto;
  align-items: stretch; gap: 32px;
}
.cats-btn {
  display: inline-flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 0 22px; height: 56px;
  background: var(--kr-black); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: var(--r-pill); margin: 8px 0;
}
.cats-btn svg { opacity: 0.85; }
.nav {
  display: flex; align-items: center; gap: 28px;
}
.nav a {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--kr-black);
}
.nav a:hover { color: var(--kr-red); }
.nav .new {
  display: inline-block; background: var(--kr-red); color: #fff; font-size: 9px;
  padding: 2px 6px; border-radius: 4px; vertical-align: middle; margin-left: 6px;
  letter-spacing: 0.1em;
}

.nav__extras {
  display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 600;
  color: var(--kr-graphite);
}
.nav__extras a { color: var(--kr-graphite); }
.nav__extras a:hover { color: var(--kr-red); }

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero {
  padding: 24px 0 0;
  background: var(--kr-white);
}
.hero__inner {
  position: relative;
  display: grid; grid-template-columns: 280px 1fr;
  gap: 24px;
  min-height: 540px;
}

/* Sidebar — categories */
.side-cats {
  background: var(--kr-cream);
  border-radius: var(--r-lg);
  padding: 16px 0;
}
.side-cat {
  display: flex; align-items: center; gap: 14px;
  padding: 11px 22px;
  font-size: 14px; font-weight: 500; color: var(--kr-black);
  border-bottom: 1px dashed rgba(0,0,0,0.07);
}
.side-cat:last-child { border-bottom: 0; }
.side-cat:hover { color: var(--kr-red); }
.side-cat svg { width: 22px; height: 22px; color: var(--kr-graphite); flex-shrink: 0; }
.side-cat:hover svg { color: var(--kr-red); }
.side-cat__arrow { margin-left: auto; opacity: 0.5; }
.side-cat--hot { color: var(--kr-red); font-weight: 700; }

.hero__slide {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid; grid-template-columns: 1.1fr 1fr;
  background: linear-gradient(110deg, #F1E7D4 0%, #E8DBC0 60%, #D8C5A0 100%);
}
.hero__copy {
  padding: 64px 56px; display: flex; flex-direction: column; justify-content: center;
}
.hero__tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,16,46,0.10); color: var(--kr-red);
  font-family: var(--font-display); font-weight: 800; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 14px; border-radius: var(--r-pill);
  align-self: flex-start; margin-bottom: 22px;
}
.hero__tag span.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--kr-red); }
.hero h1 { margin-bottom: 18px; font-size: 56px; }
.hero__lede { font-size: 16px; color: var(--kr-graphite); max-width: 420px; margin-bottom: 28px; line-height: 1.55; }
.hero__cta-row { display: flex; gap: 12px; align-items: center; margin-bottom: 36px; }
.hero__price {
  display: inline-flex; flex-direction: column;
  font-family: var(--font-display);
}
.hero__price small { color: var(--kr-mute); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; margin-bottom: 2px; }
.hero__price strong { font-size: 18px; color: var(--kr-black); font-weight: 800; }
.hero__price strong b { color: var(--kr-red); font-weight: 800; }

.hero__swatches {
  display: flex; align-items: center; gap: 10px;
  padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.08);
}
.hero__swatches small {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--kr-mute);
  text-transform: uppercase; margin-right: 4px;
}
.swatch {
  width: 36px; height: 36px; border-radius: var(--r-pill);
  border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.swatch--active { box-shadow: 0 0 0 2px var(--kr-black); }
.hero__swatches .more {
  font-size: 12px; font-weight: 700; color: var(--kr-black); margin-left: 6px;
}

.hero__media { position: relative; }
.hero__media::before {
  content: ""; position: absolute; inset: 0;
  background: var(--interior, none);
}
.hero__hero-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.hero__sticker {
  position: absolute; top: 32px; right: 32px;
  width: 96px; height: 96px; border-radius: 50%;
  background: var(--kr-red); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; font-family: var(--font-display);
  font-weight: 800; font-size: 11px; line-height: 1.15;
  letter-spacing: 0.04em; transform: rotate(-8deg);
  box-shadow: 0 8px 22px rgba(200,16,46,0.3);
}
.hero__sticker small { display: block; font-size: 9px; font-weight: 600; opacity: 0.85; margin-top: 2px; }
.hero__sticker b { display: block; font-size: 22px; line-height: 1; margin: 4px 0; }

.hero__nav {
  position: absolute; bottom: 28px; left: 56px; display: flex; gap: 10px; z-index: 2;
}
.hero__dot { width: 28px; height: 4px; border-radius: 2px; background: rgba(15,15,15,0.2); }
.hero__dot--active { background: var(--kr-black); width: 44px; }
.hero__arrows {
  position: absolute; right: 24px; bottom: 24px; display: flex; gap: 8px; z-index: 2;
}
.hero__arrow {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.85); display: inline-flex;
  align-items: center; justify-content: center; color: var(--kr-black);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.hero__arrow:hover { background: var(--kr-red); color: #fff; }

/* ============================================================
   SERVICE STRIP
   ============================================================ */
.services {
  margin-top: 32px; padding: 32px 0;
  background: var(--kr-cream); border-radius: var(--r-lg);
}
.services__inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.svc { display: flex; align-items: center; gap: 16px; padding: 0 20px; position: relative; }
.svc:not(:last-child)::after {
  content: ""; position: absolute; right: 0; top: 8px; bottom: 8px;
  border-right: 1px dashed rgba(0,0,0,0.12);
}
.svc__icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: #fff; display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-red); flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(40,28,12,0.08);
}
.svc__t { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--kr-black); margin-bottom: 2px; }
.svc__s { font-size: 12px; color: var(--kr-mute); }

/* ============================================================
   SECTION HEAD
   ============================================================ */
.section { padding: 72px 0; }
.section__head {
  text-align: center; margin-bottom: 44px;
}
.section__head .eyebrow { display: inline-block; margin-bottom: 14px; }
.section__head h2 { margin-bottom: 12px; }
.section__head p { max-width: 520px; margin: 0 auto; color: var(--kr-mute); font-size: 15px; }
.section__head--row {
  display: grid; grid-template-columns: 1fr auto; align-items: end; text-align: left;
  margin-bottom: 36px;
}
.section__head--row p { max-width: 520px; margin: 8px 0 0; }

/* Tabs */
.tabs {
  display: inline-flex; gap: 8px;
  background: var(--kr-bg); padding: 6px; border-radius: var(--r-pill);
}
.tab {
  padding: 10px 22px; border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--kr-graphite); letter-spacing: 0.04em;
}
.tab--active { background: var(--kr-black); color: #fff; }
.tab .count {
  font-size: 11px; color: var(--kr-mute); font-weight: 600; margin-left: 4px;
}
.tab--active .count { color: rgba(255,255,255,0.6); }

/* ============================================================
   CATEGORY TILES (6 grid, mixed sizes)
   ============================================================ */
.cats-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 16px;
}
.cat-tile {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  padding: 28px; display: flex; flex-direction: column; justify-content: space-between;
  color: var(--kr-black);
  background: var(--bg, var(--kr-cream));
  min-height: 0;
}
.cat-tile--big { grid-row: span 2; }
.cat-tile--dark { color: #fff; }
.cat-tile__top { z-index: 2; max-width: 60%; }
.cat-tile__sub {
  font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--kr-red); margin-bottom: 8px;
}
.cat-tile--dark .cat-tile__sub { color: #FFD0D8; }
.cat-tile h3 { font-size: 24px; line-height: 1.15; margin-bottom: 6px; color: inherit; }
.cat-tile--big h3 { font-size: 32px; }
.cat-tile p { font-size: 13px; color: var(--kr-mute); max-width: 220px; }
.cat-tile--dark p { color: rgba(255,255,255,0.75); }
.cat-tile__cta {
  align-self: flex-start; margin-top: 14px;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  padding: 9px 16px; border-radius: var(--r-pill);
  background: var(--kr-black); color: #fff;
}
.cat-tile--dark .cat-tile__cta { background: var(--kr-red); }
.cat-tile__cta:hover { background: var(--kr-red); }
.cat-tile__art {
  position: absolute; right: 0; top: 0; bottom: 0; width: 55%;
  z-index: 1;
}
.cat-tile--big .cat-tile__art { width: 65%; }
.cat-tile__art::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--bg, var(--kr-cream)) 0%, transparent 50%);
}
.cat-tile--dark .cat-tile__art::after {
  background: linear-gradient(90deg, var(--bg) 0%, transparent 55%);
}
.cat-tile__badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--kr-red); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 11px;
  padding: 5px 11px; border-radius: var(--r-pill); letter-spacing: 0.1em;
  z-index: 3;
}

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.products {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.prod {
  background: #fff; border-radius: var(--r-md);
  border: 1px solid var(--kr-line); overflow: hidden;
  display: flex; flex-direction: column;
  position: relative;
}
.prod:hover { box-shadow: var(--shadow-hov); border-color: transparent; }
.prod__media {
  aspect-ratio: 1 / 1; position: relative; overflow: hidden;
}
.prod__media .badges {
  position: absolute; top: 12px; left: 12px;
  display: flex; flex-direction: column; gap: 6px; z-index: 2;
}
.badge {
  font-family: var(--font-display); font-weight: 800; font-size: 10px;
  padding: 4px 10px; border-radius: var(--r-pill);
  letter-spacing: 0.1em; text-transform: uppercase;
}
.badge--sale { background: var(--kr-red); color: #fff; }
.badge--new { background: var(--kr-black); color: #fff; }
.badge--hit { background: var(--kr-yellow); color: var(--kr-black); }
.badge--bestprice { background: #1a7a4d; color: #fff; }

.prod__actions {
  position: absolute; top: 12px; right: 12px;
  display: flex; flex-direction: column; gap: 8px; z-index: 2;
}
.prod__action {
  width: 36px; height: 36px; border-radius: 50%;
  background: #fff; color: var(--kr-black);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.prod__action:hover { background: var(--kr-red); color: #fff; }

.prod__quickbar {
  position: absolute; left: 12px; right: 12px; bottom: 12px;
  display: flex; gap: 8px; z-index: 2;
}
.prod__quick {
  flex: 1; height: 38px;
  background: var(--kr-black); color: #fff;
  border-radius: var(--r-pill); display: inline-flex; align-items: center;
  justify-content: center; gap: 6px;
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: 0.06em;
}
.prod__quick:hover { background: var(--kr-red); }

.prod__body {
  padding: 16px 18px 18px;
  display: flex; flex-direction: column; gap: 6px;
}
.prod__cat {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  color: var(--kr-mute); text-transform: uppercase;
}
.prod__name {
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  color: var(--kr-black); line-height: 1.25;
}
.prod__name:hover { color: var(--kr-red); }
.prod__rating { display: inline-flex; align-items: center; gap: 6px; margin-top: 2px; }
.prod__stars { color: var(--kr-yellow); letter-spacing: 1px; font-size: 13px; }
.prod__stars span { color: var(--kr-line-2); }
.prod__reviews { font-size: 12px; color: var(--kr-mute); }
.prod__price {
  display: flex; align-items: baseline; gap: 10px; margin-top: 8px;
  padding-top: 12px; border-top: 1px solid var(--kr-line);
}
.prod__price strong {
  font-family: var(--font-display); font-weight: 800; font-size: 19px; color: var(--kr-red);
}
.prod__price del { color: var(--kr-mute); font-size: 13px; }
.prod__price .unit { color: var(--kr-mute); font-size: 12px; margin-left: auto; }

/* ============================================================
   PROMO BANNERS (2-col)
   ============================================================ */
.promos { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; }
.promo {
  border-radius: var(--r-lg); padding: 44px 44px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  min-height: 320px;
  color: var(--kr-black);
  background: var(--bg, var(--kr-blush));
}
.promo--dark { color: #fff; }
.promo__eyebrow { font-family: var(--font-display); font-weight: 800; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--kr-red); margin-bottom: 14px; }
.promo--dark .promo__eyebrow { color: #FFD0D8; }
.promo h2 { font-size: 36px; margin-bottom: 14px; max-width: 80%; color: inherit; line-height: 1.1; }
.promo p { font-size: 14px; color: var(--kr-graphite); max-width: 70%; margin-bottom: 22px; }
.promo--dark p { color: rgba(255,255,255,0.85); }
.promo__cta { align-self: flex-start; }
.promo__art {
  position: absolute; right: -10px; top: 0; bottom: 0; width: 50%; z-index: 0;
}
.promo > * { position: relative; z-index: 1; }

/* ============================================================
   STORY (Made in Germany)
   ============================================================ */
.story {
  background: var(--kr-cream);
  border-radius: var(--r-lg);
  padding: 0; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  min-height: 460px;
}
.story__copy { padding: 64px; }
.story__copy .eyebrow { margin-bottom: 16px; display: inline-block; }
.story h2 { font-size: 38px; margin-bottom: 18px; line-height: 1.1; }
.story p { font-size: 15px; color: var(--kr-graphite); margin-bottom: 16px; max-width: 460px; }
.story__stats { display: grid; grid-template-columns: repeat(3, auto); gap: 28px; margin: 26px 0 32px; }
.story-stat strong {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: 32px; color: var(--kr-red); line-height: 1; margin-bottom: 4px;
}
.story-stat span { font-size: 12px; color: var(--kr-mute); }
.story__media { position: relative; background-size: cover; background-position: center; }
.story__seal {
  position: absolute; left: 32px; bottom: 32px;
  background: #fff; border-radius: var(--r-pill); padding: 10px 16px;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  box-shadow: var(--shadow-card);
}
.story__seal::before {
  content: ""; width: 24px; height: 16px;
  background: linear-gradient(180deg, #000 33%, #DD0000 33%, #DD0000 66%, #FFCE00 66%);
  border-radius: 2px;
}

/* ============================================================
   COLLECTION STRIPS (горизонтальная карусель, статичная)
   ============================================================ */
.coll-strip {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px;
}
.coll {
  background: #fff; border-radius: var(--r-md);
  border: 1px solid var(--kr-line);
  padding: 24px 18px;
  text-align: center;
}
.coll:hover { box-shadow: var(--shadow-card); }
.coll__circle {
  width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 16px;
  border: 4px solid #fff; box-shadow: 0 0 0 1px var(--kr-line);
}
.coll__name { font-family: var(--font-display); font-weight: 800; font-size: 16px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--kr-black); margin-bottom: 4px; }
.coll__name:hover { color: var(--kr-red); }
.coll__meta { font-size: 12px; color: var(--kr-mute); }
.coll__count { font-size: 11px; color: var(--kr-red); font-weight: 700; margin-top: 6px; }

/* ============================================================
   FULL-WIDTH PROMO
   ============================================================ */
.megabanner {
  background: var(--kr-black); color: #fff;
  border-radius: var(--r-lg); overflow: hidden;
  display: grid; grid-template-columns: 1.2fr 1fr;
  min-height: 380px;
}
.megabanner__copy { padding: 64px; display: flex; flex-direction: column; justify-content: center; }
.megabanner__copy .eyebrow { color: #FFD0D8; margin-bottom: 14px; display: inline-block; }
.megabanner__copy h2 { color: #fff; font-size: 44px; line-height: 1.05; margin-bottom: 14px; max-width: 460px; }
.megabanner__copy p { color: rgba(255,255,255,0.8); max-width: 460px; margin-bottom: 24px; }
.megabanner__media { position: relative; background-size: cover; background-position: center; }
.megabanner__cta-row { display: flex; gap: 12px; align-items: center; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tests { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.test {
  background: #fff; border-radius: var(--r-md);
  border: 1px solid var(--kr-line);
  padding: 32px;
}
.test__stars { color: var(--kr-yellow); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.test__body {
  font-family: var(--font-display); font-size: 17px; line-height: 1.45; color: var(--kr-black); margin-bottom: 22px; font-weight: 500;
}
.test__author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--kr-line); }
.test__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--kr-cream-2); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; color: var(--kr-graphite); }
.test__name { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--kr-black); }
.test__loc { font-size: 12px; color: var(--kr-mute); }

/* ============================================================
   BLOG
   ============================================================ */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post {
  background: #fff; border-radius: var(--r-md); overflow: hidden;
  border: 1px solid var(--kr-line); display: flex; flex-direction: column;
}
.post:hover { box-shadow: var(--shadow-card); }
.post__media { aspect-ratio: 16/10; position: relative; }
.post__tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--kr-red); color: #fff; font-family: var(--font-display);
  font-weight: 700; font-size: 11px; padding: 4px 10px;
  border-radius: var(--r-pill); letter-spacing: 0.1em;
}
.post__body { padding: 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.post__meta { font-size: 12px; color: var(--kr-mute); }
.post h3 { font-size: 19px; line-height: 1.3; margin-bottom: 4px; }
.post h3:hover { color: var(--kr-red); }
.post p { font-size: 14px; color: var(--kr-mute); }
.post__more { margin-top: auto; padding-top: 14px; font-size: 13px; font-weight: 700; color: var(--kr-black); }
.post__more:hover { color: var(--kr-red); }

/* ============================================================
   INSPIRATION (Instagram-like)
   ============================================================ */
.inspiration { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.insp {
  aspect-ratio: 1/1; border-radius: var(--r-md); overflow: hidden;
  position: relative;
}
.insp__icon {
  position: absolute; bottom: 12px; right: 12px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.9); display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-black);
}
.insp:hover .insp__icon { background: var(--kr-red); color: #fff; }

/* ============================================================
   BRAND LOGOS
   ============================================================ */
.brands {
  display: grid; grid-template-columns: repeat(6, 1fr);
  align-items: center; gap: 24px;
  padding: 36px 0; border-top: 1px solid var(--kr-line); border-bottom: 1px solid var(--kr-line);
}
.brand {
  height: 56px; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.12em; color: var(--kr-mute); opacity: 0.8;
  text-transform: uppercase;
  border: 1px dashed var(--kr-line-2); border-radius: var(--r-sm);
}

/* ============================================================
   NEWSLETTER
   ============================================================ */
.news {
  background: var(--kr-cream);
  border-radius: var(--r-lg);
  padding: 56px 64px;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 56px; align-items: center;
}
.news__copy h2 { font-size: 32px; margin-bottom: 10px; }
.news__copy p { color: var(--kr-mute); max-width: 420px; }
.news__form { display: flex; gap: 12px; }
.news__input {
  flex: 1; height: 56px; padding: 0 24px;
  background: #fff; border-radius: var(--r-pill); border: 1.5px solid var(--kr-line);
  font-size: 14px; color: var(--kr-black);
  display: flex; align-items: center;
}
.news__input.placeholder { color: var(--kr-mute); }
.news__check {
  margin-top: 14px; font-size: 12px; color: var(--kr-mute);
  display: inline-flex; align-items: center; gap: 8px;
}
.news__check b { color: var(--kr-black); }
.news__check::before {
  content: ""; width: 14px; height: 14px;
  background: #fff; border: 1.5px solid var(--kr-line-2); border-radius: 3px;
  display: inline-block;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--kr-black); color: rgba(255,255,255,0.7); margin-top: 72px; }
.footer__top {
  padding: 72px 32px 56px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 48px;
}
.footer__brand .logo__word, .footer__brand .logo__word small { color: #fff; }
.footer__brand .logo__word small { color: rgba(255,255,255,0.55); }
.footer__brand p { font-size: 13px; color: rgba(255,255,255,0.6); max-width: 280px; margin: 18px 0 24px; }
.footer__contact { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; font-size: 13px; }
.footer__contact .row { display: flex; align-items: center; gap: 12px; }
.footer__contact strong { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: #fff; }
.footer__contact small { color: rgba(255,255,255,0.55); }
.socials { display: flex; gap: 10px; }
.social {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08); display: inline-flex;
  align-items: center; justify-content: center; color: #fff;
}
.social:hover { background: var(--kr-red); }

.footer__col h5 {
  font-family: var(--font-display); font-size: 12px; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase; color: #fff;
  margin-bottom: 22px;
}
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer__col a { color: rgba(255,255,255,0.65); font-size: 14px; }
.footer__col a:hover { color: #fff; }

.footer__pay {
  margin-top: 14px;
  display: flex; gap: 6px; flex-wrap: wrap;
}
.pay-cell {
  height: 32px; min-width: 50px; padding: 0 10px;
  background: rgba(255,255,255,0.08); border-radius: 4px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 11px;
  color: rgba(255,255,255,0.85); letter-spacing: 0.05em;
}

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 32px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; color: rgba(255,255,255,0.5);
}
.footer__bottom .links { display: flex; gap: 28px; }
.footer__bottom a:hover { color: #fff; }

/* ============================================================
   SIDE-BANNER BLOCKS — V1…V6
   ============================================================ */

/* ── V1 — Spotlight Collection ───────────────────────────── */
.v1 { display: grid; grid-template-columns: 1.85fr 1fr; gap: 24px; }
.v1-hero {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg); background: var(--kr-cream);
  min-height: 520px;
  display: grid; grid-template-columns: 1.05fr 1fr;
}
.v1-hero__copy { padding: 64px 56px 56px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.v1-hero__copy .eyebrow { display: inline-block; margin-bottom: 18px; }
.v1-hero__copy h2 { font-size: 62px; line-height: 1.0; letter-spacing: -0.025em; margin-bottom: 18px; }
.v1-hero__copy h2 em { font-style: normal; color: var(--kr-red); }
.v1-hero__lede { font-size: 16px; color: var(--kr-graphite); max-width: 360px; margin-bottom: 28px; line-height: 1.55; }
.v1-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.v1-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 18px; background: #fff; color: var(--kr-black);
  border-radius: var(--r-pill); border: 1.5px solid var(--kr-line-2);
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
}
.v1-chip svg { color: var(--kr-red); }
.v1-chip:hover { border-color: var(--kr-black); }
.v1-hero__media { position: relative; overflow: hidden; }
.v1-hero__planks {
  position: absolute; inset: 0; padding: 36px; display: grid;
  grid-template-rows: 1fr 1.2fr; grid-template-columns: 1.2fr 1fr; gap: 12px;
}
.v1-hero__planks > div { border-radius: var(--r-md); box-shadow: 0 8px 24px rgba(20, 12, 6, 0.25); }
.v1-hero__planks > div:nth-child(1) { grid-column: 1 / -1; }

.v1-side {
  background: #fff; border-radius: var(--r-lg);
  border: 1px solid var(--kr-line); overflow: hidden;
  display: flex; flex-direction: column;
}
.v1-side__media { flex: 1; min-height: 280px; position: relative; overflow: hidden; }
.v1-side__badges { position: absolute; top: 16px; left: 16px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.v1-side__body { padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 6px; }
.v1-side__cat { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--kr-mute); text-transform: uppercase; }
.v1-side h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--kr-black); line-height: 1.2; }
.v1-side__props { display: flex; gap: 14px; margin-top: 4px; font-size: 12px; color: var(--kr-mute); }
.v1-side__props b { color: var(--kr-graphite); font-family: var(--font-display); font-weight: 700; }
.v1-side__rating { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; }
.v1-side__rating .stars { color: var(--kr-yellow); letter-spacing: 1px; font-size: 13px; }
.v1-side__rating small { font-size: 12px; color: var(--kr-mute); }
.v1-side__stock { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 13px; color: #1a7a4d; font-weight: 600; }
.v1-side__stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #1a7a4d; }
.v1-side__price { display: flex; align-items: baseline; gap: 10px; margin-top: 14px; }
.v1-side__price strong { font-family: var(--font-display); font-weight: 800; font-size: 28px; color: var(--kr-black); }
.v1-side__price del { color: var(--kr-mute); font-size: 14px; }
.v1-side__price .unit { color: var(--kr-mute); font-size: 13px; margin-left: auto; }
.v1-side__cta { margin-top: 16px; }
.v1-side__cta .btn { width: 100%; }
.v1-side__sku { margin-top: 12px; font-size: 12px; color: var(--kr-mute); }
.v1-side__sku b { color: var(--kr-graphite); font-weight: 700; }

/* ── V2 — Tall Side Banner + 4×2 product grid ─────────────── */
.v2 { display: grid; grid-template-columns: 320px 1fr; gap: 24px; align-items: stretch; }
.v2-banner {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, #1F2A20 0%, #2C3A2C 55%, #4A5C46 100%);
  color: #fff;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 36px 32px; min-height: 700px;
}
.v2-banner__bg {
  position: absolute; inset: 0; opacity: 0.55;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(255,220,170,0.35), transparent 60%),
    radial-gradient(ellipse at 30% 90%, rgba(40,25,15,0.6), transparent 55%);
}
.v2-banner > * { position: relative; z-index: 1; }
.v2-banner h2 { color: #fff; font-size: 52px; line-height: 0.98; letter-spacing: -0.025em; margin-top: 14px; }
.v2-banner__eye {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 800; font-size: 11px;
  letter-spacing: 0.2em; color: #fff; text-transform: uppercase;
}
.v2-banner__eye::before { content: ""; width: 24px; height: 1px; background: rgba(255,255,255,.6); }
.v2-banner__lede { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.55; margin: 20px 0 28px; max-width: 240px; }
.v2-banner__features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: auto; }
.v2-feat {
  background: rgba(255,255,255,0.08); backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-md); padding: 14px;
  display: flex; flex-direction: column; gap: 4px;
}
.v2-feat svg { color: var(--kr-yellow); margin-bottom: 4px; }
.v2-feat strong { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: #fff; line-height: 1; }
.v2-feat small { font-size: 11px; color: rgba(255,255,255,0.7); letter-spacing: 0.05em; }
.v2-banner__cta { margin-top: 24px; }
.v2-banner .btn--white { background: #fff; color: var(--kr-black); }
.v2-banner .btn--white:hover { background: var(--kr-red); color: #fff; }
.v2-products { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr 1fr; gap: 16px; }

/* ── V3 — Mega banner + 3 colored mini tiles ──────────────── */
.v3 { display: flex; flex-direction: column; gap: 16px; }
.v3-hero {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg); min-height: 380px;
  background: var(--kr-cream-2);
  display: grid; grid-template-columns: 1fr 1.3fr;
}
.v3-hero__copy { padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; }
.v3-hero__copy .eyebrow { display: inline-block; margin-bottom: 12px; }
.v3-hero h2 { font-size: 48px; line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 14px; max-width: 460px; }
.v3-hero p { font-size: 15px; color: var(--kr-graphite); max-width: 380px; margin-bottom: 24px; line-height: 1.55; }
.v3-hero__cta-row { display: flex; align-items: center; gap: 16px; }
.v3-hero__media { position: relative; overflow: hidden; }
.v3-hero__planks {
  position: absolute; inset: 0; padding: 32px; display: grid;
  grid-template-columns: 1fr 1.1fr 0.8fr; gap: 14px; align-items: stretch;
}
.v3-hero__planks > div { border-radius: var(--r-md); box-shadow: 0 12px 28px rgba(20, 12, 6, 0.3); }
.v3-hero__planks > div:nth-child(1) { transform: translateY(20px); }
.v3-hero__planks > div:nth-child(3) { transform: translateY(-20px); }

.v3-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.v3-tile {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg);
  padding: 32px 30px; min-height: 200px;
  color: #fff;
  display: flex; flex-direction: column; justify-content: space-between;
}
.v3-tile--red { background: linear-gradient(135deg, #E94560 0%, #C8102E 60%, #9E0B23 100%); }
.v3-tile--dark { background: linear-gradient(135deg, #1A1A1F 0%, #2A2A35 100%); }
.v3-tile--blue { background: linear-gradient(135deg, #4A6FE5 0%, #2649C7 50%, #1B3299 100%); }
.v3-tile__eye {
  font-family: var(--font-display); font-weight: 800; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.75); margin-bottom: 8px;
}
.v3-tile h3 { color: #fff; font-size: 26px; line-height: 1.1; max-width: 60%; }
.v3-tile p { font-size: 13px; color: rgba(255,255,255,0.85); margin-top: 6px; max-width: 60%; }
.v3-tile__cta { align-self: flex-start; }
.v3-tile__art { position: absolute; right: -20px; top: -10px; bottom: -10px; width: 50%; z-index: 0; }
.v3-tile > * { position: relative; z-index: 1; }
.v3-tile__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg-shade) 0%, transparent 60%); }
.v3-tile--red .v3-tile__art::after { --bg-shade: rgba(200,16,46,0.7); }
.v3-tile--dark .v3-tile__art::after { --bg-shade: rgba(26,26,31,0.8); }
.v3-tile--blue .v3-tile__art::after { --bg-shade: rgba(38,73,199,0.7); }
.v3-tile .btn--white { background: #fff; color: var(--kr-black); }

/* ── V4 — Featured product + Top-10 sidebar ───────────────── */
.v4 { display: grid; grid-template-columns: 1.05fr 1fr; gap: 24px; }
.v4-feat {
  background: #fff; border-radius: var(--r-lg); border: 1px solid var(--kr-line);
  overflow: hidden;
  display: grid; grid-template-rows: 1.3fr auto;
  min-height: 540px;
}
.v4-feat__media { position: relative; overflow: hidden; }
.v4-feat__badges { position: absolute; top: 18px; left: 18px; z-index: 2; display: flex; flex-direction: column; gap: 6px; }
.v4-feat__dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 2; }
.v4-feat__dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); }
.v4-feat__dots span.is-on { background: #fff; }
.v4-feat__body { padding: 24px 28px 28px; display: flex; flex-direction: column; gap: 6px; }
.v4-feat__cat { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--kr-mute); text-transform: uppercase; }
.v4-feat h3 { font-size: 26px; font-family: var(--font-display); font-weight: 800; color: var(--kr-black); line-height: 1.15; }
.v4-feat__rating { display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; font-size: 13px; color: var(--kr-mute); }
.v4-feat__rating .stars { color: var(--kr-yellow); letter-spacing: 1px; font-size: 15px; }
.v4-feat__price { display: flex; align-items: baseline; gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--kr-line); }
.v4-feat__price strong { font-family: var(--font-display); font-weight: 800; font-size: 28px; color: var(--kr-red); }
.v4-feat__price del { color: var(--kr-mute); font-size: 14px; }
.v4-feat__price .unit { color: var(--kr-mute); font-size: 13px; margin-left: auto; }

.v4-top {
  background: #fff; border-radius: var(--r-lg); border: 1px solid var(--kr-line);
  padding: 28px 30px;
}
.v4-top__head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--kr-line);
}
.v4-top__head h3 { font-size: 22px; }
.v4-top__head h3 em { color: var(--kr-red); font-style: normal; }
.v4-top__list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.v4-row {
  display: grid; grid-template-columns: 28px 56px 1fr; align-items: center; gap: 12px;
  padding: 10px; border-radius: var(--r-md); transition: background 0.15s;
}
.v4-row:hover { background: var(--kr-bg); }
.v4-row__rank { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--kr-mute); text-align: center; }
.v4-row__rank.is-top { color: var(--kr-red); }
.v4-row__thumb { width: 56px; height: 56px; border-radius: var(--r-sm); overflow: hidden; position: relative; border: 1px solid var(--kr-line); }
.v4-row__info { min-width: 0; }
.v4-row__name { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--kr-black); line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v4-row__name:hover { color: var(--kr-red); }
.v4-row__meta { display: flex; align-items: baseline; gap: 6px; margin-top: 3px; font-size: 12px; }
.v4-row__price { font-family: var(--font-display); font-weight: 800; color: var(--kr-red); }
.v4-row__old { color: var(--kr-mute); text-decoration: line-through; font-size: 11px; }

/* ── V5 — Stacked mini-promos + 3×2 product grid ──────────── */
.v5 { display: grid; grid-template-columns: 320px 1fr; gap: 24px; }
.v5-stack { display: flex; flex-direction: column; gap: 16px; }
.v5-card {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg);
  padding: 28px 26px;
  display: flex; flex-direction: column;
  min-height: 240px;
}
.v5-card > * { position: relative; z-index: 1; }
.v5-card__art { position: absolute; inset: 0; z-index: 0; }
.v5-card--sale { background: var(--kr-black); color: #fff; }
.v5-card--sale .v5-card__art {
  opacity: 0.5;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(200,16,46,0.6), transparent 50%),
    radial-gradient(ellipse at 20% 90%, rgba(255,140,90,0.25), transparent 50%);
}
.v5-card--sample { background: var(--kr-cream); color: var(--kr-black); }
.v5-card--sample .v5-card__art { opacity: 0.7; background: radial-gradient(circle at 80% 60%, #C9A57A 0%, transparent 55%); }
.v5-eye {
  font-family: var(--font-display); font-weight: 800; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 10px;
}
.v5-card--sale .v5-eye { color: #FFD0D8; }
.v5-card--sample .v5-eye { color: var(--kr-red); }
.v5-card h3 { font-size: 26px; line-height: 1.1; max-width: 75%; margin-bottom: 8px; }
.v5-card--sale h3 { color: #fff; }
.v5-card p { font-size: 13px; line-height: 1.5; max-width: 80%; margin-bottom: 14px; }
.v5-card--sale p { color: rgba(255,255,255,0.75); }
.v5-card--sample p { color: var(--kr-graphite); }
.v5-card__cta { margin-top: auto; align-self: flex-start; }
.v5-countdown { display: flex; gap: 6px; margin-top: 6px; margin-bottom: 14px; }
.v5-clock {
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18);
  padding: 8px 12px; border-radius: var(--r-sm); min-width: 52px; text-align: center;
  font-family: var(--font-display);
}
.v5-clock b { display: block; font-weight: 800; font-size: 19px; color: #fff; line-height: 1; }
.v5-clock small { font-size: 9px; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; }
.v5-products { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr 1fr; gap: 16px; }

/* ── V6 — Banner with swatches + side decor list ──────────── */
.v6 { display: grid; grid-template-columns: 1fr 400px; gap: 24px; }
.v6-feat {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg);
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--kr-cream); min-height: 500px;
}
.v6-feat__copy { padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; }
.v6-feat__copy .eyebrow { display: inline-block; margin-bottom: 12px; }
.v6-feat__copy h2 { font-size: 44px; letter-spacing: -0.02em; line-height: 1.05; margin: 0 0 14px; }
.v6-feat__copy p { color: var(--kr-graphite); font-size: 15px; max-width: 360px; margin-bottom: 22px; line-height: 1.55; }
.v6-feat__copy .btn { align-self: flex-start; }
.v6-feat__swatches { display: flex; gap: 8px; align-items: center; margin: 22px 0 0; padding-top: 22px; border-top: 1px solid rgba(0,0,0,.08); }
.v6-feat__swatches small {
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  color: var(--kr-mute); text-transform: uppercase; margin-right: 4px;
}
.v6-sw { width: 36px; height: 36px; border-radius: var(--r-sm); border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.12); }
.v6-sw--active { box-shadow: 0 0 0 2px var(--kr-black); }
.v6-feat__media { position: relative; overflow: hidden; }
.v6-feat__plank { position: absolute; inset: 32px; border-radius: var(--r-md); box-shadow: 0 14px 36px rgba(20, 12, 6, 0.3); }

.v6-side { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--kr-line); padding: 26px 28px; display: flex; flex-direction: column; }
.v6-side__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--kr-line); }
.v6-side__head h3 { font-size: 20px; }
.v6-side__head a { font-family: var(--font-display); font-size: 13px; color: var(--kr-red); font-weight: 700; border-bottom: 1.5px solid var(--kr-red); padding-bottom: 1px; }
.v6-side__list { display: flex; flex-direction: column; gap: 4px; }
.v6-srow {
  display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center;
  padding: 10px 8px; border-radius: var(--r-sm); transition: background .15s;
}
.v6-srow:hover { background: var(--kr-bg); }
.v6-srow:not(:last-child) { border-bottom: 1px dashed rgba(0,0,0,0.06); }
.v6-srow__thumb { width: 44px; height: 44px; border-radius: var(--r-sm); overflow: hidden; position: relative; border: 1px solid var(--kr-line); }
.v6-srow__info { min-width: 0; }
.v6-srow__name { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--kr-black); line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v6-srow__cat { font-size: 11px; color: var(--kr-mute); margin-top: 2px; letter-spacing: 0.04em; }
.v6-srow__price { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--kr-red); white-space: nowrap; }
.v6-side__footer { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--kr-line); display: flex; justify-content: space-between; align-items: center; }
.v6-side__footer small { font-size: 12px; color: var(--kr-mute); }

/* ── BLOG SLIDER (replaces .posts grid) ─────────────────────── */
.posts-slider { timeline-scope: --posts-x; }
.posts-scroll {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-timeline: --posts-x x;
  scroll-behavior: smooth;
}
.posts-scroll::-webkit-scrollbar { display: none; }
.posts-scroll > .post { scroll-snap-align: start; }
.posts-controls {
  margin-top: 36px;
  display: grid; grid-template-columns: 48px 1fr 48px;
  align-items: center; gap: 24px;
}
.posts-controls__btn {
  width: 48px; height: 48px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--kr-line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-black); cursor: pointer; transition: all .15s;
}
.posts-controls__btn:hover { background: var(--kr-black); color: #fff; border-color: var(--kr-black); }
.posts-progress {
  position: relative; height: 3px; background: var(--kr-line-2); border-radius: 2px;
  overflow: hidden;
}
.posts-progress__fill {
  position: absolute; inset: 0;
  background: var(--kr-red); border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  animation: posts-track-fill linear forwards;
  animation-timeline: --posts-x;
}
@keyframes posts-track-fill {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* ── TESTS SLIDER (same pattern, separate timeline) ─────────── */
.tests-slider { timeline-scope: --tests-x; }
.tests-scroll {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-timeline: --tests-x x;
  scroll-behavior: smooth;
}
.tests-scroll::-webkit-scrollbar { display: none; }
.tests-scroll > .test { scroll-snap-align: start; }
.tests-controls {
  margin-top: 36px;
  display: grid; grid-template-columns: 48px 1fr 48px;
  align-items: center; gap: 24px;
}
.tests-controls__btn {
  width: 48px; height: 48px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--kr-line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-black); cursor: pointer; transition: all .15s;
}
.tests-controls__btn:hover { background: var(--kr-black); color: #fff; border-color: var(--kr-black); }
.tests-progress {
  position: relative; height: 3px; background: var(--kr-line-2); border-radius: 2px;
  overflow: hidden;
}
.tests-progress__fill {
  position: absolute; inset: 0;
  background: var(--kr-red); border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  animation: posts-track-fill linear forwards;
  animation-timeline: --tests-x;
}



/* ============================================================
   CATALOG-SPECIFIC STYLES
   ============================================================ */

/* ============================================================
   KRONOTEX · CATALOG STYLES
   Shared tokens used in both desktop and mobile catalog templates.
   Both are wrapped in .kr-desktop / .kr-mobile @scope blocks at the
   top of Kronotex Catalog.html so styles don't leak across artboards.
   ============================================================ */

/* ── Hero / category header ──────────────────────────────── */
.cathero {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  background:
    radial-gradient(ellipse at 75% 30%, rgba(255, 220, 170, 0.5), transparent 60%),
    radial-gradient(ellipse at 18% 90%, rgba(40, 25, 15, 0.5), transparent 65%),
    linear-gradient(150deg, #2A1F18 0%, #4C3522 35%, #8B6B47 75%, #C9A57A 100%);
  color: #fff;
  min-height: 280px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.cathero__copy { padding: 52px 56px; position: relative; z-index: 2; }
.cathero__crumbs {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,0.55);
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}
.cathero__crumbs a { color: rgba(255,255,255,0.55); }
.cathero__crumbs a:hover { color: #fff; }
.cathero__crumbs .sep { opacity: 0.5; }
.cathero__crumbs .cur { color: #fff; font-weight: 700; }

.cathero h1 {
  color: #fff;
  font-size: 48px; line-height: 1.05;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.cathero__lede {
  font-size: 15px; color: rgba(255,255,255,0.82);
  max-width: 480px; line-height: 1.55;
  margin-bottom: 22px;
}
.cathero__meta {
  display: inline-flex; align-items: center; gap: 22px; flex-wrap: wrap;
  font-size: 13px; color: rgba(255,255,255,0.78);
}
.cathero__meta b { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 15px; }
.cathero__meta .pill {
  background: rgba(255,255,255,0.12);
  padding: 5px 12px; border-radius: var(--r-pill);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.cathero__pill-row { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.cathero__pill-row .chip {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  padding: 7px 14px; border-radius: var(--r-pill);
  font-size: 12px; font-weight: 600;
}
.cathero__pill-row .chip:hover { background: #fff; color: var(--kr-black); border-color: #fff; }

.cathero__seal {
  position: absolute; right: 56px; top: 56px;
  display: inline-flex; gap: 10px; align-items: center;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 10px 16px; border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
}
.cathero__seal::before {
  content: ""; width: 22px; height: 14px;
  background: linear-gradient(180deg, #000 33%, #DD0000 33%, #DD0000 66%, #FFCE00 66%);
  border-radius: 2px;
}

/* Side decor sample art on right */
.cathero__visual {
  position: relative; height: 100%; min-height: 280px;
  overflow: hidden; display: flex; gap: 14px; padding: 36px 48px 36px 24px;
  align-items: stretch;
}
.cathero__plank {
  flex: 1;
  border-radius: var(--r-md);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
  transform: rotate(-2deg);
}
.cathero__plank:nth-child(2) { transform: rotate(1.5deg) translateY(-12px); }
.cathero__plank:nth-child(3) { transform: rotate(-1deg) translateY(8px); }
.cathero__plank:nth-child(4) { transform: rotate(2deg) translateY(-6px); }

/* ── Subcategory strip (Woodmart-style collection circles) ── */
.subcats {
  display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px;
  margin: 32px 0;
}
.subcat {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 18px 8px; text-align: center;
  background: #fff;
  border: 1px solid var(--kr-line);
  border-radius: var(--r-md);
  position: relative;
}
.subcat:hover { box-shadow: var(--shadow-card); border-color: transparent; }
.subcat--active { border-color: var(--kr-black); background: var(--kr-bg); }
.subcat__circle {
  width: 68px; height: 68px; border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--kr-line), 0 6px 16px rgba(40,28,12,0.10);
}
.subcat__name {
  font-family: var(--font-display); font-weight: 800; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--kr-black);
}
.subcat__count { font-size: 11px; color: var(--kr-mute); font-weight: 600; }
.subcat__badge {
  position: absolute; top: 8px; right: 8px;
  background: var(--kr-red); color: #fff; font-size: 9px;
  padding: 2px 7px; border-radius: var(--r-pill);
  font-weight: 800; letter-spacing: 0.08em;
}

/* ── Active filters + toolbar ────────────────────────────── */
.toolbar {
  display: grid; grid-template-columns: 1fr auto; gap: 24px;
  padding: 18px 22px; background: #fff;
  border: 1px solid var(--kr-line); border-radius: var(--r-md);
  align-items: center;
  margin-bottom: 24px;
}
.toolbar__left { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.toolbar__count {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--kr-black);
}
.toolbar__count b { color: var(--kr-red); font-size: 15px; }
.toolbar__sep { width: 1px; height: 22px; background: var(--kr-line); }
.fchip {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--kr-bg); color: var(--kr-black);
  padding: 6px 8px 6px 14px;
  border-radius: var(--r-pill); font-size: 12px; font-weight: 600;
  border: 1px solid var(--kr-line);
}
.fchip svg { color: var(--kr-mute); }
.fchip:hover svg { color: var(--kr-red); }
.fchip--reset {
  background: transparent; border-color: var(--kr-red); color: var(--kr-red);
  padding: 6px 14px;
}

.toolbar__right { display: flex; align-items: center; gap: 14px; }
.tb-select {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--kr-bg);
  border: 1px solid var(--kr-line);
  border-radius: var(--r-pill);
  padding: 8px 16px; font-size: 12px; font-weight: 700;
  color: var(--kr-black); cursor: pointer;
}
.tb-select small { color: var(--kr-mute); font-weight: 500; }
.tb-select svg { opacity: 0.5; }

.tb-views {
  display: inline-flex; background: var(--kr-bg);
  border: 1px solid var(--kr-line);
  border-radius: var(--r-pill); padding: 4px;
}
.tb-view {
  width: 32px; height: 32px;
  border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-graphite);
}
.tb-view--active { background: var(--kr-black); color: #fff; }
.tb-view svg { width: 14px; height: 14px; }

/* ── Main grid layout ────────────────────────────────────── */
.cat-main { display: grid; grid-template-columns: 296px 1fr; gap: 28px; }

/* ── Filter sidebar ──────────────────────────────────────── */
.flt {
  background: #fff;
  border: 1px solid var(--kr-line);
  border-radius: var(--r-md);
  overflow: hidden;
  align-self: start;
  position: sticky; top: 20px;
}
.flt__head {
  padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: center;
  background: var(--kr-bg);
  border-bottom: 1px solid var(--kr-line);
}
.flt__head h4 { font-size: 14px; font-family: var(--font-display); letter-spacing: 0.08em; text-transform: uppercase; }
.flt__head a { font-size: 12px; color: var(--kr-red); font-weight: 700; }
.flt-group { border-bottom: 1px solid var(--kr-line); padding: 18px 22px; }
.flt-group:last-child { border-bottom: 0; }
.flt-group__head {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-display); font-weight: 800;
  font-size: 13px; color: var(--kr-black);
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  cursor: pointer;
}
.flt-group__head svg { color: var(--kr-mute); transition: transform 0.15s; }
.flt-group--closed .flt-group__head svg { transform: rotate(-90deg); }
.flt-group--closed .flt-group__body { display: none; }

/* Price range slider (visual mock) */
.price-range {
  position: relative; height: 4px; background: var(--kr-line-2);
  border-radius: 2px; margin: 28px 6px 14px;
}
.price-range__active {
  position: absolute; left: 18%; right: 22%;
  top: 0; bottom: 0; background: var(--kr-black); border-radius: 2px;
}
.price-range__handle {
  position: absolute; top: -7px; width: 18px; height: 18px;
  background: #fff; border: 2px solid var(--kr-black);
  border-radius: 50%; cursor: ew-resize;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.price-range__handle--l { left: calc(18% - 9px); }
.price-range__handle--r { left: calc(78% - 9px); }
.price-range__handle::after {
  content: attr(data-v); position: absolute; bottom: 24px;
  left: 50%; transform: translateX(-50%);
  font-size: 11px; font-weight: 700; font-family: var(--font-display);
  color: var(--kr-black); white-space: nowrap;
}
.price-inputs {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 6px;
  align-items: center;
}
.price-inputs__field {
  background: var(--kr-bg);
  border: 1px solid var(--kr-line);
  border-radius: var(--r-sm); padding: 8px 10px;
  font-size: 12px; font-weight: 600; color: var(--kr-black);
  font-family: var(--font-body);
}
.price-inputs__field small { color: var(--kr-mute); font-weight: 500; margin-right: 4px; }
.price-inputs__sep { color: var(--kr-mute); font-weight: 600; }
.flt-go {
  display: block; width: 100%; margin-top: 12px;
  background: var(--kr-black); color: #fff;
  font-family: var(--font-display); font-weight: 700;
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 10px 0; border-radius: var(--r-pill);
}

/* Checkbox list */
.flt-list { display: flex; flex-direction: column; gap: 10px; }
.flt-check {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--kr-graphite); cursor: pointer;
}
.flt-check__box {
  width: 16px; height: 16px;
  background: #fff;
  border: 1.5px solid var(--kr-line-2);
  border-radius: 3px;
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
}
.flt-check--checked .flt-check__box {
  background: var(--kr-black); border-color: var(--kr-black);
}
.flt-check--checked .flt-check__box::after {
  content: ""; width: 8px; height: 4px;
  border-left: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}
.flt-check__lbl { flex: 1; }
.flt-check--checked .flt-check__lbl { color: var(--kr-black); font-weight: 600; }
.flt-check__count { color: var(--kr-mute); font-size: 11px; font-weight: 600; }
.flt-more {
  font-size: 12px; color: var(--kr-red); font-weight: 700;
  margin-top: 12px; display: inline-flex; align-items: center; gap: 4px;
}

/* Color/decor swatches */
.flt-swatches { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.flt-swatch {
  aspect-ratio: 1/1; border-radius: var(--r-sm);
  position: relative;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--kr-line-2);
  cursor: pointer;
}
.flt-swatch:hover { box-shadow: 0 0 0 1px var(--kr-black); }
.flt-swatch--active { box-shadow: 0 0 0 2px var(--kr-black); }
.flt-swatch--active::after {
  content: ""; position: absolute; top: 4px; right: 4px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--kr-black);
  background-image: linear-gradient(45deg, transparent 40%, #fff 40%, #fff 60%, transparent 60%);
}

/* Pill buttons row (class AC) */
.flt-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.flt-pill {
  background: var(--kr-bg);
  border: 1px solid var(--kr-line);
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-size: 12px; font-weight: 700;
  color: var(--kr-graphite);
  font-family: var(--font-display);
}
.flt-pill--active {
  background: var(--kr-black); color: #fff; border-color: var(--kr-black);
}

/* Rating filter */
.flt-rating { display: flex; flex-direction: column; gap: 8px; }
.flt-rating__row {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--kr-graphite);
}
.flt-rating__stars { color: var(--kr-yellow); letter-spacing: 1px; }
.flt-rating__stars span { color: var(--kr-line-2); }
.flt-rating__cnt { color: var(--kr-mute); font-size: 11px; margin-left: auto; }

/* Filter banner (promo card in sidebar) */
.flt-promo {
  background: linear-gradient(170deg, #C8102E 0%, #9E0B23 100%);
  color: #fff;
  border-radius: 0;
  padding: 22px 22px 24px;
  margin: -1px; /* eat parent border */
  margin-top: 0;
  text-align: center;
}
.flt-promo .eyebrow { color: #FFD0D8; margin-bottom: 6px; }
.flt-promo h5 { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 18px; margin-bottom: 6px; line-height: 1.2; }
.flt-promo p { font-size: 12px; color: rgba(255,255,255,0.85); margin-bottom: 14px; }
.flt-promo .btn {
  background: #fff; color: var(--kr-black);
  font-size: 11px; padding: 9px 16px;
}

/* ── Product grid card overrides for catalog ─────────────── */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-grid .prod { background: #fff; }

/* Mini swatches strip in the body of catalog cards */
.prod__swatches {
  display: flex; gap: 5px; margin-top: 4px;
}
.prod__swatches .sw {
  width: 16px; height: 16px; border-radius: 50%;
  border: 1.5px solid #fff;
  box-shadow: 0 0 0 1px var(--kr-line-2);
}
.prod__swatches .sw--active { box-shadow: 0 0 0 1.5px var(--kr-black); }
.prod__swatches .more {
  font-size: 11px; color: var(--kr-mute); font-weight: 700; margin-left: 2px;
  align-self: center;
}

/* Tag badges below name (specs) */
.prod__specs {
  display: flex; gap: 4px; flex-wrap: wrap; margin-top: 6px;
}
.prod__spec {
  font-size: 10px; font-weight: 700;
  background: var(--kr-bg);
  color: var(--kr-graphite);
  padding: 3px 7px;
  border-radius: 3px;
  letter-spacing: 0.04em;
}
.prod__spec--accent { background: #1a7a4d; color: #fff; }
.prod__spec--warn { background: #FFEDD2; color: #B25C00; }

/* Promo card embedded in grid */
.cat-promo {
  grid-column: span 2;
  background: var(--kr-cream);
  border-radius: var(--r-md);
  padding: 36px 36px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.cat-promo--dark {
  background: linear-gradient(165deg, #1a1411 0%, #2A1F18 60%, #4C3522 100%);
  color: #fff;
}
.cat-promo--dark h3 { color: #fff; }
.cat-promo__eyebrow {
  font-family: var(--font-display); font-weight: 800; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--kr-red);
  margin-bottom: 12px;
}
.cat-promo--dark .cat-promo__eyebrow { color: #FFD0D8; }
.cat-promo h3 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 26px; line-height: 1.1; margin-bottom: 10px;
  color: var(--kr-black);
}
.cat-promo p { font-size: 13px; color: var(--kr-mute); margin-bottom: 18px; max-width: 90%; }
.cat-promo--dark p { color: rgba(255,255,255,0.7); }
.cat-promo__price {
  font-family: var(--font-display); font-weight: 800;
  font-size: 32px; color: var(--kr-red); line-height: 1;
  margin-bottom: 14px;
}
.cat-promo__price small { font-size: 12px; color: var(--kr-mute); font-weight: 600; }
.cat-promo__art {
  position: absolute; right: -30px; bottom: -30px;
  width: 55%; height: 75%; border-radius: var(--r-md);
  transform: rotate(-6deg);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

/* ── Pagination ──────────────────────────────────────────── */
.pagi {
  margin-top: 36px;
  display: flex; align-items: center; justify-content: space-between;
}
.pagi__pages { display: flex; gap: 6px; align-items: center; }
.pagi__btn {
  min-width: 40px; height: 40px;
  padding: 0 12px;
  border-radius: var(--r-sm);
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--kr-black);
  background: #fff; border: 1px solid var(--kr-line);
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
}
.pagi__btn:hover { border-color: var(--kr-black); }
.pagi__btn--active {
  background: var(--kr-black); color: #fff; border-color: var(--kr-black);
}
.pagi__btn--ghost { background: transparent; border-color: transparent; color: var(--kr-mute); }
.pagi__more { padding: 12px 22px; }
.pagi__info {
  font-size: 12px; color: var(--kr-mute);
}

/* ── SEO content block ───────────────────────────────────── */
.seo {
  margin-top: 60px; background: var(--kr-cream);
  border-radius: var(--r-lg);
  padding: 56px;
  display: grid; grid-template-columns: 1fr 2fr; gap: 56px;
}
.seo__nav { display: flex; flex-direction: column; gap: 4px; }
.seo__nav h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--kr-black); margin-bottom: 22px; }
.seo__nav a {
  display: flex; justify-content: space-between; padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 13px; color: var(--kr-graphite); font-weight: 500;
}
.seo__nav a:hover { color: var(--kr-red); }
.seo__nav a.active { color: var(--kr-red); font-weight: 700; }
.seo__nav a svg { color: var(--kr-mute); }
.seo__body h4 {
  font-family: var(--font-display); font-weight: 800; font-size: 16px;
  color: var(--kr-black); margin-bottom: 12px; letter-spacing: -0.01em;
}
.seo__body h4:not(:first-child) { margin-top: 28px; }
.seo__body p { font-size: 14px; color: var(--kr-graphite); line-height: 1.65; margin-bottom: 12px; }
.seo__body ul { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.seo__body ul li {
  padding-left: 22px; position: relative; font-size: 13px; color: var(--kr-graphite); line-height: 1.55;
}
.seo__body ul li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 12px; height: 6px;
  border-left: 2px solid var(--kr-red);
  border-bottom: 2px solid var(--kr-red);
  transform: rotate(-45deg);
}
.seo__faq { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.seo__faq details {
  background: #fff; border-radius: var(--r-md);
  padding: 16px 20px; cursor: pointer;
}
.seo__faq summary {
  list-style: none; font-family: var(--font-display);
  font-weight: 700; font-size: 14px; color: var(--kr-black);
  display: flex; justify-content: space-between; align-items: center;
}
.seo__faq summary::-webkit-details-marker { display: none; }
.seo__faq summary::after {
  content: "+"; font-size: 22px; font-weight: 400; color: var(--kr-mute);
  line-height: 1;
}
.seo__faq details[open] summary::after { content: "−"; }
.seo__faq details[open] p { margin-top: 12px; font-size: 13px; color: var(--kr-graphite); line-height: 1.6; }

/* Util — wood swatch helpers reused (already global on .kr-desktop scope) */

/* ============================================================
   PRODUCT PAGE · DESKTOP
   Layout: gallery + sticky info card, sticky tab nav, content
   sections, frequently-bought-together, related decors, reviews.
   ============================================================ */

/* Compact breadcrumbs (no banner — go straight to product) */
.p-crumbs {
  display: flex; align-items: center; gap: 8px;
  padding: 22px 0 16px;
  font-size: 13px; color: var(--kr-mute);
}
.p-crumbs a:hover { color: var(--kr-red); }
.p-crumbs .sep { color: var(--kr-line-2); }
.p-crumbs .cur { color: var(--kr-black); font-weight: 600; }
.p-crumbs__pag {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  color: var(--kr-graphite);
}
.p-crumbs__pag .arr {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--kr-bg); display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-graphite); cursor: pointer;
}
.p-crumbs__pag .arr:hover { background: var(--kr-black); color: #fff; }

/* ── PRODUCT HERO ── */
.phero { display: grid; grid-template-columns: 1fr 530px; gap: 56px; align-items: start; padding-bottom: 48px; }

/* ── Gallery ── */
.gal { display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: start; position: sticky; top: 16px; align-self: start; }
.gal__thumbs { display: flex; flex-direction: column; gap: 10px; }
.gal__thumb {
  width: 96px; height: 96px; border-radius: var(--r-md);
  position: relative; overflow: hidden; cursor: pointer;
  outline: 2px solid transparent; outline-offset: 2px;
}
.gal__thumb.is-active { outline-color: var(--kr-black); }
.gal__thumb__label {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.7));
  color: #fff; font-size: 10px; font-weight: 700;
  padding: 12px 6px 6px; text-align: center; letter-spacing: 0.04em;
}
.gal__more {
  width: 96px; height: 96px; border-radius: var(--r-md);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  font-family: var(--font-display); font-weight: 800; font-size: 16px;
  background: rgba(15,15,15,0.04); color: var(--kr-black);
  border: 1.5px dashed var(--kr-line-2); cursor: pointer;
}
.gal__more small { font-size: 9px; font-weight: 700; color: var(--kr-mute); letter-spacing: 0.08em; text-transform: uppercase; }

.gal__main {
  aspect-ratio: 4 / 3.05; border-radius: var(--r-md);
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-card);
}
.gal__main--alt { aspect-ratio: auto; }
.gal__badges { position: absolute; top: 18px; left: 18px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.gbadge {
  font-family: var(--font-display); font-weight: 800;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 4px; color: #fff;
}
.gbadge--red { background: var(--kr-red); }
.gbadge--black { background: var(--kr-black); }
.gbadge--gold { background: var(--kr-yellow); color: var(--kr-black); }
.gbadge--sale { background: var(--kr-yellow); color: var(--kr-black); }

.gal__tools { position: absolute; top: 18px; right: 18px; display: flex; flex-direction: column; gap: 8px; z-index: 2; }
.gtool {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.96); color: var(--kr-black);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; backdrop-filter: blur(4px);
}
.gtool:hover { background: var(--kr-black); color: #fff; }
.gtool.is-active { background: var(--kr-red); color: #fff; }

.gal__zoom {
  position: absolute; bottom: 18px; right: 18px; z-index: 2;
  background: rgba(15,15,15,0.85); color: #fff;
  font-size: 11px; font-weight: 700; padding: 8px 12px; border-radius: var(--r-pill);
  display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display);
  letter-spacing: 0.04em;
}
.gal__caption {
  position: absolute; bottom: 18px; left: 18px; z-index: 2;
  background: rgba(255,255,255,0.96);
  padding: 8px 14px; border-radius: var(--r-pill);
  font-size: 12px; color: var(--kr-graphite);
  display: inline-flex; align-items: center; gap: 8px;
}
.gal__caption b { font-family: var(--font-display); font-weight: 800; color: var(--kr-black); }
.gal__counter {
  position: absolute; top: 50%; right: -16px; transform: translateY(-50%) rotate(90deg);
  font-size: 10px; color: var(--kr-mute); letter-spacing: 0.2em;
}

/* Gallery CTAs row */
.gal__ctas { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.gal__cta {
  background: #fff; border: 1px solid var(--kr-line);
  padding: 14px 16px; border-radius: var(--r-md);
  display: flex; align-items: center; gap: 12px; cursor: pointer;
}
.gal__cta:hover { border-color: var(--kr-black); }
.gal__cta__icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--kr-cream); color: var(--kr-black);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.gal__cta strong { font-family: var(--font-display); font-weight: 800; font-size: 13px; display: block; }
.gal__cta small { font-size: 11px; color: var(--kr-mute); }

/* ── Right column: product info ── */
.pinfo { position: sticky; top: 16px; }
.pinfo__eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.pinfo__eyebrow .brand {
  font-family: var(--font-display); font-weight: 800;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--kr-red);
}
.pinfo__eyebrow .col {
  font-size: 11px; color: var(--kr-mute); letter-spacing: 0.06em; text-transform: uppercase;
  padding-left: 10px; border-left: 1px solid var(--kr-line);
}
.pinfo h1 { font-size: 32px; line-height: 1.08; letter-spacing: -0.015em; margin: 4px 0 14px; }

.pinfo__meta {
  display: flex; align-items: center; gap: 14px;
  font-size: 13px; color: var(--kr-mute);
  padding-bottom: 18px; border-bottom: 1px solid var(--kr-line);
}
.pinfo__rating { display: inline-flex; align-items: center; gap: 8px; }
.stars { display: inline-flex; gap: 2px; color: var(--kr-yellow); line-height: 1; }
.pinfo__rating b { color: var(--kr-black); font-family: var(--font-display); font-weight: 800; }
.pinfo__rating a { color: var(--kr-graphite); text-decoration: underline; text-decoration-color: var(--kr-line-2); text-underline-offset: 3px; }
.pinfo__sku { font-family: ui-monospace, monospace; font-size: 11px; color: var(--kr-mute); }
.pinfo__share { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; color: var(--kr-graphite); font-size: 12px; }
.pinfo__share:hover { color: var(--kr-red); }

/* Promo / countdown */
.promo {
  margin: 18px 0;
  background: linear-gradient(105deg, #18120A 0%, #2A1C0F 100%);
  color: #fff;
  padding: 14px 16px;
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px;
  position: relative; overflow: hidden;
}
.promo::after {
  content: ""; position: absolute; right: -40px; top: -40px;
  width: 140px; height: 140px;
  background: radial-gradient(circle, var(--kr-red) 0%, transparent 60%);
  opacity: 0.5;
}
.promo__label { display: flex; flex-direction: column; gap: 2px; position: relative; z-index: 1; }
.promo__label b {
  color: var(--kr-yellow); font-family: var(--font-display); font-weight: 800;
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
}
.promo__label small { font-size: 11px; color: rgba(255,255,255,0.7); }
.cdown { display: flex; gap: 4px; position: relative; z-index: 1; }
.cdown__cell {
  background: rgba(255,255,255,0.08);
  border-radius: 6px; padding: 6px 8px; text-align: center;
  min-width: 40px; font-family: var(--font-display);
}
.cdown__cell b { display: block; font-weight: 800; font-size: 18px; color: #fff; line-height: 1; }
.cdown__cell small { font-size: 8px; color: rgba(255,255,255,0.55); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; display: block; }

/* Price */
.priceblock {
  display: flex; align-items: flex-end; gap: 14px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--kr-line);
  flex-wrap: wrap;
}
.priceblock__new {
  font-family: var(--font-display); font-weight: 800;
  font-size: 42px; letter-spacing: -0.02em; line-height: 1;
  color: var(--kr-red);
}
.priceblock__new small { font-size: 16px; color: var(--kr-graphite); font-weight: 700; margin-left: 4px; }
.priceblock__old {
  font-family: var(--font-display); font-weight: 700;
  font-size: 18px; color: var(--kr-mute);
  text-decoration: line-through; margin-bottom: 4px;
}
.priceblock__save {
  margin-left: auto; margin-bottom: 4px;
  background: var(--kr-yellow); color: var(--kr-black);
  padding: 6px 10px; border-radius: 6px;
  font-family: var(--font-display); font-weight: 800; font-size: 13px;
}
.priceblock__pack { width: 100%; font-size: 12px; color: var(--kr-mute); margin-top: 4px; }
.priceblock__pack b { color: var(--kr-black); font-family: var(--font-display); font-weight: 700; }

/* Stock + bonus row */
.pflags {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  padding: 14px 0 4px; font-size: 13px;
}
.pflags__instock {
  display: inline-flex; align-items: center; gap: 6px;
  color: #1F7A3E; font-weight: 700; font-family: var(--font-display);
}
.pflags__bonus { color: var(--kr-graphite); }
.pflags__bonus b { color: var(--kr-red); font-family: var(--font-display); font-weight: 800; }

/* Option block */
.popt { padding: 16px 0; border-bottom: 1px solid var(--kr-line); }
.popt__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.popt__head h4 {
  font-size: 12px; font-family: var(--font-display); font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--kr-mute);
}
.popt__head h4 b { color: var(--kr-black); text-transform: none; letter-spacing: 0; margin-left: 6px; font-weight: 800; font-size: 14px; }
.popt__head a { font-size: 12px; color: var(--kr-mute); text-decoration: underline; }

/* Decor swatch grid */
.dcgrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.dcsw {
  position: relative; aspect-ratio: 1;
  border-radius: 8px; overflow: hidden; cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}
.dcsw.is-active { outline: 2px solid var(--kr-black); outline-offset: 2px; }
.dcsw__check {
  position: absolute; top: 4px; right: 4px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--kr-black); color: #fff;
  display: none; align-items: center; justify-content: center;
}
.dcsw.is-active .dcsw__check { display: flex; }
.dcsw.is-sold .dcsw__check { background: var(--kr-mute); }

/* Option chips (class, thickness) */
.chipgrid { display: flex; gap: 8px; flex-wrap: wrap; }
.opchip {
  position: relative; padding: 10px 14px; min-width: 78px;
  background: #fff; border: 1.5px solid var(--kr-line);
  border-radius: var(--r-md);
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  color: var(--kr-graphite);
  display: flex; flex-direction: column; align-items: center;
  cursor: pointer;
}
.opchip small { font-size: 10px; font-weight: 500; color: var(--kr-mute); letter-spacing: 0.04em; margin-top: 2px; }
.opchip:hover { border-color: var(--kr-graphite); }
.opchip.is-active { border-color: var(--kr-black); background: var(--kr-black); color: #fff; }
.opchip.is-active small { color: rgba(255,255,255,0.65); }
.opchip.is-disabled { opacity: 0.4; cursor: not-allowed; }
.opchip.is-disabled::before {
  content: ""; position: absolute; inset: 50% 8px; height: 1px; background: var(--kr-mute);
}

/* Calculator */
.calc {
  margin-top: 18px;
  background: var(--kr-cream);
  border-radius: var(--r-md);
  padding: 16px;
}
.calc__title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.calc__title strong {
  font-family: var(--font-display); font-weight: 800; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.calc__title small { font-size: 11px; color: var(--kr-mute); }
.calc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.calc__row { display: flex; flex-direction: column; gap: 6px; }
.calc__row label {
  font-family: var(--font-display); font-weight: 700;
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--kr-graphite);
}
.calc__field {
  display: flex; align-items: stretch; height: 42px;
  background: #fff; border: 1.5px solid var(--kr-line-2); border-radius: 6px;
  overflow: hidden;
}
.calc__field button {
  width: 34px; flex-shrink: 0;
  font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--kr-black);
}
.calc__field button:hover { background: var(--kr-bg); }
.calc__field .val, .calc__field input {
  flex: 1; border: 0; outline: 0; text-align: center;
  font-family: var(--font-display); font-weight: 800;
  font-size: 16px; color: var(--kr-black); background: transparent;
  display: flex; align-items: center; justify-content: center;
}
.calc__out {
  height: 42px;
  background: #fff; border: 1.5px dashed var(--kr-line-2);
  border-radius: 6px; padding: 0 12px;
  display: flex; align-items: center; justify-content: space-between;
}
.calc__out b { font-family: var(--font-display); font-weight: 800; color: var(--kr-black); }
.calc__total {
  margin-top: 12px; padding-top: 12px;
  border-top: 1px dashed var(--kr-line-2);
  display: flex; align-items: center; justify-content: space-between;
}
.calc__total span { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--kr-graphite); }
.calc__total b {
  font-family: var(--font-display); font-weight: 800; font-size: 24px;
  color: var(--kr-red); letter-spacing: -0.01em;
}
.calc__total b small { font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--kr-mute); margin-left: 4px; }

/* Buy bar */
.buybar { margin-top: 18px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 10px; align-items: stretch; }
.qty {
  display: flex; align-items: stretch;
  background: #fff; border: 1.5px solid var(--kr-line-2);
  border-radius: var(--r-pill); overflow: hidden;
}
.qty button { width: 38px; font-family: var(--font-display); font-size: 18px; color: var(--kr-black); }
.qty button:hover { background: var(--kr-bg); }
.qty .val {
  min-width: 44px; padding: 0 4px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 15px;
}
.btn-cart {
  background: var(--kr-red); color: #fff;
  padding: 14px 22px; border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 800;
  font-size: 14px; letter-spacing: 0.04em;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  cursor: pointer; border: 0;
}
.btn-cart:hover { background: var(--kr-red-dk); }
.btn-cart small { font-weight: 600; opacity: 0.75; }
.btn-icon {
  width: 48px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--kr-line-2);
  color: var(--kr-graphite);
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.btn-icon:hover { border-color: var(--kr-black); color: var(--kr-black); }
.btn-icon.is-active { background: var(--kr-red); border-color: var(--kr-red); color: #fff; }
.btn-quick {
  margin-top: 10px; display: block; width: 100%;
  padding: 12px 18px;
  background: #fff; border: 1.5px solid var(--kr-black);
  border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--kr-black);
  cursor: pointer; text-align: center;
}
.btn-quick:hover { background: var(--kr-black); color: #fff; }

/* Trust badges grid (4 cells) */
.trust {
  margin-top: 22px; padding-top: 22px;
  border-top: 1px solid var(--kr-line);
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.trust__card {
  display: flex; gap: 10px; align-items: center;
  padding: 10px; border-radius: var(--r-md); background: var(--kr-bg);
}
.trust__icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: #fff; color: var(--kr-red);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.trust__txt strong { font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--kr-black); display: block; line-height: 1.15; }
.trust__txt small { font-size: 11px; color: var(--kr-mute); }

/* Delivery/Pickup card */
.deliv {
  margin-top: 16px; border: 1px solid var(--kr-line); border-radius: var(--r-md); padding: 16px;
  background: linear-gradient(180deg, #fff, #fbf8f2);
}
.deliv__row { display: flex; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 1px dashed var(--kr-line); }
.deliv__row:last-child { border-bottom: 0; }
.deliv__ico {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--kr-cream); color: var(--kr-black);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.deliv__txt strong { font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--kr-black); display: block; }
.deliv__txt small { font-size: 11px; color: var(--kr-mute); }
.deliv__txt small b { color: #1F7A3E; font-weight: 700; }
.deliv__price { margin-left: auto; font-family: var(--font-display); font-weight: 800; color: var(--kr-black); font-size: 13px; }

/* Vendor card (marketplace) */
.vendor {
  margin-top: 16px;
  border: 1px solid var(--kr-line); border-radius: var(--r-md);
  padding: 14px;
  display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center;
}
.vendor__logo {
  width: 48px; height: 48px; border-radius: 8px;
  background: var(--kr-black); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 9px;
}
.vendor__body strong {
  font-family: var(--font-display); font-weight: 800; font-size: 14px;
  display: inline-flex; align-items: center; gap: 6px;
}
.vendor__body strong .verified {
  width: 16px; height: 16px; border-radius: 50%; background: #1F7A3E; color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 10px;
}
.vendor__body small { font-size: 11px; color: var(--kr-mute); display: block; }
.vendor__rating { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-display); font-weight: 700; font-size: 12px; }
.vendor__link {
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  color: var(--kr-black); padding: 8px 14px; border-radius: 999px;
  background: var(--kr-bg); border: 1px solid var(--kr-line);
}
.vendor__link:hover { background: var(--kr-black); color: #fff; }

/* Quick stats strip (full-bleed under hero) */
.qstats { background: var(--kr-cream); padding: 22px 0; }
.qstats__row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.qstats__cell { display: flex; gap: 12px; align-items: center; }
.qstats__ico {
  width: 42px; height: 42px; border-radius: 50%;
  background: #fff; color: var(--kr-black);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.qstats__cell strong { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--kr-black); display: block; line-height: 1.1; }
.qstats__cell small { font-size: 11px; color: var(--kr-mute); letter-spacing: 0.04em; }

/* Sticky tab nav */
.tabnav {
  position: sticky; top: 0; z-index: 30;
  background: #fff; border-bottom: 1px solid var(--kr-line);
  box-shadow: 0 4px 14px rgba(40,28,12,0.04);
}
.tabnav__inner { display: flex; align-items: center; gap: 4px; overflow-x: auto; }
.tab {
  padding: 18px 22px;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  color: var(--kr-graphite); position: relative;
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; cursor: pointer;
}
.tab:hover { color: var(--kr-black); }
.tab.is-active { color: var(--kr-red); }
.tab.is-active::after {
  content: ""; position: absolute; left: 22px; right: 22px; bottom: -1px;
  height: 2px; background: var(--kr-red);
}
.tab__count { font-size: 11px; color: var(--kr-mute); font-weight: 600; }
.tab.is-active .tab__count { color: var(--kr-red); }
.tabnav__right { margin-left: auto; display: flex; gap: 18px; align-items: center; padding-right: 4px; font-size: 12px; color: var(--kr-mute); }
.tabnav__right b { color: var(--kr-red); font-family: var(--font-display); font-weight: 800; font-size: 18px; }

/* Tab content section wrapper */
.tsec { padding: 56px 0; border-bottom: 1px solid var(--kr-line); }
.tsec h2 { font-size: 30px; margin-bottom: 22px; }
.tsec h2 small { font-family: var(--font-body); font-size: 14px; font-weight: 400; color: var(--kr-mute); margin-left: 12px; letter-spacing: 0; }

/* Description block */
.tdesc { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: start; }
.tdesc__copy p { font-size: 15px; color: var(--kr-graphite); line-height: 1.7; margin-bottom: 14px; }
.tdesc__copy p.lede { font-size: 19px; line-height: 1.55; color: var(--kr-black); margin-bottom: 22px; font-weight: 500; }
.tdesc__copy ul { margin: 18px 0; padding-left: 0; list-style: none; }
.tdesc__copy li { padding: 12px 0 12px 32px; border-bottom: 1px solid var(--kr-line); font-size: 14px; position: relative; }
.tdesc__copy li::before {
  content: ""; position: absolute; left: 0; top: 13px;
  width: 18px; height: 18px; border-radius: 50%; background: var(--kr-red);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>");
  background-position: center; background-repeat: no-repeat; background-size: 11px;
}
.tdesc__img { aspect-ratio: 1.05; border-radius: var(--r-md); overflow: hidden; position: relative; }
.tdesc__img__caption {
  position: absolute; bottom: 18px; left: 18px;
  background: rgba(255,255,255,0.96); padding: 8px 14px; border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
}
.tdesc__img__caption b { color: var(--kr-red); }

/* Feature grid under description */
.feats { margin-top: 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feat { background: var(--kr-bg); padding: 22px; border-radius: var(--r-md); border: 1px solid var(--kr-line); }
.feat__ico {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--kr-black); color: var(--kr-yellow);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.feat h4 { font-size: 15px; margin-bottom: 6px; }
.feat p { font-size: 13px; color: var(--kr-mute); line-height: 1.5; }

/* Specs table */
.specs { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; }
.specs__row {
  display: flex; align-items: baseline; gap: 16px;
  padding: 14px 0; border-bottom: 1px solid var(--kr-line);
}
.specs__row .lbl {
  color: var(--kr-mute); font-size: 13px; flex: 1; position: relative;
  white-space: nowrap;
}
.specs__row .lbl::after {
  content: ""; display: inline-block; width: 100%;
  border-bottom: 1px dotted var(--kr-line-2);
  vertical-align: middle; margin-left: 6px;
}
.specs__row .val {
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  color: var(--kr-black); text-align: right; white-space: nowrap;
}
.specs__row .val .info {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--kr-line); color: var(--kr-graphite);
  font-size: 10px; font-weight: 700; margin-left: 6px; cursor: help;
}
.specs__row .val .icon-pill {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--kr-bg); padding: 2px 8px; border-radius: 999px;
  font-size: 12px; font-weight: 700; color: var(--kr-black);
}

/* Certification logos row */
.certs { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--kr-line); display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.cert {
  background: #fff; border: 1px solid var(--kr-line);
  padding: 12px 18px; border-radius: var(--r-md);
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--kr-graphite);
}
.cert__mark {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--kr-black); color: var(--kr-yellow);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 11px;
}

/* Application — interior grid */
.apps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.app {
  aspect-ratio: 0.92;
  border-radius: var(--r-md); overflow: hidden;
  position: relative; cursor: pointer;
}
.app__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 24px 18px 18px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.85));
  color: #fff;
}
.app__cap h4 { color: #fff; font-size: 17px; margin-bottom: 4px; }
.app__cap small { color: rgba(255,255,255,0.7); font-size: 11px; letter-spacing: 0.04em; }
.app__tag {
  position: absolute; top: 14px; right: 14px;
  background: rgba(255,255,255,0.95); padding: 4px 10px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 800; font-size: 11px; color: var(--kr-black);
}

/* Delivery section */
.delivery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dcard {
  background: #fff; border: 1px solid var(--kr-line); border-radius: var(--r-md);
  padding: 22px;
}
.dcard__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.dcard__ico {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--kr-cream); color: var(--kr-black);
  display: flex; align-items: center; justify-content: center;
}
.dcard__head h4 { font-size: 16px; }
.dcard__head small { font-size: 11px; color: var(--kr-mute); }
.dcard__opt { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--kr-line); font-size: 13px; }
.dcard__opt:last-child { border-bottom: 0; }
.dcard__opt b { font-family: var(--font-display); font-weight: 800; color: var(--kr-black); }
.dcard__opt b.free { color: #1F7A3E; }
.dcard__map {
  margin-top: 14px; aspect-ratio: 2.1; border-radius: 8px;
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 35% 60%, rgba(200,16,46,0.18), transparent 25%),
    radial-gradient(circle at 60% 40%, rgba(15,15,15,0.06), transparent 30%),
    var(--kr-bg);
  border: 1px solid var(--kr-line);
}
.dcard__map .pin { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--kr-red); box-shadow: 0 0 0 4px rgba(200,16,46,0.18); }

/* Reviews section */
.revs { display: grid; grid-template-columns: 320px 1fr; gap: 48px; align-items: start; }
.revs__summary { background: var(--kr-bg); padding: 24px; border-radius: var(--r-md); position: sticky; top: 80px; }
.revs__big { font-family: var(--font-display); font-weight: 800; font-size: 64px; line-height: 1; color: var(--kr-black); letter-spacing: -0.02em; }
.revs__bigsub { font-size: 12px; color: var(--kr-mute); margin: 6px 0 16px; }
.revs__bigsub .stars { font-size: 14px; }
.revs__bars { display: flex; flex-direction: column; gap: 6px; }
.revs__bar { display: grid; grid-template-columns: 36px 1fr 30px; gap: 10px; align-items: center; font-size: 12px; }
.revs__bar .stars { font-size: 11px; }
.revs__bar .track { height: 6px; background: rgba(0,0,0,0.06); border-radius: 3px; overflow: hidden; }
.revs__bar .fill { height: 100%; background: var(--kr-yellow); }
.revs__bar .cnt { color: var(--kr-mute); text-align: right; }
.revs__cta { margin-top: 18px; width: 100%; }

.revs__filters { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 18px; }
.revs__filter { padding: 8px 12px; border-radius: var(--r-pill); background: var(--kr-bg); font-size: 12px; font-family: var(--font-display); font-weight: 700; cursor: pointer; }
.revs__filter.is-active { background: var(--kr-black); color: #fff; }
.revs__filter b { color: var(--kr-mute); font-weight: 600; margin-left: 4px; }
.revs__filter.is-active b { color: rgba(255,255,255,0.55); }

.review { padding: 22px 0; border-bottom: 1px solid var(--kr-line); }
.review__top { display: flex; gap: 12px; align-items: center; margin-bottom: 8px; }
.review__avt {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--kr-sand); color: var(--kr-black);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; flex-shrink: 0;
}
.review__avt.av2 { background: var(--kr-mint); }
.review__avt.av3 { background: var(--kr-sky); }
.review__who strong { font-family: var(--font-display); font-weight: 800; font-size: 14px; display: block; line-height: 1.2; }
.review__who small { font-size: 11px; color: var(--kr-mute); }
.review__rating { margin-left: auto; text-align: right; font-size: 11px; color: var(--kr-mute); }
.review__rating .stars { font-size: 14px; display: block; margin-bottom: 2px; }
.review__verified { font-size: 11px; color: #1F7A3E; display: inline-flex; align-items: center; gap: 4px; font-weight: 700; font-family: var(--font-display); }
.review__title { font-family: var(--font-display); font-weight: 800; font-size: 15px; margin: 6px 0 4px; color: var(--kr-black); }
.review p { font-size: 14px; line-height: 1.6; margin: 6px 0; }
.review__pros { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 10px; }
.review__pros .pp { font-size: 13px; }
.review__pros .pp b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.review__pros .pp.plus b { color: #1F7A3E; }
.review__pros .pp.minus b { color: var(--kr-red); }
.review__photos { display: flex; gap: 8px; margin-top: 12px; }
.review__photo { width: 80px; height: 80px; border-radius: 8px; cursor: pointer; }
.review__actions { display: flex; gap: 18px; align-items: center; margin-top: 12px; font-size: 12px; color: var(--kr-mute); }
.review__actions span { cursor: pointer; display: inline-flex; align-items: center; gap: 4px; }
.review__actions span:hover { color: var(--kr-black); }
.review__shop {
  background: var(--kr-bg); padding: 10px 14px; border-radius: var(--r-md);
  margin-top: 12px; display: flex; gap: 10px; align-items: center;
  font-size: 12px; color: var(--kr-graphite);
}
.review__shop b { font-family: var(--font-display); }
.review__store-reply {
  margin-top: 12px; padding: 12px 16px;
  background: #fff; border-left: 3px solid var(--kr-red); border-radius: 4px;
  font-size: 13px; color: var(--kr-graphite); line-height: 1.55;
}
.review__store-reply strong { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-weight: 800; color: var(--kr-black); font-size: 12px; }
.review__store-reply strong::before { content: ""; width: 18px; height: 18px; border-radius: 50%; background: var(--kr-red); color: #fff; font-size: 8px; display: inline-flex; align-items: center; justify-content: center; }

/* Frequently bought together */
.fbt__row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 320px; gap: 14px; align-items: stretch; }
.fbt__card {
  background: #fff; border: 1.5px solid var(--kr-line); border-radius: var(--r-md);
  padding: 14px; position: relative; cursor: pointer;
  display: flex; flex-direction: column;
}
.fbt__card .check {
  position: absolute; top: 10px; right: 10px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--kr-red); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.fbt__card.unchecked .check { background: #fff; border: 1.5px solid var(--kr-line-2); color: transparent; }
.fbt__card.is-this { border-color: var(--kr-black); }
.fbt__img { aspect-ratio: 1.3; border-radius: 6px; margin-bottom: 12px; }
.fbt__cat { font-size: 11px; color: var(--kr-mute); margin-bottom: 4px; letter-spacing: 0.04em; }
.fbt__title { font-family: var(--font-display); font-weight: 700; font-size: 13px; line-height: 1.3; flex: 1; }
.fbt__pricerow { margin-top: 10px; display: flex; align-items: baseline; gap: 8px; }
.fbt__price { font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--kr-red); }
.fbt__priceold { font-size: 12px; color: var(--kr-mute); text-decoration: line-through; }
.fbt__plus {
  font-family: var(--font-display); font-weight: 200; font-size: 36px;
  color: var(--kr-mute); align-self: center;
}
.fbt__total {
  background: var(--kr-black); color: #fff;
  padding: 22px; border-radius: var(--r-md);
  display: flex; flex-direction: column;
}
.fbt__total small { font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 0.08em; text-transform: uppercase; }
.fbt__total .old { color: rgba(255,255,255,0.45); font-size: 14px; text-decoration: line-through; margin-top: 6px; }
.fbt__total .new { font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--kr-yellow); margin: 2px 0 14px; line-height: 1; }
.fbt__total .new sub { font-size: 13px; color: rgba(255,255,255,0.65); margin-left: 4px; font-weight: 500; bottom: 0; }
.fbt__total .save { font-size: 12px; color: var(--kr-yellow); font-family: var(--font-display); font-weight: 700; margin-bottom: 14px; }
.fbt__total .btn-cart { margin-top: auto; }

/* Related strip */
.related { padding: 56px 0; }
.related__head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 22px; }
.related__head h2 { font-size: 28px; }
.related__head .all-link {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--kr-black); padding-bottom: 2px;
  border-bottom: 1.5px solid var(--kr-black);
}
.related__head .all-link:hover { color: var(--kr-red); border-color: var(--kr-red); }

/* Horizontal-scroll slider (pattern from homepage) */
.rel-slider { position: relative; }
.rel-scroll {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: calc((100% - 4 * 14px) / 5);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.rel-scroll::-webkit-scrollbar { display: none; }
.rel-scroll > .relcard { scroll-snap-align: start; }
.rel-controls {
  margin-top: 28px;
  display: grid; grid-template-columns: 48px 1fr 48px;
  align-items: center; gap: 24px;
}
.rel-controls__btn {
  width: 48px; height: 48px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--kr-line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-black); cursor: pointer; transition: all .15s;
}
.rel-controls__btn:hover { background: var(--kr-black); color: #fff; border-color: var(--kr-black); }
.rel-progress {
  position: relative; height: 3px; background: var(--kr-line-2); border-radius: 2px;
  overflow: hidden;
}
.rel-progress__fill {
  position: absolute; top: 0; bottom: 0; left: 0;
  background: var(--kr-red); border-radius: 2px;
  width: 14%; transition: width 0.15s ease;
}

.relgrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.relcard {
  background: #fff; border: 1px solid var(--kr-line); border-radius: var(--r-md);
  overflow: hidden; cursor: pointer; transition: box-shadow 0.18s, transform 0.18s;
}
.relcard:hover { box-shadow: var(--shadow-hov); transform: translateY(-2px); }
.relcard__img { aspect-ratio: 1; position: relative; overflow: hidden; }
.relcard__badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--kr-red); color: #fff;
  font-family: var(--font-display); font-weight: 800;
  font-size: 11px; padding: 4px 8px; border-radius: 4px;
  letter-spacing: 0.04em;
}
.relcard__badge--gold { background: var(--kr-yellow); color: var(--kr-black); }
.relcard__badge--new { background: var(--kr-black); }
.relcard__fav {
  position: absolute; top: 10px; right: 10px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.92); color: var(--kr-graphite);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.relcard__fav:hover { background: var(--kr-red); color: #fff; }
.relcard__hover {
  position: absolute; left: 10px; right: 10px; bottom: 10px;
  background: rgba(15,15,15,0.92); color: #fff;
  border-radius: var(--r-pill); padding: 8px;
  font-family: var(--font-display); font-weight: 800; font-size: 12px;
  text-align: center; opacity: 0; transition: opacity 0.18s;
}
.relcard:hover .relcard__hover { opacity: 1; }
.relcard__body { padding: 14px; }
.relcard__cat { font-size: 11px; color: var(--kr-mute); letter-spacing: 0.06em; text-transform: uppercase; }
.relcard__name { font-family: var(--font-display); font-weight: 700; font-size: 14px; margin: 2px 0 8px; color: var(--kr-black); }
.relcard__bottom { display: flex; align-items: center; justify-content: space-between; }
.relcard__price { font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--kr-red); }
.relcard__price small { font-size: 11px; color: var(--kr-mute); font-weight: 500; }
.relcard__rating { font-size: 11px; color: var(--kr-mute); display: inline-flex; gap: 4px; align-items: center; }
.relcard__rating .stars { font-size: 12px; color: var(--kr-yellow); }

/* Recently viewed strip — smaller cards */
.recently { padding: 32px 0 56px; }
.recently__row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.rvcard { display: flex; gap: 10px; align-items: center; padding: 10px; border: 1px solid var(--kr-line); border-radius: var(--r-md); cursor: pointer; background: #fff; }
.rvcard:hover { border-color: var(--kr-black); }
.rvcard__img { width: 54px; height: 54px; border-radius: 6px; flex-shrink: 0; }
.rvcard__name { font-family: var(--font-display); font-weight: 700; font-size: 12px; line-height: 1.25; color: var(--kr-black); }
.rvcard__price { font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--kr-red); }


}

@scope (.kr-mobile) {

/* ============== TOKENS (same as desktop) ============== */
:scope {
  --kr-red: #C8102E; --kr-red-dk: #9E0B23;
  --kr-black: #0F0F0F; --kr-graphite: #2B2B2B; --kr-mute: #7A7A7A;
  --kr-line: #ECE7DC; --kr-line-2: #E2DCCE;
  --kr-bg: #FBF8F2; --kr-cream: #F4EEE2; --kr-cream-2: #EDE5D2;
  --kr-sand: #E8DBC0; --kr-mint: #DCE5D7; --kr-blush: #F1DDD2; --kr-sky: #D8E1E6;
  --kr-yellow: #F2C94C; --kr-white: #FFFFFF;
  --r-sm: 6px; --r-md: 12px; --r-lg: 18px; --r-pill: 999px;
  --shadow-card: 0 6px 24px rgba(40, 28, 12, 0.06);
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
:scope {
  font-family: var(--font-body); font-size: 14px; line-height: 1.5;
  color: var(--kr-graphite); background: #fff;
  -webkit-font-smoothing: antialiased;
  width: 100%; max-width: 100%;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--kr-black); font-weight: 800; }
h1 { font-size: 34px; line-height: 1.05; letter-spacing: -0.02em; }
h2 { font-size: 24px; line-height: 1.15; letter-spacing: -0.02em; }
h3 { font-size: 17px; line-height: 1.25; }
h4 { font-size: 15px; }
.eyebrow {
  font-family: var(--font-display); font-size: 10px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--kr-red);
}
.container { padding: 0 16px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 13px 22px; font-size: 13px; font-weight: 700; font-family: var(--font-display);
  border-radius: var(--r-pill); border: 1.5px solid transparent;
  letter-spacing: 0.02em; white-space: nowrap;
}
.btn--primary { background: var(--kr-red); color: #fff; }
.btn--dark { background: var(--kr-black); color: #fff; }
.btn--outline { background: transparent; border-color: var(--kr-black); color: var(--kr-black); }
.btn--block { width: 100%; }
.btn--sm { padding: 10px 16px; font-size: 12px; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--kr-black); padding-bottom: 2px; border-bottom: 1.5px solid var(--kr-black);
}

/* Wood/stone gradients (reused) */
.wood {
  background:
    repeating-linear-gradient(90deg, rgba(0,0,0,0.10) 0, rgba(0,0,0,0.10) 1px, transparent 1px, transparent 60px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 4px),
    var(--wood-grad);
}
.stone {
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.5), transparent 35%),
    radial-gradient(circle at 70% 65%, rgba(255,255,255,0.35), transparent 40%),
    radial-gradient(circle at 50% 90%, rgba(0,0,0,0.15), transparent 45%),
    var(--stone-grad);
}
.wd-1 { --wood-grad: linear-gradient(180deg, #C9A57A 0%, #B68C5E 30%, #A07747 65%, #7E5D38 100%); }
.wd-2 { --wood-grad: linear-gradient(180deg, #E8D2A9 0%, #D9BC8A 35%, #C9A878 70%, #B0925E 100%); }
.wd-3 { --stone-grad: linear-gradient(180deg, #DCD3C2 0%, #C8BEAA 50%, #B5AB95 100%); }
.wd-4 { --wood-grad: linear-gradient(180deg, #6E4B30 0%, #553722 40%, #3F2818 75%, #2A1A0F 100%); }
.wd-5 { --wood-grad: linear-gradient(180deg, #EFE6D1 0%, #E2D4B9 50%, #CFC09F 100%); }
.wd-6 { --wood-grad: linear-gradient(180deg, #9A8F7E 0%, #847866 40%, #6E6353 75%, #564D40 100%); }
.wd-7 { --wood-grad: linear-gradient(180deg, #E0B98A 0%, #CFA571 50%, #B8884F 100%); }
.wd-9 { --wood-grad: linear-gradient(180deg, #876143 0%, #6B4A30 40%, #4D3320 80%, #3A2616 100%); }
.wd-10 { --wood-grad: linear-gradient(180deg, #B07A52 0%, #94613E 40%, #794D30 75%, #5C3A24 100%); }
.wd-12 { --wood-grad: linear-gradient(180deg, #3D2A1F 0%, #271912 50%, #16100B 100%); }

.interior-living {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(255, 220, 170, 0.45), transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(40, 25, 15, 0.55), transparent 60%),
    linear-gradient(160deg, #6E4F33 0%, #4C3522 40%, #8B6B47 75%, #C9A57A 100%);
}
.interior-kitchen {
  background: radial-gradient(ellipse at 50% 30%, rgba(255, 230, 200, 0.5), transparent 60%),
    linear-gradient(170deg, #4A372B 0%, #7B5A3F 50%, #C9A57A 100%);
}
.interior-kid {
  background: radial-gradient(ellipse at 30% 30%, rgba(255, 240, 220, 0.55), transparent 60%),
    linear-gradient(150deg, #B89878 0%, #DCC09A 60%, #EFE6D1 100%);
}
.interior-office {
  background: radial-gradient(ellipse at 70% 30%, rgba(220, 220, 220, 0.4), transparent 60%),
    linear-gradient(170deg, #2A2622 0%, #4A4036 60%, #6A5C4C 100%);
}
.interior-heated {
  background: radial-gradient(ellipse at 40% 80%, rgba(255, 160, 120, 0.4), transparent 55%),
    linear-gradient(170deg, #6B3F26 0%, #8D5A35 60%, #B68C5E 100%);
}
.interior-warm {
  background: radial-gradient(ellipse at 70% 30%, rgba(255, 210, 160, 0.45), transparent 60%),
    linear-gradient(180deg, #44301F 0%, #6C4A2E 60%, #A07747 100%);
}
.interior-bath {
  background: radial-gradient(ellipse at 60% 30%, rgba(220, 235, 245, 0.45), transparent 60%),
    linear-gradient(170deg, #3F4D55 0%, #6E7D85 60%, #A8B5BB 100%);
}

/* ============== TOPBAR ============== */
.topbar {
  background: var(--kr-black); color: rgba(255,255,255,0.85);
  font-size: 11px; height: 32px;
  display: flex; align-items: center;
  overflow: hidden; white-space: nowrap;
}
.topbar__marquee {
  display: inline-flex; align-items: center; gap: 8px; padding: 0 16px;
}
.topbar__marquee svg { color: var(--kr-red); flex-shrink: 0; }
.topbar__sep { color: rgba(255,255,255,0.3); padding: 0 6px; }

/* ============== HEADER ============== */
.header { background: #fff; border-bottom: 1px solid var(--kr-line); position: sticky; top: 0; z-index: 50; }
.header__row {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px;
}
.icon-btn {
  width: 40px; height: 40px; border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-black); position: relative;
}
.icon-btn:active { background: var(--kr-bg); }
.icon-btn__badge {
  position: absolute; top: 4px; right: 4px;
  min-width: 16px; height: 16px; padding: 0 4px;
  background: var(--kr-red); color: #fff; border-radius: var(--r-pill);
  font-size: 10px; font-weight: 700; font-family: var(--font-display);
  display: inline-flex; align-items: center; justify-content: center;
}
.logo { display: inline-flex; align-items: center; gap: 8px; }
.logo__mark {
  width: 36px; height: 36px; background: var(--kr-red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 7px;
  letter-spacing: 0.06em; border-radius: var(--r-sm);
}
.logo__word { font-family: var(--font-display); font-weight: 800; letter-spacing: 0.06em; font-size: 15px; color: var(--kr-black); }
.header__spacer { flex: 1; }

.searchbar {
  display: flex; align-items: center; gap: 8px;
  border: 1.5px solid var(--kr-black); border-radius: var(--r-pill);
  background: #fff; padding: 0 14px 0 16px; margin: 0 16px 12px;
  height: 44px;
}
.searchbar svg { color: var(--kr-black); flex-shrink: 0; }
.searchbar__placeholder {
  flex: 1; font-size: 13px; color: var(--kr-mute);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.searchbar__filter {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--kr-black); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}

/* horizontal chip nav */
.chipnav {
  display: flex; gap: 8px; padding: 4px 16px 14px;
  overflow-x: auto; scrollbar-width: none;
}
.chipnav::-webkit-scrollbar { display: none; }
.chip {
  flex-shrink: 0; padding: 9px 16px; border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: 0.04em; color: var(--kr-black);
  background: var(--kr-bg); border: 1px solid var(--kr-line);
  display: inline-flex; align-items: center; gap: 6px;
}
.chip--active { background: var(--kr-black); color: #fff; border-color: var(--kr-black); }
.chip--red { color: var(--kr-red); border-color: rgba(200,16,46,0.25); background: rgba(200,16,46,0.06); }
.chip .new {
  background: var(--kr-red); color: #fff; font-size: 8px;
  padding: 2px 5px; border-radius: 3px; letter-spacing: 0.1em;
}

/* ============== HERO ============== */
.hero { padding: 16px 16px 0; }
.hero__slide {
  position: relative;
  border-radius: var(--r-lg); overflow: hidden;
  background: linear-gradient(170deg, #F1E7D4 0%, #E8DBC0 60%, #D8C5A0 100%);
}
.hero__media {
  position: relative; aspect-ratio: 4/3;
}
.hero__media .interior-living { position: absolute; inset: 0; }
.hero__sticker {
  position: absolute; top: 16px; right: 16px;
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--kr-red); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; font-family: var(--font-display);
  font-weight: 800; font-size: 9px; line-height: 1.15;
  letter-spacing: 0.04em; transform: rotate(-8deg);
  box-shadow: 0 6px 18px rgba(200,16,46,0.3);
}
.hero__sticker b { display: block; font-size: 18px; line-height: 1; margin: 2px 0; }
.hero__sticker small { font-size: 8px; opacity: 0.85; }

.hero__copy { padding: 24px 22px 22px; }
.hero__tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(200,16,46,0.10); color: var(--kr-red);
  font-family: var(--font-display); font-weight: 800; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 5px 11px; border-radius: var(--r-pill); margin-bottom: 14px;
}
.hero__tag .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--kr-red); }
.hero h1 { margin-bottom: 12px; }
.hero__lede { font-size: 14px; color: var(--kr-graphite); margin-bottom: 18px; }
.hero__cta { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.hero__swatches {
  display: flex; align-items: center; gap: 8px;
  padding-top: 16px; border-top: 1px solid rgba(0,0,0,0.08);
}
.hero__swatches small {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: var(--kr-mute);
  text-transform: uppercase;
}
.swatch {
  width: 30px; height: 30px; border-radius: var(--r-pill);
  border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  flex-shrink: 0;
}
.swatch--active { box-shadow: 0 0 0 2px var(--kr-black); }
.hero__swatches .more { font-size: 11px; font-weight: 700; color: var(--kr-black); margin-left: 4px; }
.hero__nav {
  display: flex; justify-content: center; gap: 8px;
  padding: 0 0 18px;
}
.hero__dot { width: 18px; height: 3px; border-radius: 2px; background: rgba(15,15,15,0.2); }
.hero__dot--active { background: var(--kr-black); width: 28px; }

/* ============== SERVICES (h-scroll) ============== */
.services {
  margin: 24px 0 0;
  background: var(--kr-cream); padding: 18px 0;
}
.services__scroll {
  display: flex; gap: 10px; padding: 0 16px;
  overflow-x: auto; scrollbar-width: none;
}
.services__scroll::-webkit-scrollbar { display: none; }
.svc {
  flex-shrink: 0; width: 220px;
  background: #fff; border-radius: var(--r-md); padding: 14px;
  display: flex; align-items: center; gap: 12px;
}
.svc__icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--kr-bg);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-red); flex-shrink: 0;
}
.svc__t { font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--kr-black); margin-bottom: 2px; }
.svc__s { font-size: 11px; color: var(--kr-mute); line-height: 1.35; }

/* ============== SECTION HEAD ============== */
.section { padding: 40px 0; }
.section__head { padding: 0 16px; margin-bottom: 22px; }
.section__head .eyebrow { display: inline-block; margin-bottom: 8px; }
.section__head h2 { margin-bottom: 8px; }
.section__head p { font-size: 13px; color: var(--kr-mute); }
.section__head--row {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 12px;
}
.section__head--row .link-arrow { flex-shrink: 0; font-size: 12px; padding-bottom: 2px; }

/* ============== CATEGORY TILES (2-col) ============== */
.cats-grid {
  padding: 0 16px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.cat-tile {
  position: relative; overflow: hidden;
  border-radius: var(--r-md);
  padding: 16px;
  min-height: 165px;
  display: flex; flex-direction: column; justify-content: space-between;
  color: var(--kr-black); background: var(--bg, var(--kr-cream));
}
.cat-tile--big { grid-column: 1 / -1; min-height: 175px; }
.cat-tile--dark { color: #fff; }
.cat-tile__top { z-index: 2; max-width: 70%; }
.cat-tile__sub {
  font-size: 9px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--kr-red); margin-bottom: 6px;
}
.cat-tile--dark .cat-tile__sub { color: #FFD0D8; }
.cat-tile h3 { font-size: 16px; line-height: 1.15; margin-bottom: 4px; color: inherit; }
.cat-tile--big h3 { font-size: 22px; max-width: 60%; }
.cat-tile p { font-size: 11px; color: var(--kr-mute); }
.cat-tile--dark p { color: rgba(255,255,255,0.75); }
.cat-tile__cta {
  align-self: flex-start; margin-top: 10px; z-index: 2;
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-display); font-weight: 700; font-size: 11px;
  padding: 7px 12px; border-radius: var(--r-pill);
  background: var(--kr-black); color: #fff;
}
.cat-tile--dark .cat-tile__cta { background: var(--kr-red); }
.cat-tile__art {
  position: absolute; right: -10%; top: 0; bottom: 0; width: 60%; z-index: 1;
}
.cat-tile--big .cat-tile__art { width: 55%; right: 0; }
.cat-tile__art::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--bg, var(--kr-cream)) 0%, transparent 60%);
}
.cat-tile__badge {
  position: absolute; top: 12px; right: 12px;
  background: var(--kr-red); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 9px;
  padding: 4px 8px; border-radius: var(--r-pill); letter-spacing: 0.08em;
  z-index: 3;
}

/* ============== TABS (h-scroll) ============== */
.tabs-row {
  display: flex; gap: 6px; padding: 14px 16px 18px;
  overflow-x: auto; scrollbar-width: none;
}
.tabs-row::-webkit-scrollbar { display: none; }
.tab {
  flex-shrink: 0;
  padding: 9px 16px; border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  color: var(--kr-graphite); letter-spacing: 0.03em;
  background: var(--kr-bg); border: 1px solid var(--kr-line);
}
.tab--active { background: var(--kr-black); color: #fff; border-color: var(--kr-black); }
.tab .count { font-size: 10px; color: var(--kr-mute); font-weight: 600; margin-left: 4px; }
.tab--active .count { color: rgba(255,255,255,0.6); }

/* ============== PRODUCTS (2-col) ============== */
.products {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  padding: 0 16px;
}
.prod {
  background: #fff; border-radius: var(--r-md);
  border: 1px solid var(--kr-line); overflow: hidden;
  display: flex; flex-direction: column;
  position: relative;
}
.prod__media { aspect-ratio: 1/1; position: relative; overflow: hidden; }
.prod__media .badges {
  position: absolute; top: 8px; left: 8px;
  display: flex; flex-direction: column; gap: 4px; z-index: 2;
}
.badge {
  font-family: var(--font-display); font-weight: 800; font-size: 9px;
  padding: 3px 7px; border-radius: var(--r-pill);
  letter-spacing: 0.08em; text-transform: uppercase;
}
.badge--sale { background: var(--kr-red); color: #fff; }
.badge--new { background: var(--kr-black); color: #fff; }
.badge--hit { background: var(--kr-yellow); color: var(--kr-black); }
.badge--bestprice { background: #1a7a4d; color: #fff; }
.prod__fav {
  position: absolute; top: 8px; right: 8px;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.95); color: var(--kr-black);
  display: inline-flex; align-items: center; justify-content: center; z-index: 2;
}
.prod__body {
  padding: 10px 12px 12px;
  display: flex; flex-direction: column; gap: 4px;
}
.prod__cat {
  font-size: 9px; font-weight: 700; letter-spacing: 0.1em;
  color: var(--kr-mute); text-transform: uppercase;
}
.prod__name {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--kr-black); line-height: 1.25;
}
.prod__rating { display: inline-flex; align-items: center; gap: 4px; }
.prod__stars { color: var(--kr-yellow); letter-spacing: 0.5px; font-size: 11px; }
.prod__stars span { color: var(--kr-line-2); }
.prod__reviews { font-size: 10px; color: var(--kr-mute); }
.prod__price {
  display: flex; align-items: baseline; gap: 6px; margin-top: 4px;
  padding-top: 8px; border-top: 1px solid var(--kr-line);
}
.prod__price strong {
  font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--kr-red);
}
.prod__price del { color: var(--kr-mute); font-size: 11px; }
.prod__price .unit { color: var(--kr-mute); font-size: 10px; margin-left: auto; }
.prod__cart {
  margin: 0 12px 12px;
  height: 36px; border-radius: var(--r-pill);
  background: var(--kr-black); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: 0.04em;
}

.see-all-row { text-align: center; padding: 24px 16px 0; }

/* ============== PROMO ============== */
.promos { padding: 0 16px; display: flex; flex-direction: column; gap: 12px; }
.promo {
  border-radius: var(--r-lg); padding: 24px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 260px;
  color: var(--kr-black); background: var(--bg, var(--kr-blush));
}
.promo--dark { color: #fff; }
.promo__eyebrow { font-family: var(--font-display); font-weight: 800; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--kr-red); margin-bottom: 8px; }
.promo--dark .promo__eyebrow { color: #FFD0D8; }
.promo h2 { font-size: 26px; margin-bottom: 8px; color: inherit; line-height: 1.1; }
.promo p { font-size: 13px; color: var(--kr-graphite); margin-bottom: 14px; max-width: 100%; }
.promo--dark p { color: rgba(255,255,255,0.85); }
.promo__art {
  position: absolute; left: 0; right: 0; top: 0; height: 50%;
  z-index: 0;
}
.promo__art::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 0%, var(--bg, var(--kr-blush)) 90%);
}
.promo--dark .promo__art::after {
  background: linear-gradient(180deg, transparent 0%, var(--bg) 90%);
}
.promo > *:not(.promo__art) { position: relative; z-index: 1; }
.promo .btn { align-self: flex-start; }

/* ============== COLLECTIONS (h-scroll) ============== */
.coll-scroll {
  display: flex; gap: 10px; padding: 0 16px;
  overflow-x: auto; scrollbar-width: none;
}
.coll-scroll::-webkit-scrollbar { display: none; }
.coll {
  flex-shrink: 0; width: 140px;
  background: #fff; border-radius: var(--r-md);
  border: 1px solid var(--kr-line);
  padding: 16px 12px; text-align: center;
}
.coll__circle {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 10px;
  border: 3px solid #fff; box-shadow: 0 0 0 1px var(--kr-line);
}
.coll__name {
  font-family: var(--font-display); font-weight: 800; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--kr-black); margin-bottom: 2px;
}
.coll__meta { font-size: 10px; color: var(--kr-mute); }
.coll__count { font-size: 10px; color: var(--kr-red); font-weight: 700; margin-top: 4px; }

/* ============== STORY ============== */
.story {
  margin: 0 16px;
  background: var(--kr-cream); border-radius: var(--r-lg);
  overflow: hidden;
}
.story__media {
  position: relative; height: 200px;
}
.story__seal {
  position: absolute; left: 16px; bottom: 16px;
  background: #fff; border-radius: var(--r-pill); padding: 8px 14px;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  box-shadow: var(--shadow-card);
}
.story__seal::before {
  content: ""; width: 18px; height: 12px;
  background: linear-gradient(180deg, #000 33%, #DD0000 33%, #DD0000 66%, #FFCE00 66%);
  border-radius: 2px;
}
.story__copy { padding: 24px; }
.story__copy .eyebrow { margin-bottom: 10px; display: inline-block; }
.story h2 { font-size: 22px; margin-bottom: 12px; line-height: 1.15; }
.story p { font-size: 13px; color: var(--kr-graphite); margin-bottom: 14px; }
.story__stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px; margin: 18px 0 22px;
}
.story-stat strong {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: 22px; color: var(--kr-red); line-height: 1; margin-bottom: 4px;
}
.story-stat span { font-size: 10px; color: var(--kr-mute); line-height: 1.3; }
.story__cta { display: flex; gap: 8px; }
.story__cta .btn { flex: 1; }

/* ============== MEGABANNER ============== */
.megabanner {
  margin: 0 16px;
  background: var(--kr-black); color: #fff;
  border-radius: var(--r-lg); overflow: hidden;
}
.megabanner__media { height: 180px; position: relative; }
.megabanner__copy { padding: 28px 24px; }
.megabanner__copy .eyebrow { color: #FFD0D8; margin-bottom: 10px; display: inline-block; }
.megabanner__copy h2 { color: #fff; font-size: 24px; line-height: 1.1; margin-bottom: 10px; }
.megabanner__copy p { color: rgba(255,255,255,0.8); margin-bottom: 18px; font-size: 13px; }
.megabanner__cta { display: flex; flex-direction: column; gap: 10px; }

/* ============== TESTS (h-scroll + slider) ============== */
.tests-slider { timeline-scope: --tests-x; }
.tests-scroll {
  display: flex; gap: 12px; padding: 0 16px;
  overflow-x: auto; scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-timeline: --tests-x x;
  scroll-behavior: smooth;
}
.tests-scroll::-webkit-scrollbar { display: none; }
.test {
  flex-shrink: 0; width: 290px;
  background: #fff; border-radius: var(--r-md);
  border: 1px solid var(--kr-line);
  padding: 22px;
  scroll-snap-align: start;
}
.test__stars { color: var(--kr-yellow); font-size: 14px; letter-spacing: 1.5px; margin-bottom: 12px; }
.test__body {
  font-family: var(--font-display); font-size: 14px; line-height: 1.45;
  color: var(--kr-black); margin-bottom: 16px; font-weight: 500;
}
.test__author { display: flex; align-items: center; gap: 10px; padding-top: 12px; border-top: 1px solid var(--kr-line); }
.test__avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--kr-cream-2); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 12px; color: var(--kr-graphite); }
.test__name { font-family: var(--font-display); font-weight: 700; font-size: 12px; color: var(--kr-black); }
.test__loc { font-size: 10px; color: var(--kr-mute); }
.tests-controls {
  margin: 18px 16px 0;
  display: grid; grid-template-columns: 40px 1fr 40px;
  align-items: center; gap: 14px;
}
.tests-controls__btn {
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--kr-line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-black);
}
.tests-progress {
  position: relative; height: 3px; background: var(--kr-line-2); border-radius: 2px;
  overflow: hidden;
}
.tests-progress__fill {
  position: absolute; inset: 0;
  background: var(--kr-red); border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  animation: m-track-fill linear forwards;
  animation-timeline: --tests-x;
}
@keyframes m-track-fill {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* ============== POSTS (h-scroll + slider) ============== */
.posts-slider { timeline-scope: --posts-x; }
.posts-scroll {
  display: flex; gap: 12px; padding: 0 16px;
  overflow-x: auto; scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-timeline: --posts-x x;
  scroll-behavior: smooth;
}
.posts-scroll::-webkit-scrollbar { display: none; }
.post {
  flex-shrink: 0; width: 270px;
  background: #fff; border-radius: var(--r-md); overflow: hidden;
  border: 1px solid var(--kr-line); display: flex; flex-direction: column;
  scroll-snap-align: start;
}
.post__media { aspect-ratio: 16/10; position: relative; }
.post__tag {
  position: absolute; top: 10px; left: 10px;
  background: var(--kr-red); color: #fff; font-family: var(--font-display);
  font-weight: 700; font-size: 10px; padding: 3px 8px;
  border-radius: var(--r-pill); letter-spacing: 0.08em;
}
.post__body { padding: 16px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.post__meta { font-size: 10px; color: var(--kr-mute); }
.post h3 { font-size: 15px; line-height: 1.3; }
.post p { font-size: 12px; color: var(--kr-mute); }
.post__more { margin-top: auto; padding-top: 10px; font-size: 11px; font-weight: 700; color: var(--kr-black); }
.posts-controls {
  margin: 18px 16px 0;
  display: grid; grid-template-columns: 40px 1fr 40px;
  align-items: center; gap: 14px;
}
.posts-controls__btn {
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--kr-line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-black);
}
.posts-progress {
  position: relative; height: 3px; background: var(--kr-line-2); border-radius: 2px;
  overflow: hidden;
}
.posts-progress__fill {
  position: absolute; inset: 0;
  background: var(--kr-red); border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  animation: m-track-fill linear forwards;
  animation-timeline: --posts-x;
}

/* ============== INSPIRATION (3-col) ============== */
.inspiration { padding: 0 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.insp {
  aspect-ratio: 1/1; border-radius: var(--r-sm); overflow: hidden;
  position: relative;
}
.insp__icon {
  position: absolute; bottom: 8px; right: 8px;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,255,255,0.9); display: inline-flex; align-items: center; justify-content: center;
  color: var(--kr-black);
}

/* ============== BRANDS (h-scroll) ============== */
.brands {
  display: flex; gap: 8px; padding: 24px 16px;
  overflow-x: auto; scrollbar-width: none;
  border-top: 1px solid var(--kr-line);
  border-bottom: 1px solid var(--kr-line);
}
.brands::-webkit-scrollbar { display: none; }
.brand {
  flex-shrink: 0; height: 44px; padding: 0 18px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 11px;
  letter-spacing: 0.12em; color: var(--kr-mute);
  text-transform: uppercase;
  border: 1px dashed var(--kr-line-2); border-radius: var(--r-sm);
}

/* ============== NEWSLETTER ============== */
.news {
  margin: 0 16px;
  background: var(--kr-cream); border-radius: var(--r-lg);
  padding: 28px 24px;
}
.news h2 { font-size: 22px; margin-bottom: 8px; }
.news p { color: var(--kr-mute); font-size: 13px; margin-bottom: 18px; }
.news__form { display: flex; flex-direction: column; gap: 10px; }
.news__input {
  height: 48px; padding: 0 20px;
  background: #fff; border-radius: var(--r-pill); border: 1.5px solid var(--kr-line);
  font-size: 13px; color: var(--kr-mute);
  display: flex; align-items: center;
}
.news__check {
  margin-top: 12px; font-size: 11px; color: var(--kr-mute);
  display: inline-flex; align-items: flex-start; gap: 8px;
}
.news__check b { color: var(--kr-black); }
.news__check::before {
  content: ""; width: 14px; height: 14px;
  background: #fff; border: 1.5px solid var(--kr-line-2); border-radius: 3px;
  display: inline-block; flex-shrink: 0; margin-top: 2px;
}

/* ============== FOOTER ============== */
.footer { background: var(--kr-black); color: rgba(255,255,255,0.7); margin-top: 48px; }
.footer__top { padding: 36px 20px 24px; }
.footer__brand .logo__word { color: #fff; }
.footer__brand p { font-size: 12px; color: rgba(255,255,255,0.6); margin: 14px 0 18px; }
.footer__contact { font-size: 13px; margin-bottom: 18px; }
.footer__contact strong { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: #fff; display: block; margin-bottom: 4px; }
.footer__contact small { color: rgba(255,255,255,0.55); font-size: 11px; }
.socials { display: flex; gap: 8px; margin-bottom: 24px; }
.social {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08); display: inline-flex;
  align-items: center; justify-content: center; color: #fff;
}

.footer__acc { border-top: 1px solid rgba(255,255,255,0.1); }
.footer__acc summary {
  list-style: none; cursor: pointer;
  padding: 16px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-display); font-size: 11px; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase; color: #fff;
}
.footer__acc summary::-webkit-details-marker { display: none; }
.footer__acc summary::after {
  content: ""; width: 10px; height: 10px;
  border-right: 1.5px solid #fff; border-bottom: 1.5px solid #fff;
  transform: rotate(45deg) translate(-2px, -2px);
}
.footer__acc[open] summary::after { transform: rotate(-135deg) translate(-2px, -2px); }
.footer__acc ul { list-style: none; padding: 0 0 16px; display: flex; flex-direction: column; gap: 10px; }
.footer__acc a { color: rgba(255,255,255,0.65); font-size: 13px; }

.footer__pay { padding: 18px 0; display: flex; gap: 6px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.1); }
.pay-cell {
  height: 28px; min-width: 44px; padding: 0 8px;
  background: rgba(255,255,255,0.08); border-radius: 4px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 9px;
  color: rgba(255,255,255,0.85); letter-spacing: 0.05em;
}

.footer__bottom {
  padding: 18px 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 10px; color: rgba(255,255,255,0.5);
  line-height: 1.6;
}

/* ============== STICKY BOTTOM BAR ============== */
.sticky-cta {
  position: sticky; bottom: 0; z-index: 60;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--kr-line);
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  padding: 8px 12px env(safe-area-inset-bottom, 8px);
  gap: 6px;
}
.sticky-cta__btn {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: 8px 6px; border-radius: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 10px;
  letter-spacing: 0.04em; color: var(--kr-graphite);
}
.sticky-cta__btn--primary {
  background: var(--kr-red); color: #fff;
}
.sticky-cta__btn--primary svg { color: #fff; }

/* mobile bottom nav (tab bar style) */
.tabbar {
  position: sticky; bottom: 0; z-index: 60;
  background: #fff; border-top: 1px solid var(--kr-line);
  display: grid; grid-template-columns: repeat(5, 1fr);
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px));
}
.tabbar a {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-size: 10px; font-weight: 600; color: var(--kr-graphite);
  padding: 4px 2px; position: relative;
}
.tabbar a.is-active { color: var(--kr-red); }
.tabbar a .dot {
  position: absolute; top: 4px; right: 18%;
  width: 6px; height: 6px; border-radius: 50%; background: var(--kr-red);
}

/* ============================================================
   SIDE-BANNER BLOCKS — V1…V6 (mobile, 390px)
   ============================================================ */

/* ── V1 — Spotlight Collection (stacked) ─────────────────── */
.v1 { padding: 0 16px; display: flex; flex-direction: column; gap: 12px; }
.v1-hero { border-radius: var(--r-lg); overflow: hidden; background: var(--kr-cream); position: relative; }
.v1-hero__copy { padding: 24px 22px 22px; display: flex; flex-direction: column; }
.v1-hero__copy .eyebrow { display: inline-block; margin-bottom: 10px; }
.v1-hero__copy h2 { font-size: 34px; line-height: 1.0; letter-spacing: -0.02em; margin-bottom: 12px; }
.v1-hero__copy h2 em { font-style: normal; color: var(--kr-red); }
.v1-hero__lede { font-size: 13px; color: var(--kr-graphite); margin-bottom: 18px; line-height: 1.5; }
.v1-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.v1-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; background: #fff; color: var(--kr-black); border-radius: var(--r-pill); border: 1px solid var(--kr-line-2); font-family: var(--font-display); font-weight: 700; font-size: 12px; }
.v1-chip svg { color: var(--kr-red); }
.v1-hero__media { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.v1-hero__planks { position: absolute; inset: 0; padding: 18px; display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; }
.v1-hero__planks > div { border-radius: var(--r-sm); box-shadow: 0 4px 14px rgba(20, 12, 6, 0.25); }
.v1-hero__planks > div:nth-child(1) { grid-column: 1 / -1; }
.v1-side { background: #fff; border-radius: var(--r-md); border: 1px solid var(--kr-line); overflow: hidden; display: flex; flex-direction: column; }
.v1-side__media { aspect-ratio: 16/10; position: relative; }
.v1-side__badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 5px; z-index: 2; }
.v1-side__body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 5px; }
.v1-side__cat { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; color: var(--kr-mute); text-transform: uppercase; }
.v1-side h3 { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--kr-black); line-height: 1.2; }
.v1-side__props { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 2px; font-size: 11px; color: var(--kr-mute); }
.v1-side__props b { color: var(--kr-graphite); font-family: var(--font-display); font-weight: 700; }
.v1-side__rating { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; }
.v1-side__rating .stars { color: var(--kr-yellow); letter-spacing: 1px; font-size: 12px; }
.v1-side__rating small { font-size: 11px; color: var(--kr-mute); }
.v1-side__stock { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-size: 12px; color: #1a7a4d; font-weight: 600; }
.v1-side__stock::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #1a7a4d; }
.v1-side__price { display: flex; align-items: baseline; gap: 10px; margin-top: 12px; }
.v1-side__price strong { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--kr-black); }
.v1-side__price del { color: var(--kr-mute); font-size: 13px; }
.v1-side__price .unit { color: var(--kr-mute); font-size: 12px; margin-left: auto; }
.v1-side__cta { margin-top: 14px; }
.v1-side__cta .btn { width: 100%; }
.v1-side__sku { margin-top: 10px; font-size: 11px; color: var(--kr-mute); }
.v1-side__sku b { color: var(--kr-graphite); font-weight: 700; }

/* ── V2 — Banner on top + 2-col product grid ──────────────── */
.v2 { padding: 0 16px; display: flex; flex-direction: column; gap: 14px; }
.v2-banner { position: relative; overflow: hidden; border-radius: var(--r-lg); background: linear-gradient(160deg, #1F2A20 0%, #2C3A2C 55%, #4A5C46 100%); color: #fff; padding: 24px 22px; display: flex; flex-direction: column; gap: 18px; }
.v2-banner__bg { position: absolute; inset: 0; opacity: 0.5; background: radial-gradient(ellipse at 70% 20%, rgba(255,220,170,0.35), transparent 60%), radial-gradient(ellipse at 30% 90%, rgba(40,25,15,0.6), transparent 55%); }
.v2-banner > * { position: relative; z-index: 1; }
.v2-banner h2 { color: #fff; font-size: 30px; line-height: 1; letter-spacing: -0.02em; margin-top: 10px; }
.v2-banner__eye { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 10px; letter-spacing: 0.2em; color: #fff; text-transform: uppercase; }
.v2-banner__eye::before { content: ""; width: 20px; height: 1px; background: rgba(255,255,255,.6); }
.v2-banner__lede { font-size: 13px; color: rgba(255,255,255,0.78); line-height: 1.5; margin-top: 4px; }
.v2-banner__features { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.v2-feat { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-sm); padding: 10px 12px; display: flex; flex-direction: column; gap: 2px; }
.v2-feat svg { color: var(--kr-yellow); margin-bottom: 2px; }
.v2-feat strong { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: #fff; line-height: 1; }
.v2-feat small { font-size: 10px; color: rgba(255,255,255,0.7); }
.v2-banner__cta { align-self: flex-start; background: #fff; color: var(--kr-black); }
.v2-products { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* ── V3 — Mega banner + 3 mini tiles (stacked) ────────────── */
.v3 { padding: 0 16px; display: flex; flex-direction: column; gap: 10px; }
.v3-hero { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--kr-cream-2); display: flex; flex-direction: column; }
.v3-hero__copy { padding: 22px 20px 20px; }
.v3-hero__copy .eyebrow { display: inline-block; margin-bottom: 10px; }
.v3-hero h2 { font-size: 24px; line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 10px; }
.v3-hero p { font-size: 13px; color: var(--kr-graphite); margin-bottom: 16px; line-height: 1.5; }
.v3-hero__cta-row { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.v3-hero__media { position: relative; aspect-ratio: 5/3; overflow: hidden; }
.v3-hero__planks { position: absolute; inset: 0; padding: 18px; display: grid; grid-template-columns: 1fr 1.1fr 0.8fr; gap: 8px; }
.v3-hero__planks > div { border-radius: var(--r-sm); box-shadow: 0 6px 16px rgba(20, 12, 6, 0.3); }
.v3-mini { display: flex; flex-direction: column; gap: 10px; }
.v3-tile { position: relative; overflow: hidden; border-radius: var(--r-md); padding: 20px 22px; min-height: 130px; color: #fff; display: flex; flex-direction: column; justify-content: space-between; gap: 10px; }
.v3-tile--red { background: linear-gradient(135deg, #E94560 0%, #C8102E 60%, #9E0B23 100%); }
.v3-tile--dark { background: linear-gradient(135deg, #1A1A1F 0%, #2A2A35 100%); }
.v3-tile--blue { background: linear-gradient(135deg, #4A6FE5 0%, #2649C7 50%, #1B3299 100%); }
.v3-tile__eye { font-family: var(--font-display); font-weight: 800; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.78); }
.v3-tile h3 { color: #fff; font-size: 18px; line-height: 1.15; max-width: 60%; margin-top: 4px; }
.v3-tile p { font-size: 11px; color: rgba(255,255,255,0.85); margin-top: 4px; max-width: 60%; }
.v3-tile__cta { align-self: flex-start; }
.v3-tile__art { position: absolute; right: -15px; top: -10px; bottom: -10px; width: 45%; z-index: 0; }
.v3-tile > * { position: relative; z-index: 1; }
.v3-tile__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg-shade) 0%, transparent 55%); }
.v3-tile--red .v3-tile__art::after { --bg-shade: rgba(200,16,46,0.7); }
.v3-tile--dark .v3-tile__art::after { --bg-shade: rgba(26,26,31,0.85); }
.v3-tile--blue .v3-tile__art::after { --bg-shade: rgba(38,73,199,0.7); }
.v3-tile .btn--white { background: #fff; color: var(--kr-black); }

/* ── V4 — Featured + Top-10 list (stacked, single col) ─────── */
.v4 { padding: 0 16px; display: flex; flex-direction: column; gap: 12px; }
.v4-feat { background: #fff; border-radius: var(--r-md); border: 1px solid var(--kr-line); overflow: hidden; }
.v4-feat__media { position: relative; aspect-ratio: 16/10; }
.v4-feat__badges { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; flex-direction: column; gap: 5px; }
.v4-feat__dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; z-index: 2; }
.v4-feat__dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.5); }
.v4-feat__dots span.is-on { background: #fff; }
.v4-feat__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 5px; }
.v4-feat__cat { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; color: var(--kr-mute); text-transform: uppercase; }
.v4-feat h3 { font-size: 19px; font-family: var(--font-display); font-weight: 800; color: var(--kr-black); line-height: 1.2; }
.v4-feat__rating { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 4px; font-size: 11px; color: var(--kr-mute); }
.v4-feat__rating .stars { color: var(--kr-yellow); letter-spacing: 1px; font-size: 13px; }
.v4-feat__price { display: flex; align-items: baseline; gap: 10px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--kr-line); }
.v4-feat__price strong { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--kr-red); }
.v4-feat__price del { color: var(--kr-mute); font-size: 13px; }
.v4-feat__price .unit { color: var(--kr-mute); font-size: 12px; margin-left: auto; }
.v4-top { background: #fff; border-radius: var(--r-md); border: 1px solid var(--kr-line); padding: 18px 18px; }
.v4-top__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--kr-line); }
.v4-top__head h3 { font-size: 17px; }
.v4-top__head h3 em { color: var(--kr-red); font-style: normal; }
.v4-top__list { display: flex; flex-direction: column; gap: 6px; }
.v4-row { display: grid; grid-template-columns: 24px 48px 1fr; align-items: center; gap: 10px; padding: 8px 6px; border-radius: var(--r-sm); }
.v4-row__rank { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--kr-mute); text-align: center; }
.v4-row__rank.is-top { color: var(--kr-red); }
.v4-row__thumb { width: 48px; height: 48px; border-radius: var(--r-sm); overflow: hidden; position: relative; border: 1px solid var(--kr-line); }
.v4-row__info { min-width: 0; }
.v4-row__name { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--kr-black); line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v4-row__meta { display: flex; align-items: baseline; gap: 6px; margin-top: 2px; font-size: 12px; }
.v4-row__price { font-family: var(--font-display); font-weight: 800; color: var(--kr-red); }
.v4-row__old { color: var(--kr-mute); text-decoration: line-through; font-size: 11px; }

/* ── V5 — Stacked promos + 2-col product grid ─────────────── */
.v5 { padding: 0 16px; display: flex; flex-direction: column; gap: 12px; }
.v5-stack { display: flex; flex-direction: column; gap: 10px; }
.v5-card { position: relative; overflow: hidden; border-radius: var(--r-md); padding: 22px 20px; display: flex; flex-direction: column; min-height: 180px; }
.v5-card > * { position: relative; z-index: 1; }
.v5-card__art { position: absolute; inset: 0; z-index: 0; }
.v5-card--sale { background: var(--kr-black); color: #fff; }
.v5-card--sale .v5-card__art { opacity: 0.5; background: radial-gradient(ellipse at 80% 20%, rgba(200,16,46,0.6), transparent 50%), radial-gradient(ellipse at 20% 90%, rgba(255,140,90,0.25), transparent 50%); }
.v5-card--sample { background: var(--kr-cream); color: var(--kr-black); }
.v5-card--sample .v5-card__art { opacity: 0.7; background: radial-gradient(circle at 80% 60%, #C9A57A 0%, transparent 55%); }
.v5-eye { font-family: var(--font-display); font-weight: 800; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 8px; }
.v5-card--sale .v5-eye { color: #FFD0D8; }
.v5-card--sample .v5-eye { color: var(--kr-red); }
.v5-card h3 { font-size: 20px; line-height: 1.1; max-width: 80%; margin-bottom: 6px; }
.v5-card--sale h3 { color: #fff; }
.v5-card p { font-size: 12px; line-height: 1.4; max-width: 90%; margin-bottom: 12px; }
.v5-card--sale p { color: rgba(255,255,255,0.78); }
.v5-card__cta { margin-top: auto; align-self: flex-start; }
.v5-countdown { display: flex; gap: 5px; margin: 4px 0 12px; }
.v5-clock { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); padding: 6px 8px; border-radius: var(--r-sm); min-width: 44px; text-align: center; font-family: var(--font-display); }
.v5-clock b { display: block; font-weight: 800; font-size: 16px; color: #fff; line-height: 1; }
.v5-clock small { font-size: 8px; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; }
.v5-products { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* ── V6 — Banner + decor list (stacked) ───────────────────── */
.v6 { padding: 0 16px; display: flex; flex-direction: column; gap: 12px; }
.v6-feat { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--kr-cream); display: flex; flex-direction: column; }
.v6-feat__copy { padding: 24px 22px 22px; }
.v6-feat__copy .eyebrow { display: inline-block; margin-bottom: 10px; }
.v6-feat__copy h2 { font-size: 26px; letter-spacing: -0.02em; line-height: 1.05; margin: 0 0 12px; }
.v6-feat__copy p { color: var(--kr-graphite); font-size: 13px; margin-bottom: 18px; line-height: 1.5; }
.v6-feat__copy .btn { align-self: flex-start; }
.v6-feat__swatches { display: flex; gap: 8px; align-items: center; margin: 18px 0 0; padding-top: 18px; border-top: 1px solid rgba(0,0,0,.08); }
.v6-feat__swatches small { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: var(--kr-mute); text-transform: uppercase; }
.v6-sw { width: 30px; height: 30px; border-radius: var(--r-sm); border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.12); }
.v6-sw--active { box-shadow: 0 0 0 2px var(--kr-black); }
.v6-feat__media { position: relative; aspect-ratio: 16/10; }
.v6-feat__plank { position: absolute; inset: 20px; border-radius: var(--r-sm); box-shadow: 0 8px 22px rgba(20, 12, 6, 0.3); }
.v6-side { background: #fff; border-radius: var(--r-md); border: 1px solid var(--kr-line); padding: 18px 20px; }
.v6-side__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--kr-line); }
.v6-side__head h3 { font-size: 17px; }
.v6-side__head a { font-family: var(--font-display); font-size: 12px; color: var(--kr-red); font-weight: 700; }
.v6-side__list { display: flex; flex-direction: column; gap: 2px; }
.v6-srow { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; padding: 8px 4px; }
.v6-srow:not(:last-child) { border-bottom: 1px dashed rgba(0,0,0,0.06); }
.v6-srow__thumb { width: 40px; height: 40px; border-radius: var(--r-sm); overflow: hidden; position: relative; border: 1px solid var(--kr-line); }
.v6-srow__info { min-width: 0; }
.v6-srow__name { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--kr-black); line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v6-srow__cat { font-size: 10px; color: var(--kr-mute); margin-top: 1px; }
.v6-srow__price { font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--kr-red); white-space: nowrap; }
.v6-side__footer { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--kr-line); display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--kr-mute); }



/* ============================================================
   CATALOG-SPECIFIC STYLES
   ============================================================ */


/* ── Catalog mobile additions ─────────────────────────────── */
.cathero {
  position: relative; overflow: hidden;
  border-radius: var(--r-md);
  margin: 12px 16px 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(255,220,170,0.45), transparent 60%),
    linear-gradient(160deg, #2A1F18 0%, #4C3522 50%, #8B6B47 100%);
  color: #fff;
  padding: 22px 22px 24px;
}
.cathero__crumbs { font-size: 10px; color: rgba(255,255,255,0.55); margin-bottom: 12px; }
.cathero__crumbs a { color: rgba(255,255,255,0.55); }
.cathero__crumbs .cur { color: #fff; }
.cathero__crumbs .sep { opacity: 0.4; padding: 0 4px; }
.cathero h1 { color: #fff; font-size: 26px; line-height: 1.1; margin-bottom: 10px; }
.cathero__lede { font-size: 12px; color: rgba(255,255,255,0.8); margin-bottom: 14px; line-height: 1.5; }
.cathero__meta { display: flex; gap: 14px; font-size: 11px; color: rgba(255,255,255,0.75); }
.cathero__meta b { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 13px; display: block; }

/* Subcat chip scroll */
.subcats-scroll {
  display: flex; gap: 8px; padding: 16px;
  overflow-x: auto; scrollbar-width: none;
}
.subcats-scroll::-webkit-scrollbar { display: none; }
.subcat-card {
  flex-shrink: 0; width: 92px;
  background: #fff;
  border: 1px solid var(--kr-line);
  border-radius: var(--r-md);
  padding: 12px 6px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  position: relative;
}
.subcat-card--active { border-color: var(--kr-black); background: var(--kr-bg); }
.subcat-card__circle {
  width: 48px; height: 48px; border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--kr-line), 0 4px 10px rgba(40,28,12,0.08);
}
.subcat-card__name {
  font-family: var(--font-display); font-weight: 800; font-size: 10px;
  letter-spacing: 0.05em; text-transform: uppercase; color: var(--kr-black);
}
.subcat-card__count { font-size: 9px; color: var(--kr-mute); font-weight: 600; }
.subcat-card__badge {
  position: absolute; top: 4px; right: 4px;
  background: var(--kr-red); color: #fff; font-size: 7px;
  padding: 2px 5px; border-radius: var(--r-pill);
  font-weight: 800; letter-spacing: 0.05em;
}

/* Sticky catalog toolbar */
.cat-toolbar {
  position: sticky; top: 0; z-index: 10;
  background: #fff; border-top: 1px solid var(--kr-line); border-bottom: 1px solid var(--kr-line);
  padding: 10px 12px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px;
}
.cat-tb-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: var(--kr-bg); border: 1px solid var(--kr-line);
  border-radius: var(--r-pill);
  padding: 10px 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 11px;
  letter-spacing: 0.04em; color: var(--kr-black);
  position: relative;
}
.cat-tb-btn svg { color: var(--kr-graphite); }
.cat-tb-btn .badge {
  background: var(--kr-red); color: #fff;
  font-size: 9px; padding: 1px 5px; border-radius: var(--r-pill);
  margin-left: 2px;
}

/* Active filter chip strip (h-scroll) */
.afilters {
  display: flex; gap: 6px; padding: 0 16px 14px;
  overflow-x: auto; scrollbar-width: none;
}
.afilters::-webkit-scrollbar { display: none; }
.afilters .fchip {
  flex-shrink: 0; background: var(--kr-bg);
  border: 1px solid var(--kr-line);
  padding: 6px 6px 6px 12px;
  border-radius: var(--r-pill);
  font-size: 11px; font-weight: 600; color: var(--kr-black);
  display: inline-flex; align-items: center; gap: 6px;
}
.afilters .fchip svg { color: var(--kr-mute); }
.afilters .fchip--reset { background: transparent; border-color: var(--kr-red); color: var(--kr-red); padding: 6px 12px; }

/* Sort indicator small */
.cat-sortbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px 14px;
  font-size: 12px;
}
.cat-sortbar__count {
  font-family: var(--font-display); font-weight: 700; color: var(--kr-black);
}
.cat-sortbar__count b { color: var(--kr-red); }
.cat-sortbar__sort {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--kr-graphite); font-weight: 600;
}
.cat-sortbar__sort svg { color: var(--kr-mute); }

/* 2-col grid card */
.cat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  padding: 0 16px;
}
.cat-grid .prod__body { padding: 12px 14px 14px; gap: 4px; }
.cat-grid .prod__name { font-size: 13px; }
.cat-grid .prod__cat { font-size: 9px; }
.cat-grid .prod__price strong { font-size: 16px; }
.cat-grid .prod__price del { font-size: 11px; }
.cat-grid .prod__price .unit { font-size: 10px; }
.cat-grid .prod__rating { gap: 4px; }
.cat-grid .prod__stars { font-size: 11px; }
.cat-grid .prod__reviews { font-size: 10px; }
.cat-grid .prod__quickbar { left: 8px; right: 8px; bottom: 8px; }
.cat-grid .prod__quick { font-size: 10px; height: 32px; }
.cat-grid .prod__actions { gap: 4px; top: 8px; right: 8px; }
.cat-grid .prod__action { width: 28px; height: 28px; }
.cat-grid .prod__action svg { width: 12px; height: 12px; }
.cat-grid .badges { top: 8px; left: 8px; gap: 4px; }
.cat-grid .badge { font-size: 8px; padding: 3px 7px; }

.prod__swatches { display: flex; gap: 4px; margin-top: 2px; }
.prod__swatches .sw { width: 13px; height: 13px; border-radius: 50%; border: 1px solid #fff; box-shadow: 0 0 0 1px var(--kr-line-2); }
.prod__swatches .sw--active { box-shadow: 0 0 0 1.5px var(--kr-black); }
.prod__swatches .more { font-size: 9px; color: var(--kr-mute); font-weight: 700; margin-left: 2px; align-self: center; }

.prod__specs { display: flex; gap: 3px; flex-wrap: wrap; margin-top: 4px; }
.prod__spec {
  font-size: 8px; font-weight: 700;
  background: var(--kr-bg); color: var(--kr-graphite);
  padding: 2px 5px; border-radius: 3px; letter-spacing: 0.04em;
}
.prod__spec--accent { background: #1a7a4d; color: #fff; }
.prod__spec--warn { background: #FFEDD2; color: #B25C00; }

/* Mid promo card spans 2 cols */
.cat-promo-m {
  grid-column: span 2;
  background: linear-gradient(165deg, #1a1411 0%, #2A1F18 60%, #4C3522 100%);
  color: #fff;
  border-radius: var(--r-md);
  padding: 22px;
  position: relative; overflow: hidden;
}
.cat-promo-m__eyebrow {
  font-family: var(--font-display); font-weight: 800; font-size: 9px;
  letter-spacing: 0.18em; text-transform: uppercase; color: #FFD0D8;
  margin-bottom: 8px;
}
.cat-promo-m h3 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 18px; line-height: 1.15; margin-bottom: 8px;
  color: #fff;
}
.cat-promo-m p { font-size: 11px; color: rgba(255,255,255,0.7); margin-bottom: 14px; max-width: 60%; }
.cat-promo-m .btn { background: #fff; color: var(--kr-black); font-size: 11px; padding: 10px 18px; }
.cat-promo-m__art {
  position: absolute; right: -10px; bottom: -10px;
  width: 42%; height: 80%; border-radius: var(--r-md);
  transform: rotate(-6deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Pagination */
.pagi {
  margin: 24px 16px;
  display: flex; justify-content: center; align-items: center; gap: 6px;
}
.pagi__btn {
  min-width: 36px; height: 36px; padding: 0 10px;
  border-radius: var(--r-sm);
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  color: var(--kr-black); background: #fff;
  border: 1px solid var(--kr-line);
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
}
.pagi__btn--active { background: var(--kr-black); color: #fff; border-color: var(--kr-black); }
.pagi__btn--ghost { background: transparent; border: 0; color: var(--kr-mute); }
.pagi__more {
  display: block; margin: 16px 16px 0;
  text-align: center; padding: 14px;
  background: var(--kr-black); color: #fff;
  border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* SEO block */
.seo {
  background: var(--kr-cream);
  border-radius: var(--r-md);
  margin: 28px 16px 0;
  padding: 28px 22px;
}
.seo__nav { display: none; }
.seo__body h4 { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--kr-black); margin-bottom: 10px; }
.seo__body h4:not(:first-child) { margin-top: 20px; }
.seo__body p { font-size: 12px; color: var(--kr-graphite); line-height: 1.65; margin-bottom: 10px; }
.seo__body ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.seo__body ul li {
  padding-left: 18px; position: relative; font-size: 12px; color: var(--kr-graphite); line-height: 1.5;
}
.seo__body ul li::before {
  content: ""; position: absolute; left: 0; top: 6px;
  width: 10px; height: 5px;
  border-left: 2px solid var(--kr-red);
  border-bottom: 2px solid var(--kr-red);
  transform: rotate(-45deg);
}
.seo__faq { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; }
.seo__faq details { background: #fff; border-radius: var(--r-sm); padding: 14px 16px; }
.seo__faq summary {
  list-style: none; font-family: var(--font-display);
  font-weight: 700; font-size: 12px; color: var(--kr-black);
  display: flex; justify-content: space-between; align-items: center;
}
.seo__faq summary::-webkit-details-marker { display: none; }
.seo__faq summary::after { content: "+"; font-size: 18px; font-weight: 400; color: var(--kr-mute); line-height: 1; }
.seo__faq details[open] summary::after { content: "−"; }
.seo__faq details[open] p { margin-top: 8px; font-size: 11px; color: var(--kr-graphite); line-height: 1.6; }

/* Bottom sticky filter modal trigger (acts like the toolbar) — already in cat-toolbar */

/* ============================================================
   PRODUCT PAGE · MOBILE (390px)
   ============================================================ */

/* Compact breadcrumbs */
.p-crumbs-m {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 16px 8px;
  font-size: 11px; color: var(--kr-mute);
  overflow-x: auto; white-space: nowrap; scrollbar-width: none;
}
.p-crumbs-m::-webkit-scrollbar { display: none; }
.p-crumbs-m .sep { color: var(--kr-line-2); }
.p-crumbs-m .cur { color: var(--kr-black); font-weight: 600; }

/* Gallery (full-width swiper) */
.mgal { position: relative; padding: 0 0 12px; }
.mgal__main {
  width: 100%; aspect-ratio: 4/3.4;
  position: relative; overflow: hidden;
}
.mgal__badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.mgal__tools { position: absolute; top: 12px; right: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.mgal .gtool { width: 36px; height: 36px; }
.mgal__zoom {
  position: absolute; bottom: 60px; right: 12px; z-index: 2;
  background: rgba(15,15,15,0.85); color: #fff;
  font-size: 10px; font-weight: 700; padding: 6px 10px; border-radius: 999px;
  font-family: var(--font-display); letter-spacing: 0.04em;
  display: inline-flex; align-items: center; gap: 4px;
}
.mgal__counter {
  position: absolute; bottom: 60px; left: 12px; z-index: 2;
  background: rgba(15,15,15,0.7); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px;
  font-family: var(--font-display);
}
.mgal__dots {
  position: absolute; bottom: 22px; left: 0; right: 0; z-index: 2;
  display: flex; justify-content: center; gap: 6px;
}
.mgal__dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.5); }
.mgal__dot.is-active { background: #fff; width: 22px; border-radius: 3px; }
.mgal__thumbs {
  display: flex; gap: 8px; padding: 12px 16px 0;
  overflow-x: auto; scrollbar-width: none;
}
.mgal__thumbs::-webkit-scrollbar { display: none; }
.mgal__thumb {
  flex-shrink: 0;
  width: 62px; height: 62px;
  border-radius: 8px; overflow: hidden; position: relative;
  outline: 2px solid transparent; outline-offset: 2px;
}
.mgal__thumb.is-active { outline-color: var(--kr-black); }
.mgal__thumb__label {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.7));
  color: #fff; font-size: 8px; font-weight: 700;
  padding: 8px 2px 2px; text-align: center; letter-spacing: 0.03em;
}

/* Mobile gallery CTA scroll row */
.mgal__ctas {
  display: flex; gap: 8px; padding: 12px 16px 0;
  overflow-x: auto; scrollbar-width: none;
}
.mgal__ctas::-webkit-scrollbar { display: none; }
.mgal__cta {
  flex-shrink: 0;
  background: #fff; border: 1px solid var(--kr-line);
  padding: 8px 12px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-family: var(--font-display); font-weight: 700;
  color: var(--kr-black);
}
.mgal__cta svg { color: var(--kr-red); }

/* Mobile product info block */
.mpinfo { padding: 14px 16px 0; }
.mpinfo__eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.mpinfo__eyebrow .brand {
  font-family: var(--font-display); font-weight: 800;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--kr-red);
}
.mpinfo__eyebrow .col {
  font-size: 10px; color: var(--kr-mute); letter-spacing: 0.08em; text-transform: uppercase;
  padding-left: 8px; border-left: 1px solid var(--kr-line);
}
.mpinfo h1 { font-size: 22px; line-height: 1.15; letter-spacing: -0.015em; margin: 0 0 10px; }

.mpinfo__meta {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: 12px; color: var(--kr-mute);
  padding-bottom: 12px; border-bottom: 1px solid var(--kr-line);
}
.mpinfo__meta .stars { font-size: 12px; color: var(--kr-yellow); }
.mpinfo__meta b { color: var(--kr-black); font-family: var(--font-display); font-weight: 800; }
.mpinfo__meta a { color: var(--kr-graphite); text-decoration: underline; text-underline-offset: 2px; }
.mpinfo__sku { font-family: ui-monospace, monospace; font-size: 10px; }

/* Promo / countdown (mobile) */
.mpromo {
  margin: 14px 0;
  background: linear-gradient(105deg, #18120A 0%, #2A1C0F 100%);
  color: #fff;
  padding: 12px 14px;
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; position: relative; overflow: hidden;
}
.mpromo::after {
  content: ""; position: absolute; right: -30px; top: -30px; width: 110px; height: 110px;
  background: radial-gradient(circle, var(--kr-red) 0%, transparent 60%); opacity: 0.5;
}
.mpromo__label { display: flex; flex-direction: column; gap: 2px; position: relative; z-index: 1; }
.mpromo__label b { color: var(--kr-yellow); font-family: var(--font-display); font-weight: 800; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.mpromo__label small { font-size: 10px; color: rgba(255,255,255,0.7); }
.mcdown { display: flex; gap: 3px; position: relative; z-index: 1; }
.mcdown__cell { background: rgba(255,255,255,0.08); border-radius: 4px; padding: 4px 6px; text-align: center; min-width: 30px; font-family: var(--font-display); }
.mcdown__cell b { display: block; font-weight: 800; font-size: 14px; color: #fff; line-height: 1; }
.mcdown__cell small { font-size: 7px; color: rgba(255,255,255,0.55); letter-spacing: 0.1em; text-transform: uppercase; display: block; margin-top: 3px; }

/* Mobile price */
.mpb {
  padding: 14px 0; border-bottom: 1px dashed var(--kr-line);
  display: flex; align-items: flex-end; gap: 10px; flex-wrap: wrap;
}
.mpb__new {
  font-family: var(--font-display); font-weight: 800;
  font-size: 30px; line-height: 1; color: var(--kr-red);
  letter-spacing: -0.02em;
}
.mpb__new small { font-size: 13px; color: var(--kr-graphite); font-weight: 700; margin-left: 2px; }
.mpb__old {
  font-family: var(--font-display); font-weight: 700;
  font-size: 15px; color: var(--kr-mute);
  text-decoration: line-through; margin-bottom: 3px;
}
.mpb__save {
  margin-left: auto; margin-bottom: 3px;
  background: var(--kr-yellow); color: var(--kr-black);
  padding: 4px 8px; border-radius: 4px;
  font-family: var(--font-display); font-weight: 800; font-size: 11px;
}
.mpb__pack { width: 100%; font-size: 11px; color: var(--kr-mute); }
.mpb__pack b { color: var(--kr-black); font-family: var(--font-display); font-weight: 700; }

.mpflags {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 12px 0; font-size: 12px;
  border-bottom: 1px solid var(--kr-line);
}
.mpflags__instock { display: inline-flex; align-items: center; gap: 5px; color: #1F7A3E; font-weight: 700; font-family: var(--font-display); }
.mpflags__bonus b { color: var(--kr-red); font-family: var(--font-display); font-weight: 800; }

/* Mobile option block */
.mpopt { padding: 14px 0; border-bottom: 1px solid var(--kr-line); }
.mpopt__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.mpopt__head h4 {
  font-size: 11px; font-family: var(--font-display); font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--kr-mute);
}
.mpopt__head h4 b { color: var(--kr-black); text-transform: none; letter-spacing: 0; margin-left: 5px; font-weight: 800; font-size: 12px; }
.mpopt__head a { font-size: 11px; color: var(--kr-mute); text-decoration: underline; }

/* Decor swatches — horizontal scroll on mobile */
.mdcrow {
  display: flex; gap: 8px;
  overflow-x: auto; scrollbar-width: none;
  margin: 0 -16px; padding: 0 16px 4px;
}
.mdcrow::-webkit-scrollbar { display: none; }
.mdcsw {
  flex-shrink: 0; width: 56px; height: 56px;
  border-radius: 8px; overflow: hidden;
  position: relative;
  outline: 2px solid transparent; outline-offset: 2px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}
.mdcsw.is-active { outline-color: var(--kr-black); }

/* Option chips */
.mchipgrid { display: flex; gap: 6px; flex-wrap: wrap; }
.mopchip {
  padding: 8px 12px;
  background: #fff; border: 1.5px solid var(--kr-line);
  border-radius: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--kr-graphite);
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  min-width: 64px;
  position: relative;
}
.mopchip small { font-size: 9px; font-weight: 500; color: var(--kr-mute); }
.mopchip.is-active { border-color: var(--kr-black); background: var(--kr-black); color: #fff; }
.mopchip.is-active small { color: rgba(255,255,255,0.65); }
.mopchip.is-disabled { opacity: 0.4; }
.mopchip.is-disabled::before { content: ""; position: absolute; inset: 50% 6px; height: 1px; background: var(--kr-mute); }

/* Calc (mobile) */
.mcalc {
  margin: 14px 0;
  background: var(--kr-cream);
  border-radius: var(--r-md);
  padding: 14px;
}
.mcalc__title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.mcalc__title strong { font-family: var(--font-display); font-weight: 800; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }
.mcalc__row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 8px; }
.mcalc__row label { display: block; font-family: var(--font-display); font-weight: 700; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--kr-graphite); margin-bottom: 4px; }
.mcalc__field {
  display: flex; align-items: stretch; height: 38px;
  background: #fff; border: 1.5px solid var(--kr-line-2); border-radius: 6px; overflow: hidden;
}
.mcalc__field button { width: 30px; font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--kr-black); }
.mcalc__field .val { flex: 1; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 14px; }
.mcalc__out {
  height: 38px; padding: 0 10px;
  background: #fff; border: 1.5px dashed var(--kr-line-2); border-radius: 6px;
  display: flex; align-items: center; justify-content: space-between; font-size: 11px;
}
.mcalc__out b { font-family: var(--font-display); font-weight: 800; color: var(--kr-black); font-size: 13px; }
.mcalc__total {
  padding-top: 10px; margin-top: 4px; border-top: 1px dashed var(--kr-line-2);
  display: flex; justify-content: space-between; align-items: baseline;
}
.mcalc__total span { font-family: var(--font-display); font-weight: 700; font-size: 11px; color: var(--kr-graphite); }
.mcalc__total b { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--kr-red); }
.mcalc__total b small { font-size: 11px; font-weight: 500; color: var(--kr-mute); font-family: var(--font-body); margin-left: 4px; }

/* Buybar mobile */
.mbuybar { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: stretch; padding: 6px 0 14px; }
.mqty {
  display: flex; align-items: stretch;
  background: #fff; border: 1.5px solid var(--kr-line-2);
  border-radius: 999px; overflow: hidden;
}
.mqty button { width: 34px; font-family: var(--font-display); font-size: 18px; color: var(--kr-black); }
.mqty .val { min-width: 36px; padding: 0 2px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 14px; }
.mbtn-cart {
  background: var(--kr-red); color: #fff;
  padding: 12px 18px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 800; font-size: 13px;
  display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; border: 0;
}
.mbtn-cart small { font-weight: 600; opacity: 0.78; }
.mbtn-icon {
  width: 44px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--kr-line-2);
  color: var(--kr-graphite);
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.mbtn-icon.is-active { background: var(--kr-red); border-color: var(--kr-red); color: #fff; }

.mbtn-quick {
  display: block; width: 100%;
  padding: 11px; border-radius: 999px;
  background: #fff; border: 1.5px solid var(--kr-black); color: var(--kr-black);
  font-family: var(--font-display); font-weight: 800; font-size: 13px; cursor: pointer;
  text-align: center;
  margin-bottom: 14px;
}

/* Trust 2x2 mobile */
.mtrust {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  padding: 14px 0; border-top: 1px solid var(--kr-line); border-bottom: 1px solid var(--kr-line);
  margin: 4px 0;
}
.mtrust__card {
  display: flex; gap: 8px; align-items: center;
  padding: 8px; border-radius: var(--r-md); background: var(--kr-bg);
}
.mtrust__icon {
  width: 30px; height: 30px; border-radius: 50%;
  background: #fff; color: var(--kr-red);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mtrust__txt strong { font-family: var(--font-display); font-weight: 800; font-size: 11px; color: var(--kr-black); display: block; line-height: 1.2; }
.mtrust__txt small { font-size: 10px; color: var(--kr-mute); }

/* Mobile delivery card */
.mdeliv {
  margin: 14px 0;
  border: 1px solid var(--kr-line); border-radius: var(--r-md);
  background: linear-gradient(180deg, #fff, var(--kr-bg));
}
.mdeliv__row {
  display: flex; gap: 10px; align-items: center; padding: 12px;
  border-bottom: 1px dashed var(--kr-line);
}
.mdeliv__row:last-child { border-bottom: 0; }
.mdeliv__ico {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--kr-cream); color: var(--kr-black);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mdeliv__txt strong { font-family: var(--font-display); font-weight: 800; font-size: 12px; color: var(--kr-black); display: block; }
.mdeliv__txt small { font-size: 10px; color: var(--kr-mute); }
.mdeliv__txt small b { color: #1F7A3E; font-weight: 700; }
.mdeliv__price { margin-left: auto; font-family: var(--font-display); font-weight: 800; color: var(--kr-black); font-size: 12px; white-space: nowrap; }
.mdeliv__price.free { color: #1F7A3E; }

/* Mobile vendor card */
.mvendor {
  margin: 14px 0;
  border: 1px solid var(--kr-line); border-radius: var(--r-md);
  padding: 12px;
  display: grid; grid-template-columns: 40px 1fr auto; gap: 10px; align-items: center;
}
.mvendor__logo {
  width: 40px; height: 40px; border-radius: 8px;
  background: var(--kr-black); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 8px;
}
.mvendor__body strong { font-family: var(--font-display); font-weight: 800; font-size: 12px; display: flex; align-items: center; gap: 4px; }
.mvendor__body strong .verified { width: 14px; height: 14px; border-radius: 50%; background: #1F7A3E; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 8px; }
.mvendor__body small { font-size: 10px; color: var(--kr-mute); display: block; }
.mvendor__link { font-family: var(--font-display); font-weight: 700; font-size: 11px; color: var(--kr-black); padding: 6px 10px; border-radius: 999px; background: var(--kr-bg); border: 1px solid var(--kr-line); white-space: nowrap; }

/* Mobile quick stats — horizontal scroll */
.mqstats {
  display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none;
  padding: 14px 0 0;
  background: var(--kr-cream);
}
.mqstats__cell:first-child { margin-left: 16px; }
.mqstats__cell:last-child { margin-right: 16px; }
.mqstats::-webkit-scrollbar { display: none; }
.mqstats__cell {
  flex-shrink: 0; padding: 14px 14px 16px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  min-width: 140px;
}
.mqstats__ico {
  width: 32px; height: 32px; border-radius: 50%;
  background: #fff; color: var(--kr-black);
  display: flex; align-items: center; justify-content: center;
}
.mqstats__cell strong { font-family: var(--font-display); font-weight: 800; font-size: 12px; color: var(--kr-black); line-height: 1.15; }
.mqstats__cell small { font-size: 10px; color: var(--kr-mute); letter-spacing: 0.04em; }

/* Mobile tab strip (horizontal scroll) */
.mtabs {
  position: sticky; top: 0; z-index: 30;
  background: #fff; border-bottom: 1px solid var(--kr-line);
  display: flex; gap: 0; overflow-x: auto; scrollbar-width: none;
  padding: 0 16px;
  box-shadow: 0 4px 14px rgba(40,28,12,0.04);
}
.mtabs::-webkit-scrollbar { display: none; }
.mtab {
  padding: 14px 12px;
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  color: var(--kr-graphite); white-space: nowrap; position: relative;
  display: inline-flex; align-items: center; gap: 4px;
}
.mtab.is-active { color: var(--kr-red); }
.mtab.is-active::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 2px; background: var(--kr-red); }
.mtab b { font-size: 10px; color: var(--kr-mute); font-weight: 600; }
.mtab.is-active b { color: var(--kr-red); }

/* Mobile sec — uses padding instead of huge gap */
.mtsec { padding: 28px 16px; border-bottom: 1px solid var(--kr-line); }
.mtsec h2 { font-size: 18px; margin-bottom: 14px; line-height: 1.2; }
.mtsec h2 small { font-family: var(--font-body); font-size: 11px; font-weight: 400; color: var(--kr-mute); margin-left: 8px; display: block; margin-top: 4px; }

/* Mobile description copy */
.mtdesc .lede { font-size: 15px; font-weight: 500; color: var(--kr-black); margin-bottom: 12px; line-height: 1.5; }
.mtdesc p { font-size: 13px; line-height: 1.6; color: var(--kr-graphite); margin-bottom: 12px; }
.mtdesc__img { aspect-ratio: 1.5; border-radius: var(--r-md); overflow: hidden; position: relative; margin: 14px 0; }
.mtdesc__img__caption {
  position: absolute; bottom: 12px; left: 12px;
  background: rgba(255,255,255,0.96); padding: 6px 10px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 700; font-size: 10px;
}
.mfeats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 6px; }
.mfeat { background: var(--kr-bg); padding: 14px; border-radius: var(--r-md); border: 1px solid var(--kr-line); }
.mfeat__ico { width: 32px; height: 32px; border-radius: 8px; background: var(--kr-black); color: var(--kr-yellow); display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.mfeat h4 { font-size: 12px; margin-bottom: 4px; line-height: 1.2; }
.mfeat p { font-size: 11px; color: var(--kr-mute); line-height: 1.4; }

/* Mobile specs as accordion-style table */
.mspecs__row {
  display: flex; align-items: baseline; gap: 10px;
  padding: 11px 0; border-bottom: 1px solid var(--kr-line);
}
.mspecs__row .lbl { color: var(--kr-mute); font-size: 12px; flex: 1; }
.mspecs__row .val { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--kr-black); text-align: right; }

/* Apps mobile */
.mapps { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mapp { aspect-ratio: 1; border-radius: var(--r-md); overflow: hidden; position: relative; }
.mapp__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 12px 10px; background: linear-gradient(180deg, transparent, rgba(0,0,0,0.85)); color: #fff; }
.mapp__cap h4 { color: #fff; font-size: 13px; margin-bottom: 2px; }
.mapp__cap small { color: rgba(255,255,255,0.7); font-size: 10px; }

/* Mobile reviews */
.mrev-summary { background: var(--kr-bg); padding: 16px; border-radius: var(--r-md); margin-bottom: 14px; }
.mrev-summary__top { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
.mrev-summary__big { font-family: var(--font-display); font-weight: 800; font-size: 40px; line-height: 1; color: var(--kr-black); }
.mrev-summary__sub { font-size: 11px; color: var(--kr-mute); }
.mrev-summary__sub .stars { font-size: 13px; color: var(--kr-yellow); display: block; margin-bottom: 2px; }

/* Rating bars (mobile) */
.mrev-summary .revs__bars { display: flex; flex-direction: column; gap: 4px; }
.mrev-summary .revs__bar {
  display: grid; grid-template-columns: 24px 1fr 24px;
  gap: 8px; align-items: center; font-size: 10px;
}
.mrev-summary .revs__bar .track { height: 5px; background: rgba(0,0,0,0.06); border-radius: 3px; overflow: hidden; }
.mrev-summary .revs__bar .fill { height: 100%; background: var(--kr-yellow); }
.mrev-summary .revs__bar .cnt { color: var(--kr-mute); text-align: right; }

.mrev-filters {
  display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none;
  margin: 0 -16px 14px; padding: 0 16px;
}
.mrev-filters::-webkit-scrollbar { display: none; }
.mrev-filter {
  flex-shrink: 0; padding: 6px 10px; border-radius: 999px;
  background: var(--kr-bg); font-size: 11px;
  font-family: var(--font-display); font-weight: 700;
}
.mrev-filter.is-active { background: var(--kr-black); color: #fff; }
.mrev-filter b { color: var(--kr-mute); font-weight: 600; margin-left: 4px; }
.mrev-filter.is-active b { color: rgba(255,255,255,0.55); }

.mrev { padding: 14px 0; border-bottom: 1px solid var(--kr-line); }
.mrev__top { display: flex; gap: 10px; align-items: center; margin-bottom: 6px; }
.mrev__avt { width: 34px; height: 34px; border-radius: 50%; background: var(--kr-sand); color: var(--kr-black); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 12px; flex-shrink: 0; }
.mrev__avt.av2 { background: var(--kr-mint); }
.mrev__avt.av3 { background: var(--kr-sky); }
.mrev__who strong { font-family: var(--font-display); font-weight: 800; font-size: 12px; display: block; line-height: 1.2; }
.mrev__who small { font-size: 10px; color: var(--kr-mute); }
.mrev__rating { margin-left: auto; }
.mrev__rating .stars { font-size: 12px; color: var(--kr-yellow); }
.mrev__title { font-family: var(--font-display); font-weight: 800; font-size: 13px; margin: 6px 0 3px; }
.mrev p { font-size: 12px; line-height: 1.5; }
.mrev__photos { display: flex; gap: 6px; margin-top: 10px; }
.mrev__photo { width: 60px; height: 60px; border-radius: 6px; }

/* Mobile FBT */
.mfbt {
  display: grid; grid-template-columns: 1fr; gap: 8px;
}
.mfbt__card {
  background: #fff; border: 1.5px solid var(--kr-line); border-radius: var(--r-md);
  padding: 10px; display: flex; gap: 10px; align-items: center; position: relative;
}
.mfbt__card.is-this { border-color: var(--kr-black); }
.mfbt__check {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--kr-red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mfbt__card.unchecked .mfbt__check { background: #fff; border: 1.5px solid var(--kr-line-2); color: transparent; }
.mfbt__img { width: 50px; height: 50px; border-radius: 6px; flex-shrink: 0; }
.mfbt__body { flex: 1; }
.mfbt__cat { font-size: 10px; color: var(--kr-mute); letter-spacing: 0.04em; }
.mfbt__title { font-family: var(--font-display); font-weight: 700; font-size: 12px; line-height: 1.3; }
.mfbt__price { font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--kr-red); white-space: nowrap; }
.mfbt__priceold { font-size: 10px; color: var(--kr-mute); text-decoration: line-through; display: block; }
.mfbt__total {
  background: var(--kr-black); color: #fff;
  padding: 14px; border-radius: var(--r-md); margin-top: 4px;
}
.mfbt__total small { font-size: 10px; color: rgba(255,255,255,0.55); letter-spacing: 0.08em; text-transform: uppercase; }
.mfbt__total .new { font-family: var(--font-display); font-weight: 800; font-size: 24px; color: var(--kr-yellow); line-height: 1; display: block; margin: 2px 0 6px; }
.mfbt__total .new sub { font-size: 11px; color: rgba(255,255,255,0.55); margin-left: 4px; font-weight: 500; bottom: 0; }
.mfbt__total .save { font-size: 11px; color: var(--kr-yellow); font-family: var(--font-display); font-weight: 700; display: block; margin-bottom: 10px; }

/* Mobile related — horizontal scroll */
.mrel-row {
  display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none;
  margin: 0 -16px; padding: 0 16px 4px;
}
.mrel-row::-webkit-scrollbar { display: none; }
.mrelcard {
  flex-shrink: 0; width: 160px;
  background: #fff; border: 1px solid var(--kr-line); border-radius: var(--r-md);
  overflow: hidden;
}
.mrelcard__img { aspect-ratio: 1; position: relative; }
.mrelcard__badge { position: absolute; top: 8px; left: 8px; background: var(--kr-red); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 10px; padding: 3px 6px; border-radius: 3px; }
.mrelcard__body { padding: 10px; }
.mrelcard__cat { font-size: 9px; color: var(--kr-mute); letter-spacing: 0.04em; text-transform: uppercase; }
.mrelcard__name { font-family: var(--font-display); font-weight: 700; font-size: 12px; margin: 2px 0 6px; line-height: 1.25; }
.mrelcard__price { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--kr-red); }
.mrelcard__price small { font-size: 10px; color: var(--kr-mute); font-weight: 500; }

/* Sticky bottom CTA (mobile) */
.msticky-cta {
  position: sticky; bottom: 0; z-index: 40;
  background: #fff; border-top: 1px solid var(--kr-line);
  padding: 10px 12px;
  display: grid; grid-template-columns: 38px 1fr auto; gap: 8px; align-items: center;
  box-shadow: 0 -8px 20px rgba(0,0,0,0.04);
}
.msticky-cta__price b { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--kr-red); line-height: 1; display: block; }
.msticky-cta__price small { font-size: 10px; color: var(--kr-mute); }
.msticky-cta button.add {
  background: var(--kr-red); color: #fff;
  padding: 11px 18px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 800; font-size: 13px;
  display: flex; align-items: center; gap: 6px; cursor: pointer; border: 0;
}
.msticky-cta__back {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--kr-bg); border: 1px solid var(--kr-line);
  display: flex; align-items: center; justify-content: center;
  color: var(--kr-graphite);
}


}

  /* ============================================================
     PROMO BADGES — animated & lifted off the artwork so they
     stay legible once the flat fill becomes a real photo.
     Applies to both desktop (.gal__badges) and mobile
     (.mgal__badges) — this block is intentionally unscoped.
     ============================================================ */
  .gal__badges .gbadge, .mgal__badges .gbadge {
    position: relative; overflow: hidden;
    display: inline-flex; align-items: center; gap: 5px;
    box-shadow: 0 6px 18px rgba(0,0,0,.30), 0 1px 0 rgba(255,255,255,.22) inset;
    text-shadow: 0 1px 2px rgba(0,0,0,.30);
    transform-origin: left center;
    animation: gbadge-in .55s cubic-bezier(.2,.9,.3,1.35) both;
  }
  /* base chip look — mobile scope never defined .gbadge, so set it here too */
  .mgal__badges .gbadge {
    font-family: "Manrope", system-ui, sans-serif; font-weight: 800;
    font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 6px 12px; border-radius: 4px; color: #fff; width: max-content;
  }
  .mgal__badges .gbadge--red   { background: #C8102E; color: #fff; }
  .mgal__badges .gbadge--black { background: #0F0F0F; color: #fff; }
  .mgal__badges .gbadge--gold,
  .mgal__badges .gbadge--sale  { background: #F2C94C; color: #0F0F0F; text-shadow: none; }
  /* staggered entrance */
  .gal__badges .gbadge:nth-child(1), .mgal__badges .gbadge:nth-child(1) { animation-delay: .05s; }
  .gal__badges .gbadge:nth-child(2), .mgal__badges .gbadge:nth-child(2) { animation-delay: .15s; }
  .gal__badges .gbadge:nth-child(3), .mgal__badges .gbadge:nth-child(3) { animation-delay: .25s; }

  /* gloss sweep — staggered so the three shine in sequence */
  .gal__badges .gbadge::after, .mgal__badges .gbadge::after {
    content: ""; position: absolute; top: 0; left: -75%;
    width: 55%; height: 100%; pointer-events: none;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.6), transparent);
    transform: skewX(-18deg);
    animation: gbadge-shine 5s ease-in-out infinite;
  }
  .gal__badges .gbadge:nth-child(2)::after, .mgal__badges .gbadge:nth-child(2)::after { animation-delay: .4s; }
  .gal__badges .gbadge:nth-child(3)::after, .mgal__badges .gbadge:nth-child(3)::after { animation-delay: .8s; }

  /* the −24% badge keeps a soft attention pulse */
  .gal__badges .gbadge--red, .mgal__badges .gbadge--red {
    animation: gbadge-in .55s cubic-bezier(.2,.9,.3,1.35) both,
               gbadge-pulse 2.4s ease-in-out 1.1s infinite;
  }
  /* BLACK FRIDAY badge — subtle float so the dark chip reads on a photo */
  .gal__badges .gbadge--black, .mgal__badges .gbadge--black {
    animation: gbadge-in .55s cubic-bezier(.2,.9,.3,1.35) both,
               gbadge-float 3.6s ease-in-out 1.4s infinite;
  }
  .gal__badges .gbadge--black, .mgal__badges .gbadge--black { animation-delay: .15s, 1.4s; }
  .gal__badges .gbadge--gold, .mgal__badges .gbadge--gold {
    animation: gbadge-in .55s cubic-bezier(.2,.9,.3,1.35) both,
               gbadge-float 3.6s ease-in-out 2s infinite;
  }
  .gal__badges .gbadge--gold, .mgal__badges .gbadge--gold { animation-delay: .25s, 2s; }

  @keyframes gbadge-in {
    0%   { opacity: 0; transform: translateX(-14px) scale(.86); }
    100% { opacity: 1; transform: none; }
  }
  @keyframes gbadge-shine {
    0%, 55% { left: -75%; }
    78%     { left: 130%; }
    100%    { left: 130%; }
  }
  @keyframes gbadge-pulse {
    0%, 100% { box-shadow: 0 6px 18px rgba(0,0,0,.30), 0 0 0 0 rgba(200,16,46,.55), 0 1px 0 rgba(255,255,255,.22) inset; }
    50%      { box-shadow: 0 8px 22px rgba(0,0,0,.34), 0 0 0 7px rgba(200,16,46,0), 0 1px 0 rgba(255,255,255,.22) inset; }
  }
  @keyframes gbadge-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-3px); }
  }
  @media (prefers-reduced-motion: reduce) {
    .gal__badges .gbadge, .mgal__badges .gbadge,
    .gal__badges .gbadge::after, .mgal__badges .gbadge::after { animation: none !important; }
  }
