@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Montserrat&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id=a04983] {
  --section-id: "a04983";
  --storage-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/a04983";
  --public-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/a04983";
}
.strip[data-id=a04983] .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(24, 26, 23, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #c89f47;
  box-sizing: border-box;
}
.strip[data-id=a04983] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
}
.strip[data-id=a04983] .header-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.strip[data-id=a04983] .header-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
}
.strip[data-id=a04983] .header-nav {
  display: flex;
  align-items: center;
}
.strip[data-id=a04983] .nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.strip[data-id=a04983] .nav-item {
  margin: 0;
  padding: 0;
}
.strip[data-id=a04983] .nav-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e5dac3;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  transition: color 0.3s ease;
  display: inline-block;
}
.strip[data-id=a04983] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #c89f47;
  transition: width 0.3s ease;
}
.strip[data-id=a04983] .nav-link:hover {
  color: #ffffff;
}
.strip[data-id=a04983] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=a04983] .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.strip[data-id=a04983] .phone-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #c89f47;
  color: #231c16;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}
.strip[data-id=a04983] .phone-button:hover {
  background-color: #a68032;
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(200, 159, 71, 0.3);
}
.strip[data-id=a04983] .phone-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.strip[data-id=a04983] .facebook-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.strip[data-id=a04983] .facebook-link:hover {
  transform: scale(1.08);
}
.strip[data-id=a04983] .facebook-icon-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #c89f47;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c89f47;
  background-color: rgba(200, 159, 71, 0.08);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.strip[data-id=a04983] .facebook-link:hover .facebook-icon-wrapper {
  background-color: #c89f47;
  color: #231c16;
}
.strip[data-id=a04983] .facebook-icon {
  width: 18px;
  height: 18px;
}
.strip[data-id=a04983] .burger-menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid #c89f47;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.strip[data-id=a04983] .burger-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e5dac3;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.strip[data-id=a04983] .mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.strip[data-id=a04983] .mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id=a04983] .mobile-nav-content {
  position: absolute;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 360px;
  height: 100%;
  background-color: #181a17;
  border-left: 1px solid #c89f47;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: right 0.3s ease;
  overflow-y: auto;
}
.strip[data-id=a04983] .mobile-nav-overlay.active .mobile-nav-content {
  right: 0;
}
.strip[data-id=a04983] .mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(200, 159, 71, 0.3);
}
.strip[data-id=a04983] .mobile-logo-img {
  height: 44px;
  width: auto;
}
.strip[data-id=a04983] .mobile-menu-close {
  background: transparent;
  border: none;
  color: #e5dac3;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.strip[data-id=a04983] .mobile-menu-close:hover {
  color: #c89f47;
}
.strip[data-id=a04983] .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.strip[data-id=a04983] .mobile-nav-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e5dac3;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(229, 218, 195, 0.1);
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.strip[data-id=a04983] .mobile-nav-link:hover {
  color: #c89f47;
  padding-left: 8px;
}
.strip[data-id=a04983] .mobile-nav-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}
.strip[data-id=a04983] .mobile-phone-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #c89f47;
  color: #231c16;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 4px;
  text-align: center;
}
.strip[data-id=a04983] .mobile-facebook-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e5dac3;
  text-decoration: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}
