@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="265559"] {
  --section-id: "265559";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/265559";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/265559";
}
.strip[data-id="265559"] .header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.strip[data-id="265559"] .header-section.scrolled {
  background-color: #121212;
  padding: 12px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}
.strip[data-id="265559"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="265559"] .logo-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 15px;
}
.strip[data-id="265559"] .logo-img {
  height: 45px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
}
.strip[data-id="265559"] .header-section.scrolled .logo-img {
  height: 38px;
}
.strip[data-id="265559"] .brand-name {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}
.strip[data-id="265559"] .nav-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.strip[data-id="265559"] .nav-menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: all 0.3s ease;
}
.strip[data-id="265559"] .nav-menu a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #d4af37;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id="265559"] .nav-menu a:hover {
  color: #d4af37;
}
.strip[data-id="265559"] .nav-menu a:hover::after {
  width: 100%;
}
.strip[data-id="265559"] .header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.strip[data-id="265559"] .phone-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  position: relative;
  overflow: hidden;
}
.strip[data-id="265559"] .phone-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(212, 175, 55, 0.1);
  transition: left 0.4s ease;
}
.strip[data-id="265559"] .phone-link:hover::before {
  left: 0;
}
.strip[data-id="265559"] .phone-link:hover {
  border-color: #d4af37;
  color: #d4af37;
}
.strip[data-id="265559"] .phone-icon {
  width: 14px;
  height: 14px;
  color: #d4af37;
}
.strip[data-id="265559"] .phone-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
.strip[data-id="265559"] .mobile-phone-icon {
  display: none;
  color: #d4af37;
}
.strip[data-id="265559"] .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.strip[data-id="265559"] .mobile-toggle .bar {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .strip[data-id="265559"] .header-container {
    padding: 0 20px;
  }
  .strip[data-id="265559"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #121212;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.5s ease;
    z-index: 9998;
  }
  .strip[data-id="265559"] .nav-menu.active {
    right: 0;
  }
  .strip[data-id="265559"] .nav-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .strip[data-id="265559"] .nav-menu a {
    font-size: 18px;
  }
  .strip[data-id="265559"] .mobile-toggle {
    display: flex;
    z-index: 9999;
  }
  .strip[data-id="265559"] .mobile-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .strip[data-id="265559"] .mobile-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="265559"] .mobile-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .strip[data-id="265559"] .header-actions .phone-link {
    display: none;
  }
  .strip[data-id="265559"] .mobile-phone-icon {
    display: flex;
    margin-right: 10px;
  }
}.strip[data-id="818553"] {
  --section-id: "818553";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/818553";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/818553";
}
.strip[data-id="818553"] .hero-section {
  position: relative;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/818553/interior-background.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.strip[data-id="818553"] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.strip[data-id="818553"] .hero-container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 20px 60px; /* Added top padding for header offset */
  width: 100%;
  text-align: center;
  opacity: 0;
  animation: heroFadeIn 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.strip[data-id="818553"] .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="818553"] .hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #d4af37;
  margin: 0 0 15px 0;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="818553"] .hero-subtitle::before,
