/* =========================================
NEFRIT GARNI & BAR - VYLEPŠENÝ STYL
Version: 2.0 | Design: S13 Studios
========================================= */

/* =========================================
   BAR MENU SECTION - FROM V3
   ========================================= */
.bar-menu {
background: var(--charcoal);
position: relative;
padding: 80px 0;
}

.bar-menu::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c5a572' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
opacity: 0.5;
pointer-events: none;
}

.menu-container {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 1;
padding: 0 20px;
}

.menu-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 50px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px;
  justify-content: flex-start;
}

.menu-tabs::-webkit-scrollbar {
  display: none;
}

.menu-tab {
  padding: 12px 20px;
  background: transparent;
  border: 1px solid rgba(197, 165, 114, 0.3);
  color: rgba(244, 241, 234, 0.7);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 4px;
}

.menu-tab:hover,
.menu-tab.active {
  background: var(--gold);
  color: var(--emerald);
  border-color: var(--gold);
}

@media (min-width: 768px) {
  .menu-tabs {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.menu-content {
display: none;
}

.menu-content.active {
display: block;
animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}

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

.menu-item {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 20px;
border-bottom: 1px solid rgba(244, 241, 234, 0.1);
transition: all 0.3s ease;
position: relative;
}

.menu-item::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 3px;
height: 0;
background: var(--gold);
transition: height 0.3s ease;
}

.menu-item:hover {
background: rgba(197, 165, 114, 0.05);
padding-left: 30px;
}

.menu-item:hover::before {
height: 100%;
}

.menu-item-info {
flex: 1;
}

.menu-item-name {
font-family: 'Playfair Display', serif;
font-size: 1.1rem;
color: var(--ivory);
margin-bottom: 4px;
}

.menu-item-desc {
font-size: 0.85rem;
color: rgba(244, 241, 234, 0.5);
font-style: italic;
}

.menu-item-price {
font-family: 'Playfair Display', serif;
font-size: 1.1rem;
color: var(--gold);
white-space: nowrap;
margin-left: 15px;
}

.menu-download {
text-align: center;
margin-top: 40px;
}

.menu-download-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 15px 30px;
border: 1px solid var(--gold);
color: var(--gold);
font-family: 'Montserrat', sans-serif;
font-size: 0.85rem;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
text-decoration: none;
transition: all 0.3s ease;
}

.menu-download-btn:hover {
background: var(--gold);
color: var(--emerald);
}

.menu-download-btn .arrow {
transition: transform 0.3s ease;
}

.menu-download-btn:hover .arrow {
transform: translateY(3px);
}

/* =========================================
   RESPONSIVE
   ========================================= */
:root {
  --emerald: #0E3A2F;
  --gold: #C5A572;
  --ivory: #F4F1EA;
  --charcoal: #1D2624;
  --white: #FFFFFF;
  --transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

/* FIX BÍLÉHO PRUHU NA MOBILU */
html, body {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

* { 
  margin: 0; 
  padding: 0; 
  box-sizing: border-box; 
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* Film Grain Texture Overlay - from V3 */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Vignette Effect - from V3 */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(14, 58, 47, 0.15) 100%);
}

h1, h2, h3, .logo { 
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.container { 
  max-width: 1280px; 
  margin: 0 auto; 
  padding: 0 40px; 
}

.section-padding { 
  padding: 120px 0; 
  scroll-margin-top: 80px; 
}

.text-center { 
  text-align: center; 
}

/* Ochrana proti přetečení prvků */
.hero, .rooms-section, footer { 
  overflow-x: hidden !important; 
  max-width: 100vw !important; 
}

/* =========================================
HLAVIČKA A LOGO - V3 STYLE
========================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 25px 40px;
  transition: all 0.4s var(--transition-smooth);
  background: transparent;
}

header.scrolled {
  background: rgba(14, 58, 47, 0.95);
  padding: 15px 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.logo-link {
  display: block;
}

.nav-logo {
  height: 60px;
  width: auto;
  display: block;
  transition: all 0.3s var(--transition-smooth);
}

header.scrolled .nav-logo {
  height: 50px;
}

.nav-logo:hover {
  transform: scale(1.05);
}

/* Navigation Links */
.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin: 0;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s var(--transition-smooth);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--transition-smooth);
}

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

