@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');
.strip[data-id="1eaeb0"] {
  --section-id: "1eaeb0";
  --storage-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/1eaeb0";
  --public-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/1eaeb0";
}
.strip[data-id="1eaeb0"] .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 30px 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}
.strip[data-id="1eaeb0"] .main-header.scrolled {
  background: rgba(44, 27, 24, 0.98);
  padding: 15px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(212, 175, 55, 0.2);
}
.strip[data-id="1eaeb0"] .main-header .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="1eaeb0"] .main-header .logo a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip[data-id="1eaeb0"] .main-header .logo .logo-text {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #F5F5DC;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 1;
}
.strip[data-id="1eaeb0"] .main-header .logo .logo-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  color: #D4AF37;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 5px;
}
.strip[data-id="1eaeb0"] .main-header .nav-menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id="1eaeb0"] .main-header .nav-menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(245, 245, 220, 0.8);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  position: relative;
}
.strip[data-id="1eaeb0"] .main-header .nav-menu a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #D4AF37;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="1eaeb0"] .main-header .nav-menu a:hover {
  color: #D4AF37;
}
.strip[data-id="1eaeb0"] .main-header .nav-menu a:hover::after {
  width: 100%;
}
.strip[data-id="1eaeb0"] .main-header .btn-reservation {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #D4AF37;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 25px;
  border: 1px solid #D4AF37;
  transition: all 0.4s ease;
  letter-spacing: 2px;
}
.strip[data-id="1eaeb0"] .main-header .btn-reservation:hover {
  background: #D4AF37;
  color: #2C1B18;
}
.strip[data-id="1eaeb0"] .main-header .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.strip[data-id="1eaeb0"] .main-header .mobile-toggle span {
  width: 100%;
  height: 1px;
  background: #D4AF37;
  transition: 0.3s;
}
@media (max-width: 1100px) {
  .strip[data-id="1eaeb0"] .main-header .nav-menu {
    display: none;
  }
  .strip[data-id="1eaeb0"] .main-header .nav-menu.active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #2C1B18;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  .strip[data-id="1eaeb0"] .main-header .nav-menu.active ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .strip[data-id="1eaeb0"] .main-header .nav-menu.active a {
    font-size: 18px;
  }
  .strip[data-id="1eaeb0"] .main-header .mobile-toggle {
    display: flex;
    position: relative;
    z-index: 1001;
  }
  .strip[data-id="1eaeb0"] .main-header .mobile-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .strip[data-id="1eaeb0"] .main-header .mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="1eaeb0"] .main-header .mobile-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .strip[data-id="1eaeb0"] .main-header .header-cta {
    display: none;
  }
}.strip[data-id=e45ef2] {
  --section-id: "e45ef2";
  --storage-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/e45ef2";
  --public-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/e45ef2";
}
.strip[data-id=e45ef2] .hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #F5F5DC;
  overflow: hidden;
  background: #2C1B18;
}
.strip[data-id=e45ef2] .hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(44, 27, 24, 0.5), rgba(44, 27, 24, 0.7)), url(https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/e45ef2/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 10s ease-out;
}
.strip[data-id=e45ef2] .hero-section:hover .hero-bg {
  transform: scale(1.05);
}
.strip[data-id=e45ef2] .hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
}
.strip[data-id=e45ef2] .hero-section h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 8vw, 72px);
  margin-bottom: 24px;
  line-height: 1.1;
  letter-spacing: -1px;
}
.strip[data-id=e45ef2] .hero-section .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px auto;
}
.strip[data-id=e45ef2] .hero-section .divider .line {
  width: 60px;
  height: 1px;
  background: rgba(212, 175, 55, 0.5);
}
.strip[data-id=e45ef2] .hero-section .divider .diamond {
  width: 8px;
  height: 8px;
  background: #D4AF37;
  transform: rotate(45deg);
}
.strip[data-id=e45ef2] .hero-section p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  max-width: 700px;
  margin: 0 auto 48px;
  line-height: 1.6;
  font-weight: 300;
  color: rgba(245, 245, 220, 0.9);
}
.strip[data-id=e45ef2] .hero-section .btn-primary {
  display: inline-block;
  padding: 18px 48px;
  background: transparent;
  color: #D4AF37;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #D4AF37;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.strip[data-id=e45ef2] .hero-section .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #D4AF37;
  z-index: -1;
  transition: width 0.4s ease;
}
.strip[data-id=e45ef2] .hero-section .btn-primary:hover {
  color: #2C1B18;
}
.strip[data-id=e45ef2] .hero-section .btn-primary:hover::before {
  width: 100%;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .strip[data-id=e45ef2] .hero-section .container {
    padding: 0 20px;
  }
  .strip[data-id=e45ef2] .hero-section h1 {
    font-size: 42px;
  }
  .strip[data-id=e45ef2] .hero-section p {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .strip[data-id=e45ef2] .hero-section .btn-primary {
    padding: 15px 32px;
  }
}@charset "UTF-8";
.strip[data-id="77f24e"] {
  --section-id: "77f24e";
  --storage-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/77f24e";
  --public-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/77f24e";
}
.strip[data-id="77f24e"] .history-section {
  background: #FDFBF7; /* Světlejší krémová */
  padding: 120px 0;
  color: #3C3C3C;
  position: relative;
  overflow: hidden;
}
.strip[data-id="77f24e"] .history-section::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
  z-index: 1;
}
.strip[data-id="77f24e"] .history-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.strip[data-id="77f24e"] .history-section .text-content .section-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #D4AF37;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id="77f24e"] .history-section .text-content h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 48px);
  color: #2C1B18;
  margin-bottom: 40px;
  line-height: 1.2;
}
.strip[data-id="77f24e"] .history-section .text-content .intro-text::first-letter {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  font-weight: 700;
  float: left;
  line-height: 0.8;
  margin-right: 15px;
  margin-top: 5px;
  color: #D4AF37;
}
.strip[data-id="77f24e"] .history-section .text-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
  text-align: left;
  color: #555555;
  font-weight: 400;
}
.strip[data-id="77f24e"] .history-section .text-content .signature {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 22px;
  color: #2C1B18;
  margin-top: 40px;
  display: block;
  border-left: 2px solid #D4AF37;
  padding-left: 20px;
}
.strip[data-id="77f24e"] .history-section .image-content {
  position: relative;
}
.strip[data-id="77f24e"] .history-section .image-content .img-wrapper {
  position: relative;
  z-index: 2;
  box-shadow: 30px 30px 0 -10px rgba(212, 175, 55, 0.15);
  transition: transform 0.6s ease;
}
.strip[data-id="77f24e"] .history-section .image-content .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  filter: contrast(1.05) brightness(0.98);
}
.strip[data-id="77f24e"] .history-section .image-content .img-wrapper::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 1px solid #D4AF37;
  z-index: -1;
}
.strip[data-id="77f24e"] .history-section .image-content:hover .img-wrapper {
  transform: translate(-10px, -10px);
}
@media (max-width: 992px) {
  .strip[data-id="77f24e"] .history-section {
    padding: 80px 0;
  }
  .strip[data-id="77f24e"] .history-section .container {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 20px;
  }
  .strip[data-id="77f24e"] .history-section .image-content {
    order: -1;
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id="77f24e"] .history-section .text-content {
    text-align: center;
  }
  .strip[data-id="77f24e"] .history-section .text-content .intro-text::first-letter {
    float: none;
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .strip[data-id="77f24e"] .history-section .text-content .signature {
    display: inline-block;
    text-align: left;
  }
}@charset "UTF-8";
.strip[data-id="48be5b"] {
  --section-id: "48be5b";
  --storage-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/48be5b";
  --public-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/48be5b";
}
.strip[data-id="48be5b"] .art-gallery {
  background: #0a0a0a;
  padding: 100px 0;
  text-align: center;
  color: #F5F5DC;
  position: relative;
  overflow: hidden;
}
.strip[data-id="48be5b"] .art-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.transparenttextures.com/patterns/pinstriped-suit.png");
  opacity: 0.05;
  pointer-events: none;
}
.strip[data-id="48be5b"] .art-gallery .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="48be5b"] .art-gallery .frame-container {
  display: inline-block;
  padding: 25px;
  background: #2C1B18;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.9), inset 0 0 30px rgba(0, 0, 0, 0.6), 0 0 0 2px #D4AF37;
  margin-bottom: 50px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  line-height: 0;
}
.strip[data-id="48be5b"] .art-gallery .frame-container::after {
  content: "Prodejní výstava";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(212, 175, 55, 0.95);
  color: #2C1B18;
  padding: 12px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  white-space: nowrap;
}
.strip[data-id="48be5b"] .art-gallery .frame-container:hover {
  transform: scale(1.03) translateY(-10px);
}
.strip[data-id="48be5b"] .art-gallery .frame-container:hover::after {
  opacity: 1;
}
.strip[data-id="48be5b"] .art-gallery .frame-container img, .strip[data-id="48be5b"] .art-gallery .frame-container generated-img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #111;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.strip[data-id="48be5b"] .art-gallery h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  margin-bottom: 15px;
  color: #D4AF37;
  letter-spacing: 1px;
}
.strip[data-id="48be5b"] .art-gallery p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
  color: rgba(245, 245, 220, 0.8);
  font-weight: 300;
}
@media (max-width: 768px) {
  .strip[data-id="48be5b"] .art-gallery {
    padding: 60px 0;
  }
  .strip[data-id="48be5b"] .art-gallery .frame-container {
    padding: 15px;
  }
  .strip[data-id="48be5b"] .art-gallery h2 {
    font-size: 28px;
  }
}.strip[data-id="25dd46"] {
  --section-id: "25dd46";
  --storage-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/25dd46";
  --public-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/25dd46";
}
.strip[data-id="25dd46"] .spaces-section {
  background: #FFFFFF;
  padding: 120px 0;
}
.strip[data-id="25dd46"] .spaces-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 100px;
  align-items: center;
}
.strip[data-id="25dd46"] .spaces-section .main-image {
  position: relative;
}
.strip[data-id="25dd46"] .spaces-section .main-image::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  border-left: 2px solid #D4AF37;
  border-bottom: 2px solid #D4AF37;
  z-index: 1;
}
.strip[data-id="25dd46"] .spaces-section .main-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  display: block;
}
.strip[data-id="25dd46"] .spaces-section .content-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.strip[data-id="25dd46"] .spaces-section .content-grid .section-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #D4AF37;
  margin-bottom: -20px;
}
.strip[data-id="25dd46"] .spaces-section .content-grid h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 42px);
  color: #2C1B18;
  margin-bottom: 10px;
}
.strip[data-id="25dd46"] .spaces-section .space-card {
  background: #fff;
  padding: 0;
  border: none;
  box-shadow: none;
  display: flex;
  gap: 25px;
  transition: all 0.3s ease;
}
.strip[data-id="25dd46"] .spaces-section .space-card .icon-wrapper {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #FDFBF7;
  border: 1px solid rgba(212, 175, 55, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
  border-radius: 50%;
  font-size: 20px;
}
.strip[data-id="25dd46"] .spaces-section .space-card .card-text h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  color: #2C1B18;
  margin-bottom: 12px;
}
.strip[data-id="25dd46"] .spaces-section .space-card .card-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}
.strip[data-id="25dd46"] .spaces-section .space-card:hover .icon-wrapper {
  background: #D4AF37;
  color: #fff;
  border-color: #D4AF37;
}
@media (max-width: 992px) {
  .strip[data-id="25dd46"] .spaces-section {
    padding: 80px 0;
  }
  .strip[data-id="25dd46"] .spaces-section .container {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 20px;
  }
  .strip[data-id="25dd46"] .spaces-section .main-image {
    max-width: 500px;
    margin: 0 auto;
  }
  .strip[data-id="25dd46"] .spaces-section .main-image img {
    height: 400px;
  }
}.strip[data-id="116eae"] {
  --section-id: "116eae";
  --storage-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/116eae";
  --public-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/116eae";
}
.strip[data-id="116eae"] .meat-section {
  background: #1F1412;
  background-image: linear-gradient(rgba(31, 20, 18, 0.95), rgba(31, 20, 18, 0.95)), url("https://www.transparenttextures.com/patterns/dark-wood.png");
  padding: 120px 0;
  color: #F5F5DC;
  text-align: center;
  position: relative;
}
.strip[data-id="116eae"] .meat-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}
.strip[data-id="116eae"] .meat-section .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}
.strip[data-id="116eae"] .meat-section .section-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #D4AF37;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id="116eae"] .meat-section h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 6vw, 56px);
  color: #F5F5DC;
  margin-bottom: 60px;
  line-height: 1.1;
}
.strip[data-id="116eae"] .meat-section .meat-image-wrapper {
  width: 340px;
  height: 340px;
  margin: 0 auto 60px;
  position: relative;
}
.strip[data-id="116eae"] .meat-section .meat-image-wrapper .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.3);
  position: relative;
  z-index: 2;
}
.strip[data-id="116eae"] .meat-section .meat-image-wrapper .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.1);
}
.strip[data-id="116eae"] .meat-section .meat-image-wrapper::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 50%;
  z-index: 1;
}
.strip[data-id="116eae"] .meat-section .content {
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
}
.strip[data-id="116eae"] .meat-section .content p {
  margin-bottom: 30px;
  font-size: 17px;
  color: rgba(245, 245, 220, 0.8);
  font-weight: 300;
}
.strip[data-id="116eae"] .meat-section .content strong {
  color: #D4AF37;
  font-family: "Playfair Display", serif;
  font-size: 1.2em;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.strip[data-id="116eae"] .meat-section .quality-badges {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.strip[data-id="116eae"] .meat-section .quality-badges .badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.strip[data-id="116eae"] .meat-section .quality-badges .badge .badge-icon {
  font-size: 24px;
  color: #D4AF37;
  opacity: 0.8;
}
.strip[data-id="116eae"] .meat-section .quality-badges .badge span {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(212, 175, 55, 0.6);
}
@media (max-width: 768px) {
  .strip[data-id="116eae"] .meat-section {
    padding: 80px 0;
  }
  .strip[data-id="116eae"] .meat-section .container {
    padding: 0 20px;
  }
  .strip[data-id="116eae"] .meat-section h2 {
    font-size: 32px;
  }
  .strip[data-id="116eae"] .meat-section .meat-image-wrapper {
    width: 260px;
    height: 260px;
  }
  .strip[data-id="116eae"] .meat-section .quality-badges {
    flex-wrap: wrap;
    gap: 20px;
  }
}.strip[data-id="96c396"] {
  --section-id: "96c396";
  --storage-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/96c396";
  --public-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/96c396";
}
.strip[data-id="96c396"] .gallery-section {
  background: #FDFBF7;
  padding: 120px 0;
  text-align: center;
}
.strip[data-id="96c396"] .gallery-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.strip[data-id="96c396"] .gallery-section .section-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #D4AF37;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id="96c396"] .gallery-section h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 42px);
  color: #2C1B18;
  margin-bottom: 60px;
  line-height: 1.2;
}
.strip[data-id="96c396"] .gallery-section .masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="96c396"] .gallery-section .masonry-grid .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 16/10;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id="96c396"] .gallery-section .masonry-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="96c396"] .gallery-section .masonry-grid .gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 27, 24, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  color: #F5F5DC;
}
.strip[data-id="96c396"] .gallery-section .masonry-grid .gallery-item .overlay .view-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #D4AF37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: transform 0.4s ease;
  background: rgba(212, 175, 55, 0.1);
  color: #D4AF37;
}
.strip[data-id="96c396"] .gallery-section .masonry-grid .gallery-item:hover img {
  transform: scale(1.08);
}
.strip[data-id="96c396"] .gallery-section .masonry-grid .gallery-item:hover .overlay {
  opacity: 1;
}
.strip[data-id="96c396"] .gallery-section .masonry-grid .gallery-item:hover .overlay .view-icon {
  transform: scale(1);
}
@media (max-width: 992px) {
  .strip[data-id="96c396"] .gallery-section {
    padding: 80px 0;
  }
  .strip[data-id="96c396"] .gallery-section .container {
    padding: 0 20px;
  }
  .strip[data-id="96c396"] .gallery-section .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .strip[data-id="96c396"] .gallery-section .masonry-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="098b76"] {
  --section-id: "098b76";
  --storage-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/098b76";
  --public-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/098b76";
}
.strip[data-id="098b76"] .contact-section {
  display: flex;
  flex-wrap: wrap;
  background: #2C1B18;
  color: #F5F5DC;
}
.strip[data-id="098b76"] .contact-section .map-side {
  flex: 1;
  min-width: 50%;
  min-height: 450px;
  filter: sepia(0.3) contrast(1.1) brightness(0.9);
}
.strip[data-id="098b76"] .contact-section .map-side iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.strip[data-id="098b76"] .contact-section .info-side {
  flex: 1;
  min-width: 50%;
  padding: 80px 60px;
  position: relative;
}
.strip[data-id="098b76"] .contact-section .info-side::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #D4AF37;
}
.strip[data-id="098b76"] .contact-section .info-side h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #D4AF37;
  margin-bottom: 40px;
}
.strip[data-id="098b76"] .contact-section .info-side .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.strip[data-id="098b76"] .contact-section .info-side h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin-bottom: 15px;
  color: #D4AF37;
}
.strip[data-id="098b76"] .contact-section .info-side p, .strip[data-id="098b76"] .contact-section .info-side a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #F5F5DC;
  text-decoration: none;
}
.strip[data-id="098b76"] .contact-section .info-side a:hover {
  color: #D4AF37;
}
.strip[data-id="098b76"] .contact-section .info-side .btn-reservation {
  display: inline-block;
  margin-top: 40px;
  background: #D4AF37;
  color: #2C1B18;
  padding: 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.strip[data-id="098b76"] .contact-section .info-side .btn-reservation:hover {
  background: #F5F5DC;
}
@media (max-width: 992px) {
  .strip[data-id="098b76"] .contact-section {
    flex-direction: column;
  }
  .strip[data-id="098b76"] .contact-section .map-side, .strip[data-id="098b76"] .contact-section .info-side {
    width: 100%;
  }
  .strip[data-id="098b76"] .contact-section .info-side::before {
    display: none;
  }
}.strip[data-id=dcec14] {
  --section-id: "dcec14";
  --storage-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/dcec14";
  --public-url: "https://preview-faustuv-dvur-cz-20260417.praweb.cz/_section/dcec14";
}
.strip[data-id=dcec14] .main-footer {
  background: #1A100E;
  padding: 100px 0 50px;
  color: rgba(245, 245, 220, 0.5);
  font-family: "Montserrat", sans-serif;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  position: relative;
}
.strip[data-id=dcec14] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id=dcec14] .main-footer .footer-col.center {
  text-align: center;
}
.strip[data-id=dcec14] .main-footer .footer-col.right {
  text-align: right;
}
.strip[data-id=dcec14] .main-footer .footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #F5F5DC;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 3px;
  font-weight: 700;
}
.strip[data-id=dcec14] .main-footer .social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.strip[data-id=dcec14] .main-footer .social-links a {
  color: #D4AF37;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  text-transform: uppercase;
}
.strip[data-id=dcec14] .main-footer .social-links a:hover {
  background: #D4AF37;
  color: #2C1B18;
  border-color: #D4AF37;
}
.strip[data-id=dcec14] .main-footer .copyright {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.6;
}
.strip[data-id=dcec14] .main-footer .footer-links {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id=dcec14] .main-footer .footer-links span {
  color: #D4AF37;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: block;
}
.strip[data-id=dcec14] .main-footer .footer-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=dcec14] .main-footer .footer-links a:hover {
  color: #F5F5DC;
}
.strip[data-id=dcec14] .main-footer .bottom-bar {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid rgba(245, 245, 220, 0.03);
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(212, 175, 55, 0.4);
}
@media (max-width: 992px) {
  .strip[data-id=dcec14] .main-footer {
    padding: 80px 0 40px;
  }
  .strip[data-id=dcec14] .main-footer .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
    padding: 0 20px;
  }
  .strip[data-id=dcec14] .main-footer .footer-col.right {
    text-align: center;
  }
  .strip[data-id=dcec14] .main-footer .footer-links {
    align-items: center;
  }
}