@import url('https://fonts.googleapis.com/css2?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="608135"] {
  --section-id: "608135";
  --storage-url: "https://test-13rs0vp2.proweb.cz/_section/608135";
  --public-url: "https://test-13rs0vp2.proweb.cz/_section/608135";
  /* Lightbox Styles */
}
.strip[data-id="608135"] .gallery-section {
  background-color: #FFFDF5;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="608135"] .gallery-container {
  max-width: 1400px;
  margin: 0 auto;
}
.strip[data-id="608135"] .gallery-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="608135"] .gallery-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 700;
}
.strip[data-id="608135"] .gallery-header p {
  font-size: 18px;
  color: #666666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="608135"] .masonry-grid {
  column-count: 3;
  column-gap: 20px;
}
.strip[data-id="608135"] .masonry-item {
  break-inside: avoid;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}
.strip[data-id="608135"] .masonry-item img {
  width: 100%;
  display: block;
  height: auto;
  transition: transform 0.5s ease;
}
.strip[data-id="608135"] .masonry-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  opacity: 0;
}
.strip[data-id="608135"] .masonry-item:hover img {
  transform: scale(1.05);
}
.strip[data-id="608135"] .masonry-item:hover .overlay {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.strip[data-id="608135"] .overlay-text {
  color: #D4AF37;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.strip[data-id="608135"] .masonry-item:hover .overlay-text {
  transform: translateY(0);
}
.strip[data-id="608135"] .lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
.strip[data-id="608135"] .lightbox-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
}
.strip[data-id="608135"] .lightbox-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  border: 4px solid #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.strip[data-id="608135"] .lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.strip[data-id="608135"] .lightbox-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  box-sizing: border-box;
  left: 0;
}
.strip[data-id="608135"] .nav-btn {
  color: #ffffff;
  font-size: 50px;
  cursor: pointer;
  user-select: none;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.strip[data-id="608135"] .nav-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .strip[data-id="608135"] .masonry-grid {
    column-count: 2;
  }
  .strip[data-id="608135"] .gallery-header h2 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="608135"] .masonry-grid {
    column-count: 1;
  }
  .strip[data-id="608135"] .gallery-section {
    padding: 60px 15px;
  }
  .strip[data-id="608135"] .gallery-header h2 {
    font-size: 30px;
  }
}.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;
  }
}