@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Playfair+Display&display=swap');
.strip[data-id="950a56"] {
  --section-id: "950a56";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/950a56";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/950a56";
}
.strip[data-id="950a56"] .main-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(44, 44, 44, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #B8860B;
  z-index: 9999;
}
.strip[data-id="950a56"] .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="950a56"] .logo-wrapper .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.strip[data-id="950a56"] .logo-wrapper .logo-img {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
}
.strip[data-id="950a56"] .logo-wrapper .logo-text {
  font-family: "Playfair Display", serif;
  color: #B8860B;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="950a56"] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id="950a56"] .nav-menu li a {
  font-family: "Lato", sans-serif;
  color: #F9F7F2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.strip[data-id="950a56"] .nav-menu li a:hover {
  color: #B8860B;
}
.strip[data-id="950a56"] .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #B8860B;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="950a56"] .nav-menu li a:hover::after {
  width: 100%;
}
.strip[data-id="950a56"] .nav-contact .phone-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 134, 11, 0.6);
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.05) 0%, rgba(184, 134, 11, 0.15) 100%);
  box-shadow: inset 0 0 10px rgba(184, 134, 11, 0.1);
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.strip[data-id="950a56"] .nav-contact .phone-box:hover {
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.15) 0%, rgba(184, 134, 11, 0.25) 100%);
  border-color: #B8860B;
  transform: translateY(-1px);
}
.strip[data-id="950a56"] .nav-contact .phone-label {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  color: #B8860B;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 2px;
}
.strip[data-id="950a56"] .nav-contact .phone-number {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #F9F7F2;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.strip[data-id="950a56"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 6px;
  z-index: 10001;
}
.strip[data-id="950a56"] .mobile-toggle .bar {
  width: 28px;
  height: 2px;
  background-color: #B8860B;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 992px) {
  .strip[data-id="950a56"] .nav-menu {
    display: flex;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #2C2C2C;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 25px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }
  .strip[data-id="950a56"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="950a56"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="950a56"] .nav-contact {
    display: none;
  }
  .strip[data-id="950a56"] .nav-menu li a {
    font-size: 18px;
  }
}.strip[data-id=c82da2] {
  --section-id: "c82da2";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/c82da2";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/c82da2";
}
.strip[data-id=c82da2] .info-grid-section {
  background-color: #F9F7F2;
  padding: 80px 0;
  font-family: "Lato", sans-serif;
  color: #2C2C2C;
}
.strip[data-id=c82da2] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c82da2] .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .strip[data-id=c82da2] .grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.strip[data-id=c82da2] .card {
  padding-left: 30px;
  border-left: 2px solid #B8860B;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .strip[data-id=c82da2] .card {
    padding-left: 0;
    border-left: none;
    align-items: center;
  }
}
.strip[data-id=c82da2] .icon-wrapper {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(184, 134, 11, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #B8860B;
}
.strip[data-id=c82da2] .card-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin: 0 0 15px 0;
  color: #2C2C2C;
}
.strip[data-id=c82da2] .card-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=c82da2] .warning {
  font-style: italic;
  color: #B8860B;
  margin-top: 10px;
  display: block;
}
.strip[data-id=c82da2] .opening-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=c82da2] .opening-hours li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  padding-bottom: 4px;
}
.strip[data-id=c82da2] .opening-hours li span:first-child {
  font-weight: bold;
}.strip[data-id="75f8f2"] {
  --section-id: "75f8f2";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/75f8f2";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/75f8f2";
}
.strip[data-id="75f8f2"] .reservation-form-section {
  background-color: #2C2C2C;
  padding: 100px 0;
  font-family: "Lato", sans-serif;
  color: #F9F7F2;
}
.strip[data-id="75f8f2"] .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="75f8f2"] .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="75f8f2"] .section-title {
  font-family: "Playfair Display", serif;
  color: #B8860B;
  font-size: 36px;
  margin: 0 0 15px 0;
}
.strip[data-id="75f8f2"] .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 600px) {
  .strip[data-id="75f8f2"] .form-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="75f8f2"] .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}
