/* Turboparts — стиль ORYZO, адаптация (см. DESIGN.md) */
:root {
  --color-warm-cream: #ffedd7;
  --color-walnut-shadow: #100904;
  --color-bark-brown: #382416;
  --color-cork-border: #40372e;
  --color-driftwood: #6c5f51;
  --color-ember-accent: #dc5000;
  --color-cream-muted: rgba(255, 237, 215, 0.62);

  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-arial: Arial, system-ui, sans-serif;

  --text-subheading: 18px;
  --text-heading-sm: 24px;
  --text-body: 29px;
  --text-heading: 41px;
  --text-display: 51px;

  --card-padding: 24px;
  --element-gap: 18px;
  --gutter: 24px;
  --section-gap: 68px;

  --radius-cards: 12px;
  --radius-inputs: 0px;
  --radius-full-round: 9999px;
  --radius-buttons-pill: 36px;
  --radius-buttons-outlined: 22.5px;

  --nav-h: 45px;
  --local-h: 52px;

  --grade: contrast(1.08) saturate(.85) sepia(.18);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--color-walnut-shadow);
  color: var(--color-warm-cream);
  font-family: var(--font);
  font-feature-settings: "ss01" on;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--color-bark-brown); color: var(--color-warm-cream); }
:focus-visible { outline: 1px dashed var(--color-warm-cream); outline-offset: 4px; }

.container { padding: 0 var(--gutter); }

/* пунктирная линия — единственный разделитель */
.dash { border: 0; border-top: 1px dashed var(--color-cork-border); margin: 14px 0; }

/* ---------- Global navigation ---------- */
.global-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: var(--nav-h);
  background: transparent;
  border-bottom: 1px dashed transparent;
  transition: background-color .3s, border-color .3s;
}
.scrolled .global-nav { background: var(--color-walnut-shadow); border-bottom-color: var(--color-cork-border); }
.global-nav .container { height: 100%; display: flex; align-items: center; gap: 31px; }
.wordmark { font-size: 14px; font-weight: 500; line-height: 1; margin-right: auto; }
.wordmark b { font-weight: 500; }
.global-nav ul { list-style: none; display: flex; gap: 24px; margin: 0; padding: 0; }
.global-nav ul a, .global-nav .util { font-size: 12px; line-height: 1; padding: 6px 0; border-bottom: 1px dashed transparent; transition: border-color .2s; }
.global-nav ul a:hover { border-bottom-color: var(--color-driftwood); }
.global-nav ul a[aria-current] { border-bottom-color: var(--color-warm-cream); }
.global-nav .utils { display: flex; gap: 18px; align-items: center; }
.global-nav .util { display: inline-flex; align-items: center; gap: 6px; }
.global-nav svg { width: 14px; height: 14px; }

/* ---------- Local navigation: появляется после главного экрана ---------- */
.local-nav {
  position: fixed; top: var(--nav-h); left: 0; right: 0; z-index: 40;
  background: var(--color-walnut-shadow);
  border-bottom: 1px dashed var(--color-cork-border);
  transform: translateY(-100%); opacity: 0; visibility: hidden;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), opacity .3s, visibility 0s .4s;
}
.past-hero .local-nav { transform: none; opacity: 1; visibility: visible; transition: transform .4s cubic-bezier(.2,.7,.2,1), opacity .3s; }
.local-nav .container { height: var(--local-h); display: flex; align-items: center; gap: 18px; }
.local-nav .title { font-size: 18px; line-height: 1; margin-right: auto; }
.local-nav .phone { font-size: 12px; color: var(--color-cream-muted); transition: color .2s; }
.local-nav .phone:hover { color: var(--color-warm-cream); }

