:root {
  --green: #12a64a;
  --green-2: #68d36d;
  --dark: #001f13;
  --dark-2: #08331f;
  --text: #101712;
  --muted: #657169;
  --line: #d8e7da;
  --wash: #edf5ed;
  --white: #fff;
  --surface: #fbfcf4;
  --surface-soft: #f1f8ee;
  --card-text: #132017;
  --shadow: 0 18px 44px rgba(25, 61, 34, 0.13);
}

html[data-theme="dark"],
body[data-theme="dark"] {
  --text: #f3fbf4;
  --muted: #b8d1c0;
  --line: rgba(169, 226, 181, .24);
  --wash: #061a10;
  --white: #183b29;
  --surface: #123a25;
  --surface-soft: #0b2819;
  --card-text: #f2faf3;
  --shadow: 0 18px 44px rgba(0, 0, 0, .34);
}
body:has(#themeSwitch:checked) {
  --text: #f3fbf4;
  --muted: #b8d1c0;
  --line: rgba(169, 226, 181, .24);
  --wash: #061a10;
  --white: #183b29;
  --surface: #123a25;
  --surface-soft: #0b2819;
  --card-text: #f2faf3;
  --shadow: 0 18px 44px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 145px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
main,
section,
.wrap,
.page,
.quote__grid > *,
.footer__grid > * { min-width: 0; }
img,
svg { shape-rendering: auto; }
body {
  margin: 0;
  padding-top: 145px;
  color: var(--text);
  background: var(--wash);
  font-family: "Inter", Arial, sans-serif;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible {
  outline: 3px solid rgba(104, 211, 109, .8);
  outline-offset: 3px;
}
.wrap { width: min(1290px, calc(100% - 56px)); margin-inline: auto; }
.page { display: none; }
.page.is-active { display: block; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  transition: background 180ms ease, box-shadow 180ms ease, transform 220ms ease;
}
html[data-theme="dark"] .site-header,
html[data-theme="dark"] .nav,
html[data-theme="dark"] .site-header.is-scrolled .nav,
html[data-theme="dark"] .topbar,
body[data-theme="dark"] .site-header,
body[data-theme="dark"] .nav,
body[data-theme="dark"] .site-header.is-scrolled .nav,
body[data-theme="dark"] .topbar,
body:has(#themeSwitch:checked) .site-header,
body:has(#themeSwitch:checked) .nav,
body:has(#themeSwitch:checked) .site-header.is-scrolled .nav,
body:has(#themeSwitch:checked) .topbar {
  background: rgba(4, 21, 13, .96);
  color: var(--text);
}
html[data-theme="dark"] .topbar,
body[data-theme="dark"] .topbar { border-color: var(--line); }
html[data-theme="dark"] .logo img,
body[data-theme="dark"] .logo img { filter: invert(1) brightness(1.7); }
body:has(#themeSwitch:checked) .topbar { border-color: var(--line); }
body:has(#themeSwitch:checked) .logo img { filter: invert(1) brightness(1.7); }
.site-header.is-scrolled {
  background: rgba(255,255,255,.74);
  box-shadow: 0 16px 38px rgba(0,28,13,.1);
  backdrop-filter: blur(16px);
}
html[data-theme="dark"] .site-header,
body[data-theme="dark"] .site-header,
body:has(#themeSwitch:checked) .site-header {
  box-shadow: 0 1px 0 rgba(214,240,220,.18), 0 14px 42px rgba(0,0,0,.18);
}
.topbar {
  height: 39px;
  display: flex;
  align-items: center;
  background: var(--surface-soft);
  border-bottom: 1px solid #dfe9e2;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  transition: height 220ms ease, opacity 180ms ease, background 180ms ease, border-color 180ms ease;
}
.site-header.is-scrolled .topbar { background: rgba(241,248,238,.62); border-color: rgba(216,231,218,.55); }
html[data-theme="dark"] .site-header.is-scrolled .topbar,
body[data-theme="dark"] .site-header.is-scrolled .topbar,
body:has(#themeSwitch:checked) .site-header.is-scrolled .topbar {
  background: rgba(4, 19, 12, .86);
  border-color: rgba(214,240,220,.18);
}
.topbar__inner, .topbar__group, .topbar a, .topbar span {
  display: flex;
  align-items: center;
}
.topbar__inner { justify-content: space-between; gap: 24px; }
.topbar__group { gap: 28px; }
.topbar a, .topbar span { gap: 8px; }
.topbar svg { width: 16px; height: 16px; color: var(--green); }

.nav { height: 106px; background: var(--surface); transition: height 220ms ease, background 180ms ease, backdrop-filter 180ms ease; }
.site-header.is-scrolled .nav { background: rgba(251,252,244,.72); }
html[data-theme="dark"] .site-header.is-scrolled .nav,
body[data-theme="dark"] .site-header.is-scrolled .nav,
body:has(#themeSwitch:checked) .site-header.is-scrolled .nav {
  background: rgba(10, 34, 22, .9);
}
.nav__inner { height: 100%; display: flex; align-items: center; gap: 42px; transition: gap 220ms ease; }
.logo { width: 260px; flex: 0 0 260px; display: flex; justify-content: center; overflow: hidden; transition: width 220ms ease, flex-basis 220ms ease, opacity 180ms ease; }
.logo img { width: 250px; height: 96px; object-fit: contain; transition: width 220ms ease, height 220ms ease; }
.nav__links {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav__links > a:not(.btn),
.nav-dropdown__button {
  position: relative;
  height: 106px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  border-radius: 8px;
  transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease, letter-spacing 180ms ease;
}
.site-header.is-compact {
  background: transparent;
  backdrop-filter: blur(18px);
  box-shadow: none;
}
html[data-theme="dark"] .site-header.is-compact,
body[data-theme="dark"] .site-header.is-compact,
body:has(#themeSwitch:checked) .site-header.is-compact {
  background: transparent;
}
.site-header.is-compact .topbar {
  height: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border-bottom: 0;
}
.site-header.is-compact .nav {
  height: 72px;
  background: rgba(251,252,244,.28);
  border-bottom: 1px solid rgba(17,146,59,.18);
  backdrop-filter: blur(20px) saturate(1.25);
}
html[data-theme="dark"] .site-header.is-compact .nav,
body[data-theme="dark"] .site-header.is-compact .nav,
body:has(#themeSwitch:checked) .site-header.is-compact .nav {
  background: rgba(8, 25, 16, .32);
  border-bottom-color: rgba(120,201,118,.2);
}
.site-header.is-compact .nav__inner {
  gap: 20px;
}
.site-header.is-compact .logo {
  width: 0;
  flex-basis: 0;
  opacity: 0;
}
.site-header.is-compact .logo img {
  width: 0;
  height: 58px;
}
.site-header.is-compact .nav__links {
  justify-content: center;
}
.site-header.is-compact .nav__links > a:not(.btn),
.site-header.is-compact .nav-dropdown__button {
  height: 72px;
}
.site-header.is-compact .nav__links > a:not(.btn)::after,
.site-header.is-compact .nav-dropdown__button::after {
  bottom: 13px;
}
.nav-dropdown { position: relative; }
.nav-dropdown__button {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font-weight: inherit;
  text-transform: inherit;
  cursor: pointer;
}
.nav__links > a:not(.btn)::after,
.nav-dropdown__button::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 19px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(159,232,112,.55), #9fe870, rgba(159,232,112,.55), transparent);
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.nav__links > a:not(.btn):hover,
.nav-dropdown__button:hover,
.nav-dropdown:hover .nav-dropdown__button,
.nav-dropdown:focus-within .nav-dropdown__button {
  color: #0fac47;
  letter-spacing: .2px;
  text-shadow:
    0 0 12px rgba(91,190,92,.32),
    0 0 26px rgba(159,232,112,.18);
  transform: translateY(-1px);
}
body[data-theme="dark"] .nav__links > a:not(.btn):hover,
body[data-theme="dark"] .nav-dropdown__button:hover,
body[data-theme="dark"] .nav-dropdown:hover .nav-dropdown__button,
body[data-theme="dark"] .nav-dropdown:focus-within .nav-dropdown__button,
body:has(#themeSwitch:checked) .nav__links > a:not(.btn):hover,
body:has(#themeSwitch:checked) .nav-dropdown__button:hover,
body:has(#themeSwitch:checked) .nav-dropdown:hover .nav-dropdown__button,
body:has(#themeSwitch:checked) .nav-dropdown:focus-within .nav-dropdown__button {
  color: #9fe870;
  text-shadow:
    0 0 10px rgba(159,232,112,.48),
    0 0 28px rgba(120,201,118,.26);
}
.nav__links > a:not(.btn):hover::after,
.nav-dropdown__button:hover::after,
.nav-dropdown:hover .nav-dropdown__button::after,
.nav-dropdown:focus-within .nav-dropdown__button::after {
  opacity: 1;
  transform: scaleX(1);
  box-shadow: 0 0 12px rgba(159,232,112,.45);
}
.nav__links > a:not(.btn).active { color: var(--green); }
.nav__links > a:not(.btn).active::after { opacity: 1; transform: scaleX(1); }
.nav__links svg { width: 14px; height: 14px; }
.nav-dropdown__menu {
  position: absolute;
  top: calc(100% - 14px);
  left: 0;
  min-width: 220px;
  display: grid;
  gap: 4px;
  padding: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(25,61,34,.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: 160ms ease;
}
body[data-theme="dark"] .nav-dropdown__menu,
body[data-theme="dark"] .lang__menu,
body[data-theme="dark"] .lang > button,
body[data-theme="dark"] .nav__toggle,
body:has(#themeSwitch:checked) .nav-dropdown__menu,
body:has(#themeSwitch:checked) .lang__menu,
body:has(#themeSwitch:checked) .lang > button,
body:has(#themeSwitch:checked) .nav__toggle {
  background: linear-gradient(180deg, #1c442e, #143523);
  color: var(--text);
  border-color: rgba(204,233,211,.38);
  box-shadow: 0 18px 42px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
}
.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-dropdown__menu a {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  color: #172219;
  border-radius: 6px;
  text-transform: none;
  font-size: 13px;
  font-weight: 800;
  transition: background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}
body[data-theme="dark"] .nav-dropdown__menu a,
body:has(#themeSwitch:checked) .nav-dropdown__menu a { color: var(--text); }
.nav-dropdown__menu a:hover {
  background: #e0f0df;
  color: #0c6f2e;
  box-shadow: inset 0 0 0 1px rgba(17,146,59,.12);
}
body[data-theme="dark"] .nav-dropdown__menu a:hover,
body:has(#themeSwitch:checked) .nav-dropdown__menu a:hover {
  background: #235238;
  color: #f2fff2;
  box-shadow: inset 0 0 0 1px rgba(120,201,118,.28), 0 0 0 2px rgba(120,201,118,.08);
}
body[data-theme="dark"] .nav-dropdown__menu a:hover svg,
body:has(#themeSwitch:checked) .nav-dropdown__menu a:hover svg { color: #78c976; }
.nav__toggle { display: none; }
.lang {
  position: relative;
}
.lang > button {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: #142319;
  border: 1px solid #cfe0d2;
  border-radius: 6px;
  background: #f7fbf4;
  box-shadow: 0 10px 24px rgba(25,61,34,.08);
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.lang > button:hover {
  transform: translateY(-1px);
  border-color: rgba(17,146,59,.34);
  box-shadow: 0 12px 28px rgba(25,61,34,.12);
}
.theme-toggle {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 7px 18px rgba(0,0,0,.05);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.theme-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.theme-toggle svg { width: 16px; height: 16px; color: var(--green); }
body[data-theme="dark"] .theme-toggle,
body:has(#themeSwitch:checked) .theme-toggle { background: var(--surface); color: var(--text); }
.flag {
  width: 26px;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(15, 38, 23, .16), 0 1px 2px rgba(0,0,0,.08);
  vertical-align: middle;
}
.flag--pl { background: linear-gradient(#f8faf7 0 50%, #df143c 50% 100%); }
.flag--sk { background: linear-gradient(#fff 0 33%, #0b4ea2 33% 66%, #ee1c25 66%); }
.flag--en {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(26deg, transparent 0 41%, #fff 41% 48%, #c8102e 48% 53%, #fff 53% 60%, transparent 60%),
    linear-gradient(-26deg, transparent 0 41%, #fff 41% 48%, #c8102e 48% 53%, #fff 53% 60%, transparent 60%),
    linear-gradient(90deg, transparent 0 38%, #fff 38% 45%, #c8102e 45% 55%, #fff 55% 62%, transparent 62%),
    linear-gradient(0deg, transparent 0 33%, #fff 33% 43%, #c8102e 43% 57%, #fff 57% 67%, transparent 67%),
    #012169;
}
.lang__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 174px;
  padding: 10px;
  display: grid;
  gap: 6px;
  background: #fbfff8;
  border: 1px solid #d8e7da;
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(25,61,34,.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: 160ms ease;
}
body[data-theme="dark"] .lang__menu,
body:has(#themeSwitch:checked) .lang__menu {
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(31,74,49,.98), rgba(18,48,32,.98));
  border-color: rgba(204,233,211,.34);
  box-shadow: 0 22px 54px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
}
.lang:hover .lang__menu,
.lang:focus-within .lang__menu,
.lang.is-open .lang__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.lang__menu a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 6px;
  color: #15251a;
  text-transform: none;
  font-weight: 900;
  transition: background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}
.lang__menu a:hover {
  background: #eaf5e9;
  color: #0f6f30;
  box-shadow: inset 0 0 0 1px rgba(17,146,59,.14);
}
body[data-theme="dark"] .lang__menu a,
body:has(#themeSwitch:checked) .lang__menu a {
  color: #f3fbf4;
}
body[data-theme="dark"] .lang__menu a:hover,
body:has(#themeSwitch:checked) .lang__menu a:hover {
  background: rgba(120,201,118,.15);
  color: #f6fff6;
  box-shadow: inset 0 0 0 1px rgba(120,201,118,.28);
}
body[data-theme="dark"] .lang .flag,
body:has(#themeSwitch:checked) .lang .flag {
  box-shadow: inset 0 0 0 1px rgba(210, 238, 215, .14), 0 1px 2px rgba(0,0,0,.28);
}
.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.btn--primary { color: #fff; background: var(--green); box-shadow: 0 9px 20px rgba(17,146,59,.26); }
.btn--outline-light { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(0,0,0,.08); }

.hero {
  position: relative;
  height: 564px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,17,10,.92) 0%, rgba(0,26,13,.68) 44%, rgba(0,0,0,.46) 100%),
    url("assets/hero-garden-trans.webp") center center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 58% 56%, rgba(255,255,255,.05), transparent 26%);
  pointer-events: none;
}
.hero__grid {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 74px;
  align-items: center;
}
.hero__copy { max-width: 760px; padding-top: 10px; }
.hero h1 {
  margin: 0 0 24px;
  font-size: 70px;
  line-height: 1.05;
  letter-spacing: -1px;
  font-weight: 900;
}
.hero p {
  max-width: 750px;
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.65;
}
.hero__actions { display: flex; gap: 16px; margin-top: 36px; }
.hero__actions .btn { min-height: 58px; padding-inline: 30px; }
.hero__features {
  padding: 16px 0;
  background: rgba(2,18,11,.46);
  backdrop-filter: blur(7px);
}
.hero__features div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 13px 20px;
}
.hero__features svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--green-2);
  border: 1px solid rgba(67,173,93,.34);
  border-radius: 6px;
}
.hero__features strong { display: block; margin-bottom: 4px; color: #fff; font-size: 17px; }
.hero__features span { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.45; }
.quick-contact {
  position: absolute;
  right: 0;
  top: 178px;
  z-index: 2;
  height: 210px;
  width: 45px;
  display: grid;
  place-items: center;
  gap: 9px;
  color: #fff;
  background: var(--green);
  border-radius: 6px 0 0 6px;
  font-weight: 900;
  text-transform: uppercase;
}
.quick-contact span { writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: 1px; }

.service-strip { position: relative; z-index: 4; margin-top: -56px; }
.strip-card {
  width: min(1180px, calc(100% - 260px));
  min-height: 128px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  background: var(--surface);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
body[data-theme="dark"] .strip-card,
body[data-theme="dark"] .stats__grid,
body[data-theme="dark"] .projects article,
body[data-theme="dark"] .gallery article,
body[data-theme="dark"] .guide-card,
body[data-theme="dark"] .blog__hero > div,
body[data-theme="dark"] .blog__grid article,
body[data-theme="dark"] .how,
body[data-theme="dark"] .contact-card p,
body[data-theme="dark"] .quote-form,
body:has(#themeSwitch:checked) .strip-card,
body:has(#themeSwitch:checked) .stats__grid,
body:has(#themeSwitch:checked) .projects article,
body:has(#themeSwitch:checked) .gallery article,
body:has(#themeSwitch:checked) .guide-card,
body:has(#themeSwitch:checked) .blog__hero > div,
body:has(#themeSwitch:checked) .blog__grid article,
body:has(#themeSwitch:checked) .how,
body:has(#themeSwitch:checked) .contact-card p,
body:has(#themeSwitch:checked) .quote-form {
  background: var(--surface);
  color: var(--text);
  border-color: var(--line);
}
body[data-theme="dark"] .strip-card a,
body:has(#themeSwitch:checked) .strip-card a { color: var(--text); }
.strip-card a {
  min-height: 128px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 16px 8px;
  color: #172219;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition: background 160ms ease, color 160ms ease;
}
.strip-card a:hover { background: #e7f3e6; color: var(--green); }
body[data-theme="dark"] .strip-card a:hover,
body:has(#themeSwitch:checked) .strip-card a:hover {
  background: #173423;
  color: #eef8ef;
}
body[data-theme="dark"] .strip-card a:hover svg,
body:has(#themeSwitch:checked) .strip-card a:hover svg {
  color: #78c976;
}
.strip-card svg { width: 31px; height: 31px; color: #42ad61; stroke-width: 1.8; }

.section { padding: 78px 0; }
.intro { padding-top: 96px; }
html[data-theme="dark"] .intro,
body[data-theme="dark"] .intro,
body:has(#themeSwitch:checked) .intro {
  background:
    linear-gradient(180deg, #10281b 0%, #12311f 100%);
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}
h2 { margin: 0 0 18px; font-size: 42px; line-height: 1.12; letter-spacing: -.4px; }
h3, p { margin-top: 0; }
.lead { max-width: 600px; color: var(--muted); line-height: 1.7; }

.garden-offer,
.transport-offer {
  padding: 76px 0;
  color: #fff;
  scroll-margin-top: 148px;
}
.garden-offer {
  background:
    linear-gradient(90deg, rgba(2,18,11,.94), rgba(0,36,20,.84)),
    url("assets/hero-garden-trans.webp") center / cover no-repeat;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.transport-offer {
  background:
    linear-gradient(90deg, rgba(0,36,20,.98), rgba(2,18,11,.9)),
    url("assets/fb/enhanced/fb-04.jpg") center / cover no-repeat;
  border-top: 1px solid rgba(255,255,255,.1);
}
.garden-offer__grid,
.transport-offer__grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 48px;
  align-items: center;
}
.garden-offer__grid {
  grid-template-columns: 1fr;
  gap: 34px;
}
.garden-offer__copy {
  max-width: 860px;
}
.garden-offer .eyebrow,
.transport-offer .eyebrow { color: #78c976; }
.garden-offer h2,
.transport-offer h2 {
  max-width: 640px;
  color: #fff;
  font-size: 46px;
}
.garden-offer__copy > p:not(.eyebrow),
.transport-offer__copy > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.75;
}
.garden-offer__badges,
.transport-offer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}
.garden-offer__badges span,
.transport-offer__badges span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(120,201,118,.28);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.garden-offer__badges svg,
.transport-offer__badges svg {
  width: 18px;
  height: 18px;
  color: #78c976;
}
.garden-services,
.transport-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.garden-services {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.garden-services article,
.transport-services article {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}
.garden-services article {
  min-height: 228px;
}
body[data-theme="dark"] .garden-services article,
body[data-theme="dark"] .transport-services article,
body:has(#themeSwitch:checked) .garden-services article,
body:has(#themeSwitch:checked) .transport-services article {
  background: rgba(16,37,26,.96);
  border-color: rgba(199,224,206,.18);
}
.garden-services svg,
.transport-services svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  color: var(--green);
  stroke-width: 1.8;
}
.garden-services h3,
.transport-services h3 {
  margin: 0 0 10px;
  color: #132017;
  font-size: 20px;
}
body[data-theme="dark"] .garden-services h3,
body[data-theme="dark"] .transport-services h3,
body:has(#themeSwitch:checked) .garden-services h3,
body:has(#themeSwitch:checked) .transport-services h3 { color: var(--card-text); }
.garden-services p,
.transport-services p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.service-limit {
  width: fit-content;
  margin-top: auto;
  padding: 8px 10px;
  color: #0f6f2f;
  background: #edf8ef;
  border: 1px solid #cfead5;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.service-limit-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}
.service-limit-panel div {
  padding: 24px 28px;
  color: #132017;
  border-right: 1px solid var(--line);
}
.service-limit-panel div:last-child { border-right: 0; }
.service-limit-panel small {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.service-limit-panel strong {
  display: block;
  margin-bottom: 6px;
  font-size: 28px;
  line-height: 1.05;
}
.service-limit-panel span {
  color: var(--muted);
  line-height: 1.45;
}
body[data-theme="dark"] .service-limit-panel,
body:has(#themeSwitch:checked) .service-limit-panel {
  background: var(--surface);
  border-color: var(--line);
}
body[data-theme="dark"] .service-limit-panel div,
body:has(#themeSwitch:checked) .service-limit-panel div { color: var(--text); border-color: var(--line); }

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--surface);
  border: 1px solid var(--line);
}
html[data-theme="dark"] .stats,
body[data-theme="dark"] .stats,
body:has(#themeSwitch:checked) .stats {
  background: #12311f;
}
html[data-theme="dark"] .stats__grid,
body[data-theme="dark"] .stats__grid,
body:has(#themeSwitch:checked) .stats__grid {
  background: linear-gradient(180deg, #164126, #0f3320);
  border-color: rgba(169,226,181,.34);
  box-shadow: 0 18px 48px rgba(0,0,0,.2);
}
.stats__grid--clear {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}
.stats__grid div { padding: 26px 38px; border-right: 1px solid var(--line); }
.stats__grid div:last-child { border-right: 0; }
.stats small {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.stats strong { display: block; font-size: 28px; font-weight: 900; }
.stats span { color: var(--muted); font-size: 14px; }

.home-wow {
  padding: 50px 0 92px;
  background:
    radial-gradient(circle at 12% 24%, rgba(104,211,109,.12), transparent 26%),
    radial-gradient(circle at 84% 10%, rgba(18,166,74,.11), transparent 25%),
    linear-gradient(180deg, #061a10 0%, #0a2517 46%, #06170f 100%);
}
html[data-theme="light"] .home-wow,
body[data-theme="light"] .home-wow {
  background:
    radial-gradient(circle at 12% 30%, rgba(18,166,74,.12), transparent 28%),
    linear-gradient(180deg, #edf5ed 0%, #dfeee1 100%);
}
.home-wow__grid {
  display: grid;
  grid-template-columns: .78fr 1.38fr .94fr;
  gap: 18px;
  align-items: stretch;
}
.why-panel,
.home-benefits,
.home-quote-card,
.home-projects-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.why-panel {
  position: relative;
  padding: 30px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(22,65,38,.82), rgba(8,31,18,.72));
  backdrop-filter: blur(10px);
}
.why-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(#95e96d, var(--green));
}
.why-panel h2 {
  position: relative;
  font-size: 29px;
  line-height: 1.14;
}
.why-panel p {
  position: relative;
  color: rgba(235,250,238,.78);
  line-height: 1.72;
}
.why-panel .eyebrow {
  color: #95e96d;
}
.home-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(22,65,38,.82), rgba(13,45,27,.78));
  backdrop-filter: blur(10px);
}
html[data-theme="light"] .home-benefits,
body[data-theme="light"] .home-benefits {
  background: rgba(255,255,255,.72);
}
.home-benefits div {
  min-height: 186px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 20px 18px;
  text-align: center;
  border-right: 1px solid var(--line);
  transition: background 160ms ease, transform 160ms ease;
}
.home-benefits div:last-child { border-right: 0; }
.home-benefits div:hover {
  background: rgba(104,211,109,.08);
  transform: translateY(-2px);
}
.home-benefits svg {
  width: 38px;
  height: 38px;
  padding: 8px;
  color: var(--green-2);
  border: 1px solid rgba(104,211,109,.34);
  border-radius: 7px;
}
.home-benefits strong {
  font-size: 15px;
  line-height: 1.35;
}
.home-benefits span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.home-quote-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 28px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(110deg, rgba(8,31,18,.98), rgba(8,31,18,.78) 52%, rgba(8,31,18,.34)),
    url("assets/fb/facebook-public/full-enhanced/fb-full-08.webp") center / cover no-repeat;
}
.home-quote-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(104,211,109,.42), transparent 62%);
}
.home-quote-card > div {
  position: relative;
  z-index: 1;
}
.home-quote-card h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 27px;
  line-height: 1.16;
}
.home-quote-card p {
  max-width: 280px;
  color: rgba(255,255,255,.82);
  line-height: 1.6;
}
.home-projects-card {
  display: grid;
  grid-template-columns: .8fr 1.35fr .85fr;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(22,65,38,.82), rgba(8,31,18,.76));
  backdrop-filter: blur(10px);
}
html[data-theme="light"] .home-projects-card,
body[data-theme="light"] .home-projects-card {
  background: rgba(255,255,255,.78);
}
.home-projects-card__copy h2 {
  font-size: 30px;
}
.home-projects-card__copy p,
.home-opinion p {
  color: var(--muted);
  line-height: 1.65;
}
.home-projects-card__copy .btn {
  margin-top: 12px;
  color: var(--text);
  border-color: var(--line);
}
body[data-theme="dark"] .home-projects-card__copy .btn,
body:has(#themeSwitch:checked) .home-projects-card__copy .btn {
  color: #fff;
}
.home-projects-card__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.home-projects-card__photos img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform 160ms ease, filter 160ms ease;
}
.home-projects-card__photos img:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
}
.home-opinion {
  padding: 20px;
  background: rgba(5,23,13,.28);
  border: 1px solid rgba(169,226,181,.16);
  border-radius: 8px;
}
.home-opinion h3 {
  font-size: 23px;
  line-height: 1.2;
}
.home-opinion strong {
  color: #95e96d;
  letter-spacing: 4px;
}

.cta { padding: 28px 0 74px; }
.cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 38px;
  color: #fff;
  background: #062e1c;
  border-radius: 6px;
}
.cta__box .eyebrow, .cta__box p { color: rgba(255,255,255,.78); }
.cta__box h2 { margin-bottom: 6px; font-size: 26px; }

.about {
  padding: 118px 0 92px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,36,20,.98), rgba(0,36,20,.92)),
    url("assets/hero-garden-trans.webp") center / cover no-repeat;
}
.about__grid, .planner__grid, .quote__grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 78px;
  align-items: center;
}
.about__copy {
  max-width: 760px;
}
.about h2 {
  max-width: 720px;
  font-size: 52px;
}
.about p {
  max-width: 720px;
  color: rgba(255,255,255,.8);
  font-size: 17px;
  line-height: 1.8;
}
.about__story {
  margin-top: 24px;
}
.about__story p {
  max-width: none;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.72;
  break-inside: avoid;
}
.about__more-content p:last-child {
  color: rgba(255,255,255,.94);
  font-weight: 700;
}
.about__more {
  overflow: hidden;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
}
.about__more summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  transition: background 160ms ease;
}
.about__more summary::-webkit-details-marker {
  display: none;
}
.about__more summary:hover {
  background: rgba(120,201,118,.09);
}
.about__more summary svg {
  width: 20px;
  height: 20px;
  color: #78c976;
  transition: transform 180ms ease;
}
.about__more[open] summary svg {
  transform: rotate(180deg);
}
.about__more-content {
  padding: 24px 22px 4px;
  border-top: 1px solid rgba(255,255,255,.12);
  column-count: 2;
  column-gap: 30px;
  column-rule: 1px solid rgba(255,255,255,.08);
}
.about__info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}
.about__info span {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}
.about__info svg {
  width: 22px;
  height: 22px;
  color: #78c976;
  flex: 0 0 auto;
}
.about__timeline-card {
  padding: 28px;
  background:
    linear-gradient(160deg, rgba(120,201,118,.18), rgba(2,18,11,.9)),
    repeating-linear-gradient(135deg, rgba(161,216,101,.16) 0 10px, transparent 10px 22px);
  border: 1px solid rgba(120,201,118,.26);
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.company-timeline {
  display: grid;
  gap: 0;
}
.company-timeline div {
  position: relative;
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 22px;
  padding: 24px 0 24px 28px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.company-timeline div:last-child {
  border-bottom: 0;
}
.company-timeline div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: -30px;
  width: 3px;
  background: linear-gradient(#78c976, rgba(120,201,118,.18));
}
.company-timeline div:last-child::before {
  bottom: 30px;
}
.company-timeline div::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 27px;
  width: 15px;
  height: 15px;
  background: #78c976;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(120,201,118,.16);
}
.company-timeline strong {
  color: #a1d865;
  font-size: 38px;
  line-height: .95;
  font-weight: 900;
  font-style: italic;
}
.company-timeline span {
  color: rgba(255,255,255,.86);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.projects__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.projects article,
.gallery article { background: var(--surface); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; box-shadow: 0 12px 34px rgba(25,61,34,.08); transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.projects article:hover,
.gallery article:hover { transform: translateY(-3px); border-color: rgba(17,146,59,.34); box-shadow: 0 18px 42px rgba(25,61,34,.14); }
.projects img { width: 100%; aspect-ratio: 1.18; object-fit: cover; image-rendering: auto; }
.projects span { display: block; margin: 18px 22px 6px; color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.projects h3 { margin: 0 22px 24px; font-size: 17px; }

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.gallery article {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 260px;
  background: #07130d;
  cursor: zoom-in;
}
.gallery img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease, filter 220ms ease;
}
.gallery article:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}
.gallery article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(4,26,14,.2));
  opacity: 0;
  transition: opacity 220ms ease;
}
.gallery article:hover::after { opacity: 1; }
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 34px;
  background: rgba(2, 12, 7, .88);
  backdrop-filter: blur(12px);
}
.gallery-lightbox.is-open { display: grid; }
.gallery-lightbox img {
  max-width: min(1100px, 94vw);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.gallery-lightbox__stage {
  position: relative;
  display: grid;
  place-items: center;
  max-width: min(1100px, calc(100vw - 280px));
  max-height: 86vh;
}
.gallery-lightbox__stage img {
  max-width: 100%;
  max-height: 86vh;
}
.gallery-lightbox > button {
  position: fixed;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(16,37,26,.9);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  cursor: pointer;
}
.gallery-lightbox svg {
  width: 22px;
  height: 22px;
}
.gallery-lightbox .gallery-lightbox__arrow {
  position: fixed;
  top: 50%;
  width: 56px;
  height: 56px;
  transform: translateY(-50%);
  color: #a1d865;
  background:
    linear-gradient(160deg, rgba(120,201,118,.2), rgba(2,18,11,.94)),
    repeating-linear-gradient(135deg, rgba(161,216,101,.18) 0 8px, transparent 8px 18px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(120,201,118,.16), 0 18px 36px rgba(0,0,0,.34);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
.gallery-lightbox__arrow--prev { left: clamp(24px, 5vw, 86px); }
.gallery-lightbox__arrow--next { right: clamp(24px, 5vw, 86px); }
.gallery-lightbox__arrow:hover {
  color: #eaffdf;
  box-shadow: 0 0 0 8px rgba(120,201,118,.22), 0 22px 42px rgba(0,0,0,.38);
}

.metamorphosis {
  min-height: calc(100vh - 145px);
  padding: 82px 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(120,201,118,.17), transparent 30%),
    linear-gradient(135deg, var(--wash), var(--surface-soft));
}
.metamorphosis__grid {
  display: grid;
  grid-template-columns: .86fr 1.3fr;
  gap: 34px;
  align-items: center;
}
.metamorphosis__copy {
  padding: 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.metamorphosis__copy h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
}
.metamorphosis__copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.metamorphosis__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
}
.metamorphosis__stats div {
  padding: 16px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 7px;
}
.metamorphosis__stats strong {
  display: block;
  color: var(--green);
  font-size: 24px;
  line-height: 1;
}
.metamorphosis__stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.compare-card {
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.compare-stage {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 0;
  max-height: min(720px, calc(100vh - 210px));
  overflow: hidden;
  background: #07130d;
  border-radius: 7px;
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
}
.compare-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.compare-after {
  position: absolute;
  inset: 0;
  width: var(--split);
  overflow: hidden;
}
.compare-after img {
  width: var(--stage-width, 100%);
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.compare-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(#78c976, rgba(120,201,118,.18));
  box-shadow: 0 0 0 1px rgba(0,0,0,.22), 0 0 32px rgba(120,201,118,.45);
  pointer-events: none;
}
.compare-line::after {
  content: "‹ ›";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  color: #a1d865;
  background:
    linear-gradient(160deg, rgba(120,201,118,.2), rgba(2,18,11,.94)),
    repeating-linear-gradient(135deg, rgba(161,216,101,.18) 0 8px, transparent 8px 18px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(120,201,118,.16), 0 18px 36px rgba(0,0,0,.34);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1;
}
.compare-label {
  position: absolute;
  top: 16px;
  padding: 9px 13px;
  color: #fff;
  background: rgba(3, 32, 17, .72);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.compare-label--before { left: 16px; }
.compare-label--after { right: 16px; }
.compare-controls {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 6px 2px;
}
.compare-controls span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.compare-range {
  width: 100%;
  accent-color: var(--green);
}
.compare-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 14px;
}
.compare-gallery button {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 8px;
  color: var(--text);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 7px;
  text-align: left;
  cursor: pointer;
}
.compare-gallery button.is-active {
  border-color: rgba(17,146,59,.65);
  box-shadow: 0 0 0 2px rgba(17,146,59,.16);
}
.compare-gallery img {
  width: 72px;
  height: 58px;
  object-fit: cover;
  border-radius: 5px;
}
.compare-gallery span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.planner {
  padding: 92px 0;
  background:
    linear-gradient(180deg, #e6f1e5 0%, var(--wash) 100%);
}
body[data-theme="dark"] .planner,
body[data-theme="dark"] .guide,
body[data-theme="dark"] .quote,
body[data-theme="dark"] .metamorphosis,
body:has(#themeSwitch:checked) .planner,
body:has(#themeSwitch:checked) .guide,
body:has(#themeSwitch:checked) .quote {
  background: var(--wash);
}
body[data-theme="dark"] .plan-flow div,
body[data-theme="dark"] .form-brief,
body[data-theme="dark"] .form-brief--transport,
body[data-theme="dark"] .metamorphosis__copy,
body[data-theme="dark"] .compare-card,
body[data-theme="dark"] .metamorphosis__stats div,
body[data-theme="dark"] .compare-gallery button,
body:has(#themeSwitch:checked) .plan-flow div,
body:has(#themeSwitch:checked) .form-brief,
body:has(#themeSwitch:checked) .form-brief--transport {
  background: var(--surface);
  color: var(--text);
  border-color: var(--line);
}
body[data-theme="dark"] .plan-flow div:hover,
body:has(#themeSwitch:checked) .plan-flow div:hover,
body[data-theme="dark"] .projects article:hover,
body:has(#themeSwitch:checked) .projects article:hover,
body[data-theme="dark"] .gallery article:hover,
body:has(#themeSwitch:checked) .gallery article:hover,
body[data-theme="dark"] .guide-card:hover,
body:has(#themeSwitch:checked) .guide-card:hover,
body[data-theme="dark"] .contact-card p:hover,
body:has(#themeSwitch:checked) .contact-card p:hover {
  background: #173423;
  border-color: rgba(120,201,118,.46);
  box-shadow: 0 16px 38px rgba(120,201,118,.08), 0 0 0 1px rgba(120,201,118,.12);
}
body[data-theme="dark"] .choice:hover,
body:has(#themeSwitch:checked) .choice:hover,
body[data-theme="dark"] .checkgrid label:hover span,
body:has(#themeSwitch:checked) .checkgrid label:hover span {
  background: rgba(120,201,118,.22);
  border-color: rgba(120,201,118,.62);
  box-shadow: 0 0 0 2px rgba(120,201,118,.18);
}
body[data-theme="dark"] .quote-form input,
body[data-theme="dark"] .quote-form select,
body[data-theme="dark"] .quote-form textarea,
body:has(#themeSwitch:checked) .quote-form input,
body:has(#themeSwitch:checked) .quote-form select,
body:has(#themeSwitch:checked) .quote-form textarea {
  background: #071910;
  color: var(--text);
  border-color: var(--line);
}
.planner__grid { grid-template-columns: 1fr 480px; align-items: center; }
.planner__copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.plan-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 30px 0;
}
.plan-flow div {
  min-height: 158px;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(25,61,34,.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}
.plan-flow div:hover { transform: translateY(-3px); background: #f6fbef; border-color: rgba(17,146,59,.3); box-shadow: 0 18px 42px rgba(25,61,34,.13); }
.plan-flow svg {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--green);
}
.plan-flow strong { display: block; margin-bottom: 8px; font-size: 16px; }
.plan-flow span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.how, .brief, .contact-card, .quote-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(25,61,34,.09);
}
.how { max-width: 640px; margin-top: 0; padding: 26px; }
.brief {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(6,46,28,.97), rgba(0,36,20,.99)),
    url("assets/hero-garden-trans.webp") center / cover no-repeat;
  color: #fff;
}
.brief .eyebrow { color: #78c976; }
.brief h3 { font-size: 28px; }
.range-box {
  display: grid;
  gap: 16px;
  padding: 18px;
  margin: 22px 0;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
}
.range-box div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}
.range-box span, .option-group > p { color: rgba(255,255,255,.76); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.range-box strong { color: #fff; font-size: 30px; line-height: 1; }
.range-box input { width: 100%; accent-color: var(--green-2); cursor: pointer; }
.option-group { margin-top: 20px; }
.option-group > p { margin-bottom: 10px; }
.option-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice {
  min-height: 74px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 10px 8px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 7px;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
.choice:hover {
  color: #fff;
  background: rgba(120,201,118,.18);
  border-color: rgba(120,201,118,.48);
  box-shadow: 0 0 0 2px rgba(120,201,118,.12);
  transform: translateY(-1px);
}
.choice svg { width: 22px; height: 22px; color: #78c976; }
.choice span { font-size: 12px; font-weight: 900; text-align: center; }
.choice.is-selected {
  color: #fff;
  background: rgba(17,146,59,.34);
  border-color: rgba(120,201,118,.7);
  box-shadow: inset 0 0 0 1px rgba(120,201,118,.26), 0 0 0 2px rgba(120,201,118,.08);
}
.checkgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.checkgrid label { margin: 0; cursor: pointer; }
.checkgrid input { position: absolute; opacity: 0; pointer-events: none; }
.checkgrid span {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
.checkgrid label:hover span {
  color: #fff;
  background: rgba(120,201,118,.18);
  border-color: rgba(120,201,118,.48);
  box-shadow: 0 0 0 2px rgba(120,201,118,.12);
  transform: translateY(-1px);
}
.checkgrid svg { width: 19px; height: 19px; color: #78c976; flex: 0 0 auto; }
.checkgrid input:checked + span {
  color: #fff;
  background: rgba(17,146,59,.34);
  border-color: rgba(120,201,118,.7);
  box-shadow: inset 0 0 0 1px rgba(120,201,118,.18);
}
.brief-summary {
  margin: 22px 0;
  padding: 14px 16px;
  color: #dff4df;
  background: rgba(0,0,0,.22);
  border-left: 3px solid var(--green-2);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}
.plan-submit { width: 100%; }

.guide {
  padding: 84px 0;
  background: var(--surface-soft);
}
.guide h2 { max-width: 680px; }
.guide__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 34px;
}
.guide-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(25,61,34,.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.guide-card:hover { transform: translateY(-3px); border-color: rgba(17,146,59,.34); box-shadow: 0 18px 42px rgba(25,61,34,.14); }
.guide img { width: 100%; aspect-ratio: 1.42; object-fit: cover; }
.guide-card > div:last-child { padding: 22px; }
.guide-card__placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 1.42;
  color: var(--green-2);
  background: var(--surface-soft);
}
.guide-card__placeholder svg { width: 48px; height: 48px; }
.guide span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.guide h3 { margin: 0 0 10px; font-size: 20px; }
.guide p { margin: 0; color: var(--muted); line-height: 1.65; }

.blog {
  padding: 84px 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(120,201,118,.13), transparent 26%),
    linear-gradient(180deg, var(--surface-soft), var(--wash));
}
.blog h2 {
  max-width: 850px;
  margin-bottom: 28px;
}
.blog__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}
.blog__back svg {
  width: 16px;
  height: 16px;
}
.blog__hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 26px;
}
.blog__hero img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 46px rgba(25,61,34,.12);
}
.blog__image-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  color: var(--green-2);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.blog__image-placeholder svg { width: 76px; height: 76px; }
.blog__hero > div,
.blog__grid article {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(25,61,34,.08);
}
.blog__hero h3,
.blog__grid h3 {
  margin: 0 0 12px;
  font-size: 26px;
}
.blog__hero p,
.blog__grid p {
  color: var(--muted);
  line-height: 1.72;
}
.blog__hero p { font-size: 17px; }
.blog__hero ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.blog__hero li {
  padding: 12px 14px;
  background: rgba(120,201,118,.1);
  border: 1px solid rgba(120,201,118,.18);
  border-radius: 6px;
  font-weight: 800;
}
.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}
.blog__grid article {
  position: relative;
}
.blog__grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #eaffdf;
  background:
    linear-gradient(160deg, rgba(120,201,118,.18), rgba(2,18,11,.88)),
    repeating-linear-gradient(135deg, rgba(161,216,101,.13) 0 10px, transparent 10px 22px);
  border: 1px solid rgba(120,201,118,.24);
  border-radius: 50%;
  font-weight: 900;
}
.blog__grid strong {
  display: block;
  margin-top: 18px;
  padding: 13px 14px;
  color: var(--text);
  background: rgba(120,201,118,.1);
  border: 1px solid rgba(120,201,118,.18);
  border-radius: 6px;
  line-height: 1.55;
}

.quote { padding: 84px 0; background: var(--surface-soft); }
.quote__grid {
  grid-template-columns: 390px 1fr;
  align-items: start;
}
.contact-card { padding: 0; background: transparent; border: 0; box-shadow: none; }
.contact-card h3 { font-size: 28px; line-height: 1.15; margin-bottom: 24px; }
.contact-card p {
  padding: 15px 18px;
  margin: 0 0 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(25,61,34,.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.contact-card p:hover { transform: translateX(2px); border-color: rgba(17,146,59,.32); box-shadow: 0 12px 28px rgba(25,61,34,.12); }
.quote-plan-card {
  margin-top: 22px;
  padding: 20px;
  color: #fff;
  background: #062e1c;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(0,28,13,.12);
}
.quote-plan-card span {
  display: block;
  margin-bottom: 8px;
  color: #78c976;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.quote-plan-card strong { display: block; margin-bottom: 14px; line-height: 1.55; }
.quote-plan-card a {
  display: inline-flex;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.5);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.quote-forms { display: grid; gap: 20px; }
.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 28px; }
.quote-form label { display: grid; gap: 7px; color: #2f3a33; font-size: 13px; font-weight: 700; }
body[data-theme="dark"] .quote-form label,
body:has(#themeSwitch:checked) .quote-form label { color: var(--text); }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 12px 13px;
  background: #fefff8;
}
.quote-form .full { grid-column: 1 / -1; }
.quote-form .is-hidden-field { display: none; }
.quote-form button:disabled {
  opacity: .72;
  cursor: wait;
}
.quote-form button.is-sending {
  position: relative;
  padding-left: 46px;
}
.quote-form button.is-sending::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: form-spin .7s linear infinite;
}
.form-brief {
  padding: 18px 20px;
  color: #24402d;
  background: #ecfaee;
  border: 1px solid #cdeed4;
  border-radius: 6px;
}
.form-brief--transport {
  color: #173522;
  background: #f1f7f2;
  border-color: #d8e8dc;
}
.form-brief p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}
.form-brief p + p { margin-top: 6px; }

.response-time-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin-top: 14px;
  padding: 16px;
  color: var(--text);
  background: rgba(18,166,74,.09);
  border: 1px solid rgba(18,166,74,.25);
  border-radius: 8px;
}
.response-time-card > svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--green);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
}
.response-time-card strong,
.response-time-card span { display: block; }
.response-time-card strong { margin-bottom: 4px; }
.response-time-card span { color: var(--muted); font-size: 13px; line-height: 1.5; }

.photo-upload {
  padding: 16px;
  background: rgba(18,166,74,.055);
  border: 1px dashed rgba(18,166,74,.42);
  border-radius: 8px;
}
.photo-upload > p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.photo-upload > p svg { flex: 0 0 auto; width: 17px; height: 17px; color: var(--green); }
.photo-preview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}
.photo-preview:empty { display: none; }
.photo-preview figure { position: relative; margin: 0; }
.photo-preview img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.photo-preview figcaption {
  position: absolute;
  inset: auto 4px 4px;
  padding: 3px 5px;
  overflow: hidden;
  color: #fff;
  background: rgba(0,24,13,.78);
  border-radius: 4px;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.privacy-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.antispam-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.antispam-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -2px 0 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.antispam-note svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: var(--green);
}
.privacy-note a,
.quote-form .privacy-check a {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.quote-form .privacy-check {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  color: var(--text);
  background: rgba(120,201,118,.08);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 600;
  line-height: 1.5;
}
.quote-form .privacy-check input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--green);
}

.privacy {
  padding: 84px 0;
  background: var(--surface-soft);
}
.privacy__card {
  max-width: 940px;
  padding: 46px 54px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.privacy__card h1 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.06;
}
.privacy__card h2 {
  margin: 38px 0 12px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.25;
}
.privacy__card p,
.privacy__card li {
  color: var(--muted);
  line-height: 1.75;
}
.privacy__card p { margin: 0 0 12px; }
.privacy__card ul { margin: 8px 0 18px; padding-left: 22px; }
.privacy__card li + li { margin-top: 5px; }
.privacy__card li::marker { color: var(--green); }
.privacy__card a:not(.btn) {
  color: var(--green);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.privacy__updated { font-size: 13px; }
.privacy__intro {
  margin: 28px 0 34px;
  padding: 22px 24px;
  background: rgba(120,201,118,.1);
  border: 1px solid rgba(120,201,118,.28);
  border-left: 4px solid var(--green);
  border-radius: 7px;
}
.privacy__intro strong {
  display: block;
  margin-bottom: 7px;
  color: var(--text);
  font-size: 18px;
}
.privacy__intro p { margin: 0; }
.privacy__back {
  width: auto;
  margin-top: 30px;
}
.privacy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.privacy__actions .btn {
  width: auto;
  margin: 0;
}
.cookie-table {
  margin: 18px 0 26px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.cookie-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.cookie-table th,
.cookie-table td {
  padding: 15px 16px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}
.cookie-table th {
  color: var(--text);
  background: rgba(120,201,118,.1);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cookie-table tr:last-child td { border-bottom: 0; }
.cookie-table code {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 400;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  padding: 20px;
  color: #f4fff5;
  background: rgba(5, 27, 16, .98);
  border: 1px solid rgba(149,233,109,.48);
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 22px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.cookie-banner.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.cookie-banner__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #95e96d;
  background: rgba(149,233,109,.12);
  border: 1px solid rgba(149,233,109,.3);
  border-radius: 50%;
}
.cookie-banner__icon svg { width: 25px; height: 25px; }
.cookie-banner__copy strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}
.cookie-banner__copy p {
  margin: 0 0 5px;
  color: rgba(244,255,245,.76);
  font-size: 13px;
  line-height: 1.55;
}
.cookie-banner__copy a {
  color: #95e96d;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
}
.cookie-banner__actions .btn {
  width: auto;
  min-height: 44px;
  white-space: nowrap;
}
.cookie-banner__reject {
  color: #f4fff5;
  background: transparent;
  border: 1px solid rgba(255,255,255,.3);
}
.cookie-banner__reject:hover { background: rgba(255,255,255,.08); }

.form-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 200;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 36px;
  gap: 14px;
  align-items: center;
  width: min(460px, calc(100vw - 32px));
  padding: 16px;
  color: #f6fff8;
  background: rgba(8, 35, 21, .98);
  border: 1px solid rgba(120, 201, 118, .55);
  border-radius: 8px;
  box-shadow: 0 22px 65px rgba(0, 0, 0, .38);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.form-notice.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.form-notice.is-error {
  background: rgba(56, 19, 17, .98);
  border-color: rgba(255, 112, 97, .65);
}
.form-notice__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #07150c;
  background: var(--green-2);
  border-radius: 50%;
}
.form-notice.is-error .form-notice__icon {
  color: #fff;
  background: #d95549;
}
.form-notice__icon svg { width: 23px; height: 23px; }
.form-notice strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
}
.form-notice p {
  margin: 0;
  color: #cce1d1;
  font-size: 14px;
  line-height: 1.45;
}
.form-notice > button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #eaf7ed;
  background: transparent;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}
.form-notice > button:hover { background: rgba(255,255,255,.1); }
.form-notice > button svg { width: 17px; height: 17px; }

@keyframes form-spin {
  to { transform: rotate(360deg); }
}

.footer {
  position: relative;
  padding: 64px 0;
  color: rgba(255,255,255,.82);
  background:
    linear-gradient(180deg, #071b11 0%, #03120b 100%);
  border-top: 1px solid rgba(120,201,118,.22);
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(120,201,118,.75), transparent);
}
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 80px; }
.footer img { width: 210px; margin-bottom: 16px; filter: invert(1); }
.footer__logo { display: inline-flex !important; margin: 0 !important; }
.footer__social {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 18px !important;
  padding: 10px 14px;
  color: #fff;
  background: #1877f2;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
}
.footer__social:hover { transform: translateY(-2px); background: #0f65d7; }
.footer__social-icon {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  color: #1877f2;
  background: #fff;
  border-radius: 50%;
  font: 900 17px/1 Arial, sans-serif;
}
.footer__social span { display: inline; margin: 0; color: #fff; }
.footer small { display: block; max-width: 280px; margin-top: 16px; color: rgba(255,255,255,.62); line-height: 1.5; }
.footer h3 { color: #fff; margin-bottom: 16px; }
.footer a, .footer span { display: block; margin: 10px 0; }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 38px;
  padding-top: 22px;
  color: rgba(255,255,255,.62);
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
}
.footer__bottom span,
.footer__bottom a { margin: 0; }
.footer__bottom a { color: rgba(255,255,255,.82); }
.footer__bottom > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}
.footer__bottom button {
  display: inline;
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.82);
  background: transparent;
  border: 0;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

@media (max-width: 1450px) {
  .nav__inner { gap: 24px; }
  .logo { width: 220px; flex-basis: 220px; }
  .logo img { width: 215px; }
  .nav__links {
    gap: 14px;
    font-size: 12px;
  }
  .lang > button,
  .theme-toggle {
    padding-inline: 11px;
  }
  .nav__links .btn {
    padding-inline: 20px;
  }
}

@media (max-width: 1300px) {
  .wrap { width: min(1180px, calc(100% - 40px)); }
  .nav__links { gap: 15px; font-size: 12px; }
  .logo { width: 235px; flex-basis: 235px; }
  .hero h1 { font-size: 62px; }
  .home-wow__grid {
    grid-template-columns: 1fr;
  }
  .why-panel {
    padding-right: 0;
  }
  .home-projects-card {
    grid-template-columns: .8fr 1.2fr;
  }
  .home-opinion {
    grid-column: 1 / -1;
    padding-left: 20px;
  }
}

@media (max-width: 1100px) {
  html { scroll-padding-top: 141px; }
  .wrap { width: min(100% - 40px, 920px); }
  body { padding-top: 141px; }

  .topbar {
    height: auto;
    padding: 8px 0;
    font-size: 12px;
  }
  .topbar__inner {
    align-items: flex-start;
    gap: 8px;
  }
  .topbar__group {
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .nav {
    height: 82px;
  }
  .nav__inner {
    position: relative;
    justify-content: space-between;
    gap: 18px;
  }
  .logo {
    width: 190px;
    flex: 0 1 190px;
    justify-content: flex-start;
  }
  .logo img {
    width: 184px;
    height: 74px;
  }
  .nav__toggle {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    color: var(--dark);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,28,13,.08);
    cursor: pointer;
  }
  .nav__toggle svg {
    width: 24px;
    height: 24px;
  }
  .nav__links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    display: grid;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0,28,13,.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: 160ms ease;
  }
  .nav__links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  html[data-theme="dark"] .nav__links,
  body[data-theme="dark"] .nav__links,
  body:has(#themeSwitch:checked) .nav__links {
    color: var(--text);
    background: #0d2b1b;
    border-color: rgba(204,233,211,.28);
    box-shadow: 0 18px 44px rgba(0,0,0,.34);
  }
  .nav__links > a:not(.btn),
  .nav-dropdown__button {
    height: auto;
    min-height: 48px;
    padding: 0 12px;
    border-radius: 6px;
  }
  .nav__links > a:not(.btn)::after,
  .nav-dropdown__button::after {
    display: none;
  }
  .nav__links > a:not(.btn).active {
    background: #edf8ef;
  }
  html[data-theme="dark"] .nav__links > a:not(.btn).active,
  body[data-theme="dark"] .nav__links > a:not(.btn).active,
  body:has(#themeSwitch:checked) .nav__links > a:not(.btn).active {
    color: #a1ef82;
    background: rgba(120,201,118,.14);
  }
  .nav-dropdown,
  .nav-dropdown__button {
    width: 100%;
  }
  .nav-dropdown__button {
    justify-content: space-between;
  }
  .nav-dropdown__menu {
    position: static;
    display: none;
    margin: 2px 0 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .nav-dropdown:hover .nav-dropdown__menu,
  .nav-dropdown:focus-within .nav-dropdown__menu,
  .nav-dropdown.is-open .nav-dropdown__menu {
    display: grid;
  }
  .nav__links .btn,
  .nav__links .lang,
  .nav__links .lang > button,
  .theme-toggle {
    width: 100%;
  }
  .nav__links .btn {
    margin-top: 8px;
  }
  .lang {
    margin-top: 6px;
  }
  .lang__menu {
    position: static;
    display: none;
    margin-top: 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .lang:hover .lang__menu,
  .lang:focus-within .lang__menu,
  .lang.is-open .lang__menu {
    display: grid;
  }

  .hero {
    min-height: 660px;
    height: auto;
    padding: 76px 0 118px;
    background-position: 58% center;
  }
  .hero__grid {
    height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .hero h1 {
    max-width: 760px;
    font-size: 52px;
    letter-spacing: 0;
  }
  .hero p {
    max-width: 720px;
    font-size: 18px;
  }
  .hero__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    border-radius: 8px;
  }
  .hero__features div {
    padding: 14px;
  }
  .quick-contact {
    right: 20px;
    top: auto;
    bottom: 92px;
    z-index: 5;
    width: auto;
    height: 46px;
    grid-auto-flow: column;
    padding: 0 16px;
    border-radius: 6px;
  }
  .quick-contact span {
    writing-mode: horizontal-tb;
    transform: none;
    letter-spacing: 0;
  }

  .service-strip {
    margin-top: -68px;
  }
  .strip-card {
    width: min(100% - 40px, 920px);
    grid-template-columns: repeat(3, 1fr);
  }

  .garden-offer,
  .transport-offer {
    padding: 66px 0;
    scroll-margin-top: 126px;
  }
  .garden-offer__grid,
  .transport-offer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .garden-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-limit-panel {
    grid-template-columns: 1fr;
  }
  .service-limit-panel div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .service-limit-panel div:last-child {
    border-bottom: 0;
  }
  .stats__grid--clear {
    grid-template-columns: repeat(2, 1fr);
  }

  .planner__grid,
  .quote__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .about__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .about h2 {
    font-size: 44px;
  }
  .about__info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about__timeline-card {
    padding: 24px;
  }
  .metamorphosis__grid {
    grid-template-columns: 1fr;
  }

  .projects__grid,
  .gallery__grid,
  .guide__grid,
  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog__hero {
    grid-template-columns: 1fr;
  }
  .gallery article { min-height: 220px; }
  .plan-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 72px; }
  .wrap { width: min(100% - 28px, 640px); }
  body { padding-top: 0; }

  .topbar {
    display: none;
  }
  .site-header {
    position: sticky;
  }
  .nav {
    height: 72px;
  }
  .logo {
    width: 158px;
    flex-basis: 158px;
  }
  .logo img {
    width: 154px;
    height: 62px;
  }
  .nav__links {
    max-height: calc(100vh - 88px);
  }

  .btn {
    width: 100%;
    min-height: 48px;
    padding-inline: 16px;
    text-align: center;
  }
  .section,
  .about,
  .planner,
  .guide,
  .quote {
    padding: 56px 0;
  }
  h2 {
    font-size: 31px;
    line-height: 1.16;
    letter-spacing: 0;
  }
  .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .hero {
    min-height: auto;
    padding: 58px 0 98px;
    background:
      linear-gradient(90deg, rgba(0,17,10,.94) 0%, rgba(0,26,13,.78) 58%, rgba(0,0,0,.5) 100%),
      url("assets/hero-garden-trans.webp") center center / cover no-repeat;
  }
  .hero h1 {
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 1.08;
  }
  .hero p {
    font-size: 16px;
    line-height: 1.58;
  }
  .hero__actions {
    display: grid;
    gap: 12px;
    margin-top: 26px;
  }
  .hero__features {
    grid-template-columns: 1fr;
  }
  .hero__features div {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }
  .hero__features svg {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
  .quick-contact {
    left: 14px;
    right: 14px;
    bottom: 58px;
    justify-content: center;
  }

  .service-strip {
    margin-top: -42px;
  }
  .strip-card {
    width: min(100% - 28px, 640px);
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip-card a {
    min-height: 116px;
    padding: 14px 10px;
    font-size: 11px;
    line-height: 1.28;
    overflow-wrap: anywhere;
  }
  .strip-card a:last-child { grid-column: 1 / -1; }
  .strip-card svg {
    width: 27px;
    height: 27px;
  }

  .home-wow {
    padding: 34px 0 56px;
  }
  .home-benefits {
    grid-template-columns: 1fr 1fr;
  }
  .home-benefits div {
    min-height: 150px;
  }
  .home-benefits div:nth-child(2n) {
    border-right: 0;
  }
  .home-benefits div:nth-last-child(-n + 2) {
    border-top: 1px solid var(--line);
  }
  .home-projects-card {
    grid-template-columns: 1fr;
  }
  .home-projects-card__photos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .intro {
    padding-top: 64px;
  }
  .garden-offer,
  .transport-offer {
    padding: 54px 0;
    scroll-margin-top: 72px;
  }
  .garden-offer h2,
  .transport-offer h2 {
    font-size: 32px;
  }
  .garden-offer__copy > p:not(.eyebrow),
  .transport-offer__copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.62;
  }
  .garden-offer__badges,
  .transport-offer__badges {
    display: grid;
  }
  .garden-services,
  .transport-services {
    grid-template-columns: 1fr;
  }
  .service-limit-panel div {
    padding: 20px;
  }
  .garden-services article,
  .transport-services article {
    min-height: auto;
    padding: 20px;
  }
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats__grid--clear {
    grid-template-columns: 1fr;
  }
  .stats__grid div {
    padding: 22px 18px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .stats__grid--clear div {
    border-right: 0;
  }
  .stats__grid div:nth-child(2n) {
    border-right: 0;
  }
  .stats__grid div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .stats__grid--clear div:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .stats__grid--clear div:last-child {
    border-bottom: 0;
  }
  .cta {
    padding: 16px 0 56px;
  }
  .cta__box {
    display: grid;
    gap: 22px;
    padding: 24px 20px;
  }

  .about h2 {
    font-size: 34px;
  }
  .about__info,
  .plan-flow,
  .projects__grid,
  .gallery__grid,
  .guide__grid,
  .blog__grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .blog__hero {
    grid-template-columns: 1fr;
  }
  .blog__hero img {
    min-height: 240px;
  }
  .gallery article { min-height: 245px; }
  .gallery-lightbox {
    padding: 18px;
  }
  .gallery-lightbox__stage {
    width: 100%;
    max-width: calc(100vw - 36px);
  }
  .gallery-lightbox__stage img {
    max-width: 100%;
    max-height: 82vh;
  }
  .gallery-lightbox .gallery-lightbox__arrow {
    width: 46px;
    height: 46px;
    font-size: 28px;
  }
  .gallery-lightbox__arrow--prev { left: 8px; }
  .gallery-lightbox__arrow--next { right: 8px; }
  .about p {
    font-size: 16px;
  }
  .about__more-content {
    column-count: 1;
    column-rule: 0;
  }
  .about__story p {
    font-size: 15px;
  }
  .about__timeline-card {
    padding: 20px;
  }
  .metamorphosis {
    padding: 42px 0;
  }
  .metamorphosis__copy,
  .compare-card {
    padding: 18px;
  }
  .metamorphosis__stats,
  .compare-controls {
    grid-template-columns: 1fr;
  }
  .compare-gallery {
    grid-template-columns: 1fr;
  }
  .compare-stage,
  .compare-stage img {
    min-height: 0;
    max-height: none;
  }
  .company-timeline div {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0 24px 24px;
  }
  .company-timeline strong {
    font-size: 42px;
  }
  .company-timeline span {
    font-size: 15px;
  }

  .planner__copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .plan-flow div {
    min-height: auto;
  }
  .brief {
    padding: 22px 16px;
  }
  .range-box div {
    display: grid;
    gap: 8px;
  }
  .range-box strong {
    font-size: 26px;
  }
  .option-row,
  .checkgrid {
    grid-template-columns: 1fr;
  }
  .choice {
    min-height: 58px;
    grid-template-columns: 28px 1fr;
    justify-items: start;
    text-align: left;
  }
  .choice span {
    text-align: left;
  }

  .quote-form {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }
  input,
  select,
  textarea {
    min-width: 0;
    font-size: 16px;
  }
  .contact-card h3 {
    font-size: 24px;
  }
  .contact-card p {
    overflow-wrap: anywhere;
  }
  .form-brief {
    padding: 16px;
  }

  .footer {
    padding: 46px 0;
  }
  .footer img {
    width: 180px;
  }
  .privacy {
    padding: 50px 0;
  }
  .privacy__card {
    padding: 28px 22px;
  }
  .privacy__card h1 {
    font-size: 36px;
  }
  .privacy__card h2 {
    margin-top: 30px;
    font-size: 21px;
  }
  .privacy__intro {
    padding: 18px;
  }
  .privacy__back {
    width: 100%;
  }
  .privacy__actions {
    display: grid;
  }
  .privacy__actions .btn {
    width: 100%;
  }
  .footer__bottom {
    display: grid;
  }
  .footer__bottom > div {
    display: grid;
    justify-content: start;
  }
  .cookie-banner {
    bottom: 10px;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    padding: 16px;
    overflow-y: auto;
  }
  .cookie-banner__icon {
    width: 42px;
    height: 42px;
  }
  .cookie-banner__actions {
    grid-column: 1 / -1;
    display: grid;
  }
  .cookie-banner__actions .btn {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .wrap { width: min(100% - 22px, 360px); }
  .hero h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  .strip-card { width: min(100% - 22px, 360px); }
  .stats__grid { grid-template-columns: 1fr; }
  .stats__grid div,
  .stats__grid div:nth-child(2n),
  .stats__grid div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .stats__grid div:last-child {
    border-bottom: 0;
  }
  .home-benefits {
    grid-template-columns: 1fr;
  }
  .home-benefits div,
  .home-benefits div:nth-child(2n) {
    border-right: 0;
  }
  .home-benefits div:nth-last-child(-n + 2) {
    border-top: 0;
  }
  .home-benefits div + div {
    border-top: 1px solid var(--line);
  }
  .home-projects-card__photos {
    grid-template-columns: 1fr;
  }
  .home-projects-card__photos img {
    aspect-ratio: 1.35;
  }
}

/* Kompaktowy układ mobilny i bezpieczne przełamywanie przy dużym zoomie. */
@media (max-width: 720px) {
  body { overflow-wrap: anywhere; }
  .section,
  .about,
  .planner,
  .guide,
  .quote { padding: 44px 0; }
  .hero { padding: 42px 0 76px; }
  .hero h1 { font-size: clamp(32px, 9vw, 36px); }
  .hero__grid { gap: 24px; }
  .hero__features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; }
  .hero__features div { grid-template-columns: 34px minmax(0, 1fr); gap: 9px; padding: 10px; }
  .hero__features svg { width: 32px; height: 32px; padding: 7px; }
  .hero__features strong { font-size: 13px; line-height: 1.3; }
  .hero__features span { font-size: 11px; }
  .service-strip { margin-top: -32px; }
  .strip-card { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .strip-card a,
  .strip-card a:last-child { grid-column: auto; min-height: 92px; padding: 11px 7px; }
  .home-wow { padding: 28px 0 44px; }
  .garden-offer,
  .transport-offer { padding: 44px 0; }
  .garden-services article,
  .transport-services article { padding: 17px; }
  .contact-card p { padding: 12px 14px; }
  .response-time-card { padding: 13px; }
  .quote__grid { gap: 28px; }
  .quote-form { gap: 12px; padding: 18px 14px; }
  .photo-preview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer { padding: 38px 0; }
  .footer__grid { gap: 26px; }
  .form-notice { right: 10px; bottom: 10px; width: calc(100vw - 20px); padding: 13px; }
}

@media (max-width: 390px) {
  .stats__grid,
  .home-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-projects-card__photos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-projects-card__photos img { aspect-ratio: 1; }
  .gallery article { min-height: 210px; }
}

@media (max-width: 320px) {
  .hero__features,
  .strip-card,
  .stats__grid,
  .home-benefits,
  .home-projects-card__photos,
  .photo-preview { grid-template-columns: 1fr; }
  .strip-card a { min-height: 76px; }
  .form-notice { grid-template-columns: 40px minmax(0, 1fr) 32px; gap: 9px; }
}

@media (hover: none) {
  .projects article:hover,
  .gallery article:hover,
  .guide-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