@media (max-width: 991px) {
  .strip[data-id=a04983] .header-nav {
    display: none;
  }
  .strip[data-id=a04983] .phone-button {
    display: none;
  }
  .strip[data-id=a04983] .facebook-link {
    display: none;
  }
  .strip[data-id=a04983] .burger-menu-toggle {
    display: flex;
  }
  .strip[data-id=a04983] .mobile-nav-overlay {
    display: block;
  }
}.strip[data-id=e23dbf] {
  --section-id: "e23dbf";
  --storage-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/e23dbf";
  --public-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/e23dbf";
}
.strip[data-id=e23dbf] .hero-section {
  position: relative;
  width: 100%;
  min-height: 85vh;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(24, 26, 23, 0.75) 0%, rgba(24, 26, 23, 0.9) 100%), url(https://preview-muzeum-libocany-cz.proweb.cz/_section/e23dbf/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 120px 24px 80px 24px;
  overflow: hidden;
}
.strip[data-id=e23dbf] .vignette-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(circle, transparent 40%, rgba(10, 12, 10, 0.85) 100%);
  z-index: 1;
}
.strip[data-id=e23dbf] .hero-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.strip[data-id=e23dbf] .status-badge-wrapper {
  margin-bottom: 24px;
}
.strip[data-id=e23dbf] .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #2c3527;
  border: 1px solid #c89f47;
  border-radius: 20px;
  padding: 8px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.strip[data-id=e23dbf] .status-dot {
  width: 10px;
  height: 10px;
  background-color: #4caf50;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px #4caf50;
  animation: pulse-dot 2s infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(76, 175, 80, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}
.strip[data-id=e23dbf] .badge-text {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #f0e8d8;
  letter-spacing: 0.5px;
}
.strip[data-id=e23dbf] .hero-title {
  font-family: "Cinzel", Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 700;
  color: #e5dac3;
  text-align: center;
  margin: 0 0 16px 0;
  line-height: 1.2;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
}
.strip[data-id=e23dbf] .hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 24px auto;
}
.strip[data-id=e23dbf] .divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c89f47, transparent);
}
.strip[data-id=e23dbf] .star-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.strip[data-id=e23dbf] .hero-subtitle {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #f0e8d8;
  line-height: 1.6;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
.strip[data-id=e23dbf] .hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.strip[data-id=e23dbf] .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #c89f47;
  color: #231c16;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(200, 159, 71, 0.4);
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: none;
}
.strip[data-id=e23dbf] .btn-primary:hover {
  background-color: #a68032;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(200, 159, 71, 0.6);
}
.strip[data-id=e23dbf] .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: transparent;
  border: 2px solid #c89f47;
  color: #e5dac3;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 4px;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.strip[data-id=e23dbf] .btn-secondary:hover {
  background-color: rgba(200, 159, 71, 0.15);
  border-color: #e5dac3;
  color: #ffffff;
  transform: translateY(-3px);
}
.strip[data-id=e23dbf] .btn-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .strip[data-id=e23dbf] .hero-section {
    padding: 100px 16px 60px 16px;
    min-height: 600px;
  }
  .strip[data-id=e23dbf] .hero-title {
    font-size: 32px;
  }
  .strip[data-id=e23dbf] .hero-subtitle {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .strip[data-id=e23dbf] .hero-actions {
    flex-direction: column;
    width: 100%;
  }
  .strip[data-id=e23dbf] .btn-primary, .strip[data-id=e23dbf] .btn-secondary {
    width: 100%;
    box-sizing: border-box;
  }
}.strip[data-id=fd1ec0] {
  --section-id: "fd1ec0";
  --storage-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/fd1ec0";
  --public-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/fd1ec0";
  /* Exposition Feature Cards */
  /* Rarity Highlight Block */
  /* Photogallery Section */
}
.strip[data-id=fd1ec0] .history-section {
  width: 100%;
  background-color: #1c1713;
  padding: 90px 20px;
  box-sizing: border-box;
  color: #e5dac3;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id=fd1ec0] .history-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.strip[data-id=fd1ec0] .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id=fd1ec0] .section-kicker {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c89f47;
  display: block;
  margin-bottom: 8px;
}
.strip[data-id=fd1ec0] .section-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: #c89f47;
  margin: 0 0 16px 0;
  line-height: 1.25;
}
.strip[data-id=fd1ec0] .header-divider {
  width: 80px;
  height: 2px;
  background-color: #c89f47;
  margin: 0 auto 20px auto;
}
.strip[data-id=fd1ec0] .section-lead {
  font-size: 18px;
  line-height: 1.6;
  color: #e5dac3;
  max-width: 820px;
  margin: 0 auto;
}
.strip[data-id=fd1ec0] .exposition-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.strip[data-id=fd1ec0] .expo-card {
  background-color: rgba(35, 28, 22, 0.8);
  border: 1px solid rgba(200, 159, 71, 0.25);
  border-radius: 6px;
  padding: 24px 20px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.strip[data-id=fd1ec0] .expo-card:hover {
  transform: translateY(-4px);
  border-color: #c89f47;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.strip[data-id=fd1ec0] .expo-icon-wrapper {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px auto;
  border-radius: 50%;
  background-color: rgba(200, 159, 71, 0.1);
  border: 1px solid #c89f47;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=fd1ec0] .expo-icon-wrapper svg {
  width: 26px;
  height: 26px;
}
.strip[data-id=fd1ec0] .expo-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: #e5dac3;
  margin: 0 0 10px 0;
}
.strip[data-id=fd1ec0] .expo-text {
  font-size: 14px;
  line-height: 1.5;
  color: #cbbba8;
  margin: 0;
}
.strip[data-id=fd1ec0] .rarity-block {
  background-color: #2c3527;
  border: 2px solid #c89f47;
  border-radius: 8px;
  padding: 32px 36px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  gap: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.strip[data-id=fd1ec0] .rarity-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  flex-shrink: 0;
  min-width: 140px;
}
.strip[data-id=fd1ec0] .seal-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(200, 159, 71, 0.15);
  border: 2px solid #c89f47;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=fd1ec0] .seal-badge svg {
  width: 32px;
  height: 32px;
}
.strip[data-id=fd1ec0] .rarity-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #c89f47;
  text-transform: uppercase;
}
.strip[data-id=fd1ec0] .rarity-content-col {
  flex: 1;
}
.strip[data-id=fd1ec0] .rarity-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #e5dac3;
  margin: 0 0 12px 0;
}
.strip[data-id=fd1ec0] .rarity-text {
  font-size: 16px;
  line-height: 1.6;
  color: #f0e8d8;
  margin: 0;
}
.strip[data-id=fd1ec0] .gallery-wrapper {
  margin-top: 20px;
}
.strip[data-id=fd1ec0] .gallery-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.strip[data-id=fd1ec0] .gallery-heading {
  font-family: "Cinzel", Georgia, serif;
  font-size: 28px;
  color: #c89f47;
  margin: 0;
}
.strip[data-id=fd1ec0] .uniqueness-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(200, 159, 71, 0.1);
  border: 1px solid rgba(200, 159, 71, 0.4);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #e5dac3;
}
.strip[data-id=fd1ec0] .refresh-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.strip[data-id=fd1ec0] .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.strip[data-id=fd1ec0] .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}
.strip[data-id=fd1ec0] .gallery-item.item-featured {
  grid-column: span 2;
  grid-row: span 2;
}
.strip[data-id=fd1ec0] .gallery-item.item-wide {
  grid-column: span 2;
}
.strip[data-id=fd1ec0] .gallery-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 1px solid rgba(200, 159, 71, 0.3);
  overflow: hidden;
  box-sizing: border-box;
}
.strip[data-id=fd1ec0] .gallery-item.item-featured .gallery-frame {
  min-height: 500px;
}
.strip[data-id=fd1ec0] .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.strip[data-id=fd1ec0] .gallery-frame:hover .gallery-img {
  transform: scale(1.05);
}
.strip[data-id=fd1ec0] .gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 12, 10, 0.9) 100%);
  box-sizing: border-box;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.strip[data-id=fd1ec0] .gallery-caption {
  font-size: 14px;
  font-weight: 600;
  color: #e5dac3;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .strip[data-id=fd1ec0] .exposition-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=fd1ec0] .rarity-block {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }
  .strip[data-id=fd1ec0] .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=fd1ec0] .gallery-item.item-featured {
    grid-column: span 2;
    grid-row: auto;
  }
  .strip[data-id=fd1ec0] .gallery-item.item-featured .gallery-frame {
    min-height: 320px;
  }
  .strip[data-id=fd1ec0] .gallery-item.item-wide {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .strip[data-id=fd1ec0] .history-section {
    padding: 60px 16px;
  }
  .strip[data-id=fd1ec0] .section-title {
    font-size: 28px;
  }
  .strip[data-id=fd1ec0] .section-lead {
    font-size: 15px;
  }
  .strip[data-id=fd1ec0] .exposition-cards-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=fd1ec0] .gallery-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=fd1ec0] .gallery-item.item-featured,
  .strip[data-id=fd1ec0] .gallery-item.item-wide {
    grid-column: span 1;
  }
  .strip[data-id=fd1ec0] .gallery-frame,
  .strip[data-id=fd1ec0] .gallery-item.item-featured .gallery-frame {
    min-height: 220px;
  }
}.strip[data-id="628703"] {
  --section-id: "628703";
  --storage-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/628703";
  --public-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/628703";
}
.strip[data-id="628703"] .pricing-section {
  width: 100%;
  background-color: #181a17;
  padding: 80px 20px;
  box-sizing: border-box;
  color: #e5dac3;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id="628703"] .pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.strip[data-id="628703"] .pricing-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="628703"] .section-kicker {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c89f47;
  display: block;
  margin-bottom: 8px;
}
.strip[data-id="628703"] .section-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  color: #c89f47;
  margin: 0 0 16px 0;
  line-height: 1.25;
}
.strip[data-id="628703"] .title-underline {
  width: 70px;
  height: 2px;
  background-color: #c89f47;
  margin: 0 auto;
}
.strip[data-id="628703"] .pricing-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.strip[data-id="628703"] .pricing-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.strip[data-id="628703"] .price-card {
  background: linear-gradient(145deg, #242b20 0%, #1c2219 100%);
  border: 1px solid rgba(200, 159, 71, 0.6);
  border-radius: 8px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  position: relative;
}
.strip[data-id="628703"] .price-card:hover {
  transform: translateY(-5px);
  border-color: #c89f47;
  box-shadow: 0 8px 24px rgba(200, 159, 71, 0.25);
}
.strip[data-id="628703"] .price-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}
.strip[data-id="628703"] .price-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(200, 159, 71, 0.12);
  border: 1px solid rgba(200, 159, 71, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="628703"] .price-card-icon svg {
  width: 22px;
  height: 22px;
}
.strip[data-id="628703"] .price-tag-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #c89f47;
  background-color: rgba(200, 159, 71, 0.1);
  border: 1px solid rgba(200, 159, 71, 0.3);
  padding: 3px 8px;
  border-radius: 12px;
}
.strip[data-id="628703"] .price-card-content {
  width: 100%;
}
.strip[data-id="628703"] .price-category {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e5dac3;
  margin: 0 0 8px 0;
}
.strip[data-id="628703"] .price-value {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #c89f47;
  margin-bottom: 8px;
}
.strip[data-id="628703"] .price-value.price-free {
  color: #81c784;
}
.strip[data-id="628703"] .price-note {
  font-size: 13px;
  line-height: 1.4;
  color: #a89f8f;
  margin: 0;
}
.strip[data-id="628703"] .services-card {
  background: linear-gradient(145deg, #1f261d 0%, #171d16 100%);
  border: 2px solid #c89f47;
  border-radius: 8px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.strip[data-id="628703"] .services-card-decor {
  position: absolute;
  top: -15px;
  right: -15px;
  opacity: 0.15;
  pointer-events: none;
}
.strip[data-id="628703"] .stamp-icon {
  width: 140px;
  height: 140px;
}
.strip[data-id="628703"] .voucher-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background-color: rgba(200, 159, 71, 0.15);
  border: 1px solid #c89f47;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.strip[data-id="628703"] .voucher-icon-box svg {
  width: 28px;
  height: 28px;
}
.strip[data-id="628703"] .services-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #c89f47;
  margin: 0 0 14px 0;
  line-height: 1.3;
}
.strip[data-id="628703"] .services-text {
  font-size: 15px;
  line-height: 1.6;
  color: #e5dac3;
  margin: 0 0 24px 0;
}
.strip[data-id="628703"] .services-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.strip[data-id="628703"] .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #f0e8d8;
}
.strip[data-id="628703"] .check-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.strip[data-id="628703"] .services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #c89f47;
  color: #231c16;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 4px;
  margin-top: auto;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
}
.strip[data-id="628703"] .services-btn:hover {
  background-color: #a68032;
  transform: translateY(-2px);
}
.strip[data-id="628703"] .btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .strip[data-id="628703"] .pricing-grid-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .strip[data-id="628703"] .pricing-section {
    padding: 60px 16px;
  }
  .strip[data-id="628703"] .section-title {
    font-size: 28px;
  }
  .strip[data-id="628703"] .pricing-cards-wrapper {
    grid-template-columns: 1fr;
  }
  .strip[data-id="628703"] .services-card {
    padding: 24px 20px;
  }
}.strip[data-id="0fad2b"] {
  --section-id: "0fad2b";
  --storage-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/0fad2b";
  --public-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/0fad2b";
}
.strip[data-id="0fad2b"] .booking-section {
  width: 100%;
  background-color: #231c16;
  padding: 90px 20px;
  box-sizing: border-box;
  color: #e5dac3;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id="0fad2b"] .booking-container {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.strip[data-id="0fad2b"] .booking-header {
  text-align: center;
  margin-bottom: 40px;
}
.strip[data-id="0fad2b"] .section-kicker {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c89f47;
  display: block;
  margin-bottom: 8px;
}
.strip[data-id="0fad2b"] .section-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: #c89f47;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.strip[data-id="0fad2b"] .header-line {
  width: 80px;
  height: 2px;
  background-color: #c89f47;
  margin: 0 auto 18px auto;
}
.strip[data-id="0fad2b"] .section-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #e5dac3;
  margin: 0;
}
.strip[data-id="0fad2b"] .depeche-form-box {
  position: relative;
  background-color: #2c3527;
  border: 2px solid #c89f47;
  border-radius: 8px;
  padding: 44px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.strip[data-id="0fad2b"] .corner-rivet {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c89f47;
  border: 1px solid #1a2017;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.6);
}
.strip[data-id="0fad2b"] .rivet-tl {
  top: 12px;
  left: 12px;
}
.strip[data-id="0fad2b"] .rivet-tr {
  top: 12px;
  right: 12px;
}
.strip[data-id="0fad2b"] .rivet-bl {
  bottom: 12px;
  left: 12px;
}
.strip[data-id="0fad2b"] .rivet-br {
  bottom: 12px;
  right: 12px;
}
.strip[data-id="0fad2b"] .depeche-stamp {
  display: inline-block;
  border: 1px dashed rgba(200, 159, 71, 0.5);
  padding: 4px 12px;
  margin-bottom: 28px;
  background-color: rgba(200, 159, 71, 0.08);
}
.strip[data-id="0fad2b"] .stamp-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #c89f47;
  text-transform: uppercase;
}
.strip[data-id="0fad2b"] .booking-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.strip[data-id="0fad2b"] .form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.strip[data-id="0fad2b"] .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.strip[data-id="0fad2b"] .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #f0e8d8;
  display: flex;
  align-items: center;
  gap: 4px;
}
.strip[data-id="0fad2b"] .required-star {
  color: #c89f47;
  font-weight: 700;
}
.strip[data-id="0fad2b"] .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.strip[data-id="0fad2b"] .input-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  pointer-events: none;
  flex-shrink: 0;
}
.strip[data-id="0fad2b"] .form-input {
  width: 100%;
  min-height: 48px;
  background-color: #1a2017;
  border: 1px solid #5a4d33;
  border-radius: 4px;
  padding: 12px 14px 12px 44px;
  color: #f0e8d8;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}
.strip[data-id="0fad2b"] .form-input:focus {
  border-color: #c89f47;
  box-shadow: 0 0 8px rgba(200, 159, 71, 0.4);
}
.strip[data-id="0fad2b"] .form-input::placeholder {
  color: #7a6e5b;
}
.strip[data-id="0fad2b"] .form-input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(0.8) sepia(1) hue-rotate(5deg) saturate(2);
  cursor: pointer;
}
.strip[data-id="0fad2b"] .textarea-wrapper {
  align-items: flex-start;
}
.strip[data-id="0fad2b"] .textarea-icon {
  top: 16px;
}
.strip[data-id="0fad2b"] .form-textarea {
  width: 100%;
  min-height: 120px;
  background-color: #1a2017;
  border: 1px solid #5a4d33;
  border-radius: 4px;
  padding: 14px 14px 14px 44px;
  color: #f0e8d8;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  resize: vertical;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}
.strip[data-id="0fad2b"] .form-textarea:focus {
  border-color: #c89f47;
  box-shadow: 0 0 8px rgba(200, 159, 71, 0.4);
}
.strip[data-id="0fad2b"] .form-textarea::placeholder {
  color: #7a6e5b;
}
.strip[data-id="0fad2b"] .form-submit-wrapper {
  margin-top: 10px;
}
.strip[data-id="0fad2b"] .submit-btn {
  width: 100%;
  min-height: 52px;
  background-color: #c89f47;
  color: #231c16;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(200, 159, 71, 0.3);
}
.strip[data-id="0fad2b"] .submit-btn:hover {
  background-color: #a68032;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 159, 71, 0.5);
}
.strip[data-id="0fad2b"] .submit-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.strip[data-id="0fad2b"] .form-status-message {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  display: none;
  text-align: center;
}
.strip[data-id="0fad2b"] .form-status-message.success {
  display: block;
  background-color: rgba(76, 175, 80, 0.15);
  border: 1px solid #4caf50;
  color: #81c784;
}
@media (max-width: 768px) {
  .strip[data-id="0fad2b"] .booking-section {
    padding: 60px 16px;
  }
  .strip[data-id="0fad2b"] .section-title {
    font-size: 30px;
  }
  .strip[data-id="0fad2b"] .depeche-form-box {
    padding: 30px 20px;
  }
  .strip[data-id="0fad2b"] .form-row-2col {
    grid-template-columns: 1fr;
  }
}.strip[data-id="1d1816"] {
  --section-id: "1d1816";
  --storage-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/1d1816";
  --public-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/1d1816";
}
.strip[data-id="1d1816"] .contact-section {
  width: 100%;
  background-color: #181a17;
  padding: 80px 20px;
  box-sizing: border-box;
  color: #e5dac3;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id="1d1816"] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.strip[data-id="1d1816"] .contact-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="1d1816"] .section-kicker {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c89f47;
  display: block;
  margin-bottom: 8px;
}
.strip[data-id="1d1816"] .section-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  color: #c89f47;
  margin: 0 0 16px 0;
  line-height: 1.25;
}
.strip[data-id="1d1816"] .header-divider {
  width: 70px;
  height: 2px;
  background-color: #c89f47;
  margin: 0 auto;
}
.strip[data-id="1d1816"] .contact-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.strip[data-id="1d1816"] .info-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.strip[data-id="1d1816"] .info-card {
  background-color: #242b20;
  border: 1px solid #c89f47;
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.strip[data-id="1d1816"] .card-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(200, 159, 71, 0.3);
}
.strip[data-id="1d1816"] .card-title-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.strip[data-id="1d1816"] .card-heading {
  font-family: "Cinzel", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #c89f47;
  margin: 0;
}
.strip[data-id="1d1816"] .hours-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}
.strip[data-id="1d1816"] .hours-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 15px;
}
.strip[data-id="1d1816"] .day-label {
  font-weight: 600;
  color: #e5dac3;
}
.strip[data-id="1d1816"] .status-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id="1d1816"] .status-open {
  background-color: rgba(76, 175, 80, 0.2);
  border: 1px solid #4caf50;
  color: #81c784;
}
.strip[data-id="1d1816"] .status-closed {
  background-color: rgba(117, 117, 117, 0.2);
  border: 1px solid #757575;
  color: #b0b0b0;
}
.strip[data-id="1d1816"] .status-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4caf50;
  box-shadow: 0 0 6px #4caf50;
}
.strip[data-id="1d1816"] .hours-note {
  font-size: 13px;
  color: #a89f8f;
  margin: 12px 0 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}
