@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;900&display=swap');
@charset "UTF-8";
.strip[data-id=de4ef6] {
  --section-id: "de4ef6";
  --storage-url: "https://kouzlo.proweb.cz/_section/de4ef6";
  --public-url: "https://kouzlo.proweb.cz/_section/de4ef6";
}
.strip[data-id=de4ef6] .hero-gallery {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #000;
  padding: 2rem 1rem;
}
.strip[data-id=de4ef6] .hero-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1;
}
.strip[data-id=de4ef6] .hero-gallery .gallery-grid .gallery-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  background: #111;
}
.strip[data-id=de4ef6] .hero-gallery .gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none; /* Odstraněn černobílý filtr */
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.strip[data-id=de4ef6] .hero-gallery .gallery-grid .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(197, 160, 89, 0.3);
  z-index: 2;
}
.strip[data-id=de4ef6] .hero-gallery .gallery-grid .gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.strip[data-id=de4ef6] .hero-gallery .content-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  color: #fff;
  padding: 4rem 3rem;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(25px);
  border-radius: 500px;
  max-width: 700px;
  width: calc(100% - 3rem);
  pointer-events: none;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.strip[data-id=de4ef6] .hero-gallery .content-overlay .logo-container {
  margin-bottom: 1.5rem;
}
.strip[data-id=de4ef6] .hero-gallery .content-overlay .logo-container img {
  max-width: 180px;
  height: auto;
  display: inline-block;
}
.strip[data-id=de4ef6] .hero-gallery .content-overlay h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 5vw, 3rem);
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 900;
  line-height: 1.1;
  color: #c5a059;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id=de4ef6] .hero-gallery .content-overlay p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  opacity: 0.9;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id=de4ef6] .hero-gallery .content-overlay editable-block {
  pointer-events: auto;
}
@media (max-width: 1400px) {
  .strip[data-id=de4ef6] .hero-gallery .gallery-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1100px) {
  .strip[data-id=de4ef6] .hero-gallery .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 850px) {
  .strip[data-id=de4ef6] .hero-gallery .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id=de4ef6] .hero-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .strip[data-id=de4ef6] .hero-gallery .content-overlay {
    padding: 3rem 2rem;
    border-radius: 100px;
  }
  .strip[data-id=de4ef6] .hero-gallery .content-overlay .logo-container img {
    max-width: 130px;
  }
}
@media (max-width: 400px) {
  .strip[data-id=de4ef6] .hero-gallery .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}@charset "UTF-8";
.strip[data-id="3777d1"] {
  --section-id: "3777d1";
  --storage-url: "https://kouzlo.proweb.cz/_section/3777d1";
  --public-url: "https://kouzlo.proweb.cz/_section/3777d1";
}
.strip[data-id="3777d1"] .portrait-gallery {
  padding: 100px 0;
  background: #0a0a0a;
  color: #fff;
}
.strip[data-id="3777d1"] .portrait-gallery .container {
  max-width: 1400px; /* Rozšířeno pro 6 sloupců */
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-header .subtitle {
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #c5a059;
  margin-bottom: 1rem;
  font-weight: 600;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-header h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 1rem;
  font-weight: 800;
  color: #fff;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-header p {
  color: #888;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 sloupců na desktopu */
  gap: 15px; /* Menší mezery pro více sloupců */
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-grid .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4/5;
  cursor: pointer;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-grid .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="3777d1"] .portrait-gallery .gallery-grid .gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-grid .gallery-item .overlay .info {
  transform: translateY(10px);
  transition: transform 0.4s ease;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-grid .gallery-item .overlay .info h3 {
  font-size: 1rem;
  margin-bottom: 3px;
  color: #c5a059;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-grid .gallery-item .overlay .info span {
  font-size: 0.75rem;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-grid .gallery-item:hover img {
  transform: scale(1.1);
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-grid .gallery-item:hover .overlay {
  opacity: 1;
}
.strip[data-id="3777d1"] .portrait-gallery .gallery-grid .gallery-item:hover .overlay .info {
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .strip[data-id="3777d1"] .portrait-gallery .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="3777d1"] .portrait-gallery {
    padding: 60px 0;
  }
  .strip[data-id="3777d1"] .portrait-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="3777d1"] .portrait-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
}