:root {
  --darkVar: #123f36;
  --zelena: #1c6b58;
  --zelena-svetla: #e3f0e8;
  --merunka: #f0a04b;
  --merunka-darkVar: #b56f1e;
  --merunka-svetla: #fbe8d2;
  --krem: #fdf7ee;
  --white: #ffffff;
  --ink: #26312c;
  --seda: #5c6a63;
  --linka: #e7dfcf;
  --obrys: #26312c;
  --stin: 5px 6px 0 rgba(18, 63, 54, .14);
  --stin-mini: 3px 4px 0 rgba(18, 63, 54, .14);
  --radius: 22px;
  --radius-sm: 14px;
  --maxw: 1140px;
  --font-head: "Trebuchet MS", "Segoe UI", Verdana, ui-rounded, 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(--krem);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; font-weight: 700; letter-spacing: -.01em; }

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

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

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

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

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

.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--zelena-svetla); color: var(--zelena);
  font-size: .76rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 800; padding: 7px 15px; border-radius: 999px;
  margin-bottom: 16px;
}
.eyebrow svg { width: 15px; height: 15px; flex: 0 0 15px; }

.section { padding: 64px 0; }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2 { font-size: clamp(1.8rem, 5.2vw, 2.6rem); color: var(--darkVar); }
.section-head p { color: var(--seda); margin-top: 12px; font-size: 1.05rem; }

.fix {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M3 9 C 30 4, 60 10, 117 5' stroke='%23f0a04b' stroke-width='5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: 0 100%; background-size: 100% .34em;
  padding-bottom: .12em;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  cursor: pointer; border: 2px solid var(--obrys);
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: 0 0 18px; }
.btn-primary { background: var(--merunka); color: #3a2405; box-shadow: var(--stin-mini); }
.btn-primary:hover { transform: translate(-2px, -2px); box-shadow: 5px 6px 0 rgba(18, 63, 54, .2); }
.btn-dark { background: var(--zelena); color: #fff; box-shadow: var(--stin-mini); }
.btn-dark:hover { background: var(--darkVar); transform: translate(-2px, -2px); box-shadow: 5px 6px 0 rgba(18, 63, 54, .2); }
.btn-ghost { background: var(--white); color: var(--darkVar); }
.btn-ghost:hover { background: var(--zelena-svetla); }
.btn-block { width: 100%; }

.headBar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253, 247, 238, .96);
  border-bottom: 2px solid var(--obrys);
  backdrop-filter: blur(6px);
}
.headBar-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(--darkVar); min-width: 0; }
.brand-mark {
  width: 46px; height: 46px; flex: 0 0 46px;
  background: var(--merunka); border: 2px solid var(--obrys);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--stin-mini);
}
.brand-mark svg { width: 27px; height: 27px; }
.brand-name { font-family: var(--font-head); font-size: 1.32rem; font-weight: 700; line-height: 1.05; }
.brand-sub { display: block; font-family: var(--font-body); font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--seda); font-weight: 700; }

.nav-links { display: none; align-items: center; gap: 4px; }
.nav-links a {
  color: var(--ink); font-size: .95rem; font-weight: 600;
  padding: 9px 14px; border-radius: 999px; transition: background .2s, color .2s;
}
.nav-links a:hover { background: var(--zelena-svetla); color: var(--zelena); }
.nav-links a[aria-current="page"] { background: var(--darkVar); color: #fff; }
.nav-cta { margin-left: 10px; padding: 11px 20px; font-size: .92rem; }

.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  background: var(--white); border: 2px solid var(--obrys); cursor: pointer;
  padding: 11px; border-radius: 12px; min-width: 46px; min-height: 46px;
  box-shadow: var(--stin-mini);
}
.nav-toggle span { width: 20px; height: 2.5px; background: var(--darkVar); display: block; border-radius: 2px; }

