@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Montserrat:wght@400;600;700&family=Special+Elite&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: 680px;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 120px 24px;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(24, 26, 23, 0.78), rgba(24, 26, 23, 0.92)), url(https://preview-muzeum-libocany-cz.proweb.cz/_section/e23dbf/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.strip[data-id=e23dbf] .hero-backdrop, .strip[data-id=e23dbf] .hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=e23dbf] .hero-backdrop {
  background: radial-gradient(circle at 50% 45%, transparent 35%, rgba(10, 12, 10, 0.9) 100%);
}
.strip[data-id=e23dbf] .hero-vignette {
  background: linear-gradient(180deg, rgba(10, 12, 10, 0.55), transparent 30%, transparent 70%, rgba(10, 12, 10, 0.7));
}
.strip[data-id=e23dbf] .hero-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.strip[data-id=e23dbf] .hero-frame-inner {
  position: relative;
  padding: 48px 40px 56px;
  border: 1px solid rgba(200, 159, 71, 0.55);
  text-align: center;
  background: linear-gradient(180deg, rgba(18, 20, 17, 0.55), rgba(18, 20, 17, 0.35));
  backdrop-filter: blur(2px);
  box-shadow: 0 0 0 6px rgba(18, 20, 17, 0.4), 0 0 40px rgba(0, 0, 0, 0.6);
}
.strip[data-id=e23dbf] .hero-frame-inner:before, .strip[data-id=e23dbf] .hero-frame-inner:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #c89f47;
}
.strip[data-id=e23dbf] .hero-frame-inner:before {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}
.strip[data-id=e23dbf] .hero-frame-inner:after {
  right: -2px;
  bottom: -2px;
  border-left: none;
  border-top: none;
}
.strip[data-id=e23dbf] .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 20px;
  border: 1px solid #c89f47;
  border-radius: 20px;
  background: #2c3527;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.strip[data-id=e23dbf] .status-dot {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 50%;
  background: #4caf50;
  box-shadow: 0 0 8px #4caf50;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% {
    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);
  }
}
.strip[data-id=e23dbf] .badge-text, .strip[data-id=e23dbf] .hero-eyebrow, .strip[data-id=e23dbf] .hero-subtitle, .strip[data-id=e23dbf] .btn-primary, .strip[data-id=e23dbf] .btn-secondary, .strip[data-id=e23dbf] .stat-label, .strip[data-id=e23dbf] .scroll-text {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.strip[data-id=e23dbf] .badge-text {
  font-size: 14px;
  font-weight: 600;
  color: #f0e8d8;
  letter-spacing: 0.5px;
}
.strip[data-id=e23dbf] .hero-eyebrow {
  margin: 0 0 14px;
  color: #c89f47;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.strip[data-id=e23dbf] .hero-title {
  margin: 0 0 18px;
  color: #e5dac3;
  font: 700 54px/1.15 "Cinzel", Georgia, serif;
  letter-spacing: 1px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);
}
.strip[data-id=e23dbf] .title-accent {
  color: #c89f47;
}
.strip[data-id=e23dbf] .hero-subtitle {
  max-width: 720px;
  margin: 0 auto 38px;
  color: #f0e8d8;
  font-size: 19px;
  line-height: 1.65;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
.strip[data-id=e23dbf] .hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.strip[data-id=e23dbf] .btn-primary, .strip[data-id=e23dbf] .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.strip[data-id=e23dbf] .btn-primary {
  padding: 16px 32px;
  border: 0;
  background: #c89f47;
  color: #231c16;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(200, 159, 71, 0.4);
}
.strip[data-id=e23dbf] .btn-primary:hover {
  background: #a68032;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(200, 159, 71, 0.6);
}
.strip[data-id=e23dbf] .btn-secondary {
  border: 2px solid #c89f47;
  color: #e5dac3;
  font-weight: 600;
  background: transparent;
}
.strip[data-id=e23dbf] .btn-secondary:hover {
  background: rgba(200, 159, 71, 0.15);
  border-color: #e5dac3;
  color: #fff;
  transform: translateY(-3px);
}
.strip[data-id=e23dbf] .btn-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.strip[data-id=e23dbf] .hero-stats {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 760px;
  margin: 44px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(200, 159, 71, 0.35);
}
.strip[data-id=e23dbf] .stat {
  flex: 1;
  padding: 0 12px;
  text-align: center;
}
.strip[data-id=e23dbf] .stat-value {
  display: block;
  margin-bottom: 4px;
  color: #c89f47;
  font: 700 26px "Cinzel", Georgia, serif;
}
.strip[data-id=e23dbf] .stat-label {
  display: block;
  color: #d8cdb6;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.strip[data-id=e23dbf] .stat-divider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(180deg, transparent, rgba(200, 159, 71, 0.5), transparent);
}
.strip[data-id=e23dbf] .scroll-hint {
  position: absolute;
  z-index: 2;
  bottom: 26px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}
.strip[data-id=e23dbf] .scroll-line {
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, #c89f47, transparent);
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scaleY(0.6);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
}
.strip[data-id=e23dbf] .scroll-text {
  color: rgba(240, 232, 216, 0.6);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .strip[data-id=e23dbf] .hero-section {
    min-height: 600px;
    padding: 90px 14px;
  }
  .strip[data-id=e23dbf] .hero-frame-inner {
    padding: 34px 20px 40px;
  }
  .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;
  }
  .strip[data-id=e23dbf] .btn-primary, .strip[data-id=e23dbf] .btn-secondary {
    width: 100%;
    box-sizing: border-box;
  }
  .strip[data-id=e23dbf] .hero-stats {
    flex-direction: column;
    gap: 16px;
    max-width: 320px;
  }
  .strip[data-id=e23dbf] .stat-divider {
    width: 60%;
    height: 1px;
    align-self: center;
    background: linear-gradient(90deg, transparent, rgba(200, 159, 71, 0.5), transparent);
  }
}.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";
  /* ---------- MASTHEAD ---------- */
  /* ---------- JOURNEY / TIMELINE ---------- */
  /* ---------- COLLECTIONS ---------- */
  /* ---------- VAULT (FIRST REPUBLIC) ---------- */
  /* ---------- GALLERY ---------- */
  /* ---------- REVEAL ANIMATION ---------- */
  /* ---------- RESPONSIVE ---------- */
}
.strip[data-id=fd1ec0] .history-section {
  width: 100%;
  background-color: #16120e;
  background-image: radial-gradient(circle at 15% 10%, rgba(200, 159, 71, 0.05), transparent 40%), radial-gradient(circle at 85% 90%, rgba(200, 159, 71, 0.05), transparent 40%);
  padding: 100px 20px 90px;
  box-sizing: border-box;
  color: #e5dac3;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=fd1ec0] .history-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c89f47, transparent);
  opacity: 0.6;
}
.strip[data-id=fd1ec0] .history-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.strip[data-id=fd1ec0] .journal-masthead {
  text-align: center;
  margin-bottom: 90px;
  position: relative;
}
.strip[data-id=fd1ec0] .masthead-stamp {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c89f47;
  padding: 8px 22px;
  border: 1px solid rgba(200, 159, 71, 0.5);
  border-radius: 2px;
  margin-bottom: 28px;
  background: rgba(200, 159, 71, 0.06);
}
.strip[data-id=fd1ec0] .masthead-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 700;
  color: #f0e6d0;
  margin: 0 0 24px 0;
  line-height: 1.15;
  letter-spacing: 0.5px;
}
.strip[data-id=fd1ec0] .masthead-title em {
  font-style: normal;
  color: #c89f47;
}
.strip[data-id=fd1ec0] .masthead-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 26px;
}
.strip[data-id=fd1ec0] .masthead-rule::before,
.strip[data-id=fd1ec0] .masthead-rule::after {
  content: "";
  height: 1px;
  width: 90px;
  background: linear-gradient(90deg, transparent, rgba(200, 159, 71, 0.6));
}
.strip[data-id=fd1ec0] .masthead-rule::after {
  background: linear-gradient(90deg, rgba(200, 159, 71, 0.6), transparent);
}
.strip[data-id=fd1ec0] .rule-diamond {
  width: 9px;
  height: 9px;
  background: #c89f47;
  transform: rotate(45deg);
}
.strip[data-id=fd1ec0] .masthead-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #d9cdb8;
  max-width: 780px;
  margin: 0 auto;
}
.strip[data-id=fd1ec0] .journey {
  margin-bottom: 90px;
}
.strip[data-id=fd1ec0] .journey-head {
  text-align: center;
  margin-bottom: 56px;
}
.strip[data-id=fd1ec0] .journey-kicker {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c89f47;
  margin-bottom: 10px;
}
.strip[data-id=fd1ec0] .journey-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 700;
  color: #f0e6d0;
  margin: 0;
  line-height: 1.25;
}
.strip[data-id=fd1ec0] .timeline {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}
.strip[data-id=fd1ec0] .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(200, 159, 71, 0.6), rgba(200, 159, 71, 0.6), transparent);
}
.strip[data-id=fd1ec0] .timeline-item {
  position: relative;
  width: 50%;
  padding: 0 44px 56px 0;
  box-sizing: border-box;
}
.strip[data-id=fd1ec0] .timeline-item:nth-child(even) {
  left: 50%;
  padding: 0 0 56px 44px;
}
.strip[data-id=fd1ec0] .timeline-marker {
  position: absolute;
  top: 4px;
  right: -15px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.strip[data-id=fd1ec0] .timeline-item:nth-child(even) .timeline-marker {
  right: auto;
  left: -15px;
}
.strip[data-id=fd1ec0] .timeline-dot {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #16120e;
  border: 3px solid #c89f47;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(200, 159, 71, 0.15);
}
.strip[data-id=fd1ec0] .timeline-year {
  position: absolute;
  top: -2px;
  right: 34px;
  font-family: "Cinzel", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #c89f47;
  white-space: nowrap;
}
.strip[data-id=fd1ec0] .timeline-item:nth-child(even) .timeline-year {
  right: auto;
  left: 34px;
}
.strip[data-id=fd1ec0] .timeline-body {
  background: rgba(35, 28, 22, 0.7);
  border: 1px solid rgba(200, 159, 71, 0.2);
  border-radius: 6px;
  padding: 22px 24px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.strip[data-id=fd1ec0] .timeline-body:hover {
  border-color: #c89f47;
  transform: translateY(-3px);
}
.strip[data-id=fd1ec0] .timeline-body h4 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: #e5dac3;
  margin: 0 0 8px 0;
}
.strip[data-id=fd1ec0] .timeline-body p {
  font-size: 14px;
  line-height: 1.6;
  color: #cbbba8;
  margin: 0;
}
.strip[data-id=fd1ec0] .collections {
  margin-bottom: 90px;
}
.strip[data-id=fd1ec0] .collections-head {
  text-align: center;
  margin-bottom: 48px;
}
.strip[data-id=fd1ec0] .collections-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.strip[data-id=fd1ec0] .collection-card {
  position: relative;
  background: linear-gradient(160deg, rgba(35, 28, 22, 0.9), rgba(28, 22, 17, 0.9));
  border: 1px solid rgba(200, 159, 71, 0.22);
  border-radius: 8px;
  padding: 34px 24px 26px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.strip[data-id=fd1ec0] .collection-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c89f47, transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.strip[data-id=fd1ec0] .collection-card:hover {
  transform: translateY(-6px);
  border-color: #c89f47;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55);
}
.strip[data-id=fd1ec0] .collection-card:hover::after {
  opacity: 1;
}
.strip[data-id=fd1ec0] .card-index {
  position: absolute;
  top: 12px;
  right: 16px;
  font-family: "Cinzel", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: rgba(200, 159, 71, 0.45);
  letter-spacing: 1px;
}
.strip[data-id=fd1ec0] .card-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  background: rgba(200, 159, 71, 0.1);
  border: 1px solid #c89f47;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.strip[data-id=fd1ec0] .collection-card:hover .card-icon {
  background: rgba(200, 159, 71, 0.2);
}
.strip[data-id=fd1ec0] .card-icon svg {
  width: 28px;
  height: 28px;
}
.strip[data-id=fd1ec0] .card-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: #e5dac3;
  margin: 0 0 10px 0;
}
.strip[data-id=fd1ec0] .card-text {
  font-size: 14px;
  line-height: 1.55;
  color: #cbbba8;
  margin: 0;
}
.strip[data-id=fd1ec0] .vault-block {
  position: relative;
  background: linear-gradient(120deg, rgba(44, 53, 39, 0.95), rgba(30, 38, 27, 0.95));
  border: 2px solid #c89f47;
  border-radius: 10px;
  padding: 40px 44px;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  gap: 40px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.strip[data-id=fd1ec0] .vault-block::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(200, 159, 71, 0.25);
  border-radius: 50%;
}
.strip[data-id=fd1ec0] .vault-block::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(200, 159, 71, 0.15);
  border-radius: 50%;
}
.strip[data-id=fd1ec0] .vault-seal {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  min-width: 150px;
  position: relative;
  z-index: 1;
}
.strip[data-id=fd1ec0] .seal-badge {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(200, 159, 71, 0.14);
  border: 2px solid #c89f47;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px rgba(200, 159, 71, 0.08);
}
.strip[data-id=fd1ec0] .seal-badge svg {
  width: 38px;
  height: 38px;
}
.strip[data-id=fd1ec0] .seal-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #c89f47;
  text-transform: uppercase;
}
.strip[data-id=fd1ec0] .vault-content {
  flex: 1;
  position: relative;
  z-index: 1;
}
.strip[data-id=fd1ec0] .vault-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(20px, 2.6vw, 27px);
  font-weight: 700;
  color: #f0e8d8;
  margin: 0 0 14px 0;
  line-height: 1.3;
}
.strip[data-id=fd1ec0] .vault-text {
  font-size: 16px;
  line-height: 1.7;
  color: #e9e0cb;
  margin: 0;
}
.strip[data-id=fd1ec0] .gallery {
  margin-top: 10px;
}
.strip[data-id=fd1ec0] .gallery-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.strip[data-id=fd1ec0] .gallery-head .journey-kicker {
  text-align: left;
}
.strip[data-id=fd1ec0] .gallery-head .journey-title {
  text-align: left;
}
.strip[data-id=fd1ec0] .uniqueness-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(200, 159, 71, 0.08);
  border: 1px solid rgba(200, 159, 71, 0.4);
  padding: 10px 18px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #e5dac3;
  margin-bottom: 6px;
}
.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);
  grid-auto-rows: 240px;
  gap: 18px;
}
.strip[data-id=fd1ec0] .gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}
.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%;
  border: 1px solid rgba(200, 159, 71, 0.28);
  overflow: hidden;
  box-sizing: border-box;
  background: #1c1713;
}
.strip[data-id=fd1ec0] .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: saturate(0.9);
}
.strip[data-id=fd1ec0] .gallery-frame:hover .gallery-img {
  transform: scale(1.07);
  filter: saturate(1.1);
}
.strip[data-id=fd1ec0] .gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 18px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(10, 12, 10, 0.92) 100%);
  font-size: 13px;
  font-weight: 600;
  color: #e5dac3;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}
