
/* ─── TOKENS ─────────────────────────────────────────────────────── */
:root {
  --bg:       #f7f2ea;
  --bg2:      #efe7db;
  --card:     #ffffff;
  --card-soft:#fbf7f0;
  --text:     #2c241d;
  --muted:    #7c6d5d;
  --line:     rgba(173,142,98,.18);
  --gold:     #c7a36c;
  --gold2:    #b98e54;
  --shadow:   0 18px 42px rgba(46,35,24,.10);
  --shadow-s: 0 10px 24px rgba(46,35,24,.08);
  --container:1360px;
  --header-h: 84px;
  --tr:       .25s ease;
}

/* ─── RESET ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html  { scroll-behavior: smooth; }
body  { margin: 0; min-width: 320px; font-family: Inter,"Segoe UI",Arial,sans-serif;
        color: var(--text); background: linear-gradient(180deg,var(--bg) 0%,var(--bg2) 100%);
        line-height: 1.45; }
body.menu-open { overflow: hidden; }
img   { display: block; max-width: 100%; }
a     { text-decoration: none; color: inherit; }
button, input, select, textarea { font: inherit; }

/* ─── LAYOUT ──────────────────────────────────────────────────────── */
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

/* ─── BUTTONS ─────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 22px; border-radius: 999px; border: 0;
  cursor: pointer; font-size: 14px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform var(--tr), background var(--tr), box-shadow var(--tr), color var(--tr);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--gold  { background: linear-gradient(180deg,#e6d0a1 0%,#caa469 100%);
              color: #201913; box-shadow: 0 10px 22px rgba(185,142,84,.18); }
.btn--ghost { background: rgba(255,255,255,.88); color: var(--text); border: 1px solid var(--line); }
.btn--outline { background: transparent; color: var(--gold2);
                border: 2px solid var(--gold); min-height: 48px; padding: 0 20px; }
.btn--outline:hover { background: rgba(199,163,108,.10); }

/* ─── HEADER ──────────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(0,0,0,.76); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(199,163,108,.10);
}
.site-header__inner {
  min-height: var(--header-h);
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 24px;
}
.logo { display: flex; align-items: center; gap: 14px; min-width: 0; }
.logo img { height: 54px; width: auto; }
.nav { display: flex; align-items: center; justify-content: center; gap: 26px; }
.nav a {
  position: relative; font-size: 16px; font-weight: 600;
  letter-spacing: .04em; color: rgba(244,237,226,.86); white-space: nowrap;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -8px;
  width: 100%; height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform var(--tr);
}
.nav a:hover { color: #fff; }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.nav a.active { color: #fff; }
.header-actions  { display: flex; align-items: center; gap: 16px; justify-self: end; }
.header-contact  { text-align: right; white-space: nowrap; }
.header-phone    { display: block; font-size: 16px; font-weight: 700; color: #fff; }
.header-note     { margin-top: 3px; font-size: 11px; color: rgba(244,237,226,.72); }
.burger {
  display: none; width: 46px; height: 46px; border-radius: 14px;
  border: 1px solid var(--line); background: rgba(255,255,255,.88);
  color: var(--text); padding: 0; align-items: center; justify-content: center; cursor: pointer;
}
.burger-lines,
.burger-lines::before,
.burger-lines::after {
  content: ""; display: block; width: 22px; height: 2px;
  border-radius: 999px; background: currentColor; transition: transform var(--tr), opacity var(--tr);
}
.burger-lines              { position: relative; }
.burger-lines::before      { position: absolute; top: -7px; }
.burger-lines::after       { position: absolute; top:  7px; }
.menu-open .burger-lines               { background: transparent; }
.menu-open .burger-lines::before       { transform: translateY(7px) rotate(45deg); }
.menu-open .burger-lines::after        { transform: translateY(-7px) rotate(-45deg); }
.mobile-panel { display: none; }

/* ─── BREADCRUMBS ────────────────────────────────────────────────── */
.breadcrumbs-wrap { padding: 18px 0 0; }
.breadcrumbs {
  display: inline-flex; flex-wrap: wrap; gap: 10px; align-items: center;
  padding: 14px 18px; border-radius: 999px;
  background: rgba(255,255,255,.86); border: 1px solid var(--line);
  color: var(--muted); font-size: 14px; box-shadow: var(--shadow-s);
}
.breadcrumbs a:hover       { color: var(--gold2); }
.breadcrumbs__current      { color: var(--text); font-weight: 700; }
.breadcrumbs__separator    { opacity: .45; }