.nav-links a:hover::after {
  width: 100%;
}

/* Language Selector - V3 Style */
.lang-selector {
  display: flex;
  gap: 8px;
  align-items: center;
}

.lang-btn {
  padding: 14px 18px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s var(--transition-smooth);
  text-transform: uppercase;
  text-decoration: none;
  min-width: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


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

.lang-btn.active {
  color: var(--emerald);
  background: var(--gold);
  border-color: var(--gold);
}

/* Mobile Menu Toggle - V3 Style */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  background: none;
  border: none;
}

.menu-toggle span {
  width: 28px;
  height: 2px;
  background: white;
  transition: all 0.3s var(--transition-smooth);
  transform-origin: center;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* =========================================
HERO SEKCE
========================================= */
.hero { 
  height: 100vh; 
  position: relative; 
  display: flex; 
  align-items: center; 
  color: var(--white); 
  text-align: center;
  background: url('img/pozadi1.webp') no-repeat center center/cover;
  background-attachment: fixed;
}

.hero::before { 
  content: ''; 
  position: absolute; 
  inset: 0; 
  background: linear-gradient(to bottom, rgba(14, 58, 47, 0.85), rgba(14, 58, 47, 0.6));
  z-index: 1; 
}

.hero .container { 
  position: relative; 
  z-index: 2; 
}

.hero h1 { 
  font-size: clamp(45px, 8vw, 85px); 
  margin-bottom: 25px; 
  line-height: 1.1;
  font-weight: 400;
}

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

.hero-p { 
  max-width: 750px; 
  margin: 0 auto 50px; 
  font-size: 20px; 
  opacity: 0.9; 
  font-weight: 300;
}

.hero-btns { 
  display: flex; 
  justify-content: center; 
  gap: 20px; 
  flex-wrap: wrap;
}

.btn-gold { 
  background: var(--gold); 
  color: white; 
  padding: 18px 45px; 
  text-decoration: none; 
  font-weight: 600; 
  border: 1px solid var(--gold); 
  transition: all 0.3s var(--transition-smooth);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.btn-gold:hover { 
  background: transparent; 
  color: var(--gold); 
  transform: translateY(-2px);
}

.btn-outline { 
  border: 1px solid white; 
  color: white; 
  padding: 18px 45px; 
  text-decoration: none; 
  transition: all 0.3s var(--transition-smooth);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.btn-outline:hover { 
  background: white; 
  color: var(--emerald); 
  transform: translateY(-2px);
}

/* =========================================
USP BAR
========================================= */
.usp-bar { 
  background: var(--emerald); 
  color: white; 
}

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

.usp-item { 
  padding: 70px 30px; 
  text-align: center; 
  border-right: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s var(--transition-smooth);
}

.usp-item:last-child { 
  border-right: none; 
}

.usp-item:hover {
  background: rgba(255,255,255,0.05);
}

.usp-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}

.usp-item p {
  opacity: 0.8;
  font-weight: 300;
}

/* =========================================
ROOMS SEKCE S GALERIÍ
========================================= */
.rooms-section {
  background: var(--charcoal);
  color: var(--ivory);
  position: relative;
}

/* Textura pozadí pro rooms sekci - z V3 */
.rooms-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c5a572' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}

.section-title h2 {
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 15px;
  font-weight: 400;
  color: var(--ivory);
}

.section-title p {
  opacity: 0.7;
  font-size: 18px;
  color: rgba(244, 241, 234, 0.7);
}

.room-grid { 
  margin-top: 60px; 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.room-card {
  background: rgba(29, 38, 36, 0.6);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.4s var(--transition-smooth);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(197, 165, 114, 0.1);
}

.room-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 30px rgba(197, 165, 114, 0.1);
  border-color: rgba(197, 165, 114, 0.3);
}

/* ROOM SLIDER */
.room-slider {
  position: relative;
  height: 350px;
  overflow: hidden;
  background: var(--charcoal);
}

.room-slider-container {
  display: flex;
  height: 100%;
  transition: transform 0.5s var(--transition-smooth);
}

.room-slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.room-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(14, 58, 47, 0.7);
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s var(--transition-smooth);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  backdrop-filter: blur(4px);
}

.room-slider-nav:hover {
  background: var(--gold);
  transform: translateY(-50%) scale(1.1);
}

.room-slider-nav.prev {
  left: 15px;
}

.room-slider-nav.next {
  right: 15px;
}

.room-slider-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.room-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s var(--transition-smooth);
  border: 2px solid transparent;
}

