@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-cyrillic.woff2?v=2026.1") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-04FF, U+0500-052F, U+20BD, U+2116;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-latin.woff2?v=2026.1") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-024F;
}

@font-face {
  font-family: "Pragmatica Extended";
  src: url("assets/fonts/PragmaticaExtended-Book.woff2?v=2026") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pragmatica Extended";
  src: url("assets/fonts/PragmaticaExtended-Bold.woff2?v=2026") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --forest: #2c371e;
  --forest-2: #3f4d2f;
  --moss: #60793f;
  --lime: #7c965a;
  --lime-hover: #60793f;
  --brown: #955e42;
  --paper: #f2efe9;
  --paper-2: #f8f4ed;
  --white: #fff;
  --ink: #17201c;
  --muted: #69716c;
  --line: rgba(23, 32, 28, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --danger: #b94b42;
  --success: #287853;
  --container: 1380px;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 18px 50px rgba(20, 39, 31, 0.1);
  --transition: 180ms ease;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; }
button, select { cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin-top: 0; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.shell { width: min(calc(100% - 48px), var(--container)); min-width: 0; margin-inline: auto; }
.page { padding: 34px 0 100px; }
.section { padding: 92px 0; }
.section--compact { padding: 64px 0; }
.section--dark { background: var(--forest); color: var(--white); }
.section--white { background: var(--white); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--moss);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.section--dark .eyebrow { color: var(--lime); }
.display {
  max-width: 900px;
  margin-bottom: 20px;
  font-family: "Pragmatica Extended", "Montserrat", sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.title {
  margin-bottom: 14px;
  font-family: "Pragmatica Extended", "Montserrat", sans-serif;
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.lead { max-width: 680px; color: var(--muted); font-size: 18px; }
.section--dark .lead { color: rgba(255, 255, 255, 0.68); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-head__copy { max-width: 760px; }
.section-head .title { margin-bottom: 0; }
.muted { color: var(--muted); }

.btn {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--lime); color: var(--white); }
.btn--primary:hover { background: var(--lime-hover); }
.btn--dark { background: var(--forest); color: var(--white); }
.btn--dark:hover { background: var(--forest-2); }
.btn--line { border-color: var(--line); background: transparent; color: var(--ink); }
.btn--line:hover { border-color: var(--forest); }
.btn--light-line { border-color: var(--line-light); background: transparent; color: var(--white); }
.btn--light-line:hover { border-color: var(--white); }
.btn--block { width: 100%; }
.btn svg { width: 18px; height: 18px; fill: currentColor; }

/* Header */
.announcement { background: var(--forest); color: rgba(255, 255, 255, 0.7); font-size: 11px; font-weight: 600; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement__inner span:first-child { color: var(--lime); }
.header { position: sticky; top: 0; z-index: 50; background: rgba(244, 241, 233, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header__main { min-height: 82px; display: grid; grid-template-columns: 145px auto minmax(260px, 1fr) auto; align-items: center; gap: 12px; }
.brand img { width: 145px; height: auto; }
.catalog-link { min-height: 46px; padding: 0 17px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; font-size: 12px; font-weight: 800; }
.catalog-link { background: var(--forest); color: var(--white); }
.catalog-link:hover { background: var(--forest-2); }
.catalog-link svg { width: 17px; height: 17px; fill: currentColor; }
.nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 700; }
.nav a { position: relative; padding: 8px 0; }
.nav a::after { position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--forest); content: ""; transition: right var(--transition); }
.nav a:hover::after, .nav a.active::after { right: 0; }
.search { min-width: 0; position: relative; }
.search__field {
  width: 100%;
  height: 46px;
  padding: 0 48px 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
  outline: none;
}
.search__field:focus { border-color: var(--forest); background: var(--white); }
.search__submit { position: absolute; top: 4px; right: 5px; width: 38px; height: 38px; border-radius: 50%; background: var(--forest); color: var(--white); display: grid; place-items: center; }
.search__submit svg { width: 17px; height: 17px; fill: currentColor; }
.search__results { position: absolute; top: calc(100% + 10px); left: 0; right: 0; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); box-shadow: var(--shadow); display: none; }
.search__results.open { display: block; }
.search__result { padding: 10px 12px; border-radius: 9px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
.search__result:hover { background: var(--paper); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone { white-space: nowrap; font-size: 13px; font-weight: 800; }
.phone small { display: block; color: var(--muted); font-size: 10px; font-weight: 600; }
.cart-link { min-width: 50px; height: 50px; padding: 0 15px; border-radius: 999px; background: var(--forest); color: var(--white); display: flex; align-items: center; gap: 9px; }
.cart-link svg { width: 20px; height: 20px; fill: currentColor; }
.cart-link__count { min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--brown); color: var(--white); display: grid; place-items: center; font-size: 10px; font-weight: 900; }
.menu-toggle { width: 48px; height: 48px; border-radius: 50%; background: var(--forest); display: none; place-items: center; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { width: 19px; height: 2px; background: var(--white); content: ""; display: block; transition: transform var(--transition); }
.menu-toggle span { margin: 4px 0; }
.drawer { position: fixed; inset: 0 0 0 auto; z-index: 80; width: min(88vw, 410px); padding: 90px 30px 30px; background: var(--forest); color: var(--white); transform: translateX(100%); transition: transform 260ms ease; }
.drawer.open { transform: translateX(0); }
.drawer__close { position: absolute; top: 24px; right: 24px; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--white); font-size: 24px; }
.drawer nav { display: grid; gap: 6px; }
.drawer nav a { padding: 12px 0; border-bottom: 1px solid var(--line-light); font-family: "Pragmatica Extended"; font-size: 20px; }
.drawer__contact { position: absolute; left: 30px; right: 30px; bottom: 30px; color: rgba(255,255,255,.65); font-size: 13px; }
.drawer__contact strong { display: block; margin-bottom: 5px; color: var(--white); font-size: 18px; }
.backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(6, 15, 11, 0.6); opacity: 0; visibility: hidden; transition: opacity 260ms ease; }
.backdrop.show { opacity: 1; visibility: visible; }

/* Hero */
.hero { min-height: 680px; position: relative; overflow: hidden; background: var(--forest); color: var(--white); display: grid; grid-template-rows: minmax(0, 1fr) auto; align-items: stretch; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,17,.92) 0%, rgba(8,24,17,.62) 47%, rgba(8,24,17,.1) 75%); content: ""; }
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .84; }
.hero__inner { min-width: 0; padding-top: 72px; padding-bottom: 72px; position: relative; z-index: 2; display: flex; align-items: center; }
.hero__copy { width: 100%; min-width: 0; max-width: 790px; }
.hero__copy .display, .hero__lead { max-width: 100%; }
.hero .display { font-size: clamp(48px, 6.4vw, 94px); }
.hero__lead { max-width: 630px; margin-bottom: 32px; color: rgba(255,255,255,.75); font-size: 18px; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__foot { position: relative; z-index: 2; border-top: 1px solid var(--line-light); }
.hero__facts { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); }
.hero__fact { padding: 20px 24px; border-right: 1px solid var(--line-light); }
.hero__fact:last-child { border-right: 0; }
.hero__fact:first-child { padding-left: 0; }
.hero__fact strong { display: block; margin-bottom: 3px; font-family: "Pragmatica Extended"; font-size: 18px; }
.hero__fact span { color: rgba(255,255,255,.56); font-size: 11px; }

/* Cards and grids */
.collection-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 320px 320px; gap: 18px; }
.collection-card { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--forest); min-height: 280px; }
.collection-card:first-child { grid-row: span 2; }
.collection-card:nth-child(4) { grid-column: span 2; }
.collection-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.collection-card:hover .collection-card__image { transform: scale(1.035); }
.collection-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,24,17,.78), rgba(9,24,17,0) 62%); }
.collection-card__body { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: var(--white); }
.collection-card__index { display: block; margin-bottom: 7px; color: var(--lime); font-size: 11px; font-weight: 800; }
.collection-card__title { margin: 0; font-family: "Pragmatica Extended"; font-size: 24px; line-height: 1.05; }
.collection-card__meta { display: block; margin-top: 8px; color: rgba(255,255,255,.65); font-size: 12px; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); transition: transform var(--transition), box-shadow var(--transition); }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card__media { height: 300px; position: relative; overflow: hidden; background: #ede9de; display: block; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.product-card:hover .product-card__media img { transform: scale(1.035); }
.product-card__media--slider img { position: absolute; inset: 0; opacity: 0; transition: opacity .15s ease; transform: none !important; }
.product-card__media--slider img.is-active { opacity: 1; }
.product-card__badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: var(--forest); color: var(--white); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.product-card__badge--new { background: var(--lime); color: var(--white); }
.product-card__body { padding: 20px; }
.product-card__type { margin-bottom: 7px; color: var(--moss); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card__title { display: block; min-height: 46px; margin-bottom: 16px; font-size: 15px; font-weight: 750; line-height: 1.4; overflow-wrap: break-word; }
.product-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.product-card__price { font-family: "Montserrat", Arial, sans-serif; font-size: 20px; font-weight: 700; font-variant-numeric: tabular-nums; }
.product-card__unit { color: var(--muted); font-size: 10px; }
.product-card__add { width: 44px; height: 44px; border-radius: 50%; background: var(--forest); color: var(--white); display: grid; place-items: center; transition: background var(--transition), color var(--transition); }
.product-card__add:hover { background: var(--brown); color: var(--white); }
.product-card__add svg { width: 18px; height: 18px; fill: currentColor; }
.product-card__buy { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.card-stepper { height: 44px; border: 1px solid var(--line); border-radius: 999px; display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; background: var(--white); }
.card-stepper button { height: 100%; background: transparent; font-size: 18px; color: var(--ink); }
.card-stepper input { width: 40px; border: 0; background: transparent; text-align: center; font-weight: 800; outline: 0; appearance: textfield; color: var(--ink); }
.card-stepper input::-webkit-outer-spin-button,
.card-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.card-cart-link { width: 44px; height: 44px; border-radius: 50%; background: var(--brown); color: var(--white); display: grid; place-items: center; transition: background var(--transition); }
.card-cart-link:hover { background: var(--forest); }
.card-cart-link svg { width: 18px; height: 18px; fill: currentColor; }
.card-stocks { margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; }
.card-stock { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 9px; }
.card-stock strong { color: var(--success); }
.card-stock strong.zero { color: var(--muted); }
.card-stock--online { grid-column: 1 / -1; margin-bottom: 2px; padding-bottom: 8px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; }
.card-stock--online strong.zero { color: var(--danger); }

.story { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 610px; }
.story__media { min-height: 520px; }
.story__media img { width: 100%; height: 100%; object-fit: cover; }
.story__copy { padding: clamp(42px, 7vw, 100px); background: var(--forest); color: var(--white); display: flex; flex-direction: column; justify-content: center; }
.story__copy .lead { margin-bottom: 28px; }
.story__numbers { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.story__number { padding: 22px 14px 0 0; }
.story__number strong { display: block; font-family: "Pragmatica Extended"; font-size: 26px; }
.story__number span { color: rgba(255,255,255,.55); font-size: 10px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service { padding: 34px; border-right: 1px solid var(--line); }
.service:last-child { border-right: 0; }
.service__number { margin-bottom: 55px; color: var(--moss); font-size: 12px; font-weight: 800; }
.service h3 { margin-bottom: 12px; font-family: "Pragmatica Extended"; font-size: 22px; line-height: 1.15; }
.service p { margin: 0; color: var(--muted); font-size: 13px; }

.quote { padding: 54px; border-radius: var(--radius); background: var(--lime); color: var(--white); display: grid; grid-template-columns: 240px 1fr; gap: 60px; align-items: start; }
.quote__score { font-family: "Pragmatica Extended"; font-size: 64px; font-weight: 700; line-height: 1; }
.quote__score small { display: block; margin-top: 12px; font-family: "Montserrat"; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.quote blockquote { margin: 0; font-family: "Pragmatica Extended"; font-size: clamp(24px, 3vw, 40px); line-height: 1.2; letter-spacing: -.025em; }
.quote cite { display: block; margin-top: 25px; font-family: "Montserrat"; font-size: 12px; font-style: normal; font-weight: 700; }

.cta { padding: 60px; border-radius: var(--radius); position: relative; overflow: hidden; background: var(--forest); color: var(--white); }
.cta::after { position: absolute; width: 480px; height: 480px; top: -230px; right: -130px; border: 90px solid rgba(216,238,121,.1); border-radius: 50%; content: ""; }
.cta__inner { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.cta .title { max-width: 760px; margin: 0; }

/* Catalog */
.breadcrumbs { padding: 24px 0 0; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; }
.breadcrumbs span::before { margin-right: 9px; content: "/"; }
.catalog-hero { padding: 54px 0 40px; border-bottom: 1px solid var(--line); }
.catalog-hero__row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.catalog-count { color: var(--muted); font-size: 13px; }
.catalog-toolbar { padding: 18px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { min-height: 39px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; }
.chip:hover, .chip.active { background: var(--forest); border-color: var(--forest); color: var(--white); }
.sort { height: 40px; padding: 0 34px 0 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 11px; font-weight: 700; }
.catalog-products { padding-top: 34px; }
.catalog-products .product-card { display: block; }
.catalog-products .product-card.hidden { display: none; }
.category-directory { padding-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.category-card { min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); display: grid; grid-template-columns: minmax(190px, .82fr) 1.18fr; }
.category-card__media { min-height: 100%; padding: 22px; background: #eeeadf; display: grid; place-items: center; overflow: hidden; }
.category-card__media img { width: 100%; height: 100%; max-height: 286px; object-fit: contain; transition: transform 350ms ease; }
.category-card:hover .category-card__media img { transform: scale(1.035); }
.category-card__body { padding: 27px; display: flex; flex-direction: column; }
.category-card__index { margin-bottom: 12px; color: var(--moss); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.category-card__title { margin-bottom: 10px; font-family: "Pragmatica Extended"; font-size: 22px; line-height: 1.08; letter-spacing: -.02em; }
.category-card__description { margin-bottom: 18px; color: var(--muted); font-size: 11px; }
.category-card__links { margin-top: auto; display: grid; gap: 7px; }
.category-card__links a { position: relative; padding-left: 13px; color: var(--ink); font-size: 10px; font-weight: 700; }
.category-card__links a::before { position: absolute; top: 7px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 2px var(--forest); content: ""; }
.category-card__all { margin-top: 18px; color: var(--moss); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.constructor-banner { grid-column: 1 / -1; min-height: 260px; padding: 44px; border-radius: var(--radius); overflow: hidden; position: relative; background: var(--forest) url("assets/img/constructor-bg.png") center / cover; color: var(--white); display: flex; align-items: center; }
.constructor-banner::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,29,23,.98), rgba(13,29,23,.64), rgba(13,29,23,.15)); content: ""; }
.constructor-banner__content { max-width: 620px; position: relative; z-index: 1; }
.constructor-banner .title { margin-bottom: 12px; }
.constructor-banner p { color: rgba(255,255,255,.66); }
.category-layout { padding-top: 32px; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 26px; align-items: start; }
.filter-panel { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); position: sticky; top: 112px; }
.filter-panel__title { margin-bottom: 18px; font-family: "Pragmatica Extended"; font-size: 17px; }
.filter-group { padding: 17px 0; border-top: 1px solid var(--line); }
.filter-group__title { margin-bottom: 11px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.filter-options { display: grid; gap: 9px; }
.filter-option { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.filter-option input { accent-color: var(--forest); }
.filter-option.disabled { opacity: .45; }
.filter-option.active { color: var(--forest); font-weight: 600; }
.filter-option__text { flex: 1; }
.filter-option__count { color: var(--muted); font-size: 10px; white-space: nowrap; }
.filter-actions { margin-top: 4px; }
.btn--float {
  position: fixed;
  z-index: 90;
  height: 30px;
  padding: 0 14px;
  font-size: 11px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: var(--shadow);
  animation: pilo-pop 160ms ease;
}
.btn--float b { color: var(--white); }
.btn--float--center {
  left: 50% !important;
  top: auto !important;
  bottom: 24px;
  transform: translateX(-50%);
}
@keyframes pilo-pop {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media (max-width: 700px) {
  .btn--float--center { bottom: 80px; }
}
.category-content { min-width: 0; }
.category-topbar { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.category-topbar__count { color: var(--muted); font-size: 11px; }
.category-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-group-title { margin: 30px 0 14px; font-family: "Pragmatica Extended"; font-size: 16px; }
.category-group-title:first-child { margin-top: 0; }
.category-group-title a { color: inherit; }
.category-group-title a:hover { color: var(--forest); }
.category-product-grid + .category-group-title { margin-top: 40px; }
.category-product-grid .product-card__media { height: 255px; }
.category-description { margin-top: 38px; padding: 28px; border-radius: var(--radius); background: var(--white); color: var(--muted); }
.category-description h2 { color: var(--ink); }

/* Product */
.product-layout { margin-top: 28px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 36px; align-items: start; }
.product-layout > *, .gallery, .gallery__stage, .product-buy { min-width: 0; }
.gallery { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 14px; position: sticky; top: 120px; }
.gallery--single { grid-template-columns: 1fr; }
.gallery--single { grid-template-columns: 1fr; }
.gallery__thumbs { display: flex; flex-direction: column; align-content: start; gap: 10px; max-height: 610px; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; padding-right: 2px; }
.gallery__thumbs::-webkit-scrollbar { display: none; }
.gallery__thumb { width: 86px; height: 86px; padding: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--white); }
.gallery__thumb.active { border: 2px solid var(--forest); }
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery__stage { width: 100%; min-height: 610px; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--white); }
.gallery__stage img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; transition: opacity var(--transition); }
.gallery__label { position: absolute; top: 18px; left: 18px; padding: 8px 12px; border-radius: 999px; background: var(--brown); color: var(--white); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.product-buy { padding: 42px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.product-buy__meta { margin-bottom: 12px; color: var(--moss); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-buy h1 { margin-bottom: 14px; font-family: "Pragmatica Extended"; font-size: clamp(30px, 3.4vw, 49px); line-height: 1.02; letter-spacing: -.035em; overflow-wrap: break-word; }
.rating { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; color: var(--muted); font-size: 11px; }
.rating__stars { color: #bb7a25; letter-spacing: 2px; }
.price { padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.price__current { font-family: "Montserrat", Arial, sans-serif; font-size: 34px; font-weight: 700; font-variant-numeric: tabular-nums; }
.price__old { color: var(--muted); font-size: 14px; text-decoration: line-through; }
.price__unit { color: var(--muted); font-size: 11px; }
.stock { margin: 17px 0 24px; color: var(--success); font-size: 12px; font-weight: 800; }
.stock::before { width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: currentColor; display: inline-block; content: ""; }
.option { margin-top: 22px; }
.option__head { margin-bottom: 9px; display: flex; justify-content: space-between; font-size: 11px; }
.option__head strong { font-weight: 800; }
.option__head span { color: var(--muted); }
.option__list { display: flex; gap: 8px; flex-wrap: wrap; }
.option__button { min-width: 66px; height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }
.option__button:hover, .option__button.active { background: var(--forest); border-color: var(--forest); color: var(--white); }
.option__button[aria-disabled="true"] { opacity: .38; cursor: not-allowed; pointer-events: none; }
.buy-actions { margin-top: 28px; display: grid; grid-template-columns: 1fr; gap: 10px; }
.buy-actions.is-in-cart { grid-template-columns: 124px 1fr; }
.buy-actions [hidden], .product-card__buy [hidden] { display: none !important; }
.quantity { height: 52px; border: 1px solid var(--line); border-radius: 999px; display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; }
.quantity button { height: 100%; background: transparent; font-size: 18px; }
.quantity input { width: 100%; border: 0; background: transparent; text-align: center; font-weight: 800; outline: 0; appearance: textfield; }
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.delivery-strip { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.delivery-strip strong { display: block; font-size: 11px; }
.delivery-strip span { color: var(--muted); font-size: 9px; }
.product-stock-panel { margin-top: 24px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.product-stock-panel__head { margin-bottom: 13px; display: flex; justify-content: space-between; gap: 16px; font-size: 11px; }
.product-stock-panel__head span { color: var(--muted); font-size: 9px; }
.stock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.stock-place { padding: 10px 12px; border-radius: 10px; background: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 9px; }
.stock-place strong { color: var(--success); font-size: 10px; }
.stock-place strong.zero { color: var(--muted); }
.stock-place--online { grid-column: 1 / -1; border: 1px solid rgba(124,150,90,.35); }
.stock-place--online strong.zero { color: var(--danger); }
.product-details { padding-top: 70px; }
.tabs { border-bottom: 1px solid var(--line); display: flex; gap: 34px; overflow-x: auto; }
.tab { padding: 0 0 15px; border-bottom: 2px solid transparent; background: transparent; white-space: nowrap; color: var(--muted); font-size: 12px; font-weight: 800; }
.tab.active { border-color: var(--forest); color: var(--ink); }
.tab-panel { padding: 34px 0 0; display: none; }
.tab-panel.active { display: block; }
.description-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.description-grid p { color: var(--muted); }
.feature-list { display: grid; gap: 0; }
.feature-list li { padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.feature-list span { color: var(--muted); }
.calculator { margin-top: 72px; padding: 42px; border-radius: var(--radius); background: var(--forest); color: var(--white); display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; }
.calculator__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label { margin-bottom: 7px; color: rgba(255,255,255,.58); display: block; font-size: 10px; font-weight: 700; }
.field input, .field select, .form-field input, .form-field textarea {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line-light);
  border-radius: 11px;
  background: rgba(255,255,255,.08);
  color: var(--white);
  outline: none;
}
.field select option { color: var(--ink); }
.calculator__result { padding: 24px; border-radius: 16px; background: var(--lime); color: var(--white); }
.calculator input[type="number"] { -moz-appearance: textfield; appearance: textfield; }
.calculator input[type="number"]::-webkit-inner-spin-button,
.calculator input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.calculator__row { padding: 9px 0; border-bottom: 1px solid rgba(20,39,31,.15); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.calculator__total { margin: 18px 0; display: flex; align-items: baseline; justify-content: space-between; }
.calculator__total strong { font-family: "Montserrat", Arial, sans-serif; font-size: 30px; font-variant-numeric: tabular-nums; }

/* Cart */
.cart-page-head { padding: 52px 0 30px; border-bottom: 1px solid var(--line); }
.cart-layout { padding-top: 32px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 28px; align-items: start; }
.cart-layout--empty { grid-template-columns: 1fr; }
.cart-stack { display: grid; gap: 16px; }
.panel { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.panel__title { margin-bottom: 20px; font-family: "Pragmatica Extended"; font-size: 19px; }
.cart-items { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.cart-empty { padding: 70px 24px; background: var(--white); text-align: center; }
.cart-empty h2 { font-family: "Pragmatica Extended"; }
.cart-empty p { color: var(--muted); }
.cart-item { padding: 22px; background: var(--white); display: grid; grid-template-columns: 110px minmax(0, 1fr) 120px 110px 32px; align-items: center; gap: 18px; }
.cart-item__image { width: 110px; height: 110px; border-radius: 13px; object-fit: cover; background: var(--paper); }
.cart-item__name { margin-bottom: 7px; font-weight: 800; }
.cart-item__variant, .cart-item__unit { color: var(--muted); font-size: 10px; }
.cart-item__stock { margin-top: 5px; color: var(--muted); font-size: 10px; }
.cart-item__stock--warn { color: var(--danger); font-weight: 700; }
.cart-item__article { margin-bottom: 5px; color: var(--moss); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.cart-item__specs { margin: 6px 0; display: flex; gap: 5px 12px; flex-wrap: wrap; color: var(--muted); font-size: 9px; }
.cart-item__specs strong { color: var(--ink); font-weight: 700; }
.cart-item__price { font-family: "Montserrat", Arial, sans-serif; font-size: 16px; font-weight: 700; font-variant-numeric: tabular-nums; text-align: right; }
.cart-item__remove { width: 32px; height: 32px; border-radius: 50%; background: var(--paper); color: var(--muted); }
.cart-item__remove:hover { color: var(--danger); }
.choice-list { display: grid; gap: 9px; }
.choice { padding: 15px; border: 1px solid var(--line); border-radius: 13px; display: grid; grid-template-columns: 20px 1fr auto; gap: 12px; align-items: start; cursor: pointer; }
.choice.active { border-color: var(--forest); background: var(--paper); }
.choice input { margin-top: 3px; accent-color: var(--forest); }
.choice strong { display: block; font-size: 12px; }
.choice small { color: var(--muted); font-size: 10px; }
.choice__price { font-size: 11px; font-weight: 800; }
.date-list { margin-top: 14px; display: flex; gap: 8px; overflow-x: auto; }
.date-button { min-width: 72px; padding: 10px 8px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); text-align: center; font-size: 10px; }
.date-button strong { display: block; font-size: 17px; }
.date-button.active { background: var(--forest); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field label { margin-bottom: 7px; color: var(--muted); display: block; font-size: 10px; font-weight: 700; }
.form-field input, .form-field textarea { border-color: var(--line); background: var(--paper); color: var(--ink); }
.form-field textarea { height: 90px; padding-top: 12px; resize: vertical; }
.form-field--wide { grid-column: 1 / -1; }
.summary { position: sticky; top: 116px; }
.summary__row { padding: 10px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
.summary__row strong { color: var(--ink); }
.summary__row--discount strong { color: var(--success); }
.summary__total { margin: 12px 0 22px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; }
.summary__total strong { font-family: "Montserrat", Arial, sans-serif; font-size: 29px; font-variant-numeric: tabular-nums; }
.promo { margin-bottom: 18px; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.promo input { width: 100%; height: 44px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); outline: 0; text-transform: uppercase; }
.promo button { padding: 0 14px; border-radius: 10px; background: var(--forest); color: var(--white); font-size: 10px; font-weight: 800; }
.promo-message { min-height: 18px; margin-top: -10px; margin-bottom: 12px; font-size: 10px; font-weight: 700; }
.promo-message.ok { color: var(--success); }
.promo-message.error { color: var(--danger); }
.summary__note { margin: 12px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.checkout-step { position: relative; }
.checkout-step__head { margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.checkout-step__number { width: 29px; height: 29px; flex: 0 0 29px; border-radius: 50%; background: var(--forest); color: var(--white); display: grid; place-items: center; font-size: 10px; font-weight: 900; }
.checkout-step__head .panel__title { margin: 0; }
.receipt-tabs { margin-bottom: 18px; padding: 5px; border-radius: 14px; background: var(--paper); display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.receipt-tab { min-height: 46px; padding: 0 14px; border-radius: 11px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 800; }
.receipt-tab.active { background: var(--forest); color: var(--white); box-shadow: var(--shadow); }
.receipt-section { display: grid; gap: 14px; }
.store-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.store-card { padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); text-align: left; color: var(--ink); }
.store-card:hover, .store-card.active { border-color: var(--forest); background: var(--paper); }
.store-card strong { display: block; margin-bottom: 4px; font-size: 12px; }
.store-card span { color: var(--muted); font-size: 9px; line-height: 1.45; display: block; }
.store-card small { margin-top: 8px; color: var(--success); font-size: 9px; font-weight: 800; display: block; }
.dl-variants { display: flex; gap: 8px; flex-wrap: wrap; }
.dl-variant { min-height: 42px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 10px; font-weight: 800; }
.dl-variant.active { border-color: var(--forest); background: var(--forest); color: var(--white); }
.delivery-search { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.delivery-search input { min-width: 0; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); outline: 0; }
.delivery-search button { padding: 0 18px; border-radius: 11px; background: var(--forest); color: var(--white); font-size: 10px; font-weight: 800; }
.delivery-map { height: 310px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; position: relative; background-color: #e5e5dc; background-image: linear-gradient(rgba(20,39,31,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(20,39,31,.08) 1px, transparent 1px), radial-gradient(circle at 32% 38%, rgba(96,115,74,.22), transparent 28%), radial-gradient(circle at 72% 65%, rgba(96,115,74,.18), transparent 22%); background-size: 38px 38px, 38px 38px, auto, auto; }
.map-road { position: absolute; height: 7px; border: 2px solid rgba(255,255,255,.78); border-left: 0; border-right: 0; transform-origin: left center; }
.map-road--one { width: 72%; top: 28%; left: 5%; transform: rotate(13deg); }
.map-road--two { width: 66%; top: 70%; left: 22%; transform: rotate(-18deg); }
.map-pin { position: absolute; width: 25px; height: 25px; border: 5px solid var(--white); border-radius: 50% 50% 50% 0; background: var(--forest); box-shadow: 0 4px 12px rgba(20,39,31,.2); transform: rotate(-45deg); }
.map-pin.active { background: var(--lime); }
.map-pin--one { top: 25%; left: 25%; }.map-pin--two { top: 43%; left: 58%; }.map-pin--three { top: 64%; left: 38%; }.map-pin--four { top: 26%; right: 17%; }
.map-caption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 11px 13px; border-radius: 11px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); font-size: 10px; font-weight: 700; }
.delivery-result { padding: 14px 16px; border-left: 4px solid var(--brown); border-radius: 12px; background: var(--paper); color: var(--forest); font-size: 10px; }
.delivery-result strong { display: block; margin-bottom: 3px; font-size: 12px; }
.carrier-note { color: var(--muted); font-size: 9px; }
.payment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.payment-option { min-height: 76px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.payment-option.active { border-color: var(--forest); background: var(--paper); }
.payment-option input { margin-top: 3px; accent-color: var(--forest); }
.payment-option strong { display: block; font-size: 11px; }
.payment-option small { color: var(--muted); font-size: 9px; }
.consents { display: grid; gap: 9px; }
.consent { display: flex; gap: 10px; color: var(--muted); font-size: 9px; }
.consent input { flex: 0 0 auto; accent-color: var(--forest); }
.summary__carrier { margin: 5px 0 12px; padding: 12px; border-radius: 10px; background: var(--paper); color: var(--muted); font-size: 9px; }
.summary__carrier strong { color: var(--ink); display: block; font-size: 11px; }

/* Account */
.account-link { width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); display: grid; place-items: center; position: relative; transition: background var(--transition), color var(--transition); }
.account-link:hover, .account-link.active { background: var(--forest); color: var(--white); }
.account-link svg { width: 21px; height: 21px; fill: currentColor; }
.account-link__state { position: absolute; right: -3px; bottom: -2px; width: 13px; height: 13px; border: 2px solid var(--white); border-radius: 50%; background: var(--brown); }
.account-link__state.online { background: var(--success); }
.account-heading { padding: 56px 0 48px; border-bottom: 1px solid var(--line); }
.account-heading__row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.account-heading__row > *, .auth-layout > *, .account-layout > * { min-width: 0; }
.account-heading .display { max-width: 940px; font-size: clamp(42px, 5.5vw, 76px); }
.account-heading .lead { max-width: 700px; margin-bottom: 0; }
.account-heading__mark { width: 112px; height: 112px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--moss); display: grid; place-items: center; font-family: "Pragmatica Extended"; font-size: 28px; font-weight: 700; }

.auth-page { padding-top: 42px; }
.auth-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.auth-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.auth-card__head { width: 100%; padding: 28px 30px 25px; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); display: flex; align-items: center; text-align: left; position: relative; }
.auth-card__head span { margin-right: auto; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.auth-card__head strong { font-family: "Pragmatica Extended"; font-size: 20px; }
.auth-card__head i { display: none; }
.auth-card__body { padding: 30px; }
.auth-card__intro { margin: 0 0 24px; color: var(--muted); font-size: 12px; }
.account-field { min-width: 0; margin-bottom: 16px; }
.account-field label { margin-bottom: 7px; color: var(--muted); display: block; font-size: 10px; font-weight: 800; }
.account-field input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper-2); color: var(--ink); outline: 0; transition: border var(--transition), box-shadow var(--transition); }
.account-field input:focus { border-color: var(--moss); box-shadow: 0 0 0 3px rgba(124,150,90,.12); }
.auth-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.text-button { padding: 0; background: transparent; color: var(--moss); font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.text-button--danger { margin-top: 24px; color: var(--danger); }
.btn:disabled { opacity: .42; cursor: not-allowed; }
.account-consent { margin: 6px 0 18px; display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 10px; }
.account-consent input { margin-top: 3px; accent-color: var(--forest); }
.account-consent a { color: var(--moss); text-decoration: underline; }
.form-message { min-height: 19px; margin-bottom: 8px; color: var(--danger); font-size: 10px; font-weight: 700; }
.form-message.ok { color: var(--success); }
.auth-card .errortext, .account-accordion__body .errortext { margin-bottom: 12px; color: var(--danger); font-size: 10px; font-weight: 700; }
.auth-card .notetext, .account-accordion__body .notetext { margin-bottom: 12px; color: var(--success); font-size: 10px; font-weight: 700; }
.account-pagination { margin-top: 18px; font-size: 11px; }
.forgot-panel { margin-top: 25px; padding: 20px; border-radius: 14px; background: var(--paper); }
.forgot-panel__head { margin-bottom: 8px; display: flex; justify-content: space-between; gap: 20px; }
.forgot-panel__head button { background: transparent; color: var(--muted); font-size: 19px; }
.forgot-panel p { margin-top: 0; color: var(--muted); font-size: 10px; }
.activation-panel { min-height: 344px; text-align: center; align-content: center; }
.activation-panel__icon { width: 54px; height: 54px; margin: 0 auto 18px; border-radius: 50%; background: var(--lime); color: var(--white); display: grid; place-items: center; font-size: 22px; font-weight: 900; }
.activation-panel h2 { font-family: "Pragmatica Extended"; font-size: 24px; }
.activation-panel p { max-width: 390px; margin: 10px auto 24px; color: var(--muted); font-size: 12px; }

.account-page { padding-top: 42px; }
.account-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 24px; align-items: start; }
.account-summary { padding: 28px; border-radius: var(--radius); background: var(--forest); color: var(--white); position: sticky; top: 112px; }
.account-avatar { width: 72px; height: 72px; margin-bottom: 22px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; font-family: "Pragmatica Extended"; font-size: 20px; font-weight: 700; }
.account-summary > strong { display: block; font-size: 14px; }
.account-summary > span { color: rgba(255,255,255,.55); font-size: 10px; overflow-wrap: anywhere; }
.account-summary__status { margin-top: 22px; padding-top: 17px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.65); font-size: 9px; }
.account-summary__status i { width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #56b98c; display: inline-block; }
.account-accordions { display: grid; gap: 12px; }
.account-accordion { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.account-accordion__head { width: 100%; min-height: 100px; padding: 21px 26px; background: transparent; color: var(--ink); display: grid; grid-template-columns: 42px 1fr 30px; gap: 16px; align-items: center; text-align: left; }
.account-accordion__number { color: var(--moss); font-size: 10px; font-weight: 900; }
.account-accordion__head small { color: var(--muted); display: block; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.account-accordion__head strong { font-family: "Pragmatica Extended"; font-size: 21px; }
.account-accordion__head i { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; position: relative; }
.account-accordion__head i::before, .account-accordion__head i::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: currentColor; content: ""; transform: translate(-50%, -50%); }
.account-accordion__head i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform var(--transition); }
.account-accordion.open .account-accordion__head { background: var(--paper-2); }
.account-accordion.open .account-accordion__head i::after { transform: translate(-50%, -50%) rotate(0); }
.account-accordion__body { display: none; padding: 30px; border-top: 1px solid var(--line); }
.account-accordion.open .account-accordion__body { display: block; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.password-switch { width: fit-content; margin: 3px 0 18px; display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 800; cursor: pointer; }
.password-switch input { accent-color: var(--forest); }
.password-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.profile-form__footer { padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.profile-form__footer span { max-width: 330px; color: var(--muted); font-size: 9px; }
.max-panel { min-height: 210px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.max-panel h3 { margin-bottom: 10px; font-family: "Pragmatica Extended"; font-size: 22px; }
.max-panel p { max-width: 570px; color: var(--muted); font-size: 11px; }
.max-panel__qr { width: 150px; height: 150px; padding: 15px; border-radius: 14px; background: var(--white); border: 1px solid var(--line); }
.max-panel__qr::before { width: 100%; height: 100%; background: repeating-conic-gradient(var(--ink) 0 25%, transparent 0 50%) 0 / 18px 18px; display: block; content: ""; }
.max-panel__active { padding: 22px; border-radius: 14px; background: rgba(40,120,83,.08); color: var(--success); }
.orders-loader { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--muted); font-size: 10px; }
.orders-loader i { width: 32px; height: 32px; border: 3px solid var(--line); border-top-color: var(--moss); border-radius: 50%; animation: account-spin .8s linear infinite; }
@keyframes account-spin { to { transform: rotate(360deg); } }
.order-history { display: grid; gap: 12px; }
.history-card { border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.history-card__head { padding: 17px 18px; background: var(--paper-2); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.history-card__number { font-family: "Pragmatica Extended"; font-size: 15px; font-weight: 700; }
.history-card__date { color: var(--muted); font-size: 9px; }
.history-card__body { padding: 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; }
.history-card__products { display: grid; gap: 7px; }
.history-product { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.history-product a { font-weight: 700; }
.history-product span { color: var(--muted); white-space: nowrap; }
.history-card__summary { min-width: 180px; padding-left: 20px; border-left: 1px solid var(--line); text-align: right; }
.history-card__summary strong { display: block; font-family: "Montserrat"; font-size: 20px; }
.history-card__status { margin: 8px 0 13px; display: flex; justify-content: flex-end; gap: 6px; flex-wrap: wrap; }
.status-pill { padding: 5px 8px; border-radius: 999px; background: var(--paper); color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.status-pill--paid { background: rgba(40,120,83,.1); color: var(--success); }
.status-pill--unpaid { background: rgba(185,75,66,.1); color: var(--danger); }
.status-pill--partial-refund { background: rgba(149,94,66,.12); color: var(--brown); }
.status-pill--full-refund { background: rgba(105,113,108,.12); color: var(--muted); }
.status-pill--invoice { background: rgba(90,110,150,.12); color: var(--moss); }
.history-card__actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.history-card__actions a { color: var(--moss); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.history-card__actions .pay-link { padding: 8px 12px; border-radius: 999px; background: var(--brown); color: var(--white); }

/* Order detail */
.order-page { padding-top: 32px; }
.order-back { margin-bottom: 22px; color: var(--moss); display: inline-block; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.order-sheet { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.order-sheet__hero { padding: 34px; background: var(--forest); color: var(--white); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.order-sheet__hero small { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.order-sheet__hero h1 { margin: 5px 0 0; font-family: "Pragmatica Extended"; font-size: clamp(30px, 4vw, 52px); }
.order-sheet__hero .status-pill { background: rgba(255,255,255,.1); color: var(--white); }
.order-sheet__hero .status-pill--paid { background: #d7eadf; color: var(--success); }
.order-sheet__hero .status-pill--unpaid { background: #f4dcd8; color: var(--danger); }
.order-sheet__meta { padding: 28px 34px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.order-meta-item span { margin-bottom: 5px; color: var(--muted); display: block; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.order-meta-item strong, .order-meta-item a { font-size: 11px; }
.order-meta-item a { color: var(--moss); text-decoration: underline; }
.order-sheet__toolbar { padding: 18px 34px; border-bottom: 1px solid var(--line); display: flex; justify-content: flex-end; gap: 10px; }
.order-sheet__invoice { padding: 24px 34px; border-bottom: 1px solid var(--line); display: flex; align-items: center; flex-wrap: wrap; gap: 20px; background: var(--paper-2); }
.order-sheet__invoice-title h2 { margin: 0; font-size: 14px; font-family: "Montserrat"; }
.order-sheet__invoice-meta { display: flex; gap: 28px; flex-wrap: wrap; }
.order-sheet__invoice-meta .order-meta-item span { margin-bottom: 3px; }
.order-sheet__invoice .btn { margin-left: auto; }
.order-table-wrap { overflow-x: auto; }
.order-table { width: 100%; border-collapse: collapse; }
.order-table th { padding: 14px 18px; background: var(--paper-2); color: var(--muted); text-align: left; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.order-table td { padding: 18px; border-top: 1px solid var(--line); font-size: 10px; vertical-align: middle; }
.order-table__product { min-width: 310px; display: flex; align-items: center; gap: 13px; }
.order-table__product img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; background: var(--paper); }
.order-table__product strong { display: block; font-size: 11px; }
.order-table__product span { color: var(--muted); font-size: 8px; }
.order-mobile-items { display: none; }
.order-sheet__totals { margin-left: auto; width: min(100%, 430px); padding: 28px 34px 34px; }
.order-total-row { padding: 7px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; }
.order-total-row strong { color: var(--ink); }
.order-total-row--main { margin-top: 10px; padding-top: 18px; border-top: 1px solid var(--line); align-items: baseline; color: var(--ink); font-size: 12px; }
.order-total-row--main strong { font-family: "Montserrat"; font-size: 26px; }
.order-not-found { padding: 80px 24px; border-radius: var(--radius); background: var(--white); text-align: center; }
.order-not-found h1 { font-family: "Pragmatica Extended"; }

@media print {
  .announcement, .header, .breadcrumbs, .order-back, .order-sheet__toolbar, .footer, .mobile-bar { display: none !important; }
  body { background: #fff; }
  .order-page { padding: 0; }
  .order-sheet { border: 0; }
}

/* Footer */
.footer { padding: 64px 0 24px; background: var(--forest); color: var(--white); }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 54px; }
.footer__brand img { width: 150px; margin-bottom: 22px; }
.footer__brand p { max-width: 330px; color: rgba(255,255,255,.5); font-size: 12px; }
.footer__title { margin-bottom: 17px; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer__links { display: grid; gap: 10px; font-size: 12px; }
.footer__links a:hover { color: var(--lime); }
.footer__phone { font-family: "Pragmatica Extended"; font-size: 18px; }
.footer__bottom { margin-top: 54px; padding-top: 20px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.38); font-size: 9px; }
.footer__bottom a:hover { color: var(--lime); }

/* Smart filter range */
.filter-range { display: flex; align-items: center; gap: 8px; }
.filter-range__input {
  width: 100%;
  min-width: 0;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  font-size: 13px;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
  -moz-appearance: textfield;
  appearance: textfield;
}
.filter-range__input::-webkit-inner-spin-button,
.filter-range__input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.filter-range__input:focus { border-color: var(--forest); box-shadow: 0 0 0 4px rgba(124, 150, 90, 0.14); }
.filter-range__sep { flex: 0 0 auto; color: var(--muted); font-size: 11px; }
.mobile-bar { display: none; }

/* Toast */
.toast-stack { position: fixed; z-index: 100; right: 22px; bottom: 22px; display: grid; gap: 10px; }
.toast { max-width: 360px; padding: 15px 18px; border-radius: 13px; background: var(--forest); color: var(--white); box-shadow: var(--shadow); font-size: 11px; font-weight: 700; animation: toast-in 220ms ease both; }
.toast--error { background: var(--danger); }
@keyframes toast-in { from { opacity: 0; transform: translateY(12px); } }

@media (max-width: 1180px) {
  .header__main { grid-template-columns: 135px auto minmax(220px, 1fr) auto; }
  .brand img { width: 132px; }
  .menu-toggle { display: grid; }
  .phone { display: none; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .category-product-grid { grid-template-columns: 1fr 1fr; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .collection-card:first-child { grid-row: span 1; }
  .collection-card:nth-child(4) { grid-column: span 1; }
  .product-layout { grid-template-columns: 1fr 460px; }
  .gallery__stage, .gallery__stage img { min-height: 520px; }
}

@media (max-width: 920px) {
  .section { padding: 70px 0; }
  .hero { min-height: 650px; }
  .hero__facts { grid-template-columns: 1fr 1fr; }
  .hero__fact { padding: 12px 15px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .story { grid-template-columns: 1fr; }
  .story__media { min-height: 440px; }
  .service-grid { grid-template-columns: 1fr; }
  .service { border-right: 0; border-bottom: 1px solid var(--line); }
  .service__number { margin-bottom: 20px; }
  .quote { grid-template-columns: 1fr; gap: 24px; }
  .product-layout { grid-template-columns: 1fr; }
  .gallery { position: static; }
  .product-buy { padding: 32px; }
  .calculator { grid-template-columns: 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .category-directory { grid-template-columns: 1fr; }
  .category-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .constructor-banner { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .account-layout { grid-template-columns: 1fr; }
  .account-summary { position: static; display: grid; grid-template-columns: 72px 1fr auto; gap: 0 18px; align-items: center; }
  .account-avatar { margin: 0; grid-row: span 3; }
  .account-summary__status { margin: 0; padding: 0; border: 0; }
  .account-summary .text-button { margin: 0; grid-column: 3; grid-row: 1 / span 3; }
  .order-sheet__meta { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 28px), var(--container)); }
  .toast-stack { bottom: 84px; }
  .announcement__inner { justify-content: center; }
  .announcement__inner span:last-child { display: none; }
  .header__main { min-height: 70px; grid-template-columns: 122px 1fr auto; gap: 9px; }
  .brand img { width: 120px; }
  .catalog-link { min-height: 44px; padding: 0 13px; grid-column: 1; grid-row: 2; margin-bottom: 11px; }
  .search { grid-column: 2 / -1; grid-row: 2; padding-bottom: 11px; }
  .header-actions { grid-column: 3; grid-row: 1; }
  .account-link { display: none; }
  .cart-link { width: 46px; min-width: 46px; height: 46px; padding: 0; justify-content: center; position: relative; }
  .cart-link__count { position: absolute; top: -3px; right: -3px; }
  .menu-toggle { width: 46px; height: 46px; }
  .hero { min-height: 700px; }
  .hero__inner { padding-top: 55px; padding-bottom: 55px; }
  .hero .display { font-size: 38px; overflow-wrap: break-word; }
  .hero__lead { font-size: 15px; }
  .hero__facts { min-height: 104px; }
  .hero__fact strong { font-size: 14px; }
  .hero__fact span { font-size: 9px; }
  .section-head, .catalog-hero__row, .catalog-toolbar, .cta__inner { align-items: flex-start; flex-direction: column; }
  .collection-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .collection-card { height: 330px; }
  .product-grid { grid-template-columns: 1fr; }
  .category-product-grid { grid-template-columns: 1fr; }
  .product-card__media { height: 360px; }
  .story__copy { padding: 42px 24px; }
  .quote, .cta { padding: 34px 24px; }
  .gallery { width: 100%; overflow: hidden; display: flex; flex-direction: column-reverse; }
  .gallery__thumbs { display: flex; flex-direction: row; overflow-x: auto; max-height: none; scrollbar-width: none; -ms-overflow-style: none; }
  .gallery__thumbs::-webkit-scrollbar { display: none; }
  .gallery__thumb { flex: 0 0 74px; width: 74px; height: 74px; }
  .gallery__stage, .gallery__stage img { min-height: 420px; }
  .product-buy { padding: 26px 20px; }
  .buy-actions { grid-template-columns: 1fr; }
  .buy-actions.is-in-cart { grid-template-columns: 1fr; }
  .quantity { width: 124px; }
  .product-card__buy { flex-wrap: wrap; }
  .delivery-strip { grid-template-columns: 1fr; }
  .stock-grid { grid-template-columns: 1fr; }
  .description-grid { grid-template-columns: 1fr; gap: 25px; }
  .calculator { padding: 30px 20px; }
  .calculator__fields { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 78px 1fr auto; gap: 12px; }
  .cart-item__image { width: 78px; height: 78px; }
  .cart-item .quantity { grid-column: 2; width: 108px; }
  .cart-item__price { grid-column: 3; grid-row: 2; }
  .cart-item__remove { grid-column: 3; grid-row: 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .category-card { grid-template-columns: 1fr; }
  .category-card__media { min-height: 230px; }
  .category-card__media img { max-height: 210px; }
  .store-grid, .payment-list { grid-template-columns: 1fr; }
  .delivery-map { height: 250px; }
  .delivery-search { grid-template-columns: 1fr; }
  .delivery-search button { height: 42px; }
  .form-field--wide { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .footer__bottom { flex-direction: column; }
  body { padding-bottom: 64px; }
  .mobile-bar { position: fixed; z-index: 65; left: 0; right: 0; bottom: 0; height: 64px; padding: 6px 10px; border-top: 1px solid rgba(255,255,255,.14); background: var(--forest); color: var(--white); display: grid; grid-template-columns: repeat(4, 1fr); }
  .mobile-bar a { border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; }
  .mobile-bar a:hover, .mobile-bar a.active { background: rgba(255,255,255,.08); color: var(--lime); }
  .mobile-bar svg { width: 20px; height: 20px; fill: currentColor; }
  .mobile-bar__cart { position: relative; }
  .mobile-bar__count { position: absolute; top: 2px; left: calc(50% + 7px); min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; background: var(--brown); color: var(--white); display: grid; place-items: center; font-size: 8px; font-weight: 900; }
  .account-heading { padding: 38px 0 34px; }
  .account-heading__row { display: block; }
  .account-heading .display { font-size: 39px; overflow-wrap: break-word; }
  .header__main > *, .search__field { min-width: 0; }
  .search { width: 100%; }
  .account-heading .display { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .account-heading__mark { display: none; }
  .auth-layout { grid-template-columns: 1fr; }
  .auth-card__head { padding: 22px; display: grid; grid-template-columns: 1fr 28px; }
  .auth-card__head span { margin: 0; grid-column: 1; }
  .auth-card__head strong { grid-column: 1; }
  .auth-card__head i { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; display: block; grid-column: 2; grid-row: 1 / span 2; position: relative; }
  .auth-card__head i::before, .auth-card__head i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: currentColor; content: ""; transform: translate(-50%, -50%); }
  .auth-card__head i::after { transform: translate(-50%, -50%) rotate(90deg); }
  .auth-card.open .auth-card__head i::after { transform: translate(-50%, -50%); }
  .auth-card:not(.open) .auth-card__body { display: none; }
  .auth-card__body { padding: 22px; }
  .auth-card__actions { align-items: flex-start; flex-direction: column; }
  .account-summary { display: block; }
  .account-avatar { margin-bottom: 18px; }
  .account-summary__status { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line-light); }
  .account-summary .text-button { margin-top: 20px; }
  .account-accordion__head { min-height: 88px; padding: 18px; grid-template-columns: 30px 1fr 28px; gap: 10px; }
  .account-accordion__head strong { font-size: 17px; }
  .account-accordion__body { padding: 20px; }
  .profile-grid, .password-fields { grid-template-columns: 1fr; gap: 0; }
  .profile-form__footer { align-items: stretch; flex-direction: column; }
  .max-panel { grid-template-columns: 1fr; }
  .max-panel__qr { width: 130px; height: 130px; }
  .history-card__head, .history-card__body { align-items: flex-start; flex-direction: column; display: flex; }
  .history-card__summary { width: 100%; min-width: 0; padding: 16px 0 0; border-top: 1px solid var(--line); border-left: 0; text-align: left; }
  .history-card__status, .history-card__actions { justify-content: flex-start; }
  .history-product { align-items: flex-start; flex-direction: column; gap: 2px; }
  .order-sheet__hero { padding: 26px 20px; align-items: flex-start; flex-direction: column; }
  .order-sheet__meta { padding: 22px 20px; grid-template-columns: 1fr; gap: 18px; }
  .order-sheet__toolbar { padding: 15px 20px; justify-content: stretch; flex-wrap: wrap; }
  .order-sheet__toolbar .btn { flex: 1; }
  .order-sheet__invoice { padding: 18px 20px; align-items: flex-start; flex-direction: column; gap: 14px; }
  .order-sheet__invoice .btn { margin-left: 0; }
  .order-table-wrap { display: none; }
  .order-mobile-items { display: grid; gap: 1px; background: var(--line); }
  .order-mobile-item { padding: 20px; background: var(--white); }
  .order-mobile-item__head { margin-bottom: 13px; display: flex; gap: 12px; }
  .order-mobile-item__head img { width: 66px; height: 66px; border-radius: 10px; object-fit: cover; }
  .order-mobile-item__head strong { display: block; font-size: 11px; }
  .order-mobile-item__head span { color: var(--muted); font-size: 8px; }
  .order-mobile-item__row { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 9px; }
  .order-mobile-item__row strong { color: var(--ink); }
  .order-sheet__totals { padding: 24px 20px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---------- Корзина: карты и терминалы ДЛ ---------- */
[data-checkout-content] [hidden], .receipt-section[hidden], .dl-term-list[hidden], .delivery-result[hidden] { display: none !important; }
.delivery-map { position: relative; }
.ymap-pin { width: 30px; height: 30px; cursor: pointer; transform: translate(-50%, -100%); }
.ymap-pin svg { width: 100%; height: 100%; fill: var(--forest); stroke: #fff; stroke-width: 1.5; filter: drop-shadow(0 3px 5px rgba(20,39,31,.35)); }
.ymap-pin--dl svg { fill: var(--brown); }
.ymap-pin--dl.active svg { fill: var(--lime); }
.ymap-pin--address svg { fill: var(--danger); }
.ymap-pin.active svg { fill: var(--lime); }
.dl-balloon { min-width: 200px; }
.ymaps3--popup-marker, .ymaps3--popup-marker_container { z-index: 10000 !important; }
.dl-balloon strong { display: block; font-size: 13px; font-weight: 600; color: var(--ink); }
.dl-balloon span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.dl-balloon__loader { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.2; }
.dl-balloon__loader::before { content: ""; width: 15px; height: 15px; flex: 0 0 15px; border: 2px solid var(--line); border-top-color: var(--forest); border-radius: 50%; animation: pilo-spin .7s linear infinite; }
@keyframes pilo-spin { to { transform: rotate(360deg); } }
.dl-balloon__price { margin-top: 10px; padding-top: 8px; border-top: 1px solid var(--line); color: var(--forest); font-size: 15px; font-weight: 800; }
.dl-term-list { display: grid; gap: 8px; max-height: 220px; overflow: auto; }
.dl-term { padding: 11px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); text-align: left; cursor: pointer; }
.dl-term:hover, .dl-term.active { border-color: var(--forest); background: var(--paper); }
.dl-term strong { display: block; font-size: 11px; }
.dl-term span { color: var(--muted); font-size: 9px; line-height: 1.4; display: block; }
.suggest-list { position: relative; margin-top: 6px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); overflow: hidden; }
.suggest-list .suggest-item { width: 100%; padding: 10px 14px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.suggest-list .suggest-item:last-child { border-bottom: 0; }
.suggest-list .suggest-item:hover { background: var(--paper-2); }
.suggest-list .suggest-item strong { display: block; font-size: 14px; font-weight: 500; color: var(--ink); }
.suggest-list .suggest-item span { color: var(--muted); font-size: 11px; font-weight: 400; }
.delivery-search .suggest-list { grid-column: 1 / -1; position: relative; z-index: 5; }
.summary__row small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 600; line-height: 1.4; }

/* ==================== Поиск: группы подсказок ==================== */
.search__group { padding: 2px 0; }
.search__group + .search__group { margin-top: 4px; }
.search__group-title {
  padding: 8px 12px 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted, #8a8a8a);
}
.search__empty {
  padding: 10px 12px;
  font-size: 12px;
  color: var(--muted, #8a8a8a);
}
.search__empty a { color: var(--forest); }
.search__all {
  display: block;
  margin-top: 6px;
  padding: 10px 12px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 600;
  color: var(--forest);
}
.search__all:hover { background: var(--paper); }

/* ==================== Страница поиска ==================== */
.searchpage__form, .searchpage__hint { max-width: 720px; }
.searchpage__form { position: relative; }
.searchpage__input {
  width: 100%;
  height: 58px;
  padding: 0 64px 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 15px;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.searchpage__input:focus { border-color: var(--forest); box-shadow: 0 0 0 4px rgba(124, 150, 90, 0.14); }
.searchpage__submit {
  position: absolute; top: 6px; right: 7px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--forest); color: var(--white);
  display: grid; place-items: center;
  transition: background var(--transition), transform var(--transition);
}
.searchpage__submit:hover { background: var(--brown); transform: translateY(-1px); }
.searchpage__submit svg { width: 18px; height: 18px; fill: currentColor; }
.searchpage__hint { margin: 12px 2px 0; color: var(--muted); font-size: 12px; }
.searchpage__hint a { color: var(--moss); text-decoration: underline; text-underline-offset: 3px; }
.searchpage__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 26px 0 18px; }
.searchpage__count { color: var(--muted); font-size: 13px; }
.searchpage__count strong { margin: 0 1px; color: var(--ink); font-family: "Pragmatica Extended", "Montserrat", sans-serif; font-size: 17px; }
.searchpage .product-card b,
.searchpage__doc b { color: var(--moss); font-weight: 800; }
.searchpage__docs { margin-top: 44px; }
.searchpage__docs-list { display: grid; gap: 10px; margin-top: 14px; max-width: 900px; }
.searchpage__doc {
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
  display: grid;
  gap: 6px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.searchpage__doc:hover { border-color: var(--forest); transform: translateY(-2px); box-shadow: var(--shadow); }
.searchpage__doc-title { font-size: 14px; font-weight: 750; line-height: 1.45; overflow-wrap: break-word; }
.searchpage__doc-text { color: var(--muted); font-size: 12px; line-height: 1.55; }
.searchpage__doc-path { color: var(--moss); font-size: 9px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.searchpage__pager { margin-top: 36px; font-size: 12px; color: var(--muted); }
.searchpage__empty { padding: 70px 24px; text-align: center; }
.searchpage__empty p { max-width: 480px; margin: 0 auto 24px; }
.searchpage__empty .btn { min-width: 210px; }

/* Articles */
.articles { padding: 52px 0 90px; }
.articles .section-head { margin-bottom: 34px; }
.articles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.article-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.article-card:hover { border-color: var(--forest); transform: translateY(-3px); box-shadow: var(--shadow); }
.article-card__title { font-family: "Pragmatica Extended", "Montserrat", sans-serif; font-size: 20px; line-height: 1.15; letter-spacing: -0.02em; }
.article-card__text { color: var(--muted); font-size: 12px; line-height: 1.6; }
.article-card__more {
  margin-top: auto;
  padding-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--moss);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.article-card__more svg { width: 14px; height: 14px; fill: currentColor; transition: transform var(--transition); }
.article-card:hover .article-card__more svg { transform: translateX(4px); }

.article { padding: 46px 0 90px; }
.article__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color var(--transition);
}
.article__back:hover { color: var(--forest); }
.article__back svg { width: 13px; height: 13px; fill: currentColor; }
.article__title {
  max-width: 980px;
  font-family: "Pragmatica Extended", "Montserrat", sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
  overflow-wrap: break-word;
}
.article__content { max-width: 840px; padding-top: 30px; font-size: 14px; line-height: 1.75; }
.article__content h2 {
  margin: 36px 0 12px;
  font-family: "Pragmatica Extended", "Montserrat", sans-serif;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.article__content h2:first-child { margin-top: 0; }
.article__content p { margin-bottom: 14px; }
.article__content ul, .article__content ol { margin: 0 0 16px; padding-left: 22px; display: grid; gap: 7px; }
.article__content li::marker { color: var(--moss); }
.article__content a { color: var(--moss); text-decoration: underline; text-underline-offset: 3px; transition: color var(--transition); }
.article__content a:hover { color: var(--forest); }

@media (max-width: 1080px) {
  .articles__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .articles { padding: 34px 0 60px; }
  .article { padding: 30px 0 64px; }
  .articles__grid { grid-template-columns: 1fr; }
}

/* Stores page */
.stores-page { padding: 40px 0 90px; }
.stores-layout { display: grid; gap: 22px; align-items: start; }
.stores-nav { padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); display: flex; gap: 8px; flex-wrap: wrap; }
.stores-nav__item { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 11px; font-weight: 800; transition: border-color var(--transition), background var(--transition); }
.stores-nav__item span { color: var(--muted); font-size: 9px; font-weight: 900; }
.stores-nav__item:hover { border-color: var(--forest); background: var(--paper); }
.stores-map { height: 380px; }
.store-map { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.store-map iframe { display: block; width: 100%; min-height: 420px; border: 0; }
div[data-store-map] { height: 360px; background: var(--paper); }
.store-pin { position: relative; width: 44px; height: 53px; cursor: pointer; transform: translate(0, -100%); filter: drop-shadow(0 4px 6px rgba(20,39,31,.35)); transition: transform .2s ease; }
.store-pin img { position: absolute; inset: 0; width: 100%; height: 100%; }
.store-pin span { position: relative; z-index: 1; display: flex; height: 100%; align-items: center; justify-content: center; padding-bottom: 12px; color: var(--white); font-size: 18px; font-weight: 900; line-height: 1; text-shadow: 0 1px 2px rgba(20,39,31,.4); pointer-events: none; }
.store-pin.active img { filter: drop-shadow(0 0 0 3px var(--lime)); }
.store-pin.active { transform: translate(0, -112%); }
.store-section { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); scroll-margin-top: 90px; }
.store-section__head { margin-bottom: 20px; display: flex; align-items: start; gap: 14px; }
.store-section__number { width: 29px; height: 29px; flex: 0 0 29px; border-radius: 50%; background: var(--forest); color: var(--white); display: grid; place-items: center; font-size: 10px; font-weight: 900; }
.store-section__head h2 { font-family: "Pragmatica Extended", "Montserrat", sans-serif; font-size: clamp(20px, 2.4vw, 28px); letter-spacing: -0.02em; }
.store-section__address { margin-top: 5px; color: var(--muted); font-size: 12px; }
.store-section__badge { margin-left: auto; padding: 6px 12px; border-radius: 999px; background: var(--paper); color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.store-section__body { display: grid; gap: 18px; }
.store-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.store-facts dt { margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.store-facts dd { font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.store-facts dd a:hover { color: var(--forest); }
.store-photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.store-photos img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 13px; background: var(--paper); }
.store-links { display: flex; gap: 18px; flex-wrap: wrap; }
.store-links svg { width: 14px; height: 14px; fill: currentColor; }
.store-terms ul { display: grid; gap: 9px; color: var(--muted); font-size: 11px; line-height: 1.55; list-style: none; }
.store-terms li::before { content: "—"; margin-right: 9px; color: var(--forest); font-weight: 800; }

@media (max-width: 720px) {
  .stores-page { padding: 26px 0 60px; }
  .store-section { padding: 20px; }
  div[data-store-map] { height: 260px; }
  .store-map iframe { min-height: 300px; }
}