/* ---------- Pills ---------- */
.pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  font-family: var(--font); font-size: 12px; font-weight: 500; line-height: 1; text-transform: uppercase;
  color: var(--color-warm-cream); cursor: pointer; white-space: nowrap;
  transition: background-color .2s, border-color .2s, color .2s;
}
.pill-fill { background: var(--color-bark-brown); border: 1px solid var(--color-bark-brown); border-radius: var(--radius-buttons-pill); padding: 14px 24px; }
.pill-fill:hover { border-color: var(--color-warm-cream); }
.local-nav .pill-fill { padding: 10px 18px; }
.pill-outline { background: transparent; border: 1px solid var(--color-warm-cream); border-radius: var(--radius-buttons-outlined); padding: 7.5px 16px; }
.pill-outline:hover { background: var(--color-warm-cream); color: var(--color-walnut-shadow); }
.ctas .pill-outline { padding: 13px 18px; }

.link { font-size: 12px; border-bottom: 1px solid var(--color-warm-cream); padding-bottom: 3px; transition: border-color .2s; }
.link:hover { border-bottom-style: dashed; }
.link::after { content: " ›"; }

/* ---------- Type ---------- */
.kicker { font-size: 12px; line-height: 1.2; margin: 0 0 14px; }
.display { font-size: var(--text-display); font-weight: 500; line-height: .9; margin: 0; }
.headline { font-size: var(--text-heading); font-weight: 500; line-height: .9; margin: 0; }
.feature-heading { font-size: var(--text-heading-sm); font-weight: 500; line-height: 1.09; margin: 0; }
/* строчной голос: описания */
.lede, .sub, .body {
  text-transform: none; font-weight: 400; font-size: var(--text-subheading); line-height: 1.26;
}
.lede { color: var(--color-cream-muted); margin: 18px 0 0; max-width: 560px; }
.tuning { color: var(--color-ember-accent); font-size: 10px; line-height: 1.2; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: calc(var(--nav-h) + 41px) var(--gutter) 0;
  isolation: isolate;
}
.hero-stage { position: absolute; inset: 0; z-index: -1; }
.hero-stage::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(16, 9, 4, .78) 0%, rgba(16, 9, 4, 0) 34%),
    linear-gradient(to top, var(--color-walnut-shadow) 4%, rgba(16, 9, 4, .55) 32%, rgba(16, 9, 4, 0) 58%);
}
.hero-stage img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 58%;
  filter: var(--grade);
  animation: ignition 3.2s cubic-bezier(.2,.7,.2,1) .35s both;
}
/* зажигание: темнота → мерцание фар → свет, с медленным наездом */
@keyframes ignition {
  0%   { opacity: 0;   transform: scale(1.08); }
  18%  { opacity: .55; }
  22%  { opacity: .12; }
  30%  { opacity: .8;  }
  34%  { opacity: .3;  }
  100% { opacity: 1;   transform: scale(1); }
}
.hero-top { max-width: 620px; }
.side-label {
  position: absolute; right: 9px; top: 50%; margin: 0;
  writing-mode: vertical-rl; transform: translateY(-50%);
  font-size: 10px; line-height: 1; white-space: nowrap;
}
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; margin-top: 68px; }
.info-card {
  max-width: 440px; padding: var(--card-padding);
  background: rgba(16, 9, 4, .62); border: 1px solid var(--color-cork-border); border-radius: var(--radius-cards);
}
.info-card .label { font-size: 12px; margin: 0; }
.info-card .sub { margin: 0; }
.info-card .ctas { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.thumb-card {
  display: grid; grid-template-columns: 96px auto auto; align-items: center; gap: 14px;
  padding: 8px 18px 8px 8px; border: 1px solid var(--color-cork-border); border-radius: var(--radius-cards);
  background: rgba(16, 9, 4, .62); transition: border-color .2s;
}
.thumb-card:hover { border-color: var(--color-warm-cream); }
.thumb-card img { width: 96px; height: 64px; object-fit: cover; filter: var(--grade); }
.thumb-card .t { font-size: 14px; }
.thumb-card small { display: block; font-size: 10px; color: var(--color-cream-muted); margin-top: 6px; }
.thumb-card .go { font-size: 18px; }
.wordmark-xl {
  margin: 24px 0 -0.1em; font-size: calc((100vw - 2 * var(--gutter)) / 6.75); font-weight: 500; line-height: .9;
  white-space: nowrap; pointer-events: none;
}
.hero .reveal-text { animation: rise .9s cubic-bezier(.2,.7,.2,1) both; }
.hero-top .reveal-text:nth-child(2) { animation-delay: .12s; }
.hero-bottom .reveal-text { animation-delay: .36s; }
.hero-bottom .reveal-text + .reveal-text { animation-delay: .48s; }
.wordmark-xl { animation: rise 1.2s cubic-bezier(.2,.7,.2,1) .2s both; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

/* ---------- Sections ---------- */
.section { padding: var(--section-gap) 0; border-top: 1px dashed var(--color-cork-border); }
.hero + .section { border-top: 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 41px; flex-wrap: wrap; }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Highlights carousel ---------- */
.highlights { overflow: hidden; }
.highlights .section-head { padding: 0 var(--gutter); }
.track {
  display: flex; gap: var(--element-gap); overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 0 var(--gutter) 8px; scrollbar-width: none;
}
.track::-webkit-scrollbar { display: none; }
.hl-card {
  flex: 0 0 min(372px, 82vw); scroll-snap-align: center;
  border: 1px solid var(--color-cork-border); border-radius: var(--radius-cards);
  overflow: hidden; display: flex; flex-direction: column; height: 520px;
}
.hl-card .copy { padding: var(--card-padding); }
.hl-card .copy p { margin: 0; font-size: var(--text-heading-sm); line-height: 1.09; }
.hl-card .copy p span {
  display: block; margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--color-cork-border);
  font-size: var(--text-subheading); line-height: 1.26; font-weight: 400; text-transform: none; color: var(--color-cream-muted);
}
.hl-card img { margin-top: auto; height: 300px; width: 100%; object-fit: cover; filter: var(--grade); }
.playback { display: flex; justify-content: flex-start; margin-top: 24px; padding: 0 var(--gutter); }
.playback .pod {
  display: inline-flex; align-items: center; gap: 14px; padding: 0 6px 0 18px; height: 41px;
  border: 1px solid var(--color-cork-border); border-radius: var(--radius-buttons-outlined);
}
.dots { display: flex; gap: 8px; }
.dots button { width: 6px; height: 6px; border-radius: var(--radius-full-round); border: 0; padding: 0; background: var(--color-driftwood); cursor: pointer; transition: width .3s, background-color .3s; }
.dots button[aria-current="true"] { width: 31px; background: var(--color-warm-cream); }
.pause { width: 31px; height: 31px; border-radius: var(--radius-full-round); border: 0; background: transparent; color: var(--color-warm-cream); cursor: pointer; display: grid; place-items: center; }
.pause svg { width: 12px; height: 12px; }

/* ---------- Search + brands ---------- */
.search-block .headline { max-width: 820px; }
.search-field { position: relative; max-width: 820px; margin: 41px 0 68px; }
.search-field input {
  width: 100%; height: 45px; border: 0; border-bottom: 1px solid var(--color-warm-cream); border-radius: var(--radius-inputs);
  background: transparent; color: var(--color-warm-cream);
  font-family: var(--font); font-size: var(--text-subheading); font-weight: 400; text-transform: none;
  padding: 1px 36px 1px 2px; -webkit-appearance: none; appearance: none;
}
.search-field input::placeholder { color: var(--color-driftwood); }
.search-field input:focus { outline: none; border-bottom-style: dashed; }
.search-field input::-webkit-search-cancel-button { display: none; }
.search-field button { position: absolute; right: 0; bottom: 8px; width: 31px; height: 31px; border: 0; background: transparent; color: var(--color-warm-cream); display: grid; place-items: center; cursor: pointer; }
.search-field svg { width: 18px; height: 18px; }
.brands { display: grid; grid-template-columns: repeat(6, 1fr); column-gap: var(--element-gap); border-top: 1px dashed var(--color-cork-border); }
.brands a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0; border-bottom: 1px dashed var(--color-cork-border);
  font-size: 14px; transition: color .2s;
}
.brands a::after { content: "›"; color: var(--color-driftwood); transition: transform .2s, color .2s; }
.brands a:hover::after { transform: translateX(3px); color: var(--color-warm-cream); }

