/* ===========================================
   ЭкранДом — main stylesheet
   =========================================== */

/* ----- Reset / base ----- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

/* ===========================================
   Preloader (грузится первым)
   =========================================== */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background:
    radial-gradient(120% 80% at 50% 40%, #fff5ee 0%, #fff 70%);
  transition: opacity .5s ease, visibility .5s ease;
  pointer-events: all;
}
.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader__icon {
  width: 64px;
  height: 64px;
  color: #FE634E;
  animation: preloader-pulse 1.6s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  transform-origin: center bottom;
}
.preloader__icon svg { width: 100%; height: 100%; display: block; }
.preloader__brand {
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #1f2330;
  opacity: 0;
  animation: preloader-fade-in .8s ease .3s forwards;
}
.preloader__brand .logo__name--accent { color: #FE634E; }
@keyframes preloader-pulse {
  0%, 100% { transform: scale(0.92) translateY(2px); opacity: 0.55; }
  50%      { transform: scale(1.05) translateY(-3px); opacity: 1; }
}
@keyframes preloader-fade-in {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: none; }
}
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #1f2330;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; transition: color .15s ease; }
a:hover { color: #FE634E; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; }
p { margin: 0 0 0.75em; }
p:last-child { margin-bottom: 0; }

:root {
  --accent: #FE634E;
  --accent-dark: #e84d36;
  --accent-soft: #fff1ec;
  --ink: #1f2330;
  --ink-2: #4a5063;
  --ink-3: #7a8092;
  --line: #ececf0;
  --line-2: #f4f4f7;
  --bg: #ffffff;
  --bg-soft: #f8f7f4;
  --bg-warm: #fdf8f3;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-sm: 8px;
  --shadow: 0 8px 24px rgba(28, 30, 40, 0.06);
  --shadow-lg: 0 18px 48px rgba(28, 30, 40, 0.10);
  --container: 1200px;
}

/* ----- Container / utilities ----- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.section__title {
  font-size: clamp(26px, 3.2vw, 38px);
  margin-bottom: 14px;
  color: var(--ink);
}
.section__lead {
  font-size: 17px;
  color: var(--ink-2);
  max-width: 720px;
}
.accent { color: var(--accent); white-space: nowrap; }

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  transition: transform .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 18px rgba(254, 99, 78, 0.28);
}
.btn--primary:hover { background: var(--accent-dark); color: #fff; }
.btn--ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}
.btn--ghost:hover { color: var(--ink); border-color: var(--ink); }
.btn--text {
  background: transparent;
  color: var(--ink-2);
  padding: 12px 8px;
}
.btn--text:hover { color: var(--accent); }
.btn--lg { padding: 16px 28px; font-size: 16px; }
.btn--sm { padding: 9px 16px; font-size: 14px; }
.btn--block { width: 100%; }

/* ----- Placeholders ----- */
.ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    repeating-linear-gradient(135deg, #f5f1ea 0, #f5f1ea 12px, #efe9df 12px, #efe9df 24px);
  color: #98896f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: var(--radius);
  width: 100%;
  height: 100%;
  min-height: 120px;
}
.ph--product {
  background:
    radial-gradient(120% 120% at 30% 20%, #ffe6dc 0%, #fff 60%),
    repeating-linear-gradient(135deg, #f5f1ea 0, #f5f1ea 12px, #efe9df 12px, #efe9df 24px);
  color: var(--ink);
  font-size: 14px;
  border: 1px solid var(--line);
}
.ph--card { min-height: 160px; }
.ph--map {
  background:
    linear-gradient(180deg, #eef0e6 0%, #e6e8db 100%);
  color: #6b7060;
  min-height: 280px;
}

/* ----- Topbar ----- */
.topbar {
  background: #1f2330;
  color: #d4d6dc;
  font-size: 13px;
}
.topbar__inner { padding: 9px 24px; }
.topbar__desktop {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
}
.topbar__mobile { display: none; }
.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.topbar__item svg {
  width: 16px;
  height: 16px;
  color: var(--accent);
  flex: none;
}
.topbar__sep { display: none; }
.topbar__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: background .15s ease;
}
.topbar__cta:hover { background: var(--accent-dark); color: #fff; }
.topbar__cta svg { color: #fff; }
.topbar__phone {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.topbar__phone:hover { color: var(--accent); }

/* ----- Header ----- */
.header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
  z-index: 50;
}
.header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 14px 24px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}
.logo:hover { color: var(--ink); }
.logo__mark {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex: none;
}
.logo__mark svg { width: 100%; height: 100%; display: block; }
.logo__name--accent { color: var(--accent); }
.logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.logo__name {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.logo__tagline {
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
}
.nav__link {
  font-weight: 500;
  font-size: 15px;
  color: var(--ink-2);
  position: relative;
}
.nav__link:hover { color: var(--accent); }

.header__contacts {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}
.header__phone {
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}
.header__email {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 2px;
}

.burger {
  display: none;
  width: 42px;
  height: 42px;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 60;
}
.burger span {
  width: 20px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
  transform-origin: center;
}
body.nav-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .burger span:nth-child(2) { opacity: 0; }
body.nav-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer */
@media (max-width: 1080px) {
  .nav {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: 86%;
    max-width: 340px;
    background: #fff;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0;
    padding: 80px 24px 32px;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 55;
    box-shadow: -20px 0 40px rgba(0,0,0,0.12);
    display: flex !important;
  }
  body.nav-open .nav { transform: translateX(0); }
  .nav__link {
    padding: 14px 0;
    font-size: 17px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
  }
  .nav__link:last-child { border-bottom: 0; }

  /* Backdrop */
  body.nav-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(20, 22, 30, 0.45);
    z-index: 50;
    pointer-events: auto;
  }
  body.nav-open { overflow: hidden; }
}

/* ----- Hero ----- */
.hero {
  position: relative;
  background:
    radial-gradient(60% 80% at 100% 0%, #ffe9e1 0%, transparent 60%),
    radial-gradient(50% 60% at 0% 100%, #fff5f0 0%, transparent 60%),
    var(--bg-warm);
  padding: 56px 0 80px;
  overflow: hidden;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 20px;
  box-shadow: var(--shadow);
}
.hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2bbf64;
  box-shadow: 0 0 0 4px rgba(43, 191, 100, 0.18);
}
.hero__title {
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.08;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.hero__lead {
  font-size: 18px;
  color: var(--ink-2);
  max-width: 560px;
  margin-bottom: 28px;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.hero__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 520px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.hero__points li {
  display: flex;
  flex-direction: column;
}
.hero__points span {
  font-size: 26px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.hero__points small {
  font-size: 12.5px;
  color: var(--ink-3);
  margin-top: 4px;
  line-height: 1.3;
}

.hero__media {
  position: relative;
  min-height: 460px;
}
.hero__carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}
.hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .6s ease;
}
.hero__slide.is-active img {
  animation: hero-kenburns 7.5s linear forwards;
}
@keyframes hero-kenburns {
  0%   { transform: scale(1.02) translate(0, 0); }
  100% { transform: scale(1.10) translate(-1.5%, 0.5%); }
}
.hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(20, 22, 30, 0.6) 100%);
  pointer-events: none;
}
.hero__photo-caption {
  position: absolute;
  left: 24px;
  bottom: 60px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  z-index: 1;
}
.hero__photo-eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  background: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  align-self: flex-start;
}
.hero__photo-title {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

/* Carousel caption — fits inside since nav is now outside */
.hero__photo-caption { bottom: 24px; }

/* Carousel nav — under image, premium minimal */
.hero__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 0 4px;
}
.hero__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: var(--ink-3);
  font-size: 13px;
  min-width: 64px;
}
.hero__counter-cur {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}
.hero__counter-sep { color: var(--ink-3); }
.hero__counter-total { color: var(--ink-3); font-size: 13px; }

.hero__dots {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
}
.hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, transform .25s ease, width .25s ease;
  box-sizing: border-box;
}
.hero__dot:hover {
  background: var(--ink-3);
  transform: scale(1.2);
}
.hero__dot.is-active {
  background: var(--accent);
  width: 26px;
  border-radius: 999px;
}

.hero__arrows {
  display: flex;
  gap: 6px;
}
.hero__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
  padding: 0;
}
.hero__arrow:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}
.hero__arrow svg { display: block; }
.hero__card--big {
  grid-row: 1 / span 2;
  grid-column: 1;
}
.hero__card--mid {
  grid-column: 2;
  grid-row: 1;
}
.hero__card--sm {
  grid-column: 2;
  grid-row: 2;
}
.hero__card .ph { min-height: 100%; }

