@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:wght@300;400;600;700&family=Playfair+Display&display=swap');
.strip[data-id=d4586f] {
  --section-id: "d4586f";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/d4586f";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/d4586f";
  /* Staggered animation for mobile links */
}
.strip[data-id=d4586f] .nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 25px 0;
  background-color: transparent;
}
.strip[data-id=d4586f] .nav-header.scrolled {
  background-color: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 15px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id=d4586f] .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=d4586f] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.strip[data-id=d4586f] .logo-img {
  height: 65px;
  width: auto;
  transition: height 0.4s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.strip[data-id=d4586f] .nav-header.scrolled .logo-img {
  height: 50px;
}
.strip[data-id=d4586f] .nav-desktop {
  display: flex;
  gap: 35px;
  align-items: center;
}
.strip[data-id=d4586f] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fdfbf7;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.strip[data-id=d4586f] .nav-link:hover {
  color: #c5a059;
}
.strip[data-id=d4586f] .nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #c5a059;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=d4586f] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=d4586f] .cta-button {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c5a059;
  text-decoration: none;
  padding: 12px 28px;
  border: 1px solid #c5a059;
  transition: all 0.4s ease;
  display: inline-block;
}
.strip[data-id=d4586f] .cta-button:hover {
  background-color: #c5a059;
  color: #1a1a1a;
  box-shadow: 0 0 20px rgba(197, 160, 89, 0.3);
}
.strip[data-id=d4586f] .hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  position: relative;
}
.strip[data-id=d4586f] .hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fdfbf7;
  margin: 6px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}
