/* 1xbet01c.casino — премиум-лендинг 1xBet / 1хБет. Концепт: «Икс-Оранжерея» (зимний сад, ботанический рост). Палитра: тёмная зелень + папоротник + мёд + терракота */

:root {
  --bg: #0a1410;
  --bg-2: #11201a;
  --bg-3: #16291f;
  --line: #21372b;
  --line-2: #2e4636;
  --txt: #e9f3ec;
  --txt-d: #9ab4a4;
  --txt-dd: #6b8475;
  --fern: #3fbf6e;
  --honey: #e9b23c;
  --terra: #d96b3e;
  --hot: #ff6f97;
  --rad: 14px;
  --rad-s: 9px;
  --head: "Yeseva One", Georgia, "Times New Roman", serif;
  --body: "Onest", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 var(--body);
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 90% -12%, rgba(63, 191, 110, .16) 0%, transparent 60%),
    radial-gradient(840px 600px at -8% 58%, rgba(233, 178, 60, .08) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--fern); text-decoration: none }
a:hover { text-decoration: underline }

.skiplink {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--honey); color: #15110a;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skiplink:focus { top: 8px }

/* ===== HEADER (canopy) ===== */
.canopy {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 20, 16, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.glasshouse { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.glasshouse:hover { text-decoration: none }
.glasshouse__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(63, 191, 110, .5));
}
.glasshouse__t {
  font-family: var(--head); font-weight: 400; line-height: 1; letter-spacing: .2px;
  font-size: 20px;
}
.glasshouse__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2px; font-weight: 600; margin-top: 5px;
  text-transform: uppercase; font-family: var(--body);
}
.frond { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.frond a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.frond a:hover { color: var(--fern); border-bottom-color: var(--fern); text-decoration: none }

/* ===== CTA (budbtn) ===== */
.budbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: var(--body); font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
  cursor: pointer; letter-spacing: .1px;
}
.budbtn:hover { text-decoration: none; transform: translateY(-1px) }
.budbtn--mini { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.budbtn--mini:hover { background: var(--bg-2); border-color: var(--fern) }
.budbtn--big { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.budbtn--hot {
  background: linear-gradient(120deg, #4cce7d 0%, #2a9c58 100%);
  color: #07140d; border: 0;
  box-shadow: 0 12px 30px -10px rgba(63, 191, 110, .7);
  font-weight: 700;
}
.budbtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(63, 191, 110, .92) }
.budbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.budbtn--ghost:hover { border-color: var(--fern); color: var(--fern) }

/* ===== AGGREGATE COUNTER STRIP (humusbar) ===== */
.humusbar {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(63, 191, 110, .05), rgba(233, 178, 60, .03));
  font-size: 13px;
}
.humusbar__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.humusbar__cell:last-child { border-right: 0 }
.humusbar__num {
  font-family: var(--head); font-weight: 400; font-size: 16px; color: var(--fern);
  letter-spacing: .2px;
}
.humusbar__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO (bloomrow) ===== */
.bloomrow {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.bloomrow__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--fern);
  background: rgba(63, 191, 110, .08);
  border: 1px solid rgba(63, 191, 110, .25);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: var(--head); font-weight: 400;
  font-size: clamp(28px, 4.1vw, 46px); line-height: 1.12;
  margin: 0 0 18px; letter-spacing: .2px;
}
.petal { color: var(--fern) }
.bloomrow__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.68;
}
.bloomrow__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.bloomrow__pic { margin: 0 }
.bloomrow__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--rad); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 26% 30%, rgba(63, 191, 110, .26), transparent 60%),
    radial-gradient(360px 280px at 78% 76%, rgba(233, 178, 60, .18), transparent 65%),
    linear-gradient(135deg, #0c1813 0%, #142620 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(63, 191, 110, .4);
}
.bloomrow__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline (terrabox) */
.terrabox {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.terrabox__item { display: flex; flex-direction: column; gap: 2px }
.terrabox__num {
  font-family: var(--head); font-size: 27px; font-weight: 400;
  color: var(--fern); letter-spacing: .2px;
}
.terrabox__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.bloomrow, section.seedbed { padding-top: 36px }
.rootline {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--honey); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: var(--head); font-weight: 400;
  font-size: clamp(23px, 3.1vw, 34px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: .2px;
}
h3 {
  font-family: var(--head); font-weight: 400;
  font-size: clamp(17px, 2vw, 22px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--fern); letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.arbor { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px; line-height: 1.7 }

/* ===== WELCOME (seedbed) ===== */
.seedbed {
  background:
    radial-gradient(720px 360px at 82% 26%, rgba(233, 178, 60, .07) 0%, transparent 70%),
    rgba(17, 32, 26, .55);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 32px 22px;
  max-width: none;
}
.seedbed__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.graftbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.graftbox:hover { border-color: var(--fern); transform: translateY(-2px) }
.graftbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(63, 191, 110, .07), transparent 60%);
  pointer-events: none;
}
.graftbox__step {
  font-family: var(--body);
  font-size: 11px; color: var(--honey); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.graftbox__pct {
  font-family: var(--head);
  font-size: 32px; font-weight: 400; line-height: 1;
  color: var(--fern); letter-spacing: .2px;
  margin-bottom: 8px;
}
.graftbox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.graftbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.52 }

