@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair+Display:wght@700&display=swap');
.strip[data-id="265559"] {
  --section-id: "265559";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/265559";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/265559";
}
.strip[data-id="265559"] .header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.strip[data-id="265559"] .header-section.scrolled {
  background-color: #121212;
  padding: 12px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}
.strip[data-id="265559"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="265559"] .logo-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 15px;
}
.strip[data-id="265559"] .logo-img {
  height: 45px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
}
.strip[data-id="265559"] .header-section.scrolled .logo-img {
  height: 38px;
}
.strip[data-id="265559"] .brand-name {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}
.strip[data-id="265559"] .nav-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id="265559"] .nav-menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: all 0.3s ease;
}
.strip[data-id="265559"] .nav-menu a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #d4af37;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="265559"] .nav-menu a:hover {
  color: #d4af37;
}
.strip[data-id="265559"] .nav-menu a:hover::after {
  width: 100%;
}
.strip[data-id="265559"] .header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.strip[data-id="265559"] .phone-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  position: relative;
  overflow: hidden;
}
.strip[data-id="265559"] .phone-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(212, 175, 55, 0.1);
  transition: left 0.4s ease;
}
.strip[data-id="265559"] .phone-link:hover::before {
  left: 0;
}
.strip[data-id="265559"] .phone-link:hover {
  border-color: #d4af37;
  color: #d4af37;
}
.strip[data-id="265559"] .phone-icon {
  width: 14px;
  height: 14px;
  color: #d4af37;
}
.strip[data-id="265559"] .phone-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
.strip[data-id="265559"] .mobile-phone-icon {
  display: none;
  color: #d4af37;
}
.strip[data-id="265559"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.strip[data-id="265559"] .mobile-toggle .bar {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .strip[data-id="265559"] .header-container {
    padding: 0 20px;
  }
  .strip[data-id="265559"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #121212;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.5s ease;
    z-index: 9998;
  }
  .strip[data-id="265559"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="265559"] .nav-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .strip[data-id="265559"] .nav-menu a {
    font-size: 18px;
  }
  .strip[data-id="265559"] .mobile-toggle {
    display: flex;
    z-index: 9999;
  }
  .strip[data-id="265559"] .mobile-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id="265559"] .mobile-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="265559"] .mobile-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .strip[data-id="265559"] .header-actions .phone-link {
    display: none;
  }
  .strip[data-id="265559"] .mobile-phone-icon {
    display: flex;
    margin-right: 10px;
  }
}.strip[data-id="6dbb9a"] {
  --section-id: "6dbb9a";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/6dbb9a";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/6dbb9a";
}
.strip[data-id="6dbb9a"] .hero-section {
  background-color: #000000;
  background-image: radial-gradient(circle at center, rgba(197, 160, 89, 0.05) 0%, rgba(0, 0, 0, 0) 70%);
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="6dbb9a"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}
.strip[data-id="6dbb9a"] .hero-section .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C5A059;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.strip[data-id="6dbb9a"] .hero-section h1 {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 600;
  color: #F5F5DC; /* Ivory */
  margin: 0 0 20px 0;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.strip[data-id="6dbb9a"] .hero-section .divider {
  width: 150px;
  height: 1px;
  background-color: #C5A059;
  margin: 20px auto 30px;
  position: relative;
}
.strip[data-id="6dbb9a"] .hero-section .divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-translate(-50%, -50%)) rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #C5A059;
  top: -4px;
  left: calc(50% - 4px);
}
.strip[data-id="6dbb9a"] .hero-section .description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  color: #FFFFFF;
  max-width: 700px;
  margin-bottom: 50px;
  line-height: 1.6;
}
.strip[data-id="6dbb9a"] .hero-section .image-wrapper {
  max-width: 800px;
  width: 100%;
  border: 1px solid #C5A059;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  background-color: rgba(197, 160, 89, 0.05);
}
.strip[data-id="6dbb9a"] .hero-section .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .strip[data-id="6dbb9a"] .hero-section {
    padding: 60px 20px;
  }
  .strip[data-id="6dbb9a"] .hero-section h1 {
    font-size: 2.5rem;
  }
  .strip[data-id="6dbb9a"] .hero-section .container {
    flex-direction: column-reverse;
  }
  .strip[data-id="6dbb9a"] .hero-section .image-wrapper {
    margin-bottom: 30px;
  }
}@charset "UTF-8";
.strip[data-id=d478fc] {
  --section-id: "d478fc";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/d478fc";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/d478fc";
}
.strip[data-id=d478fc] .info-section {
  background-color: #FFFFFF;
  background-image: url("https://www.transparenttextures.com/patterns/white-marble.png");
  padding: 80px 20px;
  color: #333333;
}
.strip[data-id=d478fc] .info-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  position: relative;
}
.strip[data-id=d478fc] .info-section .info-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip[data-id=d478fc] .info-section .icon-box {
  font-size: 40px;
  color: #C5A059;
  margin-bottom: 20px;
}
.strip[data-id=d478fc] .info-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  color: #000000;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=d478fc] .info-section .opening-hours {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=d478fc] .info-section .opening-hours .day-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  font-size: 1.1rem;
}
.strip[data-id=d478fc] .info-section .opening-hours .day-row .day {
  font-weight: 700;
  color: #000000;
}
.strip[data-id=d478fc] .info-section .opening-hours .day-row .dots {
  flex-grow: 1;
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 10px;
  position: relative;
  top: -4px;
}
.strip[data-id=d478fc] .info-section .opening-hours .day-row .time {
  color: #444444;
}
.strip[data-id=d478fc] .info-section .info-box-highlight {
  background-color: #FFFDF5;
  border: 1px solid #EAD9B5;
  padding: 30px;
  border-radius: 4px;
  position: relative;
  margin-top: 10px;
}
.strip[data-id=d478fc] .info-section .info-box-highlight::before, .strip[data-id=d478fc] .info-section .info-box-highlight::after {
  content: "✥";
  position: absolute;
  color: #C5A059;
  font-size: 12px;
}
.strip[data-id=d478fc] .info-section .info-box-highlight::before {
  top: 10px;
  left: 10px;
}
.strip[data-id=d478fc] .info-section .info-box-highlight::after {
  bottom: 10px;
  right: 10px;
}
.strip[data-id=d478fc] .info-section .info-box-highlight p {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  line-height: 1.6;
  color: #444444;
}
.strip[data-id=d478fc] .info-section .info-box-highlight .alert-text {
  color: #4A2C2A;
  font-weight: 700;
  margin-top: 15px;
  display: block;
  font-size: 1.1rem;
}
@media (max-width: 992px) {
  .strip[data-id=d478fc] .info-section .container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id=d478fc] .info-section .info-column {
    align-items: center;
  }
  .strip[data-id=d478fc] .info-section .opening-hours .day-row {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}.strip[data-id=cc4f8f] {
  --section-id: "cc4f8f";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/cc4f8f";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/cc4f8f";
}
.strip[data-id=cc4f8f] .reservation-form-section {
  background-color: #FFFFFF;
  padding: 100px 20px;
}
.strip[data-id=cc4f8f] .reservation-form-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.strip[data-id=cc4f8f] .reservation-form-section .visual-anchor {
  position: sticky;
  top: 120px;
}
.strip[data-id=cc4f8f] .reservation-form-section .visual-anchor .img-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
}
.strip[data-id=cc4f8f] .reservation-form-section .visual-anchor .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%) sepia(10%);
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 40px;
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .form-group {
  display: flex;
  flex-direction: column;
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .form-group.full-width {
  grid-column: span 2;
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .form-group label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .form-group input, .strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .form-group select, .strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .form-group textarea {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding: 12px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  background: transparent;
  transition: border-color 0.3s ease;
  outline: none;
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .form-group input:focus, .strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .form-group select:focus, .strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .form-group textarea:focus {
  border-color: #C5A059;
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .submit-btn {
  grid-column: span 2;
  background-color: #000000;
  color: #C5A059;
  border: none;
  padding: 18px;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-style: italic;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 20px;
  letter-spacing: 1px;
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper form .submit-btn:hover {
  background-color: #C5A059;
  color: #000000;
}
.strip[data-id=cc4f8f] .reservation-form-section .form-wrapper .gdpr-text {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1.5;
}
.strip[data-id=cc4f8f] .form-status {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  display: none;
}
.strip[data-id=cc4f8f] .form-status.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.strip[data-id=cc4f8f] .form-status.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
@media (max-width: 992px) {
  .strip[data-id=cc4f8f] .reservation-form-section .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id=cc4f8f] .reservation-form-section .visual-anchor {
    position: static;
  }
  .strip[data-id=cc4f8f] .reservation-form-section form {
    grid-template-columns: 1fr;
  }
  .strip[data-id=cc4f8f] .reservation-form-section form .form-group {
    grid-column: span 1 !important;
  }
  .strip[data-id=cc4f8f] .reservation-form-section form .submit-btn {
    grid-column: span 1;
  }
}.strip[data-id=d5f33e] {
  --section-id: "d5f33e";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/d5f33e";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/d5f33e";
}
.strip[data-id=d5f33e] .contact-section {
  background-color: #000000;
  padding: 80px 20px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.strip[data-id=d5f33e] .contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.transparenttextures.com/patterns/old-map.png");
  opacity: 0.05;
  pointer-events: none;
}
.strip[data-id=d5f33e] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.strip[data-id=d5f33e] .contact-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  color: #F5F5DC;
  margin-bottom: 60px;
}
.strip[data-id=d5f33e] .contact-section .contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.strip[data-id=d5f33e] .contact-section .contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.strip[data-id=d5f33e] .contact-section .contact-item:hover {
  transform: translateY(-5px);
}
.strip[data-id=d5f33e] .contact-section .contact-item:hover .icon-wrapper {
  background-color: #C5A059;
  color: #000000;
}
.strip[data-id=d5f33e] .contact-section .contact-item:hover .item-text {
  color: #C5A059;
  text-decoration: underline;
}
.strip[data-id=d5f33e] .contact-section .contact-item .icon-wrapper {
  width: 70px;
  height: 70px;
  border: 1px solid #C5A059;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #C5A059;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.strip[data-id=d5f33e] .contact-section .contact-item .item-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #CCCCCC;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.strip[data-id=d5f33e] .contact-section .contact-item strong {
  display: block;
  margin-bottom: 5px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .strip[data-id=d5f33e] .contact-section .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (max-width: 576px) {
  .strip[data-id=d5f33e] .contact-section .contact-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=bf18c0] {
  --section-id: "bf18c0";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/bf18c0";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/bf18c0";
}
.strip[data-id=bf18c0] .map-section {
  background-color: #FFFFFF;
  padding: 60px 20px 80px;
}
.strip[data-id=bf18c0] .map-section .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id=bf18c0] .map-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 40px;
}
.strip[data-id=bf18c0] .map-section .map-wrapper {
  width: 100%;
  height: 450px;
  border-top: 2px solid #C5A059;
  border-bottom: 2px solid #C5A059;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=bf18c0] .map-section .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) contrast(1.1) brightness(0.9);
  transition: filter 0.5s ease;
}
.strip[data-id=bf18c0] .map-section .map-wrapper iframe:hover {
  filter: grayscale(0%) contrast(1) brightness(1);
}
@media (max-width: 768px) {
  .strip[data-id=bf18c0] .map-section .map-wrapper {
    height: 300px;
  }
}.strip[data-id=ca73de] {
  --section-id: "ca73de";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/ca73de";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/ca73de";
}
.strip[data-id=ca73de] .minimal-footer {
  background-color: #1a1a1a;
  border-top: 1px solid #d4af37;
  height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=ca73de] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=ca73de] .footer-text {
  color: #f5f5dc;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.strip[data-id=ca73de] .gold-sep {
  color: #d4af37;
  margin: 0 10px;
  font-weight: bold;
}
.strip[data-id=ca73de] .cookies-link {
  color: #f5f5dc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=ca73de] .cookies-link:hover {
  color: #d4af37;
}
@media (max-width: 768px) {
  .strip[data-id=ca73de] .minimal-footer {
    height: auto;
    padding: 25px 0;
  }
  .strip[data-id=ca73de] .footer-text {
    line-height: 1.8;
  }
  .strip[data-id=ca73de] .gold-sep {
    display: none;
  }
  .strip[data-id=ca73de] .footer-text-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}