@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@500&family=Playfair+Display:wght@700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="9dfd12"] {
  --section-id: "9dfd12";
  --storage-url: "https://test-13rs0vp2.proweb.cz/_section/9dfd12";
  --public-url: "https://test-13rs0vp2.proweb.cz/_section/9dfd12";
}
.strip[data-id="9dfd12"] .header-strip {
  width: 100%;
  background-color: rgba(253, 251, 247, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid hsla(210, 10%, 15%, 0.1);
  padding: 12px 0;
  transition: background-color 0.3s ease;
}
.strip[data-id="9dfd12"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id="9dfd12"] .logo-wrapper .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: hsl(210, 10%, 15%);
}
.strip[data-id="9dfd12"] .logo-wrapper img {
  height: 45px;
  width: auto;
  object-fit: contain;
}
.strip[data-id="9dfd12"] .logo-text {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.strip[data-id="9dfd12"] .nav-menu {
  display: flex;
}
.strip[data-id="9dfd12"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.strip[data-id="9dfd12"] .nav-list li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: hsl(210, 10%, 15%);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="9dfd12"] .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(39, 45%, 70%);
  transition: width 0.3s ease;
}
.strip[data-id="9dfd12"] .nav-list li a:hover {
  color: hsl(39, 40%, 50%);
}
.strip[data-id="9dfd12"] .nav-list li a:hover::after {
  width: 100%;
}
.strip[data-id="9dfd12"] .cta-wrapper .cta-button {
  display: inline-block;
  background-color: hsl(39, 45%, 80%);
  color: hsl(210, 10%, 15%); /* Fixed contrast: dark text on light gold */
  padding: 10px 20px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.strip[data-id="9dfd12"] .cta-wrapper .cta-button:hover {
  background-color: hsl(39, 40%, 70%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.strip[data-id="9dfd12"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 6px;
  z-index: 1001;
}
.strip[data-id="9dfd12"] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: hsl(210, 10%, 15%);
  transition: 0.3s;
}
.strip[data-id="9dfd12"] .mobile-cta {
  display: none;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .strip[data-id="9dfd12"] .header-strip {
    padding: 10px 0;
  }
  .strip[data-id="9dfd12"] .nav-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #ffffff;
    padding: 80px 30px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
  }
  .strip[data-id="9dfd12"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="9dfd12"] .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .strip[data-id="9dfd12"] .nav-list li {
    width: 100%;
  }
  .strip[data-id="9dfd12"] .nav-list li a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .strip[data-id="9dfd12"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="9dfd12"] .mobile-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id="9dfd12"] .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="9dfd12"] .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .strip[data-id="9dfd12"] .cta-wrapper {
    display: none;
  }
  .strip[data-id="9dfd12"] .mobile-cta {
    display: block;
  }
}
@media (max-width: 480px) {
  .strip[data-id="9dfd12"] .logo-text {
    font-size: 18px;
  }
  .strip[data-id="9dfd12"] .logo-wrapper img {
    height: 35px;
  }
}.strip[data-id=cf7411] {
  --section-id: "cf7411";
  --storage-url: "https://test-13rs0vp2.proweb.cz/_section/cf7411";
  --public-url: "https://test-13rs0vp2.proweb.cz/_section/cf7411";
}
.strip[data-id=cf7411] .price-list-section {
  width: 100%;
  padding: 100px 20px;
  background: linear-gradient(rgba(255, 253, 245, 0.92), rgba(247, 240, 224, 0.92)), url(https://test-13rs0vp2.proweb.cz/_section/cf7411/price-list-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=cf7411] .price-list-section .content-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id=cf7411] .price-list-section .section-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #2D2D2D;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
}
.strip[data-id=cf7411] .price-list-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #C5A059;
}
.strip[data-id=cf7411] .price-list-section .price-table {
  width: 100%;
  margin-bottom: 40px;
}
.strip[data-id=cf7411] .price-list-section .price-row {
  display: flex;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
  transition: background-color 0.3s ease;
}
.strip[data-id=cf7411] .price-list-section .price-row:last-child {
  border-bottom: none;
}
.strip[data-id=cf7411] .price-list-section .price-row:hover {
  background-color: rgba(197, 160, 89, 0.05);
}
.strip[data-id=cf7411] .price-list-section .service {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #2D2D2D;
  text-align: left;
  flex-shrink: 0;
}
.strip[data-id=cf7411] .price-list-section .dots {
  flex-grow: 1;
  margin: 0 10px;
  border-bottom: 2px dotted #C5A059;
  height: 1px;
  opacity: 0.6;
}
.strip[data-id=cf7411] .price-list-section .price {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: #C5A059;
  white-space: nowrap;
}
.strip[data-id=cf7411] .price-list-section .price-footer {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #666666;
  margin-top: 30px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .strip[data-id=cf7411] .price-list-section {
    padding: 60px 20px;
  }
  .strip[data-id=cf7411] .price-list-section .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .strip[data-id=cf7411] .price-list-section .price-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
  }
  .strip[data-id=cf7411] .price-list-section .dots {
    display: none;
  }
  .strip[data-id=cf7411] .price-list-section .service {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .strip[data-id=cf7411] .price-list-section .price {
    font-size: 18px;
  }
}.strip[data-id="03f150"] {
  --section-id: "03f150";
  --storage-url: "https://test-13rs0vp2.proweb.cz/_section/03f150";
  --public-url: "https://test-13rs0vp2.proweb.cz/_section/03f150";
}
.strip[data-id="03f150"] .luxury-footer {
  background-color: #121212;
  color: #ececec;
  padding: 80px 0 40px 0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="03f150"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="03f150"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id="03f150"] .footer-col h3 {
  color: #c5a059;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 12px;
}
.strip[data-id="03f150"] .footer-col h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #c5a059;
}
.strip[data-id="03f150"] .footer-col p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 12px;
}
.strip[data-id="03f150"] .footer-link {
  color: #ececec;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.strip[data-id="03f150"] .footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.strip[data-id="03f150"] .opening-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="03f150"] .opening-hours li {
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.strip[data-id="03f150"] .map-wrapper {
  width: 100%;
  height: 180px;
  border: 1px solid rgba(197, 160, 89, 0.3);
  overflow: hidden;
  margin-top: 20px;
  border-radius: 4px;
}
.strip[data-id="03f150"] .map-wrapper iframe {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}
.strip[data-id="03f150"] .map-wrapper:hover iframe {
  filter: grayscale(0%);
}
.strip[data-id="03f150"] .social-links {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.strip[data-id="03f150"] .social-link {
  color: #c5a059;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
.strip[data-id="03f150"] .social-link:hover {
  color: #ffffff;
  transform: translateY(-3px);
}
.strip[data-id="03f150"] .footer-bottom {
  text-align: center;
}
.strip[data-id="03f150"] .gold-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, #c5a059, transparent);
  width: 100%;
  margin-bottom: 30px;
  opacity: 0.4;
}
.strip[data-id="03f150"] .copyright {
  font-size: 14px;
  color: #a0a0a0;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  .strip[data-id="03f150"] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="03f150"] .luxury-footer {
    padding: 60px 0 30px 0;
  }
  .strip[data-id="03f150"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 45px;
    text-align: center;
  }
  .strip[data-id="03f150"] .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="03f150"] .opening-hours li {
    justify-content: center;
    gap: 10px;
  }
  .strip[data-id="03f150"] .social-links {
    justify-content: center;
  }
  .strip[data-id="03f150"] .map-wrapper {
    height: 220px;
  }
}