@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

/* Verde — современный шаблон: лесной акцент, тёмная шапка, чистые карточки */
:root {
  --bg: #f4f7f4;
  --surface: #ffffff;
  --ink: #142019;
  --fg: #142019;
  --muted: #5c6b60;
  --line: #d5e0d7;
  --border: #d5e0d7;
  --primary: #0f2419;
  --accent: #2f7a4f;
  --accent-soft: rgba(47, 122, 79, 0.12);
  --secondary: #c9a86c;
  --card: #ffffff;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow: 0 8px 32px rgba(15, 36, 25, 0.08);
  --header-text: #eef5ef;
  --space-section: clamp(40px, 5vw, 64px);
  --space-section-sm: clamp(28px, 4vw, 40px);
  --space-block: 32px;
  --space-stack: 20px;
  --space-after-heading: 12px;
  --space-after-eyebrow: 10px;
}

* { box-sizing: border-box; }
html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: var(--ink);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at 90% 0%, rgba(47, 122, 79, 0.05), transparent 40%),
    radial-gradient(circle at 0% 100%, rgba(201, 168, 108, 0.04), transparent 35%);
  position: relative;
  overflow-x: hidden;
}

/* ─── Декоративные растения: фон main + акценты в секциях ─── */
main#top,
main.page-main:has(> .plant-ivy-left) {
  isolation: isolate;
  background-color: var(--bg);
  background-repeat: no-repeat;
  background-image:
    url("assets/ivy-left.png"),
    url("assets/leaves-top.png"),
    url("assets/herbs-right.png");
  background-position:
    left top,
    right top,
    right bottom;
  background-size:
    min(550px, 45vw),
    min(360px, 30vw),
    min(680px, 50vw);
}

/* Контент main — поверх декоративных растений, фон прозрачный */
main#top > :not(.plant-decor),
main.page-main:has(> .plant-ivy-left) > :not(.plant-decor) {
  position: relative;
  z-index: 1;
}

.page-main > .container {
  position: relative;
  z-index: 1;
}

/* img-дубликаты боковых растений — фон задан на main */
.plant-ivy-left,
.plant-leaves-top,
.plant-herbs-right {
  display: none;
}

/* Акцентные растения внутри секций — за контентом */
.plant-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
  height: auto;
  object-fit: contain;
}

main#top section:has(> .plant-decor),
main.page-main section:has(> .plant-decor) {
  isolation: isolate;
}

main#top section:has(> .plant-decor) > :not(.plant-decor),
main.page-main section:has(> .plant-decor) > :not(.plant-decor) {
  position: relative;
  z-index: 1;
}

.plant-palm-right {
  bottom: 0;
  right: calc((100% - 100vw) / 2);
  width: min(500px, 40vw);
  transform: none;
}

.plant-leaf-accent-left {
  top: 50%;
  left: calc((100% - 100vw) / 2);
  width: 180px;
  transform: translateY(-50%) rotate(-15deg);
}

.plant-leaf-accent-right {
  top: 40%;
  right: calc((100% - 100vw) / 2);
  width: 190px;
  transform: translateY(-50%) rotate(15deg);
}

.plant-branch-left {
  top: 10%;
  left: calc((100% - 100vw) / 2);
  width: min(640px, 48vw);
  transform: none;
}

@media (max-width: 1040px) {
  main#top,
  main.page-main:has(> .plant-ivy-left) {
    background-size: 150px, 150px, 150px;
  }

  .plant-decor {
    width: 150px !important;
  }
}

@media (max-width: 720px) {
  main#top,
  main.page-main:has(> .plant-ivy-left) {
    background-image: none;
  }

  .plant-decor { display: none; }
}

/* Декоративные элементы — листья по бокам (только на страницах без PNG-растений) */
body::before,
body::after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-size: auto;
}

