@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair+Display&display=swap');
.strip[data-id="4282c0"] {
  --section-id: "4282c0";
  --storage-url: "https://test-007.praweb.cz/_section/4282c0";
  --public-url: "https://test-007.praweb.cz/_section/4282c0";
}
.strip[data-id="4282c0"] .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(26, 26, 26, 0.9);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}
.strip[data-id="4282c0"] .main-header .container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.strip[data-id="4282c0"] .main-header .logo-text {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: #c5a059;
  letter-spacing: 2px;
  font-weight: 700;
  text-decoration: none;
}
.strip[data-id="4282c0"] .main-header .nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.strip[data-id="4282c0"] .main-header .nav-list li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f5f5f5;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}
.strip[data-id="4282c0"] .main-header .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #c5a059;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="4282c0"] .main-header .nav-list li a:hover {
  color: #c5a059;
}
.strip[data-id="4282c0"] .main-header .nav-list li a:hover::after {
  width: 100%;
}
.strip[data-id="4282c0"] .main-header .cta-button {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #c5a059;
  text-decoration: none;
  border: 1px solid #c5a059;
  padding: 12px 25px;
  transition: all 0.3s ease;
}
.strip[data-id="4282c0"] .main-header .cta-button:hover {
  background: #c5a059;
  color: #1a1a1a;
}
.strip[data-id="4282c0"] .main-header .nav-toggle {
  display: none;
}
.strip[data-id="4282c0"] .main-header .hamburger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .strip[data-id="4282c0"] .main-header .nav-list {
    display: none;
  }
  .strip[data-id="4282c0"] .main-header .hamburger {
    display: block;
  }
  .strip[data-id="4282c0"] .main-header .hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background: #c5a059;
    margin: 5px 0;
  }
  .strip[data-id="4282c0"] .main-header .header-cta {
    display: none;
  }
}.strip[data-id="584b3f"] {
  --section-id: "584b3f";
  --storage-url: "https://test-007.praweb.cz/_section/584b3f";
  --public-url: "https://test-007.praweb.cz/_section/584b3f";
}
.strip[data-id="584b3f"] .hero-section {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
}
.strip[data-id="584b3f"] .hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, transparent 0%, #1a1a1a 100%), url(https://test-007.praweb.cz/_section/584b3f/hero_bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
.strip[data-id="584b3f"] .hero-section .container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #f5f5f5;
  max-width: 1200px;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s forwards ease-out;
}
.strip[data-id="584b3f"] .hero-section h1 {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  margin-bottom: 10px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id="584b3f"] .hero-section .brass-line {
  width: 80px;
  height: 2px;
  background: #c5a059;
  margin: 20px auto;
}
.strip[data-id="584b3f"] .hero-section .hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #c5a059;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="584b3f"] .hero-section .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
}
.strip[data-id="584b3f"] .hero-section .scroll-indicator svg {
  fill: #c5a059;
  width: 30px;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-10px) translateX(-50%);
  }
  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}
