@charset "UTF-8";
/* =========================================================================
   ZAHRADY HOŘEJŠÍ — STYLEGUIDE  (uhel + limetka)
   -------------------------------------------------------------------------
   BARVY   tmavá lesní základna · medová zlatá akcent · olivová karta · krém text
   PÍSMO   Display: Playfair Display (serif)   ·   Text/UI: Poppins (sans)
   TVARY   plné pilulky (999px), karty r=20–24px, zlaté linkové ikony
   REŽIM   výchozí tmavý · přepínač light/dark (data-theme na <html>)
   ========================================================================= */
:root, [data-theme=dark] {
  --bg:#0E120E;
  --bg-soft:#141914;
  --card:#1A211A;
  --card-2:#212A20;
  --olive:#6E8C03;
  --olive-2:#83A603;
  --green:#2C4001;
  --green-2:#9CC22B;
  --gold:#83A603;
  --gold-2:#9CC22B;
  --gold-ink:#0E120E;
  --sand:#C9B896;
  --text:#DCE3D6;
  --muted:#8B9785;
  --heading:#F4F7F1;
  --line:rgba(230,235,225,.10);
  --line-gold:rgba(131,166,3,.30);
  --shadow:0 34px 80px rgba(0,0,0,.62);
  --hero-veil:rgba(10,14,10,.62);
  --brown:#1E241C;
  --brown-line:rgba(131,166,3,.16);
}

[data-theme=light] {
  --bg:#F7F8F4;
  --bg-soft:#EDEFE7;
  --card:#FFFFFF;
  --card-2:#F2F4EC;
  --olive:#6E8C03;
  --olive-2:#83A603;
  --green:#2C4001;
  --green-2:#5D7A02;
  --gold:#5D7A02;
  --gold-2:#6E8C03;
  --gold-ink:#FFFFFF;
  --sand:#A88A5E;
  --text:#2A3324;
  --muted:#5E6A56;
  --heading:#172601;
  --line:rgba(23,38,1,.12);
  --line-gold:rgba(93,122,2,.26);
  --shadow:0 26px 64px rgba(23,38,1,.14);
  --hero-veil:rgba(10,14,10,.44);
  --brown:#F2F4EC;
  --brown-line:rgba(93,122,2,.18);
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  transition: background 0.35s ease, color 0.35s ease;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  color: var(--heading);
}

p {
  margin: 0;
}

.wrap {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 52px);
}

.section {
  padding-block: clamp(64px, 9vw, 116px);
}

.center {
  text-align: center;
}

.ey {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.ey::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
}

.ey--c {
  justify-content: center;
}

.ey--c::before {
  display: none;
}

.ey--c::after {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
}

.h-hero {
  font-size: clamp(2.6rem, 6vw, 4.7rem);
  font-weight: 700;
}

.h-sec {
  font-size: clamp(2rem, 4.3vw, 3.2rem);
  font-weight: 600;
}

.serif-i {
  font-style: italic;
  color: var(--gold);
}

.lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
}

.sec-head {
  max-width: 620px;
  margin-bottom: clamp(34px, 4vw, 54px);
}

.sec-head.center {
  margin-inline: auto;
}

.sec-head .ey {
  margin-bottom: 16px;
}

.sec-head h2 {
  margin-bottom: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.96rem;
  padding: 0.92em 1.7em;
  border-radius: 999px;
  border: 1.6px solid transparent;
  transition: 0.2s;
  white-space: nowrap;
}

.btn svg {
  width: 1.05em;
  height: 1.05em;
}

.btn--gold {
  background: var(--gold);
  color: var(--gold-ink);
}

.btn--gold:hover {
  background: var(--gold-2);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(216, 169, 74, 0.34);
}

.btn--out {
  border-color: var(--line-gold);
  color: var(--text);
  background: transparent;
}

.btn--out:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn--dark {
  background: #83A603;
  color: #0E120E;
}

.btn--dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.btn--cream {
  background: #f6f2f1;
  color: #2a2725;
}

.btn--cream:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.btn--block {
  width: 100%;
}

.tlink {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  color: var(--gold);
  font-weight: 600;
  font-size: 0.94rem;
}

.tlink svg {
  width: 1em;
  height: 1em;
  transition: transform 0.18s;
}

.tlink:hover svg {
  transform: translateX(4px);
}

/* HEADER */
.hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.hdr.scr {
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(12px);
  border-color: var(--line);
}

/* nahoře nad hero: vždy světlý text pro čitelnost */
.hdr--solid {
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(12px);
  border-color: var(--line);
}

.hdr:not(.scr):not(.hdr--solid) .brand b {
  color: #f6f2f1;
}

.hdr:not(.scr):not(.hdr--solid) .brand span {
  color: rgba(246, 242, 241, 0.72);
}

.hdr:not(.scr):not(.hdr--solid) .nav a {
  color: #eae2d3;
}

.hdr:not(.scr):not(.hdr--solid) .nav a:hover {
  color: var(--gold-2);
}

.hdr:not(.scr):not(.hdr--solid) .toggle {
  color: var(--gold-2);
  border-color: rgba(236, 196, 108, 0.5);
}

.hdr:not(.scr):not(.hdr--solid) .burger {
  border-color: rgba(236, 196, 108, 0.5);
}

.hdr:not(.scr):not(.hdr--solid) .burger span, .hdr:not(.scr):not(.hdr--solid) .burger span::before, .hdr:not(.scr):not(.hdr--solid) .burger span::after {
  background: var(--gold-2);
}

.hdr-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 80px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.brand b {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 1.32rem;
  line-height: 1;
  color: var(--heading);
  white-space: nowrap;
}

.brand span {
  display: block;
  font-family: "Poppins";
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 3px;
}

.nav {
  display: flex;
  gap: 2px;
}

.nav a {
  padding: 0.5em 0.74em;
  font-weight: 500;
  font-size: 0.94rem;
  border-radius: 8px;
  color: var(--text);
  transition: color 0.16s;
  white-space: nowrap;
}