body:has(main#top)::before,
body:has(main#top)::after,
body:has(main.page-main:not(.article-page))::before,
body:has(main.page-main:not(.article-page))::after {
  content: none;
}

body::before {
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  opacity: 0.45;
  background-image:
    /* Ветка 1 — сверху */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 200'%3E%3Cpath d='M10 180c20-30 50-50 90-60 40-10 70-25 80-50' stroke='%232f7a4f' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3Cpath d='M30 155c8-6 18-8 24-14s4-12-2-14-14 2-20 10c-6 8-8 16-2 18z' fill='%232f7a4f' /%3E%3Cpath d='M55 130c10-8 22-10 28-18s2-14-4-14-18 4-24 14c-6 10-6 20 0 18z' fill='%232f7a4f' /%3E%3Cpath d='M80 95c8-6 20-8 26-14 6-6 2-12-4-12s-16 4-22 12c-6 8-6 16 0 14z' fill='%232f7a4f' /%3E%3C/svg%3E"),
    /* Ветка 2 — середина */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 180'%3E%3Cpath d='M5 160c15-25 40-40 75-50 35-10 55-20 65-40' stroke='%232f7a4f' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M25 140c6-5 14-6 18-10 4-4 2-10-2-10s-10 2-14 8c-4 6-4 12-2 12z' fill='%232f7a4f' /%3E%3Cpath d='M45 112c8-6 18-8 24-14 6-6 2-12-2-12s-12 4-18 10c-6 6-8 14-4 16z' fill='%232f7a4f' /%3E%3Cpath d='M70 78c6-4 14-6 18-10 4-4 2-8-2-8s-10 2-14 8c-4 6-4 10-2 10z' fill='%232f7a4f' /%3E%3C/svg%3E"),
    /* Ветка 3 — внизу */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 160'%3E%3Cpath d='M5 140c12-20 35-30 60-40 25-10 45-20 55-35' stroke='%232f7a4f' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3Cpath d='M20 120c5-4 12-6 15-10 3-4 1-8-2-8s-8 2-12 7c-4 5-3 11-1 11z' fill='%232f7a4f' /%3E%3Cpath d='M40 95c6-5 14-6 18-10 4-4 2-8-1-8s-10 2-14 8c-4 6-4 11-3 10z' fill='%232f7a4f' /%3E%3C/svg%3E"),
    /* Декоративный завиток */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 100'%3E%3Cpath d='M5 80c8-15 20-25 30-30 10-5 20-2 25 8s-2 22-12 28c-10 6-22 6-28-2' stroke='%232f7a4f' stroke-width='1.5' fill='none' stroke-linecap='round' /%3E%3Cpath d='M30 65c4-3 8-4 10-8 2-4 0-8-3-8s-8 3-10 8c-2 5 0 9 3 8z' fill='%232f7a4f' /%3E%3C/svg%3E");
  background-position:
    left 0 top 5%,
    left -10px top 38%,
    left 10px top 72%,
    left -5px top 90%;
  background-size:
    140px, 120px, 100px, 60px;
}

body::after {
  bottom: 0;
  right: 0;
  width: 180px;
  height: 100%;
  opacity: 0.4;
  background-image:
    /* Ветка 1 — сверху справа */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 180'%3E%3Cpath d='M160 20c-20 30-50 50-90 60-40 10-70 25-80 50' stroke='%23c9a86c' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3Cpath d='M140 45c-8 6-18 8-24 14s-4 12 2 14 14-2 20-10c6-8 8-16 2-18z' fill='%23c9a86c' /%3E%3Cpath d='M115 70c-10 8-22 10-28 18s-2 14 4 14 18-4 24-14c6-10 6-20 0-18z' fill='%23c9a86c' /%3E%3Cpath d='M90 105c-8 6-20 8-26 14-6 6-2 12 4 12s16-4 22-12c6-8 6-16 0-14z' fill='%23c9a86c' /%3E%3C/svg%3E"),
    /* Ветка 2 — середина справа */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 160'%3E%3Cpath d='M145 20c-15 25-40 40-75 50-35 10-55 20-65 40' stroke='%23c9a86c' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M125 40c-6 5-14 6-18 10-4 4-2 10 2 10s10-2 14-8c4-6 4-12 2-12z' fill='%23c9a86c' /%3E%3Cpath d='M105 68c-8 6-18 8-24 14-6 6-2 12 2 12s12-4 18-10c6-6 8-14 4-16z' fill='%23c9a86c' /%3E%3Cpath d='M80 102c-6 4-14 6-18 10-4 4-2 8 2 8s10-2 14-8c4-6 4-10 2-10z' fill='%23c9a86c' /%3E%3C/svg%3E"),
    /* Ветка 3 — внизу справа */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 140'%3E%3Cpath d='M125 20c-12 20-35 30-60 40-25 10-45 20-55 35' stroke='%23c9a86c' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3Cpath d='M110 40c-5 4-12 6-15 10-3 4-1 8 2 8s8-2 12-7c4-5 3-11 1-11z' fill='%23c9a86c' /%3E%3Cpath d='M90 65c-6 5-14 6-18 10-4 4-2 8 1 8s10-2 14-8c4-6 4-11 3-10z' fill='%23c9a86c' /%3E%3C/svg%3E"),
    /* Маленький листочек */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 70'%3E%3Cpath d='M50 10c-6 10-15 16-22 18-7 2-12-1-14-6-2-5 2-12 8-16 6-4 16-4 20 0' stroke='%23c9a86c' stroke-width='1.5' fill='none' stroke-linecap='round' /%3E%3Cpath d='M38 18c3-2 6-3 8-6 2-3 0-6-2-6s-6 2-8 6c-2 4 0 7 2 6z' fill='%23c9a86c' /%3E%3C/svg%3E");
  background-position:
    right 0 top 6%,
    right -10px top 42%,
    right 5px top 78%,
    right 0 top 94%;
  background-size:
    130px, 110px, 90px, 45px;
}

/* ─── Главная и внутренние страницы ─── */
main#top {
  position: relative;
  flex: 1;
  background-color: var(--bg);
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button { font: inherit; cursor: pointer; }

.c-container,
.container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.c-section,
.section {
  padding-block: var(--space-section);
}

/* Внутренние страницы — компактнее между блоками (только вне prose-flow) */
.page-main {
  position: relative;
  flex: 1;
  background-color: var(--bg);
}

.page-main > .container > .section,
.page-main > .container > section.section {
  padding-block: var(--space-section-sm);
}

.page-main > .container > .page-hero + .section,
.page-main > .container > .page-hero + section.section,
.page-main > .container > .page-hero + section {
  padding-top: 0;
}

.page-main > .container > .section:last-of-type {
  padding-bottom: 0;
}

/* prose-flow — ритм только через gap, без section-padding */
.page-main .prose-flow > section,
.page-main .prose-flow > .section,
.page-main .prose-flow > .about-split {
  padding-block: 0;
}

/* od-block — без section-padding (важнее правил page-main > .section) */
.page-main > .container > .section.od-block,
.page-main > .container > section.section.od-block {
  padding-block: 0;
}

/* Ритм между блоками на страницах с hero-first (без prose-flow) */
.page-main > .container > .hero-first + .section,
.page-main > .container > section.hero-first + section.section {
  margin-top: var(--space-block);
}

.page-main > .container > .section.od-block + .section.od-block,
.page-main > .container > section.section.od-block + section.section.od-block {
  margin-top: var(--space-block);
}

.c-button,
.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding-inline: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}

.c-button:hover,
.btn:hover { transform: translateY(-2px); }

.c-button:focus-visible,
.btn:focus-visible {
  outline: 3px solid rgba(47, 122, 79, 0.35);
  outline-offset: 3px;
}

.c-button--accent,
.btn-accent,
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 24px rgba(47, 122, 79, 0.28);
}

.c-button--accent:hover,
.btn-accent:hover,
.btn-primary:hover {
  background: #256b42;
}