.strip[data-id=fd1ec0] .plate {
  font-family: "Cinzel", Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  color: #c89f47;
  border: 1px solid rgba(200, 159, 71, 0.5);
  padding: 2px 7px;
  border-radius: 2px;
  flex-shrink: 0;
  letter-spacing: 1px;
}
.strip[data-id=fd1ec0] .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.strip[data-id=fd1ec0] .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id=fd1ec0] .reveal {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 991px) {
  .strip[data-id=fd1ec0] .collections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=fd1ec0] .timeline::before {
    left: 12px;
    transform: none;
  }
  .strip[data-id=fd1ec0] .timeline-item,
  .strip[data-id=fd1ec0] .timeline-item:nth-child(even) {
    width: 100%;
    left: 0;
    padding: 0 0 40px 46px;
  }
  .strip[data-id=fd1ec0] .timeline-marker,
  .strip[data-id=fd1ec0] .timeline-item:nth-child(even) .timeline-marker {
    left: -3px;
    right: auto;
  }
  .strip[data-id=fd1ec0] .timeline-year,
  .strip[data-id=fd1ec0] .timeline-item:nth-child(even) .timeline-year {
    left: 44px;
    right: auto;
    top: -2px;
  }
  .strip[data-id=fd1ec0] .vault-block {
    flex-direction: column;
    text-align: center;
    padding: 30px 26px;
    gap: 24px;
  }
  .strip[data-id=fd1ec0] .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
  }
  .strip[data-id=fd1ec0] .gallery-item.item-featured {
    grid-column: span 2;
    grid-row: span 1;
  }
  .strip[data-id=fd1ec0] .gallery-item.item-wide {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .strip[data-id=fd1ec0] .history-section {
    padding: 64px 16px 60px;
  }
  .strip[data-id=fd1ec0] .masthead-title {
    font-size: 30px;
  }
  .strip[data-id=fd1ec0] .masthead-lead {
    font-size: 15px;
  }
  .strip[data-id=fd1ec0] .collections-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=fd1ec0] .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
  .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-head {
    flex-direction: column;
    align-items: flex-start;
  }
}.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";
  /* ---- Vintage ticket cards ---- */
  /* rubber stamp reveal on hover */
  /* ---- Field voucher card ---- */
}
.strip[data-id="628703"] .pricing-section {
  position: relative;
  width: 100%;
  background-color: #171a14;
  background-image: radial-gradient(circle at 18% 8%, rgba(200, 159, 71, 0.07), transparent 42%), radial-gradient(circle at 82% 92%, rgba(129, 199, 132, 0.05), transparent 42%);
  padding: 90px 20px;
  box-sizing: border-box;
  color: #e5dac3;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  overflow: hidden;
}
.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: 56px;
}
.strip[data-id="628703"] .section-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #c89f47;
  padding: 6px 14px;
  border: 1px solid rgba(200, 159, 71, 0.4);
  border-radius: 2px;
  background: rgba(200, 159, 71, 0.06);
  margin-bottom: 18px;
}
.strip[data-id="628703"] .section-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  color: #c89f47;
  margin: 0 0 18px 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.strip[data-id="628703"] .title-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.strip[data-id="628703"] .title-rule::before,