.nav a:hover {
  color: var(--gold);
}

.hdr-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--line-gold);
  background: transparent;
  color: var(--gold);
  display: grid;
  place-items: center;
  transition: 0.2s;
  flex: none;
}

.toggle:hover {
  border-color: var(--gold);
  transform: rotate(15deg);
}

.toggle svg {
  width: 19px;
  height: 19px;
}

.toggle .moon {
  display: none;
}

[data-theme=dark] .toggle .sun {
  display: none;
}

[data-theme=dark] .toggle .moon {
  display: block;
}

.nav-cta {
  display: none;
}

.burger {
  display: none;
  width: 46px;
  height: 46px;
  border: 1.5px solid var(--line-gold);
  border-radius: 12px;
  background: transparent;
  align-items: center;
  justify-content: center;
}

.burger span, .burger span::before, .burger span::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  position: relative;
  transition: 0.2s;
}

.burger span::before {
  position: absolute;
  top: -6px;
}

.burger span::after {
  position: absolute;
  top: 6px;
}

.burger[aria-expanded=true] span {
  background: transparent;
}

.burger[aria-expanded=true] span::before {
  top: 0;
  transform: rotate(45deg);
}

.burger[aria-expanded=true] span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(600px, 90vh, 880px);
  display: flex;
  align-items: center;
  background: var(--bg);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 20, 18, 0.62) 0%, rgba(22, 20, 18, 0.14) 16%, transparent 34%), linear-gradient(180deg, transparent 30%, color-mix(in srgb, var(--bg) 60%, transparent) 66%, var(--bg) 96%), rgba(30, 27, 25, 0.34);
}

.hero-in {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-block: clamp(122px, 13vw, 172px) clamp(56px, 7vw, 92px);
}

.hero h1 {
  color: #f6f2f1;
}

.hero .sub {
  color: #eae2d3;
  opacity: 0.94;
}

.hero .callnow b {
  color: #f6f2f1;
}

.hero .u, .hero .u svg {
  color: var(--gold-2);
}

main section[id] {
  scroll-margin-top: 94px;
}

.hero-in .ey {
  margin-bottom: 22px;
}

.hero h1 {
  margin-inline: auto;
  max-width: min(96%, 1060px);
}

.hero .u {
  position: relative;
  white-space: nowrap;
  color: var(--gold);
}

.hero .u svg {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -0.14em;
  width: 104%;
  height: 0.34em;
  color: var(--gold);
}

.hero .sub {
  max-width: 52ch;
  margin: 24px auto 36px;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  color: #eae2d3;
  opacity: 0.94;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
}

.callnow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.callnow .ic {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  flex: none;
}

.callnow .ic svg {
  width: 22px;
  height: 22px;
}

.callnow small {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.callnow b {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 1.32rem;
  color: var(--heading);
}

/* FEATURE / PROČ */
.feature {
  position: relative;
  z-index: 5;
  margin-top: clamp(-110px, -12vw, -150px);
}

.feature-card {
  background: linear-gradient(135deg, var(--olive-2), var(--olive));
  border-radius: 26px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line-gold);
  padding: clamp(24px, 3vw, 40px);
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: clamp(24px, 3vw, 44px);
  align-items: stretch;
}

.feature-card .rate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.feature-card .stars {
  color: var(--gold-2);
  letter-spacing: 3px;
  font-size: 1.05rem;
}

.feature-card .rate small {
  color: #e7ecd6;
  font-size: 0.84rem;
}

[data-theme=light] .feature-card .rate small {
  color: #4a5730;
}

.feature-card h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  color: #fbf7ea;
  margin-bottom: 14px;
}

[data-theme=light] .feature-card h3 {
  color: #1f2e12;
}

.feature-card > div > p {
  color: #e3e9d4;
  font-size: 0.98rem;
  margin-bottom: 22px;
  max-width: 44ch;
}

[data-theme=light] .feature-card > div > p {
  color: #414f2c;
}

.who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.who .av {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--gold-ink);
  display: grid;
  place-items: center;
  font-family: "Playfair Display";
  font-weight: 700;
}

.who b {
  display: block;
  color: #fbf7ea;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.98rem;
}

[data-theme=light] .who b {
  color: #1f2e12;
}

.who span {
  font-size: 0.82rem;
  color: #c8d1b4;
}

[data-theme=light] .who span {
  color: #5c6a44;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(9, 20, 13, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.5em 0.9em;
  font-size: 0.86rem;
  font-weight: 500;
  color: #f0f3e4;
}

[data-theme=light] .chip {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(24, 42, 29, 0.12);
  color: #2a3a1e;
}

.chip svg {
  width: 16px;
  height: 16px;
  color: var(--gold-2);
}

.feature-media {
  position: relative;
  align-self: stretch;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
  min-height: 270px;
}

