.day--work {
  background: #ececec;
  color: #aaa;
  border: 1.5px solid #e0e0e0;
  font-weight: 400;
  opacity: 0.7;
  cursor: not-allowed;
}
.day--work:hover {
  background: #e0e0e0;
  color: #888;
}
:root {
  /* Barvy - Elegantní a minimalistické */
  --bg: #ffffff;
  --bg-alt: #fcfbf9;
  --ink: #1a1a1a;

  --text-light: #555;
  --muted: #666; /* FIX: používá se na děkovací stránce */

  --accent: #d4a373;

  --line: rgba(0, 0, 0, 0.06);
  --shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

  --wrap: 1200px;

  /* Písma (přirozenější + modernější) */
  --font-head: 'Cormorant Garamond', serif;
  --font-body: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: var(--font-head);
  font-weight: 400;
  margin-top: 0;
  color: #000;
}

a { color: inherit; text-decoration: none; transition: color .3s; }
.wrap { width: min(var(--wrap), 92vw); margin: 0 auto; }
.center { text-align: center; }

/* Lepší focus pro klávesnici */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* --- CUSTOM CURSOR (DESKTOP) ---
   Funguje jen na počítači (pointer: fine). Na mobilu se automaticky nepoužije.
*/
@media (pointer: fine) {
  body { cursor: none; }
  a, button, input, textarea, select, label, .shot img { cursor: none; }
}

.cursor{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  transition: opacity .18s ease;
}
.cursor.isVisible{ opacity: 1; }

.cursor__dot,
.cursor__ring{
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-999px,-999px,0);
  will-change: transform;
}

.cursor__dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  /* Viditelné na světlém i tmavém pozadí (bez závislosti na mix-blend-mode) */
  background: rgba(0,0,0,.82);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}

.cursor__ring{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  /* Dvojitá linka: černá venku + bílá uvnitř = vždy viditelné */
  border: 1px solid rgba(0,0,0,.55);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.65) inset,
    0 10px 30px rgba(0,0,0,.22);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(2px);
  display: grid;
  place-items: center;
  opacity: .95;
  transition: width .18s ease, height .18s ease, background .18s ease, opacity .18s ease, border-color .18s ease;
}

.cursor__icon{
  font-size: 16px;
  line-height: 1;
  opacity: 0;
  transform: scale(.85);
  transition: opacity .18s ease, transform .18s ease;
  color: rgba(0,0,0,.85);
  text-shadow: 0 1px 10px rgba(0,0,0,.12), 0 0 2px rgba(255,255,255,.55);
}

.cursor.isHover .cursor__ring{
  width: 54px;
  height: 54px;
  opacity: 1;
  border-color: rgba(212,163,115,.85);
}

.cursor.isPhoto .cursor__ring{
  width: 64px;
  height: 64px;
  background: rgba(255,255,255,.14);
  opacity: 1;
  border-color: rgba(212,163,115,.85);
}
.cursor.isPhoto .cursor__icon{
  opacity: 1;
  transform: scale(1);
}

.cursor.isDown .cursor__ring{
  width: 38px;
  height: 38px;
  opacity: .85;
}

/* --- SKIP LINK --- */
.skipLink {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: var(--ink);
  color: #fff;
  padding: 1rem;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.skipLink:focus { transform: translateY(0); }

/* --- BUTTONS --- */
.btn {
  display: inline-block;
  padding: 16px 32px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
  transition: all .3s cubic-bezier(.4,.2,.2,1);
  border: 1px solid var(--ink);
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

.btn:hover {
  background: transparent;
  color: var(--ink);
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 24px rgba(0,0,0,0.16);
}

.btn--ghost {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn--ghost:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}
/* Ripple efekt pro tlačítka */
.btn__ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 0.6s linear;
  background: rgba(255,255,255,0.5);
  pointer-events: none;
  z-index: 2;
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.btn--submit { width: 100%; text-align: center; }

/* --- NAV (HLAVIČKA) --- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.brand__logo {
  height: 50px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  border-radius: 0;
  display: block;
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand__name {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
}

.brand__tag {
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--text-light);
  text-transform: uppercase;
  margin-top: 2px;
  font-family: var(--font-body);
}

.nav { display: flex; gap: 30px; }
.nav a {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-light);
  position: relative;
  padding: 5px 0;
}
.nav a:hover { color: #000; }
.nav a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: #000;
  transition: width .3s;
}
.nav a:hover::after { width: 100%; }
.nav a:focus-visible::after { width: 100%; }

.navToggle { display: none; background: none; border: none; font-size: 24px; cursor: pointer; }

/* --- HERO --- */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--hero);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  will-change: background-position;
  transition: background-position 0.3s cubic-bezier(.4,.2,.2,1);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.hero__content {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 800px;
}

.hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
  font-style: normal; /* přirozenější než kurzíva na celé větě */
  letter-spacing: 0.01em;
}

