:root {
  --leaf-950: #06351f;
  --leaf-800: #087143;
  --leaf-700: #0b8d50;
  --leaf-500: #20bd69;
  --leaf-200: #afe8c2;
  --leaf-100: #e8faee;
  --mint-50: #f7fff6;
  --blue: #1e55a8;
  --red: #e43b45;
  --red-700: #bd2632;
  --red-100: #fff0f1;
  --ink: #10291b;
  --muted: #52685a;
  --line: #cfe8d6;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(8, 113, 67, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #effbef;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

main {
  overflow: hidden;
  background: linear-gradient(180deg, #f8fff6 0%, #eaf9ed 42%, #ffffff 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(174px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 54px);
  border-bottom: 1px solid rgba(8, 113, 67, 0.18);
  background: rgba(250, 255, 249, 0.92);
  box-shadow:
    0 14px 30px rgba(8, 113, 67, 0.1),
    inset 0 -2px 0 rgba(228, 59, 69, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  min-width: 0;
}

.brand-logo {
  width: auto;
  max-width: 190px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  width: 48px;
  height: 28px;
  align-items: center;
}

.brand-mark span {
  width: 28px;
  height: 18px;
  border: 6px solid var(--leaf-700);
  border-radius: 999px;
}

.brand-mark span:last-child {
  margin-left: -8px;
  border-color: var(--blue);
}

.brand-mark::after {
  position: absolute;
  left: 23px;
  top: 2px;
  width: 4px;
  height: 24px;
  border-radius: 10px;
  background: var(--red);
  content: "";
}

.brand strong,
.brand small {
  display: block;
  letter-spacing: 0;
  line-height: 1.02;
}

.brand strong {
  color: var(--leaf-800);
  font-size: 15px;
  font-weight: 800;
}

.brand small {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-nav a {
  position: relative;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--leaf-800);
  font-size: 14px;
  font-weight: 800;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  background: linear-gradient(135deg, var(--leaf-800), var(--leaf-700));
  color: var(--white);
  box-shadow:
    0 8px 18px rgba(8, 113, 67, 0.22),
    inset 0 -3px 0 rgba(228, 59, 69, 0.72);
  outline: none;
}

.mobile-telegram {
  display: none;
}

.mobile-telegram svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.header-call {
  width: max-content;
  padding: 11px 15px;
  border: 1px solid rgba(228, 59, 69, 0.3);
  border-radius: 8px;
  background: var(--red-100);
  color: var(--red-700);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(20, 84, 53, 0.08);
}

.header-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 10px;
}

.language-switcher,
.mobile-language-switcher {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid rgba(29, 113, 70, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.language-switcher a,
.mobile-language-switcher a {
  display: grid;
  min-width: 30px;
  min-height: 30px;
  place-items: center;
  border-radius: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a.active,
.mobile-language-switcher a:hover,
.mobile-language-switcher a:focus-visible,
.mobile-language-switcher a.active {
  background: var(--leaf-800);
  color: var(--white);
  outline: none;
}

.mobile-language-switcher {
  display: none;
}

.telegram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(29, 113, 70, 0.17);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--leaf-800);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(20, 84, 53, 0.08);
}

.telegram-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.telegram-link:hover,
.telegram-link:focus-visible {
  background: #229ed9;
  color: var(--white);
  outline: none;
}

.header-call:hover,
.header-call:focus-visible {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
  outline: none;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 42px;
  place-items: center;
  gap: 4px;
  padding: 0;
  border: 1px solid rgba(29, 113, 70, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(20, 84, 53, 0.08);
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 10px;
  background: var(--leaf-800);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

body.menu-open .menu-toggle span:first-child {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(34px, 7vw, 94px) clamp(16px, 5vw, 76px) 40px;
  background:
    linear-gradient(90deg, rgba(205, 241, 214, 0.96) 0%, rgba(216, 246, 222, 0.88) 34%, rgba(232, 250, 234, 0.5) 55%, rgba(232, 250, 234, 0.06) 80%),
    linear-gradient(180deg, rgba(6, 53, 31, 0.03), rgba(6, 53, 31, 0.09)),
    var(--hero-image) center right / cover no-repeat,
    var(--mint-50);
  box-shadow: inset 0 -4px 0 rgba(228, 59, 69, 0.16);
}

.leaf-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.leaf {
  position: absolute;
  display: block;
  width: 92px;
  height: 46px;
  border: 1px solid rgba(11, 141, 80, 0.28);
  border-radius: 100% 0;
  background:
    linear-gradient(135deg, rgba(11, 141, 80, 0.42), rgba(175, 232, 194, 0.78)),
    rgba(232, 250, 238, 0.9);
  box-shadow: 0 18px 30px rgba(8, 113, 67, 0.14);
  opacity: 0.9;
  animation: leaf-float 16s linear infinite;
}

.leaf::after {
  position: absolute;
  top: 50%;
  left: 12%;
  width: 76%;
  height: 1px;
  background: rgba(20, 84, 53, 0.18);
  transform: rotate(-22deg);
  content: "";
}

.leaf-1 {
  top: 13%;
  left: 8%;
  animation-duration: 18s;
  transform: rotate(22deg);
}

.leaf-2 {
  top: 26%;
  left: 78%;
  width: 116px;
  height: 56px;
  animation-delay: -7s;
  animation-duration: 21s;
  transform: rotate(-18deg);
}

.leaf-3 {
  top: 66%;
  left: 4%;
  width: 104px;
  animation-delay: -12s;
  animation-duration: 24s;
  transform: rotate(-36deg);
}

.leaf-4 {
  top: 78%;
  left: 68%;
  width: 82px;
  animation-delay: -3s;
  animation-duration: 19s;
  transform: rotate(34deg);
}

.leaf-5 {
  top: 45%;
  left: 47%;
  width: 74px;
  height: 36px;
  animation-delay: -9s;
  animation-duration: 17s;
  opacity: 0.76;
  transform: rotate(12deg);
}

.leaf-6 {
  top: 8%;
  left: 58%;
  width: 62px;
  height: 30px;
  animation-delay: -14s;
  animation-duration: 23s;
  opacity: 0.72;
  transform: rotate(-42deg);
}

.leaf-7 {
  top: 84%;
  left: 32%;
  width: 98px;
  animation-delay: -5s;
  animation-duration: 22s;
  transform: rotate(62deg);
}

.leaf-8 {
  top: 36%;
  left: 18%;
  width: 68px;
  height: 32px;
  animation-delay: -16s;
  animation-duration: 18s;
  opacity: 0.72;
  transform: rotate(-10deg);
}

.leaf-9 {
  top: 58%;
  left: 88%;
  width: 88px;
  animation-delay: -11s;
  animation-duration: 26s;
  transform: rotate(18deg);
}

.leaf-10 {
  top: 18%;
  left: 35%;
  width: 58px;
  height: 28px;
  animation-delay: -2s;
  animation-duration: 15s;
  opacity: 0.66;
  transform: rotate(-58deg);
}

@keyframes leaf-float {
  0% {
    translate: -18px 16px;
  }

  25% {
    translate: 20px -14px;
  }

  50% {
    translate: 44px 18px;
  }

  75% {
    translate: 10px 38px;
  }

  100% {
    translate: -18px 16px;
  }
}

.hero::before {
  content: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: min(580px, 48vw);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red-700);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--leaf-950);
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: 72px;
}

h2 {
  margin-bottom: 14px;
  font-size: 48px;
}

.hero-copy p:not(.eyebrow),
.section-heading p,
.about-copy p,
.quality-copy p:not(.eyebrow),
.contact-section p {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
}

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

.primary-button,
.secondary-button,
.contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 850;
}

.primary-button {
  background: linear-gradient(135deg, var(--leaf-800), var(--leaf-700));
  color: var(--white);
  box-shadow: 0 12px 28px rgba(8, 113, 67, 0.24);
}

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--leaf-700);
  outline: none;
}

