:root {
    --primary-color: #A63D40; /* Rakouská červená/vínová */
    --secondary-color: #2C3E50; /* Tmavě modrá/šedá */
    --accent-color: #E9C46A; /* Zlatavá */
    --bg-light: #F8F9FA;
    --bg-creamy: #FFF9F3; /* Nová krémová barva */
}


/* PALETA 1: CHLADNÁ SKANDINÁVSKÁ (MODRÁ/ŠEDÁ) 
 Vložte tento blok do :root, abyste jej aktivoval 
:root {
     Hlavní barvy 
    --primary-color: #0077B6;  Střední modrá (Akcent, Tlačítka, Ikony) 
    --secondary-color: #4A4E69;  Tmavá šedá (Nadpisy, Hlavní text) 
    
     Barvy pozadí 
    --bg-primary: #F4F8FB;  Velmi světle šedá (Náhrada za bg-creamy) 
    --text-on-dark: #FFFFFF;  Světlý text na Hero (místo text-custom-lighter) 
}*/



/* PALETA 3: MODERNÍ ELEGANTNÍ (ZLATÁ/TMAVÁ ŠEDÁ) 
 Vložte tento blok do :root, abyste jej aktivoval 
:root {
     Hlavní barvy 
    --primary-color: #B5915F;  Matná zlatá (Akcent, Tlačítka, Ikony) 
    --secondary-color: #1E1E1E;  Téměř černá (Nadpisy, Hlavní text) 
    
     Barvy pozadí 
    --bg-primary: #EEEEEE;  Velmi světle šedá (Náhrada za bg-creamy) 
    --text-on-dark: #FFFFFF;  Čistě bílá (Světlý text na Hero) 
}*/


/* Vlastní definice textových barev */
.text-custom-primary {
    color: var(--primary-color) !important;
}
.text-custom-secondary {
    color: var(--secondary-color) !important;
}
.text-custom-light {
    color: #FFC0CB !important; 
}
    
/* Vlastní definice obrysového tlačítka */
.btn-outline-custom {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: transparent;
}
.btn-outline-custom:hover, .btn-outline-custom:active, .btn-outline-custom:focus {
    color: white !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
body {
    font-family: 'Inter', sans-serif;
    color: #333;
}

h1, h2, h3, .navbar-brand {
    font-family: 'Playfair Display', serif;
}

/* Navbar */
.navbar {
    background-color: var(--secondary-color);
    padding: 1rem 0;
}
.bg-dark {
    background-color: var(--secondary-color) !important;
}
.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: white !important;
}
.nav-link {
    color: rgba(255,255,255,0.8) !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-left: 15px;
}
.nav-link:hover, .nav-link.active {
    color: var(--accent-color) !important;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/obr/photo-1464822759023-fed622ff2c3b.jpg?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.hero-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
}
.btn-custom {
    background-color: var(--primary-color);
    color: white;
    padding: 12px 30px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s;
}
.btn-custom:hover {
    background-color: #8a2b2e;
    color: white;
}

/* Sections */
.section-padding {
    padding: 80px 0;
}
.section-padding40 {
    padding: 40px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: var(--secondary-color);
}
.section-title span {
    display: block;
    color: var(--primary-color);
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* Cards */
.card {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}
.card:hover {
    transform: translateY(-5px);
}
.card-img-top {
    height: 250px;
    object-fit: cover;
}

/* Restaurant */
.restaurant-section {
    background-color: var(--bg-light);
}
.bg-restaurant {
        background-color: var(--bg-creamy) !important;
}
/* Hero Header pro Menu */
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/obr/photo-1414235077428-338989a2e8c0.jpg?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.page-header-fotogalerie {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/obr/header-fotogalerie2.png');
    background-size: cover;
    background-position: center; 
    padding: 100px 0;
    text-align: center;
    color: white;
    margin-bottom: 50px;
}
.page-header-fotogalerie h1 {
    font-size: 3rem;
}
.page-header-fotogalerie p {
    font-size: 1.25rem;
}

/* Styl jídelního lístku */
.menu-category {
    margin-bottom: 60px;
}
.category-title {
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-style: italic;
    position: relative;
}
.category-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
    margin: 15px auto 0;
}