.strip[data-id="75f8f2"] .form-group.full-width {
  grid-column: span 2;
}
@media (max-width: 600px) {
  .strip[data-id="75f8f2"] .form-group.full-width {
    grid-column: span 1;
  }
}
.strip[data-id="75f8f2"] label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F9F7F2;
  margin-bottom: 8px;
}
.strip[data-id="75f8f2"] input, .strip[data-id="75f8f2"] select, .strip[data-id="75f8f2"] textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #B8860B;
  padding: 10px 0;
  color: #F9F7F2;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  outline: none;
  transition: border-bottom 0.3s ease, color 0.3s ease;
}
.strip[data-id="75f8f2"] input:focus, .strip[data-id="75f8f2"] select:focus, .strip[data-id="75f8f2"] textarea:focus {
  border-bottom: 2px solid #B8860B;
  color: #fff;
}
.strip[data-id="75f8f2"] .icon-inside {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #B8860B;
  pointer-events: none;
}
.strip[data-id="75f8f2"] .btn-submit {
  background-color: #B8860B;
  color: #2C2C2C;
  border: none;
  padding: 15px 40px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.3s ease;
  margin-top: 20px;
  width: 100%;
}
.strip[data-id="75f8f2"] .btn-submit:hover {
  transform: scale(1.02);
  background-color: #d4a017;
}
.strip[data-id="75f8f2"] .privacy-notice {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(249, 247, 242, 0.7);
  text-align: center;
}
.strip[data-id="75f8f2"] .success-message {
  display: none;
  text-align: center;
  color: #B8860B;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  padding: 20px;
}.strip[data-id="16aa10"] {
  --section-id: "16aa10";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/16aa10";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/16aa10";
}
.strip[data-id="16aa10"] .contact-anchors-section {
  background-color: #F9F7F2;
  padding: 60px 0;
  font-family: "Lato", sans-serif;
  color: #2C2C2C;
  position: relative;
  overflow: hidden;
}
.strip[data-id="16aa10"] .contact-anchors-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://www.transparenttextures.com/patterns/vintage-speckles.png"); /* Placeholder for historical ornament */
  opacity: 0.05;
  pointer-events: none;
}
.strip[data-id="16aa10"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="16aa10"] .anchor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .strip[data-id="16aa10"] .anchor-grid {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 576px) {
  .strip[data-id="16aa10"] .anchor-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id="16aa10"] .anchor-block {
  text-align: center;
  transition: transform 0.3s ease;
}
.strip[data-id="16aa10"] .anchor-icon {
  font-size: 32px;
  color: #2C2C2C;
  margin-bottom: 15px;
  filter: drop-shadow(2px 2px 0px #B8860B);
  display: inline-block;
  transition: color 0.3s ease;
}
.strip[data-id="16aa10"] .anchor-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #2C2C2C;
}
.strip[data-id="16aa10"] .anchor-text {
  font-size: 16px;
  color: #2C2C2C;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="16aa10"] .anchor-block:hover .anchor-icon,
.strip[data-id="16aa10"] .anchor-block:hover .anchor-text {
  color: #B8860B;
}
.strip[data-id="16aa10"] .back-link-wrapper {
  text-align: center;
  margin-top: 50px;
}
.strip[data-id="16aa10"] .back-link {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #2C2C2C;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.strip[data-id="16aa10"] .back-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B8860B;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.strip[data-id="16aa10"] .back-link:hover::after {
  transform: scaleX(1);
}.strip[data-id="99a9ed"] {
  --section-id: "99a9ed";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/99a9ed";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/99a9ed";
}
.strip[data-id="99a9ed"] .main-footer {
  background-color: #2C2C2C;
  padding: 60px 0 40px;
  text-align: center;
}
.strip[data-id="99a9ed"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="99a9ed"] .footer-logo {
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="99a9ed"] .footer-text {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(249, 247, 242, 0.8);
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.strip[data-id="99a9ed"] .footer-text a {
  color: rgba(249, 247, 242, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="99a9ed"] .footer-text a:hover {
  color: #B8860B;
  border-bottom-color: rgba(184, 134, 11, 0.3);
}
.strip[data-id="99a9ed"] .footer-sep {
  color: #B8860B;
  margin: 0 15px;
  font-weight: 300;
  user-select: none;
}
@media (max-width: 768px) {
  .strip[data-id="99a9ed"] .main-footer {
    padding: 40px 0;
  }
  .strip[data-id="99a9ed"] .footer-text {
    flex-direction: column;
    gap: 12px;
  }
  .strip[data-id="99a9ed"] .footer-sep {
    display: none;
  }
}