:root {
  --forest-900: #16281f;
  --forest-800: #1e3a2c;
  --forest-700: #2c5341;
  --forest-500: #4a7c61;
  --stoneTile-700: #8f5a24;
  --stoneTile-600: #c4832f;
  --stoneTile-400: #e0a857;
  --stoneTile-200: #efd9b4;
  --paperEl: #f7f3ec;
  --paperEl-2: #ede6d9;
  --inkoust: #23211e;
  --sedy: #5f5a52;
  --line: #dcd3c2;
  --white: #ffffff;
  --redTone: #a4341f;

  --r: 5px;
  --r-s: 3px;
  --shadowEl: 0 4px 14px rgba(22, 40, 31, .07);
  --shadowEl-2: 0 14px 32px rgba(22, 40, 31, .14);
  --maxw: 1180px;

  --font-headingEl: "Franklin Gothic Medium", "Franklin Gothic", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-text: Corbel, Candara, "Segoe UI", "Trebuchet MS", "Lucida Grande", system-ui, -apple-system, Arial, sans-serif;
  --font-tech: Consolas, "SF Mono", Menlo, "DejaVu Sans Mono", "Courier New", monospace;

  --frontage-h: 0px;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.62;
  color: var(--inkoust);
  background: var(--paperEl);
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; }
p a { color: var(--stoneTile-700); text-decoration: underline; text-underline-offset: 3px; }

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

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

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

.skip {
  position: absolute; left: 10px; top: -70px; z-index: 400;
  background: var(--forest-900); color: #fff; padding: 12px 18px;
  border-radius: var(--r); font-weight: 700; transition: top .18s ease;
}
.skip:focus { top: 10px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-tech); font-size: .74rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--stoneTile-700); font-weight: 700;
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 10px; height: 10px; background: var(--stoneTile-600); flex: 0 0 10px; }
.eyebrow.light { color: var(--stoneTile-400); }
.eyebrow.light::before { background: var(--stoneTile-400); }

.tech { font-family: var(--font-tech); font-size: .82rem; letter-spacing: .04em; }

.sectionBox { padding: 58px 0; }
.sectionBox-headRow { max-width: 700px; margin-bottom: 34px; }
.sectionBox-headRow h2 { font-size: clamp(1.75rem, 6vw, 2.6rem); color: var(--forest-900); }
.sectionBox-headRow p { margin-top: 14px; color: var(--sedy); font-size: 1.04rem; }
.sectionBox-headRow .cara { height: 2px; background: var(--forest-900); width: 54px; margin-top: 20px; }