.feature-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SLUŽBY */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.scard {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 26px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.scard h3, .scard p, .scard .tlink, .scard .sic {
  transition: color 0.22s ease, border-color 0.22s ease;
}

.scard:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  background: linear-gradient(155deg, #83A603, #2C4001);
  border-color: transparent;
}

.scard:hover h3, .scard:hover p, .scard:hover .tlink {
  color: #fff;
}

.scard:hover .sic {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.sic {
  width: 74px;
  height: 74px;
  border-radius: 19px;
  border: 1px solid var(--line-gold);
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}

.sic svg {
  width: 40px;
  height: 40px;
}

.scard h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.scard p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 18px;
  min-height: 2.6em;
}

.svc-foot {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

/* ==================== KALKULACE — CTA karta ==================== */
.goldband-sec {
  padding-block: clamp(22px, 4vw, 44px);
}

.goldband {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  color: var(--gold-ink);
  background: linear-gradient(120deg, #22320A, #101907);
  border: 1px solid rgba(131, 166, 3, 0.3);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.42);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.goldband .goldband-ey, .goldband h2, .goldband p, .goldband-ey::before {
  transition: color 0.3s ease, background 0.3s ease;
}

.goldband::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 44%);
}

.goldband-in {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 44px;
  padding: clamp(26px, 3.6vw, 40px) clamp(28px, 5vw, 56px);
}

.goldband-txt {
  max-width: 36ch;
}

.goldband-ey {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 12px;
}

.goldband-ey::before {
  content: "";
  width: 24px;
  height: 1px;
  background: rgba(156, 194, 43, 0.55);
}

.goldband h2 {
  color: #F4F7F1;
  font-size: clamp(1.55rem, 2.9vw, 2.3rem);
  line-height: 1.14;
}

.goldband p {
  color: rgba(220, 227, 214, 0.8);
  margin-top: 10px;
  font-weight: 500;
  font-size: 1rem;
}

.goldband-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.goldband-deco {
  position: absolute;
  top: 50%;
  right: clamp(-90px, -4vw, -44px);
  transform: translateY(-50%);
  z-index: 1;
  width: clamp(220px, 26vw, 340px);
  height: clamp(220px, 26vw, 340px);
  color: rgba(156, 194, 43, 0.22);
  pointer-events: none;
  transition: color 0.3s ease;
}

.goldband-deco svg {
  width: 100%;
  height: 100%;
}

/* hover → hnědá, jako u karet „Proč" */
.goldband:hover {
  background: linear-gradient(120deg, #2C4001, #172601);
  border-color: rgba(131, 166, 3, 0.5);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.5);
}

.goldband:hover .goldband-ey {
  color: #9CC22B;
}

.goldband:hover .goldband-ey::before {
  background: rgba(248, 243, 234, 0.5);
}

.goldband:hover h2 {
  color: #F4F7F1;
}

.goldband:hover p {
  color: rgba(220, 227, 214, 0.84);
}

.goldband:hover .goldband-deco {
  color: rgba(156, 194, 43, 0.32);
}

@media (max-width: 760px) {
  .goldband-in {
    flex-direction: column;
    align-items: flex-start;
  }
  .goldband-deco {
    width: 200px;
    height: 200px;
    right: -72px;
    opacity: 0.7;
  }
}
/* REALIZACE */
.rez-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
}

.rez {
  margin: 0;
}

.rez .ph {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow);
}

.rez img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s;
}

.rez:hover img {
  transform: scale(1.06);
}

.rez figcaption {
  text-align: center;
  padding-top: 18px;
}

.rez figcaption b {
  display: block;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 1.28rem;
  color: var(--heading);
  margin-bottom: 5px;
}

.rez figcaption span {
  font-size: 0.76rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.rez:nth-child(2) {
  margin-top: 64px;
}

.rez-foot {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

/* O MNĚ */
.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(30px, 5vw, 66px);
  align-items: center;
}

.about-media {
  position: relative;
}

.about-media > img {
  border-radius: 24px;
  box-shadow: var(--shadow);
  width: 100%;
  aspect-ratio: 4/4.6;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-pill {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em 0.9em;
  border-radius: 999px;
  background: rgba(14, 28, 20, 0.8);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line-gold);
  font-size: 0.82rem;
  font-weight: 500;
  color: #f0f3e4;
}

.about-pill svg {
  width: 1em;
  height: 1em;
  color: var(--gold-2);
}

.about-badge {
  position: absolute;
  right: -14px;
  bottom: 26px;
  background: var(--gold);
  color: var(--gold-ink);
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: var(--shadow);
}

.about-badge b {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  line-height: 1;
}

.about-badge span {
  font-size: 0.78rem;
  font-weight: 500;
}

.about-copy h2 {
  margin-bottom: 18px;
}

.about-copy p {
  color: var(--muted);
  margin-bottom: 16px;
}

.about-copy .btn {
  margin-top: 10px;
}

/* OBLASTI + čísla */
.areas {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.areas .chips2 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 34px;
}

.chip2 {
  padding: 0.44em 0.95em;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--card);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
}

.chip2--star {
  background: var(--gold);
  color: var(--gold-ink);
  border-color: var(--gold);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(24px, 5vw, 64px);
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.stat b {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: var(--gold);
  display: block;
  line-height: 1;
}

.stat span {
  font-size: 0.9rem;
  color: var(--muted);
}

/* REFERENCE */
.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rev {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}

.rev .stars {
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.rev p {
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 22px;
}

.rev .by {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.rev .av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--olive-2);
  color: #fbf7ea;
  display: grid;
  place-items: center;
  font-family: "Playfair Display";
  font-weight: 700;
}

.rev .by b {
  display: block;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--heading);
}

.rev .by span {
  font-size: 0.82rem;
  color: var(--muted);
}

.rev-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.gbadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.5em 1em;
  border-radius: 999px;
  border: 1px solid var(--line-gold);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}

.gbadge .grate {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.02rem;
}

.gbadge .gstars {
  color: var(--sand);
  letter-spacing: 1px;
}

.gbadge .gsrc {
  color: var(--muted);
  font-weight: 500;
}

.rev-note {
  margin-top: 22px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
}

.rev-more {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.rev-agg {
  color: var(--muted);
  font-size: 0.92rem;
}

.rev-agg b {
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
}

/* FINÁLNÍ CTA */
.final {
  background: linear-gradient(180deg, var(--bg), var(--bg-soft));
  text-align: center;
}

.final .box {
  max-width: 720px;
  margin-inline: auto;
}

.final h2 {
  margin-bottom: 18px;
}

.final p {
  color: var(--muted);
  font-size: 1.1rem;
  margin-bottom: 32px;
}

.final .row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* FOOTER */
.foot {
  background: #211e1c;
  border-top: 1px solid var(--line);
  color: #b7c3af;
  padding-block: 60px 28px;
}

[data-theme=light] .foot {
  background: #323a30;
  color: #c3d1bd;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
}

.foot-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.foot-brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.foot-brand b {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
}

.foot p {
  font-size: 0.94rem;
  line-height: 1.7;
  max-width: 34ch;
}

.foot h4 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.foot li {
  margin-bottom: 10px;
}

.foot a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  transition: color 0.16s;
}

