@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id=bc0ebf] {
  --section-id: "bc0ebf";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/bc0ebf";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/bc0ebf";
}
.strip[data-id=bc0ebf] .main-header {
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.08);
  padding: 12px 0;
  transition: all 0.3s ease;
}
.strip[data-id=bc0ebf] .main-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.strip[data-id=bc0ebf] .main-header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.strip[data-id=bc0ebf] .main-header .logo:hover {
  transform: translateY(-1px);
}
.strip[data-id=bc0ebf] .main-header .logo .logo-img {
  height: 54px;
  width: auto;
  object-fit: contain;
}
.strip[data-id=bc0ebf] .main-header .desktop-nav {
  display: flex;
  gap: 32px;
}
.strip[data-id=bc0ebf] .main-header .desktop-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: hsl(210, 100%, 20%);
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id=bc0ebf] .main-header .desktop-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: hsl(45, 100%, 50%);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=bc0ebf] .main-header .desktop-nav a:hover {
  color: hsl(210, 100%, 10%);
}
.strip[data-id=bc0ebf] .main-header .desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.strip[data-id=bc0ebf] .main-header .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id=bc0ebf] .main-header .mobile-toggle span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: hsl(210, 100%, 20%);
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.strip[data-id=bc0ebf] .main-header .mobile-toggle.active span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
.strip[data-id=bc0ebf] .main-header .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.strip[data-id=bc0ebf] .main-header .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}
.strip[data-id=bc0ebf] .main-header .mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.98);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1000;
}
.strip[data-id=bc0ebf] .main-header .mobile-nav-overlay.active {
  transform: translateX(0);
}
.strip[data-id=bc0ebf] .main-header .mobile-nav-overlay .mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.strip[data-id=bc0ebf] .main-header .mobile-nav-overlay .mobile-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: hsl(210, 100%, 20%);
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id=bc0ebf] .main-header .mobile-nav-overlay .mobile-nav a:active {
  color: hsl(45, 100%, 50%);
  transform: scale(0.95);
}
@media (max-width: 992px) {
  .strip[data-id=bc0ebf] .main-header {
    padding: 8px 0;
  }
  .strip[data-id=bc0ebf] .main-header .header-container {
    height: 56px;
  }
  .strip[data-id=bc0ebf] .main-header .desktop-nav {
    display: none;
  }
  .strip[data-id=bc0ebf] .main-header .mobile-toggle {
    display: flex;
  }
}
@media (max-width: 480px) {
  .strip[data-id=bc0ebf] .main-header .logo .logo-img {
    height: 44px;
  }
}.strip[data-id="80cf9b"] {
  --section-id: "80cf9b";
  --storage-url: "https://test-65aywxt5.proweb.cz/_section/80cf9b";
  --public-url: "https://test-65aywxt5.proweb.cz/_section/80cf9b";
}
.strip[data-id="80cf9b"] .gallery-section {
  padding: 80px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.strip[data-id="80cf9b"] .gallery-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="80cf9b"] .gallery-section .header-content {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="80cf9b"] .gallery-section .header-content h1 {
  color: #001f3f;
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.strip[data-id="80cf9b"] .gallery-section .header-content .subtitle {
  color: #708090;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="80cf9b"] .gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}
.strip[data-id="80cf9b"] .gallery-section .gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  background: #f0f0f0;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s ease, filter 0.3s ease;
}
.strip[data-id="80cf9b"] .gallery-section .gallery-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="80cf9b"] .gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="80cf9b"] .gallery-section .gallery-item:hover {
  filter: brightness(1.05);
}
.strip[data-id="80cf9b"] .gallery-section .gallery-item:hover img {
  transform: scale(1.03);
}
.strip[data-id="80cf9b"] .gallery-section .lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id="80cf9b"] .gallery-section .lightbox.active {
  display: flex;
  opacity: 1;
}
.strip[data-id="80cf9b"] .gallery-section .lightbox .lightbox-content {
  max-width: 90%;
  max-height: 85%;
  object-fit: contain;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.strip[data-id="80cf9b"] .gallery-section .lightbox.active .lightbox-content {
  transform: scale(1);
}
.strip[data-id="80cf9b"] .gallery-section .lightbox .close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}
.strip[data-id="80cf9b"] .gallery-section .lightbox .close-btn:hover {
  color: #FFD700;
}
.strip[data-id="80cf9b"] .gallery-section .lightbox .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #FFD700;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  padding: 20px;
  user-select: none;
  transition: transform 0.2s, color 0.2s;
}
.strip[data-id="80cf9b"] .gallery-section .lightbox .nav-btn:hover {
  transform: translateY(-50%) scale(1.1);
  color: #fff;
}
.strip[data-id="80cf9b"] .gallery-section .lightbox .nav-btn.prev {
  left: 20px;
}
.strip[data-id="80cf9b"] .gallery-section .lightbox .nav-btn.next {
  right: 20px;
}
@media (max-width: 768px) {
  .strip[data-id="80cf9b"] .gallery-section {
    padding: 50px 0;
  }
  .strip[data-id="80cf9b"] .gallery-section .header-content h1 {
    font-size: 2rem;
  }
  .strip[data-id="80cf9b"] .gallery-section .lightbox .nav-btn {
    font-size: 35px;
    padding: 10px;
  }
  .strip[data-id="80cf9b"] .gallery-section .lightbox .close-btn {
    top: 20px;
    right: 20px;
  }
}