:root {
  --ink: #202028;
  --muted: #6f7280;
  --paper: #f7f5ef;
  --line: #dedbd2;
  --red: #ed0c0c;
  --blue: #193778;
  --footer: #11131f;
  --content-max: 1320px;
  --h1: clamp(44px, 4vw, 56px);
  --h2: 40px;
  --h3: 24px;
  --h4: 20px;
  --lead: 17px;
  --body: 16px;
  --small: 14px;
  --caption: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.35;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.page { width: min(var(--content-max), calc(100% - 72px)); margin: 0 auto; }
.section { padding: 50px 0; }

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}
.btn svg { width: 20px; height: 20px; }
.btn-light { background: #fff; color: #101010; }
.btn-glass { border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.08); color: #fff; }
.btn-red { background: var(--red); color: #fff; }

.hero-shell { padding: 19px 0 50px; }
.hero-slider {
  position: relative;
  width: min(var(--content-max), calc(100% - 60px));
  margin: 0 auto;
  height: 520px;
  overflow: hidden;
  border-radius: 32px;
  background: #6e6362;
  isolation: isolate;
  box-shadow: 0 18px 44px rgba(42, 34, 34, 0.14);
}
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .55s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(102deg, rgba(112, 103, 104, .94) 0%, rgba(112, 103, 104, .91) 39%, rgba(112, 103, 104, .68) 53%, rgba(84, 75, 76, .26) 66%, rgba(47, 42, 42, .02) 79%),
    linear-gradient(0deg, rgba(34, 29, 29, .08), rgba(34, 29, 29, 0) 52%);
}
.hero-content {
  position: absolute;
  top: 34%;
  left: clamp(42px, 5vw, 78px);
  z-index: 2;
  width: min(670px, 58%);
  color: #fff;
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: var(--caption);
  font-weight: 900;
  text-transform: uppercase;
}
.hero-kicker span {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: #e6c093;
}
.hero-content h1,
.hero-content h2 {
  margin: 0;
  color: #fff;
  font: 600 var(--h1)/.95 Literata, Georgia, serif;
  letter-spacing: 0;
}
.hero-content p {
  margin: 16px 0 0;
  color: rgba(255,255,255,.92);
  font-size: var(--body);
  font-weight: 600;
  line-height: 1.35;
}
.hero-actions { display: flex; gap: 16px; align-items: center; margin-top: 24px; }
.hero-actions .btn { min-width: 213px; min-height: 56px; border-radius: 14px; font-size: var(--small); }
.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 4;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}
.hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  cursor: pointer;
}
.hero-dots button.is-active { width: 26px; background: #fff; }
.hero-arrows {
  position: absolute;
  right: 48px;
  bottom: 26px;
  z-index: 4;
  display: flex;
  gap: 12px;
}
.hero-arrows button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 14px;
  background: rgba(255,255,255,.18);
  color: white;
  cursor: pointer;
}
.hero-arrows svg { width: 32px; height: 32px; stroke-width: 4; }

