@import url('https://fonts.googleapis.com/css2?family=Inter&family=Lora&family=Montserrat&family=Playfair+Display&display=swap');
.strip[data-id=f83d0f] {
  --section-id: "f83d0f";
  --storage-url: "https://vitrina.praweb.cz/_section/f83d0f";
  --public-url: "https://vitrina.praweb.cz/_section/f83d0f";
}
.strip[data-id=f83d0f] .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f83d0f] .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.5rem 0;
  transition: background-color 0.3s ease, padding 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}
.strip[data-id=f83d0f] .main-header.scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0;
}
.strip[data-id=f83d0f] .logo-img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
}
.strip[data-id=f83d0f] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 2rem;
}
.strip[data-id=f83d0f] .nav-list li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.strip[data-id=f83d0f] .nav-list li a:hover {
  color: #d4af37;
}
.strip[data-id=f83d0f] .btn-reservation {
  background: #d4af37;
  color: #000 !important;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  transition: background 0.3s ease !important;
}
.strip[data-id=f83d0f] .btn-reservation:hover {
  background: #fff !important;
}
.strip[data-id=f83d0f] .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}
.strip[data-id=f83d0f] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .strip[data-id=f83d0f] .mobile-toggle {
    display: flex;
  }
  .strip[data-id=f83d0f] .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #000;
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
  }
  .strip[data-id=f83d0f] .nav-list.active {
    display: flex;
  }
}.strip[data-id="598aaa"] {
  --section-id: "598aaa";
  --storage-url: "https://vitrina.praweb.cz/_section/598aaa";
  --public-url: "https://vitrina.praweb.cz/_section/598aaa";
}
.strip[data-id="598aaa"] .hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #1a1d17;
  color: #ffffff;
}
.strip[data-id="598aaa"] .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
  transform: scale(1.1);
  transition: transform 1.5s ease-out;
}
.strip[data-id="598aaa"] .hero-section.is-visible .hero-bg {
  transform: scale(1);
}
.strip[data-id="598aaa"] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(26, 29, 23, 0.4) 0%, rgba(26, 29, 23, 0.8) 100%);
  z-index: 2;
}
.strip[data-id="598aaa"] .hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
}
.strip[data-id="598aaa"] .hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.strip[data-id="598aaa"] .hero-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(194, 118, 100, 0.2);
  border: 1px solid rgba(194, 118, 100, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #c27664;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.strip[data-id="598aaa"] .hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(3.5rem, 12vw, 7rem);
  font-weight: 700;
  line-height: 0.95;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out 0.2s;
}
.strip[data-id="598aaa"] .hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  line-height: 1.6;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out 0.4s;
}
.strip[data-id="598aaa"] .hero-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out 0.6s;
}
.strip[data-id="598aaa"] .hero-section.is-visible .hero-badge,
.strip[data-id="598aaa"] .hero-section.is-visible .hero-title,
.strip[data-id="598aaa"] .hero-section.is-visible .hero-subtitle,
.strip[data-id="598aaa"] .hero-section.is-visible .hero-actions {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="598aaa"] .btn-hero {
  padding: 1.2rem 2.5rem;
  border-radius: 0;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.strip[data-id="598aaa"] .btn-hero-primary {
  background: #c27664;
  color: #fff;
  border: 1px solid #c27664;
}
.strip[data-id="598aaa"] .btn-hero-primary:hover {
  background: transparent;
  color: #c27664;
}
.strip[data-id="598aaa"] .btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.strip[data-id="598aaa"] .btn-hero-outline:hover {
  background: #fff;
  color: #1a1d17;
  border-color: #fff;
}
.strip[data-id="598aaa"] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.strip[data-id="598aaa"] .scroll-indicator:hover {
  opacity: 1;
}
.strip[data-id="598aaa"] .scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #fff, transparent);
  position: relative;
  overflow: hidden;
}
.strip[data-id="598aaa"] .scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c27664;
  animation: scroll-anim 2s infinite;
}
@keyframes scroll-anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@media (max-width: 768px) {
  .strip[data-id="598aaa"] .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .strip[data-id="598aaa"] .hero-container {
    padding: 0 20px;
  }
}.strip[data-id=f5ba73] {
  --section-id: "f5ba73";
  --storage-url: "https://vitrina.praweb.cz/_section/f5ba73";
  --public-url: "https://vitrina.praweb.cz/_section/f5ba73";
}
.strip[data-id=f5ba73] .lunch-menu-modern {
  padding: 100px 0;
  background-color: #fdfaf5;
  background-image: radial-gradient(#e5e5f7 0.5px, transparent 0.5px), radial-gradient(#e5e5f7 0.5px, #fdfaf5 0.5px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  position: relative;
  overflow: hidden;
}
.strip[data-id=f5ba73] .lunch-menu-modern::after {
  content: "Buon Appetito";
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-family: "Playfair Display", serif;
  font-size: 12rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.02);
  pointer-events: none;
  white-space: nowrap;
}
.strip[data-id=f5ba73] .menu-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 992px) {
  .strip[data-id=f5ba73] .menu-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.strip[data-id=f5ba73] .menu-sidebar {
  position: sticky;
  top: 40px;
  background: #fff;
  padding: 40px;
  border-radius: 4px;
  box-shadow: 20px 20px 0px rgba(194, 118, 100, 0.1);
  border: 1px solid #eee;
}
.strip[data-id=f5ba73] .menu-sidebar .sidebar-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #94a684;
  display: block;
  margin-bottom: 15px;
}
.strip[data-id=f5ba73] .menu-sidebar .soup-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  line-height: 1.1;
  color: #2c3327;
  margin-bottom: 20px;
}
.strip[data-id=f5ba73] .menu-sidebar .soup-description {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.strip[data-id=f5ba73] .menu-sidebar .soup-price {
  font-size: 1.5rem;
  color: #c27664;
  font-weight: 300;
  display: block;
  margin-top: 20px;
}
.strip[data-id=f5ba73] .menu-main .main-header {
  margin-bottom: 60px;
  border-bottom: 2px solid #2c3327;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .strip[data-id=f5ba73] .menu-main .main-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.strip[data-id=f5ba73] .menu-main .main-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  margin: 0;
  color: #2c3327;
}
@media (max-width: 576px) {
  .strip[data-id=f5ba73] .menu-main .main-header h2 {
    font-size: 2.5rem;
  }
}
.strip[data-id=f5ba73] .menu-main .main-header .menu-date {
  color: #94a684;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.strip[data-id=f5ba73] .menu-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id=f5ba73] .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  padding: 20px;
  margin: -20px;
  border-radius: 8px;
}
.strip[data-id=f5ba73] .menu-item:hover {
  background: rgba(194, 118, 100, 0.03);
}
.strip[data-id=f5ba73] .menu-item .item-content {
  flex: 1;
}
.strip[data-id=f5ba73] .menu-item .item-content .item-name {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  color: #2c3327;
  margin-bottom: 8px;
  display: block;
  transition: color 0.3s ease;
}
.strip[data-id=f5ba73] .menu-item .item-content .item-description {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}
.strip[data-id=f5ba73] .menu-item .item-price {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  color: #c27664;
  white-space: nowrap;
  padding-top: 5px;
  position: relative;
}
.strip[data-id=f5ba73] .menu-item .item-price::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 1px;
  background: #c27664;
  transition: width 0.3s ease;
}
.strip[data-id=f5ba73] .menu-item:hover .item-price::after {
  width: 100%;
}
.strip[data-id=f5ba73] .chef-badge {
  display: inline-block;
  background: #2c3327;
  color: #fff;
  padding: 4px 12px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 10px;
}.strip[data-id=c6db09] {
  --section-id: "c6db09";
  --storage-url: "https://vitrina.praweb.cz/_section/c6db09";
  --public-url: "https://vitrina.praweb.cz/_section/c6db09";
}
.strip[data-id=c6db09] .chef-specials-v2 {
  background-color: #f4f4f4;
  padding: 120px 0;
  overflow: hidden;
}
.strip[data-id=c6db09] .chef-specials-v2 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c6db09] .chef-specials-v2 .layout-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=c6db09] .chef-specials-v2 .content-column {
  position: relative;
  z-index: 2;
}
.strip[data-id=c6db09] .chef-specials-v2 .section-tag {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
  color: #94a684;
  margin-bottom: 20px;
  font-weight: 700;
}
.strip[data-id=c6db09] .chef-specials-v2 .title-area {
  margin-bottom: 50px;
}
.strip[data-id=c6db09] .chef-specials-v2 .title-area h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 20px;
}
.strip[data-id=c6db09] .chef-specials-v2 .title-area p {
  font-size: 1.1rem;
  color: #555;
  max-width: 450px;
  line-height: 1.6;
}
.strip[data-id=c6db09] .chef-specials-v2 .specials-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id=c6db09] .chef-specials-v2 .special-item {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.strip[data-id=c6db09] .chef-specials-v2 .special-item:hover {
  transform: translateX(10px);
}
.strip[data-id=c6db09] .chef-specials-v2 .special-item:hover .item-header h3 {
  color: #94a684;
}
.strip[data-id=c6db09] .chef-specials-v2 .special-item:last-child {
  border-bottom: none;
}
.strip[data-id=c6db09] .chef-specials-v2 .special-item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.strip[data-id=c6db09] .chef-specials-v2 .special-item .item-header h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  color: #2c3327;
  margin: 0;
  transition: color 0.3s ease;
}
.strip[data-id=c6db09] .chef-specials-v2 .special-item .item-header .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #c27664;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-left: 20px;
}
.strip[data-id=c6db09] .chef-specials-v2 .special-item .item-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  font-style: italic;
}
.strip[data-id=c6db09] .chef-specials-v2 .image-column {
  position: relative;
}
.strip[data-id=c6db09] .chef-specials-v2 .image-wrapper {
  position: relative;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
  box-shadow: 30px 30px 0px rgba(148, 166, 132, 0.1);
}
.strip[data-id=c6db09] .chef-specials-v2 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=c6db09] .chef-specials-v2 .image-wrapper:hover img {
  transform: scale(1.05);
}
.strip[data-id=c6db09] .chef-specials-v2 .floating-accent {
  position: absolute;
  bottom: -30px;
  left: -30px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 3;
  max-width: 200px;
}
.strip[data-id=c6db09] .chef-specials-v2 .floating-accent .accent-title {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 5px;
  color: #1a1a1a;
}
.strip[data-id=c6db09] .chef-specials-v2 .floating-accent .accent-text {
  font-size: 0.8rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .strip[data-id=c6db09] .chef-specials-v2 {
    padding: 80px 0;
  }
  .strip[data-id=c6db09] .chef-specials-v2 .layout-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id=c6db09] .chef-specials-v2 .image-column {
    order: -1;
  }
  .strip[data-id=c6db09] .chef-specials-v2 .image-wrapper img {
    height: 500px;
  }
  .strip[data-id=c6db09] .chef-specials-v2 .title-area h2 {
    font-size: 2.5rem;
  }
}.strip[data-id="5c1cf5"] {
  --section-id: "5c1cf5";
  --storage-url: "https://vitrina.praweb.cz/_section/5c1cf5";
  --public-url: "https://vitrina.praweb.cz/_section/5c1cf5";
  /* Category Groups */
  /* Subcategories */
  /* Menu Items */
}
.strip[data-id="5c1cf5"] .menu-section {
  padding: 120px 0;
  background-color: #fcfbf9;
  color: #2c2c2c;
}
.strip[data-id="5c1cf5"] .menu-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="5c1cf5"] .menu-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="5c1cf5"] .menu-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.strip[data-id="5c1cf5"] .menu-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8b5e3c;
  display: block;
  margin-bottom: 10px;
}
.strip[data-id="5c1cf5"] .menu-group {
  margin-bottom: 80px;
}
.strip[data-id="5c1cf5"] .group-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #1a1a1a;
  border-bottom: 2px solid #8b5e3c;
  padding-bottom: 15px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.strip[data-id="5c1cf5"] .group-title::before, .strip[data-id="5c1cf5"] .group-title::after {
  content: "";
  height: 1px;
  background: rgba(139, 94, 60, 0.2);
  flex: 1;
}
.strip[data-id="5c1cf5"] .subcategory {
  margin-bottom: 50px;
}
.strip[data-id="5c1cf5"] .subcategory-title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: #8b5e3c;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 3px solid #8b5e3c;
}
.strip[data-id="5c1cf5"] .menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.strip[data-id="5c1cf5"] .menu-item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.strip[data-id="5c1cf5"] .menu-item:hover {
  padding-left: 10px;
  border-bottom-color: #8b5e3c;
}
.strip[data-id="5c1cf5"] .menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 5px;
}
.strip[data-id="5c1cf5"] .name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.strip[data-id="5c1cf5"] .item-name-it {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
}
.strip[data-id="5c1cf5"] .item-name-cz {
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
}
.strip[data-id="5c1cf5"] .item-price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #8b5e3c;
  font-size: 1.1rem;
  white-space: nowrap;
}
.strip[data-id="5c1cf5"] .item-desc {
  font-size: 0.85rem;
  color: #888;
  line-height: 1.4;
  font-style: italic;
  margin-top: 5px;
}
.strip[data-id="5c1cf5"] .item-allergens {
  font-size: 0.75rem;
  color: #bbb;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .strip[data-id="5c1cf5"] .menu-section {
    padding: 60px 0;
  }
  .strip[data-id="5c1cf5"] .group-title {
    font-size: 1.6rem;
  }
}.strip[data-id="25c08a"] {
  --section-id: "25c08a";
  --storage-url: "https://vitrina.praweb.cz/_section/25c08a";
  --public-url: "https://vitrina.praweb.cz/_section/25c08a";
}
.strip[data-id="25c08a"] .contact-section {
  padding: 140px 0;
  background: #2c3327;
  color: #fdfaf5;
  position: relative;
  overflow: hidden;
}
.strip[data-id="25c08a"] .contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.03));
  pointer-events: none;
}
.strip[data-id="25c08a"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="25c08a"] .contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 991px) {
  .strip[data-id="25c08a"] .contact-layout {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.strip[data-id="25c08a"] .contact-card {
  position: relative;
  z-index: 2;
}
.strip[data-id="25c08a"] .contact-card .section-title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  margin-bottom: 60px;
  color: #fdfaf5;
  line-height: 1.1;
}
@media (max-width: 576px) {
  .strip[data-id="25c08a"] .contact-card .section-title {
    font-size: 2.8rem;
  }
}
.strip[data-id="25c08a"] .info-group {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
  opacity: 0.9;
  transition: transform 0.3s ease;
}
.strip[data-id="25c08a"] .info-group:hover {
  transform: translateX(10px);
}
.strip[data-id="25c08a"] .info-group:hover .accent-line {
  height: 100%;
  background: #c5a059;
}
.strip[data-id="25c08a"] .accent-line {
  display: block;
  width: 2px;
  height: 30px;
  background: rgba(197, 160, 89, 0.4);
  transition: all 0.4s ease;
  margin-top: 5px;
}
.strip[data-id="25c08a"] .info-item h3 {
  font-family: "Lora", serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #c5a059;
  margin-bottom: 12px;
}
.strip[data-id="25c08a"] .info-item p {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
}
.strip[data-id="25c08a"] .gold-link {
  color: #fdfaf5;
  text-decoration: none;
  background-image: linear-gradient(#c5a059, #c5a059);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.strip[data-id="25c08a"] .gold-link:hover {
  background-size: 100% 1px;
  color: #c5a059;
}
.strip[data-id="25c08a"] .map-container {
  position: relative;
  height: 600px;
}
@media (max-width: 991px) {
  .strip[data-id="25c08a"] .map-container {
    height: 450px;
  }
}
.strip[data-id="25c08a"] .map-container::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border-top: 2px solid #c5a059;
  border-right: 2px solid #c5a059;
  z-index: 1;
  pointer-events: none;
}
.strip[data-id="25c08a"] .map-frame {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(197, 160, 89, 0.2);
  filter: grayscale(0.2) contrast(1.1);
  transition: filter 0.5s ease;
}
.strip[data-id="25c08a"] .map-frame:hover {
  filter: grayscale(0);
}
.strip[data-id="25c08a"] .map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}.strip[data-id="59d1f2"] {
  --section-id: "59d1f2";
  --storage-url: "https://vitrina.praweb.cz/_section/59d1f2";
  --public-url: "https://vitrina.praweb.cz/_section/59d1f2";
}
.strip[data-id="59d1f2"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id="59d1f2"] .main-footer {
  background: #111;
  color: #fff;
  padding: 60px 0 30px;
  border-top: 1px solid #333;
}
.strip[data-id="59d1f2"] .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.strip[data-id="59d1f2"] .footer-logo-img {
  height: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.strip[data-id="59d1f2"] .footer-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.strip[data-id="59d1f2"] .footer-links li a {
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.strip[data-id="59d1f2"] .footer-links li a:hover {
  color: #d4af37;
}
.strip[data-id="59d1f2"] .footer-bottom {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #222;
  color: #666;
  font-size: 0.8rem;
}