.strip[data-id="818553"] .hero-subtitle::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: rgba(212, 175, 55, 0.5);
}
.strip[data-id="818553"] .hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 8vw, 72px);
  color: #f5f5dc;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  margin: 0 0 30px 0;
  font-weight: 700;
  line-height: 1.1;
}
.strip[data-id="818553"] .hero-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: rgba(245, 245, 220, 0.9);
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto 40px;
}
.strip[data-id="818553"] .hero-signature-wrap {
  margin-bottom: 50px;
}
.strip[data-id="818553"] .hero-signature {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 24px;
  color: #d4af37;
  display: inline-block;
}
.strip[data-id="818553"] .hero-signature-line {
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  margin: 10px auto 0;
}
.strip[data-id="818553"] .hero-button {
  display: inline-block;
  padding: 20px 50px;
  background-color: transparent;
  border: 1px solid #d4af37;
  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.5s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.strip[data-id="818553"] .hero-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #d4af37;
  transition: all 0.5s ease;
  z-index: -1;
}
.strip[data-id="818553"] .hero-button:hover {
  color: #1a1a1a;
}
.strip[data-id="818553"] .hero-button:hover::before {
  left: 0;
}
.strip[data-id="818553"] .scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d4af37;
  opacity: 0.7;
  animation: bounce 2s infinite;
}
.strip[data-id="818553"] .scroll-indicator span {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
@keyframes heroFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
@media (max-width: 768px) {
  .strip[data-id="818553"] .hero-section {
    height: auto;
    min-height: 100vh;
    padding: 100px 0;
  }
  .strip[data-id="818553"] .hero-container {
    padding-top: 80px;
  }
  .strip[data-id="818553"] .hero-text {
    font-size: 16px;
  }
  .strip[data-id="818553"] .hero-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .strip[data-id="818553"] .hero-subtitle::before,
  .strip[data-id="818553"] .hero-subtitle::after {
    width: 15px;
  }
}.strip[data-id="0a1d99"] {
  --section-id: "0a1d99";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/0a1d99";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/0a1d99";
}
.strip[data-id="0a1d99"] .section-about {
  background-color: #fdfbf7;
  background-image: url("https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/0a1d99/old-paper.png");
  padding: 120px 20px;
  color: #2c2c2c;
  overflow: hidden;
}
.strip[data-id="0a1d99"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id="0a1d99"] .content-left {
  flex: 0 0 55%;
  animation: fadeInUp 0.8s ease-out forwards;
}
.strip[data-id="0a1d99"] .content-right {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
  opacity: 0;
}
.strip[data-id="0a1d99"] .label-history {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #c5a059;
  margin-bottom: 15px;
  display: block;
}
.strip[data-id="0a1d99"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 35px;
  font-weight: 700;
  color: #1a1a1a;
}
.strip[data-id="0a1d99"] p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}
.strip[data-id="0a1d99"] .separator {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 45px 0;
  width: 100%;
}
.strip[data-id="0a1d99"] .separator-line {
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #c5a059 0%, rgba(197, 160, 89, 0) 100%);
}
.strip[data-id="0a1d99"] .separator-diamond {
  width: 8px;
  height: 8px;
  background-color: #c5a059;
  transform: rotate(45deg);
  margin-right: 15px;
}
.strip[data-id="0a1d99"] .image-frame {
  position: relative;
  padding: 15px;
  background: #fff;
  border: 1px solid #c5a059;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
  cursor: pointer;
}
.strip[data-id="0a1d99"] .image-frame:hover {
  transform: scale(1.02) translateY(-5px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
}
.strip[data-id="0a1d99"] .image-frame::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(197, 160, 89, 0.4);
  pointer-events: none;
}
.strip[data-id="0a1d99"] .image-frame img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
  filter: sepia(10%) contrast(1.05);
}
.strip[data-id="0a1d99"] .history-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.strip[data-id="0a1d99"] .history-icon {
  color: #c5a059;
  width: 54px;
  height: 54px;
  transition: transform 0.3s ease;
}
.strip[data-id="0a1d99"] .history-icon-wrapper:hover .history-icon {
  transform: translateY(-5px);
}
.strip[data-id="0a1d99"] .history-label {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 18px;
  color: #c5a059;
}
.strip[data-id="0a1d99"] .link-catalog {
  color: #c5a059;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
}
.strip[data-id="0a1d99"] .link-catalog::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c5a059;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="0a1d99"] .link-catalog:hover {
  color: #a88543;
}
.strip[data-id="0a1d99"] .link-catalog:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .strip[data-id="0a1d99"] .container {
    gap: 50px;
  }
  .strip[data-id="0a1d99"] h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="0a1d99"] .section-about {
    padding: 80px 20px;
  }
  .strip[data-id="0a1d99"] .container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id="0a1d99"] .content-left, .strip[data-id="0a1d99"] .content-right {
    flex: 0 0 100%;
  }
  .strip[data-id="0a1d99"] .separator {
    justify-content: center;
  }
  .strip[data-id="0a1d99"] .separator-line {
    background: linear-gradient(90deg, rgba(197, 160, 89, 0) 0%, #c5a059 50%, rgba(197, 160, 89, 0) 100%);
    width: 150px;
  }
  .strip[data-id="0a1d99"] .separator-diamond {
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="0a1d99"] h2 {
    font-size: 32px;
  }
  .strip[data-id="0a1d99"] .image-frame img {
    height: 320px;
  }
  .strip[data-id="0a1d99"] p {
    font-size: 16px;
  }
}.strip[data-id="82dac7"] {
  --section-id: "82dac7";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/82dac7";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/82dac7";
}
.strip[data-id="82dac7"] .art-gallery-feature {
  background-color: #121212;
  background-image: radial-gradient(circle at 50% 50%, #1a1a1a 0%, #121212 100%);
  padding: 120px 20px;
  overflow: hidden;
  position: relative;
}
.strip[data-id="82dac7"] .art-gallery-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://www.transparenttextures.com/patterns/dark-leather.png");
  opacity: 0.05;
  pointer-events: none;
}
.strip[data-id="82dac7"] .art-gallery-feature .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="82dac7"] .art-gallery-feature .gallery-grid {
  display: flex;
  align-items: center;
  gap: 100px;
}
.strip[data-id="82dac7"] .art-gallery-feature .image-wrapper {
  flex: 1.2;
  position: relative;
  padding: 20px;
  background: #1a1a1a;
  border: 1px solid #333;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
}
.strip[data-id="82dac7"] .art-gallery-feature .image-wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #d4af37;
  pointer-events: none;
  opacity: 0.5;
}
.strip[data-id="82dac7"] .art-gallery-feature .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.1);
  transition: filter 0.5s ease;
}
.strip[data-id="82dac7"] .art-gallery-feature .image-wrapper:hover img {
  filter: brightness(1) contrast(1.1);
}
.strip[data-id="82dac7"] .art-gallery-feature .content-wrapper {
  flex: 1;
}
.strip[data-id="82dac7"] .art-gallery-feature .art-icon {
  color: #d4af37;
  font-size: 2rem;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id="82dac7"] .art-gallery-feature h2 {
  font-family: "Playfair Display", serif;
  color: #d4af37;
  font-size: 3.8rem;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.1;
}
.strip[data-id="82dac7"] .art-gallery-feature .description {
  font-family: "Montserrat", sans-serif;
  color: #e0e0e0;
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 45px;
  font-weight: 300;
}
.strip[data-id="82dac7"] .art-gallery-feature .description p {
  margin-bottom: 25px;
}
.strip[data-id="82dac7"] .art-gallery-feature .author-link {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.85rem;
  position: relative;
  padding-bottom: 10px;
  transition: all 0.3s ease;
}
.strip[data-id="82dac7"] .art-gallery-feature .author-link i {
  margin-left: 10px;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
.strip[data-id="82dac7"] .art-gallery-feature .author-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #d4af37;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.strip[data-id="82dac7"] .art-gallery-feature .author-link:hover {
  color: #fdf5e6;
}
.strip[data-id="82dac7"] .art-gallery-feature .author-link:hover::after {
  width: 100%;
  background-color: #fdf5e6;
}
.strip[data-id="82dac7"] .art-gallery-feature .author-link:hover i {
  transform: translateX(5px);
}
@media (max-width: 1100px) {
  .strip[data-id="82dac7"] .art-gallery-feature .gallery-grid {
    gap: 60px;
  }
  .strip[data-id="82dac7"] .art-gallery-feature h2 {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .strip[data-id="82dac7"] .art-gallery-feature {
    padding: 80px 20px;
  }
  .strip[data-id="82dac7"] .art-gallery-feature .gallery-grid {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  .strip[data-id="82dac7"] .art-gallery-feature .image-wrapper {
    width: 100%;
    max-width: 700px;
  }
  .strip[data-id="82dac7"] .art-gallery-feature .author-link {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .strip[data-id="82dac7"] .art-gallery-feature {
    padding: 60px 20px;
  }
  .strip[data-id="82dac7"] .art-gallery-feature h2 {
    font-size: 2.5rem;
  }
  .strip[data-id="82dac7"] .art-gallery-feature .description {
    font-size: 1rem;
  }
}@charset "UTF-8";
.strip[data-id="4ba546"] {
  --section-id: "4ba546";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/4ba546";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/4ba546";
  /* Jemná textura břidlice přes pseudo-element */
  /* Elegantní dvojitý rám pro obrázek */
}
.strip[data-id="4ba546"] section {
  background-color: #121212;
  background-image: radial-gradient(circle at center, #1e1e1e 0%, #121212 100%);
  padding: 120px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.4);
  border-bottom: 1px solid rgba(212, 175, 55, 0.4);
  overflow: hidden;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="4ba546"] section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://www.transparenttextures.com/patterns/carbon-fibre.png");
  opacity: 0.03;
  pointer-events: none;
}
.strip[data-id="4ba546"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}
.strip[data-id="4ba546"] .content-wrapper {
  flex: 1.2;
  color: #f5f5dc;
}
.strip[data-id="4ba546"] .image-wrapper {
  flex: 0.8;
  position: relative;
  display: flex;
  justify-content: center;
}
.strip[data-id="4ba546"] .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
  display: block;
  position: relative;
  z-index: 2;
}
.strip[data-id="4ba546"] .image-wrapper::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid #c5a059;
  z-index: 1;
  transition: all 0.5s ease;
}
.strip[data-id="4ba546"] .image-wrapper:hover::before {
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
}
.strip[data-id="4ba546"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 700;
  color: #f5f5dc;
}
.strip[data-id="4ba546"] .divider {
  width: 80px;
  height: 3px;
  background: #c5a059;
  margin-bottom: 35px;
  border-radius: 2px;
}
.strip[data-id="4ba546"] h2 .accent {
  color: #c5a059;
  font-style: italic;
}
.strip[data-id="4ba546"] .description {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 30px;
  color: rgba(245, 245, 220, 0.85);
  font-weight: 300;
}
.strip[data-id="4ba546"] .highlight {
  color: #c5a059;
  font-weight: 600;
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}
.strip[data-id="4ba546"] .invitation-box {
  margin-top: 45px;
  padding-left: 25px;
  border-left: 2px solid #c5a059;
}
.strip[data-id="4ba546"] .invitation {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: italic;
  color: #c5a059;
  display: block;
}
.strip[data-id="4ba546"] .badge {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #c5a059;
  color: #c5a059;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .strip[data-id="4ba546"] .container {
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }
  .strip[data-id="4ba546"] .image-wrapper {
    order: -1;
    width: 100%;
    max-width: 500px;
  }
  .strip[data-id="4ba546"] .image-wrapper::before {
    right: -15px;
    bottom: -15px;
  }
  .strip[data-id="4ba546"] h2 {
    font-size: 38px;
  }
  .strip[data-id="4ba546"] .divider {
    margin: 0 auto 35px;
  }
  .strip[data-id="4ba546"] .invitation-box {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(197, 160, 89, 0.3);
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="4ba546"] section {
    padding: 80px 0;
  }
  .strip[data-id="4ba546"] .description {
    font-size: 16px;
  }
  .strip[data-id="4ba546"] h2 {
    font-size: 32px;
  }
}.strip[data-id=b50308] {
  --section-id: "b50308";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/b50308";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/b50308";
}
.strip[data-id=b50308] .atmosphere-section {
  position: relative;
  background-color: #fdfbf7;
  padding: 100px 20px;
  overflow: hidden;
  color: #2c2c2c;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=b50308] .atmosphere-section .ornament {
  position: absolute;
  width: 250px;
  height: 250px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id=b50308] .atmosphere-section .ornament-tl {
  top: -50px;
  left: -50px;
}
.strip[data-id=b50308] .atmosphere-section .ornament-tr {
  top: -50px;
  right: -50px;
  transform: rotate(90deg);
}
.strip[data-id=b50308] .atmosphere-section .ornament-bl {
  bottom: -50px;
  left: -50px;
  transform: rotate(-90deg);
}
.strip[data-id=b50308] .atmosphere-section .ornament-br {
  bottom: -50px;
  right: -50px;
  transform: rotate(180deg);
}
.strip[data-id=b50308] .atmosphere-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id=b50308] .atmosphere-section .intro {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=b50308] .atmosphere-section .intro h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  color: #2c2c2c;
  margin-bottom: 25px;
  font-weight: 700;
}
.strip[data-id=b50308] .atmosphere-section .intro p {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
  color: #4a4a4a;
}
.strip[data-id=b50308] .atmosphere-section .atmosphere-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id=b50308] .atmosphere-section .atmosphere-card {
  background: transparent;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
  border-radius: 12px;
}
.strip[data-id=b50308] .atmosphere-section .atmosphere-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.strip[data-id=b50308] .atmosphere-section .icon-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=b50308] .atmosphere-section .icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: sepia(1) saturate(2) hue-rotate(5deg) brightness(0.8); /* Enhancing the golden feel if needed */
}
.strip[data-id=b50308] .atmosphere-section .atmosphere-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #2c2c2c;
}
.strip[data-id=b50308] .atmosphere-section .atmosphere-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #5a5a5a;
}
@media (max-width: 1024px) {
  .strip[data-id=b50308] .atmosphere-section .atmosphere-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id=b50308] .atmosphere-section .intro h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id=b50308] .atmosphere-section {
    padding: 60px 20px;
  }
  .strip[data-id=b50308] .atmosphere-section .atmosphere-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=b50308] .atmosphere-section .intro h2 {
    font-size: 2.2rem;
  }
  .strip[data-id=b50308] .atmosphere-section .ornament {
    width: 150px;
    height: 150px;
  }
}.strip[data-id=cea88b] {
  --section-id: "cea88b";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/cea88b";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/cea88b";
}
.strip[data-id=cea88b] .gallery-section {
  background-color: #121212;
  background-image: url("https://www.transparenttextures.com/patterns/carbon-fibre.png");
  padding: 100px 20px;
  font-family: "Playfair Display", serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=cea88b] .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=cea88b] .gallery-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.strip[data-id=cea88b] .gallery-header h2 {
  color: #f5f5dc;
  font-size: 3rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
}
.strip[data-id=cea88b] .gallery-header .gold-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c5a059, transparent);
  margin: 0 auto 25px;
}
.strip[data-id=cea88b] .gallery-header p {
  color: #d1d1b8;
  font-size: 1.15rem;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.strip[data-id=cea88b] .masonry-grid {
  column-count: 3;
  column-gap: 25px;
}
.strip[data-id=cea88b] .masonry-item {
  position: relative;
  margin-bottom: 25px;
  break-inside: avoid;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(197, 160, 89, 0.2);
  transition: border-color 0.4s ease, transform 0.4s ease;
}
.strip[data-id=cea88b] .masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.strip[data-id=cea88b] .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.strip[data-id=cea88b] .plus-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #c5a059;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8) rotate(-45deg);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=cea88b] .plus-icon svg {
  width: 24px;
  height: 24px;
  fill: #c5a059;
}
.strip[data-id=cea88b] .masonry-item:hover {
  border-color: rgba(197, 160, 89, 0.8);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.strip[data-id=cea88b] .masonry-item:hover img {
  transform: scale(1.1);
}
.strip[data-id=cea88b] .masonry-item:hover .item-overlay {
  opacity: 1;
}
.strip[data-id=cea88b] .masonry-item:hover .plus-icon {
  transform: scale(1) rotate(0);
}
@media (max-width: 992px) {
  .strip[data-id=cea88b] .masonry-grid {
    column-count: 2;
    column-gap: 20px;
  }
  .strip[data-id=cea88b] .gallery-header h2 {
    font-size: 2.5rem;
  }
  .strip[data-id=cea88b] .gallery-section {
    padding: 80px 20px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=cea88b] .masonry-grid {
    column-count: 1;
  }
  .strip[data-id=cea88b] .gallery-section {
    padding: 60px 15px;
  }
  .strip[data-id=cea88b] .gallery-header h2 {
    font-size: 2rem;
  }
}.strip[data-id="8f2c6f"] {
  --section-id: "8f2c6f";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/8f2c6f";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/8f2c6f";
}
.strip[data-id="8f2c6f"] .contact-reservation-block {
  background-color: #fcfaf5;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}
.strip[data-id="8f2c6f"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: stretch;
}
.strip[data-id="8f2c6f"] .map-column {
  flex: 1.2;
  min-height: 500px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  position: relative;
}
.strip[data-id="8f2c6f"] .map-column iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(1.1);
  display: block;
}
.strip[data-id="8f2c6f"] .info-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="8f2c6f"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin-bottom: 35px;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 20px;
}
.strip[data-id="8f2c6f"] h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #c5a059;
}
.strip[data-id="8f2c6f"] .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 17px;
  transition: transform 0.3s ease;
}
.strip[data-id="8f2c6f"] .contact-item:hover {
  transform: translateX(5px);
}
.strip[data-id="8f2c6f"] .icon {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  color: #c5a059;
  flex-shrink: 0;
  margin-top: 3px;
}
.strip[data-id="8f2c6f"] .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.strip[data-id="8f2c6f"] .address-text, .strip[data-id="8f2c6f"] .phone-text {
  line-height: 1.6;
}
.strip[data-id="8f2c6f"] .address-text strong, .strip[data-id="8f2c6f"] .phone-text strong {
  display: block;
  margin-bottom: 4px;
  color: #1a1a1a;
}
.strip[data-id="8f2c6f"] .ic-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555555;
  margin-top: 10px;
  margin-bottom: 35px;
  padding-left: 48px;
}
.strip[data-id="8f2c6f"] .reservation-notice {
  border-left: 4px solid #c5a059;
  padding: 25px;
  background-color: #ffffff;
  font-style: italic;
  margin-bottom: 40px;
  border-radius: 0 8px 8px 0;
  line-height: 1.6;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.1);
  color: #444444;
}
.strip[data-id="8f2c6f"] .facebook-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #c5a059;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-bottom: 45px;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}
.strip[data-id="8f2c6f"] .facebook-link:hover {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}
.strip[data-id="8f2c6f"] .facebook-link .icon {
  margin-right: 12px;
  margin-top: 0;
}
.strip[data-id="8f2c6f"] .exterior-image-container {
  margin-top: auto;
  position: relative;
}
.strip[data-id="8f2c6f"] .exterior-image {
  width: 100%;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  display: block;
}
.strip[data-id="8f2c6f"] .image-caption {
  font-size: 11px;
  color: #888888;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="8f2c6f"] .image-caption::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #c5a059;
}
@media (max-width: 1024px) {
  .strip[data-id="8f2c6f"] .container {
    gap: 40px;
  }
  .strip[data-id="8f2c6f"] h2 {
    font-size: 34px;
  }
}
@media (max-width: 992px) {
  .strip[data-id="8f2c6f"] .contact-reservation-block {
    padding: 80px 20px;
  }
  .strip[data-id="8f2c6f"] .container {
    flex-direction: column;
  }
  .strip[data-id="8f2c6f"] .map-column {
    width: 100%;
    min-height: 400px;
    order: 2;
  }
  .strip[data-id="8f2c6f"] .info-column {
    width: 100%;
    order: 1;
  }
  .strip[data-id="8f2c6f"] .exterior-image {
    max-width: 500px;
    height: 300px;
  }
}
@media (max-width: 600px) {
  .strip[data-id="8f2c6f"] .contact-reservation-block {
    padding: 60px 15px;
  }
  .strip[data-id="8f2c6f"] h2 {
    font-size: 30px;
  }
  .strip[data-id="8f2c6f"] .contact-item {
    font-size: 16px;
  }
  .strip[data-id="8f2c6f"] .reservation-notice {
    padding: 20px;
  }
}@charset "UTF-8";
.strip[data-id="295777"] {
  --section-id: "295777";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/295777";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/295777";
  /* Jemná textura břidlice přes pseudo-element */
  /* Dekorativní rohy */
}
.strip[data-id="295777"] .opening-hours-elegant {
  background-color: #121212;
  background-image: radial-gradient(circle at center, #1e1e1e 0%, #121212 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}
.strip[data-id="295777"] .opening-hours-elegant::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://www.transparenttextures.com/patterns/carbon-fibre.png");
  opacity: 0.03;
  pointer-events: none;
}
.strip[data-id="295777"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id="295777"] .opening-hours-wrapper {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  background: rgba(20, 20, 20, 0.5);
  padding: 60px 40px;
  border: 1px solid rgba(197, 160, 89, 0.15);
  position: relative;
}
.strip[data-id="295777"] .opening-hours-wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(197, 160, 89, 0.05);
  pointer-events: none;
}
.strip[data-id="295777"] .clock-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.strip[data-id="295777"] .clock-icon svg {
  filter: drop-shadow(0 0 10px rgba(197, 160, 89, 0.3));
}
.strip[data-id="295777"] .section-title {
  font-family: "Playfair Display", serif;
  color: #f5f5dc;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.strip[data-id="295777"] .divider {
  width: 60px;
  height: 2px;
  background: #c5a059;
  margin: 0 auto 40px;
}
.strip[data-id="295777"] .hours-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="295777"] .hours-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.strip[data-id="295777"] .day-label {
  font-family: "Montserrat", sans-serif;
  color: #f5f5dc;
  font-size: 1.1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.strip[data-id="295777"] .dot-line {
  flex-grow: 1;
  margin: 0 15px;
  border-bottom: 1px dotted rgba(197, 160, 89, 0.4);
  height: 1px;
}
.strip[data-id="295777"] .time-label {
  font-family: "Montserrat", sans-serif;
  color: #c5a059;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 768px) {
  .strip[data-id="295777"] .opening-hours-elegant {
    padding: 80px 0;
  }
  .strip[data-id="295777"] .opening-hours-wrapper {
    padding: 40px 20px;
  }
  .strip[data-id="295777"] .section-title {
    font-size: 2.2rem;
  }
  .strip[data-id="295777"] .hours-row {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .strip[data-id="295777"] .dot-line {
    display: none;
  }
  .strip[data-id="295777"] .day-label {
    font-size: 1rem;
  }
  .strip[data-id="295777"] .time-label {
    font-size: 1.1rem;
    text-align: center;
  }
}.strip[data-id=ca73de] {
  --section-id: "ca73de";
  --storage-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/ca73de";
  --public-url: "https://preview-faustuv-dvur-cz-20260424-02.praweb.cz/_section/ca73de";
}
.strip[data-id=ca73de] .minimal-footer {
  background-color: #1a1a1a;
  border-top: 1px solid #d4af37;
  height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=ca73de] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=ca73de] .footer-text {
  color: #f5f5dc;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.strip[data-id=ca73de] .gold-sep {
  color: #d4af37;
  margin: 0 10px;
  font-weight: bold;
}
.strip[data-id=ca73de] .cookies-link {
  color: #f5f5dc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=ca73de] .cookies-link:hover {
  color: #d4af37;
}
@media (max-width: 768px) {
  .strip[data-id=ca73de] .minimal-footer {
    height: auto;
    padding: 25px 0;
  }
  .strip[data-id=ca73de] .footer-text {
    line-height: 1.8;
  }
  .strip[data-id=ca73de] .gold-sep {
    display: none;
  }
  .strip[data-id=ca73de] .footer-text-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}