/* ---------- шрифты: латиница и кириллица, вариативные файлы Inter + TildaSans ---------- */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/inter-0000_00FF.woff2") format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/inter-0301.woff2") format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/inter-0460_052F.woff2") format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: 'TildaSans'; font-style: normal; font-weight: 250 1000; font-display: swap; src: url("../fonts/tildasans-vf.woff2") format('woff2-variations'), url("../fonts/tildasans-vf.woff2") format('woff2'); }

/* Золотое правило — общие стили сайта */
:root {
  --brown: #3a211a;
  --dark: #2a1612;
  --gold: #cba466;
  --cream: #fffbf0;
  --cream2: #f3ecdd;
  --line: rgba(58, 33, 26, .1);
  --line2: rgba(58, 33, 26, .12);
  --pad: clamp(20px, 3.5vw, 40px);
  --head: 'TildaSans', 'Inter', system-ui, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: #fff; color: var(--brown);
  font-family: 'Inter', system-ui, sans-serif; font-size: 14px; line-height: 1.5;
  overflow-x: clip; min-height: 100vh; display: flex; flex-direction: column;
}
main { flex: 1; }
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--head); font-weight: 700; letter-spacing: -.02em; text-transform: uppercase; line-height: 1.1; margin: 0; }
.h1 { font-size: 40px; line-height: 1.05; }
.h1--md { font-size: 34px; }
.h1--sm { font-size: 30px; }
.h2 { font-size: 26px; }
.h2--sm { font-size: 22px; }
.wrap { padding-left: var(--pad); padding-right: var(--pad); }
.muted { opacity: .6; }
.kicker { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.label { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; opacity: .5; }
.hide-m { }
.show-m { display: none !important; }
.show-xs { display: none !important; }

/* ---------- кнопки ---------- */
.btn { display: inline-block; text-decoration: none; text-align: center; font-weight: 700; font-size: 13px; padding: 14px 22px; border-radius: 10px; border: 0; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.btn--gold { background: var(--gold); color: var(--brown); }
.btn--gold:hover { background: var(--brown); color: var(--cream); }
.btn--brown { background: var(--brown); color: var(--cream); }
.btn--brown:hover { background: var(--gold); color: var(--brown); }
.btn--outline { background: transparent; color: var(--brown); border: 1px solid var(--brown); font-weight: 600; }
.btn--outline:hover { background: var(--cream); }
.btn--light { background: transparent; color: var(--cream); border: 1px solid rgba(255, 251, 240, .5); font-weight: 600; }
.btn--light:hover { background: rgba(255, 251, 240, .1); }
.btn--sm { font-size: 12px; padding: 12px 18px; border-radius: 8px; }
.btn--block { display: block; width: 100%; }
.link { font-size: 12px; color: var(--brown); }

/* ---------- верхняя полоса и шапка ---------- */
.topbar { background: var(--dark); color: var(--cream); font-size: 11px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 20px; padding: 8px var(--pad); }
.topbar__group { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar { align-items: center; padding-top: 7px; padding-bottom: 7px; }
.topbar a { text-decoration: none; color: var(--gold); }
.topbar__retail { gap: 8px; }
.topbar__retail span { opacity: .7; }
.topbar__retail a { font-weight: 600; }
.topbar__mails { gap: 18px; opacity: .9; }
.topbar__mails a { color: var(--cream); }
.topbar__mails a:hover { color: var(--gold); }
.topbar__mails a span { opacity: .6; }
.nav__lang { border: 1px solid rgba(255, 251, 240, .35); border-radius: 8px !important; padding: 0 9px !important; height: 36px; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; letter-spacing: .08em; line-height: 1; margin-left: 6px; align-self: center; }
.nav__lang:hover { border-color: var(--gold); color: var(--gold); background: none !important; }
.header { position: sticky; top: 0; z-index: 30; background: var(--brown); color: var(--cream); }
.header__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 8px var(--pad); }
.header__logo { flex: none; display: block; }
.header__logo img { height: 38px; display: block; }
.nav { display: flex; flex: 1; min-width: 0; justify-content: center; gap: 2px; font-size: 12px; font-weight: 500; white-space: nowrap; }
.nav a { color: var(--cream); text-decoration: none; padding: 8px 14px; border-radius: 999px; }
.nav a:hover { background: rgba(255, 251, 240, .08); }
.nav a.is-active { background: rgba(255, 251, 240, .15); }
.header__right { display: flex; align-items: center; gap: 12px; flex: none; white-space: nowrap; }
.header__call { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.15; }
.header__phone { color: var(--cream); text-decoration: none; font-weight: 600; font-size: 14px; }
.header__cb { color: var(--gold); text-decoration: none; font-size: 11px; border-bottom: 1px dashed rgba(203, 164, 102, .6); }
.header__cb:hover { color: var(--cream); }
.req-btn { text-decoration: none; background: var(--gold); color: var(--brown); font-size: 12px; font-weight: 700; padding: 10px 14px; border-radius: 8px; display: flex; gap: 8px; align-items: center; transition: background .2s; }
.req-btn:hover { background: var(--cream); }
.badge { background: var(--brown); color: var(--cream); border-radius: 999px; min-width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; padding: 0 6px; }
.menu-btn { background: transparent; border: 1px solid rgba(255, 251, 240, .35); color: var(--cream); border-radius: 8px; width: 40px; height: 40px; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; }
.mobile-menu { background: var(--dark); padding: 8px 20px 20px; display: flex; flex-direction: column; gap: 2px; font-size: 15px; border-top: 1px solid rgba(255, 251, 240, .1); }
.mobile-menu a { color: var(--cream); text-decoration: none; padding: 12px 8px; border-bottom: 1px solid rgba(255, 251, 240, .08); }
.mobile-menu a.mobile-menu__phone { color: var(--gold); border: 0; padding: 14px 8px 0; font-weight: 600; }
.mobile-menu__note { font-size: 12px; opacity: .6; padding: 4px 8px 0; }
.mobile-menu__row { display: flex; gap: 6px 18px; flex-wrap: wrap; padding: 12px 8px; font-size: 13px; opacity: .8; }
.mobile-menu__row a { padding: 0; border: 0; }

/* ---------- главный экран ---------- */
.hero { position: relative; min-height: 560px; background: var(--brown); overflow: hidden; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(42, 22, 18, .35), rgba(42, 22, 18, .88)); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 400px); gap: clamp(24px, 5vw, 60px); padding: 56px var(--pad); min-height: 560px; align-items: end; }
.hero__text { color: var(--cream); }
.pill { display: inline-block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; border: 1px solid rgba(255, 251, 240, .4); padding: 6px 12px; border-radius: 999px; }
.hero__text .h1 { margin: 22px 0 14px; max-width: 620px; }
.hero__lead { font-size: 15px; max-width: 520px; opacity: .85; margin: 0 0 24px; }
.stats { display: flex; gap: 28px; font-size: 12px; opacity: .85; flex-wrap: wrap; }
.stats b { font-family: var(--head); font-size: 22px; color: var(--gold); display: block; }