.room-slider-dot:hover,
.room-slider-dot.active {
  background: var(--gold);
  transform: scale(1.2);
}

.room-info {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.room-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin-bottom: 12px;
  font-weight: 400;
  color: var(--gold);
}

.room-info > p {
  color: rgba(244, 241, 234, 0.7);
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Room Features - V3 Style */
.room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.room-feature {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: rgba(244, 241, 234, 0.5);
  background: rgba(197, 165, 114, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
}

.room-feature::before {
  content: '•';
  color: var(--gold);
  font-size: 1.2rem;
  line-height: 1;
}

/* Room Price & Booking - V3 Style */
.room-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(244, 241, 234, 0.1);
  margin-top: auto;
}

.price {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--gold);
}

.price span {
  font-size: 0.8rem;
  color: rgba(244, 241, 234, 0.5);
  font-family: 'Montserrat', sans-serif;
}

.btn-card {
  padding: 12px 24px;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s var(--transition-smooth);
  text-decoration: none;
  display: inline-block;
}

.btn-card:hover {
  background: var(--gold);
  color: var(--emerald);
}

/* Štítek pro pokoje v přípravě */
.status-badge { 
  display: inline-block; 
  background: #EAEAEA; 
  color: #555; 
  padding: 10px 20px; 
  font-weight: 600; 
  margin-top: 20px; 
  font-size: 14px; 
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Room gallery thumbnail indicator */
.room-gallery-count {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(14, 58, 47, 0.8);
  color: white;
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 4px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(4px);
}

.room-gallery-count svg {
  width: 16px;
  height: 16px;
}

/* =========================================
LIGHTBOX
========================================= */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(14, 58, 47, 0.98);
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--transition-smooth);
}

.lightbox.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.lightbox img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  transition: color 0.3s;
}

.lightbox-close:hover {
  color: var(--gold);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  font-size: 30px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-nav:hover {
  background: var(--gold);
}

.lightbox-nav.prev {
  left: -80px;
}

.lightbox-nav.next {
  right: -80px;
}

.lightbox-counter {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  opacity: 0.7;
}

/* =========================================
STORY SEKCE
========================================= */
.grid-2 { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 80px; 
  align-items: center; 
}

.gold-text { 
  color: var(--gold); 
  font-weight: 600; 
  letter-spacing: 2px; 
  font-size: 13px; 
  margin-bottom: 15px;
  text-transform: uppercase;
}

.story-text h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 25px;
  line-height: 1.2;
  font-weight: 400;
}

.story-text p {
  margin-bottom: 20px;
  opacity: 0.8;
  line-height: 1.8;
}

/* Obrázek s rámečkem */
.img-frame { 
  padding-right: 20px; 
  padding-bottom: 20px; 
}

.img-frame img { 
  width: 100%; 
  border: 15px solid white; 
  box-shadow: 20px 20px 0 var(--gold); 
  display: block;
  transition: all 0.4s var(--transition-smooth);
}

.img-frame:hover img {
  box-shadow: 25px 25px 0 var(--emerald);
  transform: translate(-5px, -5px);
}