.foot a:hover {
  color: var(--gold-2);
}

.foot a svg {
  width: 1.05em;
  height: 1.05em;
  color: var(--gold);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.socials a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  transition: 0.18s;
}

.socials a:hover {
  background: var(--gold);
  color: var(--gold-ink);
  border-color: var(--gold);
}

.socials svg {
  width: 19px;
  height: 19px;
}

.foot-bot {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: 0.84rem;
  color: var(--muted);
}

/* MOBILNÍ CTA */
.mcta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--bg) 94%, transparent);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
}

.mcta .btn {
  flex: 1;
  padding-block: 0.9em;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .nav {
    display: none;
  }
  .burger {
    display: inline-flex;
  }
  .hdr-right > .btn--gold {
    display: none;
  } /* CTA se přesouvá do burger menu */
  .hdr-in {
    gap: 10px;
  }
  .brand {
    flex: 0 1 auto;
    min-width: 0;
  }
  .brand b {
    font-size: 1.02rem;
    white-space: nowrap;
  }
  .brand > span > span {
    display: none;
  } /* podtitulek pryč, ať se vejde burger */
  .hdr.open .nav {
    display: flex;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 2px;
    padding: 14px clamp(20px, 5vw, 52px) 22px;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .hdr.open .nav a {
    padding: 0.85em 1em;
    border-radius: 10px;
  }
  .nav-cta {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
  }
  .feature-card {
    grid-template-columns: 1fr;
  }
  .feature-media {
    max-width: 460px;
    aspect-ratio: 16/11;
    min-height: auto;
  }
  .rez-grid, .rev-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-media {
    max-width: 440px;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .svc-grid, .rez-grid, .rev-grid {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .stat b {
    font-size: 2rem;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .mcta {
    display: flex;
  }
  body {
    padding-bottom: 76px;
  }
  .hero-cta .btn {
    flex: 1;
  }
  .goldband-in {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* ==================== PROČ / O MNĚ (sloučeno) ==================== */
.why .feature-card {
  position: relative;
  z-index: 5;
}

.reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.reason {
  background: transparent;
  border: 1px solid var(--line-gold);
  border-radius: 18px;
  padding: 26px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.reason b, .reason p, .reason .ic {
  transition: color 0.2s ease, background 0.2s ease;
}

.reason:hover {
  background: linear-gradient(155deg, #6E8C03, #2C4001);
  border-color: transparent;
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.reason:hover b {
  color: #f8f3ea;
}

.reason:hover p {
  color: rgba(248, 243, 234, 0.82);
}

.reason:hover .ic {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.reason .ic {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--gold) 15%, transparent);
  border: none;
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.reason .ic svg {
  width: 32px;
  height: 32px;
}

.reason b {
  display: block;
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--heading);
  margin-bottom: 6px;
}

.reason p {
  color: var(--muted);
  font-size: 0.9rem;
}

/* ==================== JAK PROBÍHÁ SPOLUPRÁCE ==================== */
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.step {
  position: relative;
  text-align: center;
}

.step .n {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--card);
  border: 1px solid var(--line-gold);
  color: var(--gold);
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 1.45rem;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  position: relative;
  z-index: 2;
}

.step h3 {
  font-size: 1.12rem;
  margin-bottom: 6px;
}

.step p {
  color: var(--muted);
  font-size: 0.88rem;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 29px;
  left: calc(50% + 40px);
  right: calc(-50% + 40px);
  height: 1px;
  background: var(--line-gold);
  z-index: 1;
}

.steps-note {
  margin-top: clamp(30px, 4vw, 44px);
  text-align: center;
  color: var(--muted);
  max-width: 64ch;
  margin-inline: auto;
  font-size: 0.86rem;
}

@media (max-width: 900px) {
  .reasons {
    grid-template-columns: 1fr 1fr;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .step:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 600px) {
  .reasons {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
}
/* ==================== ÚVODNÍ TEXT (intro) ==================== */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: clamp(30px, 5vw, 66px);
  align-items: start;
}

.intro-q {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.7vw, 2.3rem);
  line-height: 1.22;
  color: var(--heading);
  margin-top: 16px;
}

.intro-body p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 1.02rem;
}

.intro-body p:last-child {
  margin-bottom: 0;
}

/* ==================== OBLASTI — interaktivní mapa ==================== */
.areas-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 4vw, 56px);
  align-items: center;
}

.area-map {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(12px, 1.5vw, 20px);
  overflow: hidden;
}

.area-map svg {
  width: 100%;
  height: auto;
  display: block;
}

.mk {
  cursor: pointer;
}

.mk .halo {
  fill: var(--gold);
  opacity: 0;
  transition: opacity 0.25s, r 0.25s;
}

.mk .dot {
  fill: var(--green-2);
  stroke: rgba(255, 255, 255, 0.28);
  stroke-width: 1.5;
  transition: fill 0.2s, r 0.2s;
}

.mk .lbl {
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.mk .lbl rect {
  fill: var(--gold);
}

.mk .lbl text {
  fill: var(--gold-ink);
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  text-anchor: middle;
}

.mk.home .dot {
  fill: var(--gold);
}

.mk.is-active .halo {
  opacity: 0.2;
}

.mk.is-active .dot {
  fill: var(--gold);
  stroke: var(--gold-2);
}

.mk.is-active .lbl {
  opacity: 1;
}

.mk:focus {
  outline: none;
}

.mk:focus .halo {
  opacity: 0.2;
}

.mk:focus .lbl {
  opacity: 1;
}

.map-deco {
  fill: none;
  stroke: var(--line-gold);
  opacity: 0.16;
}

.map-home-glow {
  fill: var(--gold);
  opacity: 0.06;
}

.area-info .ey {
  margin-bottom: 16px;
}

.area-info h2 {
  margin-bottom: 14px;
}

.area-info .chips2 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 18px;
}

.chip2 {
  padding: 0.44em 0.95em;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--card);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  transition: 0.16s;
  cursor: default;
}

.chip2.is-active, .chip2:hover {
  background: var(--gold);
  color: var(--gold-ink);
  border-color: var(--gold);
  transform: translateY(-1px);
}

.chip2--star {
  background: var(--gold);
  color: var(--gold-ink);
  border-color: var(--gold);
}

@media (max-width: 900px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .areas-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
/* ==================== ÚVOD + O MNĚ (portrét vyčnívá) ==================== */
.about3 {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--card-2), var(--card));
  border: 1px solid var(--line-gold);
  border-radius: 26px;
  padding: clamp(34px, 4vw, 60px);
  overflow: visible;
  box-shadow: var(--shadow);
  margin-top: clamp(92px, 10vw, 132px);
  min-height: clamp(330px, 30vw, 410px);
}

.about3-body {
  max-width: min(52%, 540px);
}

.about3-body .rate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.about3-body .stars {
  color: var(--gold-2);
  letter-spacing: 3px;
  font-size: 1.05rem;
}

.about3-body .rate small {
  color: var(--muted);
  font-size: 0.86rem;
}

.about3-body .ey {
  margin-bottom: 12px;
}

.about3-body h2 {
  font-size: clamp(1.7rem, 2.9vw, 2.7rem);
  margin-bottom: 16px;
}

.about3-body p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 44ch;
  margin-bottom: 28px;
}

.about3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.about3-media {
  position: absolute;
  top: 0;
  bottom: 0;
  right: clamp(28px, 3vw, 52px);
  width: clamp(300px, 34%, 470px);
  z-index: 2;
}

.about3-media .frame {
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(-92px, -8.6vw, -64px);
  bottom: clamp(-92px, -8.6vw, -64px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.45);
  z-index: 2;
  outline: 1px solid var(--line-gold);
  outline-offset: -1px;
}

.about3-media .frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
  display: block;
}