.section-row {
  display: flex;
  margin-bottom: 12px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.section-row h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
}
.catalog-link {
  border-bottom: 2px solid currentColor;
  font-size: 22px;
  font-weight: 800;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.product-card { min-width: 0; }
.product-image {
  position: relative;
  display: block;
  aspect-ratio: 1.02 / 1;
  overflow: hidden;
  border-radius: 5px;
  background: #c6c9b8;
}
.product-card:nth-child(even) .product-image { background: #e7dcc4; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image span {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 2;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff;
  color: #67707a;
  font-size: 9px;
  font-weight: 700;
}
.product-card p { margin: 11px 0 1px; color: #777b85; font-size: 9px; }
.product-card h3 { min-height: 34px; margin: 0; font-size: 13px; font-weight: 800; line-height: 1.12; }
.product-card small { display: block; color: #858895; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.product-card strong { display: block; margin-top: 1px; font-size: 17px; font-weight: 800; }
.product-card button {
  margin-top: 15px;
  min-height: 26px;
  padding: 0 15px;
  border: 0;
  border-radius: 7px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.audience-section {
  padding: 50px 0;
  background: #f8f7f5;
}
.audience-section__header {
  display: flex;
  min-height: 126px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 28px;
}
.audience-section__eyebrow {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 6px 14px;
  border-radius: 999px;
  color: #373a8f;
  background: #efeffb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.audience-section__eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e2001a;
}
.audience-section__heading-row {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}
.audience-section__title {
  margin: 0;
  color: #252424;
  font-family: Literata, Georgia, serif;
  font-size: clamp(48px, 4.3vw, 62px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .9;
}
.audience-section__promise {
  margin: 0 0 2px;
  padding: 3px 6px;
  color: #252424;
  background: rgba(255, 255, 255, .72);
  font: 600 16px/1.2 Literata, Georgia, serif;
  white-space: nowrap;
}
.audience-section__intro {
  flex: 0 0 auto;
  padding-top: 4px;
  text-align: right;
}
.audience-section__number {
  margin-bottom: 5px;
  color: #ebe9e7;
  font: 700 48px/.9 Literata, Georgia, serif;
}
.audience-section__intro p {
  margin: 0;
  color: #696767;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.audience-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #e7e3df;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 14px 26px rgba(31, 27, 24, .045);
}
.audience-card__visual {
  position: relative;
  height: 196px;
  overflow: hidden;
  padding: 22px 22px 18px;
  color: #fff;
  background: var(--audience-color);
}
.audience-card--atelier {
  --audience-color: #df0017;
  --audience-soft: rgba(255, 255, 255, .18);
}
.audience-card--designers {
  --audience-color: #2b287d;
  --audience-soft: rgba(255, 255, 255, .18);
}
.audience-card--industry {
  --audience-color: #1d1d1d;
  --audience-soft: rgba(255, 255, 255, .2);
}
.audience-card--government {
  --audience-color: #a76822;
  --audience-soft: rgba(255, 255, 255, .2);
}
.audience-card__label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--audience-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1;
  text-transform: uppercase;
}
.audience-card__icon {
  position: absolute;
  z-index: 2;
  bottom: 19px;
  left: 22px;
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  border-radius: 17px;
  background: var(--audience-soft);
}
.audience-card__icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
}
.audience-card__ghost {
  position: absolute;
  right: -3px;
  bottom: -34px;
  color: rgba(255, 255, 255, .09);
  font: 700 112px/1 Literata, Georgia, serif;
  letter-spacing: 0;
}
.audience-card__body {
  min-height: 243px;
  padding: 25px 26px 30px;
}
.audience-card__line {
  display: block;
  width: 27px;
  height: 3px;
  margin-bottom: 15px;
  background: var(--audience-color);
}
.audience-card__body h3 {
  margin: 0 0 9px;
  color: #252424;
  font: 700 27px/1.1 Literata, Georgia, serif;
  letter-spacing: 0;
}
.audience-card__body p {
  margin: 0;
  color: #696767;
  font-size: 14px;
  line-height: 1.55;
}

@media (hover: hover) {
  .audience-card {
    transition: transform 180ms ease, box-shadow 180ms ease;
  }
  .audience-card:hover {
    box-shadow: 0 18px 34px rgba(31, 27, 24, .09);
    transform: translateY(-4px);
  }
}

.process-section { padding-top: 50px; background: #fff; }
.process-head {
  display: flex;
  margin-bottom: 28px;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.process-head h2,
.about-section h2,
.faq-grid h2 {
  margin: 0;
  font: 600 var(--h2)/1.02 Literata, Georgia, serif;
}
.process-head p { margin: 9px 0 0; color: var(--muted); font-size: var(--lead); }
.process-head a:not(.btn) { border-bottom: 1px solid currentColor; font-weight: 700; }
.process-head .btn { min-width: 169px; min-height: 36px; border-radius: 10px; font-size: var(--caption); }
.process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.process li { position: relative; min-height: 138px; padding-right: 18px; }
.process li:not(:last-child)::after {
  position: absolute;
  top: 15px;
  right: 14px;
  color: var(--red);
  content: "→";
  font-size: 28px;
  line-height: 1;
}
.process li:last-child::after {
  position: absolute;
  top: 8px;
  left: 56px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  content: "⌄";
  font-size: 14px;
}
.process span { color: #0d2867; font-size: 38px; font-weight: 800; line-height: 1; }
.process h3 { margin: 14px 0 5px; font-size: 16px; font-weight: 800; line-height: 1.06; }
.process p { margin: 0; color: #7e808c; font-size: 13px; line-height: 1.28; }

.news-section { padding-top: 50px; }
.news-section h2 {
  margin: 0 0 35px 15px;
  font: 700 var(--h1)/.95 Literata, Georgia, serif;
  letter-spacing: 0;
}
.news-filter {
  margin-bottom: 35px;
  padding: 12px 32px 13px;
  background: #f2f3fb;
}
.news-filter div { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 9px; }
.news-filter div:last-child { margin-bottom: 0; }
.news-filter span {
  display: inline-flex;
  min-height: 33px;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  font-size: var(--caption);
}
.news-filter span:first-child,
.news-filter .active { background: #5550ac; color: #fff; font-weight: 800; }
.news-filter .sale { background: #ff3344; color: #fff; font-weight: 800; }
.news-filter b { color: inherit; opacity: .55; }
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.news-card { min-width: 0; }
.news-image {
  display: block;
  aspect-ratio: 1 / 1.34;
  overflow: hidden;
  border-radius: 4px;
  background: #e5e6e9;
}
.news-image img { width: 100%; height: 100%; object-fit: cover; }
.tags { display: flex; flex-wrap: wrap; gap: 4px; margin: 10px 0 9px; }
.tags span { padding: 2px 5px; border: 1px solid #9a9a9a; border-radius: 2px; font-size: var(--caption); }
.news-card h3 { margin: 0 0 5px; font: 600 13px/1.2 Literata, Georgia, serif; }
.news-card p { margin: 0; color: #4f4f55; font-size: var(--caption); line-height: 1.35; }

.about-section {
  padding: 50px 0;
  border-radius: 0 0 7px 7px;
  background: #faf9f6;
}
.about-section h2 { font-size: 30px; }
.about-lead {
  max-width: 850px;
  margin: 14px 0 50px;
  color: #767986;
  font-size: var(--body);
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 7vw, 100px);
}
.about-grid article {
  min-height: 145px;
  padding: 16px 15px;
  border: 1px solid #e3d4b7;
  border-radius: 6px;
  background: #fff;
}
.about-grid span {
  display: inline-flex;
  min-width: 44px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #c9ffd2;
  color: #1ca645;
  font-size: var(--small);
  font-weight: 900;
}
.about-grid strong {
  display: block;
  margin-top: 13px;
  font: 700 32px/1 Literata, Georgia, serif;
}
.about-grid p { max-width: 150px; margin: 6px 0 0; font-size: var(--caption); font-weight: 800; line-height: 1.15; }

.lead-section {
  padding: 50px 0;
  background: var(--blue);
  color: #fff;
}
.lead-grid {
  display: grid;
  grid-template-columns: minmax(360px, .68fr) minmax(560px, 1fr);
  gap: 72px;
}
.lead-copy h2 {
  margin: 0;
  color: #fff;
  font: 600 var(--h1)/.95 Literata, Georgia, serif;
}
.lead-copy p { max-width: 430px; margin: 30px 0 28px; color: rgba(255,255,255,.82); font-size: var(--body); line-height: 1.35; }
.lead-route { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: rgba(255,255,255,.9); font-size: var(--small); font-weight: 800; }
.lead-route svg { width: 12px; height: 12px; }
.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 25px;
}
.lead-form label { display: grid; gap: 8px; font-size: var(--caption); font-weight: 800; }
.lead-form input,
.lead-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 3px;
  background: #fff;
}
.lead-form textarea { min-height: 128px; padding-top: 13px; resize: vertical; }
.lead-form .message { grid-row: span 2; }
.lead-form .consent {
  display: flex;
  grid-column: 1 / -1;
  gap: 9px;
  align-items: center;
  color: rgba(255,255,255,.75);
  font-size: var(--caption);
  font-weight: 400;
}
.lead-form .consent input { width: 13px; min-height: 13px; accent-color: var(--red); }
.lead-form button { justify-self: start; min-width: 230px; border-radius: 7px; }
.lead-form .is-error { outline: 3px solid rgba(255,255,255,.25); }

.faq-section { padding: 50px 0; background: #fff; }
.faq-grid {
  display: grid;
  grid-template-columns: minmax(320px, .55fr) minmax(0, 1fr);
  gap: 72px;
}
.faq-grid h2 { font-size: var(--h1); }
.faq-grid p { max-width: 420px; color: #6f7280; font-size: var(--lead); line-height: 1.45; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: flex;
  min-height: 67px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: var(--body);
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list svg { width: 22px; height: 22px; transition: transform .2s ease; }
.faq-list details[open] svg { transform: rotate(45deg); }
.faq-list details p { margin: -2px 0 24px; max-width: 780px; font-size: var(--small); }

.site-footer {
  margin-top: 50px;
  border-top: 4px solid var(--red);
  background: var(--footer);
  color: #fff;
}
.footer-light { padding: 48px 0 44px; background: #fff; color: var(--ink); }
.footer-top {
  display: grid;
  grid-template-columns: 1.1fr .75fr .9fr 1.15fr;
  gap: 42px;
}
.footer-brand img { width: min(300px, 100%); }
.footer-brand p { max-width: 320px; margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.site-footer h2,
.site-footer h3 {
  margin: 0 0 17px;
  font: 600 var(--lead)/1.2 Literata, Georgia, serif;
}
.site-footer h3 { font-size: 15px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: var(--muted); font-size: var(--caption); }
.footer-online,
.footer-social { padding-left: 20px; border-left: 1px solid var(--line); }
.footer-online p { margin: 5px 0; color: var(--muted); font-size: var(--caption); }
.phone { display: block; margin: 12px 0; font-size: 19px; font-weight: 900; }
.socials { display: flex; flex-wrap: wrap; gap: 8px; }
.socials a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 3px;
  font-size: var(--caption);
  font-weight: 900;
}
.socials svg { width: 15px; height: 15px; }
.footer-dark { padding: 36px 0 78px; background: var(--footer); }
.stores-head {
  display: flex;
  margin-bottom: 20px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.stores-head h2 { margin: 0; font-size: var(--h3); }
.stores-head a { font-size: var(--caption); font-weight: 900; }
.store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.store {
  min-height: 270px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
}
.store-meta {
  display: flex;
  min-height: 43px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  border-radius: 3px;
  background: #ffce50;
  color: #241900;
  font-size: var(--caption);
  font-weight: 900;
  text-transform: uppercase;
}
.rating {
  min-width: 142px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
  background: rgba(255,255,255,.07);
  line-height: 1;
}
.rating b { margin-right: 4px; font-size: var(--caption); }
.rating span { color: #ffc400; font-size: var(--caption); letter-spacing: -1px; }
.rating small { display: block; margin-top: 4px; color: rgba(255,255,255,.54); font-size: 9px; font-weight: 800; }
.store h3 { margin: 0 0 10px; font-size: 18px; }
.store-phone { font-size: var(--body); font-weight: 900; }
.store p { margin: 9px 0 15px; color: rgba(255,255,255,.65); font-size: var(--caption); }
.store-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.store-actions a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 3px;
  font-size: var(--caption);
  font-weight: 900;
}
.store-actions svg { width: 14px; height: 14px; }
.store details { margin-top: 10px; color: rgba(255,255,255,.65); font-size: var(--caption); }
.store details a { display: block; margin-top: 5px; }
.footer-bottom {
  display: flex;
  margin-top: 32px;
  padding-top: 20px;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.55);
  font-size: var(--caption);
}
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 1100px) {
  .page { width: min(100% - 36px, 960px); }
  .hero-slider { width: min(960px, calc(100% - 36px)); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process li:nth-child(3)::after { display: none; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid, .store-grid, .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lead-grid, .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  :root {
    --h1: clamp(32px, 9vw, 40px);
    --h2: clamp(26px, 7vw, 32px);
    --h3: clamp(22px, 6vw, 26px);
    --h4: clamp(18px, 5vw, 22px);
    --lead: clamp(17px, 4.6vw, 20px);
    --body: 16px;
    --small: 14px;
    --caption: 12px;
  }
  .lt-header-mobile-scroll {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .lt-header-mobile-scroll::-webkit-scrollbar { display: none; }
  .lt-header-mobile-scroll a { flex: 0 0 auto; }
  .section { padding: 20px 0; }
  .hero-shell { padding: 12px 0 20px; }
  .hero-slider { width: calc(100% - 24px); height: 430px; border-radius: 20px; }
  .hero-content { top: 34px; left: 20px; width: calc(100% - 40px); }
  .hero-content h1,
  .hero-content h2 { font-size: 32px; line-height: .98; }
  .hero-content p { font-size: 14px; line-height: 1.35; }
  .hero-content p br { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .btn { width: 100%; min-width: 0; min-height: 44px; border-radius: 10px; }
  .hero-arrows { display: none; }
  .section-row { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .product-card h3 { min-height: 44px; }
  .audience-section { padding: 20px 0; }
  .audience-section__header {
    display: block;
    min-height: 0;
    margin-bottom: 28px;
  }
  .audience-section__eyebrow { margin-bottom: 18px; font-size: 11px; }
  .audience-section__heading-row { display: block; }
  .audience-section__title { font-size: 40px; line-height: .94; }
  .audience-section__promise {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    white-space: normal;
  }
  .audience-section__intro {
    display: flex;
    margin-top: 24px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-top: 0;
    text-align: left;
  }
  .audience-section__number { order: 2; margin: 0; font-size: 40px; }
  .audience-section__intro p { font-size: 14px; }
  .audience-section__intro br { display: none; }
  .audience-grid { grid-template-columns: 1fr; gap: 16px; }
  .audience-card__visual { height: 178px; }
  .audience-card__body { min-height: 0; }
  .news-grid, .store-grid, .footer-top, .lead-form { grid-template-columns: 1fr; }
  .process-section,
  .news-section,
  .about-section,
  .lead-section,
  .faq-section { padding-top: 20px; padding-bottom: 20px; }
  .process-head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .process-head .btn { width: auto; min-width: 0; }
  .process { grid-template-columns: 1fr; }
  .process li { min-height: 0; padding: 0 0 26px 56px; }
  .process li:not(:last-child)::after { top: 8px; right: auto; left: 36px; }
  .process span { position: absolute; left: 0; top: 0; }
  .news-section h2 { margin-left: 0; font-size: var(--h1); }
  .news-filter { padding: 12px; }
  .about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .about-grid article { min-height: 132px; }
  .about-grid strong { font-size: 26px; }
  .lead-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .lead-copy h2, .faq-grid h2 { font-size: var(--h1); }
  .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .lead-form .message, .lead-form .consent { grid-column: auto; }
  .site-footer { margin-top: 20px; }
  .footer-online, .footer-social { padding: 24px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .footer-bottom, .stores-head { align-items: flex-start; flex-direction: column; }
}