/* =========================================
EXPERIENCE SEKCE
========================================= */
.exp-item h4 {
  margin-bottom: 15px;
}

.exp-item p {
  opacity: 0.8;
  line-height: 1.8;
}

/* =========================================
ATMOSPHERE SEKCE
========================================= */
.atmosphere { 
  background: var(--emerald); 
  color: white; 
}

.atmosphere h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 20px;
  font-weight: 400;
}

.atmosphere p {
  max-width: 700px;
  margin: 0 auto 30px;
  opacity: 0.9;
  line-height: 1.8;
}

/* =========================================
LOCATION SEKCE
========================================= */
.map-box {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-box h2 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-box p {
  margin-bottom: 10px;
  opacity: 0.8;
}

/* =========================================
FOOTER
========================================= */
footer { 
  background: var(--emerald); 
  color: white; 
  padding: 100px 0 40px; 
  border-top: 1px solid rgba(255,255,255,0.1); 
}

.footer-grid { 
  display: flex; 
  justify-content: space-between; 
  gap: 50px; 
  padding-bottom: 50px; 
  flex-wrap: wrap;
}

.footer-brand h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.footer-brand p {
  opacity: 0.6;
  font-style: italic;
}

.footer-pay p {
  opacity: 0.8;
}

.footer-bottom { 
  margin-top: 40px; 
  opacity: 0.5; 
  font-size: 12px; 
}

/* =========================================
ANIMACE
========================================= */
.reveal { 
  opacity: 0; 
  transform: translateY(40px); 
  transition: all 0.8s var(--transition-smooth); 
}

.reveal.active { 
  opacity: 1; 
  transform: translateY(0); 
}

/* Staggered animation delays */
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* =========================================
MOBILNÍ MENU (OVERLAY) - V3 STYLE
========================================= */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: var(--emerald);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s var(--transition-smooth);
  backdrop-filter: blur(20px);
}

.mobile-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-links {
  text-align: center;
}

.mobile-links a {
  color: white;
  font-size: 28px;
  text-decoration: none;
  margin: 18px;
  font-family: 'Playfair Display', serif;
  display: block;
  transition: all 0.3s var(--transition-smooth);
  opacity: 0;
  transform: translateY(20px);
}

.mobile-overlay.active .mobile-links a {
  opacity: 1;
  transform: translateY(0);
}

.mobile-overlay.active .mobile-links a:nth-child(1) { transition-delay: 0.1s; }
.mobile-overlay.active .mobile-links a:nth-child(2) { transition-delay: 0.15s; }
.mobile-overlay.active .mobile-links a:nth-child(3) { transition-delay: 0.2s; }
.mobile-overlay.active .mobile-links a:nth-child(4) { transition-delay: 0.25s; }
.mobile-overlay.active .mobile-links a:nth-child(5) { transition-delay: 0.3s; }

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

/* Mobile Language Switch */
.mobile-lang-switch {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 30px 0;
  opacity: 0;
  transform: translateY(20px);
}

.mobile-overlay.active .mobile-lang-switch {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.32s;
}

.mobile-lang-switch .lang-btn {
  color: white;
  font-size: 16px;
  padding: 10px 20px;
}

.btn-gold-mob {
  background: var(--gold);
  color: white;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s var(--transition-smooth);
  opacity: 0;
  transform: translateY(20px);
  border: 1px solid var(--gold);
}

.mobile-overlay.active .btn-gold-mob {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  color: var(--gold);
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  transition: all 0.3s;
}

.close-btn:hover {
  transform: rotate(90deg);
}

/* =========================================
MODAL REZERVACE
========================================= */
.modal-overlay { 
  position: fixed; 
  inset: 0; 
  background: rgba(14, 58, 47, 0.95); 
  z-index: 3000; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  opacity: 0; 
  pointer-events: none; 
  transition: all 0.3s var(--transition-smooth);
  backdrop-filter: blur(10px);
}