/* ----- About / features ----- */
.about { padding: 96px 0; }
.about__inner { display: grid; gap: 56px; }
.about__head { max-width: 820px; }

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.feature__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.feature__icon svg { width: 24px; height: 24px; }
.feature__title {
  font-size: 18px;
  margin-bottom: 8px;
}
.feature__text {
  font-size: 14.5px;
  color: var(--ink-2);
}

/* ----- Catalog ----- */
.catalog {
  padding: 96px 0;
  background: var(--bg-soft);
}
.catalog__head {
  max-width: 820px;
  margin-bottom: 36px;
}
.tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.tab {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.tab:hover { border-color: var(--accent); }
.tab.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}
.tab.is-active .tab__meta { color: #b6bccd; }
.tab__name { font-weight: 700; font-size: 15px; }
.tab__meta { font-size: 13px; color: var(--ink-3); }

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.products--home,
.catalog__group .products {
  grid-template-columns: repeat(3, 1fr);
}
.catalog__group[hidden] { display: none; }
.catalog__group { animation: ekr-fade .25s ease; }
@keyframes ekr-fade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.product {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.product__media {
  position: relative;
  background: #fff;
  padding: 8px;
  border-bottom: 1px solid var(--line);
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #e7f7eb;
  color: #2a8b46;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
}
.product__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  font-size: 12.5px;
}
.product__rating-value { font-weight: 700; color: var(--ink); }
.product__rating-count { color: var(--ink-3); }
.product__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}
.product:hover .product__media img { transform: scale(1.04); }
.product__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product__price {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
}
.product__title {
  font-size: 17px;
  margin-bottom: 6px;
}
.product__meta {
  font-size: 13.5px;
  color: var(--ink-3);
  margin-bottom: 18px;
}
.product__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.catalog__more {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

/* ----- Usage / Где применяются ----- */
.usage {
  padding: 96px 0;
  background: var(--bg-soft);
}
.usage__head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}
.usage__head .section__lead { margin: 0 auto; }
.usage__layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: start;
}
.usage__tabs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 6px;
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  position: sticky;
  top: 88px;
}
.usage__tab {
  display: block;
  width: 100%;
  text-align: left;
  padding: 11px 16px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-2);
  background: transparent;
  border-radius: 8px;
  transition: background .15s ease, color .15s ease;
  cursor: pointer;
}
.usage__tab:hover { background: var(--bg-soft); color: var(--ink); }
.usage__tab.is-active {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 10px rgba(254, 99, 78, 0.25);
}
.usage__stage {
  position: relative;
  min-height: 480px;
}
.usage__photo {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #fff;
  animation: ekr-fade .25s ease;
}
.usage__photo[hidden] { display: none; }
.usage__photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1281 / 832;
  object-fit: cover;
}
.usage__photo figcaption {
  padding: 18px 22px;
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.55;
  border-top: 1px solid var(--line);
}
.usage__photo figcaption strong { color: var(--ink); margin-right: 4px; }

