@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Playfair+Display&display=swap');
.strip[data-id="21eb59"] {
  --section-id: "21eb59";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/21eb59";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/21eb59";
}
.strip[data-id="21eb59"] .header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
  background-color: transparent;
  padding: 25px 0;
}
.strip[data-id="21eb59"] .header-section.scrolled {
  background-color: hsla(40, 30%, 98%, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  padding: 15px 0;
}
.strip[data-id="21eb59"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="21eb59"] .logo-link {
  display: block;
  flex-shrink: 0;
}
.strip[data-id="21eb59"] .logo-link img {
  height: 70px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}
.strip[data-id="21eb59"] .header-section.scrolled .logo-link img {
  height: 55px;
}
.strip[data-id="21eb59"] .header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.strip[data-id="21eb59"] .contact-info {
  display: flex;
  gap: 25px;
}
.strip[data-id="21eb59"] .info-item {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: hsl(160, 100%, 10%);
  text-decoration: none;
  letter-spacing: 1.5px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}
.strip[data-id="21eb59"] .info-item:hover {
  color: hsl(43, 48%, 59%);
}
.strip[data-id="21eb59"] .navigation {
  display: flex;
  align-items: center;
}
.strip[data-id="21eb59"] .nav-menu {
  list-style: none;
  display: flex;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.strip[data-id="21eb59"] .nav-menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: hsl(160, 100%, 10%);
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
}
.strip[data-id="21eb59"] .nav-menu li a:hover {
  color: hsl(43, 48%, 59%);
}
.strip[data-id="21eb59"] .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: hsl(43, 48%, 59%);
  transition: width 0.3s ease;
}
.strip[data-id="21eb59"] .nav-menu li a:hover::after {
  width: 100%;
}
.strip[data-id="21eb59"] .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
}
.strip[data-id="21eb59"] .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: hsl(160, 100%, 10%);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .strip[data-id="21eb59"] .header-section {
    padding: 15px 0;
  }
  .strip[data-id="21eb59"] .contact-info {
    display: none;
  }
  .strip[data-id="21eb59"] .menu-toggle {
    display: flex;
  }
  .strip[data-id="21eb59"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: hsl(40, 30%, 98%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    gap: 40px;
  }
  .strip[data-id="21eb59"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="21eb59"] .nav-menu li a {
    font-size: 20px;
    text-shadow: none;
  }
  .strip[data-id="21eb59"] .menu-toggle.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id="21eb59"] .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="21eb59"] .menu-toggle.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}.strip[data-id="543abb"] {
  --section-id: "543abb";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/543abb";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/543abb";
}
.strip[data-id="543abb"] .contact-section {
  width: 100%;
  padding: 80px 0;
  background-color: #fcf9f2; /* Cream fallback */
}
.strip[data-id="543abb"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="543abb"] .split-layout {
  display: flex;
  min-height: 600px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}
.strip[data-id="543abb"] .info-side {
  flex: 0 0 40%;
  background-color: hsl(160, 100%, 12%);
  padding: 60px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="543abb"] .map-side {
  flex: 0 0 60%;
  background-color: #fcf9f2; /* Cream */
  position: relative;
}
.strip[data-id="543abb"] .info-side h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: hsl(43, 48%, 59%);
  margin-bottom: 24px;
  font-weight: 700;
}
.strip[data-id="543abb"] .info-side p, .strip[data-id="543abb"] .info-side a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.strip[data-id="543abb"] .detail-group {
  margin-top: 32px;
}
.strip[data-id="543abb"] .detail-group h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: hsl(43, 48%, 59%);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="543abb"] .info-side a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="543abb"] .info-side a:hover {
  color: hsl(350, 100%, 88%);
}
.strip[data-id="543abb"] .map-wrapper {
  width: 100%;
  height: 100%;
}
.strip[data-id="543abb"] .map-wrapper iframe {
  filter: grayscale(20%) contrast(90%) brightness(105%);
}
@media (max-width: 992px) {
  .strip[data-id="543abb"] .info-side {
    flex: 0 0 50%;
    padding: 40px;
  }
  .strip[data-id="543abb"] .map-side {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .strip[data-id="543abb"] .split-layout {
    flex-direction: column;
    min-height: auto;
  }
  .strip[data-id="543abb"] .info-side {
    flex: 0 0 100%;
  }
  .strip[data-id="543abb"] .map-side {
    flex: 0 0 100%;
    height: 300px;
  }
  .strip[data-id="543abb"] .contact-section {
    padding: 40px 0;
  }
}.strip[data-id="810c4b"] {
  --section-id: "810c4b";
  --storage-url: "https://test-1my5ldr4.praweb.cz/_section/810c4b";
  --public-url: "https://test-1my5ldr4.praweb.cz/_section/810c4b";
}
.strip[data-id="810c4b"] .footer-section {
  background-color: hsl(160, 100%, 8%);
  color: hsl(40, 30%, 98%);
  padding: 80px 0 60px 0;
  border-top: 2px solid hsl(43, 48%, 59%);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.strip[data-id="810c4b"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="810c4b"] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 60px;
}
.strip[data-id="810c4b"] .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="810c4b"] .col-title {
  color: hsl(43, 48%, 59%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="810c4b"] .col-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: hsl(43, 48%, 59%);
}
.strip[data-id="810c4b"] .col-content p {
  margin: 0 0 12px 0;
  line-height: 1.8;
  opacity: 0.9;
}
.strip[data-id="810c4b"] .social-icons {
  display: flex;
  gap: 25px;
  align-items: center;
}
.strip[data-id="810c4b"] .social-link {
  color: hsl(43, 48%, 59%);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.strip[data-id="810c4b"] .social-link:hover {
  transform: translateY(-5px) scale(1.1);
  filter: brightness(1.3);
}
.strip[data-id="810c4b"] .social-link svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 992px) {
  .strip[data-id="810c4b"] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="810c4b"] .footer-section {
    padding: 60px 0 40px 0;
  }
  .strip[data-id="810c4b"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="810c4b"] .col-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="810c4b"] .social-icons {
    justify-content: center;
  }
  .strip[data-id="810c4b"] .footer-col {
    align-items: center;
  }
}