.c-button--outline,
.btn-outline,
.btn-secondary {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}

.c-footer,
.site-footer {
  background: var(--primary);
  color: var(--header-text);
}

.c-cta .cta-panel { isolation: isolate; }

[data-motion="fade-down"] { animation: fadeDown 0.55s both; }

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

.eyebrow,
.tag,
.pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--accent-soft);
  color: var(--accent);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-wrap: balance;
  color: var(--ink);
}

h1 { font-size: clamp(32px, 4.5vw, 48px); }
h2 { font-size: clamp(26px, 3.2vw, 38px); }

h3 {
  margin: 0;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.3;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-weight: 700;
  color: var(--ink);
}

p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 16px; }
.lead { font-size: clamp(17px, 2vw, 20px); max-width: 660px; line-height: 1.65; color: var(--muted); }

/* Display — только главный hero */
.hero--home h1,
main#top > section.hero h1 {
  font-size: clamp(36px, 5.5vw, 58px);
  line-height: 1.08;
}

.section-heading h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.page-hero h1 {
  font-size: clamp(30px, 4.5vw, 44px);
  line-height: 1.1;
  margin-top: 12px;
}

.product-summary h1,
.article-header h1 {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--primary);
  color: var(--header-text);
  box-shadow: 0 4px 24px rgba(15, 36, 25, 0.15);
}

.header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 60px;
  padding: 4px max(16px, calc((100vw - 1180px) / 2));
  max-width: 100%;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.header-brand-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.header-slogan {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--secondary);
  white-space: nowrap;
  line-height: 1.2;
}

.header-hours {
  font-size: 11px;
  color: rgba(238, 245, 239, 0.6);
  white-space: nowrap;
  line-height: 1.2;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.header-contact-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}

.header-email {
  font-size: 11px;
  color: rgba(238, 245, 239, 0.6);
  white-space: nowrap;
}

.c-header { position: sticky; top: 0; z-index: 50; }

.brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  min-width: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.12);
  padding: 6px;
}

.brand span strong {
  color: var(--header-text);
  font-size: 15px;
  white-space: nowrap;
}

.brand small {
  display: none;
}

.main-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-wrap: nowrap;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.main-nav .nav-dropdown {
  display: flex;
  align-items: center;
}

.nav-extra {
  display: none;
}

.main-nav > a,
.main-nav .nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border-radius: 6px;
  padding: 8px 10px;
  color: rgba(238, 245, 239, 0.82);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.2s;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.header-phone {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--header-text);
}

.header-phone:hover { color: var(--secondary); }

.nav-toggle {
  display: none;
  flex-shrink: 0;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--header-text);
  font-weight: 700;
  font-size: 14px;
}

.brand span strong { font-size: 15px; white-space: nowrap; }
.brand small { display: none; }


.main-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-wrap: nowrap;
  min-width: 0;
}

.header-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.site-header .c-button,
.site-header .btn {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 13px;
}

.nav-toggle {
  display: none;
  flex-shrink: 0;
  margin-left: auto;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--header-text);
  font-weight: 700;
  font-size: 14px;
}

.site-header .btn-outline,
.site-header .c-button--outline {
  border-color: rgba(255, 255, 255, 0.25);
  background: transparent;
  color: var(--header-text);
}

.site-header .btn-accent,
.site-header .c-button--accent {
  background: var(--accent);
  color: #fff;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  padding-top: 64px;
}

.hero-copy { align-self: center; }
.hero-copy p { max-width: 660px; margin-top: 28px; font-size: clamp(18px, 2vw, 22px); }

.hero-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-slider-track {
  display: flex;
  height: 100%;
  min-height: inherit;
  transition: transform 0.5s ease;
}

.hero-slide {
  flex: 0 0 100%;
  min-width: 0;
  position: relative;
  height: 100%;
  min-height: inherit;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

@media (min-width: 1041px) {
  .hero .hero-slider-dots {
    grid-column: 2;
    justify-content: center;
  }
}

.slider-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2.5px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition: 0.2s;
  padding: 0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.slider-dot.is-active {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.2);
}

.gallery figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(15, 36, 25, 0.75), rgba(15, 36, 25, 0.05), transparent);
}

.hero-stats {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--header-text);
  padding: 18px;
  backdrop-filter: blur(18px);
}

.hero-stats strong {
  display: block;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 34px;
}

.hero-stats span { font-size: 13px; font-weight: 700; }

.section-heading {
  max-width: 760px;
  margin: 0 auto var(--space-block);
  text-align: center;
}

.section-heading.left {
  margin-inline: 0;
  text-align: left;
}

.section-heading h2 { margin-top: var(--space-after-eyebrow); }
.section-heading p { margin-top: var(--space-after-heading); font-size: 17px; }

/* Ритм заголовков в контенте */
.eyebrow + h1,
.eyebrow + h2,
p.eyebrow + h1,
p.eyebrow + h2,
span.eyebrow + h1,
span.eyebrow + h2 {
  margin-top: var(--space-after-eyebrow);
}

h1 + .lead,
h2 + .lead,
h2 + p.lead {
  margin-top: var(--space-after-heading);
}

.lead + p,
h2 + p:not(.lead):not(.eyebrow) {
  margin-top: var(--space-after-heading);
}

.category-grid,
.review-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}

.category-card,
.bento-card,
.review-card,
.product-card,
.lead-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.category-card,
.bento-card,
.review-card {
  padding: 28px;
  transition: 0.3s;
}

.category-card:hover,
.bento-card:hover,
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 90px rgba(15, 36, 25, 0.1);
}

.category-card p,
.bento-card p { margin-top: 16px; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: var(--space-block);
}