@media (max-width: 1080px) {
  .usage__layout { grid-template-columns: 1fr; }
  .usage__tabs {
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: nowrap;
    position: static;
    -webkit-overflow-scrolling: touch;
  }
  .usage__tab { white-space: nowrap; }
}

/* ----- Help banner ----- */
.help {
  padding: 56px 0;
  background:
    linear-gradient(135deg, #1f2330 0%, #2a2f44 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.help::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto auto;
  width: 60%;
  height: 200%;
  background: radial-gradient(closest-side, rgba(254, 99, 78, 0.25), transparent 70%);
  pointer-events: none;
}
.help__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
}
.help__title {
  font-size: clamp(22px, 2.4vw, 30px);
  margin-bottom: 6px;
}
.help__lead { color: #c8ccda; max-width: 540px; }

/* ----- Delivery ----- */
.delivery { padding: 96px 0; }
.delivery__head {
  max-width: 820px;
  margin-bottom: 36px;
}
.delivery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.dcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.dcard:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.dcard__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.dcard__icon svg { width: 22px; height: 22px; }
.dcard__title {
  font-size: 17px;
  margin-bottom: 8px;
}
.dcard p {
  font-size: 14.5px;
  color: var(--ink-2);
}
.delivery__note {
  background: var(--accent-soft);
  border-radius: var(--radius);
  padding: 20px 24px;
  border-left: 4px solid var(--accent);
  font-size: 15px;
  color: var(--ink);
}

/* ----- FAQ ----- */
.faq {
  padding: 96px 0;
  background: var(--bg-soft);
}
.faq__inner {
  max-width: 880px;
  margin: 0 auto;
}
.faq__head { margin-bottom: 32px; text-align: center; }
.faq__head .section__lead { margin-left: auto; margin-right: auto; }

.faq__list { display: flex; flex-direction: column; gap: 12px; }
.faq__item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.faq__item:hover { border-color: #d8d9e0; }
.faq__item details { width: 100%; }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: var(--accent);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent-soft);
  flex: none;
  transition: transform .2s ease, background .15s ease;
}
.faq__item details[open] summary::after { content: "−"; }
.faq__body {
  padding: 0 24px 22px;
  color: var(--ink-2);
  font-size: 15px;
}

/* ----- SEO ----- */
.seo { padding: 96px 0; }
.seo__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.seo__head .section__lead { margin: 0 auto; }

.seo-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
}
.seo-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
  overflow: hidden;
}
.seo-card::after {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 60%;
  height: 60%;
  background: radial-gradient(closest-side, rgba(254, 99, 78, 0.10), transparent 70%);
  filter: blur(30px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  opacity: 0;
}
.seo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(28, 30, 40, 0.10);
  border-color: transparent;
}
.seo-card:hover::after { opacity: 1; transform: translate(-10%, 10%); }
.seo-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent-soft) 0%, #ffe2d5 100%);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.seo-card__icon svg { width: 28px; height: 28px; }
.seo-card__title {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--ink);
  position: relative;
  z-index: 1;
}
.seo-card p {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

@media (max-width: 1080px) { .seo-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .seo-cards { grid-template-columns: 1fr; } }

/* ----- Contacts ----- */
.contacts {
  padding: 96px 0;
  background: var(--bg-soft);
}
.contacts__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.contacts__panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow);
}
.contacts__title {
  font-size: clamp(22px, 2.4vw, 28px);
  margin-bottom: 24px;
}

.form { display: flex; flex-direction: column; gap: 14px; }
.form__field { display: flex; flex-direction: column; gap: 6px; }
.form__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: 0.01em;
}
.form input, .form textarea {
  font: inherit;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
  resize: vertical;
}
.form input::placeholder, .form textarea::placeholder { color: #b1b6c5; }
.form input:focus, .form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(254, 99, 78, 0.12);
}
.form__note {
  font-size: 12.5px;
  color: var(--ink-3);
  text-align: center;
  margin-top: 4px;
}
.form__note a { color: var(--ink-2); text-decoration: underline; }

/* ----- Consent checkbox (152-ФЗ) ----- */
.form__consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  margin: 4px 0;
}
.form__consent > span {
  padding-top: 0;
}
.form__consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  margin: 1px 0 0 0;
  padding: 0;
  border: 1.5px solid var(--line);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: border-color .15s ease, background .15s ease;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
}
.form__consent input[type="checkbox"]:hover {
  border-color: var(--accent);
}
.form__consent input[type="checkbox"]:checked {
  background: var(--accent);
  border-color: var(--accent);
}
.form__consent input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.form__consent input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.form__consent a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form__consent a:hover { color: var(--accent-dark); }

