@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:wght@700&display=swap');
.strip[data-id=eeb579] {
  --section-id: "eeb579";
  --storage-url: "https://test-006.praweb.cz/_section/eeb579";
  --public-url: "https://test-006.praweb.cz/_section/eeb579";
}
.strip[data-id=eeb579] .header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease, padding 0.4s ease;
  background: transparent;
  border-bottom: 0.5px solid transparent;
}
.strip[data-id=eeb579] .header-section.scrolled {
  background: hsla(0, 0%, 10%, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 0.5px solid #c5a059;
}
.strip[data-id=eeb579] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: padding 0.4s ease;
}
.strip[data-id=eeb579] .header-section.scrolled .header-container {
  padding: 12px 20px;
}
.strip[data-id=eeb579] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 200px;
}
.strip[data-id=eeb579] .logo-link img {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: height 0.4s ease;
}
.strip[data-id=eeb579] .header-section.scrolled .logo-link img {
  height: 40px;
}
.strip[data-id=eeb579] .desktop-nav {
  display: block;
}
.strip[data-id=eeb579] .nav-menu {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.strip[data-id=eeb579] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f8f4eb;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id=eeb579] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #c5a059;
  transition: width 0.3s ease;
}
.strip[data-id=eeb579] .nav-link:hover {
  color: #c5a059;
}
.strip[data-id=eeb579] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=eeb579] .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip[data-id=eeb579] .btn-reservation {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #c5a059;
  border: 1px solid #c5a059;
  padding: 10px 22px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  display: inline-block;
  cursor: pointer;
}
.strip[data-id=eeb579] .btn-reservation:hover {
  background: #c5a059;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.2);
}
.strip[data-id=eeb579] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10000;
}
.strip[data-id=eeb579] .mobile-toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #c5a059;
  transition: all 0.3s ease;
}
.strip[data-id=eeb579] .mobile-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id=eeb579] .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id=eeb579] .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id=eeb579] .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9998;
}
.strip[data-id=eeb579] .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id=eeb579] .mobile-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.strip[data-id=eeb579] .mobile-nav-menu li {
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}
.strip[data-id=eeb579] .mobile-menu-overlay.active .mobile-nav-menu li {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id=eeb579] .mobile-nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f8f4eb;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=eeb579] .mobile-nav-link:hover {
  color: #c5a059;
}
.strip[data-id=eeb579] .mobile-res {
  margin-top: 30px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .strip[data-id=eeb579] .desktop-nav {
    display: none;
  }
  .strip[data-id=eeb579] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=eeb579] .header-actions .btn-reservation {
    display: none;
  }
  .strip[data-id=eeb579] .header-container {
    padding: 15px 20px;
  }
  .strip[data-id=eeb579] .logo-link img {
    height: 40px;
  }
}.strip[data-id=c2f919] {
  --section-id: "c2f919";
  --storage-url: "https://test-006.praweb.cz/_section/c2f919";
  --public-url: "https://test-006.praweb.cz/_section/c2f919";
}
.strip[data-id=c2f919] .hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0a0a0a;
}
.strip[data-id=c2f919] .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.strip[data-id=c2f919] .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8) contrast(1.1);
}
.strip[data-id=c2f919] .hero-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.05;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
.strip[data-id=c2f919] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.3) 0%, rgba(10, 10, 10, 0.7) 50%, rgba(10, 10, 10, 0.95) 100%);
}
.strip[data-id=c2f919] .hero-container {
  position: relative;
  z-index: 4;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 24px;
  text-align: center;
}
.strip[data-id=c2f919] .hero-content {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: 0.2s;
}
.strip[data-id=c2f919] .hero-ornament {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #c5a059;
  margin: 0 auto 30px;
  position: relative;
}
.strip[data-id=c2f919] .hero-ornament::before,
.strip[data-id=c2f919] .hero-ornament::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #c5a059;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.strip[data-id=c2f919] .hero-ornament::before {
  left: -15px;
}
.strip[data-id=c2f919] .hero-ornament::after {
  right: -15px;
}
.strip[data-id=c2f919] .hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 8vw, 4.5rem);
  color: #f8f4eb;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.strip[data-id=c2f919] .hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 300;
  color: #f8f4eb;
  margin-bottom: 50px;
  line-height: 1.8;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.85;
  letter-spacing: 0.05em;
}
.strip[data-id=c2f919] .hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.strip[data-id=c2f919] .hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #1a1a1a;
  background-color: #c5a059;
  padding: 20px 50px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid transparent;
  box-shadow: 0 10px 30px rgba(197, 160, 89, 0.2);
}
.strip[data-id=c2f919] .hero-cta:hover {
  transform: translateY(-5px);
  background-color: #d4b475;
  box-shadow: 0 15px 40px rgba(197, 160, 89, 0.3);
}
.strip[data-id=c2f919] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #f8f4eb;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 1.8s;
  transition: opacity 0.3s ease;
}
.strip[data-id=c2f919] .scroll-indicator:hover {
  opacity: 1 !important;
}
.strip[data-id=c2f919] .scroll-text {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 15px;
  opacity: 0.6;
}
.strip[data-id=c2f919] .scroll-line {
  width: 1px;
  height: 70px;
  background: linear-gradient(to bottom, rgb(197, 160, 89), rgba(197, 160, 89, 0));
  position: relative;
  overflow: hidden;
}
.strip[data-id=c2f919] .scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f4eb;
  animation: scrollDown 2.5s infinite ease-in-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@media (max-width: 768px) {
  .strip[data-id=c2f919] .hero-container {
    padding: 80px 20px;
  }
  .strip[data-id=c2f919] .hero-ornament {
    width: 60px;
    margin-bottom: 20px;
  }
  .strip[data-id=c2f919] .hero-subtitle {
    margin-bottom: 40px;
  }
  .strip[data-id=c2f919] .hero-cta {
    padding: 16px 36px;
    width: 100%;
  }
  .strip[data-id=c2f919] .scroll-line {
    height: 40px;
  }
}@charset "UTF-8";
.strip[data-id="7cba4d"] {
  --section-id: "7cba4d";
  --storage-url: "https://test-006.praweb.cz/_section/7cba4d";
  --public-url: "https://test-006.praweb.cz/_section/7cba4d";
  /* Jemná textura starého papíru na pozadí */
  /* Hlavní obsah vlevo */
  /* Drop Cap (Iniciála) */
  /* Vedlejší obsah vpravo */
}
.strip[data-id="7cba4d"] .about-section {
  background-color: #fcfbf7;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="7cba4d"] .about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cfilter id='noise' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)'/%3E%3C/svg%3E");
}
.strip[data-id="7cba4d"] .about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.strip[data-id="7cba4d"] .about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 100px;
  align-items: start;
}
.strip[data-id="7cba4d"] .about-main-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 54px;
  color: #111111;
  margin-bottom: 45px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.strip[data-id="7cba4d"] .about-text {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: #222222;
}
.strip[data-id="7cba4d"] .about-text p {
  margin-bottom: 30px;
}
.strip[data-id="7cba4d"] .drop-cap::first-letter {
  font-family: "Playfair Display", serif;
  font-size: 85px;
  line-height: 1;
  float: left;
  margin-right: 20px;
  margin-top: 8px;
  color: #b38e44;
  font-weight: 700;
}
.strip[data-id="7cba4d"] .gold-divider {
  width: 60px;
  height: 2px;
  background-color: #b38e44;
  border: none;
  margin: 45px 0;
}
.strip[data-id="7cba4d"] .about-side-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id="7cba4d"] .about-image-wrapper {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}
.strip[data-id="7cba4d"] .about-image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
  transition: transform 0.6s ease;
}
.strip[data-id="7cba4d"] .about-image-wrapper:hover img {
  transform: scale(1.03);
}
.strip[data-id="7cba4d"] .about-side-box {
  background-color: #ffffff;
  padding: 60px 45px;
  border: 1px solid rgba(179, 142, 68, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.04);
  position: relative;
}
.strip[data-id="7cba4d"] .feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}
.strip[data-id="7cba4d"] .feature-item:last-child {
  margin-bottom: 0;
}
.strip[data-id="7cba4d"] .icon-wrapper {
  width: 64px;
  height: 64px;
  border: 1px solid #b38e44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #b38e44;
  transition: all 0.3s ease;
  background-color: transparent;
}
.strip[data-id="7cba4d"] .feature-item:hover .icon-wrapper {
  background-color: #b38e44;
  color: #ffffff;
  transform: translateY(-5px);
}
.strip[data-id="7cba4d"] .icon-wrapper svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.25px;
}
.strip[data-id="7cba4d"] .feature-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #111111;
  margin-bottom: 18px;
}
.strip[data-id="7cba4d"] .feature-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="7cba4d"] .about-grid {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id="7cba4d"] .about-main-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="7cba4d"] .about-section {
    padding: 80px 0;
  }
  .strip[data-id="7cba4d"] .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id="7cba4d"] .about-main-content h2 {
    font-size: 36px;
  }
  .strip[data-id="7cba4d"] .drop-cap::first-letter {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .strip[data-id="7cba4d"] .gold-divider {
    margin: 40px auto;
  }
  .strip[data-id="7cba4d"] .feature-item {
    align-items: center;
  }
  .strip[data-id="7cba4d"] .about-side-box {
    padding: 50px 30px;
  }
  .strip[data-id="7cba4d"] .about-side-content {
    order: -1;
  }
}.strip[data-id=e1277f] {
  --section-id: "e1277f";
  --storage-url: "https://test-006.praweb.cz/_section/e1277f";
  --public-url: "https://test-006.praweb.cz/_section/e1277f";
  /* Roman Numerals List */
  /* Image with Floating Frame */
}
.strip[data-id=e1277f] .spaces-section {
  background-color: #1a1a1a;
  background-image: radial-gradient(circle at 20% 30%, #222222 0%, #1a1a1a 100%);
  padding: 120px 0 100px;
  position: relative;
  overflow: visible;
}
.strip[data-id=e1277f] .spaces-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 80px;
  align-items: flex-start; /* Align to top for better overlap control */
}
.strip[data-id=e1277f] .spaces-content {
  color: #f8f4eb;
  padding-top: 40px;
}
.strip[data-id=e1277f] .spaces-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin-bottom: 25px;
  color: #f8f4eb;
  line-height: 1.2;
}
.strip[data-id=e1277f] .spaces-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 45px;
  color: #e0e0e0; /* Improved contrast */
  max-width: 600px;
}
.strip[data-id=e1277f] .spaces-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=e1277f] .space-item {
  margin-bottom: 40px;
  display: flex;
  gap: 30px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: default;
  border-left: 1px solid transparent;
  padding-left: 0;
}
.strip[data-id=e1277f] .space-number {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #c5a059;
  min-width: 50px;
  font-weight: 700;
  line-height: 1;
}
.strip[data-id=e1277f] .space-details h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #f8f4eb;
  transition: color 0.3s ease, transform 0.3s ease;
  letter-spacing: 0.5px;
}
.strip[data-id=e1277f] .space-details p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin: 0;
  color: #b0b0b0; /* Slightly softer gray for hierarchy */
  line-height: 1.6;
}
.strip[data-id=e1277f] .space-item:hover {
  padding-left: 15px;
  border-left-color: #c5a059;
}
.strip[data-id=e1277f] .space-item:hover .space-details h3 {
  color: #c5a059;
  transform: translateX(5px);
}
.strip[data-id=e1277f] .spaces-footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(197, 160, 89, 0.2); /* Subtle divider */
}
.strip[data-id=e1277f] .footer-inner {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #c5a059;
  border-left: 3px solid #c5a059;
  padding: 5px 0 5px 25px;
  line-height: 1.6;
}
.strip[data-id=e1277f] .spaces-visual {
  position: relative;
  margin-top: -180px; /* Slightly deeper offset */
  z-index: 10;
}
.strip[data-id=e1277f] .image-wrapper {
  position: relative;
  width: 100%;
}
.strip[data-id=e1277f] .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
}
.strip[data-id=e1277f] .floating-frame {
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 2px solid #c5a059;
  z-index: 1;
  pointer-events: none;
  transition: all 0.5s ease;
}
.strip[data-id=e1277f] .image-wrapper:hover .floating-frame {
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  background-color: rgba(197, 160, 89, 0.05);
}
@media (max-width: 1100px) {
  .strip[data-id=e1277f] .spaces-container {
    grid-template-columns: 1fr 380px;
    gap: 50px;
  }
}
@media (max-width: 900px) {
  .strip[data-id=e1277f] .spaces-section {
    padding: 80px 0;
    overflow: hidden;
  }
  .strip[data-id=e1277f] .spaces-container {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .strip[data-id=e1277f] .spaces-content {
    padding-top: 0;
  }
  .strip[data-id=e1277f] .spaces-visual {
    margin-top: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=e1277f] .image-wrapper img {
    height: 500px;
    object-fit: cover;
  }
  .strip[data-id=e1277f] .floating-frame {
    right: -15px;
    bottom: -15px;
    top: 15px;
    left: 15px;
  }
  .strip[data-id=e1277f] .spaces-title {
    font-size: 38px;
    text-align: center;
  }
  .strip[data-id=e1277f] .spaces-intro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .strip[data-id=e1277f] .spaces-title {
    font-size: 32px;
  }
  .strip[data-id=e1277f] .space-number {
    font-size: 22px;
    min-width: 40px;
  }
  .strip[data-id=e1277f] .image-wrapper img {
    height: 400px;
  }
}.strip[data-id="02d01a"] {
  --section-id: "02d01a";
  --storage-url: "https://test-006.praweb.cz/_section/02d01a";
  --public-url: "https://test-006.praweb.cz/_section/02d01a";
  /* Watermark Seal - Refined */
  /* Wave Divider - Refined */
}
.strip[data-id="02d01a"] .meat-showcase {
  background-color: #050505;
  padding: 120px 0 0 0;
  position: relative;
  overflow: hidden;
  color: #fcfaf5;
}
.strip[data-id="02d01a"] .meat-showcase::before {
  content: "BLACK ANGUS";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  font-family: "Playfair Display", serif;
  font-size: 20vw;
  font-weight: 700;
  color: rgba(212, 175, 55, 0.02);
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
  letter-spacing: 0.1em;
}
.strip[data-id="02d01a"] .meat-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.strip[data-id="02d01a"] .meat-ornament {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  opacity: 0.8;
}
.strip[data-id="02d01a"] .meat-ornament svg {
  width: 60px;
  height: auto;
  fill: #d4af37;
}
.strip[data-id="02d01a"] .meat-header {
  max-width: 850px;
  margin: 0 auto 60px;
}
.strip[data-id="02d01a"] .meat-title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 56px;
  color: #d4af37;
  margin-bottom: 30px;
  line-height: 1.1;
  font-weight: 700;
}
.strip[data-id="02d01a"] .meat-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #fcfaf5;
  letter-spacing: 0.02em;
}
.strip[data-id="02d01a"] .meat-image-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 70px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="02d01a"] .meat-image-wrapper:hover {
  transform: scale(1.01);
}
.strip[data-id="02d01a"] .meat-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.9);
}
.strip[data-id="02d01a"] .meat-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.6), inset 0 0 30px rgba(212, 175, 55, 0.2);
  pointer-events: none;
}
.strip[data-id="02d01a"] .meat-description {
  max-width: 750px;
  margin: 0 auto 120px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #e0e0e0;
  text-align: center;
}
.strip[data-id="02d01a"] .meat-description p {
  margin-bottom: 30px;
}
.strip[data-id="02d01a"] .meat-description strong {
  color: #d4af37;
  font-weight: 600;
}
.strip[data-id="02d01a"] .wave-divider {
  width: 100%;
  line-height: 0;
  fill: #d4af37;
  position: relative;
  bottom: -1px; /* Avoid tiny gap */
}
.strip[data-id="02d01a"] .wave-divider svg {
  display: block;
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  .strip[data-id="02d01a"] .meat-showcase {
    padding: 80px 0 0 0;
  }
  .strip[data-id="02d01a"] .meat-title {
    font-size: 38px;
  }
  .strip[data-id="02d01a"] .meat-intro {
    font-size: 17px;
  }
  .strip[data-id="02d01a"] .meat-description {
    font-size: 16px;
    margin-bottom: 80px;
  }
  .strip[data-id="02d01a"] .wave-divider svg {
    height: 40px;
  }
}.strip[data-id=daa913] {
  --section-id: "daa913";
  --storage-url: "https://test-006.praweb.cz/_section/daa913";
  --public-url: "https://test-006.praweb.cz/_section/daa913";
  /* Gold Frame around Grid */
  /* Hover States */
  /* Lightbox Styling */
}
.strip[data-id=daa913] .gallery-section {
  background-color: #f8f4eb;
  padding: 100px 0;
  overflow: hidden;
}
.strip[data-id=daa913] .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id=daa913] .gallery-header {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=daa913] .gallery-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.strip[data-id=daa913] .gallery-ornament {
  width: 60px;
  height: 2px;
  background: #c5a059;
  margin-bottom: 20px;
  position: relative;
}
.strip[data-id=daa913] .gallery-ornament::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: #c5a059;
  border: 2px solid #f8f4eb;
}
.strip[data-id=daa913] .gallery-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id=daa913] .gallery-frame {
  position: relative;
  padding: 15px;
  border: 1px solid #c5a059;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(197, 160, 89, 0.1);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=daa913] .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.strip[data-id=daa913] .gallery-item {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  cursor: pointer;
  background-color: #e0e0e0;
}
.strip[data-id=daa913] .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.strip[data-id=daa913] .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}
.strip[data-id=daa913] .gallery-icon-circle {
  width: 60px;
  height: 60px;
  background: #c5a059;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.5);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=daa913] .gallery-overlay svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}
.strip[data-id=daa913] .gallery-item:hover img {
  transform: scale(1.08);
}
.strip[data-id=daa913] .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.strip[data-id=daa913] .gallery-item:hover .gallery-icon-circle {
  transform: scale(1);
}
.strip[data-id=daa913] .gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  cursor: zoom-out;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id=daa913] .gallery-lightbox.active {
  display: flex;
  opacity: 1;
}
.strip[data-id=daa913] .gallery-lightbox img {
  max-width: 90%;
  max-height: 85%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  border: 4px solid #ffffff;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.strip[data-id=daa913] .gallery-lightbox.active img {
  transform: scale(1);
}
.strip[data-id=daa913] .lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10001;
}
.strip[data-id=daa913] .lightbox-close:hover {
  background: #c5a059;
  border-color: #c5a059;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .strip[data-id=daa913] .gallery-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .strip[data-id=daa913] .gallery-frame {
    padding: 10px;
  }
  .strip[data-id=daa913] .gallery-title {
    font-size: 32px;
  }
  .strip[data-id=daa913] .gallery-section {
    padding: 60px 0;
  }
  .strip[data-id=daa913] .lightbox-close {
    top: 20px;
    right: 20px;
  }
}.strip[data-id="0fb1e5"] {
  --section-id: "0fb1e5";
  --storage-url: "https://test-006.praweb.cz/_section/0fb1e5";
  --public-url: "https://test-006.praweb.cz/_section/0fb1e5";
  /* Background Watermark */
  /* Vertical Dividers */
  /* Column 1: Contact & Image */
  /* Column 2: Map */
  /* Column 3: Opening Hours */
  /* Tablet Responsive */
  /* Mobile Responsive */
}
.strip[data-id="0fb1e5"] .contact-section {
  background-color: #1a1a1a;
  color: #f8f4eb;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="0fb1e5"] .contact-section::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 400px;
  height: 400px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23c5a059' stroke-opacity='0.05'%3E%3Cpath d='M10 10h80v80h-80zM10 30h80M10 50h80M10 70h80M30 10v80M50 10v80M70 10v80'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="0fb1e5"] .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="0fb1e5"] .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 0;
  align-items: stretch;
}
.strip[data-id="0fb1e5"] .contact-col {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}
.strip[data-id="0fb1e5"] .contact-col:not(:last-child) {
  border-right: 1px solid rgba(197, 160, 89, 0.15);
}
.strip[data-id="0fb1e5"] .col-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #c5a059;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="0fb1e5"] .col-title i {
  font-size: 16px;
  opacity: 0.8;
}
.strip[data-id="0fb1e5"] .building-photo {
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(197, 160, 89, 0.2);
}
.strip[data-id="0fb1e5"] .building-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="0fb1e5"] .building-photo:hover img {
  transform: scale(1.05);
}
.strip[data-id="0fb1e5"] .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="0fb1e5"] .contact-info-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  display: flex;
  gap: 15px;
}
.strip[data-id="0fb1e5"] .contact-info-list li i {
  color: #c5a059;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
  text-align: center;
}
.strip[data-id="0fb1e5"] .contact-info-list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="0fb1e5"] .contact-info-list a:hover {
  color: #c5a059;
}
.strip[data-id="0fb1e5"] .ic-info {
  margin-top: auto;
  padding-top: 20px;
  font-size: 12px;
  color: rgba(248, 244, 235, 0.5);
  letter-spacing: 1px;
}
.strip[data-id="0fb1e5"] .map-wrapper {
  position: relative;
  width: 100%;
  flex-grow: 1;
  min-height: 350px;
  background-color: #222;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.1);
}
.strip[data-id="0fb1e5"] .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  /* Improved dark gold map filter */
  filter: grayscale(1) contrast(1.1) invert(0.9) brightness(0.7) sepia(0.3) hue-rotate(-30deg);
}
.strip[data-id="0fb1e5"] .hours-table {
  width: 100%;
  border-collapse: collapse;
}
.strip[data-id="0fb1e5"] .hours-table td {
  padding: 12px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid rgba(197, 160, 89, 0.08);
}
.strip[data-id="0fb1e5"] .hours-table tr:last-child td {
  border-bottom: none;
}
.strip[data-id="0fb1e5"] .day-name {
  color: #c5a059;
  font-weight: 700;
}
.strip[data-id="0fb1e5"] .day-time {
  text-align: right;
  color: #f8f4eb;
}
.strip[data-id="0fb1e5"] .closed {
  color: rgba(248, 244, 235, 0.3);
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .strip[data-id="0fb1e5"] .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .strip[data-id="0fb1e5"] .contact-col {
    padding: 0;
    border-right: none !important;
  }
  .strip[data-id="0fb1e5"] .contact-col:nth-child(2) {
    grid-column: span 2;
    order: 3;
  }
}
@media (max-width: 768px) {
  .strip[data-id="0fb1e5"] .contact-section {
    padding: 60px 0;
  }
  .strip[data-id="0fb1e5"] .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .strip[data-id="0fb1e5"] .contact-col {
    text-align: center;
  }
  .strip[data-id="0fb1e5"] .col-title {
    justify-content: center;
  }
  .strip[data-id="0fb1e5"] .contact-info-list li {
    justify-content: center;
    text-align: left;
  }
  .strip[data-id="0fb1e5"] .day-time {
    font-size: 13px;
  }
}.strip[data-id="0e3366"] {
  --section-id: "0e3366";
  --storage-url: "https://test-006.praweb.cz/_section/0e3366";
  --public-url: "https://test-006.praweb.cz/_section/0e3366";
}
.strip[data-id="0e3366"] .footer-section {
  background-color: #000000;
  padding: 60px 0 40px;
  border-top: 2px solid #2d3436;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-align: center;
}
.strip[data-id="0e3366"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.strip[data-id="0e3366"] .footer-logo {
  display: block;
  transition: transform 0.3s ease;
}
.strip[data-id="0e3366"] .footer-logo:hover {
  transform: scale(1.05);
}
.strip[data-id="0e3366"] .footer-logo img,
.strip[data-id="0e3366"] .footer-logo generated-img {
  height: 45px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.strip[data-id="0e3366"] .footer-logo:hover img,
.strip[data-id="0e3366"] .footer-logo:hover generated-img {
  opacity: 1;
}
.strip[data-id="0e3366"] .footer-copyright {
  letter-spacing: 0.5px;
  line-height: 1.6;
  max-width: 600px;
}
.strip[data-id="0e3366"] .footer-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 5px;
}
.strip[data-id="0e3366"] .social-link {
  color: #c5a059;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  font-size: 13px;
}
.strip[data-id="0e3366"] .social-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.strip[data-id="0e3366"] .social-link:hover {
  color: #d4b475;
}
.strip[data-id="0e3366"] .social-link:hover svg {
  filter: drop-shadow(0 0 8px rgba(197, 160, 89, 0.7));
  transform: translateY(-2px);
}
.strip[data-id="0e3366"] .social-link span {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.strip[data-id="0e3366"] .social-link:hover span {
  border-color: #d4b475;
}
@media (max-width: 768px) {
  .strip[data-id="0e3366"] .footer-section {
    padding: 50px 0 30px;
  }
  .strip[data-id="0e3366"] .footer-container {
    gap: 25px;
  }
  .strip[data-id="0e3366"] .footer-copyright {
    font-size: 13px;
    padding: 0 15px;
  }
  .strip[data-id="0e3366"] .social-link {
    font-size: 12px;
  }
}