.strip[data-id="628703"] .title-rule::after {
  content: "";
  height: 1px;
  width: 60px;
  background: linear-gradient(90deg, transparent, #c89f47);
}
.strip[data-id="628703"] .title-rule::after {
  background: linear-gradient(90deg, #c89f47, transparent);
}
.strip[data-id="628703"] .title-rule .diamond {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: #c89f47;
}
.strip[data-id="628703"] .pricing-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: stretch;
}
.strip[data-id="628703"] .ticket-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.strip[data-id="628703"] .ticket-card {
  position: relative;
  display: flex;
  background: linear-gradient(150deg, #2a3124 0%, #1d241a 100%);
  border: 1px solid rgba(200, 159, 71, 0.55);
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transform-style: preserve-3d;
  will-change: transform;
  overflow: hidden;
}
.strip[data-id="628703"] .ticket-card:hover {
  border-color: #c89f47;
  box-shadow: 0 14px 34px rgba(200, 159, 71, 0.28);
}
.strip[data-id="628703"] .ticket-card::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(200, 159, 71, 0.28);
  border-radius: 3px;
  pointer-events: none;
}
.strip[data-id="628703"] .ticket-stub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 34px;
  padding: 14px 0;
  border-right: 1px dashed rgba(200, 159, 71, 0.45);
  flex-shrink: 0;
  position: relative;
}
.strip[data-id="628703"] .ticket-stub::before,
.strip[data-id="628703"] .ticket-stub::after {
  content: "";
  position: absolute;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #171a14;
  border: 1px solid rgba(200, 159, 71, 0.35);
}
.strip[data-id="628703"] .ticket-stub::before {
  top: -7px;
}
.strip[data-id="628703"] .ticket-stub::after {
  bottom: -7px;
}
.strip[data-id="628703"] .stub-num {
  font-family: "Special Elite", monospace;
  font-size: 13px;
  color: #c89f47;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 2px;
}
.strip[data-id="628703"] .ticket-main {
  flex: 1;
  padding: 18px 18px 14px;
  display: flex;
  flex-direction: column;
}
.strip[data-id="628703"] .ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 8px;
}
.strip[data-id="628703"] .ticket-cat-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c89f47;
  background: rgba(200, 159, 71, 0.1);
  border: 1px solid rgba(200, 159, 71, 0.35);
  padding: 3px 8px;
  border-radius: 2px;
}
.strip[data-id="628703"] .ticket-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: 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"] .ticket-icon svg {
  width: 18px;
  height: 18px;
}
.strip[data-id="628703"] .price-category {
  font-size: 17px;
  font-weight: 700;
  color: #e5dac3;
  margin: 0 0 6px 0;
}
.strip[data-id="628703"] .price-value {
  font-size: 30px;
  font-weight: 700;
  color: #c89f47;
  margin-bottom: 6px;
  line-height: 1;
}
.strip[data-id="628703"] .price-value.price-free {
  color: #81c784;
}
.strip[data-id="628703"] .price-note {
  font-size: 12.5px;
  line-height: 1.45;
  color: #a89f8f;
  margin: 0;
}
.strip[data-id="628703"] .ticket-footer {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed rgba(200, 159, 71, 0.3);
  font-family: "Special Elite", monospace;
  font-size: 10px;
  letter-spacing: 1px;
  color: #8a8272;
  text-transform: uppercase;
}
.strip[data-id="628703"] .ticket-stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-14deg) scale(0.6);
  opacity: 0;
  font-family: "Special Elite", monospace;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(200, 159, 71, 0.85);
  border: 2px solid rgba(200, 159, 71, 0.85);
  padding: 4px 10px;
  border-radius: 3px;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.strip[data-id="628703"] .ticket-card:hover .ticket-stamp {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-14deg) scale(1);
}
.strip[data-id="628703"] .voucher-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, #2b3326 0%, #1a2017 100%);
  border: 2px solid #c89f47;
  border-radius: 6px;
  padding: 34px 30px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}