.contacts__info {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow);
}
.contacts__h {
  font-size: 22px;
  margin-bottom: 24px;
}
.contacts__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 28px;
}
.contacts__list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contacts__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.contacts__value {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}
.contacts__map {
  border-radius: var(--radius);
  overflow: hidden;
}

/* ----- Footer ----- */
.footer {
  background: #1a1d28;
  color: #c0c5d4;
  padding-top: 64px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.logo--footer .logo__name { color: #fff; }
.footer__about {
  font-size: 14px;
  color: #8a8f9e;
  margin-top: 14px;
  max-width: 320px;
}
.footer__h {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.footer__nav { display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.footer__nav a { color: #c0c5d4; }
.footer__nav a:hover { color: var(--accent); }
.footer__disclaimer {
  border-top: 1px solid #2a2e3d;
  padding: 22px 0 18px;
  font-size: 12.5px;
  line-height: 1.55;
  color: #6c7283;
}
.footer__disclaimer p { margin: 0; max-width: 1100px; }

.footer__bottom {
  border-top: 1px solid #2a2e3d;
  padding: 18px 0 22px;
  font-size: 13px;
  color: #6c7283;
}
.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.footer__copy { color: #6c7283; }
.footer__policy { color: #9ea4b6; }
.footer__policy:hover { color: var(--accent); }
.footer__credit {
  color: #9ea4b6;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color .15s ease;
}
.footer__credit:hover { color: #fff; }
.footer__credit-link {
  color: var(--accent);
  font-weight: 700;
  border-bottom: 1px dashed rgba(254, 99, 78, 0.55);
  padding-bottom: 1px;
  transition: border-color .15s ease;
}
.footer__credit:hover .footer__credit-link {
  border-bottom-color: var(--accent);
}

/* ===========================================
   Product page
   =========================================== */

/* ----- Dark button variant ----- */
.btn--dark {
  background: #1f2330;
  color: #fff;
  border-color: #1f2330;
}
.btn--dark:hover { background: #2a2f44; color: #fff; }

/* ----- Breadcrumbs ----- */
.crumbs {
  background: var(--bg-warm);
  border-bottom: 1px solid var(--line);
}
.crumbs__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  font-size: 14px;
  flex-wrap: wrap;
}
.crumbs__home {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.crumbs__home:hover { background: var(--accent-dark); color: #fff; }
.crumbs__sep { color: var(--ink-3); }
.crumbs__link { color: var(--ink-2); padding: 6px 0; font-weight: 500; }
.crumbs__link:hover { color: var(--accent); }
.crumbs__current { color: var(--ink); font-weight: 600; }

/* ----- Product page layout ----- */
.product-page { padding: 32px 0 64px; }
.product-page__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
}
.product-page .desc { grid-column: 1; }
.product-page .buy { grid-column: 2; grid-row: 1 / span 2; }

/* ----- Gallery ----- */
.gallery {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
}
.gallery__main {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery__main.is-cover {
  padding: 0;
}
.gallery__main.is-cover img {
  object-fit: cover;
  border-radius: var(--radius);
}
.gallery__main:last-child { margin-bottom: 0; }
.gallery__thumbs {
  display: flex;
  gap: 10px;
}
.gallery__thumb {
  width: 80px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--line);
  background: #fff;
  cursor: pointer;
  transition: border-color .15s ease, transform .15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.gallery__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.gallery__thumb[data-fit="cover"] {
  padding: 0;
}
.gallery__thumb[data-fit="cover"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.gallery__thumb:hover { transform: translateY(-2px); }
.gallery__thumb.is-active { border-color: var(--accent); }
.ph--gallery {
  font-size: 15px;
  min-height: 100%;
  border-radius: var(--radius);
}
.ph--thumb {
  min-height: 100%;
  font-size: 12px;
  border-radius: 8px;
}

/* ----- Buy panel ----- */
.buy { display: flex; flex-direction: column; }
.buy__title {
  font-size: clamp(26px, 3vw, 34px);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.buy__sub {
  color: var(--ink-3);
  font-size: 14.5px;
  margin-bottom: 22px;
}

/* ----- Stars ----- */
.stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  vertical-align: middle;
  line-height: 0;
}
.stars__star { display: inline-flex; }
.stars__star.is-on  { color: #ffb519; }
.stars__star.is-off { color: #e4e4ea; }
.stars__star svg { display: block; }

/* ----- Rating block in buy panel ----- */
.rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--ink-2);
  font-size: 14px;
  margin: 4px 0 16px;
  padding: 6px 12px;
  background: #fffbed;
  border: 1px solid #f5e6b8;
  border-radius: 999px;
  transition: background .15s ease;
}
.rating:hover { background: #fff5d4; color: var(--ink); }
.rating__value { font-weight: 800; color: var(--ink); font-size: 15px; }
.rating__sep { color: var(--ink-3); }
.rating__count { color: var(--ink-2); border-bottom: 1px dashed currentColor; padding-bottom: 1px; }

.size-picker {
  margin-bottom: 20px;
}
.size-picker__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.size-picker__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.size-picker__more {
  font-size: 13px;
  color: var(--ink-2);
  font-weight: 600;
  border-bottom: 1px dashed var(--ink-3);
}
.size-picker__more:hover { color: var(--accent); border-color: var(--accent); }
.size-picker__list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.size-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 38px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  transition: border-color .15s ease, color .15s ease, background .15s ease, transform .15s ease;
}
.size-pill:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}
.size-pill.is-current {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(254,99,78,0.25);
}

.buy__panel {
  background: linear-gradient(180deg, #fff7f3 0%, #fffaf6 100%);
  border: 1px solid #fde0d3;
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 28px;
}
.buy__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.buy__price {
  font-size: 36px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.buy__price span { font-size: 28px; font-weight: 700; color: var(--ink-2); }
.buy__stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e7f7eb;
  color: #2a8b46;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
}

.buy__delivery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #f3c8b5;
}
.buy__delivery li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--ink-2);
  flex-wrap: wrap;
}
.buy__d-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #fff;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.buy__d-icon svg { width: 16px; height: 16px; }
.buy__d-label {
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
}
.buy__d-sep { color: var(--ink-3); }
.buy__d-value { color: var(--ink-2); }

.buy__counter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.counter {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  height: 48px;
}
.counter__btn {
  width: 44px;
  height: 100%;
  font-size: 20px;
  color: var(--ink-2);
  font-weight: 600;
  transition: background .15s ease, color .15s ease;
}
.counter__btn:hover { background: var(--accent-soft); color: var(--accent); }
.counter__input {
  width: 50px;
  height: 100%;
  border: 0;
  outline: 0;
  text-align: center;
  font: inherit;
  font-weight: 700;
  background: transparent;
  color: var(--ink);
}
.buy__total {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
}

.buy__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ----- Spec table ----- */
.specs {
  display: grid;
  margin: 0 0 24px;
  border-top: 1px solid var(--line);
}
.specs__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.specs__row dt {
  color: var(--ink-3);
  font-size: 14.5px;
}
.specs__row dd {
  margin: 0;
  font-weight: 700;
  color: var(--ink);
  text-align: right;
}

/* ----- Dimension chips ----- */
.dims {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.dims li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: #fff;
}
.dims__label {
  display: block;
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.dims__value {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
}

/* ----- Description tabs ----- */
.desc { margin-top: 24px; }
.desc__tabs {
  display: inline-flex;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  padding: 6px;
  border-radius: 999px;
  gap: 4px;
  margin-bottom: 20px;
}
.desc__tab {
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-2);
  transition: background .15s ease, color .15s ease;
}
.desc__tab:hover { color: var(--ink); }
.desc__tab.is-active {
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}
.desc__body {
  font-size: 15.5px;
  color: var(--ink-2);
  line-height: 1.7;
  max-width: 720px;
}
.desc__body p { margin-bottom: 12px; }
.desc__body strong { color: var(--ink); }

/* SEO headings — иконка + название */
.desc__body h3.seo-h,
.entry-content h3.seo-h {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 19px;
  margin: 32px 0 14px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.desc__body h3.seo-h:first-child,
.entry-content h3.seo-h:first-child { margin-top: 24px; }

.seo-h__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

/* SEO list — bullet с акцентом */
.desc__body ul.seo-list,
.entry-content ul.seo-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 8px 0 20px;
  padding: 0;
  list-style: none;
}
.desc__body ul.seo-list li,
.entry-content ul.seo-list li {
  position: relative;
  padding: 8px 14px 8px 30px;
  background: var(--bg-soft);
  border-radius: 10px;
}
.desc__body ul.seo-list li::before,
.entry-content ul.seo-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
@media (min-width: 720px) {
  .desc__body ul.seo-list,
  .entry-content ul.seo-list { grid-template-columns: 1fr 1fr; }
}
.desc__note {
  background: var(--accent-soft);
  border-radius: var(--radius);
  padding: 12px 16px;
  border-left: 3px solid var(--accent);
  color: var(--ink);
  font-size: 14.5px;
  margin-top: 8px;
}
.desc__panel { animation: ekr-fade .2s ease; }
.desc__tab-count {
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  padding: 1px 8px;
  border-radius: 999px;
  margin-left: 4px;
}
.desc__tab.is-active .desc__tab-count { background: rgba(255,255,255,0.18); color: #fff; }

/* ----- Reviews ----- */
.reviews__head {
  background: var(--bg-soft);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.reviews__cta { flex: none; }
.reviews__rating {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reviews__rating-num {
  font-size: 38px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
}
.reviews__rating-meta {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 6px;
}

.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.reviews__list--more { margin-top: 16px; }

.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
}
.review__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.review__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.review__meta { flex: 1; line-height: 1.2; }
.review__name { font-weight: 700; color: var(--ink); font-size: 14.5px; }
.review__date { font-size: 12.5px; color: var(--ink-3); margin-top: 2px; }
.review__text { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; margin: 0; }

.reviews__more {
  margin-top: 18px;
  display: block;
  width: 100%;
}

/* ----- Siblings: размеры серии ----- */
.siblings {
  padding: 56px 0 8px;
}
.siblings__title {
  font-size: clamp(20px, 2.4vw, 28px);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.siblings__lead {
  color: var(--ink-2);
  margin-bottom: 22px;
  font-size: 15px;
}
.siblings__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
}
.sibling {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-decoration: none;
  color: var(--ink);
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.sibling:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(254, 99, 78, 0.12);
  color: var(--ink);
}
.sibling.is-current {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  pointer-events: none;
  box-shadow: 0 6px 18px rgba(254, 99, 78, 0.25);
}
.sibling.is-current .sibling__dim,
.sibling.is-current .sibling__price { color: rgba(255,255,255,0.92); }
.sibling__sku { font-weight: 800; font-size: 15px; letter-spacing: -0.01em; }
.sibling__dim { font-size: 12px; color: var(--ink-3); }
.sibling__price { font-size: 14px; font-weight: 700; margin-top: 4px; color: var(--accent); }
.sibling:hover .sibling__price { color: var(--accent-dark); }

/* ----- Static page (page.php) ----- */
.page {
  padding: 48px 0 96px;
  background: var(--bg-soft);
}
.page__article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 56px);
  max-width: 880px;
  margin: 0 auto;
  box-shadow: var(--shadow);
}
.page__head {
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
  margin-bottom: 28px;
}
.page__title {
  font-size: clamp(26px, 3.4vw, 38px);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.page__updated {
  font-size: 13px;
  color: var(--ink-3);
  margin: 0;
}
.page__body { color: var(--ink-2); font-size: 15.5px; line-height: 1.7; }
.page__body h2 {
  font-size: 22px;
  margin: 32px 0 12px;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.page__body h3 {
  font-size: 18px;
  margin: 24px 0 10px;
  color: var(--ink);
}
.page__body p { margin-bottom: 14px; }
.page__body ul, .page__body ol {
  margin: 8px 0 16px;
  padding-left: 24px;
}
.page__body ul { list-style: disc; }
.page__body ol { list-style: decimal; }
.page__body li { margin-bottom: 8px; line-height: 1.65; }
.page__body strong { color: var(--ink); }
.page__body a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.page__body a:hover { color: var(--accent-dark); }

/* ----- Series SEO block ----- */
.seria-seo {
  padding: 80px 0;
  background: var(--bg-soft);
}
.seria-seo__head {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.seria-seo__title {
  font-size: clamp(22px, 2.6vw, 30px);
  margin-bottom: 14px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.seria-seo__lead {
  font-size: 17px;
  color: var(--ink-2);
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}
.seria-seo__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.seria-seo__card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.seria-seo__card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.seria-seo__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.seria-seo__h {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--ink);
}
.seria-seo__card p {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.6;
}
.seria-seo__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.seria-seo__list li {
  position: relative;
  padding: 8px 14px 8px 28px;
  background: var(--bg-soft);
  border-radius: 10px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}
.seria-seo__list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.seria-seo__list li strong { color: var(--ink); }

@media (max-width: 1080px) { .seria-seo__grid { grid-template-columns: 1fr; } }

/* ----- Tip / how to choose ----- */
.tip { padding: 8px 0 32px; }
.tip__btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: var(--accent-soft);
  border: 1px solid #fde0d3;
  border-radius: var(--radius-lg);
  padding: 18px 24px;
  font-size: 16px;
  text-align: left;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.tip__btn:hover {
  background: #ffe9de;
  border-color: var(--accent);
  transform: translateY(-1px);
}
.tip__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.tip__text { flex: 1; color: var(--ink); font-weight: 600; }
.tip__text u { text-decoration-color: var(--accent); text-underline-offset: 3px; }
.tip__arrow { color: var(--accent); font-size: 20px; font-weight: 700; }

/* ----- CTA block (product page bottom) ----- */
.cta-block {
  padding: 64px 0;
  background: #1f2330;
  color: #fff;
}
.cta-block__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}
.cta-block__title {
  font-size: clamp(22px, 2.4vw, 30px);
  margin-bottom: 24px;
  line-height: 1.2;
}
.cta-block__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta-block__addr { display: flex; flex-direction: column; gap: 4px; margin-bottom: 8px; }
.cta-block__label {
  font-size: 12px;
  color: #8a8f9e;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cta-block__value { font-size: 16px; font-weight: 600; }
.cta-block__phone {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}
.cta-block__phone:hover { color: var(--accent); }
.cta-block__email {
  font-size: 15px;
  color: #c0c5d4;
  border-bottom: 1px dashed #4a5063;
  align-self: flex-start;
}
.cta-block__email:hover { color: var(--accent); }
.cta-block__map {
  border-radius: var(--radius);
  overflow: hidden;
  height: 260px;
}
.cta-block__map .ph { min-height: 100%; }

/* ----- Modal ----- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal[hidden] { display: none; }
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 22, 30, 0.55);
  backdrop-filter: blur(2px);
}
.modal__dialog {
  position: relative;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 36px 28px;
  max-width: 560px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-soft);
  font-size: 22px;
  color: var(--ink-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, color .15s ease;
}
.modal__close:hover { background: var(--accent); color: #fff; }
.modal__title {
  font-size: 24px;
  margin-bottom: 16px;
  padding-right: 40px;
}
.modal__list {
  margin: 16px 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--ink-2);
  font-size: 15px;
}
.modal__list li { line-height: 1.6; }
.modal p { color: var(--ink-2); font-size: 15px; line-height: 1.6; margin-bottom: 12px; }
.modal .btn { margin-top: 12px; }
.modal__lead {
  color: var(--ink-2);
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.55;
}
.modal__form { display: flex; flex-direction: column; gap: 14px; }
.modal__form .form__field { margin: 0; }
.modal__form .btn { margin-top: 4px; }
.modal__form .form__note { margin-top: 0; }
.modal--callback .modal__dialog { max-width: 480px; }
.modal--review .modal__dialog { max-width: 520px; }

/* Rating input (звёздный селектор в форме отзыва) */
.rating-input {
  display: inline-flex;
  gap: 4px;
  background: var(--bg-soft);
  padding: 6px 10px;
  border-radius: 10px;
}
.rating-input__star {
  background: transparent;
  border: 0;
  padding: 2px;
  cursor: pointer;
  color: #e4e4ea;
  transition: color .15s ease, transform .15s ease;
  line-height: 0;
}
.rating-input__star:hover { transform: scale(1.1); }
.rating-input__star.is-on { color: #ffb519; }

/* ===========================================
   Cart sidebar
   =========================================== */
.header__cart {
  position: relative;
  padding: 10px 14px;
  border-radius: 12px;
}
.header__cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #fff;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  margin-left: 4px;
}
.header__cart-count.is-empty { background: rgba(255,255,255,0.5); }
.header__cart.is-flash {
  animation: ekr-flash 0.6s ease;
}
@keyframes ekr-flash {
  0%, 100% { transform: translateY(0); }
  30%      { transform: translateY(-3px) scale(1.05); }
}

.cart {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
}
.cart[hidden] { display: none; }
.cart__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 22, 30, 0.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: auto;
}
.cart__panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 100%;
  max-width: 480px;
  background: #fff;
  box-shadow: -24px 0 60px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: auto;
}

/* Step toggling */
.cart__panel[data-cart-step="items"]    .cart__view--checkout,
.cart__panel[data-cart-step="items"]    .cart__view--success,
.cart__panel[data-cart-step="items"]    .cart__footer-step--checkout,
.cart__panel[data-cart-step="items"]    .cart__footer-step--success,
.cart__panel[data-cart-step="checkout"] .cart__view--items,
.cart__panel[data-cart-step="checkout"] .cart__view--success,
.cart__panel[data-cart-step="checkout"] .cart__footer-step--items,
.cart__panel[data-cart-step="checkout"] .cart__footer-step--success,
.cart__panel[data-cart-step="success"]  .cart__view--items,
.cart__panel[data-cart-step="success"]  .cart__view--checkout,
.cart__panel[data-cart-step="success"]  .cart__empty,
.cart__panel[data-cart-step="success"]  .cart__footer-step--items,
.cart__panel[data-cart-step="success"]  .cart__footer-step--checkout {
  display: none !important;
}
.cart__back { display: none !important; }
.cart__panel[data-cart-step="checkout"] .cart__back { display: inline-flex !important; }
.cart__panel[data-cart-step="success"]  .cart__count { display: none; }

/* Success state */
.cart__success {
  text-align: center;
  padding: 32px 16px 24px;
}
.cart__success-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #e7f7eb;
  color: #2a8b46;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  animation: cart-success-pop .5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes cart-success-pop {
  from { transform: scale(0.4); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.cart__success-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.cart__success-text {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.55;
  margin-bottom: 18px;
}
.cart__success-meta {
  display: inline-block;
  font-size: 13px;
  color: var(--ink-3);
  background: var(--bg-soft);
  padding: 8px 14px;
  border-radius: 999px;
}
.cart__footer-step--success { display: flex; flex-direction: column; gap: 8px; }
.cart__footer-step--success .btn { margin: 0; }
.cart.is-open .cart__overlay { opacity: 1; }
.cart.is-open .cart__panel { transform: translateX(0); }

.cart__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}
.cart__title {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart__title-text { transition: color .15s ease; }
.cart__back {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-soft);
  color: var(--ink-2);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  padding: 0;
  transition: background .15s ease, color .15s ease;
}
.cart__back:hover { background: var(--accent); color: #fff; }
.cart__count {
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 999px;
  font-weight: 700;
}
.cart__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-soft);
  color: var(--ink-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, color .15s ease;
}
.cart__close:hover { background: var(--accent); color: #fff; }

.cart__body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
}
.cart__view { animation: ekr-fade .25s ease; }

/* Sticky footer */
.cart__footer {
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 16px 24px 18px;
  box-shadow: 0 -8px 24px rgba(28, 30, 40, 0.04);
}
.cart__footer-step .btn { margin-top: 4px; }

.cart__summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 16px;
  background: var(--bg-soft);
  border-radius: var(--radius);
  margin-bottom: 16px;
}
.cart__summary-label { font-size: 13px; color: var(--ink-3); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.cart__summary-count { font-size: 14px; color: var(--ink); font-weight: 700; }

.cart__empty {
  text-align: center;
  padding: 48px 16px;
  color: var(--ink-3);
}
.cart__empty-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  margin: 0 auto 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart__empty p {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink-2);
  margin-bottom: 24px;
}

/* Cart item */
.cart__list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.citem {
  position: relative;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 14px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.citem__media {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.citem__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.citem__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.citem__title {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.3;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.citem__title:hover { color: var(--accent); }
.citem__sku { font-size: 12px; color: var(--ink-3); }
.citem__bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px;
  gap: 10px;
}
.citem__price {
  font-weight: 800;
  color: var(--ink);
  font-size: 15px;
}
.citem__remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: var(--ink-3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, color .15s ease;
}
.citem__remove:hover { background: var(--accent-soft); color: var(--accent); }

/* small counter (cart) */
.counter--sm { height: 36px; }
.counter--sm .counter__btn { width: 32px; font-size: 16px; }
.counter--sm .counter__input { width: 36px; font-size: 14px; }

/* Cart form */
.cart__form { display: flex; flex-direction: column; gap: 12px; }
.cart__total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--ink-2);
}
.cart__total-row strong {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
}
.cart__form .form__field { margin: 0; }
.cart__msg {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  display: none;
}
.cart__msg:not(:empty) { display: block; }
.cart__msg.is-ok  { background: #e7f7eb; color: #2a8b46; }
.cart__msg.is-err { background: #fde8e3; color: #c44126; }

body.cart-open { overflow: hidden; }

/* ===========================================
   Pager (archive pagination)
   =========================================== */
.pager {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 36px;
}
.pager__item .page-numbers,
.pager__item .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-weight: 600;
  padding: 0 12px;
  text-decoration: none;
  transition: border-color .15s ease, color .15s ease;
}
.pager__item .page-numbers:hover { border-color: var(--accent); color: var(--accent); }
.pager__item .current { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ===========================================
   Catalog archive states
   =========================================== */
.catalog--archive { padding: 48px 0 96px; }
.catalog__empty {
  text-align: center;
  padding: 64px 16px;
  color: var(--ink-2);
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
}
.catalog__empty p { margin-bottom: 16px; font-size: 16px; }

.buy__stock--soft {
  background: #fff5e8;
  color: #b86d10;
}

.product__media img,
.hero__card img,
.gallery__main img,
.gallery__thumb img,
.citem__media img {
  -webkit-user-drag: none;
  user-select: none;
}

/* ===========================================
   Responsive
   =========================================== */

@media (max-width: 1200px) {
  .products { grid-template-columns: repeat(3, 1fr); }
  .catalog__group .products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1080px) {
  .header__inner { grid-template-columns: auto auto; }
  .nav { display: none; }
  .header__contacts { gap: 12px; }
  .header__email { display: none; }

  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__media { min-height: 380px; }

  .features, .delivery__grid, .tabs { grid-template-columns: repeat(2, 1fr); }
  .products,
  .catalog__group .products { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .contacts__inner { grid-template-columns: 1fr; }

  /* Product page */
  .product-page__inner { grid-template-columns: 1fr; gap: 28px; }
  .product-page .desc, .product-page .buy { grid-column: 1; grid-row: auto; }
  .cta-block__inner { grid-template-columns: 1fr; gap: 28px; }
  .cta-block__map { height: 220px; }
}

@media (max-width: 720px) {
  .topbar__inner { padding: 10px 16px; }
  .topbar__desktop { display: none; }
  .topbar__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  .header__inner { padding: 14px 16px; gap: 12px; align-items: center; }
  .logo__tagline { display: none; }
  .logo__name { font-size: 18px; }
  .header__contacts { display: none; }
  .burger { display: flex; }

  .container { padding: 0 16px; }

  .hero { padding: 40px 0 56px; }
  .hero__title { font-size: 30px; }
  .hero__lead { font-size: 16px; }
  .hero__points { grid-template-columns: 1fr 1fr; }
  .hero__points li:last-child { grid-column: span 2; }
  .hero__media { min-height: 320px; gap: 12px; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { width: 100%; }

  .about, .catalog, .delivery, .faq, .seo, .contacts { padding: 64px 0; }

  .features, .delivery__grid, .tabs, .products,
  .catalog__group .products { grid-template-columns: 1fr; }
  .product__media { height: 180px; }

  .help__inner { flex-direction: column; align-items: flex-start; }
  .help { padding: 40px 0; }

  .contacts__panel, .contacts__info { padding: 24px; }
  .contacts__list { grid-template-columns: 1fr; gap: 16px; }

  .footer { padding-top: 48px; }
  .footer__inner { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
  .footer__bottom-inner { flex-direction: column; align-items: flex-start; }

  /* Cart mobile */
  .cart__panel { max-width: 100%; }
  .cart__head { padding: 16px 18px; }
  .cart__body { padding: 18px; }
  .citem { grid-template-columns: 64px 1fr; padding: 12px; gap: 12px; }
  .citem__media { width: 64px; height: 64px; }

  /* Product page mobile */
  .crumbs__inner { padding: 12px 16px; font-size: 13px; }
  .crumbs__home { width: 32px; height: 32px; border-radius: 8px; }
  .gallery { padding: 16px; }
  .buy__panel { padding: 18px; }
  .buy__price { font-size: 30px; }
  .buy__counter-row { flex-direction: column; align-items: stretch; gap: 12px; }
  .buy__total { text-align: right; }
  .dims { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .dims li { padding: 10px 12px; }
  .dims__value { font-size: 18px; }
  .desc__tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
  .desc__tab { white-space: nowrap; }
  .tip__btn { padding: 16px 18px; font-size: 14.5px; gap: 12px; }
  .tip__icon { width: 32px; height: 32px; }
  .modal__dialog { padding: 24px 20px; }
  .modal__title { font-size: 20px; }
}
