/* ===========================
   LLUNA NAILS — style.css
   =========================== */

:root {
  --cream: #FAF7F2;
  --blush: #F5E6E0;
  --rose: #C8907A;
  --rose-dark: #9B5E4A;
  --mocha: #2A1E1A;
  --text: #3D2B26;
  --text-muted: #8A6E68;
  --white: #FFFFFF;
  --font-serif: 'Lora', serif;
  --font-sans: 'Jost', sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--text);
  font-weight: 300;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }
ul { list-style: none; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 5vw; }

.tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 16px;
}
.tag-light { color: rgba(245,230,224,0.6); }
@keyframes dividerShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.section-tym h2::after {
  content: '';
  display: block;
  width: calc(100px + 5cm);
  height: 3px;
  margin-top: 20px;
  background: linear-gradient(90deg, #9B5E4A 0%, #C8907A 30%, #f0c4a8 50%, #C8907A 70%, #9B5E4A 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  animation: dividerShimmer 6s ease-in-out infinite;
}

.section-kontakt h2::after {
  content: '';
  display: block;
  width: calc(100px + 12cm);
  height: 3px;
  margin-top: 20px;
  background: linear-gradient(90deg, #9B5E4A 0%, #C8907A 30%, #f0c4a8 50%, #C8907A 70%, #9B5E4A 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  animation: dividerShimmer 6s ease-in-out infinite;
}

.section-recenze h2::after {
  content: '';
  display: block;
  width: calc(100px + 13cm);
  height: 3px;
  margin-top: 20px;
  background: linear-gradient(90deg, #9B5E4A 0%, #C8907A 30%, #f0c4a8 50%, #C8907A 70%, #9B5E4A 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  animation: dividerShimmer 6s ease-in-out infinite;
}

.section-galerie h2::after {
  content: '';
  display: block;
  width: calc(100px + 11cm);
  height: 3px;
  margin-top: 20px;
  background: linear-gradient(90deg, #9B5E4A 0%, #C8907A 30%, #f0c4a8 50%, #C8907A 70%, #9B5E4A 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  animation: dividerShimmer 6s ease-in-out infinite;
}

h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 300;
  color: #000;
  line-height: 1.1;
  letter-spacing: 0;
}
h2 em { font-style: normal; color: #000; }

.btn-dark {
  display: inline-block;
  background: var(--mocha);
  color: white;
  padding: 14px 32px;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.btn-dark:hover { background: var(--rose-dark); }

.btn-link {
  color: var(--text-muted);
  font-size: 13px;
  border-bottom: 1px solid var(--rose);
  padding-bottom: 2px;
  transition: color 0.2s;
}
.btn-link:hover { color: var(--rose); }

.btn-rose {
  display: inline-block;
  background: var(--rose);
  color: white;
  padding: 18px 52px;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  animation: btnPulse 2.88s ease-in-out infinite;
}
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(155, 94, 74, 0.5); }
  50%       { box-shadow: 0 0 0 10px rgba(155, 94, 74, 0); }
}
.btn-rose:hover {
  background: var(--rose-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(155,94,74,0.4);
  animation: none;
}

/* ===========================
   NAVIGACE
   =========================== */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;
  padding: 0 5vw 0 2cm;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
#navbar.scrolled {
  background: rgba(40, 30, 25, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

.nav-logo img {
  height: 58px;
  width: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo-main {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: #fff;
}
.logo-sub {
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0.4em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  margin-top: 3px;
}

.nav-right { display: flex; align-items: center; gap: 24px; }
.nav-rezervace {
  display: inline-block;
  padding: 8px 20px;
  background: var(--rose);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: opacity 0.4s ease, transform 0.4s ease, background 0.2s;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}
.nav-rezervace.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.nav-rezervace:hover { background: var(--rose-dark); }
.nav-links { display: flex; gap: 36px; }
.nav-links-rezervace { display: none; }
.nav-lang-row { display: none; }
.nav-mobile-book { display: none; }
.nav-links a {
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  padding: 6px 14px;
  transition: color 0.2s;
}
.nav-links a:hover { color: white; }
.nav-links a.active {
  color: white;
  font-weight: 600;
}
.nav-links a.active::after { transform: scaleX(1); }
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.42s ease;
}
.nav-links a:hover { color: white; }
.nav-links a:hover::after { transform: scaleX(1); }

.lang-switcher { position: relative; }

.lang-current {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.9);
  padding: 6px 10px;
  border-radius: 4px;
  transition: background 0.2s;
}
.lang-current:hover { background: rgba(255,255,255,0.1); }
.lang-arrow { font-size: 9px; transition: transform 0.2s; }
.lang-switcher.open .lang-arrow { transform: rotate(180deg); }

.lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: white;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(61,43,38,0.12);
  overflow: hidden;
  min-width: 80px;
  z-index: 200;
}
.lang-switcher.open .lang-dropdown { display: block; }

.lang-option {
  display: block;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--mocha);
  padding: 10px 16px;
  text-align: left;
  transition: background 0.15s;
}
.lang-option:hover { background: var(--blush); }
.lang-option.active { font-weight: 600; }

.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 9px 10px;
  transition: opacity 0.2s;
}
.nav-toggle:hover { opacity: 0.7; }
.nav-toggle span {
  display: block;
  height: 1.5px;
  background: var(--mocha);
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.25s ease, width 0.35s ease;
}
.nav-toggle span:nth-child(1) { width: 20px; }
.nav-toggle span:nth-child(2) { width: 13px; }
.nav-toggle span:nth-child(3) { width: 20px; }
.nav-toggle.open span:nth-child(1) { width: 20px; transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open span:nth-child(3) { width: 20px; transform: translateY(-6.5px) rotate(-45deg); }

/* ===========================
   HERO
   =========================== */
@keyframes heroFadeIn {
  from { opacity: 0; transform: scale(1.04); }
  to   { opacity: 1; transform: scale(1); }
}

.hero {
  animation: heroFadeIn 1.8s ease-out both;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
  position: relative;
  overflow: hidden;
  background-image: url('../images/foto2.jpg');
  background-size: cover;
  background-position: center 65%;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.25) 30%,
    rgba(0,0,0,0.25) 70%,
    rgba(0,0,0,0.55) 100%
  );
}
.hero::after { display: none; }
.hero-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.1;
  color: white;
  margin-bottom: 16px;
}
.hero h1 em { font-style: normal; color: white; text-transform: uppercase; }
.hero-sub {
  font-family: var(--font-serif);
  font-size: 20px;
  font-style: italic;
  color: rgba(255,255,255,0.8);
  margin-bottom: 40px;
  line-height: 1.6;
}
.hero .tag { color: rgba(255,255,255,0.6); }
.hero-btns { display: flex; gap: 24px; align-items: center; justify-content: center; }
.hero .btn-dark {
  background: white;
  color: var(--mocha);
  border-radius: 50px;
  padding: 18px 46px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.hero .btn-dark::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0) 30%,
    rgba(255,220,200,0.7) 50%,
    rgba(255,255,255,0) 70%,
    transparent 100%
  );
  animation: shimmer 1.9s ease-in-out infinite;
}
@keyframes shimmer {
  0%   { left: -75%; }
  100% { left: 130%; }
}
.hero .btn-dark:hover { background: var(--blush); }
.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
  z-index: 2;
  transition: color 0.2s;
}
.hero-scroll:hover { color: white; }
.hero-scroll-text { border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 2px; }

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}
.hero-bounce {
  display: inline-block;
  animation: bounce 1.2s ease-in-out infinite;
  margin-left: 4px;
}

