@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@700&display=swap');
.strip[data-id="950a56"] {
  --section-id: "950a56";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/950a56";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/950a56";
}
.strip[data-id="950a56"] .main-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(44, 44, 44, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #B8860B;
  z-index: 9999;
}
.strip[data-id="950a56"] .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="950a56"] .logo-wrapper .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.strip[data-id="950a56"] .logo-wrapper .logo-img {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
}
.strip[data-id="950a56"] .logo-wrapper .logo-text {
  font-family: "Playfair Display", serif;
  color: #B8860B;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="950a56"] .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id="950a56"] .nav-menu li a {
  font-family: "Lato", sans-serif;
  color: #F9F7F2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.strip[data-id="950a56"] .nav-menu li a:hover {
  color: #B8860B;
}
.strip[data-id="950a56"] .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #B8860B;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="950a56"] .nav-menu li a:hover::after {
  width: 100%;
}
.strip[data-id="950a56"] .nav-contact .phone-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 134, 11, 0.6);
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.05) 0%, rgba(184, 134, 11, 0.15) 100%);
  box-shadow: inset 0 0 10px rgba(184, 134, 11, 0.1);
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.strip[data-id="950a56"] .nav-contact .phone-box:hover {
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.15) 0%, rgba(184, 134, 11, 0.25) 100%);
  border-color: #B8860B;
  transform: translateY(-1px);
}
.strip[data-id="950a56"] .nav-contact .phone-label {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  color: #B8860B;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 2px;
}
.strip[data-id="950a56"] .nav-contact .phone-number {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #F9F7F2;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.strip[data-id="950a56"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  gap: 6px;
  z-index: 10001;
}
.strip[data-id="950a56"] .mobile-toggle .bar {
  width: 28px;
  height: 2px;
  background-color: #B8860B;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 992px) {
  .strip[data-id="950a56"] .nav-menu {
    display: flex;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #2C2C2C;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 25px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }
  .strip[data-id="950a56"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="950a56"] .mobile-toggle {
    display: flex;
  }
  .strip[data-id="950a56"] .nav-contact {
    display: none;
  }
  .strip[data-id="950a56"] .nav-menu li a {
    font-size: 18px;
  }
}.strip[data-id=c0021e] {
  --section-id: "c0021e";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/c0021e";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/c0021e";
}
.strip[data-id=c0021e] .hero-section {
  min-height: 85vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #1a1a1a;
}
.strip[data-id=c0021e] .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.05);
  animation: heroZoom 10s infinite alternate ease-in-out;
}
@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
.strip[data-id=c0021e] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.6) 0%, rgba(26, 26, 26, 0.5) 50%, rgba(26, 26, 26, 0.7) 100%);
  z-index: 2;
}
.strip[data-id=c0021e] .hero-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 25px;
  text-align: center;
}
.strip[data-id=c0021e] .hero-subtitle {
  font-family: "Lato", sans-serif;
  color: #B8860B;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 25px;
  font-weight: 300;
  opacity: 0;
  animation: heroFadeIn 1s ease-out 0.3s forwards;
}
.strip[data-id=c0021e] .hero-title {
  font-family: "Playfair Display", serif;
  color: #F9F7F2;
  font-size: 72px;
  font-weight: 700;
  margin: 0 auto 25px;
  line-height: 1.1;
  max-width: 950px;
  opacity: 0;
  animation: heroFadeIn 1s ease-out 0.6s forwards;
}
.strip[data-id=c0021e] .hero-line {
  width: 60px;
  height: 2px;
  background-color: #B8860B;
  margin: 0 auto 35px;
  opacity: 0;
  animation: heroFadeIn 1s ease-out 0.9s forwards;
}
.strip[data-id=c0021e] .hero-description {
  font-family: "Lato", sans-serif;
  color: #F9F7F2;
  font-size: 20px;
  font-weight: 300;
  max-width: 750px;
  margin: 0 auto 50px;
  line-height: 1.7;
  opacity: 0;
  animation: heroFadeIn 1s ease-out 1.2s forwards;
}
.strip[data-id=c0021e] .hero-cta {
  display: inline-block;
  padding: 20px 50px;
  background-color: #B8860B;
  color: #1a1a1a;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 2px solid #B8860B;
  opacity: 0;
  animation: heroFadeIn 1s ease-out 1.5s forwards;
}
.strip[data-id=c0021e] .hero-cta:hover {
  background-color: transparent;
  color: #B8860B;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .strip[data-id=c0021e] .hero-title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=c0021e] .hero-title {
    font-size: 44px;
  }
  .strip[data-id=c0021e] .hero-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .strip[data-id=c0021e] .hero-section {
    min-height: 70vh;
  }
  .strip[data-id=c0021e] .hero-description {
    font-size: 17px;
  }
  .strip[data-id=c0021e] .hero-container {
    padding: 100px 20px;
  }
}.strip[data-id="1bbf1c"] {
  --section-id: "1bbf1c";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/1bbf1c";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/1bbf1c";
}
.strip[data-id="1bbf1c"] .history-section {
  background-color: #F9F7F2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 50px 50px;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="1bbf1c"] .history-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(242, 239, 232, 0.3) 100%);
  pointer-events: none;
}
.strip[data-id="1bbf1c"] .history-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="1bbf1c"] .history-flex {
  display: flex;
  align-items: center;
  gap: 100px;
}
.strip[data-id="1bbf1c"] .history-text {
  flex: 0 0 55%;
}
.strip[data-id="1bbf1c"] .history-visual {
  flex: 0 0 45%;
}
.strip[data-id="1bbf1c"] .history-icon {
  width: 60px;
  height: 60px;
  color: #C5A059;
  margin-bottom: 25px;
  display: block;
}
.strip[data-id="1bbf1c"] .history-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.strip[data-id="1bbf1c"] .history-title {
  font-family: "Playfair Display", serif;
  color: #2C2C2C;
  font-size: 52px;
  font-weight: 700;
  margin: 0 0 35px 0;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.strip[data-id="1bbf1c"] .history-description {
  font-family: "Lato", sans-serif;
  color: #4A4A4A;
  font-size: 19px;
  line-height: 1.85;
  margin-bottom: 45px;
}
.strip[data-id="1bbf1c"] .history-description p {
  margin-bottom: 25px;
}
.strip[data-id="1bbf1c"] .history-signature {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 26px;
  color: #2C2C2C;
  border-top: 1.5px solid rgba(197, 160, 89, 0.4);
  display: inline-block;
  padding-top: 20px;
  margin-top: 10px;
}
.strip[data-id="1bbf1c"] .history-image-wrapper {
  position: relative;
  padding: 0;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="1bbf1c"] .history-image-wrapper::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  right: -25px;
  bottom: -25px;
  border: 2px solid #C5A059;
  z-index: 1;
  transition: all 0.4s ease;
}
.strip[data-id="1bbf1c"] .history-image-wrapper img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="1bbf1c"] .history-image-wrapper:hover {
  transform: translateY(-5px);
}
.strip[data-id="1bbf1c"] .history-image-wrapper:hover img {
  transform: scale(1.02);
}
.strip[data-id="1bbf1c"] .history-image-wrapper:hover::before {
  transform: translate(-10px, -10px);
  border-color: #B08D4A;
}
@media (max-width: 1024px) {
  .strip[data-id="1bbf1c"] .history-flex {
    gap: 60px;
  }
  .strip[data-id="1bbf1c"] .history-title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="1bbf1c"] .history-section {
    padding: 80px 0;
  }
  .strip[data-id="1bbf1c"] .history-flex {
    flex-direction: column-reverse;
    gap: 70px;
    text-align: center;
  }
  .strip[data-id="1bbf1c"] .history-text, .strip[data-id="1bbf1c"] .history-visual {
    flex: 0 0 100%;
  }
  .strip[data-id="1bbf1c"] .history-image-wrapper {
    max-width: 550px;
    margin: 0 auto;
  }
  .strip[data-id="1bbf1c"] .history-image-wrapper::before {
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
  }
  .strip[data-id="1bbf1c"] .history-signature {
    margin: 0 auto;
  }
}@charset "UTF-8";
.strip[data-id="81ad05"] {
  --section-id: "81ad05";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/81ad05";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/81ad05";
  /* Velká uvozovka na pozadí */
}
.strip[data-id="81ad05"] .meat-exclusivity {
  background-color: #2C2C2C;
  /* Subtilní mramorový vzor pomocí gradientů */
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%), radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.01) 0%, transparent 50%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="81ad05"] .meat-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="81ad05"] .meat-flex {
  display: flex;
  align-items: center;
  gap: 60px;
}
.strip[data-id="81ad05"] .meat-visual {
  flex: 0 0 40%;
  position: relative;
}
.strip[data-id="81ad05"] .meat-text {
  flex: 0 0 60%;
  position: relative;
}
.strip[data-id="81ad05"] .meat-text::before {
  content: "“";
  position: absolute;
  top: -40px;
  left: -20px;
  font-family: "Playfair Display", serif;
  font-size: 200px;
  color: rgba(184, 134, 11, 0.08);
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="81ad05"] .meat-image-mask {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  /* Organický tvar výřezu */
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  border: 4px solid #B8860B;
  box-shadow: 0 0 50px rgba(184, 134, 11, 0.2);
  transition: transform 0.5s ease;
}
.strip[data-id="81ad05"] .meat-image-mask:hover {
  transform: scale(1.03) rotate(2deg);
}
.strip[data-id="81ad05"] .meat-image-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="81ad05"] .meat-title {
  font-family: "Playfair Display", serif;
  color: #B8860B;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 30px 0;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.strip[data-id="81ad05"] .meat-content {
  font-family: "Lato", sans-serif;
  color: #F9F7F2;
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
.strip[data-id="81ad05"] .meat-highlight {
  border-left: 3px solid #B8860B;
  padding-left: 25px;
  margin: 30px 0;
  font-style: italic;
  background: rgba(184, 134, 11, 0.03);
  padding-top: 15px;
  padding-bottom: 15px;
}
.strip[data-id="81ad05"] .meat-content p {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .strip[data-id="81ad05"] .meat-flex {
    flex-direction: column;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id="81ad05"] .meat-visual, .strip[data-id="81ad05"] .meat-text {
    flex: 0 0 100%;
  }
  .strip[data-id="81ad05"] .meat-visual {
    max-width: 400px;
    margin: 0 auto;
  }
  .strip[data-id="81ad05"] .meat-highlight {
    text-align: left;
  }
  .strip[data-id="81ad05"] .meat-text::before {
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
  }
}@charset "UTF-8";
.strip[data-id=b2960c] {
  --section-id: "b2960c";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/b2960c";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/b2960c";
}
.strip[data-id=b2960c] .art-atmosphere {
  background-color: #F9F7F2;
  padding: 100px 0;
  overflow: hidden;
}
.strip[data-id=b2960c] .art-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b2960c] .art-intro {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=b2960c] .art-title {
  font-family: "Playfair Display", serif;
  color: #2C2C2C;
  font-size: 42px;
  margin-bottom: 20px;
}
.strip[data-id=b2960c] .art-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
.strip[data-id=b2960c] .art-card {
  background: #ffffff;
  padding: 40px;
  border: 1px solid rgba(184, 134, 11, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.strip[data-id=b2960c] .art-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.strip[data-id=b2960c] .art-card-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=b2960c] .art-card-icon svg {
  width: 100%;
  height: 100%;
  fill: #B8860B;
}
.strip[data-id=b2960c] .art-card-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #2C2C2C;
  margin-bottom: 15px;
}
.strip[data-id=b2960c] .art-card-text {
  font-family: "Lato", sans-serif;
  color: #2C2C2C;
  font-size: 16px;
  line-height: 1.6;
}
.strip[data-id=b2960c] .art-gallery-block {
  display: flex;
  align-items: center;
  gap: 60px;
  background-color: #ffffff;
  padding: 60px;
  border: 1px solid rgba(184, 134, 11, 0.2);
  /* Textura plátna */
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("https://www.transparenttextures.com/patterns/canvas-orange.png");
}
.strip[data-id=b2960c] .art-gallery-image {
  flex: 0 0 350px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.strip[data-id=b2960c] .art-gallery-image img {
  width: 100%;
  height: 120%; /* Pro parallax efekt */
  object-fit: cover;
  position: absolute;
  top: -10%;
  left: 0;
  transition: transform 0.1s linear;
}
.strip[data-id=b2960c] .art-gallery-content {
  flex: 1;
}
.strip[data-id=b2960c] .art-gallery-tag {
  display: inline-block;
  font-family: "Lato", sans-serif;
  color: #B8860B;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B8860B;
  padding-bottom: 5px;
}
.strip[data-id=b2960c] .art-gallery-title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #2C2C2C;
  margin-bottom: 25px;
}
.strip[data-id=b2960c] .art-gallery-description {
  font-family: "Lato", sans-serif;
  color: #2C2C2C;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .strip[data-id=b2960c] .art-grid {
    grid-template-columns: 1fr 1fr;
  }
  .strip[data-id=b2960c] .art-gallery-block {
    flex-direction: column;
    padding: 40px;
  }
  .strip[data-id=b2960c] .art-gallery-image {
    flex: 0 0 auto;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=b2960c] .art-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=b2960c] .art-title {
    font-size: 32px;
  }
}.strip[data-id="136c4a"] {
  --section-id: "136c4a";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/136c4a";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/136c4a";
  /* Masonry specific spans */
  /* Lightbox Styles */
}
.strip[data-id="136c4a"] .gallery-section {
  background-color: #2C2C2C;
  padding: 80px 0;
}
.strip[data-id="136c4a"] .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="136c4a"] .gallery-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="136c4a"] .gallery-title {
  font-family: "Playfair Display", serif;
  color: #F9F7F2;
  font-size: 42px;
  margin-bottom: 15px;
}
.strip[data-id="136c4a"] .gallery-subtitle {
  font-family: "Lato", sans-serif;
  color: #B8860B;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.strip[data-id="136c4a"] .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 15px;
}
.strip[data-id="136c4a"] .gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.strip[data-id="136c4a"] .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.strip[data-id="136c4a"] .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(184, 134, 11, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 20px;
  text-align: center;
}
.strip[data-id="136c4a"] .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.strip[data-id="136c4a"] .gallery-item:hover img {
  transform: scale(1.05);
}
.strip[data-id="136c4a"] .gallery-item-title {
  font-family: "Playfair Display", serif;
  color: #2C2C2C;
  font-size: 24px;
  font-weight: 700;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.strip[data-id="136c4a"] .gallery-item:hover .gallery-item-title {
  transform: translateY(0);
}
.strip[data-id="136c4a"] .gallery-item-1 {
  grid-row: span 2;
}
.strip[data-id="136c4a"] .gallery-item-2 {
  grid-column: span 2;
}
.strip[data-id="136c4a"] .gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F7F2;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.strip[data-id="136c4a"] .gallery-lightbox.active {
  display: flex;
}
.strip[data-id="136c4a"] .lightbox-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
.strip[data-id="136c4a"] .lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  border: 1px solid #B8860B;
}
.strip[data-id="136c4a"] .lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  color: #2C2C2C;
  font-size: 40px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
}
.strip[data-id="136c4a"] .lightbox-caption {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #2C2C2C;
  border: 1px solid #B8860B;
  border-top: none;
}
@media (max-width: 992px) {
  .strip[data-id="136c4a"] .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
  }
  .strip[data-id="136c4a"] .gallery-item-1 {
    grid-row: span 1;
  }
  .strip[data-id="136c4a"] .gallery-item-2 {
    grid-column: span 1;
  }
}
@media (max-width: 576px) {
  .strip[data-id="136c4a"] .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }
}.strip[data-id="62a33e"] {
  --section-id: "62a33e";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/62a33e";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/62a33e";
}
.strip[data-id="62a33e"] .contact-section {
  background-color: #F9F7F2;
  padding: 100px 0;
}
.strip[data-id="62a33e"] .contact-outer-frame {
  max-width: 1200px;
  margin: 0 auto;
  border: 2px solid #B8860B;
  background-color: #ffffff;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.strip[data-id="62a33e"] .contact-info-block {
  flex: 1;
  padding: 60px;
}
.strip[data-id="62a33e"] .contact-map-block {
  flex: 1;
  min-height: 500px;
  background-color: #2C2C2C;
}
.strip[data-id="62a33e"] .contact-map-block iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.2) invert(0.9);
}
.strip[data-id="62a33e"] .contact-title {
  font-family: "Playfair Display", serif;
  color: #B8860B;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 700;
}
.strip[data-id="62a33e"] .contact-details {
  margin-bottom: 40px;
}
.strip[data-id="62a33e"] .contact-item {
  font-family: "Lato", sans-serif;
  color: #2C2C2C;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.strip[data-id="62a33e"] .contact-item strong {
  color: #B8860B;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.strip[data-id="62a33e"] .contact-phone {
  font-size: 24px;
  font-weight: 700;
  color: #2C2C2C;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="62a33e"] .contact-phone:hover {
  color: #B8860B;
}
.strip[data-id="62a33e"] .hours-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  font-family: "Lato", sans-serif;
}
.strip[data-id="62a33e"] .hours-table tr {
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}
.strip[data-id="62a33e"] .hours-table td {
  padding: 12px 0;
  color: #2C2C2C;
  font-size: 16px;
}
.strip[data-id="62a33e"] .hours-table td:last-child {
  text-align: right;
  font-weight: 700;
}
.strip[data-id="62a33e"] .hours-table tr.closed td:last-child {
  color: #B8860B;
  text-transform: uppercase;
  font-size: 14px;
}
.strip[data-id="62a33e"] .contact-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(184, 134, 11, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="62a33e"] .social-link {
  font-family: "Lato", sans-serif;
  color: #2C2C2C;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="62a33e"] .social-link:hover {
  color: #B8860B;
}
.strip[data-id="62a33e"] .ic-info {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: rgba(44, 44, 44, 0.5);
}
@media (max-width: 992px) {
  .strip[data-id="62a33e"] .contact-outer-frame {
    flex-direction: column;
    margin: 0 20px;
  }
  .strip[data-id="62a33e"] .contact-info-block {
    padding: 40px;
  }
  .strip[data-id="62a33e"] .contact-map-block {
    min-height: 350px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="62a33e"] .contact-info-block {
    padding: 30px 20px;
  }
  .strip[data-id="62a33e"] .contact-title {
    font-size: 32px;
  }
  .strip[data-id="62a33e"] .contact-phone {
    font-size: 20px;
  }
}.strip[data-id="99a9ed"] {
  --section-id: "99a9ed";
  --storage-url: "https://pwai-0e744fa3.praweb.cz/_section/99a9ed";
  --public-url: "https://pwai-0e744fa3.praweb.cz/_section/99a9ed";
}
.strip[data-id="99a9ed"] .main-footer {
  background-color: #2C2C2C;
  padding: 60px 0 40px;
  text-align: center;
}
.strip[data-id="99a9ed"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="99a9ed"] .footer-logo {
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id="99a9ed"] .footer-text {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(249, 247, 242, 0.8);
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.strip[data-id="99a9ed"] .footer-text a {
  color: rgba(249, 247, 242, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="99a9ed"] .footer-text a:hover {
  color: #B8860B;
  border-bottom-color: rgba(184, 134, 11, 0.3);
}
.strip[data-id="99a9ed"] .footer-sep {
  color: #B8860B;
  margin: 0 15px;
  font-weight: 300;
  user-select: none;
}
@media (max-width: 768px) {
  .strip[data-id="99a9ed"] .main-footer {
    padding: 40px 0;
  }
  .strip[data-id="99a9ed"] .footer-text {
    flex-direction: column;
    gap: 12px;
  }
  .strip[data-id="99a9ed"] .footer-sep {
    display: none;
  }
}