@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:wght@300;400;600;700&family=Playfair+Display:wght@700&display=swap');
.strip[data-id="24f81c"] {
  --section-id: "24f81c";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/24f81c";
  --public-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/24f81c";
  /* Staggered animation for mobile items */
}
.strip[data-id="24f81c"] .header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="24f81c"] .header-section.scrolled {
  background-color: rgba(15, 15, 15, 0.95);
  border-bottom: 1px solid #C5A059;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.strip[data-id="24f81c"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  transition: height 0.4s ease;
}
.strip[data-id="24f81c"] .header-section.scrolled .container {
  height: 70px;
}
.strip[data-id="24f81c"] .logo-wrapper {
  flex: 0 0 auto;
}
.strip[data-id="24f81c"] .logo-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.strip[data-id="24f81c"] .logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
  transition: height 0.4s ease;
}
.strip[data-id="24f81c"] .header-section.scrolled .logo-img {
  height: 45px;
}
.strip[data-id="24f81c"] .nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
}
.strip[data-id="24f81c"] .menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id="24f81c"] .menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFF0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.strip[data-id="24f81c"] .menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #C5A059;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="24f81c"] .menu li a:hover {
  color: #C5A059;
}
.strip[data-id="24f81c"] .menu li a:hover::after {
  width: 100%;
}
.strip[data-id="24f81c"] .actions-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id="24f81c"] .btn-reservation {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #C5A059;
  color: #000000;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #C5A059;
  white-space: nowrap;
}
.strip[data-id="24f81c"] .btn-reservation:hover {
  background-color: transparent;
  color: #C5A059;
  box-shadow: 0 6px 20px rgba(197, 160, 89, 0.3);
  transform: translateY(-2px);
}
.strip[data-id="24f81c"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 7px;
  z-index: 10000;
}
.strip[data-id="24f81c"] .mobile-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #C5A059;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="24f81c"] .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(15, 15, 15, 0.98);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.strip[data-id="24f81c"] .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id="24f81c"] .mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id="24f81c"] .mobile-nav li {
  margin: 20px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="24f81c"] .mobile-menu-overlay.active .mobile-nav li {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="24f81c"] .mobile-menu-overlay.active .mobile-nav li:nth-child(1) {
  transition-delay: 0.1s;
}
.strip[data-id="24f81c"] .mobile-menu-overlay.active .mobile-nav li:nth-child(2) {
  transition-delay: 0.2s;
}
.strip[data-id="24f81c"] .mobile-menu-overlay.active .mobile-nav li:nth-child(3) {
  transition-delay: 0.3s;
}
.strip[data-id="24f81c"] .mobile-menu-overlay.active .mobile-nav li:nth-child(4) {
  transition-delay: 0.4s;
}
.strip[data-id="24f81c"] .mobile-menu-overlay.active .mobile-nav li:nth-child(5) {
  transition-delay: 0.5s;
}
.strip[data-id="24f81c"] .mobile-nav li a {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #FFFFF0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  padding: 10px;
}
@media (max-width: 1024px) {
  .strip[data-id="24f81c"] .nav-center {
    display: none;
  }
  .strip[data-id="24f81c"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="24f81c"] .actions-right .btn-reservation {
    display: none;
  }
  .strip[data-id="24f81c"] .container {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="24f81c"] .container {
    height: 70px;
  }
  .strip[data-id="24f81c"] .logo-img {
    height: 45px;
  }
}.strip[data-id="219758"] {
  --section-id: "219758";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/219758";
  --public-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/219758";
  /* Decorative inner border */
}
.strip[data-id="219758"] .hero-section {
  position: relative;
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.strip[data-id="219758"] .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
.strip[data-id="219758"] .vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
.strip[data-id="219758"] .container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
.strip[data-id="219758"] .content-box {
  max-width: 850px;
  padding: 70px 50px;
  background-color: rgba(28, 25, 20, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #C5A059;
  text-align: center;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
  position: relative;
}
.strip[data-id="219758"] .content-box::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(197, 160, 89, 0.3);
  pointer-events: none;
}
.strip[data-id="219758"] .main-title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  color: #C5A059;
  margin: 0 0 25px 0;
  line-height: 1.1;
  text-transform: none;
  font-weight: 700;
}
.strip[data-id="219758"] .description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #FFFFF0;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  .strip[data-id="219758"] .main-title {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="219758"] .hero-section {
    height: auto;
    min-height: 85vh;
    padding: 100px 0;
  }
  .strip[data-id="219758"] .parallax-bg {
    background-attachment: scroll;
  }
  .strip[data-id="219758"] .main-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .strip[data-id="219758"] .content-box {
    padding: 50px 25px;
    margin: 0 10px;
  }
  .strip[data-id="219758"] .description {
    font-size: 16px;
  }
}.strip[data-id=a4d5a1] {
  --section-id: "a4d5a1";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/a4d5a1";
  --public-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/a4d5a1";
}
.strip[data-id=a4d5a1] .restaurant-about {
  background-color: #4A3728;
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  padding: 100px 0;
  color: #FFFFF0;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  position: relative;
}
.strip[data-id=a4d5a1] .restaurant-about .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id=a4d5a1] .restaurant-about .grid {
  display: grid;
  grid-template-columns: 1.5fr 1px 1fr;
  gap: 40px;
  align-items: center;
}
.strip[data-id=a4d5a1] .restaurant-about .vertical-divider {
  height: 80%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #C5A059, transparent);
  opacity: 0.3;
}
.strip[data-id=a4d5a1] .restaurant-about h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #C5A059;
  margin-bottom: 45px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.strip[data-id=a4d5a1] .restaurant-about .text-wrapper p {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #FFFFF0;
  font-weight: 300;
}
.strip[data-id=a4d5a1] .restaurant-about .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 35px;
  transition: transform 0.3s ease;
}
.strip[data-id=a4d5a1] .restaurant-about .feature-item:hover {
  transform: translateX(10px);
}
.strip[data-id=a4d5a1] .restaurant-about .feature-item:hover .icon-box {
  background-color: #C5A059;
  color: #4A3728;
  box-shadow: 0 0 15px rgba(197, 160, 89, 0.4);
}
.strip[data-id=a4d5a1] .restaurant-about .feature-item .icon-box {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C5A059;
  border-radius: 50%;
  color: #C5A059;
  font-size: 22px;
  background-color: rgba(197, 160, 89, 0.05);
  transition: all 0.3s ease;
}
.strip[data-id=a4d5a1] .restaurant-about .feature-item .feature-text p {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.6;
  color: #FFFFF0;
  font-weight: 400;
}
.strip[data-id=a4d5a1] .restaurant-about .image-col {
  position: relative;
}
.strip[data-id=a4d5a1] .restaurant-about .image-frame {
  position: relative;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=a4d5a1] .restaurant-about .image-frame::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  right: -25px;
  bottom: -25px;
  border: 2px solid #C5A059;
  z-index: -1;
  transition: all 0.5s ease;
}
.strip[data-id=a4d5a1] .restaurant-about .image-frame img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: filter 0.5s ease;
}
.strip[data-id=a4d5a1] .restaurant-about .image-frame:hover {
  transform: scale(1.02);
}
.strip[data-id=a4d5a1] .restaurant-about .image-frame:hover::before {
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
  opacity: 0.8;
}
.strip[data-id=a4d5a1] .restaurant-about .image-frame:hover img {
  filter: brightness(1.1);
}
@media (max-width: 1100px) {
  .strip[data-id=a4d5a1] .restaurant-about .grid {
    grid-template-columns: 1.2fr 1px 1fr;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=a4d5a1] .restaurant-about .grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id=a4d5a1] .restaurant-about .vertical-divider {
    display: none;
  }
  .strip[data-id=a4d5a1] .restaurant-about .image-col {
    order: -1;
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .strip[data-id=a4d5a1] .restaurant-about h2 {
    font-size: 40px;
    text-align: center;
  }
  .strip[data-id=a4d5a1] .restaurant-about .text-wrapper {
    text-align: center;
  }
  .strip[data-id=a4d5a1] .restaurant-about .feature-item {
    justify-content: center;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=a4d5a1] .restaurant-about .feature-item:hover {
    transform: none;
  }
}
@media (max-width: 767px) {
  .strip[data-id=a4d5a1] .restaurant-about {
    padding: 70px 0;
  }
  .strip[data-id=a4d5a1] .restaurant-about .image-frame::before {
    display: none;
  }
  .strip[data-id=a4d5a1] .restaurant-about h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .strip[data-id=a4d5a1] .restaurant-about .text-wrapper p {
    font-size: 17px;
  }
  .strip[data-id=a4d5a1] .restaurant-about .feature-item {
    gap: 15px;
  }
  .strip[data-id=a4d5a1] .restaurant-about .feature-item .icon-box {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .strip[data-id=a4d5a1] .restaurant-about .feature-item .feature-text p {
    font-size: 16px;
  }
}.strip[data-id="785792"] {
  --section-id: "785792";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/785792";
  --public-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/785792";
}
.strip[data-id="785792"] .meat-exclusivity {
  position: relative;
  background-color: #000000;
  padding: 100px 20px;
  overflow: hidden;
  color: #FFFFF0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="785792"] .meat-exclusivity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/785792/steak-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.15;
  z-index: 1;
}
.strip[data-id="785792"] .meat-exclusivity .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="785792"] .meat-exclusivity .content-column {
  max-width: 800px;
  text-align: center;
}
.strip[data-id="785792"] .meat-exclusivity h2 {
  font-family: "Playfair Display", serif;
  font-size: 80px;
  margin-bottom: 40px;
  margin-top: 0;
  background: linear-gradient(45deg, #8B6B3F, #C5A059, #F5D695, #C5A059, #8B6B3F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
}
.strip[data-id="785792"] .meat-exclusivity p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #FFFFF0;
  margin-bottom: 30px;
}
.strip[data-id="785792"] .meat-exclusivity p strong {
  color: #C5A059;
  font-weight: 700;
}
.strip[data-id="785792"] .meat-exclusivity .seal-container {
  margin-top: 40px;
  position: relative;
  display: inline-block;
}
.strip[data-id="785792"] .meat-exclusivity .seal {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #C5A059;
  padding: 5px;
  background: #000;
  box-shadow: 0 0 20px rgba(197, 160, 89, 0.3);
  object-fit: cover;
}
.strip[data-id="785792"] .meat-exclusivity .stamp {
  position: absolute;
  bottom: -20px;
  right: -60px;
  border: 2px solid #C5A059;
  color: #C5A059;
  padding: 5px 15px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  transform: rotate(-15deg);
  background: rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
}
.strip[data-id="785792"] .meat-exclusivity .marbling-line {
  position: absolute;
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.4), transparent);
  transform: rotate(45deg);
  z-index: 1;
}
.strip[data-id="785792"] .meat-exclusivity .line-1 {
  top: 10%;
  left: -5%;
}
.strip[data-id="785792"] .meat-exclusivity .line-2 {
  bottom: 15%;
  right: -5%;
}
@media (max-width: 768px) {
  .strip[data-id="785792"] .meat-exclusivity {
    padding: 60px 20px;
  }
  .strip[data-id="785792"] .meat-exclusivity h2 {
    font-size: 48px;
  }
  .strip[data-id="785792"] .meat-exclusivity p {
    font-size: 1rem;
  }
  .strip[data-id="785792"] .meat-exclusivity .stamp {
    right: 0;
    bottom: -30px;
  }
}.strip[data-id="05f51c"] {
  --section-id: "05f51c";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/05f51c";
  --public-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/05f51c";
}
.strip[data-id="05f51c"] .history-art-section {
  background-color: #1A1A1A;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 50c0-10 5-15 10-15s10 5 10 15-5 15-10 15-10-5-10-15zM20 20c0-5 2.5-7.5 5-7.5s5 2.5 5 7.5-2.5 7.5-5 7.5-5-2.5-5-7.5zm60 0c0-5 2.5-7.5 5-7.5s5 2.5 5 7.5-2.5 7.5-5 7.5-5-2.5-5-7.5zM20 80c0-5 2.5-7.5 5-7.5s5 2.5 5 7.5-2.5 7.5-5 7.5-5-2.5-5-7.5zm60 0c0-5 2.5-7.5 5-7.5s5 2.5 5 7.5-2.5 7.5-5 7.5-5-2.5-5-7.5z' fill='%23C5A059' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
  padding: 120px 20px;
  color: #FFFFFF;
  overflow: hidden;
}
.strip[data-id="05f51c"] .section-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="05f51c"] .image-column {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.strip[data-id="05f51c"] .art-frame {
  position: relative;
  padding: 35px;
  background: #E8E2D6; /* Warm parchment/cream passepartout */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 0 0 15px #2C1B0E, 0 0 0 17px #1A0F08, 0 30px 60px rgba(0, 0, 0, 0.7);
  line-height: 0;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
}
.strip[data-id="05f51c"] .art-frame:hover {
  transform: scale(1.02) translateY(-5px);
}
.strip[data-id="05f51c"] .art-frame img {
  width: 100%;
  height: auto;
  display: block;
  filter: sepia(0.15) contrast(1.05);
}
.strip[data-id="05f51c"] .art-label {
  margin-top: 25px;
  background: #E8E2D6;
  color: #1A1A1A;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-left: 3px solid #C5A059;
  align-self: flex-end;
  margin-right: -20px;
  z-index: 3;
}
.strip[data-id="05f51c"] .content-column {
  flex: 0 0 55%;
}
.strip[data-id="05f51c"] .icon-box {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.strip[data-id="05f51c"] .icon-item {
  font-size: 20px;
  color: #C5A059;
  opacity: 0.8;
}
.strip[data-id="05f51c"] h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 48px;
  color: #C5A059;
  margin-bottom: 30px;
  line-height: 1.1;
  position: relative;
}
.strip[data-id="05f51c"] h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #C5A059;
  margin-top: 15px;
}
.strip[data-id="05f51c"] .description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-align: left; /* Changed from justify */
  color: rgba(255, 255, 255, 0.9);
  hyphens: auto;
}
.strip[data-id="05f51c"] .description p {
  margin-bottom: 25px;
}
.strip[data-id="05f51c"] .description strong {
  color: #C5A059;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .strip[data-id="05f51c"] .section-container {
    gap: 40px;
  }
  .strip[data-id="05f51c"] h2 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="05f51c"] .history-art-section {
    padding: 80px 20px;
  }
  .strip[data-id="05f51c"] .section-container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="05f51c"] .image-column, .strip[data-id="05f51c"] .content-column {
    flex: 0 0 100%;
    width: 100%;
  }
  .strip[data-id="05f51c"] .art-frame {
    padding: 20px;
    box-shadow: 0 0 0 10px #2C1B0E, 0 0 0 12px #1A0F08, 0 20px 40px rgba(0, 0, 0, 0.5);
  }
  .strip[data-id="05f51c"] .art-label {
    align-self: center;
    margin-right: 0;
  }
  .strip[data-id="05f51c"] .icon-box {
    justify-content: center;
  }
  .strip[data-id="05f51c"] h2::after {
    margin: 15px auto 0;
  }
  .strip[data-id="05f51c"] .description {
    text-align: center;
  }
}.strip[data-id=c6e9eb] {
  --section-id: "c6e9eb";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/c6e9eb";
  --public-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/c6e9eb";
  /* Masonry adjustments */
  /* Lightbox */
}
.strip[data-id=c6e9eb] section {
  background-color: #4A3728;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%235a4433' fill-opacity='0.2'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  overflow: hidden;
}
.strip[data-id=c6e9eb] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=c6e9eb] .gallery-header {
  text-align: center;
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.strip[data-id=c6e9eb] .gallery-header.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=c6e9eb] .gallery-header h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 48px);
  color: #C5A059;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}