.hero-visual { display: none; }
.hero-card {
  background: white;
  border-radius: 4px;
  padding: 32px;
  width: 280px;
  box-shadow: 0 20px 60px rgba(61,43,38,0.08);
}
.hero-card-img {
  width: 100%;
  height: 220px;
  background: var(--blush);
  border-radius: 2px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: var(--rose);
  overflow: hidden;
}
.hero-card-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-card p {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.hero-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--rose);
  color: white;
  width: 80px; height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
}
.badge-od { font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.8; }
.badge-rok { font-size: 22px; font-weight: 600; }

/* ===========================
   O NÁS
   =========================== */
.section-onas {
  padding: 0;
  background: #D2C5B2;
  position: relative;
  isolation: isolate;
}
.section-onas::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  mix-blend-mode: multiply;
}
.onas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 60px;
}
.section-onas > .container { padding: 100px 5vw; }
.onas-text p { font-size: 18px; color: #1a1a1a; line-height: 1.9; margin-bottom: 16px; }
.onas-text h2 { margin-bottom: 32px; }
.section-onas h2 { color: #000; }
.onas-vyhody-section {
  background: #EAE3DA;
  padding: 80px 0 100px;
}
.section-onas .tag { display: none; }
.section-onas .divider { background: var(--mocha); opacity: 0.2; }
.section-onas .stat-num { color: var(--mocha); }
.section-onas .stat-label { color: var(--mocha); opacity: 0.6; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  border-top: 1px solid rgba(200,144,122,0.2);
  padding-top: 32px;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 24px 0 0;
  border-right: 1px solid rgba(200,144,122,0.2);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.stats-grid.visible .stat { opacity: 1; transform: translateY(0); }
.stats-grid.visible .stat:nth-child(1) { transition-delay: 0.1s; }
.stats-grid.visible .stat:nth-child(2) { transition-delay: 0.3s; }
.stats-grid.visible .stat:nth-child(3) { transition-delay: 0.5s; }
.stats-grid.visible .stat:nth-child(4) { transition-delay: 0.7s; }
.stat:last-child { border-right: none; }
.stat:not(:first-child) { padding-left: 24px; }
.stat-num { font-family: var(--font-serif); font-size: 42px; font-weight: 300; color: var(--rose-dark); line-height: 1; }
.stat-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }

.onas-img {
  border-radius: 4px;
  height: 480px;
  position: relative;
  overflow: hidden;
}
.onas-img img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.onas-carousel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.onas-carousel-viewport {
  flex: 1;
  overflow: hidden;
  background: rgba(61,43,38,0.08);
}
.onas-carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.onas-carousel-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onas-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 0 4px;
  background: transparent;
}
.onas-carousel-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.onas-carousel-btn:hover { opacity: 1; }
.onas-carousel-btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--mocha);
  border-right: 2px solid var(--mocha);
}
.onas-carousel-prev::after { transform: rotate(-135deg); }
.onas-carousel-next::after { transform: rotate(45deg); }
.onas-carousel-dots {
  display: flex;
  gap: 8px;
}
.onas-carousel-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: rgba(61,43,38,0.25);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.onas-carousel-dots button.active {
  background: var(--mocha);
  transform: scale(1.3);
}

