@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,400&family=Playfair+Display:wght@700&display=swap');
.strip[data-id=d4586f] {
  --section-id: "d4586f";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/d4586f";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/d4586f";
  /* Staggered animation for mobile links */
}
.strip[data-id=d4586f] .nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 25px 0;
  background-color: transparent;
}
.strip[data-id=d4586f] .nav-header.scrolled {
  background-color: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 15px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.strip[data-id=d4586f] .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=d4586f] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.strip[data-id=d4586f] .logo-img {
  height: 65px;
  width: auto;
  transition: height 0.4s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.strip[data-id=d4586f] .nav-header.scrolled .logo-img {
  height: 50px;
}
.strip[data-id=d4586f] .nav-desktop {
  display: flex;
  gap: 35px;
  align-items: center;
}
.strip[data-id=d4586f] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fdfbf7;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.strip[data-id=d4586f] .nav-link:hover {
  color: #c5a059;
}
.strip[data-id=d4586f] .nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #c5a059;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=d4586f] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=d4586f] .cta-button {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c5a059;
  text-decoration: none;
  padding: 12px 28px;
  border: 1px solid #c5a059;
  transition: all 0.4s ease;
  display: inline-block;
}
.strip[data-id=d4586f] .cta-button:hover {
  background-color: #c5a059;
  color: #1a1a1a;
  box-shadow: 0 0 20px rgba(197, 160, 89, 0.3);
}
.strip[data-id=d4586f] .hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  position: relative;
}
.strip[data-id=d4586f] .hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fdfbf7;
  margin: 6px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}
.strip[data-id=d4586f] .nav-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.strip[data-id=d4586f] .nav-mobile-overlay .nav-link {
  font-size: 22px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link:nth-child(2) {
  transition-delay: 0.2s;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link:nth-child(3) {
  transition-delay: 0.3s;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link:nth-child(4) {
  transition-delay: 0.4s;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .nav-link:nth-child(5) {
  transition-delay: 0.5s;
}
.strip[data-id=d4586f] .nav-mobile-overlay.active .cta-button {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=d4586f] .nav-mobile-overlay .cta-button {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
@media (max-width: 992px) {
  .strip[data-id=d4586f] .nav-desktop, .strip[data-id=d4586f] .cta-container {
    display: none;
  }
  .strip[data-id=d4586f] .hamburger {
    display: block;
  }
  .strip[data-id=d4586f] .hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id=d4586f] .hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
  }
  .strip[data-id=d4586f] .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}.strip[data-id="435395"] {
  --section-id: "435395";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/435395";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/435395";
}
.strip[data-id="435395"] .hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c0c0c;
}
.strip[data-id="435395"] .hero-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strip[data-id="435395"] .hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: kenBurns 30s infinite alternate ease-in-out;
  filter: brightness(0.8);
}
@keyframes kenBurns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(-2%, -2%);
  }
}
.strip[data-id="435395"] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}
.strip[data-id="435395"] .hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInHero 1.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes fadeInHero {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.strip[data-id="435395"] .hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 8vw, 72px);
  color: #c5a059;
  margin-bottom: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.strip[data-id="435395"] .hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
}
.strip[data-id="435395"] .hero-line {
  height: 1px;
  width: 60px;
  background: linear-gradient(90deg, transparent, #c5a059, transparent);
}
.strip[data-id="435395"] .hero-diamond {
  width: 8px;
  height: 8px;
  background-color: #c5a059;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(197, 160, 89, 0.5);
}
.strip[data-id="435395"] .hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  color: #fdfbf7;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}
.strip[data-id="435395"] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  cursor: pointer;
  transition: opacity 0.3s;
}
.strip[data-id="435395"] .scroll-indicator:hover {
  opacity: 0.7;
}
.strip[data-id="435395"] .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid #c5a059;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.strip[data-id="435395"] .wheel {
  width: 4px;
  height: 8px;
  background-color: #c5a059;
  border-radius: 2px;
  animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