.product-card {
  overflow: hidden;
  transition: 0.35s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card > a:first-of-type,
.product-card > img:first-child,
.product-card-media { 
  flex-shrink: 0; 
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
  color: inherit;
  background: var(--surface);
}

.product-card img { 
  height: 230px; 
  width: 100%; 
  object-fit: contain; 
  background: #f0f3f0;
  vertical-align: top;
}

/* Product slider — for "popular models" on main page */
.product-slider-section {
  position: relative;
}

.product-slider-viewport {
  overflow: hidden;
  isolation: isolate;
}

.product-slider-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.product-slider-track > .product-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  margin-right: 0;
  align-self: stretch;
  height: auto;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.product-slider-track > .product-card .product-card-media {
  border-radius: var(--radius) var(--radius) 0 0;
}

.product-slider-track > .product-card img {
  object-fit: cover;
  background: var(--surface);
  display: block;
}

.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-badges .pill,
.product-badges .tag {
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.product-badges .pill-hit {
  background: #d4452a;
  color: #fff;
}

.product-badges .pill-recommend {
  background: var(--accent);
  color: #fff;
}

.product-badges .pill-new {
  background: var(--secondary);
  color: var(--primary);
}

.product-slider-track > .product-card > div {
  flex: 1;
  min-height: 0;
}

.product-slider-track > .product-card h3 {
  min-height: 2.75em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 4px;
  width: 100%;
}

.product-slider-track > .product-card:hover {
  transform: none;
  box-shadow: 0 12px 36px rgba(15, 36, 25, 0.1);
}

.product-slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  transition: 0.2s;
  cursor: pointer;
}

.product-slider-btn:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.product-slider-btn[disabled] {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .product-slider-track > .product-card {
    flex: 0 0 calc((100% - 18px) / 2);
  }
}

@media (max-width: 720px) {
  .product-slider-track {
    gap: 0;
  }

  .product-slider-track > .product-card {
    flex: 0 0 100%;
  }
  
  .product-card img { height: 200px; }
}

.product-card > div,
.product-card-body {
  padding: 22px;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  flex: 1;
  gap: 10px;
  min-height: 0;
  align-content: start;
}

.product-meta,
.product-card > div > dl {
  align-self: start;
}

[data-product-card][hidden] { display: none !important; }
.product-grid [data-product-card][hidden] { display: none !important; }

.product-card h3 { margin-top: 0; }

.product-card h2,
.product-card h3,
h2.h3 {
  margin: 0;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-wrap: pretty;
}
.product-card p { margin-top: 0; font-size: 14px; }

.product-card .product-details {
  margin-top: 14px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.product-card .product-details summary {
  cursor: pointer;
  color: var(--accent);
  font-weight: 800;
  font-size: 13px;
  list-style: none;
}

.product-card .product-details summary::-webkit-details-marker { display: none; }

.product-card .specs-table {
  width: 100%;
  margin: 12px 0;
  font-size: 13px;
  border-collapse: collapse;
}

.product-card .specs-table th {
  text-align: left;
  color: var(--muted);
  font-weight: 600;
  padding: 4px 8px 4px 0;
  width: 42%;
}

.product-card .checklist {
  margin: 10px 0 0;
  padding-left: 18px;
  font-size: 13px;
  color: var(--muted);
}

.product-card .product-actions {
  margin-top: 0;
  padding-top: 0;
  align-self: stretch;
}

dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0;
}

dt { color: var(--muted); font-size: 12px; }
dd { margin: 2px 0 0; font-weight: 800; font-size: 13px; color: var(--ink); }
dl div { border-radius: 16px; background: var(--accent-soft); padding: 10px; }

.product-card > div > strong,
.product-card-body > .product-price,
.product-price {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
  align-self: start;
}

.product-price small { font-size: 14px; font-weight: 700; }

.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bento-card span,
.timeline span { color: var(--accent); font-weight: 900; }
.bento-card h3 { margin-top: 12px; }

.gallery-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 16px; }

/* Главная — компактная галерея «О компании» */
section.gallery {
  padding-block: clamp(32px, 4vw, 56px);
}

section.gallery .section-heading {
  margin-bottom: 28px;
}

section.gallery .section-heading h2 {
  margin-top: 12px;
  font-size: clamp(24px, 3vw, 34px);
}

section.gallery .section-heading p {
  margin-top: 12px;
  font-size: 16px;
  max-width: 560px;
  margin-inline: auto;
}

section.gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: min(340px, 52vw);
  max-height: 340px;
}

section.gallery .gallery-grid figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #ddd;
}

section.gallery .gallery-grid figure.wide {
  grid-row: 1 / -1;
  min-height: 0;
}

section.gallery .gallery-grid .gallery-tile-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--header-text);
  text-decoration: none;
}

section.gallery .gallery-grid .gallery-tile-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.gallery .gallery-grid .gallery-tile-link:hover figcaption {
  color: var(--secondary);
}

section.gallery .gallery-grid figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  color: var(--header-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.gallery figure {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  margin: 0;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: #ddd;
}

.gallery figure.wide { grid-row: span 2; min-height: 560px; }

.gallery figcaption {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  color: var(--header-text);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--space-block);
  align-items: center;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 44px);
  align-items: center;
}

.about-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 52ch;
}

.about-copy .eyebrow {
  margin: 0 0 var(--space-after-eyebrow);
}

.about-copy h1,
.about-copy h2 {
  margin: 0 0 18px;
}

.about-copy p {
  margin: 0;
  line-height: 1.7;
}

.about-copy p + p {
  margin-top: 14px;
}

.about-copy .row,
.about-copy > .btn {
  margin-top: 24px;
}

.about-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  min-height: 280px;
}

.about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prose-flow > .about-split,
.prose-flow > section.about-split {
  padding-bottom: var(--space-stack);
}