/* ===========================
   VÝHODY
   =========================== */
.section-vyhody {
  padding: 100px 5vw;
  background: #E0D6C8;
  position: relative;
  isolation: isolate;
}
.section-vyhody::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  mix-blend-mode: multiply;
}

.vyhody-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.3vw, 37px);
  font-weight: 700;
  font-style: italic;
  color: #000;
  text-decoration: none;
  margin-bottom: 48px;
}

.vyhody-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }

.vyhoda {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(61,43,38,0.1);
}
.vyhoda.fade-in { transition-duration: 1s; }
.vyhoda.fade-in:nth-child(1) { transition-delay: 0.15s; }
.vyhoda.fade-in:nth-child(2) { transition-delay: 0.4s; }
.vyhoda.fade-in:nth-child(3) { transition-delay: 0.65s; }
.vyhoda.fade-in:nth-child(4) { transition-delay: 0.9s; }

.vyhoda-text { flex: 1; }
.vyhoda h3 {
  font-family: var(--font-sans);
  font-size: 21px;
  font-weight: 600;
  color: var(--mocha);
  margin-bottom: 12px;
}
.vyhoda p { font-size: 16px; color: #1a1a1a; line-height: 1.8; }

.vyhoda-icon {
  width: 130px; height: 130px;
  border-radius: 50%;
  background: rgba(250,247,242,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--mocha);
  overflow: hidden;
}
.vyhoda-icon i {
  font-size: 32px;
}
.vyhoda-icon svg {
  width: 32px;
  height: 32px;
  color: var(--mocha);
}
.vyhoda-photo {
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
.vyhoda-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vyhoda-photo img.vyhoda-img-lg {
  width: 100%;
  height: 100%;
  transform: scale(1.19);
}
.vyhoda-photo img.vyhoda-img-steril {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

/* ===========================
   CENÍK
   =========================== */
.section-cenik {
  background: #D2C5B2;
  padding: 100px 5vw;
  position: relative;
  isolation: isolate;
}
.section-cenik::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  mix-blend-mode: multiply;
}

.cenik-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  max-width: 1100px;
  margin: 0 auto;
}

.cenik-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 24px;
  padding: 60px 30px;
  border-right: 1px solid rgba(61,43,38,0.15);
  overflow: hidden;
}