.strip[data-id="628703"] .voucher-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(200, 159, 71, 0.35);
  border-radius: 3px;
  pointer-events: none;
}
.strip[data-id="628703"] .voucher-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.strip[data-id="628703"] .voucher-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(200, 159, 71, 0.14);
  border: 1px solid #c89f47;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip[data-id="628703"] .voucher-icon svg {
  width: 26px;
  height: 26px;
}
.strip[data-id="628703"] .voucher-kicker {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c89f47;
}
.strip[data-id="628703"] .services-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 24px;
  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.65;
  color: #e5dac3;
  margin: 0 0 24px 0;
}
.strip[data-id="628703"] .services-features {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 30px;
}
.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: #c89f47;
  color: #231c16;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 3px;
  margin-top: auto;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
}
.strip[data-id="628703"] .services-btn:hover {
  background: #a68032;
  transform: translateY(-2px);
}
.strip[data-id="628703"] .btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.strip[data-id="628703"] .voucher-stamp {
  position: absolute;
  bottom: 18px;
  right: 18px;
  font-family: "Special Elite", monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(200, 159, 71, 0.4);
  border: 2px solid rgba(200, 159, 71, 0.35);
  padding: 3px 8px;
  border-radius: 3px;
  transform: rotate(-8deg);
  pointer-events: none;
}
@media (max-width: 991px) {
  .strip[data-id="628703"] .pricing-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .strip[data-id="628703"] .pricing-section {
    padding: 64px 16px;
  }
  .strip[data-id="628703"] .section-title {
    font-size: 30px;
  }
  .strip[data-id="628703"] .ticket-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="628703"] .voucher-card {
    padding: 26px 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";
  /* Left telegraph board */
  /* Form box */
}
.strip[data-id="0fad2b"] .depeche-section {
  width: 100%;
  background: radial-gradient(ellipse at 15% 0%, rgba(200, 159, 71, 0.14), transparent 55%), radial-gradient(ellipse at 85% 100%, rgba(200, 159, 71, 0.1), transparent 55%), #1c1712;
  padding: 96px 20px;
  box-sizing: border-box;
  color: #e5dac3;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="0fad2b"] .depeche-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}
.strip[data-id="0fad2b"] .depeche-container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="0fad2b"] .depeche-header {
  text-align: center;
  margin-bottom: 48px;
}
.strip[data-id="0fad2b"] .depeche-kicker {
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c89f47;
  display: block;
  margin-bottom: 12px;
}
.strip[data-id="0fad2b"] .depeche-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  color: #f0e8d8;
  margin: 0 0 18px 0;
  line-height: 1.15;
}
.strip[data-id="0fad2b"] .depeche-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}
.strip[data-id="0fad2b"] .rule-line {
  width: 90px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c89f47, transparent);
}
.strip[data-id="0fad2b"] .rule-dot {
  width: 7px;
  height: 7px;
  background: #c89f47;
  transform: rotate(45deg);
}
.strip[data-id="0fad2b"] .depeche-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #c9bda6;
  max-width: 640px;
  margin: 0 auto;
}
.strip[data-id="0fad2b"] .depeche-desk {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 28px;
  align-items: stretch;
}
.strip[data-id="0fad2b"] .depeche-board {
  position: relative;
  background: linear-gradient(160deg, #2a241b, #1f1a13);
  border: 2px solid #5a4d33;
  border-radius: 10px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.strip[data-id="0fad2b"] .depeche-board::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c89f47, #7a5f2a, #c89f47);
}
.strip[data-id="0fad2b"] .board-stamp {
  width: 92px;
  height: 92px;
  border: 3px double #c89f47;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  position: relative;
  background: rgba(200, 159, 71, 0.06);
}
.strip[data-id="0fad2b"] .stamp-ring {
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 2px;
  color: #c89f47;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}
.strip[data-id="0fad2b"] .board-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 20px;
  color: #f0e8d8;
  text-align: center;
  margin-bottom: 8px;
}
.strip[data-id="0fad2b"] .board-note {
  font-size: 13px;
  color: #a99b82;
  text-align: center;
  margin: 0 0 22px 0;
  line-height: 1.5;
}
.strip[data-id="0fad2b"] .board-list {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 0;
  border-top: 1px dashed rgba(200, 159, 71, 0.35);
}
.strip[data-id="0fad2b"] .board-list li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(200, 159, 71, 0.25);
}
.strip[data-id="0fad2b"] .board-label {
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c89f47;
}
.strip[data-id="0fad2b"] .board-value {
  font-size: 15px;
  color: #f0e8d8;
  font-weight: 600;
}
.strip[data-id="0fad2b"] .board-tape {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(200, 159, 71, 0.1);
  border: 1px dashed rgba(200, 159, 71, 0.5);
  padding: 10px 12px;
  border-radius: 4px;
}
.strip[data-id="0fad2b"] .tape-text {
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #c89f47;
  text-transform: uppercase;
}
.strip[data-id="0fad2b"] .tape-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c89f47;
  animation: tapeBlink 1.2s infinite;
}
@keyframes tapeBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.strip[data-id="0fad2b"] .depeche-form-box {
  position: relative;
  background: linear-gradient(170deg, #2c3527, #222a1e);
  border: 2px solid #c89f47;
  border-radius: 10px;
  padding: 40px 38px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  box-sizing: border-box;
}
.strip[data-id="0fad2b"] .corner-rivet {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #e8cf8f, #a68032 60%, #6f541f);
  border: 1px solid #1a2017;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.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: 5px 14px;
  margin-bottom: 26px;
  background: rgba(200, 159, 71, 0.08);
  font-family: "Special Elite", "Courier New", monospace;
}
.strip[data-id="0fad2b"] .stamp-text {
  font-size: 11px;
  letter-spacing: 2px;
  color: #c89f47;
  text-transform: uppercase;
}
.strip[data-id="0fad2b"] .booking-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.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: 13px;
  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: 50px;
  background-color: #1a2017;
  border: 1px solid #5a4d33;
  border-radius: 4px;
  padding: 13px 14px 13px 46px;
  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 10px 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 46px;
  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 10px rgba(200, 159, 71, 0.4);
}
.strip[data-id="0fad2b"] .form-textarea::placeholder {
  color: #7a6e5b;
}
.strip[data-id="0fad2b"] .form-submit-wrapper {
  margin-top: 8px;
}
.strip[data-id="0fad2b"] .submit-btn {
  width: 100%;
  min-height: 54px;
  background: linear-gradient(180deg, #d4ab55, #a68032);
  color: #231c16;
  border: 1px solid #8a6a2c;
  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: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  box-shadow: 0 6px 18px rgba(200, 159, 71, 0.35);
}
.strip[data-id="0fad2b"] .submit-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px 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: 14px;
  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: rgba(76, 175, 80, 0.15);
  border: 1px solid #4caf50;
  color: #81c784;
}
.strip[data-id="0fad2b"] .form-status-message.error {
  display: block;
  background: rgba(229, 57, 53, 0.15);
  border: 1px solid #e53935;
  color: #ef9a9a;
}
@media (max-width: 900px) {
  .strip[data-id="0fad2b"] .depeche-desk {
    grid-template-columns: 1fr;
  }
  .strip[data-id="0fad2b"] .depeche-board {
    order: 2;
  }
}
@media (max-width: 768px) {
  .strip[data-id="0fad2b"] .depeche-section {
    padding: 60px 16px;
  }
  .strip[data-id="0fad2b"] .depeche-title {
    font-size: 32px;
  }
  .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;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.strip[data-id="1d1816"] .info-card:hover {
  border-color: #e0b864;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}
.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: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id="1d1816"] .status-open {
  background-color: #4caf50;
  color: #ffffff;
}
.strip[data-id="1d1816"] .status-closed {
  background-color: #757575;
  color: #ffffff;
}
.strip[data-id="1d1816"] .status-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
  animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.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.12);
  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: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  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%;
  display: flex;
  flex-direction: column;
}
.strip[data-id="1d1816"] .map-frame-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 2px solid #c89f47;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.strip[data-id="1d1816"] .map-overlay-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
.strip[data-id="1d1816"] .map-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #242b20;
  border: 1px solid #c89f47;
  color: #c89f47;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id="1d1816"] .map-action-btn svg {
  width: 16px;
  height: 16px;
}
.strip[data-id="1d1816"] .map-action-btn:hover {
  background-color: #c89f47;
  color: #181a17;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 159, 71, 0.3);
}
.strip[data-id="1d1816"] .map-iframe {
  width: 100%;
  height: 100%;
  flex: 1;
  min-height: 450px;
  display: block;
  /* Dark Military Map Filter - subtly tinted with brass */
  filter: grayscale(1) invert(0.92) contrast(1.2) brightness(0.9) hue-rotate(180deg) sepia(0.3) saturate(1.5);
}
@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: 350px;
  }
}
@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;
  }
  .strip[data-id="1d1816"] .map-overlay-badge {
    top: 12px;
    right: 12px;
  }
  .strip[data-id="1d1816"] .map-action-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
}@charset "UTF-8";
.strip[data-id=a0b7d4] {
  --section-id: "a0b7d4";
  --storage-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/a0b7d4";
  --public-url: "https://preview-muzeum-libocany-cz.proweb.cz/_section/a0b7d4";
  /* Column 1: Brand */
  /* Column 2: Navigation */
  /* Column 3: Contacts */
  /* Column 4: Social & CTA */
  /* Bottom Bar */
}
.strip[data-id=a0b7d4] .site-footer {
  width: 100%;
  background-color: #13100d;
  background-image: radial-gradient(circle at 50% 0%, rgba(200, 159, 71, 0.05) 0%, transparent 70%);
  border-top: 2px solid #c89f47;
  color: #c8beaa;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.strip[data-id=a0b7d4] .site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 159, 71, 0.3), transparent);
}
.strip[data-id=a0b7d4] .footer-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 60px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  gap: 60px;
  box-sizing: border-box;
}
.strip[data-id=a0b7d4] .footer-col-title {
  font-family: "Cinzel", serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c89f47;
  margin: 0 0 30px 0;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
}
.strip[data-id=a0b7d4] .footer-col-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #c89f47;
}
.strip[data-id=a0b7d4] .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.strip[data-id=a0b7d4] .footer-logo-link {
  display: inline-block;
  transition: transform 0.3s ease;
}
.strip[data-id=a0b7d4] .footer-logo-link:hover {
  transform: scale(1.05);
}
.strip[data-id=a0b7d4] .footer-logo-img {
  height: 90px;
  width: auto;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}