.about-copy .checklist {
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.timeline { display: grid; gap: 14px; }
.timeline div {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  padding: 24px;
}

.timeline h3 { margin-top: 8px; }
.timeline p { margin-top: 8px; }

.review-card p { color: var(--ink); font-size: 17px; flex: 1; }
.review-card { display: flex; flex-direction: column; }
.review-card p:last-of-type { margin-bottom: auto; }
.review-card cite {
  display: block;
  margin-top: 24px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.faq { max-width: 900px; margin-inline: auto; }

.faq-list {
  max-width: 100%;
}

.faq-item {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-item > summary {
  padding: 22px 26px;
  margin: 0;
}

.faq-item > :not(summary) {
  padding: 0 26px 22px;
  margin: 0;
}

.faq-item[open] > summary {
  padding-bottom: 12px;
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  list-style: none;
  color: var(--ink);
}

summary::-webkit-details-marker { display: none; }

.faq-item > :not(summary) p {
  margin: 0;
}

.faq-item > :not(summary) p + p {
  margin-top: 14px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.blog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.blog-card img { 
  height: 200px; 
}

@media (min-width: 1041px) {
  .blog-grid .blog-card img {
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
  }
}
.blog-card-body { padding: 22px; }
.blog-card-body .meta {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.blog-card-body h3 { margin-top: 10px; }
.blog-card-body p { margin-top: 10px; font-size: 14px; }

.cta-panel {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: var(--space-block);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--primary);
  color: var(--header-text);
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 30px 120px rgba(15, 36, 25, 0.16);
  position: relative;
  align-items: stretch;
}

.cta-panel > div:last-child {
  display: flex;
  flex-direction: column;
}

.cta-panel > div:last-child .lead-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-decor {
  position: relative;
}

.cta-decor-svg {
  position: absolute;
  pointer-events: none;
  opacity: 0.6;
}

.cta-decor-1 {
  top: -40px;
  right: -20px;
  width: 160px;
  height: 160px;
  transform: rotate(15deg);
}

.cta-decor-2 {
  bottom: 10px;
  left: -30px;
  width: 100px;
  height: 100px;
  transform: rotate(-10deg);
}

.cta-decor-3 {
  bottom: 40%;
  right: 10%;
  width: 80px;
  height: 80px;
}

.cta-panel h2 { color: var(--header-text); }

.cta-panel::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 122, 79, 0.15), transparent 70%);
  pointer-events: none;
}

.cta-panel::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 108, 0.1), transparent 70%);
  pointer-events: none;
}

.cta-panel p { margin-top: 22px; color: rgba(255, 248, 237, 0.72); }
.cta-panel .eyebrow {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--secondary);
}

.contact-lines {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.contact-lines li strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 248, 237, 0.52);
  margin-bottom: 4px;
}

.contact-lines a:hover { color: var(--secondary); }

.contacts-map {
  margin-top: 24px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.contacts-map iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}

.lead-form {
  display: grid;
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.04);
  padding: clamp(20px, 3vw, 32px);
  border-radius: 20px;
}

.lead-form .field label,
label.field-label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 248, 237, 0.6);
}

.input,
.textarea,
.lead-form input:not([type="checkbox"]):not([type="hidden"]),
.lead-form textarea {
  width: 100%;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--header-text);
  padding: 14px 16px;
  font: inherit;
  outline: none;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}

.input::placeholder,
.textarea::placeholder,
.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 248, 237, 0.35);
  font-weight: 400;
}

.input:focus,
.textarea:focus,
.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--secondary);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(201, 168, 108, 0.08);
}

.cta-panel .input,
.cta-panel .textarea,
.cta-panel .lead-form input:not([type="checkbox"]):not([type="hidden"]),
.cta-panel .lead-form textarea {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: var(--header-text);
}

.cta-panel .lead-form .btn-primary {
  width: 100%;
  padding: 16px 24px;
  font-size: 15px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent) 0%, #3a8f5c 100%);
  box-shadow: 0 8px 24px rgba(47, 122, 79, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.cta-panel .lead-form .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(47, 122, 79, 0.4);
}

.checkbox-field {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 248, 237, 0.7);
  line-height: 1.4;
}

.checkbox-field a { text-decoration: underline; }
.checkbox-field input { margin-top: 3px; flex-shrink: 0; }

.lead-form-message { font-size: 14px; font-weight: 700; margin: 0; }
.lead-form-message.is-success { color: #b8e6c8; }
.lead-form-message.is-error { color: #ffb4b4; }

.field-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer { padding: 48px 0; }

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-grid .brand img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.12);
  padding: 8px;
}

.footer-grid p {
  max-width: 430px;
  margin-top: 12px;
  color: rgba(255, 248, 237, 0.62);
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(255, 248, 237, 0.72);
}

.footer-grid nav a:hover { color: var(--header-text); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  color: rgba(255, 248, 237, 0.52);
}

.privacy-section {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.privacy-section h2 { margin-bottom: 20px; }

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 20px;
}

.lead-modal[hidden] { display: none; }

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 36, 25, 0.55);
  backdrop-filter: blur(4px);
}

.lead-modal-dialog {
  position: relative;
  width: min(100%, 460px);
  max-height: 90vh;
  overflow: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 28px;
  box-shadow: 0 30px 120px rgba(15, 36, 25, 0.16);
}

.lead-modal-dialog h2 {
  font-size: clamp(28px, 4vw, 36px);
  margin: 0 0 8px;
}

.lead-modal-desc {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.lead-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  font-size: 22px;
  line-height: 1;
  color: var(--muted);
}

.lead-modal-close:hover { color: var(--ink); }

.lead-modal-dialog .lead-form {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}