.cenik-price-word {
  font-family: var(--font-sans);
  font-size: clamp(48px, 6.4vw, 96px);
  font-weight: 900;
  color: var(--mocha);
  letter-spacing: 0.05em;
  writing-mode: vertical-lr;
  line-height: 1;
  align-self: flex-start;
  margin-left: 94px;
}

.cenik-nail-chart {
  width: 100%;
  max-width: 143px;
  border-radius: 8px;
  display: block;
  mix-blend-mode: darken;
  margin-top: 40px;
}

.cenik-note {
  font-size: 12px;
  color: var(--mocha);
  opacity: 0.8;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 18px;
}
.cenik-cta {
  margin-top: 0;
  padding-top: 40px;
  border-top: 1px solid rgba(61,43,38,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cenik-cta p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--mocha);
  text-align: left;
  line-height: 1.6;
}
.btn-cenik-cta {
  display: inline-block;
  padding: 15px 36px;
  border: none;
  border-radius: 50px;
  background: var(--mocha);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.15em;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(61,43,38,0.25);
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}
.btn-cenik-cta:hover {
  background: #2a1e1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(61,43,38,0.35);
}
.btn-cenik-cta:hover svg {
  transform: translateX(4px);
}

.cenik-instagram {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--mocha);
  opacity: 0.6;
  transition: opacity 0.2s;
}
.cenik-instagram:hover { opacity: 1; }

.cenik-right {
  padding: 80px 60px;
}
.cenik-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 40px 60px;
  align-items: start;
}

.cenik-skupina { padding-bottom: 32px; }

.cenik-nadpis {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 700;
  color: var(--mocha);
  margin-bottom: 6px;
}

.cenik-popis {
  font-size: 12px;
  color: #1a1a1a;
  opacity: 1;
  margin-bottom: 16px;
  letter-spacing: 0.03em;
}

.cenik-hlavicka {
  display: grid;
  grid-template-columns: auto 80px 80px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mocha);
  opacity: 0.5;
  margin-bottom: 8px;
  min-height: 20px;
}

.cenik-radek {
  display: grid;
  grid-template-columns: 1fr 80px 80px;
  padding: 8px 0;
  font-size: 15px;
  color: #1a1a1a;
  border-top: 1px solid rgba(61,43,38,0.07);
}
.cenik-radek.single {
  grid-template-columns: 1fr 80px;
}
.cenik-radek.single span:last-child { text-align: center; }
.cenik-radek span:first-child { opacity: 1; }
.cenik-radek span:not(:first-child) { font-weight: 500; }

.cenik-poznamka {
  font-size: 12px;
  color: var(--mocha);
  opacity: 0.45;
  letter-spacing: 0.06em;
  margin-top: -20px;
}

/* ===========================
   TÝM
   =========================== */