/* ---------- Product reveal (откуда детали) ---------- */
.reveal-section { min-height: 100vh; display: flex; align-items: center; }
.reveal-section .container { width: 100%; }
.editorial { display: grid; grid-template-columns: 1fr minmax(0, 40%) 1fr; gap: var(--element-gap); align-items: center; }
.editorial figure { margin: 0; }
.editorial figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: var(--grade); }
.editorial .body { font-size: var(--text-body); margin: 0; }
.editorial .body strong { font-weight: 400; color: var(--color-warm-cream); }
.editorial .ed-body { color: var(--color-cream-muted); }
.more-link { margin: 31px 0 0; }

/* ---------- Product cards ---------- */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--element-gap); }
.product {
  border: 1px solid var(--color-cork-border); border-radius: var(--radius-cards); overflow: hidden;
  display: flex; flex-direction: column; transition: border-color .3s;
}
.product:hover { border-color: var(--color-warm-cream); }
.product .ph { background: var(--color-bark-brown); overflow: hidden; aspect-ratio: 1; }
.product .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.product:hover .ph img { transform: scale(1.04); }
.product .info { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product .name { font-size: 14px; line-height: 1.2; margin: 0; }
.product .car { font-size: 10px; line-height: 1.2; color: var(--color-cream-muted); margin: 0; }
.product .row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--color-cork-border); }
.product .price { font-size: 14px; }
.product .price.ask { font-size: 10px; }
.product .meta { display: flex; gap: 10px; align-items: center; font-size: 10px; color: var(--color-cream-muted); }
.product .meta .stock::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: var(--radius-full-round); background: var(--color-warm-cream); margin-right: 6px; vertical-align: 1px; }