.hero h1 span {
  display: block;
  font-style: italic; /* jemný „touch“ jen na slově přirozeně */
  font-size: 0.72em;
  margin-top: 10px;
  font-weight: 600;
  opacity: 0.9;
}

.hero__sub {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 40px;
  font-weight: 300;
}

.tinyOnHero {
  margin-top: 30px;
  font-size: 11px;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* --- SECTIONS OBECNĚ --- */
.section { padding: 100px 0; }
.section:nth-child(even) { background: var(--bg-alt); }

.section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}

.lead {
  max-width: 700px;
  margin: 0 auto 50px auto;
  color: var(--text-light);
  text-align: center;
  font-size: 18px;
}

/* --- O MNĚ --- */
.card {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}
.card.small { max-width: 600px; }

.me {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 30px;
  box-shadow: var(--shadow);
  border: 4px solid #fff;
}

.note {
  max-width: 600px;
  text-align: center;
  margin-bottom: 20px;
}

.badge {
  display: inline-block;
  margin: 20px 0;
  padding: 8px 16px;
  background: #f0f0f0;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #555;
  border-radius: 50px;
}

/* --- GALERIE --- */
.sectionHead { text-align: center; margin-bottom: 60px; }
.sectionHead p { color: var(--text-light); }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.shot {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  border: none;
  background: #eee;
  position: relative;
}

.shot img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.shot:hover img { transform: scale(1.05); }

.ctaLine { margin-top: 60px; }
.tiny { color: var(--text-light); margin: 0 0 12px 0; font-size: 12px; }

/* --- CENÍK --- */
.prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.price {
  background: #fff;
  padding: 40px 30px;
  border: 1px solid var(--line);
  text-align: center;
  transition: transform .3s, box-shadow .3s;
  border-radius: 4px;
}

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

.price h3 { font-size: 20px; margin-bottom: 5px; }
.price .hint { font-size: 13px; font-style: italic; margin-bottom: 20px; color: var(--text-light); }
.price .money {
  font-size: 28px;
  color: var(--accent);
  font-family: var(--font-head);
  margin-bottom: 25px;
  font-weight: 700;
}

.price ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: var(--text-light);
}
.price li {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.03);
}
.price li:last-child { border: 0; }

/* --- KONTAKT --- */
.quote {
  font-style: italic;
  color: var(--text-light);
  margin-bottom: 20px;
  font-family: var(--font-head);
  font-size: 20px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 40px;
}

/* --- KONTAKT: vše pod sebou, vycentrované na střed --- */
.contact--stacked {
  grid-template-columns: 1fr;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  gap: 50px;
  text-align: center;
}

.contact--stacked .contact__box {
  width: 100%;
}

.contact--stacked label {
  text-align: center;
}

.contact--stacked input,
.contact--stacked select,
.contact--stacked textarea {
  text-align: center;
}

.contact--stacked input::placeholder,
.contact--stacked textarea::placeholder {
  text-align: center;
}

.contact--stacked .btn--submit {
  margin-top: 10px;
}

.contact--stacked .social {
  justify-content: center;
}

.contact--stacked .infoLine {
  text-align: center;
}

/* Foto nahoře pod citátem – normální, vycentrované */
.contact__photo--top {
  max-width: 900px;
  margin: 30px auto 40px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.contact__photo--top img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1);
  transition: filter 0.4s ease;
}

.contact__photo--top img:hover {
  filter: grayscale(0);
}

.contact__box {
  background: transparent;
  padding: 0;
  border: none;
}

.honeypot { display: none; }

/* Formulář */
input, select, textarea {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  border-radius: 0;
  font-family: var(--font-body);
  transition: border-color .3s;
  font-size: 16px;
  margin-top: 5px;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-bottom-color: var(--ink);
}

label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin-top: 24px;
  display: block;
}

.formNote { margin-top: 15px; color: var(--text-light); font-size: 12px; }