/* ---------- главный экран: кнопки и ряд фигур ---------- */
.hero__cta { margin-bottom: 24px; gap: 10px; }
.hero__row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 24px; max-width: 560px; }
.hero__row img { width: 100%; aspect-ratio: 1; object-fit: contain; background: rgba(255, 251, 240, .08); border-radius: 10px; padding: 6px; }

/* ---------- формы ---------- */
.form-card { background: var(--cream); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.form-card--shadow { box-shadow: 0 24px 60px rgba(0, 0, 0, .35); }
.form-card__title { font-family: var(--head); font-weight: 700; font-size: 18px; text-transform: uppercase; }
.form-card__sub { font-size: 12px; opacity: .65; margin-top: -4px; }
.tabs { display: flex; gap: 6px; background: #fff; border: 1px solid rgba(58, 33, 26, .15); border-radius: 10px; padding: 4px; font-size: 12px; font-weight: 600; margin-top: 6px; }
.tab { flex: 1; text-align: center; padding: 8px; border-radius: 7px; cursor: pointer; background: transparent; border: 0; }
.tab.is-on { background: var(--brown); color: var(--cream); }
.input { font-size: 14px; padding: 12px 14px; border: 1px solid rgba(58, 33, 26, .2); border-radius: 10px; background: #fff; color: var(--brown); width: 100%; }
textarea.input { min-height: 80px; resize: vertical; }
.fine { font-size: 10.5px; opacity: .6; line-height: 1.4; }
.fine a, .check a { color: var(--brown); }
.check { font-size: 11px; opacity: .75; display: flex; gap: 8px; align-items: flex-start; }
.check input { margin-top: 2px; accent-color: var(--brown); flex: none; }
.form-ok { background: #fff; border: 1px solid var(--gold); border-radius: 10px; padding: 12px 14px; font-size: 13px; }
.field { display: flex; flex-direction: column; gap: 5px; font-size: 12px; font-weight: 600; min-width: 0; }
.field > span { display: block; }
.field em { font-style: normal; font-weight: 400; opacity: .55; }
.field .input { font-weight: 400; }
.field .chips { margin: 2px 0; }
.field .muted { font-weight: 400; }
.note-box { font-size: 12px; background: #fff; border: 1px solid var(--line2); border-radius: 10px; padding: 10px 12px; display: flex; gap: 8px; align-items: center; }
.note-box--col { flex-direction: column; align-items: flex-start; gap: 4px; }
.note-box .label { display: block; }
.form-card--req { gap: 12px; }
.form-card__foot { font-size: 12px; opacity: .7; line-height: 1.5; }
.check span { flex: 1; min-width: 0; line-height: 1.45; }
.check em { font-style: normal; opacity: .6; }
.terms-box-wrap { padding-bottom: 56px; max-width: 900px; }
.terms-box { background: #fff; border: 1px solid var(--line2); border-radius: 14px; padding: 20px 22px; font-size: 13px; line-height: 1.55; }
.terms-box__title { display: block; font-family: var(--head); font-size: 14px; text-transform: uppercase; margin-bottom: 10px; }
.terms-box__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px 24px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.form-err { background: #fff; border: 1px solid #b8312f; color: #b8312f; border-radius: 10px; padding: 12px 14px; font-size: 13px; }

/* ---------- бегущая строка логотипов ---------- */
.marquee { padding: 22px 0; border-bottom: 1px solid var(--line); overflow: hidden; position: relative; }
.marquee::before, .marquee::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 1; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0)); }
.marquee::after { right: 0; background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0)); }
.marquee__title { display: block; text-align: center; margin-bottom: 16px; letter-spacing: .2em; }
.marquee__track { display: flex; width: max-content; gap: 56px; align-items: center; animation: zpMarquee 36s linear infinite; padding: 0 28px; }
.marquee__track img { filter: grayscale(1); opacity: .6; height: 28px; width: auto; flex: none; }
.marquee__track img.lg { height: 40px; }
.marquee__track img.sm { height: 22px; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes zpMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }

/* ---------- уведомление и полёт в счётчик ---------- */
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 50; background: var(--brown); color: var(--cream); border-radius: 12px; padding: 12px 16px; display: flex; gap: 14px; align-items: center; box-shadow: 0 12px 32px rgba(0, 0, 0, .25); font-size: 13px; animation: zpToastIn .3s ease; max-width: calc(100vw - 40px); }
.toast__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex: none; }
.toast a { color: var(--gold); text-decoration: none; font-weight: 600; white-space: nowrap; }
@keyframes zpToastIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.badge.is-pop { animation: zpBadgePop .5s ease; }
@keyframes zpBadgePop { 0% { transform: scale(1); background: var(--brown); } 40% { transform: scale(1.4); background: var(--gold); color: var(--brown); } 100% { transform: scale(1); background: var(--brown); } }
.fly-ghost { position: fixed; z-index: 9999; pointer-events: none; border-radius: 12px; background: var(--cream); border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; font: 600 12px 'Inter', sans-serif; color: var(--brown); overflow: hidden; padding: 6px; text-align: center; box-shadow: 0 10px 30px rgba(0, 0, 0, .2); }