.modal-overlay.active { 
  opacity: 1; 
  pointer-events: all; 
}

.modal-content { 
  background: white; 
  padding: 50px; 
  width: 90%; 
  max-width: 550px; 
  position: relative; 
  text-align: center; 
  box-shadow: 0 25px 60px rgba(0,0,0,0.3); 
  border-radius: 4px;
  transform: scale(0.9);
  transition: transform 0.3s var(--transition-smooth);
}

.modal-overlay.active .modal-content {
  transform: scale(1);
}

.modal-content h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 400;
}

.close-modal { 
  position: absolute; 
  top: 15px; 
  right: 20px; 
  font-size: 36px; 
  background: none; 
  border: none; 
  cursor: pointer; 
  color: var(--emerald); 
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-modal:hover { 
  color: var(--gold);
  transform: rotate(90deg);
}

/* Formulář */
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
}

.form-group input,
.form-group textarea,
.modal-form input,
.modal-form textarea {
  padding: 14px;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #ddd;
  outline: none;
  font-size: 15px;
  transition: all 0.3s;
  border-radius: 4px;
}

.form-group input:focus,
.form-group textarea:focus,
.modal-form input:focus,
.modal-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(197, 165, 114, 0.1);
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-row .form-group {
  flex: 1;
}

.modal-form button[type="submit"] {
  margin-top: 10px;
  padding: 16px;
  font-size: 13px;
  letter-spacing: 1.5px;
}

/* =========================================
RESPONSIVITA
========================================= */
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .menu-toggle { display: flex; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; gap: 40px; }
.usp-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
.usp-item:last-child { border-bottom: none; }
}

@media (max-width: 768px) { 
  .container { 
    padding: 0 20px !important; 
  } 
  .section-padding { 
    padding: 60px 0 !important; 
  }
  
  /* Hlavička */
  .lang-switch, .btn-gold-sm { 
    display: none !important; 
  } 
  .header-col.right { 
    gap: 0 !important; 
    justify-content: flex-end !important; 
  } 
  header { 
    padding: 15px 0 !important; 
  }
  
  /* Logo */
  .nav-logo { 
    height: 50px !important; 
  } 
  header.scrolled .nav-logo { 
    height: 40px !important; 
  }
  
  /* Burger menu */
  .burger-menu { 
    padding: 15px !important; 
    margin-right: -10px !important;
  } 
  .burger-menu span { 
    width: 28px !important; 
    height: 3px !important; 
    margin: 6px 0 !important; 
  }
  
  /* Hero */
  .hero {
    background-attachment: scroll;
  }
  .hero h1 { 
    font-size: 36px !important; 
    line-height: 1.2 !important; 
  } 
  .hero-p { 
    font-size: 16px !important; 
    margin-bottom: 30px !important; 
  }
  .hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .btn-gold, .btn-outline {
    width: 100%;
    max-width: 300px;
  }
  
  /* Room slider */
  .room-slider {
    height: 280px !important;
  }
  .room-slider-nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  /* Room grid */
  .room-grid {
    grid-template-columns: 1fr;
  }
  .room-info { 
    padding: 30px 20px !important; 
  }
  
  /* Lightbox */
  .lightbox-nav {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .lightbox-nav.prev {
    left: 10px;
  }
  .lightbox-nav.next {
    right: 10px;
  }
  
  /* Obrázek s rámečkem */
  .img-frame { 
    padding-right: 15px !important; 
    padding-bottom: 15px !important; 
  } 
  .img-frame img { 
    width: 100% !important; 
    border: 8px solid white !important; 
    box-shadow: 10px 10px 0 var(--gold) !important; 
  }
  
  /* Formulář */
  .modal-content { 
    padding: 30px 20px !important; 
    margin: 20px;
  }
  .modal-content h2 {
    font-size: 24px;
  }
  .form-row {
    flex-direction: column;
    gap: 18px;
  }
  
  /* Footer */
  .footer-grid {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}

/* =========================================
ACCESSIBILITY
========================================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Focus styles */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* Skip to content link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--gold);
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 10000;
}