.secondary-button {
  border: 1px solid rgba(228, 59, 69, 0.34);
  background: var(--red-100);
  color: var(--red-700);
}

.secondary-button:hover,
.secondary-button:focus-visible {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
  outline: none;
}

.strip {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(16px, 5vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(11, 141, 80, 0.24);
  border-radius: 8px;
  background: var(--line);
}

.strip > *,
.section > *,
.contact-section > * {
  position: relative;
  z-index: 1;
}

.strip::before,
.strip::after,
.section::before,
.section::after,
.contact-section::before,
.contact-section::after {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(20, 84, 53, 0.14);
  border-radius: 100% 0;
  background:
    linear-gradient(135deg, rgba(29, 113, 70, 0.16), rgba(201, 233, 209, 0.44)),
    rgba(237, 248, 239, 0.48);
  box-shadow: 0 18px 30px rgba(20, 84, 53, 0.08);
  pointer-events: none;
  content: "";
}

.strip::before {
  top: -34px;
  left: 8%;
  width: 144px;
  height: 72px;
  transform: rotate(8deg);
}

.strip::after {
  right: 9%;
  bottom: -38px;
  width: 170px;
  height: 84px;
  transform: rotate(-20deg);
}

.strip div {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.88);
}

.strip div:nth-child(2) {
  box-shadow: inset 0 3px 0 rgba(228, 59, 69, 0.76);
}