.section-tym {
  padding: 100px 5vw;
  background: #E8DDD0;
  position: relative;
  isolation: isolate;
}
.section-tym::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  mix-blend-mode: multiply;
}
.section-tym h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 300;
  font-style: normal;
  color: #000;
  text-decoration: none;
}
.section-tym h2 em { font-style: normal; color: #000; }
.section-tym .tag { display: none; }
.section-tym .divider { display: none; }
.section-tym .tym-jmeno { color: var(--mocha); }
.section-tym .tym-role { color: #000; opacity: 1; }
.section-tym .tym-popis { color: #1a1a1a; opacity: 1; }
.tym-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.tym-karta { text-align: center; }
.tym-foto {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: var(--blush);
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 56px;
  color: var(--rose);
  opacity: 0.6;
  overflow: hidden;
  opacity: 1;
}
.tym-foto img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.tym-foto:hover img { transform: scale(1.1); }
.tym-karta:first-child .tym-foto:hover img { transform: scale(calc(1.37 * 1.1)); }
.tym-karta:nth-child(3) .tym-foto:hover img { transform: scale(calc(1.2 * 1.1)); }
.tym-karta:first-child .tym-foto img { transform: scale(1.37); transform-origin: center center; }
.tym-karta:nth-child(3) .tym-foto img { transform: scale(1.2); transform-origin: center center; }
.tym-jmeno {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--mocha);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}
.tym-jmeno::after {
  content: '';
  display: block;
  width: 42px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(200,144,122,0.95), rgba(155,94,74,0.95));
}
.tym-role {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(245,230,224,0.75);
}
.tym-popis { font-size: 15px; color: var(--text-muted); line-height: 1.8; }

/* ===========================
   GALERIE
   =========================== */
.section-galerie {
  position: relative;
  isolation: isolate;
  padding: 100px 5vw;
  background: #F5EDE8;
}
.section-galerie::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  mix-blend-mode: multiply;
}
.section-galerie h2 { color: #000; }
.section-galerie h2 em { color: #000; font-style: normal; }
/* Carousel галереи */
.galerie-carousel-wrap {
  margin-top: 48px;
  position: relative;
}
.galerie-carousel-viewport {
  overflow: hidden;
  border-radius: 8px;
}
.galerie-carousel-track {
  display: flex;
  gap: 6px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.galerie-item {
  flex: 0 0 calc(33.333% - 4px);
  aspect-ratio: 3/4;
  background: var(--cream);
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.galerie-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}
.galerie-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(61, 43, 38, 0);
  transition: background 0.4s ease;
  pointer-events: none;
}
.galerie-item:hover img { transform: scale(1.08); }
.galerie-item:hover::after { background: rgba(61, 43, 38, 0.18); }

/* Карусель — навигация */
.galerie-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
}
.galerie-nav {
  background: none;
  border: 1px solid rgba(61,43,38,0.25);
  color: var(--mocha);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
  line-height: 1;
  padding-bottom: 2px;
}
.galerie-nav:hover { background: var(--mocha); color: #fff; }
.galerie-nav:disabled { opacity: 0.25; cursor: default; pointer-events: none; }
.galerie-carousel-dots { display: flex; gap: 8px; align-items: center; }
.galerie-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(61,43,38,0.2);
  border: none;
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
  padding: 0;
}
.galerie-dot.active { background: var(--mocha); width: 24px; border-radius: 4px; }
.galerie-instagram {
  text-align: center;
  padding: 48px 0 8px;
}
.galerie-instagram p {
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--mocha);
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.btn-instagram {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--mocha);
  border-radius: 40px;
  padding: 12px 28px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mocha);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn-instagram i { font-size: 16px; }
.btn-instagram:hover { background: var(--mocha); color: #fff; }

/* Lightbox */
.galerie-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 8, 7, 0.93);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.galerie-lightbox.active {
  opacity: 1;
  pointer-events: all;
}
.galerie-lightbox img {
  max-width: 88vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 6px;
  transform: scale(0.93);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}
.galerie-lightbox.active img { transform: scale(1); }
.lightbox-close {
  position: absolute;
  top: 22px;
  right: 28px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.75);
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s, transform 0.2s;
}
.lightbox-close:hover { color: #fff; transform: rotate(90deg); }
.lightbox-prev, .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.8);
  font-size: 36px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  line-height: 1;
}
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-prev:hover, .lightbox-next:hover {
  background: rgba(255,255,255,0.18);
  color: #fff;
}
.lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  letter-spacing: 0.08em;
}

/* ===========================
   RECENZE
   =========================== */
.section-recenze {
  padding: 100px 5vw;
  background: #EDE5DF;
  position: relative;
  isolation: isolate;
}
.section-recenze::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  mix-blend-mode: multiply;
}