@media (max-width: 480px) {
  .strip[data-id="435395"] .hero-content {
    padding: 0 20px;
  }
  .strip[data-id="435395"] .hero-divider {
    margin-bottom: 20px;
  }
  .strip[data-id="435395"] .hero-line {
    width: 30px;
  }
}.strip[data-id="3c0299"] {
  --section-id: "3c0299";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/3c0299";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/3c0299";
}
.strip[data-id="3c0299"] .about-section {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #fdfbf7;
  overflow: hidden;
}
.strip[data-id="3c0299"] .about-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://preview-faustuv-dvur-cz.praweb.cz/_section/3c0299/paper-bg.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.04;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="3c0299"] .about-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  gap: 100px;
  align-items: center;
}
.strip[data-id="3c0299"] .about-text-col {
  flex: 1.2;
}
.strip[data-id="3c0299"] .about-title {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  color: #2c2c2c;
  margin-bottom: 40px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.strip[data-id="3c0299"] .about-description {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: #3a3a3a;
}
.strip[data-id="3c0299"] .about-description::first-letter {
  font-family: "Playfair Display", serif;
  float: left;
  font-size: 72px;
  line-height: 0.8;
  font-weight: 700;
  color: #8b0000;
  margin-right: 12px;
  margin-top: 8px;
}
.strip[data-id="3c0299"] .about-visual-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.strip[data-id="3c0299"] .about-icons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
}
.strip[data-id="3c0299"] .about-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.strip[data-id="3c0299"] .about-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(197, 160, 89, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
}
.strip[data-id="3c0299"] .about-icon-circle:hover {
  transform: translateY(-8px);
  border-color: #c5a059;
  box-shadow: 0 10px 20px rgba(197, 160, 89, 0.15);
}
.strip[data-id="3c0299"] .about-icon-circle svg {
  width: 42px;
  height: 42px;
  fill: #c5a059;
}
.strip[data-id="3c0299"] .about-icon-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #c5a059;
  font-weight: 600;
}
.strip[data-id="3c0299"] .about-decoration-frame {
  width: 100%;
  max-width: 360px;
  padding: 35px 25px;
  border: 1px solid rgba(197, 160, 89, 0.6);
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.strip[data-id="3c0299"] .about-decoration-frame::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid rgba(197, 160, 89, 0.2);
  pointer-events: none;
}
.strip[data-id="3c0299"] .about-frame-text {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 20px;
  color: #2c2c2c;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 992px) {
  .strip[data-id="3c0299"] .about-section {
    padding: 80px 0;
  }
  .strip[data-id="3c0299"] .about-container {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id="3c0299"] .about-description::first-letter {
    float: none;
    display: block;
    margin: 0 auto 25px;
    font-size: 64px;
  }
  .strip[data-id="3c0299"] .about-visual-col {
    width: 100%;
  }
  .strip[data-id="3c0299"] .about-icons-grid {
    order: -1;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="3c0299"] .about-title {
    font-size: 34px;
  }
  .strip[data-id="3c0299"] .about-icons-grid {
    gap: 20px;
  }
  .strip[data-id="3c0299"] .about-icon-circle {
    width: 80px;
    height: 80px;
  }
  .strip[data-id="3c0299"] .about-icon-circle svg {
    width: 34px;
    height: 34px;
  }
}.strip[data-id=a6b6e6] {
  --section-id: "a6b6e6";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/a6b6e6";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/a6b6e6";
}
.strip[data-id=a6b6e6] .meat-section {
  background-color: #1a1a1a;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.strip[data-id=a6b6e6] .meat-watermark {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%) rotate(-90deg);
  font-family: "Montserrat", sans-serif;
  font-size: 140px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.02);
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
  letter-spacing: 15px;
}
.strip[data-id=a6b6e6] .meat-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.strip[data-id=a6b6e6] .meat-text-col {
  flex: 1.1;
  padding-right: 80px;
  opacity: 0;
  transform: translateX(-30px);
  animation: meatFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes meatFadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.strip[data-id=a6b6e6] .meat-title {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  color: #c5a059;
  margin-bottom: 20px;
  line-height: 1.1;
}
.strip[data-id=a6b6e6] .meat-divider {
  width: 80px;
  height: 3px;
  background-color: #c5a059;
  margin-bottom: 40px;
}
.strip[data-id=a6b6e6] .meat-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.9;
  color: #fdfbf7;
}
.strip[data-id=a6b6e6] .meat-description p {
  margin-bottom: 25px;
}
.strip[data-id=a6b6e6] .meat-description strong {
  color: #e63946; /* Improved contrast red */
  font-weight: 700;
}
.strip[data-id=a6b6e6] .meat-image-col {
  flex: 0.9;
  position: relative;
}
.strip[data-id=a6b6e6] .meat-image-wrapper {
  position: relative;
  width: 115%;
  right: -10%;
  perspective: 1000px;
}
.strip[data-id=a6b6e6] .meat-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(197, 160, 89, 0.1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.strip[data-id=a6b6e6] .meat-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  border-radius: 4px;
}
.strip[data-id=a6b6e6] .meat-image-wrapper:hover .meat-img {
  transform: scale(1.05) rotateY(-5deg);
}
@media (max-width: 1100px) {
  .strip[data-id=a6b6e6] .meat-text-col {
    padding-right: 40px;
  }
  .strip[data-id=a6b6e6] .meat-title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=a6b6e6] .meat-section {
    padding: 80px 0;
  }
  .strip[data-id=a6b6e6] .meat-container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id=a6b6e6] .meat-text-col {
    padding-right: 0;
    margin-top: 50px;
    order: 2;
    transform: translateY(30px);
  }
  .strip[data-id=a6b6e6] .meat-divider {
    margin: 0 auto 30px;
  }
  .strip[data-id=a6b6e6] .meat-image-col {
    order: 1;
    width: 100%;
  }
  .strip[data-id=a6b6e6] .meat-image-wrapper {
    width: 100%;
    right: 0;
  }
  .strip[data-id=a6b6e6] .meat-watermark {
    display: none;
  }
  .strip[data-id=a6b6e6] .meat-title {
    font-size: 40px;
  }
}.strip[data-id=a1442d] {
  --section-id: "a1442d";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/a1442d";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/a1442d";
  /* Intersection Observer would be better, but we use CSS for stability */
}
.strip[data-id=a1442d] .art-section {
  background-color: #fdfbf7;
  padding: 120px 0;
  width: 100%;
  overflow: hidden;
}
.strip[data-id=a1442d] .art-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id=a1442d] .art-row {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 140px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.strip[data-id=a1442d] .art-row.visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=a1442d] .art-row:last-child {
  margin-bottom: 0;
}
.strip[data-id=a1442d] .art-row.reverse {
  flex-direction: row-reverse;
}
.strip[data-id=a1442d] .art-text-col {
  flex: 1;
}
.strip[data-id=a1442d] .art-image-col {
  flex: 1;
}
.strip[data-id=a1442d] .art-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #1a1a1a;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 15px;
}
.strip[data-id=a1442d] .art-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #c5a059;
}
.strip[data-id=a1442d] .art-row.reverse .art-title::after {
  left: auto;
  right: 0;
}
.strip[data-id=a1442d] .art-description {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 25px;
  max-width: 540px;
}
.strip[data-id=a1442d] .art-row.reverse .art-description {
  margin-left: auto;
  text-align: right;
}
.strip[data-id=a1442d] .art-info-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
.strip[data-id=a1442d] .art-info-item {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id=a1442d] .art-row.reverse .art-info-item {
  flex-direction: row-reverse;
  text-align: right;
}
.strip[data-id=a1442d] .art-info-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #c5a059;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.strip[data-id=a1442d] .art-image-wrapper {
  position: relative;
  cursor: pointer;
}
.strip[data-id=a1442d] .art-image-wrapper::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 2px solid #c5a059;
  z-index: 1;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id=a1442d] .art-image-wrapper:hover::before {
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
}
.strip[data-id=a1442d] .art-img-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #000;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id=a1442d] .art-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}
.strip[data-id=a1442d] .art-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.4);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 3;
}
.strip[data-id=a1442d] .art-image-wrapper:hover .art-image-overlay {
  opacity: 1;
}
.strip[data-id=a1442d] .art-image-wrapper:hover .art-img {
  transform: scale(1.08);
  opacity: 0.7;
}
.strip[data-id=a1442d] .art-zoom-text {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 12px 25px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.strip[data-id=a1442d] .art-image-wrapper:hover .art-zoom-text {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.strip[data-id=a1442d] .art-ornament {
  text-align: center;
  margin: 80px 0;
  color: #c5a059;
}
.strip[data-id=a1442d] .art-ornament svg {
  width: 140px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  opacity: 0.6;
}
@media (max-width: 1100px) {
  .strip[data-id=a1442d] .art-row {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=a1442d] .art-section {
    padding: 80px 0;
  }
  .strip[data-id=a1442d] .art-row, .strip[data-id=a1442d] .art-row.reverse {
    flex-direction: column;
    gap: 50px;
    text-align: center;
    margin-bottom: 100px;
  }
  .strip[data-id=a1442d] .art-title::after {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .strip[data-id=a1442d] .art-description {
    margin: 0 auto 25px auto;
    text-align: center !important;
  }
  .strip[data-id=a1442d] .art-info-list {
    display: inline-block;
    text-align: left;
  }
  .strip[data-id=a1442d] .art-row.reverse .art-info-item {
    flex-direction: row;
    text-align: left;
  }
  .strip[data-id=a1442d] .art-image-col {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .strip[data-id=a1442d] .art-row:first-child .art-img-container {
    max-height: 500px;
  }
  .strip[data-id=a1442d] .art-row:first-child .art-img {
    object-fit: cover;
    object-position: center;
    height: 500px;
  }
  .strip[data-id=a1442d] .art-image-wrapper::before {
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=a1442d] .art-title {
    font-size: 32px;
  }
  .strip[data-id=a1442d] .art-row:first-child .art-img-container {
    max-height: 350px;
  }
  .strip[data-id=a1442d] .art-row:first-child .art-img {
    height: 350px;
  }
}.strip[data-id="39e108"] {
  --section-id: "39e108";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/39e108";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/39e108";
  /* Staggered animation for grid items */
  /* Lightbox Styles */
}
.strip[data-id="39e108"] .gallery-section {
  background-color: #fdfbf7;
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}
.strip[data-id="39e108"] .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="39e108"] .gallery-header {
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}
.strip[data-id="39e108"] .gallery-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #2c2c2c;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.strip[data-id="39e108"] .gallery-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="39e108"] .gallery-grid {
  columns: 4;
  column-gap: 24px;
}
.strip[data-id="39e108"] .gallery-item {
  break-inside: avoid;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f0ede9;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: scale(0.95);
  animation: galleryIn 0.6s forwards;
}
.strip[data-id="39e108"] .gallery-item:nth-child(1) {
  animation-delay: 0.1s;
}
.strip[data-id="39e108"] .gallery-item:nth-child(2) {
  animation-delay: 0.2s;
}
.strip[data-id="39e108"] .gallery-item:nth-child(3) {
  animation-delay: 0.3s;
}
.strip[data-id="39e108"] .gallery-item:nth-child(4) {
  animation-delay: 0.4s;
}
.strip[data-id="39e108"] .gallery-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.7s cubic-bezier(0.2, 0, 0.2, 1);
}
.strip[data-id="39e108"] .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(197, 160, 89, 0.3);
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
}
.strip[data-id="39e108"] .gallery-icon {
  width: 40px;
  height: 40px;
  color: white;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="39e108"] .gallery-item:hover .gallery-img {
  transform: scale(1.12);
}
.strip[data-id="39e108"] .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.strip[data-id="39e108"] .gallery-item:hover .gallery-icon {
  transform: scale(1);
  opacity: 1;
}
.strip[data-id="39e108"] .gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id="39e108"] .gallery-lightbox.active {
  display: flex;
  opacity: 1;
}
.strip[data-id="39e108"] .lightbox-content {
  max-width: 95%;
  max-height: 90vh;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="39e108"] .gallery-lightbox.active .lightbox-content {
  transform: scale(1);
}
.strip[data-id="39e108"] .lightbox-img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 4px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  display: block;
}
.strip[data-id="39e108"] .lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}
.strip[data-id="39e108"] .lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes galleryIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 992px) {
  .strip[data-id="39e108"] .gallery-grid {
    columns: 2;
    column-gap: 20px;
  }
  .strip[data-id="39e108"] .gallery-title {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="39e108"] .gallery-grid {
    columns: 1;
  }
  .strip[data-id="39e108"] .gallery-section {
    padding: 60px 0;
  }
}.strip[data-id=cd7308] {
  --section-id: "cd7308";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/cd7308";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/cd7308";
}
.strip[data-id=cd7308] .contact-section {
  width: 100%;
  background-color: #121212;
  padding: 100px 0;
}
.strip[data-id=cd7308] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  background-color: #1a1a1a;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  overflow: hidden;
}
.strip[data-id=cd7308] .contact-info {
  flex: 1;
  color: #fdfbf7;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
}
.strip[data-id=cd7308] .contact-map-side {
  flex: 1;
  min-height: 600px;
  position: relative;
}
.strip[data-id=cd7308] .contact-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #c5a059;
  margin-bottom: 10px;
}
.strip[data-id=cd7308] .contact-divider {
  width: 60px;
  height: 3px;
  background-color: #c5a059;
  margin-bottom: 40px;
}
.strip[data-id=cd7308] .contact-details {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.strip[data-id=cd7308] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}
.strip[data-id=cd7308] .contact-item svg {
  width: 20px;
  height: 20px;
  fill: #c5a059;
  margin-top: 4px;
  flex-shrink: 0;
}
.strip[data-id=cd7308] .contact-link {
  color: #fdfbf7;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=cd7308] .contact-link:hover {
  color: #c5a059;
}
.strip[data-id=cd7308] .opening-hours-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c5a059;
  margin-bottom: 25px;
}
.strip[data-id=cd7308] .opening-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.strip[data-id=cd7308] .opening-table td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}
.strip[data-id=cd7308] .day-name {
  font-weight: 700;
}
.strip[data-id=cd7308] .time-val {
  text-align: right;
  color: #fdfbf7;
}
.strip[data-id=cd7308] .social-links {
  margin-top: auto;
  padding-top: 40px;
  display: flex;
  gap: 20px;
}
.strip[data-id=cd7308] .fb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #c5a059;
  border: 1px solid #c5a059;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.strip[data-id=cd7308] .fb-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(197, 160, 89, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(197, 160, 89, 0);
  }
}
.strip[data-id=cd7308] .fb-icon:hover {
  background-color: #c5a059;
  color: #1a1a1a;
  animation: pulse 1.5s infinite;
}
.strip[data-id=cd7308] .map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) brightness(0.8) contrast(1.2);
}
@media (max-width: 992px) {
  .strip[data-id=cd7308] .contact-section {
    padding: 60px 0;
  }
  .strip[data-id=cd7308] .contact-container {
    flex-direction: column;
    margin: 0 20px;
  }
  .strip[data-id=cd7308] .contact-info {
    padding: 50px 30px;
  }
  .strip[data-id=cd7308] .contact-map-side {
    min-height: 400px;
    order: 2;
  }
  .strip[data-id=cd7308] .contact-title {
    font-size: 36px;
  }
}.strip[data-id=f9474c] {
  --section-id: "f9474c";
  --storage-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/f9474c";
  --public-url: "https://preview-faustuv-dvur-cz.praweb.cz/_section/f9474c";
}
.strip[data-id=f9474c] .footer-section {
  background-color: #1a1a1a;
  padding: 80px 0 50px;
  border-top: 1px solid #c5a059;
  width: 100%;
  color: #fdfbf7;
}
.strip[data-id=f9474c] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.strip[data-id=f9474c] .footer-col {
  flex: 1;
}
.strip[data-id=f9474c] .footer-col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip[data-id=f9474c] .footer-logo {
  height: 70px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.strip[data-id=f9474c] .footer-logo:hover {
  opacity: 1;
}
.strip[data-id=f9474c] .footer-col-middle {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.strip[data-id=f9474c] .footer-message {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 400px;
}
.strip[data-id=f9474c] .footer-signature-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 10px;
}
.strip[data-id=f9474c] .footer-signature-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #c5a059;
}
.strip[data-id=f9474c] .footer-signature {
  font-family: "Great Vibes", cursive;
  font-size: 32px;
  color: #c5a059;
  margin: 0;
  transition: transform 0.3s ease;
  cursor: default;
}
.strip[data-id=f9474c] .footer-signature:hover {
  transform: scale(1.05);
}
.strip[data-id=f9474c] .footer-col-right {
  text-align: right;
}
.strip[data-id=f9474c] .footer-copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fdfbf7;
  opacity: 0.7;
  line-height: 2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.strip[data-id=f9474c] .footer-bottom-line {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  .strip[data-id=f9474c] .footer-section {
    padding: 60px 0 40px;
  }
  .strip[data-id=f9474c] .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id=f9474c] .footer-col-left {
    align-items: center;
  }
  .strip[data-id=f9474c] .footer-col-right {
    text-align: center;
  }
  .strip[data-id=f9474c] .footer-message {
    font-size: 14px;
  }
}