/* ---------- частным покупателям, мобильная панель ---------- */
.retail-band { padding: 20px var(--pad) 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px 24px; align-items: center; background: var(--cream); border-bottom: 1px solid rgba(58, 33, 26, .08); }
.retail-band > div:first-child { padding: 8px 0; }
.retail-band b { font-size: 14px; }
.retail-band p { font-size: 13px; opacity: .75; margin: 2px 0 0; }
.retail-band .stack { gap: 8px; padding-bottom: 16px; }
.mobile-menu__shops { font-size: 12px; padding: 10px 8px 0; line-height: 1.5; }
.mobile-menu__shops span { opacity: .6; }
.mobile-menu__shops a { color: var(--gold); text-decoration: none; padding: 0; border: 0; }
.mobile-menu__shops em { font-style: normal; opacity: .8; }
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--brown); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); gap: 10px; box-shadow: 0 -8px 24px rgba(0, 0, 0, .18); }
.mobile-bar a { text-decoration: none; font-size: 13px; padding: 13px; border-radius: 10px; text-align: center; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.mobile-bar__call { flex: 1; border: 1px solid rgba(255, 251, 240, .4); color: var(--cream); font-weight: 600; }
.mobile-bar__req { flex: 1.4; background: var(--gold); color: var(--brown); font-weight: 700; }

/* ---------- сезонный баннер, окно звонка, пустой расчёт ---------- */
.season { background: var(--gold); color: var(--brown); padding: 18px var(--pad); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px 24px; align-items: center; }
.season__tag { font-family: var(--head); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; background: var(--brown); color: var(--gold); padding: 8px 12px; border-radius: 8px; white-space: nowrap; justify-self: start; }
.season b { display: block; font-size: 15px; line-height: 1.3; text-wrap: pretty; }
.season p { font-size: 13px; opacity: .8; margin: 3px 0 0; max-width: none; }
.season .stack { gap: 8px; }
.season .btn--outline { border-color: var(--brown); }
.season-pill { display: flex; flex-wrap: wrap; gap: 6px 10px; align-items: center; margin-top: 22px; background: rgba(203, 164, 102, .15); border: 1px solid rgba(203, 164, 102, .5); border-radius: 10px; padding: 10px 14px; font-size: 13px; max-width: 640px; }
.season-pill span:first-child { font-family: var(--head); font-weight: 700; color: var(--gold); text-transform: uppercase; font-size: 12px; letter-spacing: .1em; }
.season-pill a { color: var(--gold); font-weight: 600; text-decoration: none; white-space: nowrap; }
.corp-hero__link { color: var(--gold); font-weight: 600; font-size: 13px; padding: 15px 4px; text-align: center; text-decoration: none; }
.corp-hero__link:hover { color: var(--cream); }
.modal { position: fixed; inset: 0; z-index: 60; background: rgba(42, 22, 18, .6); backdrop-filter: blur(3px); display: flex; align-items: flex-start; justify-content: center; padding: 20px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.modal__box { width: 100%; max-width: 400px; margin: auto; padding: 26px; border-radius: 18px; box-shadow: 0 30px 80px rgba(0, 0, 0, .4); gap: 12px; }
.modal__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.modal__head .form-card__title { font-size: 20px; line-height: 1.1; }
.modal__close { background: transparent; border: 0; font-size: 22px; line-height: 1; cursor: pointer; color: var(--brown); opacity: .5; padding: 0 2px; }
.modal__foot { text-align: center; font-size: 12px; opacity: .6; }
.modal__foot a { color: var(--brown); font-weight: 600; text-decoration: none; }
.modal .input { font-size: 16px; }
.ways { background: var(--cream); border-radius: 14px; padding: 22px 24px; }
.ways > b { font-size: 16px; }
.ways__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 12px; font-size: 13px; }
.ways__grid div { background: #fff; border-radius: 10px; padding: 14px 16px; }
.ways__grid b { font-weight: 600; }
.ways__grid p { opacity: .7; margin: 4px 0 0; }
.req-empty { text-align: left; background: none; padding: 0; }
.req-popular { margin-top: 22px; }
.req-popular .section-head { margin-bottom: 12px; }
.req-popular .section-head b { font-size: 14px; }
.cards--sm { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }

/* ---------- SEO-текст и FAQ категории ---------- */
.cat-text { margin-top: 44px; max-width: 760px; }
.cat-text h2, .cat-faq h2 { margin-bottom: 12px; }
.cat-text p { font-size: 14px; line-height: 1.65; margin: 0 0 12px; color: var(--brown); opacity: .9; }
.cat-faq { margin-top: 32px; max-width: 760px; }
.hero__video { opacity: 0; transition: opacity .8s; }
.hero__video.is-ready { opacity: 1; }

/* ---------- сюрприз внутри ---------- */
.surprise { margin-top: 56px; background: var(--brown); color: var(--cream); padding: 56px var(--pad); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; position: relative; overflow: hidden; }
.surprise__decor { position: absolute; right: -30px; top: -40px; width: 240px; opacity: .35; pointer-events: none; }
.surprise .h2 { margin: 12px 0 16px; }
.surprise p { margin: 0 0 22px; opacity: .85; font-size: 15px; line-height: 1.55; max-width: 480px; }
.surprise__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; position: relative; }
.surprise__grid div { background: rgba(255, 251, 240, .07); border: 1px solid rgba(255, 251, 240, .14); border-radius: 14px; padding: 18px; }
.surprise__grid b { display: block; font-family: var(--head); font-size: 15px; text-transform: uppercase; }
.surprise__grid span { display: block; font-size: 12.5px; opacity: .7; margin-top: 6px; }

/* ---------- где купить ---------- */
.retail { padding: 28px var(--pad) 64px; max-width: 900px; }
.retail .h1 { margin: 10px 0 12px; }
.retail__lead { margin: 0 0 24px; opacity: .75; font-size: 15px; max-width: 620px; }
.retail__shops { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.retail__shops a { text-decoration: none; color: var(--brown); background: var(--cream); border-radius: 14px; padding: 22px; display: flex; flex-direction: column; gap: 8px; transition: background .2s; }
.retail__shops a:hover { background: var(--cream2); }
.retail__shops b { font-family: var(--head); font-size: 20px; text-transform: uppercase; }
.retail__shops span { font-size: 13px; opacity: .7; }
.retail__shops em { font-style: normal; font-size: 12px; font-weight: 600; color: var(--gold); margin-top: auto; }
.retail__chains { margin-top: 24px; }
.retail__chains .label { display: block; margin-bottom: 10px; }
.retail__chains .chip { cursor: default; padding: 9px 16px; font-size: 13px; }
.retail__chains p { font-size: 12px; margin: 10px 0 0; }
.retail .cta-band { margin: 32px 0 0; padding: 20px 24px; }

/* ---------- логотипы клиентов ---------- */
.clients { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 40px; align-items: center; padding: 22px var(--pad); border-bottom: 1px solid var(--line); }
.clients img { filter: grayscale(1); opacity: .6; height: 28px; width: auto; }
.clients img.lg { height: 40px; }
.clients img.sm { height: 22px; }
.clients--band { justify-content: flex-start; padding: 0; border: 0; gap: 24px 40px; }
.clients--band img { opacity: .7; }

/* ---------- каталог: сетка с боковой панелью ---------- */
.shop { display: grid; grid-template-columns: minmax(200px, 240px) minmax(0, 1fr); gap: var(--pad); padding: 28px var(--pad) 0; }
.shop--home { padding-top: 56px; }
.aside { position: sticky; top: 84px; align-self: start; font-size: 13px; }
.aside .label { display: block; margin-bottom: 12px; }
.side-links { display: flex; flex-direction: column; }
.side-link { text-decoration: none; color: var(--brown); padding: 9px 12px; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.side-link:hover { background: var(--cream); }
.side-link.is-active { background: var(--cream); font-weight: 600; }
.side-link span:last-child { opacity: .5; font-weight: 400; }
.pdf-box { margin-top: 24px; background: var(--cream); border-radius: 12px; padding: 16px; font-size: 12px; }
.pdf-box b { display: block; }
.pdf-box p { opacity: .7; margin: 4px 0 10px; }
.filters .label { margin: 24px 0 10px; display: block; }
.filters label { display: flex; gap: 8px; align-items: center; padding: 5px 0; cursor: pointer; }
.filters input { accent-color: var(--brown); }
.section-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; flex-wrap: wrap; gap: 8px; }
.crumbs { font-size: 11px; opacity: .5; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: var(--brown); text-decoration: none; }
.shop-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-top: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.shop-head p { margin: 8px 0 0; opacity: .7; font-size: 13px; max-width: 620px; }
.shop-head img { height: 88px; width: auto; object-fit: contain; }
.cat-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; margin: 18px 0 6px; }
.cat-tile { text-decoration: none; color: var(--brown); background: var(--cream); border-radius: 12px; padding: 12px 14px; display: flex; gap: 12px; align-items: center; transition: background .2s; }
.cat-tile:hover { background: var(--cream2); }
.cat-tile img { width: 44px; height: 36px; object-fit: contain; flex: none; }
.cat-tile b { display: block; font-size: 12.5px; line-height: 1.2; }
.cat-tile span { font-size: 11px; opacity: .6; }
.cat-tiles--home { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin: 14px 0 0; }
.cat-tiles--home .cat-tile { padding: 16px; gap: 14px; }
.cat-tiles--home .cat-tile img { width: 64px; height: 48px; }
.cat-tiles--home .cat-tile b { font-size: 13px; }
.filters-toggle { margin-top: 10px; font-size: 13px; font-weight: 600; color: var(--brown); background: #fff; border: 1px solid rgba(58, 33, 26, .2); border-radius: 10px; padding: 10px 14px; cursor: pointer; align-items: center; gap: 8px; width: 100%; justify-content: space-between; }
.search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; margin: 16px 0 10px; }
.search-row .input { padding: 11px 14px; }
.sort--chips button { border: 1px solid rgba(58, 33, 26, .15); }
.sort--chips button.is-on { border-color: rgba(58, 33, 26, .2); }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin: 0 0 14px; font-size: 12px; flex-wrap: wrap; gap: 8px; }
.sort { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.sort button { padding: 6px 10px; border-radius: 6px; cursor: pointer; background: transparent; border: 0; }
.sort button.is-on { background: var(--cream); font-weight: 600; }

/* ---------- карточки товаров ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: border-color .2s; }
.card:hover { border-color: var(--gold); }
.card__img { aspect-ratio: 1; background: #fff; display: flex; align-items: center; justify-content: center; position: relative; text-decoration: none; padding: 14px; }
.card__img img { width: 100%; height: 100%; object-fit: contain; }
.card__img--ph { background: repeating-linear-gradient(135deg, var(--cream2) 0 8px, #faf5ea 8px 16px); }
.tag { position: absolute; top: 8px; left: 8px; background: var(--gold); color: var(--brown); font: 600 10px 'Inter', sans-serif; letter-spacing: .06em; text-transform: uppercase; padding: 3px 7px; border-radius: 4px; }
.card__body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 3px; flex: 1; }
.card__cat { font-size: 11px; opacity: .5; }
.card__name { font-weight: 600; font-size: 13px; color: var(--brown); text-decoration: none; }
.card__spec { font-size: 12px; opacity: .7; }
.btn-req { margin-top: auto; font-size: 12px; font-weight: 600; padding: 8px; border-radius: 8px; cursor: pointer; background: transparent; color: var(--brown); border: 1px solid var(--brown); transition: background .2s, color .2s; }
.btn-req.is-in { background: var(--brown); color: var(--cream); }
.btn-req--lg { font-size: 13px; font-weight: 700; padding: 14px 22px; border-radius: 10px; background: var(--brown); color: var(--cream); margin: 0; }
.btn-req--lg.is-in { background: var(--gold); color: var(--brown); border-color: var(--gold); }
.empty-note { padding: 40px; text-align: center; opacity: .6; background: var(--cream); border-radius: 12px; }
.cta-band { margin: 32px 0 48px; background: var(--brown); color: var(--cream); border-radius: 14px; padding: 22px 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.cta-band b { font-size: 15px; display: block; }
.cta-band p { font-size: 12px; opacity: .75; margin: 4px 0 0; }
.cta-band .btn { white-space: nowrap; }

/* ---------- конфигуратор ---------- */
.config { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: var(--pad); background: var(--cream); }
.config--home { margin: 56px var(--pad) 0; border-radius: 20px; padding: clamp(24px, 3.5vw, 40px); }
.config--page { padding: 48px var(--pad); }
.config .h2 { margin: 10px 0 18px; }
.config--page .h2 { margin: 0 0 18px; }
.config__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; font-size: 13px; }
.config__grid .label { display: block; margin-bottom: 8px; }
.config__full { grid-column: 1 / -1; }
.chips { display: flex; gap: 6px; flex-wrap: wrap; }
.chip { padding: 7px 12px; border-radius: 999px; font-size: 12px; cursor: pointer; border: 1px solid rgba(58, 33, 26, .25); background: transparent; }
.chip.is-on { background: var(--brown); color: var(--cream); border-color: var(--brown); }
.range-head { display: flex; justify-content: space-between; margin-bottom: 8px; }
.range-head b { font-size: 13px; }
.range { width: 100%; accent-color: var(--brown); min-width: 0; }
.range-row { display: grid; grid-template-columns: minmax(0, 1fr) 110px; gap: 12px; align-items: center; }
.range-row .input { padding: 9px 10px; border-radius: 8px; }
.range-foot { display: flex; justify-content: space-between; font-size: 11px; opacity: .5; }
.config__note { font-size: 11px; opacity: .6; margin-top: 6px; }
.config__actions { display: flex; gap: 12px; align-items: center; margin-top: 22px; flex-wrap: wrap; }
.config__actions small { font-size: 12px; opacity: .65; }
.preview { background: #fff; border-radius: 16px; padding: 24px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; border: 1px solid rgba(58, 33, 26, .08); }
.slides { position: relative; width: 100%; height: 260px; }
.slides img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transform: scale(.94); transition: opacity .8s ease, transform .8s ease; }
.slides img.is-on { opacity: 1; transform: scale(1); }
.dots { display: flex; gap: 6px; justify-content: center; }
.dot { width: 8px; height: 8px; border-radius: 50%; cursor: pointer; border: 0; padding: 0; background: rgba(58, 33, 26, .25); transition: background .3s; }
.dot.is-on { background: var(--brown); }
.preview__title { font-family: var(--head); font-weight: 700; font-size: 14px; text-transform: uppercase; }
.preview__sum { font-size: 12px; opacity: .65; }