.darkVar { background: var(--forest-900); color: #e8ece7; }
.darkVar h2, .darkVar h3 { color: #fff; }
.darkVar .sectionBox-headRow p { color: rgba(232, 236, 231, .74); }
.darkVar .sectionBox-headRow .cara { background: var(--stoneTile-400); }

.papir2 { background: var(--paperEl-2); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-text); font-size: 1rem; font-weight: 700;
  padding: 13px 24px; border-radius: var(--r); border: 2px solid transparent;
  cursor: pointer; min-height: 48px; 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(--stoneTile-600); color: #23211e; border-color: var(--stoneTile-600); }
.btn-mainCol:hover { background: var(--stoneTile-400); border-color: var(--stoneTile-400); }
.btn-darkMode { background: var(--forest-800); color: #fff; border-color: var(--forest-800); }
.btn-darkMode:hover { background: var(--forest-700); border-color: var(--forest-700); }
.btn-outlineEl { background: transparent; color: var(--forest-800); border-color: var(--forest-800); }
.btn-outlineEl:hover { background: var(--forest-800); color: #fff; }
.btn-lightVar { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn-lightVar:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.btn-cely { width: 100%; }
.btn-small { padding: 9px 16px; font-size: .92rem; min-height: 42px; }

.headBar {
  position: sticky; top: 0; z-index: 100;
  background: var(--paperEl);
  border-bottom: 1.5px solid var(--line);
}
.headBar-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 0; min-width: 0; }

.brandMark { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brandMark-mark { width: 42px; height: 42px; flex: 0 0 42px; }
.brandMark-text { min-width: 0; }
.brandMark-labelVal {
  display: block; font-family: var(--font-headingEl); font-weight: 700;
  font-size: 1.22rem; line-height: 1.05; color: var(--forest-900); letter-spacing: .02em;
}
.brandMark-sub {
  display: block; font-family: var(--font-tech); font-size: .62rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--stoneTile-700); margin-top: 2px;
}

.menu { display: none; align-items: center; gap: 4px; }
.menu a {
  padding: 9px 13px; font-weight: 600; font-size: .98rem; border-radius: var(--r-s);
  border-bottom: 2px solid transparent;
}
.menu a:hover { background: var(--paperEl-2); }
.menu a[aria-current="page"] { border-bottom-color: var(--stoneTile-600); color: var(--forest-900); }
.headBar .btn { margin-left: 8px; }

.headBar-tel {
  display: none; align-items: center; gap: 7px; font-family: var(--font-tech);
  font-size: .92rem; font-weight: 700; color: var(--forest-900); white-space: nowrap;
}
.headBar-tel svg { flex: 0 0 16px; color: var(--stoneTile-700); }

.burger {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; min-width: 46px; align-items: center;
  background: var(--paperEl-2); border: 1.5px solid var(--line); border-radius: var(--r-s); cursor: pointer;
}
.burger span { display: block; width: 20px; height: 2px; background: var(--forest-900); }

.curtain { position: fixed; inset: 0; background: rgba(22, 40, 31, .55); z-index: 150; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.curtain.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 200;
  width: min(86vw, 330px); background: var(--forest-900); color: #fff;
  padding: 78px 24px 28px; display: flex; flex-direction: column; gap: 2px;
  transform: translateX(102%); transition: transform .28s cubic-bezier(.4, 0, .2, 1);
  box-shadow: -18px 0 40px rgba(0, 0, 0, .3); overflow-y: auto;
}
.drawer.open { transform: translateX(0); }
.drawer a { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); font-size: 1.08rem; }
.drawer a.btn { margin-top: 20px; border-bottom: 2px solid transparent; }
.drawer-shut {
  position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; min-width: 46px; min-height: 46px;
  background: rgba(255, 255, 255, .12); border: 0; border-radius: var(--r-s);
  color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer;
}
.drawer-footEl { margin-top: auto; padding-top: 24px; font-family: var(--font-tech); font-size: .8rem; color: rgba(232, 236, 231, .7); }

.hero { position: relative; background: var(--forest-900); color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; background: linear-gradient(160deg, #2c5341, #16281f); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(100deg, rgba(15, 27, 21, .93) 0%, rgba(15, 27, 21, .74) 48%, rgba(15, 27, 21, .42) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 34px);
}
.hero-in { position: relative; z-index: 2; padding: 54px 0 44px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-tech);
  font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  border: 1.5px solid rgba(224, 168, 87, .6); color: var(--stoneTile-400);
  padding: 6px 12px; border-radius: 2px; margin-bottom: 20px;
}
.hero h1 { font-size: clamp(2.05rem, 8.2vw, 3.7rem); max-width: 17ch; }
.hero h1 em { font-style: normal; color: var(--stoneTile-400); }
.hero-lead { margin-top: 18px; max-width: 46ch; font-size: clamp(1.02rem, 3.4vw, 1.18rem); color: rgba(255, 255, 255, .9); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-factList {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px;
  margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .22);
}
.hero-factItem strong { display: block; font-family: var(--font-headingEl); font-size: 1.85rem; line-height: 1; color: var(--stoneTile-400); }
.hero-factItem span { display: block; font-size: .84rem; color: rgba(255, 255, 255, .8); margin-top: 5px; }

.band { background: var(--forest-900); color: #fff; padding: 40px 0 34px; }
.band h1 { font-size: clamp(1.85rem, 7vw, 3rem); max-width: 20ch; }
.band p { margin-top: 14px; max-width: 58ch; color: rgba(255, 255, 255, .84); }
.breadcrumbs { font-family: var(--font-tech); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--stoneTile-400); margin-bottom: 14px; }
.breadcrumbs a { border-bottom: 1px solid rgba(224, 168, 87, .5); }

.benefits { background: var(--paperEl-2); border-bottom: 1.5px solid var(--line); padding: 26px 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 18px; }
.benefit { display: flex; gap: 11px; align-items: flex-start; min-width: 0; }
.benefit svg { flex: 0 0 26px; color: var(--forest-700); margin-top: 3px; }
.benefit h3 { font-size: .98rem; font-family: var(--font-text); font-weight: 700; color: var(--forest-900); }
.benefit p { font-size: .85rem; color: var(--sedy); line-height: 1.42; margin-top: 2px; }

.media {
  position: relative; overflow: hidden; border: 1.5px solid var(--line); border-radius: var(--r);
  background-color: #e6decd;
  background-image:
    linear-gradient(150deg, rgba(255, 255, 255, .6), rgba(143, 90, 36, .12)),
    repeating-linear-gradient(0deg, rgba(35, 33, 30, .07) 0 1px, transparent 1px 15px),
    repeating-linear-gradient(90deg, rgba(35, 33, 30, .07) 0 1px, transparent 1px 15px);
}
.media img { width: 100%; height: 100%; object-fit: cover; }
.media figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 14px 12px;
  background: linear-gradient(transparent, rgba(15, 27, 21, .88));
  color: #fff; font-size: .86rem; font-weight: 600;
}
.ratioOf-16-9 { aspect-ratio: 16 / 9; }
.ratioOf-4-3 { aspect-ratio: 4 / 3; }
.ratioOf-3-2 { aspect-ratio: 3 / 2; }

.config-wrapEl { background: var(--forest-900); color: #e8ece7; padding: 54px 0; }
.config {
  background: var(--paperEl); color: var(--inkoust); border-radius: var(--r);
  border: 1.5px solid var(--line); overflow: hidden; box-shadow: var(--shadowEl-2);
}
.config-grid { display: grid; grid-template-columns: minmax(0, 1fr); }
.config-vstupy { padding: 24px 20px 28px; min-width: 0; }
.config-result {
  background: var(--forest-800); color: #fff; padding: 26px 20px 28px; min-width: 0;
  border-top: 3px solid var(--stoneTile-600);
}

.config-stepBox { margin-bottom: 26px; }
.config-stepBox:last-child { margin-bottom: 0; }
.config-caption {
  display: flex; align-items: baseline; gap: 9px; margin-bottom: 11px;
  font-family: var(--font-tech); font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; color: var(--forest-900);
}
.config-caption b { color: var(--stoneTile-700); font-weight: 700; }

.switcher { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }

.switcher input {
  position: absolute; left: 0; top: 0; width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.switcher label {
  display: block; cursor: pointer; padding: 12px 14px; min-width: 0;
  border: 1.5px solid var(--line); border-radius: var(--r-s); background: var(--white);
  transition: border-color .16s ease, background-color .16s ease;
}
.switcher label strong { display: block; font-size: .98rem; color: var(--forest-900); }
.switcher label span { display: block; font-size: .82rem; color: var(--sedy); line-height: 1.4; margin-top: 2px; }
.switcher label:hover { border-color: var(--forest-500); }
.switcher input:checked + label { border-color: var(--forest-800); background: #eef3ee; box-shadow: inset 3px 0 0 var(--stoneTile-600); }
.switcher input:focus-visible + label { outline: 3px solid var(--stoneTile-700); outline-offset: 2px; }

.area-line { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.area-value { font-family: var(--font-headingEl); font-size: 1.9rem; color: var(--forest-900); line-height: 1; }
.area-value span { font-family: var(--font-tech); font-size: .9rem; color: var(--sedy); }
.area-uzitna { font-family: var(--font-tech); font-size: .8rem; color: var(--sedy); }

input[type="range"] {
  width: 100%; margin-top: 12px; height: 30px; background: transparent;
  -webkit-appearance: none; appearance: none; cursor: pointer;
}
input[type="range"]::-webkit-slider-runnable-track { height: 6px; background: var(--line); border-radius: 3px; }
input[type="range"]::-moz-range-track { height: 6px; background: var(--line); border-radius: 3px; }
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 26px; height: 26px; margin-top: -10px;
  background: var(--forest-800); border: 3px solid var(--stoneTile-400); border-radius: 50%;
}
input[type="range"]::-moz-range-thumb { width: 22px; height: 22px; background: var(--forest-800); border: 3px solid var(--stoneTile-400); border-radius: 50%; }
.span-detailVal { display: flex; justify-content: space-between; font-family: var(--font-tech); font-size: .74rem; color: var(--sedy); }

.config-select {
  width: 100%; font-family: var(--font-text); font-size: 1rem; color: var(--inkoust);
  padding: 12px 12px; border: 1.5px solid var(--line); border-radius: var(--r-s); background: var(--white); min-width: 0;
}

.res-tag { font-family: var(--font-tech); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--stoneTile-400); }
.res-priceVal { font-family: var(--font-headingEl); font-size: clamp(1.65rem, 7vw, 2.35rem); line-height: 1.08; margin-top: 6px; color: #fff; }
.res-priceVal small { display: block; font-family: var(--font-tech); font-size: .78rem; color: rgba(255, 255, 255, .72); font-weight: 400; letter-spacing: .04em; margin-top: 6px; }

.res-breakdownBox { margin-top: 20px; border-top: 1px solid rgba(255, 255, 255, .2); }
.res-line {
  display: flex; justify-content: space-between; gap: 12px; padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12); font-size: .92rem; min-width: 0;
}
.res-line span:first-child { color: rgba(255, 255, 255, .78); min-width: 0; }
.res-line span:last-child { font-family: var(--font-tech); font-weight: 700; white-space: nowrap; color: #fff; }

.res-pairEl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.res-box { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--r-s); padding: 13px 12px; min-width: 0; }
.res-box strong { display: block; font-family: var(--font-headingEl); font-size: 1.35rem; color: var(--stoneTile-400); line-height: 1.1; }
.res-box span { display: block; font-size: .78rem; color: rgba(255, 255, 255, .78); margin-top: 4px; line-height: 1.35; }

.res-explainEl {
  margin-top: 18px; font-size: .87rem; color: rgba(255, 255, 255, .84);
  background: rgba(0, 0, 0, .22); border-left: 3px solid var(--stoneTile-600); padding: 12px 14px; border-radius: 0 var(--r-s) var(--r-s) 0;
}
.res-explainEl b { color: #fff; }
.config-note { margin-top: 16px; font-size: .8rem; color: rgba(255, 255, 255, .66); }
.config-result .btn { margin-top: 18px; }

.stepGrid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; counter-reset: stepBox; }
.stepBox {
  position: relative; padding: 20px 0 20px 56px; border-bottom: 1px solid var(--line); min-width: 0;
  counter-increment: stepBox;
}
.stepBox:last-child { border-bottom: 0; }
.stepBox::before {
  content: counter(stepBox, decimal-leading-zero);
  position: absolute; left: 0; top: 20px;
  font-family: var(--font-tech); font-size: .92rem; font-weight: 700; color: var(--stoneTile-700);
  border: 1.5px solid var(--stoneTile-600); border-radius: var(--r-s);
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  background: var(--white);
}
.stepBox h3 { font-size: 1.14rem; color: var(--forest-900); }
.stepBox p { color: var(--sedy); font-size: .95rem; margin-top: 5px; }
.stepBox .stepBox-time { font-family: var(--font-tech); font-size: .76rem; color: var(--stoneTile-700); letter-spacing: .06em; margin-top: 7px; display: block; }

.domy-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.dum {
  background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column; min-width: 0; box-shadow: var(--shadowEl);
}
.dum-headRow {
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap;
  padding: 16px 18px 12px; border-bottom: 1.5px dashed var(--line); min-width: 0;
}
.dum-kod { font-family: var(--font-tech); font-size: .78rem; font-weight: 700; letter-spacing: .12em; color: var(--stoneTile-700); }
.dum-headRow h3 { font-size: 1.4rem; color: var(--forest-900); }
.dum-kindVal { font-family: var(--font-tech); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--sedy); }

.footprint { background: var(--paperEl); padding: 14px 12px 4px; border-bottom: 1px solid var(--line); }
.footprint svg { width: 100%; height: auto; }

.pud-o { fill: #f6efe0; }
.pud-h { fill: #e3edef; }
.pud-t { fill: #e9ebe6; }
.pud-zed { fill: none; stroke: #23211e; stroke-width: 3.4; }
.pud-pricka { fill: none; stroke: #23211e; stroke-width: 1.5; }
.pud-otvor { stroke: #f6efe0; stroke-width: 4.2; stroke-linecap: butt; }
.pud-windowEl { stroke: #23211e; stroke-width: .9; }
.pud-dimLine { fill: none; stroke: #8f5a24; stroke-width: .9; }
.pud-terasa { fill: rgba(143, 90, 36, .07); stroke: #8f5a24; stroke-width: 1.2; stroke-dasharray: 5 4; }
.pud-txt { fill: #8f5a24; font-family: var(--font-tech); font-size: 8px; letter-spacing: .06em; }
.pud-headingEl { fill: #5f5a52; font-family: var(--font-tech); font-size: 8.5px; letter-spacing: .14em; }
.pud-figure circle { fill: #1e3a2c; }
.pud-figure text { fill: #fff; font-family: var(--font-tech); font-size: 9px; font-weight: 700; text-anchor: middle; }
.footprint-legendEl {
  list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 12px;
  padding: 10px 4px 12px; font-size: .8rem; color: var(--sedy);
}
.footprint-legendEl li { display: flex; gap: 7px; min-width: 0; }
.footprint-legendEl b {
  flex: 0 0 18px; height: 18px; border-radius: 50%; background: var(--forest-800); color: #fff;
  font-family: var(--font-tech); font-size: .68rem; display: flex; align-items: center; justify-content: center; margin-top: 2px;
}

.dum-bodyEl { padding: 16px 18px 20px; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.dum-params { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
.dum-params div { min-width: 0; }
.dum-params dt { font-family: var(--font-tech); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sedy); }
.dum-params dd { font-weight: 700; color: var(--forest-900); font-size: 1rem; }
.dum-detailVal { font-size: .93rem; color: var(--sedy); margin-bottom: 16px; }
.dum-priceList { margin-top: auto; border-top: 1.5px solid var(--line); padding-top: 14px; }
.dum-priceVal-line { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 3px 0; min-width: 0; }
.dum-priceVal-line span { font-size: .88rem; color: var(--sedy); min-width: 0; }
.dum-priceVal-line strong { font-family: var(--font-tech); font-weight: 700; color: var(--forest-900); white-space: nowrap; }
.dum-priceVal-line.mainCol strong { color: var(--stoneTile-700); font-size: 1.15rem; }
.dum-actionName { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }

.tableEl-wrapEl { overflow-x: auto; border: 1.5px solid var(--line); border-radius: var(--r); background: var(--white); }
table { border-collapse: collapse; width: 100%; min-width: 660px; font-size: .92rem; }
th, td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--line); white-space: nowrap; }
thead th { background: var(--forest-800); color: #fff; font-family: var(--font-tech); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: var(--paperEl); }
td.figure { font-family: var(--font-tech); text-align: right; }
caption { caption-side: bottom; padding: 10px 14px; font-size: .82rem; color: var(--sedy); text-align: left; }
.tab-note { font-family: var(--font-tech); font-size: .76rem; color: var(--sedy); margin-top: 10px; }

.tech-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.tech-cardEl {
  background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r); padding: 22px 20px; min-width: 0;
}
.tech-cardEl h3 { font-size: 1.28rem; color: var(--forest-900); }
.tech-cardEl .tech-kod { font-family: var(--font-tech); font-size: .74rem; letter-spacing: .12em; color: var(--stoneTile-700); text-transform: uppercase; }
.tech-cardEl p { color: var(--sedy); font-size: .95rem; margin-top: 10px; }
.tech-cardEl ul { list-style: none; margin-top: 14px; display: grid; gap: 8px; }
.tech-cardEl li { display: flex; gap: 9px; font-size: .92rem; align-items: flex-start; min-width: 0; }
.tech-cardEl li svg { flex: 0 0 17px; color: var(--forest-700); margin-top: 4px; }

.skladba { display: grid; gap: 2px; margin-top: 16px; }
.skladba-vrstva {
  display: flex; justify-content: space-between; gap: 10px; align-items: center;
  padding: 7px 11px; border-radius: 2px; font-size: .84rem; min-width: 0;
}
.skladba-vrstva span:last-child { font-family: var(--font-tech); font-size: .76rem; white-space: nowrap; opacity: .85; }

.workId-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; }
.workId {
  background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r);
  overflow: hidden; min-width: 0; display: flex; flex-direction: column; box-shadow: var(--shadowEl);
}
.workId .media { border: 0; border-radius: 0; border-bottom: 1.5px solid var(--line); }
.workId-photo { border: 0; padding: 0; background: none; cursor: zoom-in; display: block; width: 100%; }
.workId-bodyEl { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.workId-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.workId-meta span {
  font-family: var(--font-tech); font-size: .72rem; letter-spacing: .05em;
  background: var(--paperEl-2); color: var(--sedy); padding: 3px 9px; border-radius: 2px;
}
.workId-bodyEl h3 { font-size: 1.24rem; color: var(--forest-900); }
.workId-bodyEl > p { color: var(--sedy); font-size: .94rem; margin-top: 8px; }
.citat-majitel {
  margin-top: 16px; padding: 14px 16px; background: var(--paperEl); border-left: 3px solid var(--stoneTile-600); border-radius: 0 var(--r-s) var(--r-s) 0;
}
.citat-majitel p { font-size: .95rem; font-style: italic; color: var(--inkoust); }
.citat-majitel footer { margin-top: 8px; font-family: var(--font-tech); font-size: .76rem; color: var(--sedy); font-style: normal; }

.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(12, 20, 15, .93); display: none; align-items: center; justify-content: center; padding: 18px; }
.lightbox.open { display: flex; }
.lightbox-in { max-width: 960px; width: 100%; }
.lightbox-in img { width: 100%; max-height: 74vh; object-fit: contain; border-radius: var(--r); }
.lightbox-detailVal { color: #fff; text-align: center; margin-top: 12px; font-size: .95rem; }
.lightbox-shut {
  position: absolute; top: 16px; right: 16px; width: 48px; height: 48px;
  background: rgba(255, 255, 255, .14); border: 0; border-radius: var(--r-s); color: #fff; font-size: 1.8rem; cursor: pointer; line-height: 1;
}

.figures { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; }
.figure-box { min-width: 0; border-left: 2px solid var(--stoneTile-600); padding-left: 14px; }
.figure-box strong { display: block; font-family: var(--font-headingEl); font-size: 2.1rem; line-height: 1; color: var(--stoneTile-400); }
.figure-box span { display: block; font-size: .86rem; color: rgba(232, 236, 231, .8); margin-top: 6px; }

.reviewsId-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.reviewsId {
  background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r); padding: 24px 22px; min-width: 0;
}
.starRow { color: var(--stoneTile-600); letter-spacing: 2px; font-size: 1rem; }
.reviewsId blockquote { margin-top: 12px; font-size: 1.02rem; color: var(--inkoust); }
.reviewsId-autor { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.avatar {
  width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: var(--forest-700); color: #fff;
  display: flex; align-items: center; justify-content: center; font-family: var(--font-headingEl); font-weight: 700; font-size: 1.05rem;
}
.reviewsId-autor strong { display: block; font-size: .96rem; color: var(--forest-900); }

.reviewsId-autor > div span { display: block; font-family: var(--font-tech); font-size: .76rem; color: var(--sedy); }

.enquiry-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; }
.contactId-listEl { list-style: none; display: grid; gap: 16px; margin-top: 22px; }
.contactId-listEl li { display: flex; gap: 12px; align-items: flex-start; min-width: 0; }
.contactId-listEl svg { flex: 0 0 22px; color: var(--stoneTile-700); margin-top: 3px; }
.contactId-listEl strong { display: block; font-size: .95rem; color: var(--forest-900); }
.contactId-listEl span, .contactId-listEl a { font-size: .93rem; color: var(--sedy); word-break: break-word; }
.contactId-listEl a { color: var(--stoneTile-700); font-weight: 700; }

.formEl { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r); padding: 24px 20px 26px; box-shadow: var(--shadowEl); min-width: 0; }
.formEl h3 { font-size: 1.35rem; color: var(--forest-900); }
.formEl > p { font-size: .92rem; color: var(--sedy); margin-top: 6px; margin-bottom: 18px; }
.fieldEl { display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px; min-width: 0; }
.fieldEl label { font-size: .86rem; font-weight: 700; color: var(--forest-900); }
.fieldEl .pov { color: var(--redTone); }
.fieldEl input, .fieldEl select, .fieldEl textarea {
  font-family: inherit; font-size: 1rem; color: var(--inkoust); width: 100%; min-width: 0; max-width: 100%;
  padding: 12px 13px; border: 1.5px solid var(--line); border-radius: var(--r-s); background: #fdfcf9;
}
.fieldEl textarea { min-height: 108px; resize: vertical; }
.fieldEl input:focus, .fieldEl select:focus, .fieldEl textarea:focus { outline: none; border-color: var(--forest-700); box-shadow: 0 0 0 3px rgba(44, 83, 65, .18); }
.fieldEl input:focus-visible, .fieldEl select:focus-visible, .fieldEl textarea:focus-visible { outline: 3px solid var(--stoneTile-700); outline-offset: 1px; }
.fieldEl-line { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 16px; }
.consent input { width: auto; min-width: 20px; margin-top: 5px; }
.consent label { font-size: .84rem; font-weight: 400; color: var(--sedy); }
.form-note { font-size: .8rem; color: var(--sedy); margin-top: 10px; }
.form-noticeBox {
  display: none; margin-top: 16px; padding: 14px 16px; border-radius: var(--r-s);
  background: #eef3ee; border: 1.5px solid var(--forest-500); color: var(--forest-900); font-size: .93rem;
}
.form-noticeBox.show { display: block; }
.zvyrazneno { animation: kriv-puls 1.5s ease-out 1; }
@keyframes kriv-puls {
  0% { box-shadow: 0 0 0 0 rgba(196, 131, 47, .7); }
  100% { box-shadow: 0 0 0 16px rgba(196, 131, 47, 0); }
}

.cta-band { background: var(--forest-800); color: #fff; border-radius: var(--r); padding: 28px 22px; text-align: center; }
.cta-band h2 { font-size: clamp(1.5rem, 5.4vw, 2.1rem); color: #fff; }
.cta-band p { margin-top: 10px; color: rgba(255, 255, 255, .84); max-width: 52ch; margin-left: auto; margin-right: auto; }
.cta-band .cta-actionName { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }

.footerEl { background: var(--forest-900); color: rgba(232, 236, 231, .8); padding: 44px 0 108px; }
.notice {
  display: flex; gap: 11px; align-items: flex-start; background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--r-s);
  padding: 14px 16px; margin-bottom: 28px; font-size: .86rem; color: rgba(232, 236, 231, .86);
}
.notice svg { flex: 0 0 20px; color: var(--stoneTile-400); margin-top: 3px; }
.notice strong { color: #fff; }
.pat-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; margin-bottom: 28px; }
.pat-brandMark p { font-size: .9rem; margin-top: 12px; max-width: 42ch; }
.pat-col h4 { color: #fff; font-family: var(--font-tech); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.pat-col a, .pat-col p { display: block; font-size: .91rem; padding: 3px 0; color: rgba(232, 236, 231, .78); }
.pat-col a:hover { color: var(--stoneTile-400); }
.pat-bottomRow { border-top: 1px solid rgba(255, 255, 255, .14); padding-top: 20px; font-size: .82rem; color: rgba(232, 236, 231, .6); }
.pat-ico { font-family: var(--font-tech); font-size: .8rem; color: rgba(232, 236, 231, .68); margin-top: 8px; }

.callbar {
  position: fixed; left: 0; right: 0; bottom: var(--frontage-h); z-index: 90;
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--forest-800); box-shadow: 0 -6px 18px rgba(0, 0, 0, .2);
}
.callbar a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 8px; font-weight: 700; font-size: .96rem; color: #fff; min-height: 50px;
}
.callbar a.tel { background: var(--stoneTile-600); color: #23211e; }
.callbar a svg { width: 18px; height: 18px; flex: 0 0 18px; }

@media (min-width: 560px) {
  .switcher.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fieldEl-line { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
  .footprint-legendEl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 720px) {
  body { font-size: 17px; }
  .sectionBox { padding: 74px 0; }
  .hero-in { padding: 76px 0 62px; }
  .hero-factList { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .benefits-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .domy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviewsId-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .figures { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .workId-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stepGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; }
  .config-vstupy { padding: 30px 28px 34px; }
  .config-result { padding: 30px 28px 34px; }
  .band { padding: 54px 0 46px; }
}

@media (min-width: 980px) {
  html { scroll-padding-top: 96px; }
  .menu { display: flex; }
  .burger { display: none; }
  .headBar-tel { display: inline-flex; }
  .config-grid { grid-template-columns: 1.05fr .95fr; }
  .config-result { border-top: 0; border-left: 3px solid var(--stoneTile-600); }
  .enquiry-grid { grid-template-columns: .85fr 1.15fr; align-items: start; }
  .pat-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .callbar { display: none; }
  .footerEl { padding-bottom: 46px; }
  .hero-in { padding: 104px 0 84px; }
  .workId-grid.siroka { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 380px) {
  body { font-size: 16px; }
  .wrap { padding: 0 14px; }
  .hero-factItem strong { font-size: 1.55rem; }
  .callbar a { font-size: .88rem; padding: 12px 4px; }
  .footprint-legendEl { grid-template-columns: minmax(0, 1fr); }
}

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

@media print {
  .headBar, .callbar, .drawer, .curtain, .lightbox { display: none !important; }
}
