:root {
  --paperEl: #FBF6EC;
  --paperEl-tmavsi: #F3EADA;
  --white: #FFFFFF;
  --inkoust: #2B2721;
  --inkoust-lightVar: #5E574C;

  --forest: #2F6046;
  --forest-darkMode: #204634;
  --forest-lightVar: #4C8663;
  --mech: #E4EFE4;

  --sunEl: #E39A1F;
  --sunEl-darkMode: #8A5804;
  --sunEl-light: #FBEBCE;

  --hlina: #A94E2E;
  --hlina-light: #F6E2D8;

  --nebe: #2E6B8C;
  --nebe-light: #DEEBF3;

  --line: #E5DAC5;
  --line-darkVar: #CDBEA2;

  --shadowEl-s: 0 2px 10px rgba(43, 39, 33, .07);
  --shadowEl-m: 0 18px 36px -16px rgba(32, 70, 52, .30);
  --shadowEl-l: 0 26px 60px -24px rgba(32, 70, 52, .40);

  --r: 22px;
  --r-s: 14px;
  --r-xs: 9px;
  --widthVal: 1140px;
  --headBar: 74px;

  --pismo-headingEl: "Trebuchet MS", "Segoe UI", Candara, "Gill Sans MT", Optima, "Avenir Next", system-ui, sans-serif;
  --pismo-text: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--pismo-text);
  color: var(--inkoust);
  background: var(--paperEl);
  font-size: 16.5px;
  line-height: 1.68;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

h1, h2, h3, h4 {
  font-family: var(--pismo-headingEl);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -.005em;
}

a { color: inherit; text-decoration: none; }
p a:not(.tl) { color: var(--forest); font-weight: 600; border-bottom: 2px solid var(--sunEl); }
p a:not(.tl):hover { color: var(--forest-darkMode); background: var(--sunEl-light); }

img, svg { display: block; max-width: 100%; }
img { height: auto; }

ul, ol { list-style: none; }

[hidden] { display: none !important; }

:focus-visible {
  outline: 3px solid var(--nebe);
  outline-offset: 3px;
  border-radius: 4px;
}

.wrapEl {
  width: 100%;
  max-width: var(--widthVal);
  margin: 0 auto;
  padding: 0 18px;
}

