:root {
  --pine: #14201c;
  --pine-2: #1b2a24;
  --moss: #33473d;
  --birch: #f0efe6;
  --birch-dim: #cdd3c8;
  --fern: #7a9b7e;
  --fern-light: #a9c4a3;
  --text-dark: #1c261f;
  --bark: #5c5347;
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--text-dark);
  background: var(--birch);
  line-height: 1.65;
}
h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 600; margin: 0; }
em.accent {font-style: italic;color: #a1ff8d;}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.kicker {
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #dadada;
  font-weight: 600;
  margin: 0 0 12px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #14201cf2;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .container { display: flex; align-items: center; gap: 24px; padding: 14px 24px; }
.logo-wrap img {height: 78px;width: auto;/* filter: brightness(0) invert(1); */}
#siteNav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
#siteNav a { color: var(--birch-dim); font-size: 14px; }
#siteNav a:hover { color: var(--fern-light); }
.phone-badge a {color: var(--fern-light);font-weight: 600;white-space: nowrap;background-color: #0560a0;padding: 7px 7px;border-radius: 7px;}
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.nav-toggle span { width: 22px; height: 2px; background: var(--birch); display: block; }

/* Buttons */
.btn, .btn-outline {
  display: inline-block; padding: 13px 28px; border-radius: var(--radius);
  font-weight: 600; font-size: 14px; letter-spacing: .3px;
}
.btn {background: #27d366;color: var(--pine);}
.btn:hover { background: var(--fern-light); }
.btn-outline { border: 1px solid var(--birch-dim); color: var(--birch); }
.btn-outline:hover { border-color: var(--fern-light); color: var(--fern-light); }

/* Hero */
.hero {
  background: linear-gradient(180deg, rgba(20,32,28,.35) 0%, rgba(20,32,28,.55) 65%, var(--pine) 100%),
    url('/assets/images/hero.jpg') center 35% / cover no-repeat;
  color: var(--birch);
  padding: 100px 24px 70px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; left: 50%; bottom: -40px; width: 900px; height: 300px;
  transform: translateX(-50%);
  background-image: radial-gradient(circle, transparent 0, transparent 40%),
    repeating-conic-gradient(from 0deg, rgba(122,155,126,.08) 0deg 1deg, transparent 1deg 12deg);
  border-radius: 50%; opacity: .5; pointer-events: none;
}
.hero-inner { max-width: 720px; position: relative; z-index: 1; }
.hero h1 { font-size: 44px; line-height: 1.15; margin-bottom: 20px; }
.hero p.lead { color: var(--birch-dim); font-size: 16px; max-width: 560px; margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-facts { display: flex; gap: 40px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.12); padding-top: 26px; }
.hero-facts div strong { display: block; font-family: 'Fraunces', serif; font-size: 28px; color: var(--fern-light); }
.hero-facts div span { font-size: 13px; color: var(--birch-dim); }

/* Sections */
.section { padding: 76px 24px; }
.section-dark { background: var(--pine); color: var(--birch); }
.section-dark .kicker { color: var(--fern-light); }
.section-light { background: var(--birch); color: var(--text-dark); }
.section-pear {
  background: linear-gradient(100deg, var(--birch) 40%, rgba(240,239,230,.75) 65%, rgba(240,239,230,.35) 100%), url('/assets/images/gallery-1.jpg') right center / cover no-repeat;
}
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head h2 { font-size: 30px; }
.section-dark .section-head p { color: var(--birch-dim); }
.section-light .section-head p { color: var(--bark); }

/* Category grid (Ñ‚Ñ‘Ð¼Ð½Ð°Ñ ÑÐµÐºÑ†Ð¸Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ð° Ð¿Ð¾ Ð²Ð¸Ð´Ð°Ð¼) */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); }
.cat-card {
  background: var(--pine-2); padding: 30px 24px; display: flex; flex-direction: column; gap: 14px;
  transition: background .2s;
}
.cat-card:hover { background: var(--moss); }
.cat-card .icon { color: var(--fern-light); }
.cat-card h3 { font-size: 17px; color: var(--birch); font-weight: 600; font-family: 'Inter', sans-serif; }
.cat-card p { font-size: 13px; color: var(--birch-dim); margin: 0; }

/* Advantages (ÑÐ²ÐµÑ‚Ð»Ð°Ñ) */
.adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 36px; }
.adv-item { border-top: 2px solid var(--fern); padding-top: 16px; }
.adv-item h3 { font-size: 16px; margin-bottom: 8px; font-family: 'Inter', sans-serif; font-weight: 600; }
.adv-item p { font-size: 14px; color: var(--bark); margin: 0; }

/* How we grow (Ñ‚Ñ‘Ð¼Ð½Ð°Ñ, 2 ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸) */
.grow-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: start; }
.grow-steps { counter-reset: step; margin: 26px 0 0; padding: 0; list-style: none; }
.grow-steps li { counter-increment: step; padding-left: 40px; position: relative; margin-bottom: 18px; font-size: 14px; color: var(--birch-dim); }
.grow-steps li::before {
  content: counter(step); position: absolute; left: 0; top: -2px;
  width: 26px; height: 26px; border: 1px solid var(--fern); color: var(--fern-light);
  display: flex; align-items: center; justify-content: center; font-size: 13px; font-family: 'Fraunces', serif;
}
.grow-photo {
  aspect-ratio: 4/5; border: 1px solid rgba(255,255,255,.1);
  background: url('/assets/images/nursery-process.jpg') center / cover no-repeat;
}

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-grid .thumb { aspect-ratio: 1; background: var(--birch-dim); overflow: hidden; cursor: pointer; }
.gallery-grid .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-grid .thumb:hover img { transform: scale(1.05); }