.section-recenze h2 em { color: #000; }

.recenze-carousel { position: relative; margin-top: 60px; padding: 0 60px; }
.recenze-viewport { overflow: hidden; }
.recenze-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.recenze-karta {
  background: white;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid rgba(200,144,122,0.15);
  flex: 0 0 calc((100% - 48px) / 3);
  transition: box-shadow 0.3s, transform 0.3s;
}
.recenze-karta:hover {
  box-shadow: 0 12px 40px rgba(61,43,38,0.08);
  transform: translateY(-4px);
}
.hvezdy { color: var(--rose); font-size: 13px; margin-bottom: 16px; letter-spacing: 4px; }
.recenze-text { font-family: var(--font-serif); font-size: 16px; font-style: italic; color: var(--mocha); line-height: 1.75; margin-bottom: 20px; }
.recenze-autor { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }

.recenze-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(61,43,38,0.12);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  color: rgba(61,43,38,0.65);
  cursor: pointer;
  transition: color 0.2s, transform 0.2s, box-shadow 0.2s;
  z-index: 2;
  padding: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(61,43,38,0.06);
}
.recenze-btn:hover {
  color: var(--mocha);
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 14px 28px rgba(61,43,38,0.12);
}
.recenze-prev { left: 0; }
.recenze-next { right: 0; }

.recenze-dots { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 32px; }
.recenze-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(200,144,122,0.25);
  border: none;
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
  padding: 0;
}
.recenze-dot.active { background: var(--rose); width: 20px; border-radius: 3px; }

/* ===========================
   KONTAKT
   =========================== */
.section-kontakt {
  padding: 100px 5vw;
  background: var(--mocha);
  position: relative;
  isolation: isolate;
}
.section-kontakt::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  mix-blend-mode: soft-light;
}
.section-kontakt h2 { color: white; }
.section-kontakt h2 em { color: white; font-style: normal; }
.section-kontakt .divider { background: var(--rose); opacity: 0.5; }

.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 60px; align-items: start; }
.kontakt-item { margin-bottom: 28px; display: flex; flex-direction: row; align-items: flex-start; gap: 16px; }
.kontakt-item > div { display: flex; flex-direction: column; gap: 6px; }
.kontakt-icon { font-size: 20px; color: rgba(255,255,255,0.6); margin-top: 22px; flex-shrink: 0; width: 20px; text-align: center; }
.kontakt-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,230,224,0.4); }
.kontakt-value { font-family: var(--font-serif); font-size: 20px; color: var(--cream); }
.kontakt-link { border-bottom: 1px solid rgba(200,144,122,0.3); padding-bottom: 2px; transition: color 0.2s; }
.kontakt-link:hover { color: var(--rose); }

.kontakt-map {
  margin-top: 60px;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.9;
  text-align: center;
}
.kontakt-map .btn-navigovat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  padding: 14px 28px;
  background: rgba(255,255,255,0.95);
  color: var(--mocha);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(155,94,74,0.16);
  box-shadow: 0 12px 28px rgba(61,43,38,0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.kontakt-map .btn-navigovat::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z' fill='%233d2b26'/%3E%3Ccircle cx='12' cy='9' r='2.5' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.kontakt-map .btn-navigovat:hover {
  transform: translateY(-2px);
  background: white;
  box-shadow: 0 16px 34px rgba(61,43,38,0.16);
}