.about3-deco {
  position: absolute;
  z-index: 1;
  left: clamp(-160px, -15vw, -96px);
  bottom: 16%;
  width: clamp(150px, 16vw, 224px);
  height: auto;
  color: var(--gold);
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 860px) {
  .about3 {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    margin-top: 0;
    padding: clamp(24px, 5vw, 34px);
  }
  .about3-media {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    order: -1;
    margin-bottom: 22px;
  }
  .about3-media .frame {
    position: relative;
    inset: auto;
    top: auto;
    bottom: auto;
    aspect-ratio: 4/5;
    box-shadow: var(--shadow);
  }
  .about3-deco {
    display: none;
  }
  .about3-body {
    max-width: 100%;
  }
  .about3-body p {
    max-width: 100%;
  }
  .about3-actions .btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}
/* mapa — obrysy okresů */
.district {
  fill: var(--card);
  fill-opacity: 0.92;
  stroke: var(--line-gold);
  stroke-width: 1.6;
  stroke-linejoin: round;
}

.district-label {
  fill: var(--muted);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-anchor: middle;
  text-transform: uppercase;
  opacity: 0.65;
  pointer-events: none;
}

.city-mk .cdot {
  fill: none;
  stroke: var(--text);
  stroke-width: 2;
  opacity: 0.6;
}

.city-mk .clbl {
  fill: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  opacity: 0.68;
}

/* odlišený pás sekce */
.band {
  background: var(--bg-soft);
  border-block: 1px solid var(--line);
}

/* ==================== JAK PROBÍHÁ — timeline ==================== */
.flow {
  max-width: 720px;
  margin: clamp(30px, 4vw, 48px) auto 0;
  position: relative;
}

.flow::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 20px;
  bottom: 30px;
  width: 2px;
  background: linear-gradient(var(--gold), var(--line-gold) 72%, transparent);
}

.fstep {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 24px;
  align-items: start;
  padding-bottom: clamp(24px, 3vw, 36px);
  position: relative;
}

.fstep:last-child {
  padding-bottom: 0;
}

.fnum {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--bg);
  border: 1.5px solid var(--line-gold);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-family: "Playfair Display";
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 7px var(--bg);
}

.fstep:first-child .fnum {
  background: linear-gradient(155deg, var(--gold-2), var(--gold));
  color: var(--gold-ink);
  border-color: transparent;
}

.fbody {
  padding-top: 12px;
}

.fbody h3 {
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.fbody p {
  color: var(--muted);
  font-size: 0.98rem;
  max-width: 54ch;
}

/* ==================== FAQ ==================== */
.faq-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.faq-intro .ey {
  margin-bottom: 12px;
}

.faq-intro h2 {
  margin-bottom: 16px;
}

.faq-intro .lead {
  margin-bottom: 28px;
  max-width: 40ch;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  transition: none;
}

.faq-list details:first-child {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: "Playfair Display";
  font-size: clamp(1.1rem, 1.5vw, 1.28rem);
  font-weight: 600;
  color: var(--heading);
  transition: color 0.18s;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: none;
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.faq-list summary:hover {
  color: var(--gold);
}

.faq-list details[open] summary {
  color: var(--gold);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list .fa {
  padding: 0 2px 24px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 62ch;
}

@media (max-width: 860px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .rez:nth-child(2) {
    margin-top: 0;
  }
}
/* O mně blíž k hero (menší horní mezera sekce) */
#o-mne {
  padding-top: clamp(8px, 1.5vw, 20px);
}

/* ==================== JAK PRACUJEME — obrázek + proces ==================== */
.flow2 {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(30px, 4.5vw, 64px);
  align-items: center;
  margin-top: clamp(30px, 4vw, 48px);
}

.flow2-media {
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow);
  outline: 1px solid var(--line-gold);
  outline-offset: -1px;
}

.flow2-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.flow2-steps {
  display: flex;
  flex-direction: column;
}

.pstep {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: clamp(18px, 2vw, 24px) 0;
  border-top: 1px solid var(--line);
}

.pstep:first-child {
  border-top: none;
  padding-top: 0;
}

.pstep:last-child {
  padding-bottom: 0;
}

.pnum {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--gold);
  line-height: 1.1;
}