.jen-pro-ctecky {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.skipLink {
  position: absolute;
  left: 12px; top: -80px;
  z-index: 400;
  background: var(--forest-darkMode);
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 var(--r-s) var(--r-s);
  font-weight: 700;
  transition: top .18s ease;
}
.skipLink:focus { top: 0; }

.sectionBox { padding: 62px 0; }
.sectionBox--krem { background: var(--paperEl); }
.sectionBox--white { background: var(--white); }
.sectionBox--mech { background: var(--mech); }
.sectionBox--sandy { background: var(--paperEl-tmavsi); }
.sectionBox--forest { background: var(--forest-darkMode); color: #EAF3EC; }
.sectionBox--forest h2, .sectionBox--forest h3 { color: #fff; }

[id] { scroll-margin-top: calc(var(--headBar) + 14px); }

.headRow-sectionBox { max-width: 660px; margin-bottom: 38px; }
.headRow-sectionBox--middle { margin-left: auto; margin-right: auto; text-align: center; }
.headRow-sectionBox h2 { font-size: clamp(1.75rem, 6vw, 2.55rem); color: var(--forest-darkMode); }
.sectionBox--forest .headRow-sectionBox h2 { color: #fff; }
.headRow-sectionBox p { color: var(--inkoust-lightVar); margin-top: 13px; font-size: 1.05rem; }
.sectionBox--forest .headRow-sectionBox p { color: rgba(234, 243, 236, .82); }

.eyebrowText {
  display: inline-block;
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--sunEl-darkMode);
  margin-bottom: 11px;
}
.sectionBox--forest .eyebrowText { color: #F3C577; }

.prechod { display: block; line-height: 0; }
.prechod svg { display: block; width: 100%; height: clamp(22px, 3.6vw, 42px); }
.prechod--krem-mech { background: var(--mech); color: var(--paperEl); }
.prechod--mech-krem { background: var(--paperEl); color: var(--mech); }
.prechod--krem-white { background: var(--white); color: var(--paperEl); }
.prechod--white-krem { background: var(--paperEl); color: var(--white); }
.prechod--krem-forest { background: var(--forest-darkMode); color: var(--paperEl); }
.prechod--forest-krem { background: var(--paperEl); color: var(--forest-darkMode); }
.prechod--white-forest { background: var(--forest-darkMode); color: var(--white); }
.prechod--forest-white { background: var(--white); color: var(--forest-darkMode); }
.prechod--mech-white { background: var(--white); color: var(--mech); }
.prechod--white-mech { background: var(--mech); color: var(--white); }
.prechod--sandy-krem { background: var(--paperEl); color: var(--paperEl-tmavsi); }
.prechod--krem-sandy { background: var(--paperEl-tmavsi); color: var(--paperEl); }
.prechod--forest-mech { background: var(--mech); color: var(--forest-darkMode); }
.prechod--mech-forest { background: var(--forest-darkMode); color: var(--mech); }
.prechod--forest-sandy { background: var(--paperEl-tmavsi); color: var(--forest-darkMode); }
.prechod--sandy-forest { background: var(--forest-darkMode); color: var(--paperEl-tmavsi); }
.prechod--sandy-white { background: var(--white); color: var(--paperEl-tmavsi); }
.prechod--white-sandy { background: var(--paperEl-tmavsi); color: var(--white); }
.prechod--mech-sandy { background: var(--paperEl-tmavsi); color: var(--mech); }
.prechod--sandy-mech { background: var(--mech); color: var(--paperEl-tmavsi); }

.tl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 25px;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .15s ease, box-shadow .2s ease;
}
.tl:active { transform: scale(.98); }
.tl svg { flex: 0 0 auto; }

.tl-mainCol { background: var(--sunEl); color: #33240A; box-shadow: 0 5px 0 -1px rgba(138, 88, 4, .55); }
.tl-mainCol:hover { background: #F0A92C; box-shadow: 0 7px 0 -1px rgba(138, 88, 4, .55); transform: translateY(-2px); }
.tl-forest { background: var(--forest); color: #fff; }
.tl-forest:hover { background: var(--forest-darkMode); transform: translateY(-2px); box-shadow: var(--shadowEl-m); }
.tl-outlineEl { background: transparent; color: var(--forest-darkMode); border-color: var(--forest); }
.tl-outlineEl:hover { background: var(--forest); color: #fff; }
.tl-ghostEl { background: rgba(255, 255, 255, .14); color: #fff; border-color: rgba(255, 255, 255, .6); }
.tl-ghostEl:hover { background: rgba(255, 255, 255, .24); border-color: #fff; }
.tl-panelBlock { width: 100%; }
.tl-smallSize { padding: 10px 18px; font-size: .92rem; }

.nalepka {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--sunEl-light);
  color: var(--sunEl-darkMode);
  border: 2px dashed var(--line-darkVar);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.nalepka--forest { background: var(--mech); color: var(--forest-darkMode); border-color: #B6D2BC; }
.nalepka--hlina { background: var(--hlina-light); color: var(--hlina); border-color: #E1BCAB; }
.nalepka--nebe { background: var(--nebe-light); color: var(--nebe); border-color: #B4CFDE; }

.headRow {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(251, 246, 236, .95);
  border-bottom: 2px solid var(--line);
  backdrop-filter: blur(8px);
  transition: box-shadow .25s ease;
}
.headRow.je-posunuta { box-shadow: 0 6px 20px -12px rgba(43, 39, 33, .5); }
.headRow-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: var(--headBar);
  padding-top: 8px;
  padding-bottom: 8px;
}

.brandMark { display: flex; align-items: center; gap: 11px; min-width: 0; }
.symbol { width: 46px; height: 46px; flex: 0 0 46px; }
.brandMark-text {
  font-family: var(--pismo-headingEl);
  font-size: 1.34rem;
  font-weight: 700;
  color: var(--forest-darkMode);
  line-height: 1.05;
  min-width: 0;
}
.brandMark-sub {
  display: block;
  font-family: var(--pismo-text);
  font-size: .6rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--inkoust-lightVar);
  margin-top: 3px;
}

.menu { display: none; align-items: center; gap: 22px; }
.menu a { font-size: .96rem; font-weight: 600; color: var(--inkoust); padding: 4px 0; border-bottom: 3px solid transparent; }
.menu a:hover { color: var(--forest); border-bottom-color: var(--sunEl); }
.menu a[aria-current="page"] { color: var(--forest-darkMode); border-bottom-color: var(--forest); }
.menu .tl { border-bottom: 0; }
.menu .tl:hover { border-bottom: 2px solid transparent; }

.menu-tl {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: var(--mech);
  border: 2px solid #C7DFCD;
  cursor: pointer;
  padding: 10px 11px;
  border-radius: 12px;
  min-width: 46px;
  min-height: 46px;
  align-items: center;
}
.menu-tl span { width: 20px; height: 2.5px; background: var(--forest-darkMode); display: block; border-radius: 2px; }

.veil {
  position: fixed; inset: 0;
  background: rgba(32, 40, 33, .5);
  z-index: 150;
  opacity: 0; visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.veil.isOpen { opacity: 1; visibility: visible; }

.mobileNav-menu {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  z-index: 200;
  width: min(86vw, 330px);
  background: var(--forest-darkMode);
  transform: translateX(102%);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  padding: 78px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: -18px 0 40px rgba(0, 0, 0, .28);
  overflow-y: auto;
}
.mobileNav-menu.isOpen { transform: translateX(0); }
.mobileNav-menu a { color: #EAF3EC; font-size: 1.08rem; font-weight: 600; padding: 13px 2px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.mobileNav-menu a[aria-current="page"] { color: var(--sunEl); }
.mobileNav-menu .tl { margin-top: 20px; border-bottom: 0; }
.mobileNav-shut {
  position: absolute;
  top: 18px; right: 18px;
  background: rgba(255, 255, 255, .14);
  border: 0; color: #fff;
  width: 46px; height: 46px;
  min-width: 44px; min-height: 44px;
  border-radius: 13px;
  font-size: 1.7rem; line-height: 1;
  cursor: pointer;
}
.mobileNav-contact { margin-top: 22px; color: rgba(234, 243, 236, .74); font-size: .88rem; }
.mobileNav-contact strong { display: block; color: #fff; font-size: 1.02rem; }

.hero {
  position: relative;
  margin-top: var(--headBar);
  color: #fff;
  overflow: hidden;
  background: linear-gradient(150deg, #2F6046, #204634 55%, #16301F);
}
.hero-photo { position: absolute; inset: 0; z-index: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-zaves {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(178deg, rgba(21, 44, 30, .74) 0%, rgba(21, 44, 30, .52) 40%, rgba(21, 44, 30, .88) 100%);
}
.hero-in { position: relative; z-index: 2; padding: 66px 0 74px; }
.hero h1 {
  font-size: clamp(2.05rem, 8.2vw, 3.75rem);
  max-width: 17ch;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}
.hero-intro {
  font-size: clamp(1rem, 3.6vw, 1.22rem);
  max-width: 48ch;
  margin-top: 17px;
  color: rgba(255, 255, 255, .95);
  text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-figures { display: flex; flex-wrap: wrap; gap: 22px 34px; margin-top: 40px; }
.hero-figure { min-width: 0; }
.hero-figure strong { display: block; font-family: var(--pismo-headingEl); font-size: 1.95rem; line-height: 1; }
.hero-figure span { font-size: .85rem; opacity: .88; }
.hero-znamka { margin-bottom: 18px; }
.hero-znamka .nalepka { background: rgba(255, 255, 255, .16); color: #fff; border-color: rgba(255, 255, 255, .5); }

.podhero {
  margin-top: var(--headBar);
  background: var(--forest-darkMode);
  color: #EAF3EC;
  padding: 46px 0 52px;
  position: relative;
  overflow: hidden;
}
.podhero::after {
  content: "";
  position: absolute;
  right: -60px; top: -70px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: rgba(227, 154, 31, .14);
}
.podhero-in { position: relative; z-index: 1; }
.podhero h1 { font-size: clamp(1.85rem, 7vw, 3rem); color: #fff; max-width: 20ch; }
.podhero p { margin-top: 14px; max-width: 56ch; color: rgba(234, 243, 236, .86); font-size: 1.04rem; }
.breadcrumbs { font-size: .85rem; color: rgba(234, 243, 236, .68); margin-bottom: 14px; }
.breadcrumbs a { border-bottom: 1px solid rgba(255, 255, 255, .35); }
.breadcrumbs a:hover { color: var(--sunEl); }

.benefits { display: grid; grid-template-columns: 1fr; gap: 18px; }
.benefit {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 17px;
  min-width: 0;
}
.benefit-iconEl {
  flex: 0 0 42px;
  width: 42px; height: 42px;
  border-radius: 13px;
  background: var(--mech);
  color: var(--forest);
  display: flex; align-items: center; justify-content: center;
}
.benefit h3 { font-size: 1rem; font-family: var(--pismo-text); font-weight: 800; margin-bottom: 2px; }
.benefit p { font-size: .89rem; color: var(--inkoust-lightVar); line-height: 1.45; }

.plantGrid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.plantGrid > * { min-width: 0; }

.cardEl {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--r);
  padding: 26px 22px;
  box-shadow: var(--shadowEl-s);
  min-width: 0;
}
.cardEl h3 { font-size: 1.3rem; color: var(--forest-darkMode); }
.cardEl p { color: var(--inkoust-lightVar); margin-top: 9px; font-size: .97rem; }

.cardEl-classOf { position: relative; overflow: hidden; }
.cardEl-classOf .age {
  display: inline-block;
  font-size: .78rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
  margin-bottom: 10px;
}
.age--vrabci { background: var(--sunEl-light); color: var(--sunEl-darkMode); }
.age--sykorky { background: var(--mech); color: var(--forest-darkMode); }
.age--spacci { background: var(--nebe-light); color: var(--nebe); }
.cardEl-classOf ul { margin-top: 14px; display: grid; gap: 8px; }
.cardEl-classOf li { display: flex; gap: 9px; align-items: flex-start; font-size: .93rem; color: var(--inkoust-lightVar); }
.cardEl-classOf li svg { flex: 0 0 17px; color: var(--forest-lightVar); margin-top: 5px; }

.listEl-fajfky { display: grid; gap: 11px; margin-top: 16px; }
.listEl-fajfky li { display: flex; gap: 11px; align-items: flex-start; min-width: 0; }
.listEl-fajfky li svg { flex: 0 0 20px; color: var(--forest); margin-top: 4px; }
.sectionBox--forest .listEl-fajfky li svg { color: var(--sunEl); }

.pairEl { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
.pairEl > * { min-width: 0; }
.photo-ram {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  border: 3px solid var(--white);
  box-shadow: var(--shadowEl-m);
  background: linear-gradient(150deg, var(--mech), var(--sunEl-light));
  aspect-ratio: 4 / 3;
}
.photo-ram img { width: 100%; height: 100%; object-fit: cover; }
.photo-ram--vysoky { aspect-ratio: 4 / 5; }
.photo-ram--wide { aspect-ratio: 16 / 9; }
.photo-medailon {
  position: absolute;
  left: 14px; bottom: 14px;
  background: rgba(251, 246, 236, .95);
  border-radius: var(--r-s);
  padding: 11px 15px;
  box-shadow: var(--shadowEl-s);
  font-size: .85rem;
  font-weight: 700;
  color: var(--forest-darkMode);
  max-width: calc(100% - 28px);
}
.photo-medailon strong { display: block; font-family: var(--pismo-headingEl); font-size: 1.35rem; line-height: 1.1; }

.text-panelBlock h2 { color: var(--forest-darkMode); font-size: clamp(1.7rem, 5.6vw, 2.4rem); }
.text-panelBlock p { color: var(--inkoust-lightVar); margin-top: 15px; font-size: 1.02rem; }
.signature { margin-top: 22px; font-family: var(--pismo-headingEl); font-size: 1.2rem; color: var(--forest); font-style: italic; }
.signature small { display: block; font-family: var(--pismo-text); font-style: normal; font-size: .82rem; color: var(--inkoust-lightVar); margin-top: 3px; }

.figures-line { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 26px; }
.figure-row { min-width: 0; }
.figure-row strong { display: block; font-family: var(--pismo-headingEl); font-size: 1.9rem; line-height: 1; color: var(--forest); }
.figure-row span { font-size: .85rem; color: var(--inkoust-lightVar); }

.osa { background: var(--white); border: 2px solid var(--line); border-radius: var(--r); overflow: hidden; }
.osa-bar {
  display: flex;
  gap: 8px;
  padding: 16px 16px 14px;
  overflow-x: auto;
  background: var(--paperEl-tmavsi);
  border-bottom: 2px solid var(--line);
  scrollbar-width: thin;
}
.osa-cas {
  flex: 0 0 auto;
  background: var(--white);
  border: 2px solid var(--line-darkVar);
  border-radius: 999px;
  padding: 9px 16px;
  font-family: inherit;
  font-size: .92rem;
  font-weight: 700;
  color: var(--inkoust);
  cursor: pointer;
  min-height: 44px;
  white-space: nowrap;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.osa-cas:hover { border-color: var(--forest-lightVar); color: var(--forest-darkMode); }
.osa-cas[aria-selected="true"] { background: var(--forest); border-color: var(--forest); color: #fff; }
.osa-cas .osa-dotEl { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--sunEl); margin-right: 7px; vertical-align: 1px; }

.osa-main { padding: 26px 22px 28px; }
.osa-panel[hidden] { display: none; }
.osa-headRow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-bottom: 12px; }
.osa-span {
  background: var(--mech);
  color: var(--forest-darkMode);
  border-radius: 999px;
  padding: 5px 14px;
  font-weight: 800;
  font-size: .88rem;
  white-space: nowrap;
}
.osa-panel h3 { font-size: clamp(1.25rem, 4.6vw, 1.65rem); color: var(--forest-darkMode); }
.osa-panel p { color: var(--inkoust-lightVar); font-size: 1rem; }
.osa-note {
  margin-top: 16px;
  display: flex; gap: 11px; align-items: flex-start;
  background: var(--sunEl-light);
  border-radius: var(--r-s);
  padding: 13px 16px;
  font-size: .9rem;
  color: #4B3405;
}
.osa-note svg { flex: 0 0 18px; color: var(--sunEl-darkMode); margin-top: 4px; }
.osa-bottomRow { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; margin-top: 20px; }
.osa-stepBox { display: flex; gap: 8px; }
.osa-sipka {
  background: var(--mech);
  border: 2px solid #C7DFCD;
  color: var(--forest-darkMode);
  border-radius: 12px;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.osa-sipka:hover { background: var(--forest); color: #fff; border-color: var(--forest); }
.osa-sipka:disabled { opacity: .4; cursor: default; }
.osa-ted { font-size: .9rem; }

.calc { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start; }
.calc > * { min-width: 0; }

.calc-choices { display: grid; gap: 18px; }
.fieldEl {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--r);
  padding: 20px 18px;
  min-width: 0;
}
.fieldEl > legend, .fieldEl > .fieldEl-headingEl {
  font-family: var(--pismo-headingEl);
  font-size: 1.14rem;
  font-weight: 700;
  color: var(--forest-darkMode);
  padding: 0 0 12px;
  display: block;
}
.fieldEl-detailVal { font-size: .88rem; color: var(--inkoust-lightVar); margin: -6px 0 12px; }

.choices { display: grid; gap: 10px; }
.choice { display: block; cursor: pointer; min-width: 0; }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice-in {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 10px;
  border: 2px solid var(--line);
  border-radius: var(--r-s);
  padding: 13px 15px;
  background: var(--paperEl);
  transition: border-color .18s ease, background-color .18s ease;
  min-width: 0;
}
.choice-in strong { font-size: 1rem; flex: 1 1 auto; min-width: 0; }
.choice-in small { display: block; width: 100%; font-size: .85rem; color: var(--inkoust-lightVar); line-height: 1.4; }
.choice-priceVal { font-family: var(--pismo-headingEl); font-size: 1.08rem; color: var(--forest); white-space: nowrap; }
.choice:hover .choice-in { border-color: var(--forest-lightVar); }
.choice input:checked + .choice-in { border-color: var(--forest); background: var(--mech); box-shadow: inset 0 0 0 1px var(--forest); }
.choice input:focus-visible + .choice-in { outline: 3px solid var(--nebe); outline-offset: 3px; }

.switches { display: grid; gap: 10px; }
.switcher { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; border: 2px solid var(--line); border-radius: var(--r-s); padding: 13px 15px; background: var(--paperEl); min-width: 0; transition: border-color .18s ease, background-color .18s ease; }
.switcher:hover { border-color: var(--forest-lightVar); }
.switcher input { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 2px; accent-color: var(--forest); cursor: pointer; }
.switcher-text { min-width: 0; flex: 1 1 auto; }
.switcher-text strong { display: block; font-size: .98rem; }
.switcher-text small { display: block; font-size: .85rem; color: var(--inkoust-lightVar); line-height: 1.45; }
.switcher-priceVal { font-family: var(--pismo-headingEl); font-weight: 700; color: var(--forest); white-space: nowrap; align-self: center; }
.switcher.je-vypnuty { opacity: .55; cursor: not-allowed; }
.switcher.je-vypnuty input { cursor: not-allowed; }

.fieldEl-hours { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.fieldEl-hours label { font-weight: 700; font-size: .95rem; }
.fieldEl-hours input {
  width: 108px;
  font-family: inherit; font-size: 1rem;
  padding: 11px 12px;
  border: 2px solid var(--line-darkVar);
  border-radius: var(--r-xs);
  background: var(--paperEl);
  color: var(--inkoust);
}
.fieldEl-hours .fieldEl-detailVal { width: 100%; margin: 0; }

.calc-result {
  background: var(--forest-darkMode);
  color: #EAF3EC;
  border-radius: var(--r);
  padding: 24px 20px 26px;
  box-shadow: var(--shadowEl-l);
  position: relative;
}
.calc-result h3 { color: #fff; font-size: 1.35rem; }
.calc-result > .nalepka { position: absolute; top: -14px; right: 16px; transform: rotate(-3deg); }
.items { margin-top: 16px; display: grid; gap: 2px; }
.row {
  display: flex; flex-wrap: wrap; gap: 2px 12px;
  justify-content: space-between; align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, .2);
  min-width: 0;
}
.row-labelVal { font-weight: 700; font-size: .97rem; flex: 1 1 60%; min-width: 0; }
.row-detail { display: block; font-weight: 400; font-size: .83rem; color: rgba(234, 243, 236, .68); line-height: 1.4; }
.row-amountVal { font-family: var(--pismo-headingEl); font-weight: 700; font-size: 1.05rem; white-space: nowrap; }
.row--discount .row-amountVal { color: #9BE0B4; }

.totalVal {
  display: flex; flex-wrap: wrap; gap: 4px 12px;
  justify-content: space-between; align-items: baseline;
  margin-top: 18px; padding-top: 16px;
  border-top: 3px solid var(--sunEl);
}
.totalVal span { font-weight: 700; }
.totalVal strong { font-family: var(--pismo-headingEl); font-size: clamp(1.7rem, 6.5vw, 2.2rem); color: var(--sunEl); line-height: 1; }
.totalVal-note { font-size: .86rem; color: rgba(234, 243, 236, .74); margin-top: 10px; }

.included { margin-top: 20px; background: rgba(255, 255, 255, .07); border-radius: var(--r-s); padding: 15px 16px; }
.included h4 { font-size: .95rem; color: #fff; margin-bottom: 9px; }
.included ul { display: grid; gap: 6px; }
.included li { display: flex; gap: 8px; align-items: flex-start; font-size: .87rem; color: rgba(234, 243, 236, .86); }
.included li svg { flex: 0 0 15px; color: var(--sunEl); margin-top: 4px; }
.calc-result .tl { margin-top: 18px; }
.mini { font-size: .78rem; color: rgba(234, 243, 236, .6); margin-top: 11px; line-height: 1.5; }

.calc-info {
  margin-top: 22px;
  display: grid; gap: 14px;
}
.calc-info .cardEl { padding: 18px 18px; }
.calc-info h4 { font-size: 1rem; color: var(--forest-darkMode); margin-bottom: 5px; }
.calc-info p { font-size: .9rem; color: var(--inkoust-lightVar); margin: 0; }

.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.gallery > * { min-width: 0; }
.gal-row {
  position: relative;
  border: 0; padding: 0;
  border-radius: var(--r-s);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
  background: linear-gradient(150deg, var(--mech), var(--sunEl-light));
  display: block;
  width: 100%;
}
.gal-row img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gal-row:hover img { transform: scale(1.05); }
.gal-row figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(transparent, rgba(21, 44, 30, .84));
  color: #fff; font-size: .82rem; font-weight: 700; text-align: left;
}

.lightbox {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(18, 30, 22, .92);
  display: none; align-items: center; justify-content: center;
  padding: 18px;
}
.lightbox.isOpen { display: flex; }
.lightbox-in { max-width: 900px; width: 100%; }
.lightbox-in img { width: 100%; height: auto; max-height: 74vh; object-fit: contain; border-radius: var(--r-s); }
.lightbox-detailVal { color: #fff; text-align: center; margin-top: 12px; font-weight: 600; font-size: .95rem; }
.lightbox-shut {
  position: absolute; top: 16px; right: 18px;
  background: rgba(255, 255, 255, .16); border: 0; color: #fff;
  width: 46px; height: 46px; border-radius: 13px;
  font-size: 1.7rem; line-height: 1; cursor: pointer;
}

.reviewsId { display: grid; grid-template-columns: 1fr; gap: 18px; }
.reviewsId > * { min-width: 0; }
.reviewsId-cardEl {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--r);
  padding: 24px 22px;
  box-shadow: var(--shadowEl-s);
  position: relative;
}
.starRow { color: var(--sunEl); letter-spacing: 2px; font-size: 1rem; margin-bottom: 11px; }
.reviewsId-cardEl blockquote { font-size: 1rem; line-height: 1.6; color: var(--inkoust); }
.reviewsId-autor { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.initialMark {
  width: 44px; height: 44px; flex: 0 0 44px;
  border-radius: 50%;
  background: var(--mech);
  color: var(--forest-darkMode);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--pismo-headingEl); font-weight: 700; font-size: 1.1rem;
}
.reviewsId-autor strong { display: block; font-size: .95rem; color: var(--forest-darkMode); }
.reviewsId-autor span { font-size: .84rem; color: var(--inkoust-lightVar); }

.stepGrid { display: grid; grid-template-columns: 1fr; gap: 16px; counter-reset: stepBox; }
.stepGrid > * { min-width: 0; }
.stepBox {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px 22px 20px;
  position: relative;
  min-width: 0;
}
.stepBox-figure {
  width: 44px; height: 44px;
  border-radius: 14px;
  background: var(--sunEl);
  color: #33240A;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--pismo-headingEl); font-weight: 700; font-size: 1.3rem;
  margin-bottom: 12px;
  transform: rotate(-3deg);
}
.stepBox h3 { font-size: 1.14rem; color: var(--forest-darkMode); }
.stepBox p { font-size: .94rem; color: var(--inkoust-lightVar); margin-top: 7px; }
.stepBox-time { display: inline-block; margin-top: 11px; font-size: .8rem; font-weight: 800; color: var(--hlina); background: var(--hlina-light); border-radius: 999px; padding: 4px 11px; }

.tableEl-wrapEl {
  overflow-x: auto;
  border: 2px solid var(--line);
  border-radius: var(--r-s);
  background: var(--white);
  -webkit-overflow-scrolling: touch;
}
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: .93rem; }
caption { text-align: left; padding: 14px 16px 0; font-size: .87rem; color: var(--inkoust-lightVar); caption-side: bottom; }
th, td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
thead th { background: var(--mech); color: var(--forest-darkMode); font-weight: 800; font-size: .87rem; letter-spacing: .02em; white-space: nowrap; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tbody th { font-weight: 800; color: var(--forest-darkMode); white-space: nowrap; }
.tab-noteVal { font-size: .87rem; color: var(--inkoust-lightVar); margin-top: 12px; }

.formEl {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--r);
  padding: 26px 20px 28px;
  box-shadow: var(--shadowEl-m);
  min-width: 0;
}
.formEl h3 { font-size: 1.4rem; color: var(--forest-darkMode); }
.formEl > p { color: var(--inkoust-lightVar); font-size: .94rem; margin-top: 6px; margin-bottom: 20px; }
.line { display: grid; grid-template-columns: 1fr; gap: 0 16px; }
.policko { display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px; min-width: 0; }
.policko label { font-size: .87rem; font-weight: 700; color: var(--forest-darkMode); }
.policko .mandatory { color: var(--hlina); }
.policko input, .policko select, .policko textarea {
  font-family: inherit;
  font-size: 1rem;
  color: var(--inkoust);
  padding: 12px 13px;
  border: 2px solid var(--line-darkVar);
  border-radius: var(--r-xs);
  background: var(--paperEl);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.policko textarea { resize: vertical; min-height: 96px; }
.policko input:focus, .policko select:focus, .policko textarea:focus {
  outline: none;
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(47, 96, 70, .18);
}
.policko-note { font-size: .8rem; color: var(--inkoust-lightVar); }
.consentVal { display: flex; gap: 11px; align-items: flex-start; margin: 4px 0 18px; font-size: .87rem; color: var(--inkoust-lightVar); }
.consentVal input { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 1px; accent-color: var(--forest); }
.noticeBox {
  display: none;
  margin-top: 16px;
  padding: 15px 16px;
  border-radius: var(--r-s);
  background: var(--mech);
  border: 2px solid #B6D2BC;
  color: var(--forest-darkMode);
  font-size: .95rem;
}
.noticeBox.je-seen { display: block; }
.noticeBox strong { color: var(--hlina); }
.prenos {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: var(--r-s);
  background: var(--sunEl-light);
  border: 2px dashed var(--line-darkVar);
  font-size: .9rem;
  color: #4B3405;
}
.prenos.je-seen { display: block; }
.prenos strong { display: block; color: var(--sunEl-darkMode); margin-bottom: 3px; }

.contact-plantGrid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: start; }
.contact-plantGrid > * { min-width: 0; }
.contact-listEl { display: grid; gap: 16px; margin-top: 22px; }
.contact-listEl li { display: flex; gap: 13px; align-items: flex-start; min-width: 0; }
.contact-listEl svg { flex: 0 0 22px; color: var(--forest); margin-top: 4px; }
.contact-listEl strong { display: block; font-size: .93rem; color: var(--forest-darkMode); }
.contact-listEl span, .contact-listEl a { font-size: .95rem; color: var(--inkoust-lightVar); }
.contact-listEl a { font-weight: 700; color: var(--forest); border-bottom: 2px solid var(--sunEl); }

.faq { display: grid; gap: 10px; }
.faq details {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--r-s);
  overflow: hidden;
}
.faq details[open] { border-color: var(--forest-lightVar); }
.faq summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  color: var(--forest-darkMode);
  font-size: 1rem;
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--pismo-headingEl);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--sunEl-darkMode);
  flex: 0 0 auto;
}
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 18px 18px; color: var(--inkoust-lightVar); font-size: .95rem; }

.callToAction {
  background: var(--forest);
  color: #fff;
  border-radius: var(--r);
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--shadowEl-m);
}
.callToAction h2 { color: #fff; font-size: clamp(1.5rem, 5.4vw, 2.1rem); }
.callToAction p { color: rgba(255, 255, 255, .88); margin-top: 11px; max-width: 52ch; margin-left: auto; margin-right: auto; }
.callToAction-buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 22px; }

.footEl { background: var(--forest-darkMode); color: rgba(234, 243, 236, .8); padding: 46px 0 118px; }
.footEl-notice {
  background: rgba(255, 255, 255, .07);
  border: 2px solid rgba(255, 255, 255, .14);
  border-radius: var(--r-s);
  padding: 15px 17px;
  margin-bottom: 28px;
  font-size: .87rem;
  color: rgba(234, 243, 236, .86);
  display: flex; gap: 11px; align-items: flex-start;
}
.footEl-notice svg { flex: 0 0 20px; color: var(--sunEl); margin-top: 3px; }
.footEl-notice strong { color: #fff; }
.footEl-plantGrid { display: grid; grid-template-columns: 1fr; gap: 26px; margin-bottom: 30px; }
.footEl-plantGrid > * { min-width: 0; }
.footEl .brandMark-text { color: #fff; }
.footEl .brandMark-sub { color: rgba(234, 243, 236, .7); }
.footEl-brandMark p { margin-top: 13px; font-size: .9rem; max-width: 42ch; }
.footEl-col h4 { color: #fff; font-family: var(--pismo-text); font-size: .93rem; margin-bottom: 12px; letter-spacing: .04em; }
.footEl-col a, .footEl-col p { display: block; font-size: .9rem; padding: 4px 0; color: rgba(234, 243, 236, .78); }
.footEl-col a:hover { color: var(--sunEl); }
.footEl-bottomRow { border-top: 1px solid rgba(255, 255, 255, .14); padding-top: 20px; font-size: .82rem; color: rgba(234, 243, 236, .6); }

.callbar {
  position: fixed;
  bottom: var(--frontage-h, 0px);
  left: 0; right: 0;
  z-index: 90;
  background: var(--forest-darkMode);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, .2);
  transition: bottom .2s ease;
}
.callbar a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 8px;
  font-weight: 700; font-size: .95rem;
  min-height: 48px;
}
.callbar a.callNow { background: var(--sunEl); color: #33240A; }
.callbar a svg { width: 18px; height: 18px; flex: 0 0 18px; }

@media (min-width: 600px) {
  .wrapEl { padding: 0 24px; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .plantGrid--2 { grid-template-columns: repeat(2, 1fr); }
  .line--2 { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .calc-info { grid-template-columns: repeat(2, 1fr); }
  .footEl-plantGrid { grid-template-columns: 1.6fr 1fr 1fr; }
  .stepGrid--2 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .sectionBox { padding: 88px 0; }
  .menu { display: flex; }
  .menu-tl { display: none; }
  .callbar { display: none; }
  .footEl { padding-bottom: 48px; }
  .hero-in { padding: 104px 0 108px; }
  .podhero { padding: 66px 0 74px; }
  .benefits { grid-template-columns: repeat(4, 1fr); }
  .plantGrid--3 { grid-template-columns: repeat(3, 1fr); }
  .plantGrid--4 { grid-template-columns: repeat(4, 1fr); }
  .pairEl { grid-template-columns: 1fr 1.08fr; gap: 46px; }
  .pairEl--obracene { grid-template-columns: 1.08fr 1fr; }
  .reviewsId { grid-template-columns: repeat(3, 1fr); }
  .stepGrid--3 { grid-template-columns: repeat(3, 1fr); }
  .stepGrid--5 { grid-template-columns: repeat(5, 1fr); }
  .calc { grid-template-columns: 1.12fr .88fr; gap: 30px; }
  .calc-result { position: sticky; top: calc(var(--headBar) + 18px); }
  .contact-plantGrid { grid-template-columns: 1fr 1.05fr; gap: 40px; }
  .osa-main { padding: 32px 30px 34px; }
  .formEl { padding: 32px 30px 34px; }
  .callToAction { padding: 46px 40px; }
  .gallery { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

@media (min-width: 1100px) {
  .stepGrid--4 { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 360px) {
  body { font-size: 16px; }
  .wrapEl { padding: 0 14px; }
  .brandMark-text { font-size: 1.16rem; }
  .symbol { width: 40px; height: 40px; flex: 0 0 40px; }
  .tl { padding: 13px 18px; font-size: .95rem; }
  .cardEl, .formEl, .osa-main { padding-left: 16px; padding-right: 16px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}

@media print {
  .headRow, .mobileNav-menu, .veil, .callbar, .lightbox, .osa-bar { display: none !important; }
  body { background: #fff; }
}

.breadcrumbs a { color: #96AFA1; }
.gal-row figcaption { color: #313131; }
.cardEl .nalepka.nalepka--hlina { color: #A64D2D; }
.cardEl h3 { color: #526F61; }
.stepBox .stepBox-time { color: #A64D2D; }
.reviewsId-cardEl .starRow { color: #A06C16; }