.kontakt-cta-box {
  background: rgba(200,144,122,0.1);
  border: 1px solid rgba(200,144,122,0.2);
  border-radius: 4px;
  padding: 40px;
  text-align: center;
}
.kontakt-cta-box h3 { font-family: var(--font-serif); font-size: 28px; color: var(--cream); margin-bottom: 12px; font-weight: 300; }
.kontakt-cta-box p { font-size: 18px; color: #fff; margin-bottom: 28px; line-height: 1.7; }
.kontakt-note { display: block; margin: 28px auto 0; font-size: 16px; color: rgba(255,255,255,0.75); max-width: 260px; }
.kontakt-note a { color: #fff; text-decoration: underline; }

/* ===========================
   FOOTER
   =========================== */
footer { background: var(--mocha); border-top: 1px solid rgba(200,144,122,0.1); padding: 28px 5vw; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; width: 100%; }
.footer-center { position: absolute; left: 50%; transform: translateX(-50%); }
footer { position: relative; }
.footer-copy { font-size: 14px; color: #fff; letter-spacing: 0.08em; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { font-size: 14px; color: #fff; letter-spacing: 0.05em; transition: color 0.2s; }
.footer-links a:hover { color: var(--rose); }
footer a { color: #fff; transition: color 0.2s; }
footer a:hover { color: var(--rose); }

/* ===========================
   ANIMACE
   =========================== */
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===========================
   RESPONZIVNÍ
   =========================== */
@media (max-width: 900px) {
  .vyhody-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  /* NAV */
  .nav-book { display: none; }
  .nav-logo { margin-right: auto; }
  .navbar .container { padding: 0 16px; }
  #navbar { padding: 0 4vw; }
  .nav-logo img { height: 42px; }
  .nav-toggle { display: flex; order: 3; }
  .nav-toggle span { background: #fff; }
  .nav-right { order: 2; }
  .nav-rezervace { display: none !important; }
  .lang-switcher { display: none !important; }
  .nav-mobile-book {
    display: inline-block;
    padding: 7px 14px;
    background: var(--rose);
    color: #fff;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 999px;
    white-space: nowrap;
    margin-right: 10px;
    transition: background 0.3s, color 0.3s;
  }
  #navbar:not(.scrolled) .nav-mobile-book {
    background: #fff;
    color: var(--mocha);
  }
  .nav-lang-row {
    display: flex !important;
    gap: 8px;
    padding-top: 4px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 4px;
  }
  .nav-lang-row .lang-option {
    background: none;
    border: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.6);
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
  }
  .nav-lang-row .lang-option:hover,
  .nav-lang-row .lang-option.active {
    color: #fff;
    border-color: rgba(255,255,255,0.7);
  }

  /* Затемнение всего навбара при открытом меню */
  #navbar:has(.nav-links.open) {
    background: rgba(40, 30, 25, 0.97) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none !important;
  }

  /* Шторка — анимация выезда */
  .nav-links {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 71px; left: 0; right: 0;
    z-index: 99;
    background: rgba(40,30,25,0.97);
    padding: 0 5vw;
    gap: 20px;
    border-bottom: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.3s ease,
                padding 0.35s ease;
  }
  .nav-links.open {
    max-height: 420px;
    opacity: 1;
    padding-top: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  /* Кнопка rezervace внутри меню */
  .nav-links-rezervace { display: list-item; }
  .nav-links-rezervace a {
    display: inline-block;
    margin-top: 4px;
    padding: 10px 24px;
    background: var(--rose);
    color: #fff !important;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  /* HERO */
  .hero {
    background-position: center 30%;
    min-height: 100svh;
    align-items: flex-start;
    padding-top: calc(100px + 3cm);
  }
  .hero::before { display: block; }
  .hero-inner {
    padding-top: 0;
    text-align: center;
  }
  .hero h1 { font-size: clamp(32px, 8vw, 48px); }
  .hero-sub { font-size: 16px; }
  .hero-visual { display: none; }

  /* H2 DECORATIVE LINES — prevent cm overflow */
  .section-tym h2::after,
  .section-kontakt h2::after,
  .section-recenze h2::after {
    width: 90%;
    max-width: 320px;
  }
  .section-galerie h2::after {
    width: 90%;
    max-width: calc(320px + 0.5cm);
  }

  /* O NÁS */
  .section-onas > .container { padding: 60px 5vw; }
  .onas-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 40px; }
  .onas-img { height: 320px; }

  /* VÝHODY */
  .onas-vyhody-section { padding: 60px 0 70px; }
  .vyhoda-icon { width: 90px; height: 90px; flex-shrink: 0; }

  /* CENÍK */
  .section-cenik { padding: 60px 5vw; }
  .cenik-inner { grid-template-columns: 1fr; }
  .cenik-left {
    flex-direction: row;
    align-items: center;
    padding: 0 0 24px;
    border-right: none;
    border-bottom: none;
    gap: 0;
  }
  .cenik-price-word {
    writing-mode: horizontal-tb;
    font-size: clamp(40px, 12vw, 64px);
    margin-left: 0;
    align-self: auto;
  }
  .cenik-nail-chart { display: block; max-width: 80px; margin-top: 0; margin-left: auto; }
  .cenik-right { padding: 0; }
  .cenik-cols { grid-template-columns: 1fr; gap: 28px; }
  .cenik-hlavicka { grid-template-columns: 1fr 60px 60px; }
  .cenik-radek { grid-template-columns: 1fr 60px 60px; font-size: 14px; }
  .cenik-radek.single { grid-template-columns: 1fr 90px; }
  .cenik-radek.single span:last-child { text-align: center; }
  .cenik-cta { flex-direction: column; align-items: flex-start; gap: 16px; }
  .cenik-nadpis { font-size: 18px; }

  /* TÝM */
  .section-tym { padding: 60px 5vw; }
  .tym-grid { grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }

  /* GALERIE */
  .section-galerie { padding: 60px 5vw; }
  .galerie-item { flex: 0 0 100%; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-prev, .lightbox-next { width: 40px; height: 40px; font-size: 26px; }

  /* RECENZE */
  .section-recenze { padding: 60px 5vw; }
  .recenze-carousel { padding: 0 44px; margin-top: 40px; }
  .recenze-karta {
    flex: 0 0 100%;
    padding: 24px;
  }

  /* KONTAKT */
  .section-kontakt { padding: 60px 5vw; }
  .kontakt-grid { grid-template-columns: 1fr; gap: 32px; }
  .kontakt-value { font-size: 16px; }
  .kontakt-item { margin-bottom: 14px; gap: 12px; align-items: center; }
  .kontakt-label { display: none; }
  .kontakt-icon { margin-top: 0; font-size: 18px; }
  .kontakt-cta-box { padding: 28px 20px; }
  .kontakt-cta-box h3 { font-size: 22px; }
  .kontakt-cta-box p { font-size: 15px; margin-bottom: 20px; }

  /* FOOTER */
  .footer-inner { flex-direction: column; text-align: center; gap: 16px; }
  .footer-center { position: static; transform: none; }
}

@media (max-width: 480px) {
  /* VÝHODY */
  .vyhody-grid { grid-template-columns: 1fr; }
  .vyhoda-icon { width: 80px; height: 80px; }

  /* TÝM */
  .tym-grid { grid-template-columns: 1fr; }
  .tym-karta { max-width: 280px; margin: 0 auto; }

  /* STATS */
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 24px; border-top: none; padding-top: 0; margin-top: 32px; }
  .stat, .stat:not(:first-child) { padding: 0; border-right: none; border-bottom: none; }

  /* RECENZE — ещё уже */
  .recenze-carousel { padding: 0 36px; }
  .recenze-karta { padding: 20px; }
  .recenze-btn { width: 32px; height: 32px; font-size: 12px; }


  /* HERO */
  .hero h1 { font-size: clamp(28px, 9vw, 40px); }
  .hero-sub { font-size: 15px; }
}

/* ===========================
   COOKIE BANNER
   =========================== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--mocha);
  border-top: 1px solid rgba(200,144,122,0.3);
  padding: 14px 5vw;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.4s;
}
.cookie-banner.visible {
  transform: translateY(0);
  opacity: 1;
}
.cookie-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.cookie-text {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.cookie-title {
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 500;
  color: var(--rose);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.cookie-text p {
  font-family: var(--font-sans);
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  margin: 0;
}
.cookie-text a { color: rgba(200,144,122,0.8); text-decoration: none; }
.cookie-text a:hover { color: var(--rose); }
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-decline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.5);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.cookie-decline:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
.cookie-accept {
  background: var(--rose);
  border: none;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 22px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
}
.cookie-accept:hover { background: var(--rose-dark); }
@media (max-width: 680px) {
  .cookie-inner { flex-wrap: wrap; gap: 12px; }
  .cookie-text { flex-direction: column; gap: 4px; }
  .cookie-actions { width: 100%; justify-content: flex-end; }
}