.pbody h3 {
  font-size: 1.24rem;
  margin-bottom: 6px;
}

.pbody p {
  color: var(--muted);
  font-size: 0.98rem;
  max-width: 54ch;
}

@media (max-width: 820px) {
  .flow2 {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
/* ==================================================================
   PODSTRÁNKY
   ================================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.nav a.is-active {
  color: var(--gold);
}

/* --- hlavička stránky --- */
.phero {
  position: relative;
  padding-top: clamp(130px, 14vw, 176px);
  padding-bottom: clamp(38px, 5vw, 64px);
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.phero-in {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, clamp(300px, 32vw, 460px)) 1fr;
  gap: clamp(16px, 2.4vw, 32px);
  align-items: center;
}

.phero-in--plain {
  display: block;
  max-width: 820px;
}

.phero-txt {
  max-width: 640px;
}

/* fotka vlevo — velká, čtvercová, přesahuje nahoru i dolů z pásu */
.phero-media {
  position: relative;
  margin-inline: 0;
  margin-top: clamp(-76px, -6vw, -44px);
  margin-bottom: clamp(-116px, -9.5vw, -74px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line-gold);
  box-shadow: var(--shadow);
}

.phero-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/6;
}

@media (max-width: 900px) {
  .phero-in {
    grid-template-columns: 1fr;
  }
  .phero-media {
    display: none;
  }
}
.h-page {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.08;
  font-size: clamp(2.1rem, 4.6vw, 3.5rem);
  color: var(--heading);
  margin: 12px 0 14px;
}

.crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 22px;
}

.crumbs a {
  color: var(--muted);
}

.crumbs a:hover {
  color: var(--gold);
}

.crumbs span[aria-current] {
  color: var(--text);
}

/* --- společné --- */
.sec-head {
  max-width: 720px;
}

.svc-intro {
  max-width: 860px;
}

.svc-intro p {
  margin-bottom: 14px;
}

.ticks {
  list-style: none;
  display: grid;
  gap: 12px;
}

.ticks li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--text);
  font-size: 0.96rem;
}

.ticks li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  color: var(--green-2);
}

.ticks--2 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px 28px;
}

.chips--flat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chips--flat .chip {
  padding: 0.5em 1em;
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--muted);
  background: transparent;
}

/* --- SLUŽBY --- */
.svc-sec {
  padding-bottom: 0;
}

.svc-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
}

.svc-jump a {
  padding: 0.5em 1em;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.84rem;
  color: var(--muted);
  transition: 0.2s;
}

.svc-jump a:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.svc-list {
  display: block;
}

.svc {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  padding: clamp(32px, 4vw, 48px) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.svc:first-child {
  border-top: none;
  padding-top: 0;
}

.svc-main {
  display: flex;
  gap: 20px;
}

.svc-num {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  padding-top: 6px;
  opacity: 0.75;
}

.svc h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 2.3vw, 1.9rem);
  color: var(--heading);
  margin-bottom: 14px;
  line-height: 1.2;
}

.svc p {
  margin-bottom: 12px;
}

.svc .btn {
  margin-top: 8px;
}

.svc-side {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 24px;
}

.svc-side h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .svc {
    grid-template-columns: 1fr;
  }
  .svc-main {
    gap: 14px;
  }
}
/* --- GALERIE (Realizace) --- */
.gal {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}

.gal-i {
  margin: 0;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gal-i:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.gal-i, .rez {
  cursor: zoom-in;
}

.gal-i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 4/5;
}

.gal-i--wide {
  grid-column: span 2;
}

.gal-i--wide img {
  aspect-ratio: 16/10;
}

.gal-i figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 44px 20px 18px 20px;
  background: linear-gradient(180deg, transparent, rgba(20, 18, 16, 0.86) 55%);
  color: #fff;
}

.gal-i figcaption b {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.3;
}

.gal-i figcaption span {
  display: block;
  margin-top: 5px;
  font-size: 0.78rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .gal-i--wide {
    grid-column: span 1;
  }
  .gal-i--wide img {
    aspect-ratio: 4/5;
  }
}
/* --- O MNĚ --- */
.about-page {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.about-txt p {
  margin-bottom: 16px;
  font-size: 1.02rem;
}

.about-figs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 14px;
  position: sticky;
  top: 100px;
}

.af {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line-gold);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.af:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.af img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 3/4;
}

.af--tall {
  grid-column: span 2;
}

.af--tall img {
  aspect-ratio: 16/10;
}

.af--wide {
  grid-column: span 2;
}

.af--wide img {
  aspect-ratio: 16/9;
}

.quote-box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.quote {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.5;
  color: var(--heading);
  margin: 16px 0 26px;
}

@media (max-width: 900px) {
  .about-page {
    grid-template-columns: 1fr;
  }
}
/* --- CENÍK --- */
.cen-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.ptable-wrap {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--card);
}

.ptable {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.96rem;
}

.ptable thead th {
  text-align: left;
  padding: 16px 22px;
  background: color-mix(in srgb, var(--gold) 14%, transparent);
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.ptable tbody th {
  text-align: left;
  padding: 15px 22px;
  font-weight: 600;
  color: var(--heading);
  font-family: "Playfair Display", serif;
  font-size: 1.04rem;
}

.ptable td {
  padding: 15px 22px;
  color: var(--muted);
}

.ptable tbody tr {
  border-top: 1px solid var(--line);
}

.ptable tbody tr:hover {
  background: color-mix(in srgb, var(--gold) 7%, transparent);
}

@media (max-width: 820px) {
  .cen-grid {
    grid-template-columns: 1fr;
  }
  .ptable tbody th, .ptable td {
    display: block;
    padding: 12px 18px;
  }
  .ptable tbody th {
    padding-bottom: 2px;
  }
  .ptable td {
    padding-top: 0;
    font-size: 0.88rem;
  }
  .ptable thead {
    display: none;
  }
}
/* --- OBLASTI --- */
.obec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}