/* ===== THREE STEPS (stomata) ===== */
.stomata__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.terrabox3 {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 24px;
  position: relative;
}
.terrabox3__num {
  font-family: var(--head);
  position: absolute; top: 14px; right: 22px;
  font-size: 58px; font-weight: 400; line-height: 1;
  color: var(--bg-3);
}
.terrabox3__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--fern);
}
.terrabox3 p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID (conserv / cultivar / foliage) ===== */
.cultivar {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.foliage {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.foliage:hover {
  transform: translateY(-3px);
  border-color: var(--fern);
  box-shadow: 0 18px 36px -14px rgba(63, 191, 110, .42);
}
.foliage__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--head);
  font-weight: 400; font-size: 22px; color: rgba(233, 243, 236, .92);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.18;
  position: relative; overflow: hidden;
}
.foliage__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.36) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #0a3d23 0%, #3fbf6e 100%) }
.cv-2 { background: linear-gradient(135deg, #2a1c05 0%, #e9b23c 100%); color: #15110a }
.cv-3 { background: linear-gradient(135deg, #2a0f10 0%, #d96b3e 100%) }
.cv-4 { background: linear-gradient(135deg, #143222 0%, #59d68a 100%); color: #07140d }
.cv-5 { background: linear-gradient(135deg, #3a1a08 0%, #f0934a 100%) }
.cv-6 { background: linear-gradient(135deg, #0c2c20 0%, #4ad0a0 100%) }
.cv-7 { background: linear-gradient(135deg, #2a0f1e 0%, #ff6f97 100%) }
.cv-8 { background: linear-gradient(135deg, #0c2c20 0%, #3fbf6e 100%) }
.cv-9 { background: linear-gradient(135deg, #2a2208 0%, #e6cf52 100%); color: #15110a }
.cv-10 { background: linear-gradient(135deg, #2a1407 0%, #e9b23c 100%); color: #15110a }
.cv-11 { background: linear-gradient(135deg, #0a2c2a 0%, #3fc7b8 100%) }
.cv-12 { background: linear-gradient(135deg, #241430 0%, #b87fe0 100%) }

.foliage h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700; font-family: var(--body) }
.foliage p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.foliage__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.foliage__btn:hover { background: var(--fern); border-color: var(--fern); color: #07140d; text-decoration: none }

.trellis { margin: 22px 0 0 }
.trellis__title { font-size: 12px; color: var(--honey); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.trellis__list { display: flex; flex-wrap: wrap; gap: 8px }
.trellis__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY (verdure / pergola / saplrow) ===== */
.pergola {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.terrabox2 {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  transition: border-color .2s;
}
.terrabox2:hover { border-color: var(--honey) }
.terrabox2__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--honey) }
.terrabox2 p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.62 }

/* VIP-лестница как ряд проростков */
.saplrow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 18px;
}
.saplrow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.saplrow__step:nth-child(1) { transform: translateY(0) }
.saplrow__step:nth-child(2) { transform: translateY(-7px) }
.saplrow__step:nth-child(3) { transform: translateY(-15px) }
.saplrow__step:nth-child(4) { transform: translateY(-22px); border-color: var(--fern); background: var(--bg-2) }
.saplrow__step:nth-child(5) { transform: translateY(-30px); border-color: var(--fern); background: var(--bg-2) }
.saplrow__step:nth-child(6) { transform: translateY(-38px); border-color: var(--honey); background: linear-gradient(135deg, var(--bg-2), rgba(233, 178, 60, .09)) }
.saplrow__name {
  font-family: var(--head);
  font-size: 13px; font-weight: 400; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.saplrow__cb { font-size: 11px; color: var(--txt-d) }
.saplrow__step:nth-child(6) .saplrow__name { color: var(--honey) }

/* ===== TOUR (nectar) ===== */
.nectar {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(63, 191, 110, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.nectar__btns { margin: 22px 0 28px }
.nectar__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.nectar__kpi > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.nectar__kpi span {
  font-family: var(--head);
  font-size: 24px; font-weight: 400; color: var(--fern);
  margin-bottom: 4px; letter-spacing: .2px;
}
.nectar__cap { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.nectar__note { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY (photop / terrabox4) ===== */
.photop__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.terrabox4 {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.terrabox4:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(255, 111, 151, .4);
}
.terrabox4__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--head);
  font-weight: 400; font-size: 19px; color: rgba(233, 243, 236, .94);
  padding: 12px; text-align: center; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #0a1a3a 0%, #4ad0a0 100%) }
.lv-2 { background: linear-gradient(135deg, #2a0f1e 0%, #ff6f97 100%) }
.lv-3 { background: linear-gradient(135deg, #0a3a23 0%, #3fbf6e 100%) }
.lv-4 { background: linear-gradient(135deg, #3a1a08 0%, #e9b23c 100%); color: #15110a }
.lv-5 { background: linear-gradient(135deg, #241430 0%, #b87fe0 100%) }
.lv-6 { background: linear-gradient(135deg, #2a1407 0%, #f0934a 100%); color: #15110a }

.terrabox4__b { padding: 14px 16px 16px; position: relative }
.terrabox4__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.terrabox4__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.terrabox4__m { font-size: 13px; color: var(--honey); font-weight: 600; margin-bottom: 4px }
.terrabox4__p { font-size: 12px; color: var(--txt-dd) }
.terrabox4__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW (brandbed / greentag) ===== */
.brandbed h3 {
  border-left: 3px solid var(--fern);
  padding-left: 14px; margin-top: 30px;
}
.brandbed p { color: var(--txt); line-height: 1.72 }
.greentag-row {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.greentag {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--fern);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS (leafnote-sec / vinebox) ===== */
.leafnote__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.vinebox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.vinebox__stars { color: var(--honey); font-size: 16px; letter-spacing: 4px }
.vinebox__stars--four .leaf-off { color: var(--line-2) }
.vinebox__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.vinebox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.vinebox__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--fern), var(--honey));
  border-radius: 50%; color: #07140d; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS (pergola2 / terrabox5) ===== */
.pergola2__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.terrabox5 {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.terrabox5__n { font-size: 15px; color: var(--txt); font-weight: 700 }
.terrabox5 i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.pergola2__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.pergola2__times > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.pergola2__b {
  font-family: var(--head);
  font-size: 17px; color: var(--fern); font-weight: 400;
}
.pergola2__times span:not(.pergola2__b) { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA (rootline-cta) ===== */
.rootline-cta {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(63, 191, 110, .15) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--rad);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.rootline-cta h2 { margin-bottom: 10px }
.rootline-cta p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ (vineqa) ===== */
.vineqa h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--fern) }
summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--fern); font-size: 15px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--fern) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== AUTHOR NOTE (leafnote) ===== */
.leafnote {
  max-width: 1240px; margin: 0 auto;
  padding: 26px 22px 8px;
}
.leafnote__role {
  font-family: var(--head); font-size: 14px; color: var(--honey);
  margin: 0 0 8px; letter-spacing: .3px;
}
.leafnote__body {
  font-size: 13px; color: var(--txt-dd); line-height: 1.66;
  border-left: 3px solid var(--line-2); padding-left: 16px; margin: 0;
}

/* ===== FOOTER (rootfoot) ===== */
.rootfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(10, 20, 16, .62);
}
.rootfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.rootfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.66 }
.rootfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.rootfoot__name { display: flex; flex-direction: column; line-height: 1.1 }
.rootfoot__brandtop { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: var(--head) }
.rootfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.rootfoot__op { color: var(--fern); font-weight: 600 }
.rootfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.rootfoot__col h4 {
  font-family: var(--head);
  font-size: 13px; color: var(--honey); font-weight: 400;
  text-transform: uppercase; letter-spacing: 1.2px;
  margin: 0 0 12px;
}
.rootfoot__col ul { list-style: none; padding: 0; margin: 0 }
.rootfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.rootfoot__col li:hover { color: var(--txt) }
.rootfoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .seedbed__grid { grid-template-columns: repeat(2, 1fr) }
  .pergola2__grid { grid-template-columns: repeat(3, 1fr) }
  .nectar__kpi { grid-template-columns: repeat(2, 1fr) }
  .leafnote__grid { grid-template-columns: 1fr }
  .rootfoot__top { grid-template-columns: 1fr }
  .humusbar { grid-template-columns: repeat(3, 1fr) }
  .humusbar__cell:nth-child(4), .humusbar__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .saplrow { grid-template-columns: repeat(3, 1fr) }
  .saplrow__step { transform: none !important }
}

@media (max-width: 880px) {
  .bloomrow { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .bloomrow__pic { order: -1 }
  .frond { display: none }
  .canopy { padding: 11px 14px }
  section { padding: 36px 16px }
  .seedbed, .nectar, .rootline-cta { padding: 36px 18px; margin: 22px 14px }
  .stomata__grid { grid-template-columns: 1fr }
  .pergola { grid-template-columns: 1fr }
  .rootfoot__top { padding: 30px 16px 22px; gap: 22px }
  .rootfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .humusbar { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .humusbar__cell { padding: 4px 10px }
  .pergola2__times { grid-template-columns: 1fr }
  .terrabox { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .cultivar { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .photop__grid { grid-template-columns: 1fr }
  .seedbed__grid { grid-template-columns: 1fr }
  .foliage h3 { font-size: 13px }
  .foliage p { font-size: 11px }
  .foliage__cover { font-size: 16px }
  .bloomrow__btns { flex-direction: column; align-items: stretch }
  .budbtn--big { width: 100% }
  .pergola2__grid { grid-template-columns: repeat(2, 1fr) }
  .nectar__kpi { grid-template-columns: 1fr }
  .rootfoot__cols { grid-template-columns: 1fr }
  .saplrow { grid-template-columns: repeat(2, 1fr) }
}