.mobile-menu {
  position: fixed; inset: 0 0 0 auto; z-index: 200;
  width: min(84vw, 330px);
  background: var(--darkVar); color: #fff;
  transform: translateX(105%);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  padding: 86px 28px 30px;
  display: flex; flex-direction: column; gap: 2px;
  box-shadow: -18px 0 40px rgba(0, 0, 0, .3);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { color: #eef6f0; font-size: 1.12rem; font-weight: 600; padding: 13px 4px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.mobile-menu a[aria-current="page"] { color: var(--merunka); }
.mobile-menu .btn { margin-top: 22px; border-color: transparent; }
.menu-close {
  position: absolute; top: 20px; right: 20px;
  background: rgba(255, 255, 255, .14); border: 0; color: #fff;
  width: 46px; height: 46px; min-width: 46px; min-height: 46px;
  border-radius: 12px; font-size: 1.6rem; cursor: pointer; line-height: 1;
}
.backdrop { position: fixed; inset: 0; background: rgba(10, 30, 25, .5); z-index: 150; opacity: 0; visibility: hidden; transition: .3s; }
.backdrop.open { opacity: 1; visibility: visible; }

.hero {
  position: relative; overflow: hidden;
  padding: 52px 0 66px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%231c6b58' fill-opacity='.05'%3E%3Cellipse cx='30' cy='34' rx='9' ry='11'/%3E%3Cellipse cx='16' cy='20' rx='4' ry='5'/%3E%3Cellipse cx='28' cy='14' rx='4' ry='5'/%3E%3Cellipse cx='40' cy='18' rx='4' ry='5'/%3E%3Cellipse cx='90' cy='94' rx='9' ry='11'/%3E%3Cellipse cx='76' cy='80' rx='4' ry='5'/%3E%3Cellipse cx='88' cy='74' rx='4' ry='5'/%3E%3Cellipse cx='100' cy='78' rx='4' ry='5'/%3E%3C/g%3E%3C/svg%3E")
    var(--krem);
}
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.hero-grid > * { min-width: 0; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 2px solid var(--obrys); border-radius: 999px;
  padding: 7px 15px; font-size: .84rem; font-weight: 700; color: var(--darkVar);
  box-shadow: var(--stin-mini); margin-bottom: 20px;
}
.hero-badge .starRow { color: var(--merunka-darkVar); letter-spacing: 1px; }
.hero h1 { font-size: clamp(2.1rem, 7.4vw, 3.5rem); color: var(--darkVar); max-width: 17ch; }
.hero-lead { font-size: clamp(1.02rem, 3.2vw, 1.18rem); color: var(--seda); max-width: 50ch; margin-top: 18px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.hero-factList { display: flex; flex-wrap: wrap; gap: 20px 38px; margin-top: 38px; }
.hero-factItem strong { display: block; font-family: var(--font-head); font-size: 1.9rem; line-height: 1.1; color: var(--zelena); }
.hero-factItem span { font-size: .85rem; color: var(--seda); }

.hero-photo { position: relative; max-width: 560px; }
.hero-photo .photo {
  border: 2px solid var(--obrys); border-radius: var(--radius);
  overflow: hidden; box-shadow: 8px 9px 0 rgba(18, 63, 54, .16);
  transform: rotate(1.5deg);
  aspect-ratio: 16 / 11;
  background: linear-gradient(150deg, #e7f0e9, #f7e8d2);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo .visacka {
  position: absolute; bottom: -16px; left: -6px;
  background: var(--darkVar); color: #fff;
  border-radius: var(--radius-sm); border: 2px solid var(--obrys);
  padding: 12px 18px; box-shadow: var(--stin-mini);
  transform: rotate(-2deg); font-size: .85rem; font-weight: 600; line-height: 1.35;
}
.hero-photo .visacka strong { font-family: var(--font-head); font-size: 1.05rem; display: block; color: var(--merunka); }

.benefits { background: var(--darkVar); color: #eef6f0; padding: 36px 0; }
.benefits-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.benefits-grid > * { min-width: 0; }
.benefit { display: flex; gap: 13px; align-items: flex-start; }
.benefit svg { flex: 0 0 30px; width: 30px; height: 30px; color: var(--merunka); margin-top: 2px; }
.benefit h3 { font-size: .98rem; margin-bottom: 2px; color: #fff; }
.benefit p { font-size: .85rem; color: rgba(238, 246, 240, .72); line-height: 1.45; }

.services-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.services-grid > * { min-width: 0; }
.serviceItem-cardEl {
  background: var(--white); border: 2px solid var(--obrys); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--stin);
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.serviceItem-cardEl:hover { transform: translate(-2px, -3px); box-shadow: 7px 9px 0 rgba(18, 63, 54, .18); }
.serviceItem-ikona {
  width: 52px; height: 52px; border-radius: 16px;
  background: var(--merunka-svetla); border: 2px solid var(--obrys);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.serviceItem-ikona svg { width: 27px; height: 27px; color: var(--merunka-darkVar); }
.serviceItem-cardEl h3 { font-size: 1.25rem; color: var(--darkVar); }
.serviceItem-cardEl p { color: var(--seda); font-size: .93rem; margin-top: 8px; }
.serviceItem-footEl { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.serviceItem-priceVal { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: var(--zelena); }
.serviceItem-priceVal small { display: block; font-family: var(--font-body); font-weight: 500; font-size: .72rem; color: var(--seda); }
.serviceItem-odkaz { font-weight: 700; font-size: .9rem; color: var(--zelena); border-bottom: 2px solid var(--merunka); padding-bottom: 1px; }

.booking { background: var(--zelena-svetla); }
.rezervace { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
.rezervace > * { min-width: 0; }
.rez-form {
  background: var(--white); border: 2px solid var(--obrys); border-radius: var(--radius);
  padding: 26px 22px; box-shadow: var(--stin);
}
.stepBox { border: 0; margin-bottom: 26px; min-width: 0; }
.stepBox:last-of-type { margin-bottom: 18px; }
.stepBox legend, .stepBox .stepBox-labelText {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: 1.06rem; color: var(--darkVar);
  margin-bottom: 14px;
}
.stepBox-figure {
  width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%;
  background: var(--merunka); border: 2px solid var(--obrys);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .9rem; color: #3a2405;
}

.pill-group { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.pill { position: relative; display: block; cursor: pointer; min-width: 0; }
.pill input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.pill span {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  border: 2px solid var(--linka); border-radius: var(--radius-sm);
  padding: 11px 8px; font-weight: 700; font-size: .95rem; color: var(--ink);
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.pill small { font-weight: 500; font-size: .74rem; color: var(--seda); }
.pill:hover span { border-color: var(--zelena); }
.pill input:checked + span { border-color: var(--obrys); background: var(--merunka-svetla); box-shadow: var(--stin-mini); }
.pill input:focus-visible + span { outline: 3px solid var(--zelena); outline-offset: 2px; }

.choice-services { display: grid; gap: 10px; }
.choice-services .pill span { flex-direction: row; justify-content: space-between; align-items: center; text-align: left; gap: 10px; flex-wrap: wrap; }
.choice-services .pill .s-info { min-width: 0; }
.choice-services .pill .s-info small { display: block; }
.choice-services .pill .s-priceVal { font-family: var(--font-head); color: var(--zelena); white-space: nowrap; }

.terminy { display: grid; gap: 14px; }
.whenVal-den strong { display: block; font-size: .88rem; color: var(--darkVar); margin-bottom: 7px; text-transform: capitalize; }
.whenVal-casy { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border: 2px solid var(--linka); background: var(--white); border-radius: 999px;
  padding: 8px 16px; font-family: inherit; font-size: .9rem; font-weight: 600; color: var(--ink);
  cursor: pointer; transition: border-color .15s, background .15s, box-shadow .15s;
}
.chip:hover:not(:disabled) { border-color: var(--zelena); }
.chip[aria-pressed="true"] { background: var(--darkVar); border-color: var(--darkVar); color: #fff; box-shadow: var(--stin-mini); }
.chip:disabled { color: #a8b2ab; background: #f4f1e9; cursor: not-allowed; text-decoration: line-through; }

.form-row { display: grid; grid-template-columns: 1fr; gap: 14px; }
.form-row > * { min-width: 0; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; min-width: 0; }
.field label { font-size: .87rem; font-weight: 700; color: var(--darkVar); }
.field label .req { color: #b23a2e; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: 12px 14px; border: 2px solid var(--linka); border-radius: var(--radius-sm);
  background: var(--krem); transition: border-color .2s, box-shadow .2s;
  width: 100%; min-width: 0; max-width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--zelena); box-shadow: 0 0 0 3px rgba(28, 107, 88, .18);
}
.field textarea { resize: vertical; min-height: 90px; }
.form-note { font-size: .82rem; color: var(--seda); margin-top: 8px; }
.form-msg {
  display: none; margin-top: 16px; padding: 14px 16px;
  border-radius: var(--radius-sm); background: var(--merunka-svetla);
  border: 2px solid var(--obrys); color: var(--ink); font-size: .95rem;
}
.form-msg.show { display: block; }
.form-msg strong { color: var(--merunka-darkVar); }
.form-errBox { display: none; margin-top: 10px; color: #a03226; font-size: .9rem; font-weight: 600; }
.form-errBox.show { display: block; }
.consentVal-line { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 14px; }
.consentVal-line input { width: auto; min-width: 18px; margin-top: 5px; accent-color: var(--zelena); }
.consentVal-line label { font-weight: 500; font-size: .85rem; color: var(--seda); }

.rez-souhrn {
  background: var(--darkVar); color: #eef6f0;
  border: 2px solid var(--obrys); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--stin);
}
.rez-souhrn h3 { color: #fff; font-size: 1.2rem; display: flex; align-items: center; gap: 9px; }
.rez-souhrn h3 svg { width: 20px; height: 20px; color: var(--merunka); flex: 0 0 20px; }
.souhrn-priceVal { font-family: var(--font-head); font-size: 2.6rem; font-weight: 700; color: var(--merunka); margin-top: 14px; line-height: 1; }
.souhrn-priceVal small { font-family: var(--font-body); font-size: .8rem; color: rgba(238, 246, 240, .7); font-weight: 500; display: block; margin-top: 6px; }
.souhrn-detailVal { margin-top: 16px; font-size: .95rem; color: rgba(238, 246, 240, .92); }
.souhrn-lineItems { list-style: none; margin-top: 18px; display: grid; gap: 9px; border-top: 1px solid rgba(255, 255, 255, .18); padding-top: 16px; }
.souhrn-lineItems li { display: flex; justify-content: space-between; gap: 12px; font-size: .9rem; }
.souhrn-lineItems .label { color: rgba(238, 246, 240, .65); }
.souhrn-lineItems .value { font-weight: 700; text-align: right; }
.souhrn-note { margin-top: 18px; font-size: .82rem; color: rgba(238, 246, 240, .68); display: flex; gap: 9px; align-items: flex-start; }
.souhrn-note svg { flex: 0 0 17px; width: 17px; height: 17px; color: var(--merunka); margin-top: 3px; }

.stepGrid-grid { display: grid; grid-template-columns: 1fr; gap: 18px; counter-reset: stepBox; }
.stepGrid-grid > * { min-width: 0; }
.stepBox-cardEl {
  position: relative; background: var(--white); border: 2px solid var(--obrys);
  border-radius: var(--radius); padding: 26px 22px 24px; box-shadow: var(--stin-mini);
}
.stepBox-cardEl::before {
  counter-increment: stepBox; content: counter(stepBox);
  position: absolute; top: -16px; left: 20px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--merunka); border: 2px solid var(--obrys);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; color: #3a2405;
}
.stepBox-cardEl h3 { font-size: 1.08rem; color: var(--darkVar); margin-top: 4px; }
.stepBox-cardEl p { color: var(--seda); font-size: .9rem; margin-top: 8px; }

.about { background: var(--white); border-top: 2px solid var(--obrys); border-bottom: 2px solid var(--obrys); }
.o-grid { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
.o-grid > * { min-width: 0; }
.o-photo { position: relative; max-width: 520px; }
.o-photo .photo {
  border: 2px solid var(--obrys); border-radius: var(--radius); overflow: hidden;
  box-shadow: 8px 9px 0 rgba(18, 63, 54, .16); transform: rotate(-1.5deg);
  aspect-ratio: 4 / 3; background: linear-gradient(150deg, #e7f0e9, #f7e8d2);
}
.o-photo img { width: 100%; height: 100%; object-fit: cover; }
.o-text h2 { color: var(--darkVar); }
.o-text p { color: var(--seda); margin-top: 14px; font-size: 1rem; }
.o-factList { display: flex; flex-wrap: wrap; gap: 18px 34px; margin-top: 26px; }
.o-factItem strong { font-family: var(--font-head); font-size: 1.8rem; color: var(--zelena); display: block; line-height: 1.1; }
.o-factItem span { font-size: .84rem; color: var(--seda); }
.signature { margin-top: 22px; font-family: var(--font-head); font-style: italic; font-size: 1.15rem; color: var(--zelena); }
.signature small { display: block; font-family: var(--font-body); font-style: normal; font-size: .8rem; color: var(--seda); margin-top: 3px; }

.gallery-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.gallery-grid > * { min-width: 0; }
.promena {
  background: var(--white); border: 2px solid var(--obrys); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--stin); display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.promena:hover { transform: translate(-2px, -3px); box-shadow: 7px 9px 0 rgba(18, 63, 54, .18); }
.promena-photo {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  background: linear-gradient(150deg, #e7f0e9, #f7e8d2);
  border-bottom: 2px solid var(--obrys); padding: 0; width: 100%; border-top: 0; border-left: 0; border-right: 0;
}
button.promena-photo { cursor: zoom-in; }
.promena-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.promena:hover .promena-photo img { transform: scale(1.05); }
.promena-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--merunka); color: #3a2405; border: 2px solid var(--obrys);
  font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
}
.promena-bodyEl { padding: 20px 20px 22px; }
.promena-bodyEl h3 { font-size: 1.18rem; color: var(--darkVar); }
.promena-bodyEl .breed { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--merunka-darkVar); font-weight: 800; }
.promena-bodyEl p { color: var(--seda); font-size: .9rem; margin-top: 8px; }
.pred-po { list-style: none; margin-top: 12px; display: grid; gap: 7px; }
.pred-po li { display: flex; gap: 9px; font-size: .87rem; align-items: flex-start; }
.pred-po .znak { flex: 0 0 44px; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; border-radius: 6px; text-align: center; padding: 2px 0; margin-top: 2px; }
.pred-po .pred .znak { background: #f4ece0; color: #8a6a3c; }
.pred-po .po .znak { background: var(--zelena-svetla); color: var(--zelena); }

.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(10, 30, 25, .9); display: none; align-items: center; justify-content: center; padding: 20px; }
.lightbox.open { display: flex; }
.lightbox-inner { max-width: 880px; width: 100%; position: relative; }
.lightbox-inner img { width: 100%; height: auto; max-height: 76vh; object-fit: contain; border-radius: 14px; }
.lightbox-cap { color: #fff; text-align: center; margin-top: 14px; font-weight: 600; }
.lightbox-close { position: absolute; top: -54px; right: 0; background: rgba(255, 255, 255, .16); border: 0; color: #fff; width: 46px; height: 46px; border-radius: 12px; font-size: 1.7rem; cursor: pointer; }

.promise-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.promise-grid > * { min-width: 0; }
.promise-cardEl { background: var(--white); border: 2px solid var(--obrys); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--stin-mini); }
.starRow { color: var(--merunka-darkVar); letter-spacing: 2px; font-size: 1rem; margin-bottom: 12px; }
.promise-cardEl blockquote { font-size: 1rem; line-height: 1.6; color: var(--ink); }
.promise-autor { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 44px;
  display: flex; align-items: center; justify-content: center;
  background: var(--zelena); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem;
  border: 2px solid var(--obrys);
}
.promise-autor strong { display: block; font-size: .95rem; color: var(--darkVar); }
.promise-autor span { font-size: .82rem; color: var(--seda); }

.contact { background: var(--white); border-top: 2px solid var(--obrys); }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: start; }
.contact-grid > * { min-width: 0; }
.info-list { list-style: none; margin-top: 24px; display: grid; gap: 16px; }
.info-list li { display: flex; gap: 13px; align-items: flex-start; }
.info-list svg { flex: 0 0 24px; width: 24px; height: 24px; color: var(--merunka-darkVar); margin-top: 2px; }
.info-list strong { display: block; font-size: .95rem; color: var(--darkVar); }
.info-list span, .info-list a { font-size: .92rem; color: var(--seda); }
.info-list a { font-weight: 700; color: var(--zelena); }
.hours { margin-top: 24px; background: var(--krem); border: 2px solid var(--obrys); border-radius: var(--radius-sm); padding: 18px 20px; box-shadow: var(--stin-mini); }
.hours h3 { font-size: 1rem; color: var(--darkVar); margin-bottom: 10px; }
.hours table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.hours td { padding: 5px 0; color: var(--seda); }
.hours td:last-child { text-align: right; font-weight: 700; color: var(--ink); }
.hours .closed td:last-child { color: #a03226; }
.form-cardEl { background: var(--krem); border: 2px solid var(--obrys); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--stin); }
.form-cardEl h3 { color: var(--darkVar); font-size: 1.35rem; margin-bottom: 6px; }
.form-cardEl .form-sub { color: var(--seda); font-size: .92rem; margin-bottom: 20px; }

.podstrana-hero { background: var(--darkVar); color: #eef6f0; padding: 56px 0 60px; position: relative; overflow: hidden; }
.podstrana-hero::after {
  content: ""; position: absolute; right: -40px; bottom: -60px; width: 260px; height: 260px; opacity: .12;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='%23ffffff'%3E%3Cellipse cx='60' cy='74' rx='24' ry='28'/%3E%3Cellipse cx='24' cy='40' rx='11' ry='14'/%3E%3Cellipse cx='54' cy='24' rx='11' ry='14'/%3E%3Cellipse cx='86' cy='32' rx='11' ry='14'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
}
.podstrana-hero .eyebrow { background: rgba(255, 255, 255, .12); color: var(--merunka); }
.podstrana-hero h1 { font-size: clamp(1.9rem, 6vw, 3rem); color: #fff; max-width: 20ch; }
.podstrana-hero p { color: rgba(238, 246, 240, .78); margin-top: 14px; max-width: 58ch; font-size: 1.05rem; }

.detail-serviceItem {
  background: var(--white); border: 2px solid var(--obrys); border-radius: var(--radius);
  box-shadow: var(--stin); padding: 28px 24px; margin-bottom: 26px;
  display: grid; grid-template-columns: 1fr; gap: 20px;
}
.detail-serviceItem > * { min-width: 0; }
.detail-serviceItem h2 { font-size: 1.5rem; color: var(--darkVar); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.detail-serviceItem h2 .serviceItem-ikona { width: 46px; height: 46px; margin-bottom: 0; flex: 0 0 46px; }
.detail-serviceItem h2 .serviceItem-ikona svg { width: 24px; height: 24px; }
.detail-serviceItem .detailVal { color: var(--seda); font-size: .97rem; margin-top: 10px; }
.detail-serviceItem h3 { font-size: .95rem; color: var(--darkVar); margin: 16px 0 8px; }
.detail-serviceItem ul.obsah { list-style: none; display: grid; gap: 8px; }
.detail-serviceItem ul.obsah li { display: flex; gap: 9px; align-items: flex-start; font-size: .92rem; color: var(--ink); }
.detail-serviceItem ul.obsah svg { flex: 0 0 17px; width: 17px; height: 17px; color: var(--zelena); margin-top: 4px; }
.plemena-chipy { display: flex; flex-wrap: wrap; gap: 7px; }
.plemena-chipy span { background: var(--zelena-svetla); color: var(--zelena); font-size: .8rem; font-weight: 700; border-radius: 999px; padding: 4px 12px; }
.detail-factList { display: grid; gap: 12px; align-content: start; }
.detail-factItem { background: var(--krem); border: 2px solid var(--linka); border-radius: var(--radius-sm); padding: 14px 16px; }
.detail-factItem strong { display: block; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--merunka-darkVar); }
.detail-factItem span { font-size: .95rem; color: var(--ink); font-weight: 600; }

.size-switcher { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-bottom: 26px; }
.size-btn {
  background: var(--white); border: 2px solid var(--linka); color: var(--ink);
  border-radius: 999px; padding: 10px 18px; font-family: inherit; font-size: .92rem; font-weight: 700;
  cursor: pointer; transition: all .18s;
}
.size-btn small { display: block; font-weight: 500; font-size: .7rem; color: var(--seda); }
.size-btn:hover { border-color: var(--zelena); }
.size-btn.active { background: var(--darkVar); border-color: var(--darkVar); color: #fff; box-shadow: var(--stin-mini); }
.size-btn.active small { color: rgba(255, 255, 255, .7); }
.tab-wrap { overflow-x: auto; border: 2px solid var(--obrys); border-radius: var(--radius); background: var(--white); box-shadow: var(--stin); }
.priceList-tab { width: 100%; border-collapse: collapse; min-width: 520px; }
.priceList-tab th, .priceList-tab td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--linka); font-size: .95rem; }
.priceList-tab thead th { background: var(--darkVar); color: #fff; font-family: var(--font-head); font-size: .9rem; letter-spacing: .03em; }
.priceList-tab tbody tr:last-child td { border-bottom: 0; }
.priceList-tab .priceVal-bunka { font-family: var(--font-head); font-weight: 700; color: var(--zelena); white-space: nowrap; }
.priceList-tab .doba-bunka { color: var(--seda); white-space: nowrap; }
.priceList-note { margin-top: 16px; font-size: .88rem; color: var(--seda); display: flex; gap: 9px; align-items: flex-start; }
.priceList-note svg { flex: 0 0 18px; width: 18px; height: 18px; color: var(--merunka-darkVar); margin-top: 3px; }

.poradna-tab { width: 100%; border-collapse: collapse; min-width: 680px; }
.poradna-tab th, .poradna-tab td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--linka); font-size: .9rem; vertical-align: top; }
.poradna-tab thead th { background: var(--zelena); color: #fff; font-family: var(--font-head); font-size: .86rem; }
.poradna-tab tbody tr:last-child td { border-bottom: 0; }
.poradna-tab td strong { color: var(--darkVar); }
.poradna-tab td { color: var(--seda); }
.poradna-tab .frekvence { font-weight: 700; color: var(--zelena); white-space: nowrap; }

.cta-band { background: var(--merunka); border-top: 2px solid var(--obrys); border-bottom: 2px solid var(--obrys); padding: 46px 0; }
.cta-band-inner { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.cta-band h2 { color: #3a2405; font-size: clamp(1.5rem, 4.6vw, 2.1rem); max-width: 22ch; }
.cta-band p { color: #5c3c10; font-size: 1rem; max-width: 52ch; }
.cta-band .btn-dark { border-color: var(--obrys); }

footer { background: var(--darkVar); color: rgba(238, 246, 240, .8); padding: 52px 0 120px; }
.foot-disclaimer {
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-sm); padding: 14px 18px; margin-bottom: 28px;
  font-size: .86rem; color: rgba(238, 246, 240, .82);
  display: flex; gap: 10px; align-items: flex-start;
}
.foot-disclaimer svg { flex: 0 0 20px; width: 20px; height: 20px; color: var(--merunka); margin-top: 2px; }
.foot-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-bottom: 32px; }
.foot-grid > * { min-width: 0; }
.foot-brand .brand-name { color: #fff; }
.foot-brand .brand-sub { color: rgba(238, 246, 240, .6); }
.foot-brand p { margin-top: 14px; font-size: .92rem; max-width: 42ch; }
.foot-col h4 { color: #fff; font-size: .95rem; margin-bottom: 12px; letter-spacing: .04em; }
.foot-col a, .foot-col p { display: block; font-size: .92rem; padding: 4px 0; color: rgba(238, 246, 240, .78); }
.foot-col a:hover { color: var(--merunka); }
.foot-bottom { border-top: 1px solid rgba(255, 255, 255, .16); padding-top: 20px; font-size: .84rem; color: rgba(238, 246, 240, .6); }

.callbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: var(--darkVar); color: #fff;
  display: grid; grid-template-columns: 1fr 1fr;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, .18);
}
.callbar a { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 8px; font-weight: 700; font-size: .96rem; }
.callbar a.call { background: var(--merunka); color: #3a2405; }
.callbar a svg { width: 19px; height: 19px; flex: 0 0 19px; }

@media (min-width: 620px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stepGrid-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid { grid-template-columns: repeat(3, 1fr); }
  .form-row { grid-template-columns: 1fr 1fr; }
  .pill-group { grid-template-columns: repeat(4, 1fr); }
  .detail-serviceItem { grid-template-columns: 1.5fr 1fr; }
  .cta-band-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (min-width: 900px) {
  .section { padding: 92px 0; }
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
  .hero { padding: 84px 0 96px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 56px; }
  .benefits-grid { grid-template-columns: repeat(4, 1fr); }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .stepGrid-grid { grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .rezervace { grid-template-columns: 1.35fr 1fr; }
  .rez-souhrn { position: sticky; top: 96px; }
  .o-grid { grid-template-columns: .95fr 1.05fr; gap: 56px; }
  .contact-grid { grid-template-columns: 1fr 1.1fr; }
  .callbar { display: none; }
  footer { padding-bottom: 52px; }
}

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

.detail-factItem a { color: #569082; }
.detail-factItem strong { color: #824F15; }
.hero-badge .starRow { color: #A9671C; }
.pred .znak { color: #9C8159; }
.promena-bodyEl .breed { color: #9D601A; }
.promena-bodyEl h3 { color: #4E6F69; }
.promise-autor .avatar { color: #D6DAD8; }
.promise-cardEl .starRow { color: #A9671C; }
.whenVal-casy .chip { color: #69706B; }