.strip[data-id="1d1816"] .info-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.strip[data-id="1d1816"] .contact-links-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.strip[data-id="1d1816"] .contact-item-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding: 10px;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.strip[data-id="1d1816"] .contact-item-link:hover {
  background-color: rgba(200, 159, 71, 0.1);
  transform: translateX(4px);
}
.strip[data-id="1d1816"] .contact-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(200, 159, 71, 0.12);
  border: 1px solid #c89f47;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c89f47;
  flex-shrink: 0;
}
.strip[data-id="1d1816"] .contact-icon-box svg {
  width: 20px;
  height: 20px;
}
.strip[data-id="1d1816"] .contact-detail {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.strip[data-id="1d1816"] .detail-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #a89f8f;
}
.strip[data-id="1d1816"] .detail-value {
  font-size: 16px;
  font-weight: 600;
  color: #e5dac3;
}
.strip[data-id="1d1816"] .map-column {
  width: 100%;
  height: 100%;
}
.strip[data-id="1d1816"] .map-frame-wrapper {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 2px solid #c89f47;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.strip[data-id="1d1816"] .map-iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  filter: grayscale(40%) contrast(1.1) invert(90%) hue-rotate(180deg);
}
@media (max-width: 991px) {
  .strip[data-id="1d1816"] .contact-grid-layout {
    grid-template-columns: 1fr;
  }
  .strip[data-id="1d1816"] .map-frame-wrapper,
  .strip[data-id="1d1816"] .map-iframe {
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="1d1816"] .contact-section {
    padding: 60px 16px;
  }
  .strip[data-id="1d1816"] .section-title {
    font-size: 28px;
  }
  .strip[data-id="1d1816"] .hours-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}