.lead-modal-dialog .input,
.lead-modal-dialog .textarea,
.lead-modal-dialog .lead-form input:not([type="checkbox"]):not([type="hidden"]),
.lead-modal-dialog .lead-form textarea {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.lead-modal-dialog .checkbox-field { color: var(--muted); }

.lead-modal-dialog .lead-form .field label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.lead-modal-open { overflow: hidden; }

.reveal { animation: rise 0.8s both; }
.delay-1 { animation-delay: 0.08s; }
.delay-2 { animation-delay: 0.16s; }
.delay-3 { animation-delay: 0.24s; }

@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── Внутренние страницы ───────────────────────────────────────── */
.catalog-section { padding-block: clamp(24px, 3vw, 40px); }
.catalog-section > .container { padding-bottom: clamp(32px, 4vw, 48px); }

.page-main.catalog-section:has(.prose-flow) {
  padding-block: var(--space-section-sm) 0;
}

.page-main.catalog-section:has(.prose-flow) > .container {
  padding-bottom: var(--space-block);
}

.page-main.catalog-section:has(.prose-flow) .prose-flow {
  padding-bottom: 0;
}

.breadcrumbs,
.c-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-block: 4px 16px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumbs a:hover { color: var(--ink); }
.breadcrumbs [aria-current="page"] { color: var(--ink); }

.blog-index-head { max-width: 760px; margin-bottom: 48px; }
.blog-index-head .lead { margin-top: 20px; font-size: 18px; }
.page-hero { max-width: 760px; margin-bottom: var(--space-block); padding-bottom: 0; }
.page-hero .eyebrow { margin-bottom: 0; }
.page-hero .lead { margin-top: var(--space-after-heading); }

/* ─── Open-design: контентные блоки ─────────────────────────────── */
.prose-flow,
.od-content {
  display: grid;
  gap: var(--space-block);
  padding-bottom: var(--space-block);
}

.prose-flow > .section,
.prose-flow > section,
.od-block {
  padding-block: 0;
}

.prose-flow .about-copy p + p,
.prose-flow .about-copy .lead + p { margin-top: 14px; }

.prose-flow > section > h2,
.od-block > h2 {
  margin-bottom: var(--space-after-heading);
}

.stack { display: grid; gap: var(--space-stack); }

.row-between + .product-grid,
.stack > .product-grid {
  margin-top: var(--space-stack);
}

.delivery-grid,
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.advantages-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.advantage-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  transition: transform 0.3s, box-shadow 0.3s;
}

.advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(15, 36, 25, 0.12);
}

.advantage-card .num,
.advantage-card p.num {
  margin: 0 0 12px;
  color: var(--accent);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.advantage-card h3 { margin-top: 0; }
.advantage-card p { margin-top: 12px; font-size: 15px; }

.delivery-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.delivery-step {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.delivery-step h3 { margin-top: 0; color: var(--accent); font-size: 15px; text-transform: uppercase; letter-spacing: 0.06em; }
.delivery-step p { margin-top: 10px; font-size: 15px; }

.production-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.production-gallery figure { margin: 0; }

.production-photo {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  background: #ddd;
}

.production-gallery figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}

.team-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.team-gallery img {
  border-radius: 20px;
  border: 1px solid var(--line);
  aspect-ratio: 1;
  box-shadow: var(--shadow);
}

.article-content {
  max-width: 100%;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.article-content h2 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: clamp(22px, 3vw, 28px);
}

.article-content h2:first-child { margin-top: 0; }
.article-content p + p { margin-top: 14px; }

.hero-first {
  padding-bottom: var(--space-block);
  border-bottom: 1px solid var(--line);
  margin-bottom: var(--space-stack);
}

.hero-first-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-block);
  align-items: end;
  margin-bottom: var(--space-stack);
}

.project-hero-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-block);
  align-items: start;
}

.hero-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-slider-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--surface);
}

.hero-slider-track {
  display: flex;
  width: 100%;
  transition: transform 0.4s ease;
}

.hero-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
}

.hero-slide-media { aspect-ratio: 4 / 3; }

.hero-slide-copy {
  padding: 20px 24px 24px;
  background: var(--surface);
}

.hero-slide-copy h2,
.hero-slide-copy h3 {
  margin-top: 8px;
  font-size: clamp(20px, 2.5vw, 24px);
}

.hero-slide-copy p { margin-top: 8px; font-size: 14px; }

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 4px;
}

.slider-btn {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
  font-size: 13px;
}

.slider-dots { display: flex; gap: 8px; }
.slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: var(--line);
}

.slider-dots button.is-active { background: var(--accent); width: 24px; }

.project-hero-advantages {
  display: grid;
  gap: 12px;
}

.project-hero-advantage {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}

.project-hero-advantage strong {
  display: block;
  font-size: 15px;
  color: var(--ink);
}

.project-hero-advantage span { font-size: 14px; color: var(--muted); }

.contacts-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.contacts-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.contacts-list li {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}

.contacts-list strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.contacts-map {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 420px;
}

.contacts-map iframe { display: block; width: 100%; height: 420px; border: 0; }

.row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-arrow::after { content: " →"; }

.pill {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid rgba(47, 122, 79, 0.2);
}

.pill-hit { background: rgba(47, 122, 79, 0.18); color: #1a4d32; }

.nav-dropdown { position: relative; }
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border-radius: 6px;
  padding: 8px 10px;
  color: rgba(238, 245, 239, 0.82);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.nav-dropdown-trigger:hover,
.nav-dropdown-trigger.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow);
  z-index: 60;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}
.nav-dropdown-menu a:hover { background: var(--accent-soft); color: var(--ink); }

.product-card-body p { margin: 0; font-size: 14px; }
.product-card .product-actions,
.product-actions { display: flex; flex-wrap: wrap; gap: 10px; }

a.bento-card,
a.blog-card { color: inherit; display: block; }
a.bento-card:hover,
a.blog-card:hover { color: inherit; }

.bento-card h3 a,
.product-card h3 a,
.gallery figcaption a,
.gallery .gallery-tile-link { color: inherit; text-decoration: none; }
.gallery figcaption a:hover,
.gallery .gallery-tile-link:hover figcaption { color: var(--secondary); }

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-self: center;
}

