:root {

  --les-900: #10241B;
  --les-800: #1B3A2C;
  --les-700: #26543E;
  --les-600: #35735A;
  --les-300: #9DBFA9;

  --platno: #F3EBDC;
  --platno-2: #E8DCC5;
  --papir: #FFFDF7;
  --white: #FFFFFF;

  --ohen: #E8762F;
  --ohen-svetla: #F5A75E;
  --ohen-darkVar: #A8461B;

  --voda: #2F6E77;
  --voda-svetla: #BEDDE0;

  --ink: #17231D;
  --tlumene: #55625A;
  --linka: #D9C9AB;
  --linka-darkVar: rgba(255, 255, 255, .16);

  --stin-s: 0 1px 3px rgba(16, 36, 27, .10);
  --stin-m: 0 10px 26px -12px rgba(16, 36, 27, .38);

  --r: 4px;
  --r-l: 8px;
  --maxw: 1140px;

  --font-headingEl: "Trebuchet MS", "Segoe UI", Candara, "Gill Sans MT", Optima, sans-serif;
  --font-text: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-figure: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, "Liberation Mono", monospace;

  --frontage-h: 0px;
}

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

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

body {
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--platno);
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-headingEl); line-height: 1.15; font-weight: 700; }
h1 { font-size: clamp(2rem, 7.4vw, 3.4rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.6rem, 5.2vw, 2.4rem); }
h3 { font-size: 1.22rem; }

a { color: inherit; text-decoration: none; }
p a:not(.btn) { color: var(--ohen-darkVar); text-decoration: underline; text-underline-offset: 2px; }

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

.photo {
  background: linear-gradient(150deg, var(--les-300), var(--platno-2) 55%, var(--ohen-svetla));
  overflow: hidden;
  position: relative;
}
.photo img { width: 100%; height: 100%; object-fit: cover; }

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

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

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--les-900); color: #fff; padding: 12px 18px; font-weight: 700; border-radius: 0 0 var(--r) 0;
}
.skip:focus { left: 0; }

.nadtitulek {
  display: inline-block;
  font-size: .74rem; font-weight: 800;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--ohen-darkVar);
  margin-bottom: 12px;
}
.sectionBox-headRow { max-width: 700px; margin-bottom: 34px; }
.sectionBox-headRow.middle { margin-left: auto; margin-right: auto; text-align: center; }
.sectionBox-headRow p { color: var(--tlumene); margin-top: 12px; font-size: 1.04rem; }