/* Zvýraznění vybraného balíčku */
select option { padding: 8px; }
input[type="date"] { color: var(--ink); }
input::placeholder, textarea::placeholder { color: #bbb; font-size: 14px; }

/* --- KONTAKT: nové rozložení --- */
.contact-info-row {
  margin-top: 30px;
  font-size: 16px;
}

.contact-info-row .infoLine {
  margin-bottom: 10px;
}

.kontakt-foto {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}

.kontakt-foto img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  filter: grayscale(1);
  transition: filter 0.4s ease;
}

.kontakt-foto img:hover {
  filter: grayscale(0);
}

.kontakt-form-wrap {
  max-width: 680px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .kontakt-foto img {
    height: 300px;
  }
}

.contact__photo {
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.contact__photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  filter: grayscale(1);
  transition: filter 0.4s ease;
}

.contact__photo img:hover {
  filter: grayscale(0);
}

.infoLine { margin-bottom: 15px; font-size: 16px; }

.social { 
  margin-top: 30px; 
  display: flex;
  gap: 25px; /* Mezera mezi ikonami */
}

.social a {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  opacity: 0.85;
  transition: opacity .2s, color .2s, border-color .2s;
}

.social a:hover {
  color: var(--accent); /* Změna na zlatavou barvu při najetí */
  transform: translateY(-3px); /* Jemné poskočení nahoru */
  opacity: 1;
}

.social svg {
  display: block;
  width: 26px; /* Velikost ikon */
  height: 26px;
}

.map { margin-top: 30px; }
.map iframe { width: 100%; height: 300px; filter: grayscale(1); opacity: 0.8; border: 0; }

/* --- FOOTER --- */
.footer {
  text-align: center;
  padding: 40px 0;
  background: #111;
  color: #777;
  font-size: 12px;
}

/* --- LIGHTBOX --- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  background: rgba(255, 255, 255, 0.98);
  overflow: auto;
  padding: 24px;
}

.lightbox.isOpen { display: block; }

.lightbox__img {
  display: block;
  margin: 0 auto;
  max-width: min(1200px, 92vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: var(--shadow);
  animation: pop .3s ease;
}

@keyframes pop{
  from{ transform: scale(.98); opacity: 0.6; }
  to{ transform: scale(1); opacity: 1; }
}

.lightbox__close {
  position: fixed;
  top: 20px; right: 20px;
  background: transparent;
  border: none;
  color: #000;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
}

.lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #000;
  font-size: 40px;
  cursor: pointer;
  padding: 20px;
}
.lightbox__prev { left: 10px; }
.lightbox__next { right: 10px; }

.lightbox__hint {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  color: #888;
  font-size: 12px;
  letter-spacing: .06em;
}

/* --- FADE-IN ANIMACE SEKCE */
.fade-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}
.fade-section.visible {
  opacity: 1;
  transform: none;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .contact { grid-template-columns: 1fr; }

  /* FIX: na mobilech fixed pozadí často zlobí */
  .hero { background-attachment: scroll; }

  .section { padding: 80px 0; }
  .shot img { height: 300px; }
}

@media (max-width: 720px) {
  .navToggle { display: block; }
  .nav {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: var(--shadow);
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
  }
  .nav.isOpen { display: flex; }
  .topbar__inner { flex-wrap: wrap; }

  .hero h1 { font-size: 42px; }
  .shot img { height: 260px; }
}

/* --- THANK YOU PAGE --- */
.thanks {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--bg-alt);
}

.thanks__card {
  width: min(900px, 96vw);
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: var(--shadow);
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}

.thanks__imgWrap {
  width: 100%;
  height: clamp(220px, 32vh, 360px);
  overflow: hidden;
  position: relative;
}

.thanks__imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
}

.thanks h1 {
  margin: 30px 0 10px 0;
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: .02em;
}

.thanks .lead {
  margin: 0 auto 30px auto;
  max-width: 560px;
  color: var(--muted);
}

.thanks__note { margin-top: 20px; color: var(--text-light); font-size: 12px; }