.footer-grid nav strong {
  display: block;
  margin-bottom: 12px;
  color: var(--header-text);
}

.footer-contacts {
  margin-top: 16px;
  line-height: 1.8;
  color: rgba(255, 248, 237, 0.72);
}

.footer-contacts a:hover { color: var(--header-text); }

.contacts-form-wrap,
.contacts-form-grid,
.contacts-layout,
.contacts-info,
.contacts-list,
.contacts-map-wrap { margin-top: 32px; }

.contacts-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.contacts-form-grid .lead-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.contacts-form-grid .input,
.contacts-form-grid .textarea,
.contacts-form-grid .lead-form input:not([type="checkbox"]):not([type="hidden"]),
.contacts-form-grid .lead-form textarea {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.contacts-form-grid .checkbox-field { color: var(--muted); }

.page-content { max-width: 760px; }
.page-content p + p { margin-top: 16px; }

.specs-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 16px 0; }
.specs-table th,
.specs-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; }
.specs-table th { color: var(--muted); font-weight: 600; width: 38%; }

.checklist { margin: 16px 0; padding-left: 20px; color: var(--muted); line-height: 1.8; }

@media (max-width: 920px) {
  .contacts-form-grid { grid-template-columns: 1fr; }
}

/* ─── Каталог, товар, блог ──────────────────────────────────────── */
.catalog-head { max-width: 760px; margin-bottom: 32px; }
.catalog-head .lead { margin-top: 16px; }

.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

.filter-field {
  display: grid;
  gap: 6px;
  min-width: 140px;
}

.filter-field label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.filter-field select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 10px 14px;
  font: inherit;
  color: var(--ink);
}

.catalog-count { font-size: 14px; font-weight: 700; color: var(--muted); margin: 0; }

.page-main.catalog-section > .container > .product-grid + section.section {
  margin-top: var(--space-section);
  padding-top: var(--space-section-sm);
}

.product-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 48px;
}

.product-gallery-main {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  background: #ddd;
}

.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; }

.product-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.product-gallery-thumb {
  width: 72px;
  height: 54px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 12px;
  background: none;
  cursor: pointer;
}

.product-gallery-thumb.is-active { border-color: var(--accent); }
.product-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }

.product-summary .lead { margin-top: 12px; }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.product-summary-actions,
.product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.product-buy-form { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.product-buy-form .lead-form,
.product-summary .lead-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}

.product-buy-form .input,
.product-buy-form .textarea,
.product-summary .lead-form input:not([type="checkbox"]):not([type="hidden"]),
.product-summary .lead-form textarea {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.product-block { margin-top: 48px; }
.product-block h2 { font-size: clamp(28px, 4vw, 40px); margin-bottom: 16px; }

.product-cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.complect-list { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.8; }

.similar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.blog-article { max-width: 100%; }
.blog-article h1 { font-size: clamp(36px, 7vw, 56px); line-height: 1.05; margin-bottom: 16px; }
.blog-article .meta { margin-bottom: 24px; }
.blog-article img { border-radius: 24px; margin: 24px 0; }
.blog-article h2 { font-size: clamp(24px, 4vw, 32px); margin: 32px 0 12px; }
.blog-article p + p { margin-top: 16px; }

.article-page { padding-block: clamp(32px, 5vw, 64px); }
.article-page > .container { padding-bottom: clamp(48px, 8vw, 96px); }
.article-header { max-width: 100%; margin-bottom: 32px; }
.article-header .eyebrow { margin-bottom: 8px; }
.article-header h1 { margin-top: 8px; }
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}
.article-cover {
  margin: 0 0 32px;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  aspect-ratio: 2 / 1;
}
.article-cover img { height: 100%; object-fit: cover; }
.article-page .article-content {
  max-width: 100%;
  margin-bottom: 48px;
}
.article-page .article-content h2 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(24px, 3vw, 32px);
}
.article-page .article-content p { font-size: 17px; }
.article-page .article-content ul,
.article-page .article-content ol {
  margin: 16px 0;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.75;
}
.article-footer-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stat-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  text-align: center;
}

.stat-card strong {
  display: block;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--accent);
  line-height: 1.1;
  margin-bottom: 8px;
}

.team-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.team-gallery img { border-radius: 20px; aspect-ratio: 1; }

.reviews-slider { overflow: hidden; }
.reviews-track { display: flex; transition: transform 0.35s ease; }
.reviews-page { min-width: 100%; display: grid; gap: 16px; }

.btn-ghost {
  background: none;
  border: none;
  color: var(--accent);
  font-weight: 800;
  padding: 0;
  min-height: auto;
}

.topnav-contacts { display: none !important; }

/* ─── Мобильная адаптация ───────────────────────────────────────── */
@media (max-width: 1280px) {
  /* ===== Burger menu for all screens ≤1280px ===== */
  .header-main-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    min-height: 56px;
  }

  .site-header .main-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    order: 5;
    width: 100vw;
    margin-left: calc(-16px);
    position: static;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden;
    transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease;
    padding: 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow);
    background: rgba(15, 36, 25, 0.98);
    -webkit-overflow-scrolling: touch;
  }

  .main-nav.is-open {
    max-height: 80vh;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    overflow-y: auto;
    padding: 12px 16px;
  }

  .main-nav.is-open .nav-extra {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 8px;
  }

  .nav-extra-email {
    font-size: 13px;
    color: rgba(238, 245, 239, 0.72);
    text-align: center;
  }

  .nav-extra .c-button--accent {
    width: 100%;
    justify-content: center;
  }

  .brand { flex: 1; min-width: 0; }
  .brand img { width: 48px; height: 48px; padding: 8px; }

  .header-brand-info { display: none; }

  .header-right {
    gap: 6px;
    flex: 1;
    justify-content: flex-end;
  }

  .header-right .c-button--outline { display: none; }

  .nav-toggle,
  .header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
    min-height: 44px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--header-text);
  }

  .nav-toggle:hover,
  .header-phone:hover { color: var(--secondary); }

  .nav-toggle { margin-left: auto; }

  .header-contact-group {
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }

  .header-email { display: none; }

  .header-right .c-button--accent { display: none; }

  .main-nav > a,
  .nav-dropdown-trigger {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    color: rgba(238, 245, 239, 0.85);
  }

  .main-nav > a:hover,
  .main-nav > a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  .nav-dropdown { width: 100%; }

  .nav-dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    margin: 4px 0 8px;
    padding: 4px;
    box-shadow: none;
    border: none;
    background: var(--accent-soft);
    border-radius: 14px;
  }

  .nav-dropdown.is-open .nav-dropdown-menu { display: block; }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu { display: none; }

  .nav-dropdown.is-open:focus-within .nav-dropdown-menu,
  .nav-dropdown.is-open .nav-dropdown-menu { display: block; }

  body.nav-open { overflow: hidden; }
}

