:root {
  --uhel: #26221c;
  --uhel-2: #322c24;
  --kava: #4a4038;
  --dub: #8D6333;
  --dub-tmavy: #895E2C;
  --dub-lightVar: #d9b075;
  --papir: #f6f3ec;
  --sandy: #ece5d8;
  --white: #ffffff;
  --ink: #241F1B;
  --muted: #6b6154;
  --linka: #e0d7c6;
  --ok: #3e7048;
  --errBox: #a33a2a;
  --radius: 6px;
  --radius-lg: 10px;
  --stin-sm: 0 2px 8px rgba(38, 34, 28, .08);
  --stin-md: 0 14px 32px rgba(38, 34, 28, .16);
  --maxw: 1160px;
  --font-head: "Bahnschrift", "Avenir Next Condensed", "Arial Narrow", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "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(--font-body);
  color: var(--ink);
  background: var(--papir);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}

h1, h2 {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: .025em;
  line-height: 1.08;
  font-weight: 700;
}
h3, h4 { font-family: var(--font-head); line-height: 1.2; font-weight: 700; letter-spacing: .01em; }

a { color: inherit; text-decoration: none; }
p a, li a.textlink { color: var(--dub-tmavy); font-weight: 600; border-bottom: 1px solid var(--dub); }
p a:hover, li a.textlink:hover { color: var(--uhel); }

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

:focus-visible { outline: 3px solid var(--dub-tmavy); outline-offset: 2px; }

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

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 500;
  background: var(--uhel); color: #fff; font-weight: 700;
  padding: 12px 18px; border-radius: 0 0 var(--radius) var(--radius);
  transition: top .2s ease;
}
.skip-link:focus-visible { top: 0; }

.divider {
  height: 12px;
  background:
    repeating-linear-gradient(90deg,
      var(--dub) 0 110px, var(--dub-tmavy) 110px 112px,
      #c08a4a 112px 210px, var(--dub-tmavy) 210px 212px,
      #a26f34 212px 330px, var(--dub-tmavy) 330px 332px);
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head);
  font-size: .8rem; letter-spacing: .22em; text-transform: uppercase;
  font-weight: 700; color: var(--dub-tmavy); margin-bottom: 12px;
}
.eyebrow::before { content: ""; width: 28px; height: 4px; background: var(--dub); flex: 0 0 28px; }

.section { padding: 64px 0; }
.section-alt { background: var(--sandy); }
.section-head { max-width: 680px; margin-bottom: 38px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section h2 { font-size: clamp(1.7rem, 5.2vw, 2.6rem); color: var(--uhel); }
.section-head p { color: var(--muted); margin-top: 12px; font-size: 1.04rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 24px; border-radius: var(--radius);
  font-family: var(--font-head);
  font-weight: 700; font-size: .98rem; letter-spacing: .05em; text-transform: uppercase;
  cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--dub); color: #241a0d; box-shadow: var(--stin-sm); }
.btn-primary:hover { background: var(--dub-tmavy); color: #fff; transform: translateY(-2px); box-shadow: var(--stin-md); }
.btn-dark { background: var(--uhel); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); box-shadow: var(--stin-md); }
.btn-outline { background: transparent; color: var(--uhel); border-color: var(--uhel); }
.btn-outline:hover { background: var(--uhel); color: #fff; }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 16px; font-size: .85rem; }

.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246, 243, 236, .97);
  border-bottom: 1px solid var(--linka);
  box-shadow: none;
  transition: box-shadow .25s ease;
}
.nav.scrolled { box-shadow: var(--stin-sm); }
.nav::before { content: ""; display: block; height: 4px; background: var(--dub); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 0; }

.brand { display: flex; align-items: center; gap: 11px; color: var(--uhel); min-width: 0; }
.brand-mark { width: 44px; height: 44px; flex: 0 0 44px; }
.brand-name {
  font-family: var(--font-head); font-size: 1.45rem; font-weight: 700;
  letter-spacing: .09em; line-height: 1; text-transform: uppercase;
}
.brand-sub { display: block; font-family: var(--font-body); font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-top: 3px; }