.strip strong,
.strip span {
  display: block;
}

.strip strong {
  color: var(--leaf-800);
  font-size: 24px;
}

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

.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 92px;
  padding: clamp(58px, 8vw, 100px) clamp(16px, 5vw, 76px);
}

.section::before {
  top: 42px;
  right: -52px;
  width: 180px;
  height: 92px;
  transform: rotate(-26deg);
}

.section::after {
  bottom: 38px;
  left: -58px;
  width: 210px;
  height: 104px;
  transform: rotate(18deg);
}

#products {
  background:
    linear-gradient(180deg, rgba(226, 248, 232, 0.82), rgba(249, 255, 247, 0.96)),
    #eaf9ed;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.product-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 390px) 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.search-box {
  display: grid;
  gap: 7px;
  color: var(--leaf-800);
  font-size: 13px;
  font-weight: 800;
}

.search-box input {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}

.search-box input:focus {
  border-color: var(--leaf-500);
  box-shadow: 0 0 0 4px rgba(53, 164, 99, 0.12);
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filter-button {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--leaf-800);
  cursor: pointer;
  font-weight: 800;
  transition:
    background 170ms ease,
    color 170ms ease,
    border-color 170ms ease;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.active {
  border-color: var(--leaf-700);
  background: linear-gradient(135deg, var(--leaf-800), var(--leaf-700));
  color: var(--white);
  box-shadow: inset 0 -3px 0 rgba(228, 59, 69, 0.68);
  outline: none;
}

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

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(11, 141, 80, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(8, 113, 67, 0.12);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.product-card:hover {
  border-color: rgba(228, 59, 69, 0.38);
  box-shadow:
    0 22px 40px rgba(8, 113, 67, 0.17),
    inset 0 3px 0 rgba(228, 59, 69, 0.62);
  transform: translateY(-3px);
}

.product-card:focus-visible {
  border-color: var(--leaf-700);
  outline: 3px solid rgba(53, 164, 99, 0.22);
  outline-offset: 3px;
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  height: 260px;
  overflow: hidden;
  border: 1px solid rgba(11, 141, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(226, 249, 233, 0.98), rgba(255, 255, 255, 0.82)),
    var(--leaf-100);
}

.product-media::before,
.product-media::after {
  position: absolute;
  border: 1px solid rgba(53, 164, 99, 0.16);
  border-radius: 100% 0;
  background: rgba(53, 164, 99, 0.08);
  content: "";
}

.product-media::before {
  top: -36px;
  right: -34px;
  width: 126px;
  height: 76px;
  transform: rotate(-24deg);
}

.product-media::after {
  bottom: -36px;
  left: -38px;
  width: 138px;
  height: 76px;
  transform: rotate(20deg);
}

.product-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
}

.product-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  filter: saturate(1.02);
  transition: transform 220ms ease;
}