@media (max-width: 1040px) {
  .hero--home h1,
  main#top > section.hero h1 {
    font-size: clamp(36px, 8vw, 56px);
  }

  .site-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    min-height: 64px;
  }

  .brand { flex: 1; min-width: 0; }
  .brand span strong { font-size: 16px; display: block; line-height: 1.15; }

  /*
   * Burger-menu header nav is handled at <=1280px above.
   * At <=1040px we only adjust layouts.
   */

  .hero,
  .split,
  .cta-panel,
  .about-split,
  .product-layout,
  .contacts-form-grid,
  .contacts-layout,
  .hero-first-head,
  .project-hero-layout,
  .similar-grid { grid-template-columns: 1fr; }

  .delivery-grid,
  .delivery-steps,
  .production-gallery { grid-template-columns: 1fr 1fr; }

  .product-grid,
  .bento-grid { grid-template-columns: repeat(2, 1fr); }

  .blog-grid { grid-template-columns: repeat(2, 1fr); }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .team-gallery { grid-template-columns: 1fr 1fr; }

  .catalog-filters { width: 100%; }
  .filter-field { flex: 1 1 calc(50% - 6px); min-width: 0; }
}

@media (max-width: 720px) {
  .container,
  .c-container { width: min(100% - 20px, 1180px); }

  .section,
  .c-section { padding-block: var(--space-section-sm); }

  h1 { font-size: clamp(34px, 10vw, 48px); line-height: 1.02; }
  h2 { font-size: clamp(28px, 8vw, 36px); line-height: 1.05; }
  h3 { font-size: 20px; }

  .site-header { min-height: 60px; }

  .brand img { width: 38px; height: 38px; }
  .brand small { display: none; }

  .hero { padding-top: 24px; gap: 24px; }
  .hero-image { min-height: 280px; border-radius: 24px; }
  .hero-stats { grid-template-columns: 1fr; left: 12px; right: 12px; bottom: 12px; padding: 14px; }
  .hero-stats strong { font-size: 28px; }

  .actions { flex-direction: column; margin-top: 24px; }
  .actions .btn,
  .actions .c-button { width: 100%; }

  .category-grid,
  .review-grid,
  .reviews-grid,
  .bento-grid,
  .gallery-grid,
  .similar-grid,
  .stats-grid,
  .team-gallery,
  .delivery-grid,
  .delivery-steps,
  .production-gallery,
  .advantages-grid { grid-template-columns: 1fr; }

  .product-grid,
  .blog-grid { grid-template-columns: 1fr 1fr; }

  .gallery figure.wide { grid-row: auto; min-height: 200px; }

  section.gallery .gallery-grid {
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  section.gallery .gallery-grid figure {
    aspect-ratio: 16 / 10;
    max-height: 220px;
  }

  section.gallery .gallery-grid figure.wide {
    grid-row: auto;
    max-height: 240px;
  }

  section.gallery .gallery-grid figure img {
    height: 100%;
  }

  .gallery figcaption { font-size: 20px; left: 16px; bottom: 16px; }

  .product-card .product-actions,
  .product-summary-actions { flex-direction: column; }
  .product-card .product-actions .btn,
  .product-summary-actions .btn { width: 100%; }

  .product-gallery-thumbs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .product-gallery-thumb { flex: 0 0 72px; }

  .catalog-toolbar { flex-direction: column; align-items: stretch; }
  .catalog-filters { flex-direction: column; }
  .filter-field { flex: 1 1 100%; width: 100%; }
  .catalog-filters .btn { width: 100%; }

  .specs-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .specs-table th { width: 42%; min-width: 120px; }

  .faq-item > summary,
  .faq-item > :not(summary) {
    padding: 16px 18px;
  }

  summary { font-size: 16px; padding-right: 8px; }

  .cta-panel { border-radius: 28px; padding: 24px 20px; }
  .cta-actions { width: 100%; }
  .cta-actions .btn { width: 100%; }

  .lead-modal { padding: 12px; align-items: flex-end; }
  .lead-modal-dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 24px 24px 0 0;
    padding: 24px 20px calc(20px + env(safe-area-inset-bottom));
  }

  .footer-grid { flex-direction: column; gap: 24px; }
  .footer-grid nav { flex-direction: column; gap: 10px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  .product-cta-box { flex-direction: column; align-items: stretch; }
  .product-cta-box .row { flex-direction: column; }
  .product-cta-box .btn { width: 100%; }

  .about-photo { min-height: 240px; border-radius: 24px; }

  .breadcrumbs { font-size: 12px; gap: 6px; }

  .blog-article img { border-radius: 16px; }
}

@media (max-width: 380px) {
  .header-right { flex-wrap: wrap; }
  .header-phone { width: 100%; text-align: center; }
}

@media (hover: none) {
  .c-button:hover,
  .btn:hover,
  .product-card:hover,
  .bento-card:hover,
  .category-card:hover { transform: none; }
}