.strip[data-id=d4586f] .nav-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.strip[data-id=d4586f] .nav-mobile-overlay .nav-link {
  font-size: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link:nth-child(2) {
  transition-delay: 0.2s;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link:nth-child(3) {
  transition-delay: 0.3s;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link:nth-child(4) {
  transition-delay: 0.4s;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link:nth-child(5) {
  transition-delay: 0.5s;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .cta-button {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=d4586f] .nav-mobile-overlay .cta-button {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
@media (max-width: 992px) {
  .strip[data-id=d4586f] .nav-desktop, .strip[data-id=d4586f] .cta-container {
    display: none;
  }
  .strip[data-id=d4586f] .hamburger {
    display: block;
  }
  .strip[data-id=d4586f] .hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id=d4586f] .hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
  }
  .strip[data-id=d4586f] .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}@charset "UTF-8";
.strip[data-id="176d29"] {
  --section-id: "176d29";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/176d29";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/176d29";
}
.strip[data-id="176d29"] .hero-reservation-section {
  height: 60vh;
  min-height: 500px;
  position: relative;
  background-image: linear-gradient(rgba(26, 26, 26, 0.6), rgba(26, 26, 26, 0.6)), url(https://preview-faustuv-dvur-cz.praweb.cz/_section/176d29/hero-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fdfbf7;
  overflow: hidden;
  /* Viněta */
}
.strip[data-id="176d29"] .hero-reservation-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="176d29"] .hero-reservation-section h1 {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  color: #c5a059;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 4px;
}
.strip[data-id="176d29"] .hero-reservation-section .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.strip[data-id="176d29"] .hero-reservation-section .divider::before, .strip[data-id="176d29"] .hero-reservation-section .divider::after {
  content: "";
  height: 2px;
  width: 100px;
  background-color: #c5a059;
}
.strip[data-id="176d29"] .hero-reservation-section .divider .icon {
  margin: 0 20px;
  color: #c5a059;
  font-size: 24px;
}
.strip[data-id="176d29"] .hero-reservation-section p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  color: #fdfbf7;
}
.strip[data-id="176d29"] .hero-reservation-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .strip[data-id="176d29"] .hero-reservation-section {
    height: 50vh;
    background-attachment: scroll; /* Parallax off on mobile for better performance */
  }
  .strip[data-id="176d29"] .hero-reservation-section h1 {
    font-size: 32px;
  }
  .strip[data-id="176d29"] .hero-reservation-section p {
    font-size: 16px;
  }
}.strip[data-id="70aff2"] {
  --section-id: "70aff2";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/70aff2";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/70aff2";
}
.strip[data-id="70aff2"] .opening-hours-section {
  background-color: #fdfbf7;
  padding: 80px 20px;
  font-family: "Montserrat", sans-serif;
  color: #2c2c2c;
}
.strip[data-id="70aff2"] .opening-hours-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id="70aff2"] .opening-hours-section .card {
  background: #fff;
  padding: 40px;
  border: 1px solid #c5a059;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}
.strip[data-id="70aff2"] .opening-hours-section .card:hover {
  transform: translateY(-5px);
}
.strip[data-id="70aff2"] .opening-hours-section .icon {
  font-size: 40px;
  color: #c5a059;
  margin-bottom: 20px;
}
.strip[data-id="70aff2"] .opening-hours-section h3, .strip[data-id="70aff2"] .opening-hours-section h4 {
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  color: #2c2c2c;
}
.strip[data-id="70aff2"] .opening-hours-section h3 {
  font-size: 24px;
  line-height: 1.4;
}
.strip[data-id="70aff2"] .opening-hours-section h4 {
  font-size: 20px;
  letter-spacing: 2px;
}
.strip[data-id="70aff2"] .opening-hours-section .notice {
  color: #8b0000;
  font-weight: bold;
  margin-top: auto;
}
.strip[data-id="70aff2"] .opening-hours-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2;
  font-size: 16px;
}
.strip[data-id="70aff2"] .opening-hours-section li strong {
  color: #1a1a1a;
}
@media (max-width: 992px) {
  .strip[data-id="70aff2"] .opening-hours-section {
    padding: 60px 20px;
  }
  .strip[data-id="70aff2"] .opening-hours-section .container {
    grid-template-columns: 1fr;
  }
}@charset "UTF-8";
.strip[data-id=a40091] {
  --section-id: "a40091";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/a40091";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/a40091";
}
.strip[data-id=a40091] .reservation-form-section {
  position: relative;
  padding: 100px 20px;
  background-image: linear-gradient(rgba(26, 26, 26, 0.85), rgba(26, 26, 26, 0.85)), url(https://preview-faustuv-dvur-cz.praweb.cz/_section/a40091/form-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fdfbf7;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=a40091] .reservation-form-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://www.transparenttextures.com/patterns/black-linen.png"); /* Jemná textura */
  opacity: 0.1;
  pointer-events: none;
}
.strip[data-id=a40091] .reservation-form-section .container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=a40091] .reservation-form-section h3 {
  font-family: "Playfair Display", serif;
  color: #c5a059;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.strip[data-id=a40091] .reservation-form-section .intro-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
}
.strip[data-id=a40091] .reservation-form-section .intro-text em {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  opacity: 0.8;
}
.strip[data-id=a40091] .reservation-form-section form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.strip[data-id=a40091] .reservation-form-section .form-group {
  display: flex;
  flex-direction: column;
}
.strip[data-id=a40091] .reservation-form-section .form-group.full-width {
  grid-column: span 2;
}
.strip[data-id=a40091] .reservation-form-section label {
  font-size: 14px;
  color: #fdfbf7;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=a40091] .reservation-form-section input, .strip[data-id=a40091] .reservation-form-section select, .strip[data-id=a40091] .reservation-form-section textarea {
  background: #1a1a1a;
  border: none;
  border-bottom: 2px solid #c5a059;
  padding: 12px 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 0;
}
.strip[data-id=a40091] .reservation-form-section input:focus, .strip[data-id=a40091] .reservation-form-section select:focus, .strip[data-id=a40091] .reservation-form-section textarea:focus {
  outline: none;
  border-bottom-color: #fff;
  box-shadow: 0 5px 15px rgba(197, 160, 89, 0.2);
}
.strip[data-id=a40091] .reservation-form-section textarea {
  min-height: 100px;
}
.strip[data-id=a40091] .reservation-form-section .submit-btn {
  grid-column: span 2;
  background: #c5a059;
  color: #1a1a1a;
  border: 2px solid #c5a059;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.strip[data-id=a40091] .reservation-form-section .submit-btn:hover {
  background: transparent;
  color: #c5a059;
}
.strip[data-id=a40091] .reservation-form-section .success-msg {
  grid-column: span 2;
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid #c5a059;
  padding: 20px;
  text-align: center;
  color: #c5a059;
  font-weight: bold;
}
@media (max-width: 768px) {
  .strip[data-id=a40091] .reservation-form-section {
    padding: 60px 20px;
  }
  .strip[data-id=a40091] .reservation-form-section form {
    grid-template-columns: 1fr;
  }
  .strip[data-id=a40091] .reservation-form-section .form-group.full-width {
    grid-column: span 1;
  }
  .strip[data-id=a40091] .reservation-form-section .submit-btn {
    grid-column: span 1;
  }
}.strip[data-id="7b7ee5"] {
  --section-id: "7b7ee5";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/7b7ee5";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/7b7ee5";
}
.strip[data-id="7b7ee5"] .contact-map-section {
  background-color: #fdfbf7;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 500px;
}
.strip[data-id="7b7ee5"] .contact-map-section .contact-info {
  flex: 1;
  min-width: 300px;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="7b7ee5"] .contact-map-section .contact-info .info-container {
  max-width: 500px;
  margin: 0 0 0 auto;
}
.strip[data-id="7b7ee5"] .contact-map-section .map-container {
  flex: 1;
  min-width: 300px;
  min-height: 400px;
  position: relative;
  filter: grayscale(1) contrast(1.2) invert(0.1);
}
.strip[data-id="7b7ee5"] .contact-map-section .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.strip[data-id="7b7ee5"] .contact-map-section h3, .strip[data-id="7b7ee5"] .contact-map-section h4 {
  font-family: "Playfair Display", serif;
  color: #2c2c2c;
  margin-bottom: 20px;
}
.strip[data-id="7b7ee5"] .contact-map-section h3 {
  font-size: 32px;
  text-transform: uppercase;
}
.strip[data-id="7b7ee5"] .contact-map-section h4 {
  font-size: 20px;
  margin-top: 30px;
}
.strip[data-id="7b7ee5"] .contact-map-section p {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #2c2c2c;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.strip[data-id="7b7ee5"] .contact-map-section .icon {
  color: #c5a059;
  font-size: 20px;
  width: 24px;
  text-align: center;
}
.strip[data-id="7b7ee5"] .contact-map-section a {
  color: #8b0000;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  transition: color 0.3s ease;
}
.strip[data-id="7b7ee5"] .contact-map-section a:hover {
  color: #c5a059;
}
@media (max-width: 992px) {
  .strip[data-id="7b7ee5"] .contact-map-section {
    flex-direction: column;
  }
  .strip[data-id="7b7ee5"] .contact-map-section .contact-info {
    padding: 60px 20px;
    text-align: center;
  }
  .strip[data-id="7b7ee5"] .contact-map-section .contact-info .info-container {
    margin: 0 auto;
  }
  .strip[data-id="7b7ee5"] .contact-map-section .contact-info p {
    justify-content: center;
  }
  .strip[data-id="7b7ee5"] .contact-map-section .map-container {
    height: 350px;
  }
}.strip[data-id=f9474c] {
  --section-id: "f9474c";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/f9474c";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/f9474c";
}
.strip[data-id=f9474c] .footer-section {
  background-color: #1a1a1a;
  padding: 80px 0 50px;
  border-top: 1px solid #c5a059;
  width: 100%;
  color: #fdfbf7;
}
.strip[data-id=f9474c] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.strip[data-id=f9474c] .footer-col {
  flex: 1;
}
.strip[data-id=f9474c] .footer-col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip[data-id=f9474c] .footer-logo {
  height: 70px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.strip[data-id=f9474c] .footer-logo:hover {
  opacity: 1;
}
.strip[data-id=f9474c] .footer-col-middle {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.strip[data-id=f9474c] .footer-message {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 400px;
}
.strip[data-id=f9474c] .footer-signature-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 10px;
}
.strip[data-id=f9474c] .footer-signature-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #c5a059;
}
.strip[data-id=f9474c] .footer-signature {
  font-family: "Great Vibes", cursive;
  font-size: 32px;
  color: #c5a059;
  margin: 0;
  transition: transform 0.3s ease;
  cursor: default;
}
.strip[data-id=f9474c] .footer-signature:hover {
  transform: scale(1.05);
}
.strip[data-id=f9474c] .footer-col-right {
  text-align: right;
}
.strip[data-id=f9474c] .footer-copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fdfbf7;
  opacity: 0.7;
  line-height: 2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.strip[data-id=f9474c] .footer-bottom-line {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  .strip[data-id=f9474c] .footer-section {
    padding: 60px 0 40px;
  }
  .strip[data-id=f9474c] .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id=f9474c] .footer-col-left {
    align-items: center;
  }
  .strip[data-id=f9474c] .footer-col-right {
    text-align: center;
  }
  .strip[data-id=f9474c] .footer-message {
    font-size: 14px;
  }
}