/* ============================================================
   KRONOTEX — Catalog (shop archive) page styles.
   Ported 1:1 from Kronotex Catalog.html (style blocks, lines 11–2920).
   Self-contained @scope (.kr-desktop)/(.kr-mobile); loaded after
   chrome.css (which supplies the mega-menu styles this file omits).
   ============================================================ */
@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) */

/* ── Real filter inputs: hide native, keep accessible ───────── */
.flt-native-cb {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
/* Pill labels: need relative positioning for the hidden input */
.flt-pills .flt-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
/* flt-check labels already use flex, just ensure cursor */
.flt-check {
  cursor: pointer;
  user-select: none;
}
/* Loading state for the grid */
#krontex-flt-grid.flt-loading,
#krontex-flt-grid-m.flt-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.2s;
}
/* Reset-all link in filter head */
.flt-reset-all { cursor: pointer; }


}
@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 */

/* ── Real filter inputs: hide native (mobile scope) ─────────── */
.flt-native-cb {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.flt-pills .flt-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.flt-check {
  cursor: pointer;
  user-select: none;
}
#krontex-flt-grid.flt-loading,
#krontex-flt-grid-m.flt-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.2s;
}


}