.strip[data-id=a0b7d4] .footer-desc {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #a69b89;
}
.strip[data-id=a0b7d4] .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.strip[data-id=a0b7d4] .footer-nav-link {
  color: #c8beaa;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id=a0b7d4] .footer-nav-link::before {
  content: "»";
  color: #c89f47;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-5px);
}
.strip[data-id=a0b7d4] .footer-nav-link:hover {
  color: #e0b85c;
  transform: translateX(5px);
}
.strip[data-id=a0b7d4] .footer-nav-link:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id=a0b7d4] .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id=a0b7d4] .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 14px;
}
.strip[data-id=a0b7d4] .footer-contact-icon {
  width: 20px;
  height: 20px;
  color: #c89f47;
  flex-shrink: 0;
  margin-top: 2px;
}
.strip[data-id=a0b7d4] .footer-contact-text {
  line-height: 1.6;
}
.strip[data-id=a0b7d4] .footer-contact-link {
  color: #c8beaa;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}
.strip[data-id=a0b7d4] .footer-contact-link:hover {
  color: #e0b85c;
}
.strip[data-id=a0b7d4] .footer-social-cta {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id=a0b7d4] .footer-fb-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #c8beaa;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}
.strip[data-id=a0b7d4] .footer-fb-link:hover {
  color: #e0b85c;
}
.strip[data-id=a0b7d4] .footer-fb-icon-box {
  width: 44px;
  height: 44px;
  background-color: rgba(200, 159, 71, 0.1);
  border: 1px solid rgba(200, 159, 71, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #c89f47;
}
.strip[data-id=a0b7d4] .footer-fb-link:hover .footer-fb-icon-box {
  background-color: #c89f47;
  color: #13100d;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(200, 159, 71, 0.3);
}
.strip[data-id=a0b7d4] .footer-phone-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border-left: 3px solid #c89f47;
}
.strip[data-id=a0b7d4] .cta-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8c8272;
  font-weight: 700;
}
.strip[data-id=a0b7d4] .cta-phone {
  font-size: 18px;
  font-weight: 700;
  color: #c89f47;
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}
.strip[data-id=a0b7d4] .cta-phone:hover {
  color: #e0b85c;
}
.strip[data-id=a0b7d4] .footer-bottom {
  border-top: 1px solid rgba(200, 159, 71, 0.1);
  padding: 30px 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.strip[data-id=a0b7d4] .footer-copyright {
  font-size: 13px;
  color: #6d6457;
  margin: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .strip[data-id=a0b7d4] .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=a0b7d4] .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 20px;
    text-align: center;
  }
  .strip[data-id=a0b7d4] .footer-col-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=a0b7d4] .footer-brand, .strip[data-id=a0b7d4] .footer-contact-item, .strip[data-id=a0b7d4] .footer-fb-link {
    align-items: center;
  }
  .strip[data-id=a0b7d4] .footer-contact-item {
    flex-direction: column;
    gap: 8px;
  }
  .strip[data-id=a0b7d4] .footer-nav-link::before {
    display: none;
  }
  .strip[data-id=a0b7d4] .footer-phone-cta {
    border-left: none;
    border-top: 3px solid #c89f47;
  }
}