/* ---------- Contacts ---------- */
.contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: start; }
.contact-list { display: grid; margin: 0; border-top: 1px dashed var(--color-cork-border); }
.contact-list > div { padding: 18px 0; border-bottom: 1px dashed var(--color-cork-border); }
.contact-list dt { font-size: 10px; color: var(--color-cream-muted); margin-bottom: 10px; }
.contact-list dd { margin: 0; font-size: var(--text-heading-sm); line-height: 1.09; }
.contact-list dd small { display: block; font-size: 12px; color: var(--color-cream-muted); margin-top: 8px; }
.messengers { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }

/* ---------- Footer ---------- */
.footer { padding: 31px 0 41px; border-top: 1px dashed var(--color-cork-border); font-size: 12px; }
.footer nav { display: flex; gap: 24px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px dashed var(--color-cork-border); margin-bottom: 18px; }
.footer nav a:hover { color: var(--color-cream-muted); }
.footer .legal { display: flex; gap: 18px; flex-wrap: wrap; font-family: var(--font-arial); font-size: 10px; color: var(--color-cream-muted); }
.footer .legal a:hover { color: var(--color-warm-cream); }
.footer .legal span:first-child { margin-right: auto; }
.footer .legal .credit { color: var(--color-ember-accent); }

/* ---------- Catalog page ---------- */
.brand-hero { min-height: 78vh; min-height: 78svh; }
.brand-hero .hero-bottom { margin-top: auto; }
.brand-hero .hero-stage img { object-position: center 62%; animation-duration: 2.4s; }
.brand-hero .wordmark-xl { font-size: calc((100vw - 2 * var(--gutter)) / 4.4); }

