.strip[data-id="05964c"] {
  --section-id: "05964c";
  --storage-url: "https://kamna.proweb.cz/_section/05964c";
  --public-url: "https://kamna.proweb.cz/_section/05964c";
}
.strip[data-id="05964c"] .gallery-section {
  padding: 5rem 0;
  background: #fff;
}
.strip[data-id="05964c"] .gallery-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="05964c"] .gallery-section h1 {
  text-align: center;
  color: #5d4037;
  margin-bottom: 3rem;
}
.strip[data-id="05964c"] .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.strip[data-id="05964c"] .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4/3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.strip[data-id="05964c"] .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.strip[data-id="05964c"] .gallery-item:hover img {
  transform: scale(1.1);
}
.strip[data-id="05964c"] .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(93, 64, 55, 0.8);
  color: #fff;
  padding: 10px;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.strip[data-id="05964c"] .gallery-item:hover .gallery-caption {
  transform: translateY(0);
}.strip[data-id=d94344] {
  --section-id: "d94344";
  --storage-url: "https://kamna.proweb.cz/_section/d94344";
  --public-url: "https://kamna.proweb.cz/_section/d94344";
}
.strip[data-id=d94344] .main-footer {
  background: #3e2723;
  color: #efebe9;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.strip[data-id=d94344] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  padding: 0 20px;
}
.strip[data-id=d94344] .footer-col h3 {
  color: #ffab91;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.strip[data-id=d94344] .footer-col p {
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.strip[data-id=d94344] .footer-bottom {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: #bcaaa4;
}
.strip[data-id=d94344] .contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id=d94344] .contact-link:hover {
  color: #ffab91;
}