/* ─── HERO ────────────────────────────────────────────────────────── */
.hero { padding: 22px 0 28px; }
.hero-reference {
  padding: 22px 0 28px !important;
  display: block !important;
}
.hero-reference .container { display: block !important; }
.hero-reference__box {
  position: relative !important; display: block !important;
  min-height: 450px !important; padding: 84px 68px 72px !important;
  border-radius: 44px !important; overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(27,26,25,.85) 0%, rgba(60,47,34,.81) 36%, rgba(200,195,189,.65) 100%),
    url('https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=1600&q=80') center/cover no-repeat !important;
  box-shadow: var(--shadow) !important;
}
.hero-reference__content {
  position: relative !important; z-index: 1 !important; max-width: 1040px !important;
}
.hero-reference__eyebrow {
  display: inline-flex !important; align-items: center !important;
  gap: 14px !important; margin-bottom: 28px !important;
  color: #e2bc83 !important; font-size: 14px !important;
  font-weight: 700 !important; letter-spacing: .18em !important; text-transform: uppercase !important;
}
.hero-reference__eyebrow::before {
  content: "" !important; width: 40px !important; height: 1px !important;
  background: currentColor !important; opacity: .75 !important;
}
.hero-reference__title {
  margin: 0 0 24px !important; font-family: Georgia,serif !important;
  font-size: clamp(40px,3.5vw,64px) !important; line-height: .98 !important;
  font-weight: 500 !important; letter-spacing: -.04em !important; color: #fff !important;
}
.hero-reference__text {
  margin: 0 !important; max-width: 760px !important; color: #f2ece4 !important;
  font-size: 20px !important; line-height: 1.35 !important;
}
.hero-reference__panel {
  position: absolute !important; right: 68px !important; top: 50% !important;
  transform: translateY(-50%) !important; width: 464px !important;
  padding: 40px 34px 30px !important; border-radius: 34px !important;
  background: rgba(6,3,0,.58) !important; border: 1px solid rgba(255,255,255,.18) !important;
  backdrop-filter: blur(2px) !important; box-shadow: 0 26px 60px rgba(73,58,42,.18) !important;
  z-index: 2 !important;
}
.hero-reference__panel-title {
  margin: 0 0 18px !important; font-family: Georgia,serif !important;
  font-size: 26px !important; font-weight: 500 !important; color: #fff !important;
}
.hero-reference__panel-text {
  margin: 0 0 22px !important; font-size: 16px !important; line-height: 1.45 !important; color: #fff !important;
}
.hero-reference__list {
  list-style: none !important; padding: 0 !important; margin: 0 0 28px !important; display: grid !important; gap: 16px !important;
}
.hero-reference__list li {
  display: flex !important; gap: 12px !important; font-size: 16px !important; line-height: 1.35 !important; color: #fff !important;
}
.hero-reference__list li::before { content: "✓" !important; color: #e2bc83 !important; font-weight: 700 !important; }

/* ─── SECTIONS ────────────────────────────────────────────────────── */
.section { padding: 34px 0 64px; }
.section-title {
  margin: 0 0 12px; font-family: Georgia,serif;
  font-size: clamp(32px,3vw,46px); line-height: 1.08;
  font-weight: 500; letter-spacing: -.02em; color: #2b241e;
}
.section-text { margin: 0; color: var(--muted); font-size: 18px; max-width: 760px; }

/* ─── SIDEBAR LAYOUT ─────────────────────────────────────────────── */
.layout {
  display: grid; grid-template-columns: 280px minmax(0,1fr);
  gap: 26px; align-items: start;
}
.sidebar { position: sticky; top: calc(var(--header-h) + 16px); display: grid; gap: 16px; }
.filter-box, .stats-box, .cta-box {
  background: rgba(255,255,255,.86); border: 1px solid var(--line);
  border-radius: 24px; padding: 22px; box-shadow: var(--shadow-s);
}
.filter-box h3, .stats-box h3, .cta-box h3 { margin: 0 0 16px; font-size: 22px; font-weight: 700; color: #2b241e; }
.filter-group + .filter-group { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.filter-group__title {
  margin: 0 0 12px; font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
}
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  padding: 10px 14px; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(255,255,255,.86); color: #4b4034; font-size: 14px; font-weight: 600;
  cursor: pointer; transition: all var(--tr);
}
.chip:hover, .chip.is-active {
  background: rgba(199,163,108,.14); border-color: rgba(184,143,84,.34); color: #8f6a36;
}
.check-list { display: grid; gap: 10px; }
.check-item { display: flex; align-items: center; gap: 10px; color: var(--text); font-size: 15px; }
.check-item input { width: 18px; height: 18px; accent-color: var(--gold2); }

/* ─── CATALOG TOPBAR ─────────────────────────────────────────────── */
.catalog-topbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; margin-bottom: 20px; flex-wrap: wrap;
}
.catalog-topbar__left { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.count-badge {
  padding: 12px 14px; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(255,255,255,.92); color: #3a3027; font-size: 14px;
  font-weight: 700; box-shadow: var(--shadow-s);
}
.sort-select {
  min-height: 48px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(255,255,255,.92); color: var(--text); box-shadow: var(--shadow-s);
}
.mobile-filter-toggle {
  display: none; min-height: 44px; padding: 0 16px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(255,255,255,.92);
  color: var(--text); font-size: 13px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; cursor: pointer; box-shadow: var(--shadow-s);
}

/* ─── PINS GRID ───────────────────────────────────────────────────── */
.pins-grid { column-count: 3; column-gap: 20px; }
.pin {
  break-inside: avoid; margin-bottom: 20px; overflow: hidden;
  border-radius: 24px; background: var(--card);
  border: 1px solid rgba(173,142,98,.12); box-shadow: var(--shadow-s);
  transition: transform var(--tr), box-shadow var(--tr);
  cursor: pointer;
}
.pin:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.pin__media { position: relative; overflow: hidden; background: #e8ded1; }
.pin__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pin:hover .pin__media img { transform: scale(1.04); }
.pin__tag {
  position: absolute; top: 14px; left: 14px; padding: 8px 12px;
  border-radius: 999px; background: rgba(255,255,255,.94);
  border: 1px solid rgba(173,142,98,.16); color: #5d4828;
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.pin__save {
  position: absolute; top: 14px; right: 14px; width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid rgba(173,142,98,.16);
  background: rgba(52,45,38,.92); color: #fff; font-size: 18px; cursor: pointer;
  transition: background var(--tr);
}
.pin__save:hover { background: rgba(199,163,108,.8); }
.pin__body { display: flex; flex-direction: column; gap: 14px; padding: 20px; }
.pin__title { margin: 0; font-family: Georgia,serif; font-size: 26px; line-height: 1.08; font-weight: 500; color: #2b241e; }
.pin__desc  { margin: 0; color: var(--muted); font-size: 15px; }
.pin__meta  { display: flex; flex-wrap: wrap; gap: 8px 10px; }
.pin__meta span {
  padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(249,245,239,.96); color: #4b4034; font-size: 13px; font-weight: 600;
}
.pin__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.price-wrap  { display: grid; gap: 4px; }
.price-label { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; }
.price-value { font-size: 28px; font-weight: 800; color: var(--gold2); }
.pin__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.load-status  { text-align: center; padding: 8px 0 0; color: var(--muted); font-size: 15px; }
.loader { display: inline-flex; align-items: center; gap: 10px; }
.loader::before {
  content: ""; width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid rgba(185,142,84,.20); border-top-color: var(--gold2);
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ─── CATEGORY STRIP ─────────────────────────────────────────────── */
.category-strip { margin-top: 34px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.category-card {
  overflow: hidden; border-radius: 22px; background: rgba(255,255,255,.86);
  border: 1px solid var(--line); box-shadow: var(--shadow-s);
  transition: transform var(--tr), box-shadow var(--tr); cursor: pointer;
}
.category-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.category-card__media { aspect-ratio: 16/10; overflow: hidden; }
.category-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.category-card:hover .category-card__media img { transform: scale(1.05); }
.category-card__body { padding: 18px; }
.category-card__body h3 { margin: 0 0 8px; font-size: 22px; font-weight: 700; color: #2b241e; }
.category-card__body p  { margin: 0; font-size: 15px; color: var(--muted); }

/* ─── ADVANTAGES ─────────────────────────────────────────────────── */
.advantages { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.adv-card {
  padding: 22px; border-radius: 22px; background: rgba(255,255,255,.86);
  border: 1px solid var(--line); box-shadow: var(--shadow-s);
}
.adv-card__icon {
  width: 54px; height: 54px; display: grid; place-items: center;
  margin-bottom: 16px; border-radius: 50%;
  border: 1px solid rgba(173,142,98,.24); color: var(--gold2);
  font-size: 22px; font-weight: 700; background: #fff;
}
.adv-card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.15; color: #2b241e; }
.adv-card p  { margin: 0; font-size: 15px; color: var(--muted); }

/* ─── CTA SECTION ────────────────────────────────────────────────── */
.cta-section {
  background: linear-gradient(180deg,rgba(28,26,24,.98) 0%,rgba(20,18,16,.98) 100%);
  border-top: 1px solid rgba(199,163,108,.10);
  border-bottom: 1px solid rgba(199,163,108,.10);
}
.cta-section__inner {
  display: grid; grid-template-columns: minmax(0,1fr) 440px;
  gap: 34px; align-items: center;
}
.cta-copy h2 {
  margin: 0 0 16px; font-family: Georgia,serif;
  font-size: clamp(34px,3.4vw,54px); line-height: 1.06; font-weight: 500; color: #f4ede2;
}
.cta-copy p { margin: 0 0 22px; color: rgba(244,237,226,.78); font-size: 18px; max-width: 560px; }
.cta-points { display: grid; gap: 12px; list-style: none; padding: 0; margin: 0; }
.cta-points li { display: flex; gap: 10px; color: #f4ede2; }
.cta-points li::before { content: "✓"; color: var(--gold2); font-weight: 700; }
.form-card {
  padding: 28px; border-radius: 28px; background: rgba(52,45,38,.92);
  border: 1px solid rgba(199,163,108,.14); box-shadow: 0 20px 50px rgba(0,0,0,.28);
}
.form-card h3 { margin: 0 0 8px; font-size: 28px; font-weight: 700; color: #fff; }
.form-card p  { margin: 0 0 18px; font-size: 15px; color: rgba(244,237,226,.76); }
.form-grid    { display: grid; gap: 12px; }
.field, .textarea {
  width: 100%; min-height: 54px; padding: 0 16px;
  border-radius: 16px; border: 1px solid rgba(199,163,108,.16);
  background: rgba(255,255,255,.06); color: #fff; outline: none;
}
.textarea { min-height: 110px; padding: 14px 16px; resize: vertical; }
.field::placeholder, .textarea::placeholder { color: rgba(244,237,226,.48); }
.field:focus, .textarea:focus { border-color: rgba(199,163,108,.8); background: rgba(255,255,255,.10); }
.success-message {
  display: none; margin-top: 14px; padding: 14px 16px; border-radius: 14px;
  background: rgba(47,107,79,.10); border: 1px solid rgba(99,177,136,.22); color: #27563d; font-size: 14px;
}
.success-message.is-visible { display: block; }
.form-note { margin-top: 12px; font-size: 13px; color: rgba(244,237,226,.58); }

/* ─── FOOTER ─────────────────────────────────────────────────────── */
.site-footer { background: #ece4d8; border-top: 1px solid rgba(173,142,98,.12); color: #6e6152; }
.site-footer__inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px; padding: 24px 0;
}
.footer-brand { color: #2b241e; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { font-size: 14px; color: #6e6152; transition: color var(--tr); }
.footer-links a:hover { color: var(--gold2); }

/* ─── MODAL ──────────────────────────────────────────────────────── */
.lead-modal {
  position: fixed; inset: 0; display: none;
  align-items: center; justify-content: center;
  padding: 20px; background: rgba(18,16,14,.55);
  backdrop-filter: blur(6px); z-index: 300;
}
.lead-modal.is-open { display: flex; }
.lead-modal__dialog {
  position: relative; width: min(560px,100%); border-radius: 28px; padding: 32px;
  background: rgba(52,45,38,.97); border: 1px solid rgba(199,163,108,.16);
  box-shadow: 0 24px 60px rgba(0,0,0,.35); color: #fff;
}
.lead-modal__close {
  position: absolute; top: 14px; right: 14px; width: 40px; height: 40px;
  border-radius: 50%; border: 1px solid rgba(199,163,108,.16);
  background: rgba(255,255,255,.06); color: #fff; font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--tr);
}
.lead-modal__close:hover { background: rgba(255,255,255,.14); }
.lead-modal__title {
  margin: 0 0 10px; font-family: Georgia,serif;
  font-size: 34px; line-height: 1.05; font-weight: 500; color: #fff;
}
.lead-modal__text { margin: 0 0 18px; color: rgba(244,237,226,.76); font-size: 15px; }
.select {
  width: 100%; min-height: 54px; padding: 0 16px; border-radius: 16px;
  border: 1px solid rgba(199,163,108,.16); background: rgba(255,255,255,.06);
  color: #fff; outline: none; appearance: none;
}
.select option { color: #2b241e; background: #fff; }

/* ─── PRODUCT PAGE ───────────────────────────────────────────────── */
.product-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; min-height: 560px;
}
.product-gallery { position: relative; background: #e8ded1; overflow: hidden; }
.product-gallery__main { width: 100%; height: 100%; min-height: 480px; object-fit: cover; display: block; }
.product-gallery__thumbs { display: flex; gap: 10px; padding: 14px 20px; background: rgba(255,255,255,.7); }
.gallery-thumb {
  width: 72px; height: 56px; object-fit: cover; border-radius: 10px;
  border: 2px solid transparent; cursor: pointer; opacity: .7;
  transition: opacity var(--tr), border-color var(--tr);
}
.gallery-thumb.active, .gallery-thumb:hover { opacity: 1; border-color: var(--gold); }
.product-info {
  padding: 48px 52px; background: var(--card); display: flex; flex-direction: column; gap: 20px;
}
.product-info__category {
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold2);
}
.product-info__title {
  margin: 0; font-family: Georgia,serif;
  font-size: clamp(30px,3vw,46px); line-height: 1.06; font-weight: 500; color: #2b241e;
}
.product-info__desc { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0; }
.product-specs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
}
.product-spec {
  padding: 16px 20px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line);
}
.product-spec:nth-child(2n)       { border-right: none; }
.product-spec:nth-last-child(-n+2) { border-bottom: none; }
.product-spec__label { font-size: 11px; text-transform: uppercase; letter-spacing: .10em; color: var(--muted); font-weight: 700; margin-bottom: 5px; }
.product-spec__value { font-size: 15px; font-weight: 600; color: var(--text); }
.product-price-row { display: flex; align-items: center; gap: 20px; }
.product-price__from { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; }
.product-price__value { font-size: 40px; font-weight: 800; color: var(--gold2); line-height: 1; }
.product-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.product-tag {
  padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(249,245,239,.96); color: #4b4034; font-size: 13px; font-weight: 600;
}
.product-guarantee {
  padding: 16px 20px; border-radius: 14px;
  background: rgba(199,163,108,.06); border: 1px solid rgba(199,163,108,.20);
  font-size: 14px; color: var(--muted); display: flex; gap: 10px; align-items: center;
}
.product-guarantee::before { content: "🛡️"; font-size: 18px; }

/* Related section */
.related-section { padding: 52px 0 72px; }
.related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.related-card {
  overflow: hidden; border-radius: 22px; background: var(--card);
  border: 1px solid var(--line); box-shadow: var(--shadow-s);
  transition: transform var(--tr), box-shadow var(--tr); cursor: pointer;
  text-decoration: none; color: inherit; display: block;
}
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.related-card__media { aspect-ratio: 4/3; overflow: hidden; }
.related-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.related-card:hover .related-card__media img { transform: scale(1.05); }
.related-card__body { padding: 18px; }
.related-card__category { font-size: 11px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; color: var(--gold2); margin-bottom: 6px; }
.related-card__title { font-family: Georgia,serif; font-size: 20px; font-weight: 500; color: #2b241e; margin: 0 0 8px; }
.related-card__price { font-size: 18px; font-weight: 800; color: var(--gold2); }

/* ─── STATS BOX ──────────────────────────────────────────────────── */
.stats-grid { display: grid; gap: 12px; }
.stat-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.stat-item:last-child { border-bottom: none; }
.stat-label { font-size: 14px; color: var(--muted); }
.stat-value { font-size: 18px; font-weight: 700; color: #2b241e; }

/* ─── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 1220px) {
  .layout, .cta-section__inner { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .pins-grid { column-count: 2; }
  .category-strip, .advantages { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-header__inner { grid-template-columns: auto 1fr; }
  .nav { grid-column: 1/-1; justify-content: flex-start; padding-bottom: 10px; }
  .product-hero { grid-template-columns: 1fr; }
  .product-gallery__main { min-height: 340px; height: 56vw; }
  .product-info { padding: 32px 28px; }
  .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 980px) {
  :root { --header-h: 72px; }
  .nav, .header-contact { display: none; }
  .site-header__inner { grid-template-columns: minmax(0,1fr) auto; gap: 12px; }
  .header-actions { gap: 8px; }
  .header-actions .btn--gold { max-width: 170px; min-height: 42px; padding: 0 14px; font-size: 12px; }
  .burger { display: inline-flex; flex: 0 0 46px; }
  .mobile-panel {
    display: block; position: fixed; inset: var(--header-h) 0 0; z-index: 180;
    background: rgba(248,243,234,.98); transform: translateX(100%);
    transition: transform var(--tr); padding: 24px 20px 36px; overflow-y: auto;
  }
  .menu-open .mobile-panel { transform: translateX(0); }
  .mobile-panel__nav { display: grid; gap: 8px; }
  .mobile-panel__nav a {
    padding: 14px 0; border-bottom: 1px solid rgba(173,142,98,.10);
    font-size: 18px; font-weight: 600; color: #2b241e;
  }
  .mobile-panel__footer { margin-top: 24px; display: grid; gap: 14px; }
  .mobile-panel__footer a, .mobile-panel__footer p { margin: 0; color: #6e6152; }
  .mobile-filter-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .layout { grid-template-columns: 1fr; }
  .sidebar { display: none; position: static; }
  .sidebar.is-open { display: grid; }
}
@media (max-width: 720px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  .hero-reference__box { padding: 34px 22px 22px !important; border-radius: 28px !important; }
  .hero-reference__title { font-size: 38px !important; }
  .hero-reference__text  { font-size: 16px !important; }
  .hero-reference__panel {
    position: static !important; transform: none !important; width: auto !important;
    margin-top: 24px !important; padding: 24px 20px !important; border-radius: 24px !important;
  }
  .section { padding: 28px 0 48px; }
  .pins-grid { column-count: 2; column-gap: 12px; }
  .pin { margin-bottom: 12px; border-radius: 18px; }
  .pin__body { padding: 14px; }
  .pin__title { font-size: 20px; }
  .pin__desc  { font-size: 13px; }
  .pin__meta span { font-size: 11px; padding: 6px 8px; }
  .price-value { font-size: 20px; }
  .pin__actions .btn { min-height: 40px; padding: 0 12px; font-size: 11px; }
  .category-strip, .advantages { grid-template-columns: 1fr; }
  .catalog-topbar, .catalog-topbar__left, .site-footer__inner { flex-direction: column; align-items: stretch; }
  .pin__bottom { align-items: stretch; }
  .pin__actions { align-items: stretch; }
  .btn { width: 100%; }
  .product-spec { padding: 12px 14px; }
  .product-price__value { font-size: 32px; }
  .related-grid { grid-template-columns: 1fr; }
  .lead-modal__dialog { padding: 24px 18px 18px; border-radius: 22px; }
  .lead-modal__title  { font-size: 28px; }
}
@media (max-width: 420px) {
  .pins-grid { column-count: 1; }
  .hero-reference__title { font-size: 32px !important; }
  .product-hero { min-height: auto; }
}