.nav-links { display: none; align-items: center; gap: 24px; }
.nav-links a { font-size: .95rem; font-weight: 600; color: var(--ink); padding: 6px 2px; border-bottom: 2px solid transparent; }
.nav-links a:hover { color: var(--dub-tmavy); }
.nav-links a[aria-current="page"] { color: var(--dub-tmavy); border-bottom-color: var(--dub); }
.nav-cta { margin-left: 4px; }

.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  background: var(--uhel); border: 0; cursor: pointer;
  padding: 11px; min-width: 44px; min-height: 44px; border-radius: var(--radius);
}
.nav-toggle span { width: 22px; height: 2px; background: #fff; display: block; transition: .25s; }

.mobile-menu {
  position: fixed; inset: 0 0 0 auto; z-index: 200;
  width: min(84vw, 330px);
  background: var(--uhel); color: #f2ede4;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  padding: 80px 28px 28px;
  display: flex; flex-direction: column; gap: 2px;
  box-shadow: -20px 0 40px rgba(0, 0, 0, .3);
  overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { color: #f2ede4; font-size: 1.1rem; font-weight: 600; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.mobile-menu a[aria-current="page"] { color: var(--dub-lightVar); }
.mobile-menu .btn { margin-top: 20px; border-bottom: 0; }
.menu-close {
  position: absolute; top: 18px; right: 18px;
  background: rgba(255,255,255,.12); border: 0; color: #fff;
  min-width: 44px; min-height: 44px; border-radius: var(--radius);
  font-size: 1.6rem; cursor: pointer; line-height: 1;
}
.backdrop { position: fixed; inset: 0; background: rgba(20, 16, 10, .55); z-index: 150; opacity: 0; visibility: hidden; transition: .3s; }
.backdrop.open { opacity: 1; visibility: visible; }

.hero { padding: 46px 0 56px; position: relative; overflow: hidden; }
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px;
  background: repeating-linear-gradient(90deg, var(--linka) 0 140px, transparent 140px 142px);
  opacity: .8;
}
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
.hero h1 { font-size: clamp(2rem, 7.2vw, 3.4rem); color: var(--uhel); max-width: 17ch; }
.hero h1 em { font-style: normal; color: var(--dub-tmavy); }
.hero-lead { font-size: clamp(1.02rem, 3vw, 1.18rem); color: var(--muted); margin-top: 16px; max-width: 52ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-factList { display: flex; flex-wrap: wrap; gap: 18px 38px; margin-top: 36px; }
.hero-factItem { min-width: 0; }
.hero-factItem strong { display: block; font-family: var(--font-head); font-size: 1.9rem; line-height: 1; color: var(--uhel); }
.hero-factItem span { font-size: .84rem; color: var(--muted); }

.hero-photo { position: relative; min-width: 0; }
.hero-photo .photo {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 16 / 10; box-shadow: var(--stin-md);
  background: linear-gradient(150deg, #e8dcc4, #d8c39a 55%, #c9ad7c);
}
.hero-photo .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-photo::before {
  content: ""; position: absolute; right: -14px; bottom: -14px;
  width: 62%; height: 62%; z-index: -1; border-radius: var(--radius-lg);
  background: repeating-linear-gradient(90deg, var(--dub) 0 26px, #c08a4a 26px 52px);
  opacity: .9;
}
.hero-tag {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(38, 34, 28, .92); color: #fff;
  padding: 10px 16px; border-radius: var(--radius);
  font-size: .84rem; font-weight: 700; display: flex; align-items: center; gap: 8px;
}
.hero-tag svg { color: var(--dub-lightVar); flex: 0 0 18px; }

.assurances { background: var(--uhel); color: #efe9df; padding: 30px 0; }
.assurances-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 20px; }
.assurance { display: flex; gap: 12px; align-items: flex-start; min-width: 0; }
.assurance svg { flex: 0 0 28px; color: var(--dub-lightVar); margin-top: 2px; }
.assurance h3 { font-size: .98rem; margin-bottom: 2px; color: #fff; }
.assurance p { font-size: .84rem; color: rgba(239, 233, 223, .72); line-height: 1.45; }

.services-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.service {
  background: var(--white); border: 1px solid var(--linka); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--stin-sm); display: flex; flex-direction: column; min-width: 0;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--stin-md); }
.service .photo { aspect-ratio: 4 / 3; background: linear-gradient(150deg, #e8dcc4, #d3bd93); overflow: hidden; position: relative; }
.service .photo img { width: 100%; height: 100%; object-fit: cover; }
.service-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.service h3 { font-size: 1.25rem; color: var(--uhel); }
.service p { color: var(--muted); font-size: .93rem; margin-top: 8px; }
.service .priceVal-od { margin-top: auto; padding-top: 16px; font-family: var(--font-head); font-weight: 700; color: var(--dub-tmavy); font-size: 1.05rem; }
.service .priceVal-od small { display: block; font-family: var(--font-body); font-weight: 500; font-size: .76rem; color: var(--muted); }

.calc { background: var(--uhel); color: #efe9df; position: relative; }
.calc::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.022) 0 160px, transparent 160px 162px);
}
.calc .section-head h2 { color: #fff; }
.calc .section-head p { color: rgba(239, 233, 223, .75); }
.calc .eyebrow { color: var(--dub-lightVar); }
.calc .eyebrow::before { background: var(--dub-lightVar); }
.calc-grid { display: grid; grid-template-columns: 1fr; gap: 26px; position: relative; }

.calc-form { background: var(--uhel-2); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 26px 22px; min-width: 0; }
.calc-form h3 { color: #fff; font-size: 1.3rem; margin-bottom: 18px; }
.calc-panelBlock { margin-bottom: 22px; }
.calc-panelBlock > .calc-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; font-weight: 700; font-size: .92rem; color: #fff; margin-bottom: 10px; }
.calc-caption small { font-weight: 500; color: rgba(239,233,223,.6); font-size: .78rem; }

.calc-m2 { display: flex; align-items: stretch; gap: 0; max-width: 240px; }
.calc-m2 input {
  width: 100%; min-width: 0; font-family: var(--font-head); font-size: 1.5rem; font-weight: 700;
  color: var(--uhel); background: #fff; border: 2px solid transparent;
  border-radius: var(--radius) 0 0 var(--radius); padding: 10px 14px; text-align: right;
}
.calc-m2 input:focus { outline: none; border-color: var(--dub-lightVar); }
.calc-m2 .unitLabel {
  display: flex; align-items: center; padding: 0 14px;
  background: var(--dub); color: #241a0d; font-family: var(--font-head); font-weight: 700;
  border-radius: 0 var(--radius) var(--radius) 0; white-space: nowrap;
}

.opt-gridEl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.opt { position: relative; display: block; cursor: pointer; min-width: 0; }
.opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.opt .opt-tel {
  display: flex; flex-direction: column; gap: 2px;
  background: rgba(255,255,255,.05); border: 2px solid rgba(255,255,255,.16);
  border-radius: var(--radius); padding: 12px 13px; transition: border-color .15s ease, background .15s ease;
}
.opt strong { font-size: .92rem; color: #fff; line-height: 1.25; }
.opt span { font-size: .76rem; color: rgba(239, 233, 223, .62); }
.opt:hover .opt-tel { border-color: rgba(255,255,255,.4); }
.opt:has(input:checked) .opt-tel { border-color: var(--dub); background: rgba(176, 124, 63, .16); }
.opt:has(input:checked) strong { color: var(--dub-lightVar); }
.opt:has(input:focus-visible) .opt-tel { outline: 3px solid var(--dub-lightVar); outline-offset: 2px; }

.calc-switcher { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.calc-switcher input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--dub); flex: 0 0 20px; }
.calc-switcher strong { display: block; font-size: .92rem; color: #fff; }
.calc-switcher span { font-size: .78rem; color: rgba(239,233,223,.62); }

.calc-result {
  background: var(--papir); color: var(--ink);
  border-radius: var(--radius-lg); padding: 26px 22px;
  box-shadow: var(--stin-md); min-width: 0; align-self: start;
}
.calc-result h3 { color: var(--uhel); font-size: 1.3rem; }
.calc-result .calc-choice { font-size: .88rem; color: var(--muted); margin-top: 4px; }
.calc-lineItems { list-style: none; margin: 18px 0 0; border-top: 2px solid var(--uhel); }
.calc-lineItems li { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px dashed var(--linka); font-size: .95rem; }
.calc-lineItems li .r-pop { color: var(--ink); min-width: 0; }
.calc-lineItems li .r-pop small { display: block; color: var(--muted); font-size: .78rem; }
.calc-lineItems li .r-amountVal { font-weight: 700; white-space: nowrap; }
.calc-lineItems li.r-isZero .r-amountVal { color: var(--muted); font-weight: 500; }
.calc-totalVal { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 14px; padding: 16px 0 4px; }
.calc-totalVal .s-pop { font-weight: 700; font-size: 1rem; }
.calc-totalVal .s-amountVal { font-family: var(--font-head); font-size: 2rem; font-weight: 700; color: var(--dub-tmavy); white-space: nowrap; }
.calc-whenVal { display: flex; gap: 10px; align-items: flex-start; background: var(--sandy); border-radius: var(--radius); padding: 12px 14px; margin-top: 14px; font-size: .88rem; }
.calc-whenVal svg { flex: 0 0 20px; color: var(--dub-tmavy); margin-top: 2px; }
.calc-note { font-size: .8rem; color: var(--muted); margin-top: 12px; }
.calc-result .btn { margin-top: 16px; }
.calc-errBox { color: var(--errBox); font-weight: 600; font-size: .92rem; margin-top: 12px; display: none; }
.calc-errBox.show { display: block; }

.finishes-filters { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.filter-group { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.filter-group .filterEl-pop { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-right: 4px; }
.filter-btn {
  background: var(--white); border: 1.5px solid var(--linka); color: var(--ink);
  border-radius: var(--radius); padding: 8px 16px;
  font-family: inherit; font-size: .88rem; font-weight: 600; cursor: pointer; transition: all .18s;
}
.filter-btn:hover { border-color: var(--dub); }
.filter-btn.active { background: var(--uhel); border-color: var(--uhel); color: #fff; }
.finishes-countVal { font-size: .86rem; color: var(--muted); margin-bottom: 16px; }

.finishes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.finish {
  background: var(--white); border: 1px solid var(--linka); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--stin-sm); min-width: 0;
  display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease;
}
.finish:hover { transform: translateY(-3px); box-shadow: var(--stin-md); }
.finish-swatchEl { aspect-ratio: 4 / 3; position: relative; }
.finish-kindVal {
  position: absolute; top: 10px; left: 10px;
  background: rgba(38, 34, 28, .88); color: #fff;
  font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 9px; border-radius: var(--radius);
}
.finish-body { padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.finish h3 { font-size: 1.02rem; color: var(--uhel); }
.finish .finish-shade { font-size: .78rem; color: var(--muted); }
.finish .btn { margin-top: auto; }

.sw { background-size: auto, auto, cover; }
.sw-dub-naturalTone { background:
  repeating-linear-gradient(90deg, rgba(70, 42, 10, .16) 0 2px, transparent 2px 52px),
  repeating-linear-gradient(0deg, rgba(255, 244, 220, .1) 0 3px, transparent 3px 11px),
  linear-gradient(105deg, #d9a95f, #c8944b 45%, #daa85e 72%, #bd8a3f); }
.sw-dub-smoked { background:
  repeating-linear-gradient(90deg, rgba(20, 10, 2, .3) 0 2px, transparent 2px 56px),
  repeating-linear-gradient(0deg, rgba(255, 226, 190, .05) 0 3px, transparent 3px 10px),
  linear-gradient(105deg, #6d4a26, #573818 48%, #6b4823 74%, #4c3013); }
.sw-ash-natural { background:
  repeating-linear-gradient(90deg, rgba(120, 90, 40, .1) 0 2px, transparent 2px 48px),
  repeating-linear-gradient(0deg, rgba(255, 255, 250, .16) 0 3px, transparent 3px 12px),
  linear-gradient(105deg, #ecdcba, #e0cda4 45%, #eddcb9 70%, #d8c295); }
.sw-walnut-tobacco { background:
  repeating-linear-gradient(90deg, rgba(15, 6, 0, .32) 0 2px, transparent 2px 60px),
  repeating-linear-gradient(0deg, rgba(255, 210, 170, .06) 0 2px, transparent 2px 9px),
  linear-gradient(105deg, #55341c, #3f2410 46%, #57361d 72%, #35200e); }
.sw-dub-patina { background:
  repeating-linear-gradient(90deg, rgba(60, 55, 45, .16) 0 2px, transparent 2px 50px),
  repeating-linear-gradient(0deg, rgba(255, 255, 255, .09) 0 3px, transparent 3px 11px),
  linear-gradient(105deg, #b3a58d, #a3947a 45%, #b2a48b 70%, #97876c); }
.sw-dub-limed { background:
  repeating-linear-gradient(90deg, rgba(140, 110, 60, .12) 0 2px, transparent 2px 46px),
  repeating-linear-gradient(0deg, rgba(255, 255, 255, .2) 0 3px, transparent 3px 12px),
  linear-gradient(105deg, #efe4cf, #e5d6ba 48%, #f0e5d0 74%, #ddccab); }
.sw-dub-graphite { background:
  repeating-linear-gradient(90deg, rgba(0, 0, 0, .3) 0 2px, transparent 2px 54px),
  repeating-linear-gradient(0deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 10px),
  linear-gradient(105deg, #57534c, #45413a 46%, #59554e 72%, #3b3730); }
.sw-concrete-pearl { background:
  repeating-linear-gradient(90deg, rgba(80, 78, 72, .1) 0 2px, transparent 2px 120px),
  repeating-linear-gradient(0deg, rgba(80, 78, 72, .1) 0 2px, transparent 2px 90px),
  linear-gradient(120deg, #d5d1c8, #c6c2b8 40%, #d7d3ca 68%, #bdb9ae); }

.stepGrid { counter-reset: stepBox; display: grid; grid-template-columns: 1fr; gap: 0; max-width: 720px; }
.stepBox { position: relative; padding: 0 0 30px 64px; min-width: 0; }
.stepBox::before {
  counter-increment: stepBox; content: counter(stepBox);
  position: absolute; left: 0; top: 0;
  width: 44px; height: 44px; border-radius: var(--radius);
  background: var(--uhel); color: var(--dub-lightVar);
  font-family: var(--font-head); font-weight: 700; font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
}
.stepBox::after { content: ""; position: absolute; left: 21px; top: 50px; bottom: 6px; width: 2px; background: var(--linka); }
.stepBox:last-child { padding-bottom: 0; }
.stepBox:last-child::after { display: none; }
.stepBox h3 { font-size: 1.15rem; color: var(--uhel); padding-top: 8px; }
.stepBox p { color: var(--muted); font-size: .94rem; margin-top: 6px; }

.howto-grid { display: grid; grid-template-columns: 1fr; gap: 38px; align-items: start; }
.howto-photo { display: grid; gap: 16px; min-width: 0; }
.howto-photo figure { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--stin-sm); position: relative; background: linear-gradient(150deg, #e2d7c0, #cdb88e); }
.howto-photo figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; }
.howto-photo figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 38px 14px 12px;
  background: linear-gradient(transparent, rgba(26, 20, 12, .82));
  color: #fff; font-size: .84rem; font-weight: 600;
}

.aboutId-grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.aboutId-photo { position: relative; min-width: 0; }
.aboutId-photo .photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--stin-md); aspect-ratio: 4 / 3; background: linear-gradient(150deg, #e2d7c0, #cdb88e); }
.aboutId-photo .photo img { width: 100%; height: 100%; object-fit: cover; }
.aboutId-tag {
  position: absolute; bottom: -16px; right: 12px;
  background: var(--dub); color: #241a0d; border-radius: var(--radius);
  padding: 12px 18px; box-shadow: var(--stin-md); text-align: center;
}
.aboutId-tag strong { font-family: var(--font-head); font-size: 1.7rem; display: block; line-height: 1; }
.aboutId-tag span { font-size: .74rem; font-weight: 600; }
.aboutId-text p { color: var(--muted); margin-top: 14px; font-size: 1.02rem; }
.aboutId-body { list-style: none; margin-top: 20px; display: grid; gap: 10px; }
.aboutId-body li { display: flex; gap: 10px; align-items: flex-start; font-size: .96rem; }
.aboutId-body svg { flex: 0 0 20px; color: var(--ok); margin-top: 4px; }

.reviewsId-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.reviewsId {
  background: var(--white); border: 1px solid var(--linka); border-radius: var(--radius-lg);
  padding: 26px 24px; box-shadow: var(--stin-sm); min-width: 0;
  border-top: 4px solid var(--dub);
}
.starRow { color: var(--dub); letter-spacing: 3px; font-size: 1rem; margin-bottom: 12px; }
.reviewsId blockquote { font-size: 1rem; line-height: 1.6; color: var(--ink); }
.reviewsId-autor { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.reviewsId-autor .avatar {
  width: 44px; height: 44px; border-radius: var(--radius); flex: 0 0 44px;
  display: flex; align-items: center; justify-content: center;
  background: var(--uhel); color: var(--dub-lightVar); font-family: var(--font-head); font-weight: 700; font-size: 1.05rem;
}
.reviewsId-autor strong { display: block; font-size: .95rem; color: var(--uhel); }
.reviewsId-autor span { font-size: .82rem; color: var(--muted); }

.real-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.real {
  background: var(--white); border: 1px solid var(--linka); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--stin-sm); display: flex; flex-direction: column; min-width: 0;
  transition: transform .2s ease, box-shadow .2s ease;
}
.real:hover { transform: translateY(-4px); box-shadow: var(--stin-md); }
.real .photo { aspect-ratio: 4 / 3; overflow: hidden; position: relative; background: linear-gradient(150deg, #e8dcc4, #d3bd93); }
.real .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.real:hover .photo img { transform: scale(1.05); }
.real-kindVal {
  position: absolute; top: 12px; left: 12px;
  background: rgba(246, 243, 236, .95); color: var(--uhel);
  font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 10px; border-radius: var(--radius);
}
.real-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.real h3 { font-size: 1.2rem; color: var(--uhel); }
.real-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.real-meta span { font-size: .74rem; background: var(--sandy); color: var(--kava); border-radius: var(--radius); padding: 3px 9px; font-weight: 600; white-space: nowrap; }
.real p { color: var(--muted); font-size: .92rem; margin-top: 12px; }

.tab-obal { overflow-x: auto; border: 1px solid var(--linka); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--stin-sm); -webkit-overflow-scrolling: touch; }
.tab-srovnani { border-collapse: collapse; width: 100%; min-width: 720px; font-size: .93rem; }
.tab-srovnani caption { text-align: left; padding: 16px 18px 4px; font-size: .84rem; color: var(--muted); caption-side: bottom; }
.tab-srovnani th, .tab-srovnani td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--linka); vertical-align: top; }
.tab-srovnani thead th { background: var(--uhel); color: #fff; font-family: var(--font-head); font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.tab-srovnani thead th:first-child { background: var(--uhel); }
.tab-srovnani tbody th { font-weight: 700; color: var(--uhel); background: var(--papir); white-space: nowrap; }
.tab-srovnani tbody tr:last-child th, .tab-srovnani tbody tr:last-child td { border-bottom: 0; }
.tab-srovnani .fajfka { color: var(--ok); font-weight: 700; }
.tab-srovnani .krizek { color: var(--errBox); font-weight: 700; }
.tab-srovnani .priceVal { font-weight: 700; white-space: nowrap; }

.krytiny-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.tile {
  background: var(--white); border: 1px solid var(--linka); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--stin-sm); display: flex; flex-direction: column; min-width: 0;
}
.tile .photo { aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(150deg, #e8dcc4, #d3bd93); }
.tile .photo img { width: 100%; height: 100%; object-fit: cover; }
.tile-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.tile h3 { font-size: 1.35rem; color: var(--uhel); }
.tile .tile-priceVal { font-family: var(--font-head); font-weight: 700; color: var(--dub-tmavy); margin-top: 4px; }
.tile p { color: var(--muted); font-size: .94rem; margin-top: 10px; }
.tile ul { list-style: none; margin-top: 14px; display: grid; gap: 8px; }
.tile li { display: flex; gap: 9px; align-items: flex-start; font-size: .9rem; }
.tile li svg { flex: 0 0 18px; margin-top: 4px; }
.tile li.plus svg { color: var(--ok); }
.tile li.minus svg { color: var(--errBox); }
.tile .btn { margin-top: 18px; align-self: flex-start; }

.roomsMode-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.roomBox { background: var(--white); border: 1px solid var(--linka); border-radius: var(--radius-lg); padding: 20px; box-shadow: var(--stin-sm); min-width: 0; }
.roomBox h3 { font-size: 1.08rem; color: var(--uhel); display: flex; align-items: center; gap: 9px; }
.roomBox h3 svg { color: var(--dub-tmavy); flex: 0 0 22px; }
.roomBox .doporuceni { display: inline-block; margin-top: 10px; background: var(--sandy); color: var(--kava); font-size: .78rem; font-weight: 700; padding: 4px 10px; border-radius: var(--radius); }
.roomBox p { color: var(--muted); font-size: .88rem; margin-top: 10px; }

.contact { background: var(--sandy); }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.contactId-info .lead { color: var(--muted); margin-top: 12px; font-size: 1.02rem; }
.contactId-list { list-style: none; margin-top: 24px; display: grid; gap: 16px; }
.contactId-list li { display: flex; gap: 12px; align-items: flex-start; }
.contactId-list svg { flex: 0 0 24px; color: var(--dub-tmavy); margin-top: 3px; }
.contactId-list strong { display: block; font-size: .94rem; color: var(--uhel); }
.contactId-list span, .contactId-list a { font-size: .92rem; color: var(--muted); }
.contactId-list a { font-weight: 600; color: var(--dub-tmavy); }

.mapEl-cardEl { margin-top: 24px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--linka); box-shadow: var(--stin-sm); position: relative; aspect-ratio: 16 / 9; background: linear-gradient(150deg, #e2d7c0, #cdb88e); }
.mapEl-cardEl img { width: 100%; height: 100%; object-fit: cover; }
.mapEl-pin { position: absolute; left: 0; right: 0; bottom: 0; padding: 42px 16px 13px; background: linear-gradient(transparent, rgba(26, 20, 12, .84)); color: #fff; font-weight: 700; font-size: .85rem; display: flex; align-items: center; flex-wrap: wrap; gap: 4px 7px; min-width: 0; }
.mapEl-pin svg { flex: 0 0 16px; }
.mapEl-pin span { min-width: 0; }

.form-cardEl { background: var(--white); border: 1px solid var(--linka); border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--stin-md); min-width: 0; }
.form-cardEl h3 { color: var(--uhel); font-size: 1.4rem; margin-bottom: 4px; }
.form-cardEl .form-sub { color: var(--muted); font-size: .92rem; margin-bottom: 20px; }
.form-seriesName { display: grid; grid-template-columns: 1fr; gap: 0 16px; }
.fieldEl { display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px; min-width: 0; }
.fieldEl label { font-size: .86rem; font-weight: 700; color: var(--uhel); }
.fieldEl label .req { color: var(--errBox); }
.fieldEl input, .fieldEl select, .fieldEl textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: 12px 13px; border: 1.5px solid var(--linka); border-radius: var(--radius);
  background: var(--papir); transition: border-color .2s, box-shadow .2s;
  width: 100%; min-width: 0;
}
.fieldEl input:focus, .fieldEl select:focus, .fieldEl textarea:focus {
  outline: none; border-color: var(--dub-tmavy); box-shadow: 0 0 0 3px rgba(176, 124, 63, .22);
}
.fieldEl textarea { resize: vertical; min-height: 100px; }
.fieldEl-consent { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; }
.fieldEl-consent input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--dub-tmavy); flex: 0 0 18px; }
.fieldEl-consent label { font-weight: 500; font-size: .85rem; color: var(--muted); }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 10px; }
.form-msg { display: none; margin-top: 16px; padding: 14px 16px; border-radius: var(--radius); background: #eef3ea; border: 1px solid #cfdec9; color: #2c4a2f; font-size: .94rem; }
.form-msg.show { display: block; }

.vyzva { background: var(--dub); color: #241a0d; padding: 44px 0; }
.vyzva-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.vyzva h2 { font-size: clamp(1.3rem, 4vw, 1.9rem); max-width: 26ch; }
.vyzva p { font-size: .95rem; margin-top: 6px; max-width: 52ch; }

.toast {
  position: fixed; left: 50%; bottom: 90px; transform: translate(-50%, 200%);
  background: var(--uhel); color: #fff; padding: 13px 20px; border-radius: var(--radius);
  box-shadow: var(--stin-md); font-size: .92rem; font-weight: 600; z-index: 260;
  display: flex; align-items: center; gap: 9px;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1); max-width: 90vw;
}
.toast.show { transform: translate(-50%, 0); }
.toast svg { color: var(--dub-lightVar); flex: 0 0 18px; }

footer { background: var(--uhel); color: rgba(239, 233, 223, .8); padding: 50px 0 130px; }
footer .divider-footer { height: 6px; background: repeating-linear-gradient(90deg, var(--dub) 0 110px, transparent 110px 112px); margin-bottom: 38px; opacity: .6; }
.foot-disclaimer {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 14px 18px; margin-bottom: 28px;
  font-size: .85rem; color: rgba(239, 233, 223, .85);
  display: flex; gap: 10px; align-items: flex-start;
}
.foot-disclaimer svg { flex: 0 0 20px; color: var(--dub-lightVar); margin-top: 2px; }
.foot-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-bottom: 30px; }
.foot-brand .brand-name { color: #fff; }
.foot-brand .brand-sub { color: rgba(239,233,223,.6); }
.foot-brand p { margin-top: 12px; font-size: .92rem; max-width: 44ch; }
.foot-col h4 { color: #fff; font-size: 1rem; margin-bottom: 12px; letter-spacing: .06em; text-transform: uppercase; }
.foot-col a, .foot-col p { display: block; font-size: .92rem; padding: 4px 0; color: rgba(239, 233, 223, .78); }
.foot-col a:hover { color: var(--dub-lightVar); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; font-size: .82rem; color: rgba(239, 233, 223, .6); }

.callbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: var(--uhel); color: #fff;
  display: grid; grid-template-columns: 1fr 1fr;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, .2);
}
.callbar a { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 8px; font-family: var(--font-head); font-weight: 700; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; }
.callbar a.call { background: var(--dub); color: #241a0d; }
.callbar a svg { width: 19px; height: 19px; flex: 0 0 19px; }

@media (min-width: 620px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .finishes-grid { grid-template-columns: repeat(3, 1fr); }
  .real-grid { grid-template-columns: repeat(2, 1fr); }
  .reviewsId-grid { grid-template-columns: repeat(3, 1fr); }
  .form-seriesName { grid-template-columns: 1fr 1fr; }
  .assurances-grid { grid-template-columns: repeat(4, 1fr); }
  .roomsMode-grid { grid-template-columns: repeat(2, 1fr); }
  .krytiny-grid { grid-template-columns: repeat(2, 1fr); }
  .howto-photo { grid-template-columns: 1fr; }
  .finishes-filters { flex-direction: row; flex-wrap: wrap; gap: 10px 28px; }
}

@media (min-width: 900px) {
  .section { padding: 90px 0; }
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
  .hero { padding: 72px 0 84px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 52px; }
  .services-grid { grid-template-columns: repeat(4, 1fr); }
  .finishes-grid { grid-template-columns: repeat(4, 1fr); }
  .real-grid { grid-template-columns: repeat(3, 1fr); }
  .calc-grid { grid-template-columns: 1.05fr .95fr; align-items: start; }
  .calc-form { padding: 32px 30px; }
  .calc-result { padding: 32px 30px; position: sticky; top: 96px; }
  .contact-grid { grid-template-columns: .95fr 1.05fr; align-items: start; }
  .aboutId-grid { grid-template-columns: .95fr 1.05fr; }
  .howto-grid { grid-template-columns: 1.1fr .9fr; }
  .roomsMode-grid { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  footer { padding-bottom: 50px; }
  .callbar { display: none; }
  .toast { bottom: 76px; }
}

@media (max-width: 480px) {
  .btn { white-space: normal; }
}

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