.obec {
  background: var(--brown);
  border: 1px solid var(--brown-line);
  border-radius: 18px;
  padding: 24px 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.obec h2, .obec p, .obec .obec-ic {
  transition: color 0.2s ease, background 0.2s ease;
}

.obec:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: transparent;
  background: linear-gradient(155deg, #6E8C03, #2C4001);
}

.obec:hover h2 {
  color: #f8f3ea;
}

.obec:hover p {
  color: rgba(248, 243, 234, 0.82);
}

.obec:hover .obec-ic {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.obec-ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: color-mix(in srgb, var(--gold) 15%, transparent);
  color: var(--gold);
}

.obec-ic svg {
  width: 20px;
  height: 20px;
}

.obec h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--heading);
  margin-bottom: 8px;
}

.obec p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.6;
}

/* --- KONTAKT --- */
.kont-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.kont {
  display: block;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kont:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: var(--gold);
}

.kont--static:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--line);
}

.kont-ic {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: color-mix(in srgb, var(--gold) 15%, transparent);
  color: var(--gold);
}

.kont-ic svg {
  width: 22px;
  height: 22px;
}

.kont-l {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.kont b {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.16rem;
  color: var(--heading);
  word-break: break-word;
}

.kont-n {
  display: block;
  margin-top: 8px;
  font-size: 0.86rem;
  color: var(--muted);
}

/* --- FORMULÁŘ --- */
.form-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
  scroll-margin-top: 100px;
}

.form {
  background: var(--brown);
  border: 1px solid var(--brown-line);
  border-radius: 22px;
  padding: clamp(24px, 3vw, 34px);
  display: grid;
  gap: 16px;
}

.f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.f {
  display: grid;
  gap: 7px;
}

.f label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}

.f label span {
  color: var(--gold);
}

.f input, .f select, .f textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--text);
  font-family: "Poppins";
  font-size: 0.94rem;
  transition: 0.18s;
}

.f input:focus, .f select:focus, .f textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 18%, transparent);
}

.f textarea {
  resize: vertical;
  min-height: 110px;
}

.f input[type=file] {
  padding: 10px 12px;
  font-size: 0.86rem;
  color: var(--muted);
}

.f-note {
  font-size: 0.8rem;
  color: var(--muted);
}

.f-note--c {
  text-align: center;
  margin-top: 2px;
}

.f-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--muted);
  cursor: pointer;
}

.f-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.btn--full {
  width: 100%;
  justify-content: center;
}

@media (max-width: 900px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .f-row {
    grid-template-columns: 1fr;
  }
}
/* ==================== LIGHTBOX (galerie) ==================== */
.lb {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(18, 16, 14, 0.92);
  backdrop-filter: blur(6px);
  padding: clamp(16px, 4vw, 48px);
}

.lb.is-open {
  display: flex;
}

.lb-fig {
  margin: 0;
  max-width: min(1100px, 100%);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.lb-img {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6);
  background: #1b1917;
}

.lb-cap {
  text-align: center;
  color: #f6f2f1;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.lb-cap span {
  display: block;
  margin-top: 4px;
  font-family: "Poppins";
  font-size: 0.82rem;
  color: var(--gold-2);
  letter-spacing: 0.04em;
}

.lb-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(246, 242, 241, 0.28);
  background: rgba(20, 18, 16, 0.6);
  color: #f6f2f1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.18s;
}

.lb-btn:hover {
  background: var(--gold);
  color: var(--gold-ink);
  border-color: var(--gold);
}

.lb-btn svg {
  width: 22px;
  height: 22px;
}

.lb-prev {
  left: clamp(10px, 2.5vw, 28px);
}

.lb-next {
  right: clamp(10px, 2.5vw, 28px);
}

.lb-close {
  position: absolute;
  top: clamp(14px, 2.5vw, 28px);
  right: clamp(14px, 2.5vw, 28px);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(246, 242, 241, 0.28);
  background: rgba(20, 18, 16, 0.6);
  color: #f6f2f1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.18s;
}

.lb-close:hover {
  background: var(--gold);
  color: var(--gold-ink);
  border-color: var(--gold);
}

.lb-close svg {
  width: 20px;
  height: 20px;
}