/* Štýl pre obdĺžnik s dopravou */
.transport-box {
  margin: 40px auto;
  max-width: 500px;
  background: var(--bg-alt); /* Jemná krémová/biela farba */
  border: 1px solid var(--accent); /* Zlatý okraj */
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.transport-box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.transport-box__icon {
  font-size: 24px;
}

.transport-box p {
  margin: 0;
  font-size: 16px;
  color: var(--ink);
}

.transport-box strong {
  color: var(--accent);
  font-size: 18px;
}
/* STYL PRO KALENDÁŘ - ELEGANTNÍ DESIGN */
.calendar-wrap {
  max-width: 500px;
  margin: 40px auto;
  background: linear-gradient(135deg, #ffffff 0%, #fcfbf9 100%);
  border: 1px solid #e8e8e8;
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.calendar-header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar-header h3 {
  margin: 0;
  font-size: 22px;
  color: #1a1a1a;
  flex: 1;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.cal-btn {
  background: linear-gradient(135deg, #d4a373 0%, #c89968 100%);
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(212,163,115,0.25);
}

.cal-btn:hover {
  background: linear-gradient(135deg, #c89968 0%, #b88558 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(212,163,115,0.35);
}

.cal-btn:active {
  transform: translateY(0);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.calendar-day-header {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #d4a373;
  padding: 12px 0;
  border-bottom: 2px solid #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(212,163,115,0.05);
  border-radius: 6px;
}

.calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  background: #f9f9f9;
  border: 2px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.calendar-day::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.calendar-day:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Volné dny - modré */
.day--free {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  color: #0d47a1;
  border: 2px solid #90caf9;
  font-weight: 700;
}

.day--free:hover {
  background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%);
  box-shadow: 0 8px 25px rgba(25, 103, 210, 0.25);
}

/* Obsazené dny - červené */
.day--busy {
  background: linear-gradient(135deg, #ffcccb 0%, #ff9999 100%);
  color: #b71c1c;
  border: 2px solid #ff6b6b;
  font-weight: 700;
}

.day--busy:hover {
  background: linear-gradient(135deg, #ff9999 0%, #ff7777 100%);
  transform: scale(0.96) translateY(-2px);
  box-shadow: 0 8px 25px rgba(211, 47, 47, 0.3);
}

/* Barvy pro stavy */
.day--busy {
  background: #ffcccb;
  color: #b71c1c;
  font-weight: 700;
  border: 1.5px solid #ff9999;
}

.day--busy:hover {
  background: #ff9999;
  transform: scale(0.95);
}

.day--free {
  background: #e3f2fd;
  color: #1565c0;
  border: 1.5px solid #90caf9;
}

.day--free:hover {
  background: #bbdefb;
  transform: scale(1.05);
}

.calendar-legend {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 25px;
  font-size: 13px;
  padding-top: 20px;
  border-top: 2px solid #f0f0f0;
}

.legend-item { 
  display: flex; 
  align-items: center; 
  gap: 10px;
  font-weight: 500;
  color: #555;
  transition: all 0.3s ease;
}

.legend-item:hover {
  color: #1a1a1a;
  transform: translateX(2px);
}

.dot { 
  width: 12px; 
  height: 12px; 
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.dot--free {
  background: linear-gradient(135deg, #90caf9 0%, #64b5f6 100%);
  border: 2px solid #42a5f5;
}

.dot--busy {
  background: linear-gradient(135deg, #ff9999 0%, #ff7777 100%);
  border: 2px solid #ff6b6b;
}

.dot--work {
  background: linear-gradient(135deg, #e0e0e0 0%, #c8c8c8 100%);
  border: 2px solid #bdbdbd;
}

/* Dnešní den */
.day--today {
  background: linear-gradient(135deg, #d4a373 0%, #c89968 100%);
  color: #fff;
  border: 2px solid #b88558;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(212,163,115,0.45);
}
.day--today:hover {
  background: linear-gradient(135deg, #c89968 0%, #b88558 100%);
  box-shadow: 0 8px 22px rgba(212,163,115,0.55);
}

/* Minulé dny */
.day--past {
  background: #f5f5f5;
  color: #ccc;
  border: 2px solid #ebebeb;
  font-weight: 400;
  cursor: default;
  text-decoration: line-through;
  opacity: 0.6;
}
.day--past:hover {
  transform: none;
  box-shadow: none;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.review-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  border-left: 4px solid var(--accent);
}
.review-text {
  font-style: italic;
  margin-bottom: 15px;
}
.review-author {
  font-weight: bold;
  color: var(--accent);
}
.footer__counter {
  margin-top: 10px;
  font-size: 13px;
  color: #bbb; /* Světlejší šedá, aby to bylo čitelné */
}

#visit-count {
  font-weight: bold;
  color: var(--accent); /* Zlatá barva pro samotné číslo */
}
/* --- SERVICES GRID (homepage) --- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 30px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  color: var(--ink);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--accent);
}

.service-card__icon {
  font-size: 36px;
  margin-bottom: 18px;
  line-height: 1;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--text-light);
  font-size: 15px;
  flex: 1;
  margin-bottom: 20px;
}

.service-card__link {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-top: auto;
}

/* --- O MNĚ PREVIEW (homepage) --- */
.about-preview {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 70px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.about-preview__img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.about-preview__text h2 {
  text-align: left;
  margin-bottom: 4px;
}

.about-preview__sub {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
}

.about-preview__text p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 14px;
}

@media (max-width: 720px) {
  .about-preview {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-preview__img img {
    width: 160px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
  }
  .about-preview__text h2 { text-align: center; }
  .about-preview__sub { text-align: center; display: block; }
  .about-preview__text { text-align: center; }
}

/* --- CENÍK PREVIEW (homepage) --- */
.prices-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.price-preview-card {
  padding: 36px 24px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  text-align: center;
  transition: transform .3s, box-shadow .3s;
}

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

.price-preview-card--featured {
  border-color: var(--accent);
  box-shadow: 0 8px 30px rgba(212,163,115,0.18);
  position: relative;
}

.price-preview-card--featured::before {
  content: 'Nejoblíbenější';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.price-preview-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.price-preview-card .money {
  font-size: 26px;
  color: var(--accent);
  font-family: var(--font-head);
  font-weight: 700;
  margin-bottom: 6px;
}

.price-preview-card .hint {
  font-size: 12px;
  color: var(--text-light);
  font-style: italic;
  margin: 0;
}

/* --- CTA SEKCE (homepage) --- */
.section--cta {
  background: var(--ink) !important;
  color: #fff;
}

.section--cta h2 {
  color: #fff;
}

.section--cta .lead {
  color: rgba(255,255,255,0.75);
}

.section--cta .btn {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.section--cta .btn:hover {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}

.section--cta .tiny {
  color: rgba(255,255,255,0.5);
}

/* --- VOP --- */
.vop { max-width: 900px; margin: 0 auto; text-align: left; color: var(--ink); }
.vop h1 { text-align: left; margin-bottom: 10px; }
.vop h2 { margin-top: 40px; font-size: 22px; }
.vop p, .vop li { color: var(--text-light); font-size: 16px; line-height: 1.8; }
.vop ul { padding-left: 18px; }
.vop a { text-decoration: underline; text-underline-offset: 3px; }

.vopBox{
  margin: 18px 0 0 0;
  padding: 18px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}
/* --- PŘÍPRAVA: úvodní fotka --- */
.priprava-foto {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--bg-alt);
}

.priprava-foto img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (max-width: 720px) {
  .priprava-foto img {
    max-height: 400px;
  }
}

/* --- PŘÍPRAVA: titulky --- */
.prepTitle{
  margin: 0;
  margin-top: 10px;
  font-size: 26px;
  text-align: center;
}

/* --- Kroky (online galerie) --- */
.stepsGrid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
  margin-top: 26px;
  text-align: left;
}

.stepCard{
  background:#fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  padding: 26px 22px;
  border-radius: 10px;
  position: relative;
}

.stepNum{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #000;
  border: 1px solid var(--line);
  background: var(--bg-alt);
  margin-bottom: 12px;
}

.stepCard h3{
  margin: 0 0 10px 0;
  font-size: 18px;
}

.stepCard p{
  margin: 0;
  color: var(--text-light);
  line-height: 1.7;
  font-size: 15px;
}

.stepCard--tip{
  border-left: 4px solid var(--accent);
}

/* WHATSAPP BUTTON */
.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25d366 0%, #1da851 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
}

.whatsapp-button svg {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.whatsapp-button:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-button:active {
  transform: scale(0.95);
}

/* Bublina nad WhatsApp tlačítkem – pořád viditelná */
.whatsapp-button::before {
  content: "Napište na WhatsApp";
  position: absolute;
  bottom: 72px;
  right: 0;
  background: #ffffff;
  color: #1a1a1a;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  padding: 9px 14px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

/* Špička bubliny směřující dolů k logu */
.whatsapp-button::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 22px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  pointer-events: none;
}

/* Mobile WhatsApp button */
@media (max-width: 768px) {
  .whatsapp-button {
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
  }
  
  .whatsapp-button svg {
    width: 28px;
    height: 28px;
  }
}