.crumbs { font-size: 10px; color: var(--color-cream-muted); padding: 24px 0 0; display: flex; gap: 8px; }
.crumbs a:hover { color: var(--color-warm-cream); }
.catalog { display: grid; grid-template-columns: 272px 1fr; gap: 45px; padding: 31px 0 var(--section-gap); align-items: start; }
.sidebar { position: sticky; top: calc(var(--nav-h) + var(--local-h) + 24px); max-height: calc(100vh - var(--nav-h) - var(--local-h) - 48px); display: flex; flex-direction: column; }
.sidebar h2 { font-size: 12px; font-weight: 500; margin: 0 0 14px; }
.sidebar input {
  width: 100%; height: 41px; border: 0; border-bottom: 1px solid var(--color-warm-cream); border-radius: var(--radius-inputs);
  background: transparent; color: var(--color-warm-cream);
  font-family: var(--font); font-size: 14px; font-weight: 400; text-transform: none; padding: 1px 2px; margin-bottom: 12px;
  flex-shrink: 0; -webkit-appearance: none; appearance: none;
}
.sidebar input::placeholder { color: var(--color-driftwood); }
.sidebar input:focus { outline: none; border-bottom-style: dashed; }
.cats { list-style: none; margin: 0; padding: 0 10px 0 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--color-cork-border) transparent; }
.cats a {
  display: flex; justify-content: space-between; gap: 12px; padding: 10px 0;
  border-bottom: 1px dashed var(--color-cork-border); font-size: 12px; line-height: 1.2; transition: color .15s;
}
.cats a:hover { color: var(--color-cream-muted); }
.cats span { color: var(--color-driftwood); font-variant-numeric: tabular-nums; }
.cats .empty { font-size: 12px; text-transform: none; font-weight: 400; color: var(--color-cream-muted); padding: 10px 0; }

.toolbar { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; margin-bottom: 24px; flex-wrap: wrap; }
.toolbar .count { font-size: 10px; color: var(--color-cream-muted); margin: 8px 0 0; }
.models { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; margin-bottom: 31px; scrollbar-width: none; }
.models::-webkit-scrollbar { display: none; }
.models .pill[aria-pressed="true"] { background: var(--color-bark-brown); border-color: var(--color-bark-brown); color: var(--color-warm-cream); }
.select {
  appearance: none; -webkit-appearance: none;
  font-family: var(--font); font-size: 12px; font-weight: 500; text-transform: uppercase; color: var(--color-warm-cream);
  border: 1px solid var(--color-warm-cream); border-radius: var(--radius-buttons-outlined); background-color: transparent;
  padding: 9px 36px 9px 16px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23ffedd7' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
}
.select option { background: var(--color-walnut-shadow); color: var(--color-warm-cream); }
.catalog > * { min-width: 0; }
.catalog .products { grid-template-columns: repeat(3, 1fr); }
.more { display: flex; justify-content: center; margin-top: 41px; }