.menu-item {
    margin-bottom: 25px;
}
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
}
.menu-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--secondary-color);
    background-color: #fff;
    padding-right: 10px;
}
.menu-price {
    font-weight: bold;
    color: var(--primary-color);
    background-color: #fff;
    padding-left: 10px;
}
.menu-desc {
    font-size: 0.9rem;
    color: #6c757d;
    font-style: italic;
}
.badge-cz {
    background-color: #e3f2fd;
    color: #0d47a1;
    font-size: 0.7rem;
    margin-left: 10px;
    vertical-align: middle;
}
.badge-at {
    background-color: #ffebee;
    color: #b71c1c;
    font-size: 0.7rem;
    margin-left: 10px;
    vertical-align: middle;
}

/* Footer */
footer {
    background-color: var(--secondary-color);
    color: white;
    padding: 50px 0 20px;
}
footer a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
footer a:hover {
    color: var(--accent-color);
}
.navbar-toggler {
    color: #fff;
    border-color: #fff;
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .hero-title { font-size: 2.5rem; }
}

/* Galerie Grid */
.gallery-item {
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.gallery-item:hover {
    transform: scale(1.03);
}
.gallery-item img {
    /*width: 100%;*/
    /*height: 250px;  Pevná výška pro jednotný vzhled */
    /*object-fit: cover;*/
    display: block;
    max-height: 135px;
}

/* Modal pro zvětšení */
.modal-content {
    background: transparent;
    border: none;
}
.modal-header {
    border-bottom: none;
}
.modal-body {
    padding: 0;
    text-align: center;
}
.modal-img {
    max-height: 90vh;
    width: auto;
    max-width: 100%;
}
.btn-close {
    background-color: white;
    opacity: 1;
    box-shadow: none;
}


.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-800);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;/*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.margin-bottom15 {
    margin-bottom: 15px;
}
.text-sauna {
    color: var(--primary-color) !important;
}

/* --- ZÁKLADNÍ STYLY KALENDÁŘE --- */
.calendar-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.calendar-header h2 {
    margin: 0;
    font-size: 1.5em;
}
.nav-link-kalendar {
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: bold;
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
th, td {
    padding: 10px;
    border: 1px solid #eee;
    width: calc(100% / 7); /* Každý den zabere 1/7 šířky */
    box-sizing: border-box;
    height: 50px;
}
th {
    background-color: var(--secondary-color);
    color: #fff;
}

/* --- STYLY PRO STAV DOSTUPNOSTI (KLÍČOVÉ) --- */

/* Volné dny */
td.free {
    background-color: #d4edda; /* Světle zelená */
    color: #155724;
    font-weight: bold;
}

/* Plně obsazené dny */
td.reserved {
    background-color: #f8d7da; /* Světle červená */
    color: #721c24;
    font-weight: bold;
    text-decoration: line-through; /* Můžete přidat pro zvýraznění */
    cursor: not-allowed;
}

/* Předběžná rezervace (optional) */
td.tentative {
    background-color: #fff3cd; /* Světle žlutá/oranžová */
    color: #856404;
    border: 2px dashed #856404;
}

/* Den mimo aktuální měsíc (prázdné buňky) */
td:empty {
    background-color: #f9f9f9;
    border: none;
}
/* --- STYLY PRO LEGENDU --- */
.calendar-legend {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.calendar-legend h3 {
    margin-top: 0;
    font-size: 1.2em;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.calendar-legend ul {
    list-style: none;
    padding: 0;
    display: flex; /* Zajistí zobrazení položek vedle sebe (nebo pod sebou na menších obrazovkách) */
    flex-wrap: wrap;
    gap: 20px;
}
.calendar-legend li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.legend-color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

/* Použití stejných barev jako u kalendáře */
.legend-color.free {
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.legend-color.reserved {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.legend-color.tentative {
    background-color: #fff3cd;
    border: 2px dashed #856404; /* Pro předběžnou rezervaci používáme stejný styl */
}