/* ---------- блоки главной ---------- */
.three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; padding: 56px var(--pad); }
.three .h2 { margin-bottom: 14px; }
.three p { font-size: 13px; opacity: .8; margin: 0; }
.pics2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.pics2 img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.why-list { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.why-list div { display: flex; gap: 10px; }
.why-list i { color: var(--gold); font-weight: 700; font-style: normal; }
.terms { display: flex; flex-direction: column; font-size: 13px; }
.terms div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line2); }
.terms span { opacity: .7; }
.three .label { display: block; margin-bottom: 10px; }
.three .link { display: inline-block; margin-top: 12px; }
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.news-card { text-decoration: none; color: var(--brown); border: 1px solid var(--line); border-radius: 12px; padding: 18px; display: flex; flex-direction: column; gap: 6px; transition: border-color .2s; }
.news-card:hover { border-color: var(--gold); }
.news-card small { font-size: 11px; opacity: .5; }
.news-card b { font-size: 14px; line-height: 1.35; font-weight: 600; }
.home-news { padding: 0 var(--pad) 56px; }

/* ---------- страница товара ---------- */
.product { padding: 28px var(--pad) 56px; max-width: 1100px; }
.product__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(20px, 4vw, 48px); margin-top: 18px; align-items: start; }
.product__img { aspect-ratio: 1; background: #fff; border: 1px solid var(--line); border-radius: 16px; display: flex; align-items: center; justify-content: center; padding: 24px; }
.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.thumb { aspect-ratio: 1; background: #fff; border: 1px solid var(--line2); border-radius: 10px; padding: 6px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.thumb img { width: 100%; height: 100%; object-fit: contain; }
.thumb.is-on { border-color: var(--gold); }
.product__lead p { margin: 0 0 10px; opacity: .8; }
.product__img img { width: 100%; height: 100%; object-fit: contain; }
.product .h1 { margin: 8px 0 14px; }
.product__lead { margin: 0 0 18px; opacity: .8; }
.product__quick { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13px; margin: 0 0 16px; }
.product__quick-s { color: var(--gold); font-weight: 600; }
.product .product__actions { margin-top: 0; }
.tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 16px 0 18px; font-size: 12px; }
.tiles div { background: var(--cream); border-radius: 10px; padding: 10px 12px; }
.tiles small { display: block; opacity: .55; font-size: 12px; }
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; font-size: 13px; border-top: 1px solid var(--line2); }
.specs div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line2); }
.specs span { opacity: .6; }
.product__actions { display: flex; gap: 12px; align-items: center; margin-top: 22px; flex-wrap: wrap; }
.product__note { font-size: 12px; opacity: .6; margin-top: 12px; }
.related { margin-top: 48px; }
.card--link { text-decoration: none; color: var(--brown); }