@media (max-width: 768px) {
  .strip[data-id="584b3f"] .hero-section h1 {
    font-size: 3rem;
  }
  .strip[data-id="584b3f"] .hero-section .hero-subtitle {
    font-size: 1rem;
  }
}.strip[data-id=f5259d] {
  --section-id: "f5259d";
  --storage-url: "https://test-007.praweb.cz/_section/f5259d";
  --public-url: "https://test-007.praweb.cz/_section/f5259d";
}
.strip[data-id=f5259d] .about-section {
  padding: 100px 0;
  background-color: #f5f5f5;
  background-image: url("https://www.transparenttextures.com/patterns/old-paper.png");
  position: relative;
  overflow: hidden;
}
.strip[data-id=f5259d] .about-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=f5259d] .about-section .seal-bg {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  font-size: 30rem;
  color: rgba(0, 0, 0, 0.05);
  z-index: 1;
  pointer-events: none;
}
.strip[data-id=f5259d] .about-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  color: #1a1a1a;
  margin-bottom: 30px;
}
.strip[data-id=f5259d] .about-section .about-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}
.strip[data-id=f5259d] .about-section .about-text::first-letter {
  float: left;
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  line-height: 1;
  padding-right: 15px;
  color: #c5a059;
}
.strip[data-id=f5259d] .about-section .image-wrapper {
  position: relative;
}
.strip[data-id=f5259d] .about-section .image-wrapper::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
  border: 15px solid #c5a059;
  z-index: 0;
}
.strip[data-id=f5259d] .about-section .image-wrapper img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: block;
}
.strip[data-id=f5259d] .about-section .history-link {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  padding: 15px 30px;
  background: #1a1a1a;
  color: #f5f5f5;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}
.strip[data-id=f5259d] .about-section .history-link svg {
  margin-left: 10px;
  width: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id=f5259d] .about-section .history-link:hover {
  background: #c5a059;
}
.strip[data-id=f5259d] .about-section .history-link:hover svg {
  transform: translateX(5px);
}
@media (max-width: 992px) {
  .strip[data-id=f5259d] .about-section .container {
    grid-template-columns: 1fr;
  }
  .strip[data-id=f5259d] .about-section h2 {
    font-size: 2.5rem;
  }
}.strip[data-id="59cdd0"] {
  --section-id: "59cdd0";
  --storage-url: "https://test-007.praweb.cz/_section/59cdd0";
  --public-url: "https://test-007.praweb.cz/_section/59cdd0";
}
.strip[data-id="59cdd0"] .spaces-section {
  padding: 100px 0;
  background-color: #1a1a1a;
  color: #f5f5f5;
  overflow: hidden;
}
.strip[data-id="59cdd0"] .spaces-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  padding: 0 20px;
}
.strip[data-id="59cdd0"] .spaces-section .spaces-image {
  flex: 0 0 40%;
  position: relative;
}
.strip[data-id="59cdd0"] .spaces-section .spaces-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateY(0);
  transition: transform 0.1s linear;
}
.strip[data-id="59cdd0"] .spaces-section .spaces-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="59cdd0"] .spaces-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: #c5a059;
  margin-bottom: 40px;
}
.strip[data-id="59cdd0"] .spaces-section .spaces-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.strip[data-id="59cdd0"] .spaces-section .spaces-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.strip[data-id="59cdd0"] .spaces-section .spaces-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #c5a059;
  display: inline-block;
  margin-top: 8px;
  margin-right: 15px;
  flex-shrink: 0;
}
.strip[data-id="59cdd0"] .spaces-section .art-divider {
  height: 1px;
  background: rgba(197, 160, 89, 0.3);
  margin: 40px 0;
}
.strip[data-id="59cdd0"] .spaces-section .art-block .art-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.strip[data-id="59cdd0"] .spaces-section .art-block .art-header svg {
  width: 40px;
  fill: #c5a059;
}
.strip[data-id="59cdd0"] .spaces-section .art-block .art-header h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: #c5a059;
  margin: 0;
}
.strip[data-id="59cdd0"] .spaces-section .art-block p {
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
  color: rgba(245, 245, 245, 0.8);
}
@media (max-width: 992px) {
  .strip[data-id="59cdd0"] .spaces-section .container {
    flex-direction: column;
  }
  .strip[data-id="59cdd0"] .spaces-section .spaces-image {
    flex: 0 0 100%;
  }
}.strip[data-id=a79466] {
  --section-id: "a79466";
  --storage-url: "https://test-007.praweb.cz/_section/a79466";
  --public-url: "https://test-007.praweb.cz/_section/a79466";
}
.strip[data-id=a79466] .meat-section {
  padding: 0;
  background-color: #1a1a1a;
  color: #f5f5f5;
}
.strip[data-id=a79466] .meat-section .meat-hero-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  filter: brightness(0.7) contrast(1.1);
}
.strip[data-id=a79466] .meat-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}
.strip[data-id=a79466] .meat-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  color: #c5a059;
  margin-bottom: 20px;
}
.strip[data-id=a79466] .meat-section .bull-icon {
  width: 60px;
  margin: 0 auto 40px;
  display: block;
  fill: #c5a059;
  opacity: 0.8;
}
.strip[data-id=a79466] .meat-section .meat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
}
.strip[data-id=a79466] .meat-section .meat-col {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(245, 245, 245, 0.9);
}
.strip[data-id=a79466] .meat-section .meat-col strong {
  color: #c5a059;
  font-weight: 700;
}
.strip[data-id=a79466] .meat-section .meat-detail-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-top: 30px;
  border: 1px solid rgba(197, 160, 89, 0.3);
}
@media (max-width: 768px) {
  .strip[data-id=a79466] .meat-section h2 {
    font-size: 2.5rem;
  }
  .strip[data-id=a79466] .meat-section .meat-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=a79466] .meat-section .meat-hero-img {
    height: 300px;
  }
}.strip[data-id=fbd7ed] {
  --section-id: "fbd7ed";
  --storage-url: "https://test-007.praweb.cz/_section/fbd7ed";
  --public-url: "https://test-007.praweb.cz/_section/fbd7ed";
}
.strip[data-id=fbd7ed] .gallery-section {
  padding: 100px 0;
  background-color: #f5f5f5;
  text-align: center;
}
.strip[data-id=fbd7ed] .gallery-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fbd7ed] .gallery-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.strip[data-id=fbd7ed] .gallery-section .gallery-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #666;
  margin-bottom: 50px;
}
.strip[data-id=fbd7ed] .gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.strip[data-id=fbd7ed] .gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 16/9;
  cursor: pointer;
}
.strip[data-id=fbd7ed] .gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id=fbd7ed] .gallery-section .gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(197, 160, 89, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id=fbd7ed] .gallery-section .gallery-item .overlay svg {
  width: 40px;
  fill: #f5f5f5;
}
.strip[data-id=fbd7ed] .gallery-section .gallery-item:hover img {
  transform: scale(1.05);
}
.strip[data-id=fbd7ed] .gallery-section .gallery-item:hover .overlay {
  opacity: 1;
}
@media (max-width: 992px) {
  .strip[data-id=fbd7ed] .gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .strip[data-id=fbd7ed] .gallery-section .gallery-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id=d0664a] {
  --section-id: "d0664a";
  --storage-url: "https://test-007.praweb.cz/_section/d0664a";
  --public-url: "https://test-007.praweb.cz/_section/d0664a";
}
.strip[data-id=d0664a] .contact-section {
  padding: 100px 0;
  background-color: #1a1a1a;
  color: #f5f5f5;
}
.strip[data-id=d0664a] .contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d0664a] .contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.strip[data-id=d0664a] .contact-section .info-block {
  margin-bottom: 40px;
}
.strip[data-id=d0664a] .contact-section .info-block .label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c5a059;
  margin-bottom: 10px;
}
.strip[data-id=d0664a] .contact-section .info-block .value {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=d0664a] .contact-section .info-block .value a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=d0664a] .contact-section .info-block .value a:hover {
  color: #c5a059;
}
.strip[data-id=d0664a] .contact-section .info-block .value small {
  font-size: 0.9rem;
  opacity: 0.7;
}
.strip[data-id=d0664a] .contact-section .opening-hours {
  width: 100%;
  border-collapse: collapse;
}
.strip[data-id=d0664a] .contact-section .opening-hours td {
  padding: 8px 0;
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
.strip[data-id=d0664a] .contact-section .opening-hours td:last-child {
  text-align: right;
  font-weight: 500;
}
.strip[data-id=d0664a] .contact-section .social-link {
  display: inline-block;
  margin-top: 10px;
  color: #c5a059;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.strip[data-id=d0664a] .contact-section .social-link:hover {
  text-decoration: underline;
}
.strip[data-id=d0664a] .contact-section .small-text {
  font-size: 0.8rem;
  opacity: 0.5;
  margin-top: 20px;
}
.strip[data-id=d0664a] .contact-section .contact-map {
  border: 1px solid rgba(197, 160, 89, 0.3);
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .strip[data-id=d0664a] .contact-section .contact-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=d0664a] .contact-section .contact-map {
    min-height: 300px;
  }
}.strip[data-id=d8303e] {
  --section-id: "d8303e";
  --storage-url: "https://test-007.praweb.cz/_section/d8303e";
  --public-url: "https://test-007.praweb.cz/_section/d8303e";
}
.strip[data-id=d8303e] .main-footer {
  background-color: #111;
  padding: 60px 0;
  border-top: 2px solid #c5a059;
  color: rgba(245, 245, 245, 0.6);
}
.strip[data-id=d8303e] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d8303e] .main-footer .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.strip[data-id=d8303e] .main-footer .footer-copy p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin: 0;
}
.strip[data-id=d8303e] .main-footer .logo-text-small {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: #c5a059;
  letter-spacing: 2px;
}
.strip[data-id=d8303e] .main-footer .footer-links {
  display: flex;
  gap: 20px;
}
.strip[data-id=d8303e] .main-footer .footer-links a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: rgba(245, 245, 245, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=d8303e] .main-footer .footer-links a:hover {
  color: #f5f5f5;
}
.strip[data-id=d8303e] .main-footer .footer-links .fb-icon {
  color: #c5a059;
  font-weight: 600;
}
@media (max-width: 768px) {
  .strip[data-id=d8303e] .main-footer .footer-grid {
    flex-direction: column;
    text-align: center;
  }
}