.product-card--sprey .product-photo img,
.product-card--tomchi .product-photo img,
.product-card--sirop .product-photo img,
.product-card--kapsula .product-photo img {
  transform: scale(1.06);
}

.product-card:hover .product-photo img,
.product-card:focus-visible .product-photo img {
  transform: scale(1.1);
}

.product-body {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 0 2px 2px;
}

.product-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.product-title-row h3 {
  margin: 0;
  color: var(--leaf-950);
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.08;
}

.product-size {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--leaf-800), var(--leaf-700));
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(20, 84, 53, 0.16);
}

.product-type {
  color: var(--leaf-700);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-description {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  min-height: 41px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.manual-button,
.product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 11px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.manual-button {
  border: 1px solid rgba(228, 59, 69, 0.28);
  background: var(--red-100);
  color: var(--red-700);
  text-align: center;
  transition:
    background 170ms ease,
    color 170ms ease,
    border-color 170ms ease;
}

.manual-button:hover,
.manual-button:focus-visible {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
  outline: none;
}

.product-actions a {
  border: 1px solid var(--leaf-700);
  background: linear-gradient(135deg, var(--leaf-800), var(--leaf-700));
  color: var(--white);
}

.product-actions a:hover,
.product-actions a:focus-visible {
  background: var(--leaf-700);
  border-color: var(--leaf-700);
  outline: none;
}

.empty-state {
  margin: 24px 0 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  text-align: center;
}

.manual-dialog {
  width: min(920px, calc(100vw - 32px));
  max-height: min(840px, calc(100vh - 32px));
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.manual-dialog::backdrop {
  background: rgba(11, 43, 28, 0.62);
  backdrop-filter: blur(7px);
}

.manual-dialog-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  max-height: min(840px, calc(100vh - 32px));
  overflow: hidden;
  border: 1px solid rgba(201, 233, 209, 0.9);
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff, #f4fbf2);
  box-shadow: 0 34px 80px rgba(4, 24, 14, 0.34);
}

.manual-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(29, 113, 70, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--leaf-800);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(20, 84, 53, 0.12);
}

.manual-close:hover,
.manual-close:focus-visible {
  background: var(--leaf-800);
  color: var(--white);
  outline: none;
}

.manual-dialog-media {
  position: relative;
  display: grid;
  min-height: 480px;
  place-items: center;
  padding: 28px;
  overflow: hidden;
  border-right: 1px solid rgba(29, 113, 70, 0.12);
  background:
    linear-gradient(145deg, rgba(237, 248, 239, 0.94), rgba(255, 255, 255, 0.84)),
    var(--leaf-100);
}

.manual-dialog-media::before,
.manual-dialog-media::after {
  position: absolute;
  border: 1px solid rgba(53, 164, 99, 0.15);
  border-radius: 100% 0;
  background: rgba(53, 164, 99, 0.08);
  content: "";
}

.manual-dialog-media::before {
  top: -42px;
  right: -36px;
  width: 180px;
  height: 96px;
  transform: rotate(-24deg);
}

.manual-dialog-media::after {
  bottom: -44px;
  left: -42px;
  width: 210px;
  height: 112px;
  transform: rotate(18deg);
}

.manual-dialog-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: min(62vh, 560px);
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(18, 46, 30, 0.14));
}

.manual-dialog-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 34px;
  overflow: auto;
}