.sectionBox { padding: 54px 0; }
.sectionBox--white { background: var(--white); }
.sectionBox--les { background: var(--les-800); color: #EAF1EA; }
.sectionBox--les h2, .sectionBox--les h3 { color: #fff; }
.sectionBox--les .sectionBox-headRow p { color: rgba(234, 241, 234, .78); }
.sectionBox--les .nadtitulek { color: var(--ohen-svetla); }
.sectionBox--platno2 { background: var(--platno-2); }

.hreben { display: block; width: 100%; height: 14px; }
.hreben path { fill: currentColor; }
.hreben--les-platno { color: var(--les-800); background: var(--platno); }
.hreben--les-white { color: var(--les-800); background: var(--white); }
.hreben--tma-platno { color: var(--les-900); background: var(--platno); }
.hreben--tma-white { color: var(--les-900); background: var(--white); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 22px; min-height: 46px;
  font-family: inherit; font-size: .98rem; font-weight: 700;
  border: 2px solid transparent; border-radius: var(--r);
  cursor: pointer; text-align: center;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .12s ease;
}
.btn:active { transform: translateY(1px); }
.btn-mainCol { background: var(--ohen); color: #2B1508; border-color: var(--ohen); }
.btn-mainCol:hover { background: var(--ohen-svetla); border-color: var(--ohen-svetla); }
.btn-les { background: var(--les-800); color: #fff; border-color: var(--les-800); }
.btn-les:hover { background: var(--les-700); border-color: var(--les-700); }
.btn-o { background: transparent; color: var(--les-800); border-color: var(--les-800); }
.btn-o:hover { background: var(--les-800); color: #fff; }
.btn-lightVar { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .6); }
.btn-lightVar:hover { background: rgba(255, 255, 255, .14); border-color: #fff; }
.btn-sm { padding: 9px 15px; min-height: 40px; font-size: .88rem; }
.btn-panelBlock { width: 100%; }

.band {
  background: var(--les-900); color: #C9D9CD;
  font-size: .8rem; letter-spacing: .01em;
}
.band-in {
  display: flex; flex-wrap: wrap; gap: 4px 18px;
  align-items: center; justify-content: space-between;
  padding-block: 6px;
}
.band a { font-weight: 700; color: #fff; }
.band a:hover { color: var(--ohen-svetla); }
.band .tecka { color: var(--ohen-svetla); }

.headBar { position: sticky; top: 0; z-index: 60; }
.hl-main { background: var(--platno); border-bottom: 2px solid var(--les-800); box-shadow: var(--stin-s); }
.hl-in { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 10px; }

.brandMark { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brandMark-logo { width: 42px; height: 42px; flex: 0 0 42px; }
.brandMark-txt { min-width: 0; }
.brandMark-labelVal {
  display: block; font-family: var(--font-headingEl); font-weight: 700;
  font-size: 1.12rem; line-height: 1.1; color: var(--les-900);
}
.brandMark-pod {
  display: block; font-size: .64rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--tlumene);
}

.menu { display: none; align-items: center; gap: 22px; }
.menu a { font-size: .96rem; font-weight: 600; color: var(--les-900); padding: 6px 0; border-bottom: 2px solid transparent; }
.menu a:hover { border-bottom-color: var(--ohen); }
.menu a[aria-current="page"] { border-bottom-color: var(--les-800); }
.hl-actionName { display: none; }

.hamb {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; padding: 11px;
  background: var(--les-800); border: 0; border-radius: var(--r); cursor: pointer;
}
.hamb span { display: block; width: 100%; height: 2px; background: #fff; }

.curtain {
  position: fixed; inset: 0; z-index: 90; background: rgba(16, 36, 27, .55);
  opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease;
}
.curtain.isOpen { opacity: 1; visibility: visible; }

.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 95;
  width: min(86vw, 330px); background: var(--les-800); color: #fff;
  padding: 74px 24px 24px;
  display: flex; flex-direction: column; gap: 2px;
  transform: translateX(102%); transition: transform .28s ease;
  overflow-y: auto;
}
.drawer.isOpen { transform: none; }
.drawer a:not(.btn) { padding: 13px 0; font-size: 1.08rem; font-weight: 600; border-bottom: 1px solid var(--linka-darkVar); }
.drawer .btn { margin-top: 18px; }
.zav {
  position: absolute; top: 16px; right: 16px;
  width: 46px; height: 46px; min-width: 44px;
  background: rgba(255, 255, 255, .14); border: 0; color: #fff;
  font-size: 1.7rem; line-height: 1; border-radius: var(--r); cursor: pointer;
}

.hero { position: relative; color: #fff; background: var(--les-900); }
.hero-photo { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-zavoj {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11, 26, 19, .74) 0%, rgba(11, 26, 19, .42) 45%, rgba(11, 26, 19, .88) 100%);
}
.hero-in { position: relative; z-index: 2; padding-block: 56px 62px; }
.hero-odznak {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232, 118, 47, .92); color: #2B1508;
  font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--r); margin-bottom: 18px;
}
.hero h1 { max-width: 15ch; text-shadow: 0 2px 18px rgba(0, 0, 0, .38); }
.hero-lead {
  max-width: 46ch; margin-top: 16px;
  font-size: clamp(1rem, 3.4vw, 1.18rem); color: rgba(255, 255, 255, .93);
  text-shadow: 0 1px 12px rgba(0, 0, 0, .4);
}
.hero-actionName { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.factList { background: var(--les-900); color: #DCE7DE; }
.factList-gridEl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 14px; padding-block: 26px; }
.factList-gridEl > * { min-width: 0; }
.factItem strong {
  display: block; font-family: var(--font-figure); font-size: 1.5rem;
  color: var(--ohen-svetla); line-height: 1.1;
}
.factItem span { font-size: .82rem; color: rgba(220, 231, 222, .8); }

.podhlavi { background: var(--les-800); color: #fff; padding: 34px 0 30px; }
.podhlavi h1 { font-size: clamp(1.8rem, 6.2vw, 2.7rem); }
.podhlavi p { color: rgba(234, 241, 234, .82); margin-top: 10px; max-width: 60ch; }
.drobky { font-size: .82rem; color: rgba(234, 241, 234, .72); margin-bottom: 10px; }
.drobky a { text-decoration: underline; text-underline-offset: 2px; }

.benefits { display: grid; grid-template-columns: 1fr; gap: 16px; }
.benefits > * { min-width: 0; }
.benefit {
  display: flex; gap: 13px; align-items: flex-start;
  background: var(--white); border: 1px solid var(--linka); border-left: 4px solid var(--ohen);
  border-radius: var(--r); padding: 16px 16px 16px 14px;
}
.benefit svg { flex: 0 0 26px; color: var(--les-700); margin-top: 3px; }
.benefit h3 { font-size: 1.02rem; margin-bottom: 2px; }
.benefit p { font-size: .9rem; color: var(--tlumene); line-height: 1.5; }

.cards { display: grid; grid-template-columns: 1fr; gap: 20px; }
.cards > * { min-width: 0; }
.cardEl {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--linka); border-radius: var(--r);
  overflow: hidden; box-shadow: var(--stin-s);
  transition: box-shadow .2s ease, transform .2s ease;
}
.cardEl:hover { box-shadow: var(--stin-m); transform: translateY(-3px); }
.cardEl .photo { aspect-ratio: 4 / 3; }
.cardEl-tag {
  position: absolute; left: 0; top: 12px;
  background: var(--les-800); color: #fff;
  font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 0 var(--r) var(--r) 0;
}
.cardEl-bodyEl { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.cardEl-bodyEl h3 { color: var(--les-900); }
.cardEl-detailVal { color: var(--tlumene); font-size: .94rem; margin-top: 8px; }
.znaky { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.znaky span {
  font-size: .76rem; font-weight: 600; color: var(--les-700);
  background: var(--platno); border: 1px solid var(--linka); border-radius: var(--r);
  padding: 3px 8px;
}
.cardEl-footEl {
  margin-top: auto; padding-top: 16px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.priceVal { font-family: var(--font-figure); font-size: 1.32rem; font-weight: 700; color: var(--les-900); line-height: 1.2; }
.priceVal small { display: block; font-family: var(--font-text); font-size: .74rem; font-weight: 500; color: var(--tlumene); }

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

.calc-form {
  background: var(--white); color: var(--ink);
  border: 1px solid var(--linka); border-radius: var(--r);
  padding: 20px 18px 22px;
}
.calc-form h3 { color: var(--les-900); }
.calc-form .calc-sub { font-size: .9rem; color: var(--tlumene); margin: 4px 0 18px; }

.fieldEl { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.fieldEl label { font-size: .84rem; font-weight: 700; color: var(--les-900); }
.fieldEl .hintText { font-size: .78rem; font-weight: 500; color: var(--tlumene); }
.fieldEl input, .fieldEl select, .fieldEl textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: 11px 12px; min-height: 46px; width: 100%; min-width: 0;
  background: var(--papir); border: 1.5px solid var(--linka); border-radius: var(--r);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.fieldEl textarea { min-height: 110px; resize: vertical; }
.fieldEl input:focus, .fieldEl select:focus, .fieldEl textarea:focus {
  outline: none; border-color: var(--les-700); box-shadow: 0 0 0 3px rgba(38, 84, 62, .18);
}
.fieldEl .req { color: #A3271B; }
.pairEl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pairEl > * { min-width: 0; }

.switcher { display: grid; grid-template-columns: 1fr; gap: 8px; margin-bottom: 14px; }
.switcher > * { min-width: 0; }
.choice {
  display: flex; align-items: flex-start; gap: 10px;
  border: 1.5px solid var(--linka); border-radius: var(--r);
  padding: 11px 12px; cursor: pointer; background: var(--papir);
  transition: border-color .18s ease, background-color .18s ease;
}
.choice:hover { border-color: var(--les-600); }
.choice input { margin-top: 4px; width: 18px; height: 18px; flex: 0 0 18px; accent-color: var(--les-700); }
.choice-txt strong { display: block; font-size: .95rem; color: var(--les-900); }
.choice-txt span { display: block; font-size: .8rem; color: var(--tlumene); }
.choice:has(input:checked) { border-color: var(--les-700); background: #F4F9F5; }

.zaskrt { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: .93rem; }
.zaskrt input { margin-top: 4px; width: 18px; height: 18px; flex: 0 0 18px; accent-color: var(--les-700); }
.zaskrt.vypnuto { opacity: .55; }

.uctenka {
  background: var(--papir); color: var(--ink);
  border: 1px solid var(--linka); border-radius: var(--r);
  padding: 20px 18px 22px; box-shadow: var(--stin-m);
}
.uctenka h3 { color: var(--les-900); font-size: 1.12rem; }
.uctenka .uct-kindVal { font-size: .86rem; color: var(--tlumene); margin-top: 2px; }
.perf {
  height: 8px; margin: 14px 0;
  background: repeating-linear-gradient(90deg, var(--linka) 0 7px, transparent 7px 14px);
  background-size: 14px 2px; background-repeat: repeat-x; background-position: 0 center;
}
.uct-lineItems { list-style: none; font-size: .93rem; }
.uct-lineItems li {
  display: flex; gap: 10px; justify-content: space-between; align-items: baseline;
  padding: 7px 0; border-bottom: 1px dotted var(--linka);
}
.uct-lineItems li > span:first-child { min-width: 0; }
.uct-lineItems .det { display: block; font-size: .78rem; color: var(--tlumene); }
.uct-amountVal { font-family: var(--font-figure); font-weight: 700; white-space: nowrap; color: var(--les-900); }
.uct-lineItems li.sleva .uct-amountVal { color: var(--ohen-darkVar); }
.uct-lineItems li.info .uct-amountVal { color: var(--tlumene); font-weight: 500; }
.uct-totalCount {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  margin-top: 14px; padding-top: 14px; border-top: 3px solid var(--les-800);
}
.uct-totalCount span { font-family: var(--font-headingEl); font-size: 1.1rem; font-weight: 700; }
.uct-totalCount strong { font-family: var(--font-figure); font-size: 1.62rem; color: var(--les-900); white-space: nowrap; }
.uct-note { font-size: .82rem; color: var(--tlumene); margin-top: 12px; }
.uct-note strong { color: var(--les-900); }
.uct-actionName { margin-top: 16px; display: grid; gap: 8px; }

.errBox {
  background: #FCEDE7; border: 1.5px solid #E7B7A2; border-left: 4px solid #A3271B;
  color: #6E1C13; border-radius: var(--r); padding: 12px 14px; font-size: .92rem; font-weight: 600;
}
.noticeBox {
  background: #EDF6EE; border: 1.5px solid #B6D6BC; border-left: 4px solid var(--les-700);
  color: #17321F; border-radius: var(--r); padding: 13px 15px; font-size: .93rem; margin-top: 14px;
}
.noticeBox[hidden] { display: none; }

.stepGrid { display: grid; grid-template-columns: 1fr; gap: 16px; counter-reset: stepBox; }
.stepGrid > * { min-width: 0; }
.stepBox {
  position: relative; background: var(--white); border: 1px solid var(--linka);
  border-radius: var(--r); padding: 20px 18px 18px 18px;
}
.stepBox::before {
  counter-increment: stepBox; content: counter(stepBox);
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; margin-bottom: 10px;
  background: var(--les-800); color: var(--ohen-svetla);
  font-family: var(--font-figure); font-weight: 700; font-size: 1.05rem; border-radius: var(--r);
}
.stepBox h3 { font-size: 1.06rem; color: var(--les-900); }
.stepBox p { font-size: .92rem; color: var(--tlumene); margin-top: 6px; }

.galleryEl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.galleryEl > * { min-width: 0; }
.gal-row {
  position: relative; border: 0; padding: 0; background: none; cursor: pointer;
  border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 3;
}
.gal-row .photo { position: absolute; inset: 0; }
.gal-row img { transition: transform .4s ease; }
.gal-row:hover img { transform: scale(1.05); }
.gal-row figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 26px 12px 10px; text-align: left;
  background: linear-gradient(transparent, rgba(11, 26, 19, .85));
  color: #fff; font-size: .82rem; font-weight: 600;
}

.lupa { position: fixed; inset: 0; z-index: 300; background: rgba(11, 26, 19, .93); padding: 18px; }
.lupa[hidden] { display: none; }
.lupa-in { max-width: 940px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; min-height: 100%; }
.lupa-in img { width: 100%; height: auto; max-height: 74vh; object-fit: contain; border-radius: var(--r); }
.lupa-detailVal { color: #fff; text-align: center; margin-top: 12px; font-weight: 600; font-size: .95rem; }
.lupa-zav {
  position: absolute; top: 14px; right: 14px; width: 46px; height: 46px;
  background: rgba(255, 255, 255, .16); border: 0; color: #fff; font-size: 1.7rem; line-height: 1;
  border-radius: var(--r); cursor: pointer;
}

.promise { display: grid; grid-template-columns: 1fr; gap: 18px; }
.promise > * { min-width: 0; }
.promise-cardEl {
  background: var(--white); border: 1px solid var(--linka); border-radius: var(--r);
  padding: 22px 20px; box-shadow: var(--stin-s);
  display: flex; flex-direction: column;
}
.starRow { color: var(--ohen); letter-spacing: 2px; font-size: 1rem; }
.promise-cardEl blockquote { margin-top: 10px; font-size: 1rem; color: var(--ink); }
.promise-autor { display: flex; align-items: center; gap: 11px; margin-top: 16px; padding-top: 14px; border-top: 1px dotted var(--linka); }
.initialMark {
  width: 40px; height: 40px; flex: 0 0 40px; border-radius: var(--r);
  background: var(--les-700); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-headingEl); font-weight: 700;
}
.promise-autor strong { display: block; font-size: .94rem; color: var(--les-900); }
.promise-autor span { font-size: .82rem; color: var(--tlumene); }

.tab-wrapEl { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--linka); border-radius: var(--r); background: var(--white); }
table { width: 100%; min-width: 520px; border-collapse: collapse; font-size: .93rem; }
caption { text-align: left; padding: 14px 16px 0; font-weight: 700; color: var(--les-900); font-family: var(--font-headingEl); font-size: 1.06rem; }
th, td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--linka); vertical-align: top; }
thead th { background: var(--les-800); color: #fff; font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; border-bottom: 0; }
tbody tr:last-child td { border-bottom: 0; }
td.num, th.num { text-align: right; font-family: var(--font-figure); white-space: nowrap; }
tbody tr:nth-child(even) td { background: #FBF7EE; }
.tab-note { font-size: .84rem; color: var(--tlumene); margin-top: 10px; }

.detail { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: start; }
.detail > * { min-width: 0; }
.detail + .detail { margin-top: 40px; padding-top: 40px; border-top: 2px dashed var(--linka); }
.detail .photo { aspect-ratio: 4 / 3; border-radius: var(--r); border: 1px solid var(--linka); }
.detail h2 { color: var(--les-900); }
.detail .intro { color: var(--tlumene); margin-top: 10px; }
.vybaveni { list-style: none; display: grid; grid-template-columns: 1fr; gap: 7px; margin-top: 16px; }
.vybaveni li { display: flex; gap: 9px; align-items: flex-start; font-size: .93rem; }
.vybaveni svg { flex: 0 0 17px; color: var(--les-600); margin-top: 4px; }
.params { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.params > * { min-width: 0; }
.param { background: var(--platno); border: 1px solid var(--linka); border-radius: var(--r); padding: 10px 12px; }
.param strong { display: block; font-family: var(--font-figure); font-size: 1.1rem; color: var(--les-900); }
.param span { font-size: .78rem; color: var(--tlumene); }

.mapEl-wrapEl {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  background: var(--white); border: 1px solid var(--linka); border-radius: var(--r); padding: 10px;
}
.mapEl-svg { min-width: 560px; width: 100%; height: auto; }
.mapEl-note { font-size: .82rem; color: var(--tlumene); margin-top: 8px; }

.bod { cursor: pointer; }
.bod circle { fill: var(--ohen); stroke: #fff; stroke-width: 3; transition: fill .18s ease, r .18s ease; }
.bod text { fill: #2B1508; font-family: var(--font-figure); font-size: 15px; font-weight: 700; pointer-events: none; }
.bod:hover circle, .bod.aktivni circle { fill: var(--les-800); }
.bod:hover text, .bod.aktivni text { fill: #fff; }
.bod:focus-visible circle { stroke: var(--les-900); stroke-width: 4; }
.mapEl-caption { font-family: var(--font-text); font-size: 13px; font-weight: 700; fill: var(--les-900); }
.mapEl-caption--lightVar { fill: #fff; }

.mapEl-gridEl { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 18px; align-items: start; }
.mapEl-gridEl > * { min-width: 0; }
.legenda { list-style: none; display: grid; gap: 7px; }
.legenda button {
  display: flex; gap: 10px; align-items: center; width: 100%; text-align: left;
  background: var(--white); border: 1px solid var(--linka); border-radius: var(--r);
  padding: 9px 11px; min-height: 44px; cursor: pointer;
  font-family: inherit; font-size: .92rem; font-weight: 600; color: var(--ink);
  transition: border-color .18s ease, background-color .18s ease;
}
.legenda button:hover { border-color: var(--les-600); background: #F4F9F5; }
.legenda button[aria-pressed="true"] { border-color: var(--les-800); background: #F4F9F5; }
.legenda .figure {
  flex: 0 0 28px; width: 28px; height: 28px; border-radius: var(--r);
  background: var(--ohen); color: #2B1508;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-figure); font-weight: 700; font-size: .9rem;
}
.legenda button[aria-pressed="true"] .figure { background: var(--les-800); color: #fff; }

.mapEl-detail {
  background: var(--platno-2); border: 1px solid var(--linka); border-left: 4px solid var(--ohen);
  border-radius: var(--r); padding: 18px 16px;
}
.mapEl-detail h3 { color: var(--les-900); }
.mapEl-detail p { font-size: .95rem; color: var(--tlumene); margin-top: 8px; }
.mapEl-detail dl { margin-top: 12px; font-size: .9rem; }
.mapEl-detail dt { font-weight: 700; color: var(--les-900); margin-top: 8px; }

.enquiry-gridEl { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
.enquiry-gridEl > * { min-width: 0; }
.contactId-listEl { list-style: none; display: grid; gap: 14px; margin-top: 20px; }
.contactId-listEl li { display: flex; gap: 12px; align-items: flex-start; }
.contactId-listEl svg { flex: 0 0 22px; color: var(--ohen-svetla); margin-top: 3px; }
.contactId-listEl strong { display: block; font-size: .94rem; color: #fff; }
.contactId-listEl span, .contactId-listEl a { font-size: .92rem; color: rgba(234, 241, 234, .82); }
.contactId-listEl a { font-weight: 700; color: #fff; text-decoration: underline; text-underline-offset: 2px; }

.footEl { background: var(--les-900); color: rgba(220, 231, 222, .8); padding: 40px 0 76px; }
.footEl-gridEl { display: grid; grid-template-columns: 1fr; gap: 26px; margin-bottom: 26px; }
.footEl-gridEl > * { min-width: 0; }
.footEl .brandMark-labelVal { color: #fff; }
.footEl .brandMark-pod { color: rgba(220, 231, 222, .7); }
.footEl p { font-size: .9rem; }
.footEl h4 { color: #fff; font-family: var(--font-text); font-size: .9rem; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 10px; }
.footEl-linkList { list-style: none; }
.footEl-linkList a, .footEl-contactId a { display: block; padding: 4px 0; font-size: .92rem; color: rgba(220, 231, 222, .82); }
.footEl-linkList a:hover, .footEl-contactId a:hover { color: var(--ohen-svetla); }
.footEl-notice {
  display: flex; gap: 11px; align-items: flex-start;
  background: rgba(255, 255, 255, .06); border: 1px solid var(--linka-darkVar);
  border-radius: var(--r); padding: 13px 15px; margin-bottom: 22px; font-size: .86rem;
  color: rgba(220, 231, 222, .88);
}
.footEl-notice svg { flex: 0 0 19px; color: var(--ohen-svetla); margin-top: 2px; }
.footEl-dole { border-top: 1px solid var(--linka-darkVar); padding-top: 18px; font-size: .82rem; color: rgba(220, 231, 222, .62); }

.listalista {
  position: fixed; left: 0; right: 0; bottom: var(--frontage-h); z-index: 80;
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--les-800); box-shadow: 0 -6px 18px rgba(11, 26, 19, .3);
}
.listalista a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 8px; min-height: 52px; color: #fff; font-weight: 700; font-size: .95rem;
}
.listalista a.tel { background: var(--ohen); color: #2B1508; }
.listalista svg { width: 18px; height: 18px; flex: 0 0 18px; }

@media (min-width: 560px) {
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .stepGrid { grid-template-columns: repeat(2, 1fr); }
  .promise { grid-template-columns: repeat(2, 1fr); }
  .factList-gridEl { grid-template-columns: repeat(4, 1fr); }
  .vybaveni { grid-template-columns: repeat(2, 1fr); }
  .switcher { grid-template-columns: repeat(2, 1fr); }
  .galleryEl { grid-template-columns: repeat(3, 1fr); }
  .footEl-gridEl { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (min-width: 900px) {
  .sectionBox { padding: 84px 0; }
  .hero-in { padding-block: 104px 108px; }
  .menu { display: flex; }
  .hl-actionName { display: inline-flex; }
  .hamb { display: none; }
  .benefits { grid-template-columns: repeat(4, 1fr); }
  .cards { grid-template-columns: repeat(4, 1fr); }
  .stepGrid { grid-template-columns: repeat(4, 1fr); }
  .promise { grid-template-columns: repeat(3, 1fr); }
  .galleryEl { grid-template-columns: repeat(4, 1fr); }
  .calc-gridEl { grid-template-columns: 1.15fr .85fr; }
  .enquiry-gridEl { grid-template-columns: .9fr 1.1fr; }
  .detail { grid-template-columns: 1fr 1fr; gap: 34px; }
  .detail.obraceny .detail-photo { order: 2; }
  .mapEl-gridEl { grid-template-columns: 1fr 1fr; }
  .listalista { display: none; }
  .footEl { padding-bottom: 40px; }
}

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