/* ---------- Responsive ---------- */
@media (max-width: 1068px) {
  .brands { grid-template-columns: repeat(4, 1fr); }
  .products { grid-template-columns: repeat(3, 1fr); }
  .catalog { grid-template-columns: 232px 1fr; gap: 31px; }
  .catalog .products { grid-template-columns: repeat(2, 1fr); }
  .editorial { grid-template-columns: 1fr 1fr; }
  .editorial .ed-head { grid-column: 1 / -1; }
  .editorial .body { font-size: var(--text-heading-sm); }
}
@media (max-width: 834px) {
  .global-nav ul { display: none; }
  .headline { font-size: 29px; }
  .section { padding: 45px 0; }
  .hero-bottom { flex-direction: column; align-items: stretch; }
  .thumb-card { align-self: flex-start; }
  .brands { grid-template-columns: repeat(3, 1fr); }
  .products { grid-template-columns: repeat(2, 1fr); }
  .editorial, .contacts { grid-template-columns: 1fr; gap: 31px; }
  .editorial .body { font-size: var(--text-subheading); }
  .reveal-section { min-height: 0; }
  .catalog { grid-template-columns: minmax(0, 1fr); }
  .sidebar { position: static; max-height: none; }
  .cats { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 4px; }
  .cats a { white-space: nowrap; border: 1px solid var(--color-cork-border); border-radius: var(--radius-buttons-outlined); padding: 8px 14px; }
  .local-nav .phone { display: none; }
}
@media (max-width: 480px) {
  :root { --gutter: 16px; }
  .display { font-size: var(--text-heading); }
  .side-label { display: none; }
  .info-card { padding: 18px; }
  .info-card .ctas .pill { flex: 1; }
  .brands { grid-template-columns: repeat(2, 1fr); }
  .products, .catalog .products { grid-template-columns: 1fr 1fr; gap: 12px; }
  .product .info { padding: 12px; }
  .product .name { font-size: 12px; }
  .product .row { flex-direction: column; align-items: flex-start; gap: 6px; }
  .hl-card { height: 480px; }
  .hl-card img { height: 260px; }
  .local-nav .pill-outline { display: none; }
  .footer .legal span:first-child { margin-right: 0; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ================= Внутренние страницы ================= */
.page-hero { padding: calc(var(--nav-h) + var(--local-h) + 68px) 0 45px; }
main > .container:first-child .crumbs { padding-top: calc(var(--nav-h) + var(--local-h) + 24px); }
.page-hero .display { max-width: 900px; }
.page-hero .lede { max-width: 680px; }
.banner { height: min(38vw, 440px); overflow: hidden; }
.banner img { width: 100%; height: 100%; object-fit: cover; filter: var(--grade); }

.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--element-gap); }
.tiles.three { grid-template-columns: repeat(3, 1fr); }
.tile { border: 1px solid var(--color-cork-border); border-radius: var(--radius-cards); padding: var(--card-padding); }
.tile .eyebrow { font-size: 10px; color: var(--color-cream-muted); margin: 0 0 14px; }
.tile h3 { font-size: var(--text-heading-sm); font-weight: 500; line-height: 1.09; margin: 0; padding-bottom: 14px; border-bottom: 1px dashed var(--color-cork-border); }
.tile p { text-transform: none; font-weight: 400; font-size: var(--text-subheading); line-height: 1.26; color: var(--color-cream-muted); margin: 14px 0 0; }
.tile ul { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.tile li { display: flex; gap: 10px; align-items: baseline; font-size: 14px; }
.tile li::before { content: ""; flex: 0 0 6px; height: 6px; border-radius: var(--radius-full-round); background: var(--color-warm-cream); transform: translateY(-2px); }
.tile.no li::before { background: transparent; border: 1px solid var(--color-driftwood); }

/* Гарантия: число — главный факт страницы */
.term { display: grid; grid-template-columns: auto 1fr; gap: 45px; align-items: end; }
.term .num { font-size: 204px; font-weight: 500; line-height: .9; margin: 0; }
.term .num small { font-size: var(--text-heading); margin-left: 12px; }
.term > p:last-child { text-transform: none; font-weight: 400; font-size: var(--text-body); line-height: 1.26; margin: 0; max-width: 620px; }
.term p span { color: var(--color-cream-muted); }

/* Длинный текст (политика, согласие) */
.prose { max-width: 720px; text-transform: none; font-weight: 400; font-size: var(--text-subheading); line-height: 1.26; color: var(--color-cream-muted); }
.prose p { margin: 0 0 18px; }
.prose ul { margin: 0 0 18px; padding-left: 24px; }
.prose li { margin-bottom: 8px; }
.prose li::marker { color: var(--color-driftwood); }
.prose h2 { text-transform: uppercase; font-weight: 500; font-size: var(--text-heading-sm); line-height: 1.09; color: var(--color-warm-cream); margin: 41px 0 14px; padding-top: 18px; border-top: 1px dashed var(--color-cork-border); }

/* Контакты: карта — перекрашена в тёплую темноту */
.map { border: 1px solid var(--color-cork-border); border-radius: var(--radius-cards); overflow: hidden; height: 460px; background: var(--color-bark-brown); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; filter: invert(.92) hue-rotate(180deg) sepia(.35) saturate(.7); }

/* Карточка товара */
.pdp { display: grid; grid-template-columns: 7fr 5fr; gap: 45px; padding: 24px 0 var(--section-gap); align-items: start; }
.pdp > * { min-width: 0; }
.gallery .main { background: var(--color-bark-brown); border-radius: var(--radius-cards); overflow: hidden; aspect-ratio: 4 / 3; }
.gallery .main img { width: 100%; height: 100%; object-fit: contain; transition: opacity .25s; }
.thumbs { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; margin-top: 12px; }
.thumbs button { padding: 0; border: 1px solid var(--color-cork-border); border-radius: var(--radius-cards); overflow: hidden; background: var(--color-bark-brown); cursor: pointer; aspect-ratio: 1; transition: border-color .2s; }
.thumbs button:hover { border-color: var(--color-driftwood); }
.thumbs button[aria-current="true"] { border-color: var(--color-warm-cream); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.buybox { position: sticky; top: calc(var(--nav-h) + var(--local-h) + 24px); }
.buybox .tuning { display: block; margin-bottom: 14px; font-size: 12px; }
.buybox h1 { font-size: var(--text-heading); font-weight: 500; line-height: .9; margin: 0; }
.buybox .car { font-size: 12px; color: var(--color-cream-muted); margin: 14px 0 0; }
.buybox .price { font-size: var(--text-heading-sm); margin: 31px 0 8px; }
.buybox .price-note { text-transform: none; font-weight: 400; font-size: 14px; color: var(--color-cream-muted); margin: 0; }
.buybox .actions { display: grid; gap: 12px; margin-top: 31px; }
.buybox .actions .pill { width: 100%; padding-top: 14px; padding-bottom: 14px; }
.buybox .facts { margin: 31px 0 0; border-top: 1px dashed var(--color-cork-border); }
.buybox .facts div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px dashed var(--color-cork-border); font-size: 12px; }
.buybox .facts dt { color: var(--color-cream-muted); }
.buybox .facts dd { margin: 0; text-align: right; }
.buybox .assure { margin-top: 24px; text-transform: none; font-weight: 400; font-size: 14px; line-height: 1.26; color: var(--color-cream-muted); }
.buybox .assure a { color: var(--color-warm-cream); border-bottom: 1px solid var(--color-warm-cream); }
.desc { max-width: 820px; }
.desc h2 { margin-bottom: 24px; }
.desc p { text-transform: none; font-weight: 400; font-size: var(--text-subheading); line-height: 1.26; color: var(--color-cream-muted); margin: 0 0 14px; }
.desc p strong { font-weight: 400; color: var(--color-warm-cream); }
.pill.added { background: transparent; border-color: var(--color-warm-cream); }

/* Пустая корзина */
.empty-state { padding: calc(var(--nav-h) + 204px) 0 204px; border-top: 0; }
.empty-state .icon { width: 68px; height: 68px; margin: 0 0 31px; color: var(--color-driftwood); }
.empty-state .lede { margin: 18px 0 41px; }
.empty-state .ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* Контакты: без главного слова внизу */
.brand-hero:not(:has(.wordmark-xl)) { padding-bottom: 45px; }

@media (max-width: 1068px) {
  .tiles.three { grid-template-columns: repeat(2, 1fr); }
  .thumbs { grid-template-columns: repeat(6, 1fr); }
  .term .num { font-size: 150px; }
}
@media (max-width: 834px) {
  .page-hero { padding: calc(var(--nav-h) + var(--local-h) + 45px) 0 31px; }
  .tiles, .tiles.three { grid-template-columns: 1fr; }
  .term { grid-template-columns: 1fr; gap: 18px; }
  .term .num { font-size: 120px; }
  .term > p:last-child { font-size: var(--text-subheading); }
  .pdp { grid-template-columns: 1fr; gap: 31px; }
  .buybox { position: static; }
  .buybox h1 { font-size: 29px; }
  .map { height: 340px; }
  .empty-state { padding: calc(var(--nav-h) + 68px) 0 68px; }
}
@media (max-width: 480px) {
  .tile { padding: 18px; }
  .thumbs { grid-template-columns: repeat(5, 1fr); gap: 8px; }
}