/* ---------- корпоративные подарки ---------- */
.h1--xl { font-size: 46px; line-height: 1.02; letter-spacing: -.025em; }
.h2--md { font-size: 28px; line-height: 1.08; }
.h2--lg { font-size: 36px; line-height: 1.02; letter-spacing: -.025em; }
.corp-hero__in--wide { grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr); padding-top: 64px; padding-bottom: 48px; }
.corp-hero__lead { font-size: 17px; opacity: .9; margin: 0 0 26px; max-width: 540px; line-height: 1.45; }
.corp-hero__stats { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255, 251, 240, .15); font-size: 12px; opacity: .75; }
.corp-hero__stats b { color: var(--gold); }
.preview--dark { background: rgba(255, 251, 240, .06); border-color: rgba(255, 251, 240, .12); color: var(--cream); border-radius: 20px; }
.preview--dark .slides { height: 280px; }
.preview--dark .preview__sum { opacity: .7; }
.preview--dark .dot { background: rgba(255, 251, 240, .3); }
.preview--dark .dot.is-on { background: var(--gold); }
.preview--steps { align-items: stretch; text-align: left; background: var(--cream); font-size: 13px; }
.preview--steps > div { display: flex; gap: 12px; }
.preview--steps i { color: var(--gold); font-weight: 700; font-style: normal; flex: none; }
.preview__now { border-top: 1px solid var(--line2); padding-top: 12px; font-size: 12px; opacity: .7; display: block !important; }
.strike-grid { padding: 56px var(--pad); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 56px); align-items: center; border-bottom: 1px solid var(--line); }
.strike { display: flex; flex-direction: column; gap: 10px; font-family: var(--head); font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: -.01em; line-height: 1.15; }
.strike > div { display: flex; gap: 14px; align-items: baseline; }
.strike s { text-decoration: line-through; text-decoration-color: var(--gold); text-decoration-thickness: 3px; opacity: .45; }
.strike small { font: 400 13px 'Inter', sans-serif; text-transform: none; opacity: .6; }
.strike__win { margin-top: 6px; }
.strike__win span { color: var(--gold); }
.strike__win small { opacity: .8; }
.strike-grid .h2 { margin-bottom: 14px; }
.strike-grid__p { margin: 0 0 12px; opacity: .85; font-size: 15px; line-height: 1.55; }
.cases-section { padding-top: 56px; padding-bottom: 56px; }
.section-head--end { align-items: flex-end; margin-bottom: 22px; }
.cases-hint { font-size: 12px; opacity: .6; max-width: 320px; margin: 0; }
.cases { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.case { text-decoration: none; color: var(--brown); border-radius: 14px; padding: 20px; display: flex; flex-direction: column; min-height: 170px; background: #fff; border: 1px solid var(--line2); transition: border-color .2s, background .2s; }
.case:hover, .case.is-on { background: var(--cream); border-color: var(--gold); }
.case small { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; opacity: .5; }
.case b { font-family: var(--head); font-size: 17px; text-transform: uppercase; margin-top: 8px; line-height: 1.15; }
.case p { font-size: 13px; opacity: .75; margin: 8px 0 0; line-height: 1.45; }
.case span { font-size: 12px; color: var(--gold); font-weight: 600; margin-top: auto; padding-top: 12px; }
.cases-note { font-size: 13px; opacity: .65; margin: 16px 0 0; }
.why-grid--corp { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 24px 28px; margin-top: 20px; }
.why-grid--corp div { border-top: 2px solid var(--brown); padding-top: 14px; }
.why-grid--corp b { font-family: var(--head); font-size: 15px; text-transform: uppercase; }
.why-grid--corp p { font-size: 13px; opacity: .75; margin-top: 6px; line-height: 1.5; }
.moments-section { padding-top: 56px; padding-bottom: 56px; }
.moments-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.moments { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 18px 8px; }
.moment { text-align: center; padding: 0 4px; min-width: 0; }
.moment__line { display: flex; align-items: center; gap: 6px; }
.moment__line i { flex: 1; height: 1px; background: rgba(203, 164, 102, .35); }
.moment__line span { width: 22px; height: 22px; border-radius: 50%; background: var(--brown); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font: 700 10px 'Inter', sans-serif; color: var(--gold); flex: none; }
.moment b { display: block; font-family: var(--head); font-size: 13px; text-transform: uppercase; margin-top: 12px; line-height: 1.2; overflow-wrap: anywhere; }
.config--page { background: #fff; border-bottom: 1px solid var(--line); }
.letters--sm img { height: 220px; }
.offer { background: var(--brown); color: var(--cream); }
.offer__in { padding: 64px var(--pad); display: grid; grid-template-columns: minmax(0, 6fr) minmax(300px, 5fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.offer .h2 { margin-bottom: 16px; }
.offer__p { opacity: .85; font-size: 15px; line-height: 1.55; margin: 0 0 24px; max-width: 480px; }
.offer__contact { font-size: 13px; }
.offer__contact .label { display: block; }
.offer__contact b { display: block; font-size: 15px; margin-top: 2px; }
.offer__contact a { color: var(--gold); text-decoration: none; }
.offer__contact a.offer__phone { color: var(--cream); }
.offer__note { opacity: .6; font-size: 12px; margin-top: 10px; }
.offer .form-card { color: var(--brown); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mobile-menu a.mobile-menu__mail { color: var(--gold); border: 0; padding: 6px 8px 0; font-size: 13px; }

/* ---------- кейсы ---------- */
.cases-work { padding-top: 56px; }
.case-big { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); border: 1px solid var(--line2); border-radius: 18px; overflow: hidden; margin-bottom: 16px; }
.case-big--rev { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.case-big__img { background: var(--cream); min-height: 280px; display: flex; align-items: center; justify-content: center; position: relative; padding: 24px; }
.case-big__img img { max-height: 320px; width: 100%; object-fit: contain; }
.case-big__img .tag { top: 14px; left: 14px; }
.case-big__body { padding: clamp(20px, 3vw, 32px); display: flex; flex-direction: column; gap: 12px; }
.case-big__title { display: block; font-family: var(--head); font-size: 22px; text-transform: uppercase; line-height: 1.1; }
.case-big__sub { font-weight: 600; font-size: 14px; margin-top: 6px; color: var(--gold); }
.case-big p { margin: 0; font-size: 14px; line-height: 1.55; opacity: .85; }
.case-big__idea { background: var(--cream); border-radius: 12px; padding: 14px 16px; font-size: 13px; line-height: 1.5; margin-top: auto; }
.case-big .btn { align-self: flex-start; }
.mini-cases-head { margin-top: 40px; }
.mini-cases-head h3 { font-size: 20px; margin: 0 0 6px; }
.mini-cases-head p { margin: 0 0 16px; font-size: 14px; opacity: .75; max-width: 640px; }
.mini-cases { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.mini-case { border: 1px solid var(--line2); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.mini-case__img { background: var(--cream); aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; padding: 14px; }
.mini-case__img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.mini-case__img span { font-size: 11px; opacity: .5; }
.mini-case__body { padding: 14px 16px; display: flex; flex-direction: column; gap: 6px; }
.mini-case__body b { font-size: 14px; line-height: 1.25; }
.mini-case__body p { font-size: 12.5px; opacity: .75; line-height: 1.5; margin: 0; }
.cta-band--light { margin: 18px 0 0; background: var(--cream); color: var(--brown); padding: 18px 22px; }
.cta-band--light p { opacity: .75; }

/* ---------- корпоративным ---------- */
.corp-hero { background: var(--brown); color: var(--cream); }
.corp-hero__in { padding: 56px var(--pad); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.corp-hero .h1 { margin: 12px 0 16px; }
.corp-hero p { opacity: .85; margin: 0 0 22px; max-width: 520px; }
.stack { display: flex; gap: 12px; flex-wrap: wrap; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255, 251, 240, .15); border-radius: 14px; overflow: hidden; }
.step { background: var(--brown); padding: 18px 16px; }
.step__n { font-family: var(--head); font-weight: 700; font-size: 22px; color: var(--gold); }
.step b { display: block; font-size: 13px; margin-top: 8px; }
.step p { font-size: 12px; opacity: .65; margin: 4px 0 0; }
.reviews { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.review { border: 1px solid var(--line); border-radius: 14px; padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.review b { font-family: var(--head); font-size: 14px; text-transform: uppercase; }
.review p { font-size: 13px; line-height: 1.55; opacity: .85; margin: 0; }
.review small { font-size: 11px; opacity: .55; margin-top: auto; }
.letters { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; }
.letters img { height: 260px; width: auto; border-radius: 8px; border: 1px solid var(--line); flex: none; }
.section { padding: 56px var(--pad) 0; }
.section--b { padding-bottom: 56px; }
.section .h2 { margin-bottom: 18px; }

/* ---------- о фабрике ---------- */
.about-grid { padding: 48px var(--pad); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 56px); }
.about-grid .h1 { margin-top: 12px; font-size: 38px; }
.numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; margin-top: 32px; }
.numbers b { font-family: var(--head); font-weight: 700; font-size: 32px; color: var(--gold); letter-spacing: -.03em; line-height: 1; display: block; }
.numbers b small { font-size: 15px; }
.numbers span { font-size: 12px; opacity: .7; margin-top: 4px; display: block; }
.about-text { font-size: 14px; line-height: 1.65; opacity: .85; }
.about-text p { margin: 0 0 14px; }
.pics4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 24px; }
.pics4 img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px 28px; }
.why-grid div { border-top: 1px solid rgba(58, 33, 26, .15); padding-top: 12px; }
.why-grid b { font-weight: 600; display: block; }
.why-grid p { font-size: 13px; opacity: .7; margin: 4px 0 0; }
.band { padding: 48px var(--pad); background: var(--cream); }
.band .h2 { margin-bottom: 18px; }
.two { padding: 48px var(--pad); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; }
.two .h2 { margin-bottom: 14px; }
.year-chips { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.doc-row { display: flex; gap: 16px; align-items: flex-start; font-size: 13px; }
.doc-row img { height: 260px; width: auto; border-radius: 8px; border: 1px solid var(--line); }
.doc-row p { margin: 0 0 10px; opacity: .8; }

/* ---------- новости ---------- */
.news-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.news-item { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: start; }
.news-item--img { grid-template-columns: 140px minmax(0, 1fr) 180px; }
.news-item__img { display: block; aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden; background: var(--cream); border: 1px solid var(--line); }
.news-item__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-item h2 a { color: inherit; text-decoration: none; }
.news-item h2 a:hover { color: var(--gold); }
.side-links--wrap { flex-direction: row; flex-wrap: wrap; gap: 4px; }
.side-links--wrap .side-link { padding: 6px 10px; }
.post { padding: 28px var(--pad) 56px; max-width: 860px; }
.post__date { display: block; font-size: 12px; opacity: .55; margin: 14px 0 8px; }
.post__cover { margin: 22px 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }
.post__cover img { width: 100%; display: block; }
.post__lead { font-size: 16px; font-weight: 600; line-height: 1.5; margin: 0 0 16px; }
.post__body { font-size: 15px; line-height: 1.65; opacity: .9; }
.post__body p { margin: 0 0 14px; }
.post__body figure { margin: 18px 0; }
.post__body img { width: 100%; border-radius: 12px; display: block; }
.post__nav { margin: 28px 0 40px; }
.post__more .h2 { margin-bottom: 14px; }
.news-item small { font-size: 12px; opacity: .55; line-height: 1.4; display: block; }
.news-item small b { color: var(--gold); font-weight: 600; display: block; }
.news-item h2 { font-family: 'Inter', system-ui, sans-serif; text-transform: none; letter-spacing: 0; font-weight: 600; font-size: 16px; line-height: 1.3; }
.news-item p { font-size: 13px; opacity: .7; margin: 6px 0 0; }
.press { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.press a { text-decoration: none; color: var(--brown); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: border-color .2s; }
.press a:hover { border-color: var(--gold); }
.press img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; display: block; }
.press div { padding: 12px 14px; }
.press small { font-size: 11px; opacity: .5; display: block; }
.press b { font-weight: 600; font-size: 13px; margin-top: 4px; display: block; }
.press-links { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }
.press-links a { color: var(--brown); text-decoration: none; }

/* ---------- вопросы и контакты ---------- */
.faq-grid { padding: 28px var(--pad) 56px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.page-title { margin: 10px 0 18px; }
.faq { border-top: 1px solid var(--line2); }
.faq details { border-bottom: 1px solid var(--line2); }
.faq summary { list-style: none; cursor: pointer; font-weight: 600; font-size: 15px; padding: 16px 0; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--gold); font-size: 18px; flex: none; }
.faq details[open] summary::after { content: '−'; }
.faq .faq__a { font-size: 14px; opacity: .8; padding: 0 40px 16px 0; line-height: 1.6; }
.contacts { position: sticky; top: 84px; background: var(--cream); border-radius: 16px; padding: 24px; }
.contacts .h2 { margin: 10px 0 14px; }
.contacts__list { display: flex; flex-direction: column; gap: 14px; font-size: 13px; }
.contacts__list .label { display: block; }
.contacts__list a { text-decoration: none; color: var(--brown); font-weight: 600; }
.contacts__list a.big { font-size: 17px; }
.contacts .btn { margin-top: 20px; }

/* ---------- запрос прайса ---------- */
.req-grid { padding: 28px var(--pad) 56px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr); gap: clamp(24px, 4vw, 48px); align-items: start; min-height: 60vh; }
.req-grid .h1 { margin: 10px 0 6px; }
.req-lead { margin: 0 0 18px; opacity: .7; font-size: 13px; }
.req-empty { background: var(--cream); border-radius: 14px; padding: 32px; text-align: center; }
.req-empty b { font-size: 15px; }
.req-empty p { font-size: 13px; opacity: .7; margin: 6px 0 16px; }
.req-list { display: flex; flex-direction: column; border-top: 1px solid var(--line2); }
.req-item { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto auto; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line2); }
.req-item__img { width: 56px; height: 56px; border-radius: 8px; background: var(--cream); display: flex; align-items: center; justify-content: center; padding: 6px; }
.req-item__img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.req-item b { font-size: 14px; display: block; }
.req-item small { font-size: 12px; opacity: .65; }
.req-item input { font-size: 13px; width: 84px; padding: 8px 10px; border: 1px solid rgba(58, 33, 26, .2); border-radius: 8px; }
.req-item .x { background: transparent; border: 0; opacity: .5; cursor: pointer; font-size: 18px; padding: 4px 8px; }
.req-item .x:hover { opacity: 1; }
.req-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; font-size: 13px; }
.req-foot a { color: var(--brown); }

/* ---------- документы ---------- */
.legal { padding: 28px var(--pad) 56px; max-width: 860px; }
.legal-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0 22px; font-size: 12px; }
.legal-tabs a { text-decoration: none; color: var(--brown); padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(58, 33, 26, .25); }
.legal-tabs a.is-active { background: var(--brown); color: var(--cream); border-color: var(--brown); }
.legal .h1 { margin-bottom: 20px; font-size: 28px; }
.legal-body { font-size: 14px; line-height: 1.65; opacity: .85; }
.legal-body p { margin: 0 0 8px; }
.legal-body h2 { font-family: 'Inter', system-ui, sans-serif; letter-spacing: 0; font-size: 14px; font-weight: 700; margin: 18px 0 8px; }
.legal-body dl { display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; margin: 0 0 18px; padding: 14px 16px; background: var(--cream); border-radius: 12px; }
.legal-body dt { opacity: .6; }
.legal-body dd { margin: 0; }

/* ---------- подвал ---------- */
.footer { background: var(--brown); color: var(--cream); padding: 56px var(--pad) 0; font-size: 13px; }
.footer__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr); gap: 32px clamp(24px, 4vw, 56px); padding-bottom: 40px; border-bottom: 1px solid rgba(255, 251, 240, .15); }
.footer__brand { display: flex; flex-direction: column; gap: 16px; }
.footer__brand p { margin: 0; opacity: .75; line-height: 1.55; max-width: 300px; }
.footer__brand .stack { gap: 8px; }
.footer__logo img { height: 44px; display: block; }
.footer__title { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 14px; }
.footer__col { display: flex; flex-direction: column; gap: 9px; }
.footer__col a, .footer__contacts a { color: var(--cream); text-decoration: none; opacity: .85; }
.footer__col a:hover, .footer__contacts a:hover { opacity: 1; color: var(--gold); }
.footer__col span { opacity: .75; }
.footer__col a.footer__gold { color: var(--gold); opacity: 1; }
.footer p { margin: 0 0 12px; opacity: .75; line-height: 1.5; }
.footer__contacts { display: flex; flex-direction: column; gap: 12px; line-height: 1.45; }
.footer__phone { font-weight: 700 !important; font-size: 17px; }
.footer__dim { opacity: .6; font-size: 12px; }
.footer__lbl { opacity: .6; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer__bottom { display: flex; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; padding: 18px 0 22px; font-size: 11px; opacity: .6; line-height: 1.5; }
.footer__legal { display: flex; gap: 8px 18px; flex-wrap: wrap; }
.footer__legal a { color: var(--cream); text-decoration: none; }
.footer__legal a:hover { color: var(--gold); }

/* ---------- 404 ---------- */
.nf { padding: 80px var(--pad); text-align: center; }
.nf .h1 { margin-bottom: 12px; }

/* ---------- адаптив ---------- */
@media (max-width: 1060px) {
  .hide-m { display: none !important; }
  .show-m { display: flex !important; }
  .filters-toggle.show-m { display: none !important; }
}
@media (max-width: 900px) {
  body { padding-bottom: 76px; }
  .toast { left: 16px; right: 16px; bottom: 88px; }
  .stats--grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .retail-band { grid-template-columns: minmax(0, 1fr); }
  .retail-band .stack { flex-direction: column; align-items: stretch; }
  .side-links--scroll { flex-direction: row; overflow-x: auto; gap: 6px; padding-bottom: 6px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .side-links--scroll::-webkit-scrollbar { display: none; }
  .side-links--scroll .side-link { white-space: nowrap; flex: none; border: 1px solid rgba(58, 33, 26, .2); border-radius: 999px; padding: 10px 14px; gap: 8px; }
  .filters { display: none; flex-wrap: wrap; gap: 6px 16px; align-items: center; margin-top: 12px; }
  .filters.is-open { display: flex; }
  .filters-toggle { display: flex; }
  .search-row { grid-template-columns: minmax(0, 1fr); }
  .case-big, .case-big--rev { grid-template-columns: minmax(0, 1fr); }
  .case-big--rev .case-big__img { order: 2; }
  .filters .label { display: none; }
  .filters label { padding: 6px 0; }
  .filters input { width: 18px; height: 18px; }
  .req-item { gap: 12px; }
  .section, .section--b, .cases-section, .moments-section { padding-top: 40px; padding-bottom: 40px; }
  .h1 { font-size: 32px; }
  .h1--md, .h1--sm, .about-grid .h1 { font-size: 28px; }
  .h2 { font-size: 22px; }
  .h2--sm { font-size: 20px; }
  .hero { min-height: 0; }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; padding: 40px var(--pad); }
  .shop, .config, .three, .corp-hero__in, .about-grid, .two, .faq-grid, .req-grid, .product__grid, .vac-hero, .vac-grid, .vac__body, .dashed, .strike-grid, .moments-grid, .offer__in, .season, .ways__grid { grid-template-columns: minmax(0, 1fr); }
  .season .stack { flex-direction: column; align-items: stretch; }
  .h1--xl { font-size: 34px; }
  .h2--md { font-size: 24px; }
  .h2--lg { font-size: 28px; }
  .shop > *, .config > *, .three > *, .corp-hero__in > *, .about-grid > *, .two > *, .faq-grid > *, .req-grid > *, .product__grid > * { min-width: 0; }
  .contacts__list a, .footer__info, .topbar a { overflow-wrap: anywhere; }
  .config--home { margin: 40px var(--pad) 0; }
  .config__grid { grid-template-columns: minmax(0, 1fr); }
  .aside, .contacts, .vac-form { position: static; }
  .steps, .pics4 { grid-template-columns: repeat(2, 1fr); }
  .cta-band, .config__actions, .product__actions { flex-direction: column; align-items: stretch; }
  .news-item, .news-item--img { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .news-item__img { max-width: 320px; }
  .footer__grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .footer__bottom { flex-direction: column; }
  .surprise { grid-template-columns: minmax(0, 1fr); margin-top: 40px; }
  .topbar__mails { display: none; }
  .shop-head { grid-template-columns: minmax(0, 1fr); }
  .specs { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 480px) {
  .hide-xs { display: none !important; }
  .show-xs { display: inline !important; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .req-item { grid-template-columns: 56px minmax(0, 1fr); }
  .req-item input, .req-item .x { grid-column: 2; justify-self: start; }
  .doc-row { flex-direction: column; }
  .doc-row img { height: auto; max-width: 260px; }
}