.section-season {
  background: linear-gradient(180deg, rgba(20,32,28,.3), rgba(20,32,28,.7)), url('/assets/images/gallery-2.jpg') center 30% / cover no-repeat;
}
.section-season .season-strip { border-color: rgba(255,255,255,.2); }
.section-season .season-strip div { border-right-color: rgba(255,255,255,.15); }
.section-season .season-strip h4 { color: var(--fern-light); }
.section-season .season-strip p { color: var(--birch-dim); }

/* Seasonality strip */
.season-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--birch-dim); }
.season-strip div { padding: 20px; border-right: 1px solid var(--birch-dim); }
.season-strip div:last-child { border-right: none; }
.season-strip h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--fern); margin: 0 0 8px; font-family: 'Inter', sans-serif; }
.season-strip p { font-size: 13px; color: var(--bark); margin: 0; }

/* Cards (catalog / category listing) */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  background: #fff; border: 1px solid var(--birch-dim); border-radius: var(--radius);
  overflow: hidden; transition: box-shadow .15s, transform .15s;
}
.card:hover { box-shadow: 0 10px 24px rgba(20,32,28,.1); transform: translateY(-2px); }
.card .thumb { aspect-ratio: 4/3; background: var(--birch); overflow: hidden; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card .body { padding: 14px 16px; }
.card .body h3 { font-size: 15px; font-family: 'Inter', sans-serif; font-weight: 600; margin: 0 0 6px; color: var(--text-dark); }
.badge { display: inline-block; font-size: 11px; background: var(--birch-dim); color: var(--text-dark); padding: 3px 9px; border-radius: 20px; }
.stock { font-size: 12px; margin-top: 8px; }
.stock.yes { color: var(--moss); }
.stock.no { color: var(--bark); }

/* Breadcrumbs */
.breadcrumbs { padding: 16px 24px; font-size: 13px; color: var(--bark); }
.breadcrumbs a { color: var(--bark); }
.breadcrumbs .sep { margin: 0 6px; }

/* Product page */
.product-page { display: grid; grid-template-columns: 440px 1fr; gap: 40px; padding: 20px 24px 40px; }
.product-gallery img { border: 1px solid var(--birch-dim); }
.product-info h1 { font-size: 26px; margin-bottom: 12px; }
.product-actions { display: flex; gap: 12px; margin: 24px 0; flex-wrap: wrap; }
.product-description { max-width: 820px; margin: 0 auto; padding: 0 24px 60px; }
.product-description table { border-collapse: collapse; width: 100%; margin: 16px 0; font-size: 14px; }
.product-description td { border: 1px solid var(--birch-dim); padding: 6px 10px; }

/* Article cards (tips) */
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { background: #fff; border: 1px solid var(--birch-dim); }
.article-card img { aspect-ratio: 16/10; object-fit: cover; }
.article-card .body { padding: 18px; }
.article-card h3 { font-size: 16px; margin-bottom: 8px; font-family: 'Inter', sans-serif; font-weight: 600; }
.article-card p { font-size: 13px; color: var(--bark); margin: 0; }
.article-body { max-width: 720px; margin: 0 auto; padding: 20px 24px 60px; }
.article-body h2 { font-size: 20px; margin: 32px 0 12px; }
.article-body p { color: var(--text-dark); }

/* Footer */
.site-footer { background: var(--pine-2); color: var(--birch-dim); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; padding: 50px 24px 30px; }
.footer-logo {height: 54px;/* filter: brightness(0) invert(1); */margin-bottom: 12px;}
.footer-grid h3 { font-size: 14px; color: var(--birch); margin: 0 0 12px; font-family: 'Inter', sans-serif; }
.footer-grid p { font-size: 13px; margin: 5px 0; }
.footer-grid a:hover { color: var(--fern-light); }
.map-wrap { padding: 0 24px 30px; }
.map-wrap iframe { width: 100%; height: 300px; border: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 16px 24px; font-size: 12px; text-align: center; }

/* Floating buttons */
.float-buttons { position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 10px; z-index: 200; }
.fbtn { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.25); }
.fbtn-whatsapp { background: #25D366; }
.fbtn-phone { background: var(--moss); }
.fbtn-telegram { background: #2AABEE; }

/* Responsive */
@media (max-width: 960px) {
  .cat-grid, .grid, .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .grow-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .product-page { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .season-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  #siteNav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--pine); flex-direction: column; align-items: stretch; gap: 0;
    padding: 8px 0; border-top: 1px solid rgba(255,255,255,.1);
  }
  #siteNav.is-open { display: flex; }
  #siteNav a { padding: 14px 24px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .phone-badge { padding: 14px 24px; }
  .nav-toggle { display: flex; }
  .site-header .container { position: relative; }
  .cat-grid, .grid, .adv-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 30px; }
  .hero-facts { gap: 26px; }
  .season-strip { grid-template-columns: 1fr; }
  .season-strip div { border-right: none; border-bottom: 1px solid var(--birch-dim); }
}