.lb-count {
  position: absolute;
  bottom: clamp(14px, 2.5vw, 28px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.84rem;
  color: rgba(246, 242, 241, 0.66);
  letter-spacing: 0.08em;
}

body.lb-lock {
  overflow: hidden;
}

@media (max-width: 640px) {
  .lb-btn {
    width: 42px;
    height: 42px;
  }
  .lb-img {
    max-height: 66vh;
  }
}
/* HP galerie — popisky do fotky (sjednoceno s Realizacemi) */
.rez {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rez:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.rez .ph {
  margin: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.rez .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 4/5;
}

.rez figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 44px 20px 18px;
  text-align: left;
  background: linear-gradient(180deg, transparent, rgba(20, 18, 16, 0.86) 55%);
  color: #fff;
}

.rez figcaption b {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.3;
  color: #fff;
}

.rez figcaption span {
  display: block;
  margin-top: 5px;
  font-size: 0.78rem;
  color: var(--gold-2);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* PULL-QUOTE — rozbití dlouhých textových bloků */
.pull {
  position: relative;
  margin: 30px 0;
  padding: 22px 26px 22px 30px;
  border-left: 3px solid var(--gold);
  background: color-mix(in srgb, var(--gold) 8%, transparent);
  border-radius: 0 16px 16px 0;
}

.pull p {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.5;
  color: var(--heading);
  margin: 0;
}

.pull cite {
  display: block;
  margin-top: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

/* poptávka: odsazení textu od nadpisu */
.form-aside .h-sec {
  margin-bottom: 20px;
}

.form-aside .lead {
  margin-top: 0;
}

.phero-txt .h-page + .lead {
  margin-top: 0;
}

/* O mně — fakta pod textem */
.facts {
  margin-top: 32px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.facts > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.facts dt {
  flex: 0 0 130px;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.facts dd {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.04rem;
  color: var(--heading);
}

/* patička — brand jako v hlavičce */
.foot-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.foot-brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.foot-brand b {
  display: block;
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

.foot-brand > span > span {
  display: block;
  font-family: "Poppins";
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
}

@media (max-width: 900px) {
  .about-figs {
    position: static;
  }
}
.rez:nth-child(2) {
  margin-top: 64px;
} /* prostřední karta níž — zachováno */
/* ==================== PŘED / PO — posuvník ==================== */
.ba-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}

.ba {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  cursor: ew-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  background: var(--card);
}

.ba img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 10/9;
  pointer-events: none;
}

.ba-after {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 50%);
}

.ba-after img {
  width: 100%;
  height: 100%;
}

.ba.is-drag {
  cursor: grabbing;
}

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background: #f6f2f1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  cursor: ew-resize;
  z-index: 3;
  border: 0;
  padding: 0;
}

.ba-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f6f2f1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.ba-handle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 22px;
  height: 22px;
  color: var(--gold-ink);
}

.ba-handle:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.ba-lbl {
  position: absolute;
  top: 14px;
  z-index: 2;
  padding: 0.42em 0.9em;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  pointer-events: none;
}

.ba-lbl--pred {
  left: 14px;
  background: rgba(20, 18, 16, 0.66);
  color: #f6f2f1;
}

.ba-lbl--po {
  right: 14px;
  background: var(--gold);
  color: var(--gold-ink);
}

.ba-cap {
  margin-top: 12px;
}

.ba-cap b {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--heading);
}

.ba-cap span {
  display: block;
  margin-top: 3px;
  font-size: 0.8rem;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ba-item {
  margin: 0;
}

.ba-hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-size: 0.85rem;
  color: var(--muted);
}

.ba-hint svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
}

/* HERO — sezónní odznak */
.hero-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0.55em 1.1em;
  border-radius: 999px;
  margin: 0 auto 18px;
  background: rgba(246, 242, 241, 0.94);
  color: #2a2725;
  font-size: 0.86rem;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.hero-badge i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-2);
  flex: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--green-2) 30%, transparent);
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
/* CENÍK — sloupec s cenou */
.ptable td.price {
  font-family: "Playfair Display", serif;
  font-size: 1.04rem;
  color: var(--gold);
  white-space: nowrap;
}

.price-note {
  margin-top: 16px;
  font-size: 0.86rem;
  color: var(--muted);
  text-align: center;
}

.rev .stars, .about3-body .stars, .feature-card .stars {
  color: var(--sand);
}

/* HERO + průhledná hlavička leží vždy na TMAVÉ fotce → akcent musí být světlá limetka
   i ve světlém režimu (tam je --gold tmavá oliva, na fotce by se ztratila). */
.hero .ey,
.hero .u,
.hero .callnow b,
.hdr:not(.scr):not(.hdr--solid) .nav a.is-active {
  color: #9CC22B;
}

.hero .btn--gold {
  background: #83A603;
  color: #0E120E;
}

.hero .btn--gold:hover {
  background: #9CC22B;
}

.hdr:not(.scr):not(.hdr--solid) .btn--gold {
  background: #83A603;
  color: #0E120E;
}

.hdr:not(.scr):not(.hdr--solid) .btn--gold:hover {
  background: #9CC22B;
}

/* odznak v hero je odkaz → chování jako tlačítko */
.hero-badge {
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hero-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

/* ==================== PATIČKA — sjednocení loga a social ikon ==================== */
/* logo v patičce = stejné jako v hlavičce (kapitálky + prostrkání) */
.foot-brand > span {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.foot-brand b {
  font-size: 1.32rem;
}

.foot-brand img {
  width: 44px;
  height: 44px;
}

.foot-brand > span > span {
  letter-spacing: 0.2em;
}

/* social ikony: při hoveru byly zlaté na zlatém pozadí → neviditelné */
.socials a:hover svg,
.socials a:focus-visible svg {
  color: var(--gold-ink);
}

/* karty služeb na HP → proklik na konkrétní sekci na sluzby.html (klikací celá karta) */
.scard {
  position: relative;
}

.scard .tlink::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
}

.scard:hover {
  cursor: pointer;
}

/* Django/Protopio webform integration */
.form-grid > .webform-wrapper, .form-grid > .reveal {
  min-width: 0;
}

.webform-wrapper .form {
  margin: 0;
}

.form .f > [data-iommi-type=Field] {
  display: grid;
  gap: 7px;
}

.form .iommi_form_errors, .form .iommi_field_errors, .form [class*=error] {
  color: #ffb4a8;
  font-size: 0.82rem;
}

.form .links, .form .actions {
  margin: 0;
}

.form .actions button {
  width: 100%;
  justify-content: center;
}

.form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.form legend {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 7px;
}

.form .f-check label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--muted);
  cursor: pointer;
}

.form .f-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.form .f-check > [data-iommi-type=Field] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.form .f-check > [data-iommi-type=Field] label {
  display: block;
  flex: 1;
}

.form [data-iommi-path=fields__name__label]::after, .form [data-iommi-path=fields__location__label]::after, .form [data-iommi-path=fields__phone__label]::after, .form [data-iommi-path=fields__consent__label]::after {
  content: " *";
  color: var(--gold);
}

.webform-client-errors {
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid #c55;
  border-radius: 12px;
  color: #ffd7d2;
}

.webform-success-message {
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid var(--green-2);
  border-radius: 12px;
  background: color-mix(in srgb, var(--green-2) 14%, transparent);
}

.webform-success-message-dismiss {
  margin-left: 10px;
  border: 0;
  background: transparent;
  color: var(--gold);
  text-decoration: underline;
}