.skip-link:focus {
  top: 0;
}

/* =========================================
FOOTER - NOVÝ DESIGN
========================================= */
footer {
background: var(--emerald);
padding: 60px 0 30px;
}

.footer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
align-items: start;
margin-bottom: 40px;
}

.footer-logo {
font-family: 'Playfair Display', serif;
font-size: 32px;
font-weight: 400;
color: white;
margin-bottom: 8px;
}

.footer-tagline {
font-family: 'Playfair Display', serif;
font-style: italic;
color: rgba(244, 241, 234, 0.7);
font-size: 14px;
}

.footer-label {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--gold);
margin-bottom: 4px;
display: block;
}

.footer-contact-item {
margin-bottom: 16px;
}

.footer-link {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}

.footer-link:hover {
color: var(--gold);
}


.footer-text {
color: rgba(244, 241, 234, 0.7);
}

.footer-social {
text-align: left;
}

.social-links {
display: flex;
gap: 12px;
margin-top: 8px;
}

.social-link {
width: 44px;
height: 44px;
border: 1px solid rgba(197, 165, 114, 0.3);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: rgba(244, 241, 234, 0.7);
transition: all 0.3s ease;
}

.social-link:hover {
background: var(--gold);
border-color: var(--gold);
color: var(--emerald);
}

.footer-payment {
text-align: left;
}

.payment-icons {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 8px;
}

.payment-icon {
font-size: 11px;
letter-spacing: 0.05em;
color: rgba(244, 241, 234, 0.6);
padding: 6px 10px;
border: 1px solid rgba(244, 241, 234, 0.2);
border-radius: 4px;
}

.payment-icon.highlight {
color: var(--gold);
border-color: var(--gold);
}

.footer-bottom {
border-top: 1px solid rgba(244, 241, 234, 0.1);
padding-top: 30px;
text-align: center;
}

.footer-bottom p {
color: rgba(244, 241, 234, 0.5);
font-size: 13px;
margin-bottom: 8px;
}

.footer-credits a {
color: var(--gold);
text-decoration: none;
}

.footer-credits a:hover {
text-decoration: underline;
}

/* =========================================
CONTACT LINKS - BÍLÉ
========================================= */
.contact-link {
color: white;
text-decoration: none;
transition: color 0.3s ease;
}

.contact-link:hover {
color: var(--gold);
}

/* =========================================
LANGUAGE SELECTOR - VYLEPŠENÝ
========================================= */
.lang-selector {
display: flex;
gap: 4px;
background: rgba(0, 0, 0, 0.2);
padding: 6px;
border-radius: 8px;
}

.lang-btn {
padding: 8px 14px;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.05em;
color: rgba(244, 241, 234, 0.6);
text-decoration: none;
border-radius: 6px;
transition: all 0.3s ease;
position: relative;
}

.lang-btn:hover {
color: rgba(244, 241, 234, 0.9);
background: rgba(255, 255, 255, 0.05);
}

.lang-btn.active {
background: var(--gold);
color: var(--emerald);
font-weight: 600;
}


/* Mobile language switch */
.mobile-lang-switch {
display: flex;
gap: 8px;
justify-content: center;
padding: 20px 0;
border-top: 1px solid rgba(244, 241, 234, 0.1);
border-bottom: 1px solid rgba(244, 241, 234, 0.1);
margin: 20px 0;
}

.mobile-lang-switch .lang-btn {
padding: 10px 16px;
font-size: 14px;
}

/* =========================================
PRINT STYLES
========================================= */
@media print {
header,
.hero-btns,
.mobile-overlay,
.modal-overlay,
.room-slider-nav,
.room-slider-dots,
footer {
display: none !important;
}

.hero {
height: auto;
padding: 40px 0;
background: var(--emerald) !important;
}

.room-card {
break-inside: avoid;
page-break-inside: avoid;
}
}