.manual-dialog-type {
  width: max-content;
  max-width: calc(100% - 46px);
  padding: 7px 10px;
  border-radius: 6px;
  background: rgba(29, 113, 70, 0.1);
  color: var(--leaf-800);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.manual-dialog-body h2 {
  margin: 0;
  padding-right: 42px;
  font-size: 42px;
}

.manual-dialog-desc {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.manual-dialog-list {
  display: grid;
  gap: 12px;
  margin: 8px 0 0;
}

.manual-dialog-list div {
  padding: 14px;
  border: 1px solid rgba(29, 113, 70, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.manual-dialog-list dt {
  margin-bottom: 5px;
  color: var(--leaf-700);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.manual-dialog-list dd {
  margin: 0;
  color: var(--muted);
  white-space: pre-line;
}

.manual-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.manual-dialog-actions a,
.manual-dialog-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 15px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}

.manual-dialog-actions a {
  border: 1px solid var(--leaf-800);
  background: var(--leaf-800);
  color: var(--white);
}

.manual-dialog-actions button {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--leaf-800);
}

.manual-dialog-actions a:hover,
.manual-dialog-actions a:focus-visible,
.manual-dialog-actions button:hover,
.manual-dialog-actions button:focus-visible {
  border-color: var(--leaf-700);
  background: var(--leaf-700);
  color: var(--white);
  outline: none;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background:
    linear-gradient(105deg, var(--leaf-950) 0%, var(--leaf-800) 72%, #8f2832 100%);
  color: var(--white);
  box-shadow:
    inset 0 4px 0 rgba(255, 255, 255, 0.08),
    inset 0 -4px 0 rgba(228, 59, 69, 0.16);
}

.about-section::before {
  top: 28px;
  right: 8%;
  bottom: auto;
  left: auto;
  width: 210px;
  height: 110px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(237, 248, 239, 0.08);
  box-shadow: none;
  transform: rotate(-24deg);
}

.about-section::after {
  top: auto;
  right: auto;
  bottom: -38px;
  left: 6%;
  width: 180px;
  height: 92px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(237, 248, 239, 0.07);
  box-shadow: none;
  transform: rotate(18deg);
}

.about-section .eyebrow,
.about-section h2,
.about-copy p {
  color: var(--white);
}

.about-copy p {
  opacity: 0.86;
}

.about-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-list span {
  min-height: 74px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 4px solid var(--leaf-500);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-weight: 850;
}

.about-list span:nth-child(2),
.about-list span:nth-child(4) {
  border-left-color: var(--red);
}

.quality-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background:
    linear-gradient(180deg, rgba(250, 255, 248, 0.98), rgba(231, 249, 236, 0.92)),
    var(--mint-50);
}

.quality-section::before {
  top: auto;
  right: 11%;
  bottom: -34px;
  width: 240px;
  height: 120px;
  background:
    linear-gradient(135deg, rgba(29, 113, 70, 0.18), rgba(201, 233, 209, 0.56)),
    rgba(237, 248, 239, 0.58);
  transform: rotate(-16deg);
}

.quality-section::after {
  top: 34px;
  left: 34%;
  width: 140px;
  height: 70px;
  transform: rotate(31deg);
}

.quality-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.quality-list article {
  display: grid;
  gap: 10px;
  min-height: 210px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(11, 141, 80, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(8, 113, 67, 0.11);
}

.quality-list span {
  color: var(--red-700);
  font-size: 13px;
  font-weight: 900;
}

.quality-list h3 {
  margin: 0;
  color: var(--leaf-950);
  font-size: 22px;
  line-height: 1.12;
}

.quality-list p {
  margin: 0;
  color: var(--muted);
}

.contact-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: clamp(42px, 6vw, 78px) clamp(16px, 5vw, 76px);
  background:
    linear-gradient(105deg, var(--leaf-950) 0%, var(--leaf-800) 72%, #8f2832 100%);
  color: var(--white);
}

.contact-section::before {
  top: 28px;
  right: 8%;
  width: 210px;
  height: 110px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(237, 248, 239, 0.08);
  box-shadow: none;
  transform: rotate(-24deg);
}

.contact-section::after {
  bottom: -38px;
  left: 6%;
  width: 180px;
  height: 92px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(237, 248, 239, 0.07);
  box-shadow: none;
  transform: rotate(18deg);
}

.contact-section .eyebrow,
.contact-section h2,
.contact-section p {
  color: var(--white);
}

.contact-section p {
  opacity: 0.86;
}

.contact-actions {
  display: grid;
  gap: 10px;
  min-width: min(320px, 100%);
}

.contact-actions a {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
}

.contact-actions a:hover,
.contact-actions a:focus-visible {
  background: var(--white);
  color: var(--red-700);
  outline: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(16px, 5vw, 76px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.site-footer span:first-child {
  color: var(--leaf-800);
  font-weight: 900;
}

@media (min-width: 1180px) {
  .products-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1500px) {
  .products-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 1240px) {
  .site-header {
    gap: 14px;
    padding-inline: 24px;
  }

  .site-nav {
    gap: 4px;
  }

  .site-nav a {
    padding-inline: 10px;
  }

  .telegram-link span {
    display: none;
  }
}

@media (max-width: 1080px) and (min-width: 981px) {
  .header-call {
    display: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .site-nav a {
    flex: 1;
    text-align: center;
  }

  .telegram-link span {
    display: none;
  }

  .section-heading,
  .about-section,
  .quality-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 720px;
    background:
      linear-gradient(90deg, rgba(205, 241, 214, 0.97) 0%, rgba(216, 246, 222, 0.9) 48%, rgba(232, 250, 234, 0.38) 76%, rgba(232, 250, 234, 0.05) 100%),
      linear-gradient(180deg, rgba(6, 53, 31, 0.03), rgba(6, 53, 31, 0.09)),
      var(--hero-image) 62% center / cover no-repeat,
      var(--mint-50);
  }

  .hero-copy {
    max-width: 640px;
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 40px;
  }

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

  .filter-buttons {
    justify-content: flex-start;
  }

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

  .manual-dialog-card {
    grid-template-columns: 1fr;
  }

  .manual-dialog-media {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid rgba(29, 113, 70, 0.12);
  }

  .manual-dialog-media img {
    height: min(48vh, 380px);
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px 14px;
  }

  .menu-toggle {
    display: grid;
  }

  .header-call {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 14px;
    left: 14px;
    display: grid;
    grid-column: auto;
    order: initial;
    gap: 7px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(20, 84, 53, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  body.menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    display: block;
    padding: 12px 14px;
    background: rgba(237, 248, 239, 0.42);
    text-align: left;
  }

  .site-nav a.active {
    background: linear-gradient(135deg, var(--leaf-800), var(--leaf-700));
    color: var(--white);
  }

  .site-nav a.mobile-telegram {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #229ed9;
    color: var(--white);
  }

  .site-nav .mobile-language-switcher {
    display: flex;
    justify-content: stretch;
    padding: 3px;
  }

  .site-nav .mobile-language-switcher a {
    flex: 1;
    min-height: 38px;
    padding: 8px;
    text-align: center;
  }

  .hero {
    min-height: 680px;
    align-items: start;
    padding-top: 34px;
    background:
      linear-gradient(180deg, rgba(205, 241, 214, 0.98) 0%, rgba(216, 246, 222, 0.95) 42%, rgba(232, 250, 234, 0.6) 66%, rgba(232, 250, 234, 0.1) 100%),
      linear-gradient(180deg, rgba(6, 53, 31, 0.03), rgba(6, 53, 31, 0.1)),
      var(--hero-image) 63% bottom / auto 100% no-repeat,
      var(--mint-50);
  }

  .hero-copy {
    max-width: 100%;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-copy p:not(.eyebrow),
  .section-heading p,
  .about-copy p,
  .quality-copy p:not(.eyebrow),
  .contact-section p {
    font-size: 16px;
  }

  .strip,
  .products-grid,
  .about-list,
  .quality-list {
    grid-template-columns: 1fr;
  }

  .quality-list article {
    min-height: auto;
  }

  .product-card {
    grid-template-rows: auto 1fr;
  }

  .product-media {
    height: 300px;
  }

  .manual-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }

  .manual-dialog-card {
    max-height: calc(100vh - 20px);
  }

  .manual-dialog-media {
    min-height: 260px;
    padding: 18px;
  }

  .manual-dialog-media img {
    height: min(38vh, 300px);
  }

  .manual-dialog-body {
    gap: 12px;
    padding: 22px;
  }

  .manual-dialog-body h2 {
    padding-right: 36px;
    font-size: 32px;
  }

  .manual-dialog-desc {
    font-size: 16px;
  }

  .manual-dialog-actions {
    flex-direction: column;
  }

  .product-title-row h3 {
    font-size: 22px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .leaf,
  .product-card,
  .site-nav,
  .menu-toggle span {
    animation: none;
    transition: none;
  }
}