.strip[data-id=c6e9eb] .gallery-header p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
  color: #D1C4B9;
}
.strip[data-id=c6e9eb] .masonry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.strip[data-id=c6e9eb] .gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #C5A059;
  background: #FFFFFF;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.3s ease;
}
.strip[data-id=c6e9eb] .gallery-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=c6e9eb] .gallery-item:hover {
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5);
}
.strip[data-id=c6e9eb] .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1), filter 0.7s ease;
}
.strip[data-id=c6e9eb] .gallery-item .overlay {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease;
  z-index: 2;
}
.strip[data-id=c6e9eb] .gallery-item .overlay svg {
  width: 40px;
  height: 40px;
  color: #C5A059;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=c6e9eb] .gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(0.6);
}
.strip[data-id=c6e9eb] .gallery-item:hover .overlay {
  background: rgba(74, 55, 40, 0.4);
}
.strip[data-id=c6e9eb] .gallery-item:hover .overlay svg {
  opacity: 1;
  transform: scale(1);
}
.strip[data-id=c6e9eb] .item-portrait {
  grid-row: span 2;
}
.strip[data-id=c6e9eb] .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 18, 12, 0.98);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding: 40px;
}
.strip[data-id=c6e9eb] .lightbox.active {
  opacity: 1;
  pointer-events: auto;
}
.strip[data-id=c6e9eb] .lightbox-content {
  position: relative;
  max-width: 1000px;
  width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.strip[data-id=c6e9eb] .lightbox.active .lightbox-content {
  transform: scale(1);
}
.strip[data-id=c6e9eb] .lightbox img {
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
  border: 2px solid #C5A059;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}
.strip[data-id=c6e9eb] .lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: #C5A059;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s ease, transform 0.3s ease;
}
.strip[data-id=c6e9eb] .lightbox-close:hover {
  color: #FFFFFF;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .strip[data-id=c6e9eb] section {
    padding: 60px 15px;
  }
  .strip[data-id=c6e9eb] .gallery-header {
    margin-bottom: 40px;
  }
  .strip[data-id=c6e9eb] .masonry-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id=c6e9eb] .item-portrait {
    grid-row: auto;
  }
  .strip[data-id=c6e9eb] .lightbox {
    padding: 20px;
  }
  .strip[data-id=c6e9eb] .lightbox-close {
    top: -40px;
    right: 10px;
  }
}.strip[data-id="743fea"] {
  --section-id: "743fea";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/743fea";
  --public-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/743fea";
}
.strip[data-id="743fea"] .contact-section {
  background: radial-gradient(circle at top right, #252525, #1A1A1A);
  padding: 120px 0;
  color: #FFFFF0;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  position: relative;
}
.strip[data-id="743fea"] .contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.3), transparent);
}
.strip[data-id="743fea"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="743fea"] .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.strip[data-id="743fea"] h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #C5A059;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.strip[data-id="743fea"] h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #C5A059;
}
.strip[data-id="743fea"] .contact-info p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: rgba(255, 255, 240, 0.9);
}
.strip[data-id="743fea"] .contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.strip[data-id="743fea"] .icon-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #FFFFF0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="743fea"] .icon-link:hover {
  color: #C5A059;
  transform: translateX(10px);
}
.strip[data-id="743fea"] .icon-circle {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #C5A059;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C5A059;
  flex-shrink: 0;
  transition: all 0.4s ease;
}
.strip[data-id="743fea"] .icon-link:hover .icon-circle {
  background: #C5A059;
  color: #1A1A1A;
  box-shadow: 0 0 20px rgba(197, 160, 89, 0.4);
}
.strip[data-id="743fea"] .icon-circle svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.strip[data-id="743fea"] .ic-text {
  font-size: 13px;
  opacity: 0.5;
  margin-top: 25px;
  letter-spacing: 1px;
}
.strip[data-id="743fea"] .opening-hours .hours-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.strip[data-id="743fea"] .opening-hours tr {
  transition: background 0.3s ease;
}
.strip[data-id="743fea"] .opening-hours tr:hover td {
  color: #C5A059;
}
.strip[data-id="743fea"] .opening-hours td {
  padding: 18px 0;
  font-size: 16px;
  border-bottom: 1px solid rgba(197, 160, 89, 0.1);
}
.strip[data-id="743fea"] .day-name {
  color: #C5A059;
  font-weight: 600;
  width: 50%;
}
.strip[data-id="743fea"] .time-range {
  color: #FFFFF0;
  text-align: right;
  font-weight: 300;
}
.strip[data-id="743fea"] .signature-box {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
}
.strip[data-id="743fea"] .signature-text {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
  opacity: 0.8;
}
.strip[data-id="743fea"] .owner-name {
  font-family: "Great Vibes", cursive;
  font-size: 38px;
  color: #C5A059;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
.strip[data-id="743fea"] .owner-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.6;
}
.strip[data-id="743fea"] .map-container {
  height: 100%;
  min-height: 450px;
  border: 1px solid rgba(197, 160, 89, 0.3);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.strip[data-id="743fea"] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(1.2) brightness(0.9);
}
@media (max-width: 1100px) {
  .strip[data-id="743fea"] .contact-grid {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id="743fea"] .map-container {
    grid-column: span 2;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="743fea"] .contact-section {
    padding: 80px 0;
  }
  .strip[data-id="743fea"] .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id="743fea"] .map-container {
    grid-column: span 1;
  }
  .strip[data-id="743fea"] .container {
    padding: 0 20px;
  }
}@charset "UTF-8";
.strip[data-id="14634b"] {
  --section-id: "14634b";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/14634b";
  --public-url: "https://preview-faustuv-dvur-cz-20260424.praweb.cz/_section/14634b";
}
.strip[data-id="14634b"] .footer-premium {
  background-color: #000000;
  border-top: 2px solid #c5a059;
  padding: 60px 20px;
  color: #888888;
  font-family: "Montserrat", sans-serif, Arial;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="14634b"] .footer-premium .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.strip[data-id="14634b"] .footer-premium .footer-logo-row img {
  height: 50px;
  width: auto;
  object-fit: contain;
  /* Zajištění, že logo ladí s mosazným tématem */
  filter: sepia(1) saturate(5) hue-rotate(10deg) brightness(0.8);
}
.strip[data-id="14634b"] .footer-premium .fleur-de-lis {
  color: #c5a059;
  margin: 0 15px;
  font-size: 16px;
  vertical-align: middle;
}
.strip[data-id="14634b"] .footer-premium .footer-info-row {
  line-height: 1.8;
}
.strip[data-id="14634b"] .footer-premium .footer-link {
  color: #888888;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="14634b"] .footer-premium .footer-link:hover {
  color: #c5a059;
}
@media (max-width: 768px) {
  .strip[data-id="14634b"] .footer-premium {
    padding: 40px 15px;
  }
  .strip[data-id="14634b"] .footer-premium .footer-container {
    gap: 20px;
  }
  .strip[data-id="14634b"] .footer-premium .footer-info-row,
  .strip[data-id="14634b"] .footer-premium .footer-links-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .strip[data-id="14634b"] .footer-premium .fleur-de-lis {
    display: none;
  }
}