
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="1d9ca1"] {
  --section-id: "1d9ca1";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/1d9ca1";
  --public-url: "https://kapelasebranka.proweb.cz/_section/1d9ca1";
}
.strip[data-id="1d9ca1"] .site-header {
  --header-height: 100px;
  --header-height-scrolled: 75px;
  --accent-color: #b22222;
  --text-color: #1a1a1a;
  --bg-glass: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: var(--header-height);
  background: var(--bg-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 1000;
}
.strip[data-id="1d9ca1"] .site-header.is-scrolled {
  height: var(--header-height-scrolled);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.strip[data-id="1d9ca1"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="1d9ca1"] .logo-wrapper .logo {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--text-color);
  letter-spacing: -1px;
  text-transform: uppercase;
}
.strip[data-id="1d9ca1"] .logo-wrapper .logo strong {
  color: var(--accent-color);
  position: relative;
}
.strip[data-id="1d9ca1"] .logo-wrapper .logo strong::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent-color);
  transform: skewX(-15deg);
}
.strip[data-id="1d9ca1"] .nav-menu {
  display: flex;
  align-items: center;
}
.strip[data-id="1d9ca1"] .nav-menu .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
  align-items: center;
}
.strip[data-id="1d9ca1"] .nav-menu .nav-item {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 700;
  font-size: 0.95rem;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.strip[data-id="1d9ca1"] .nav-menu .nav-item:not(.cta-btn)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--accent-color);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-50%);
}
.strip[data-id="1d9ca1"] .nav-menu .nav-item:not(.cta-btn):hover {
  color: var(--accent-color);
}
.strip[data-id="1d9ca1"] .nav-menu .nav-item:not(.cta-btn):hover::after {
  width: 100%;
}
.strip[data-id="1d9ca1"] .nav-menu .cta-btn {
  background: var(--accent-color);
  color: #fff !important;
  padding: 0.8rem 1.8rem;
  border-radius: 4px;
  font-size: 0.85rem;
  box-shadow: 0 4px 15px rgba(178, 34, 34, 0.25);
  transition: all 0.3s ease;
  border: 2px solid var(--accent-color);
}
.strip[data-id="1d9ca1"] .nav-menu .cta-btn:hover {
  background: transparent;
  color: var(--accent-color) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(178, 34, 34, 0.35);
}
.strip[data-id="1d9ca1"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 1100;
}
.strip[data-id="1d9ca1"] .mobile-toggle .bar {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text-color);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="1d9ca1"] .mobile-toggle .bar:nth-child(1) {
  top: 0;
}
.strip[data-id="1d9ca1"] .mobile-toggle .bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.strip[data-id="1d9ca1"] .mobile-toggle .bar:nth-child(3) {
  bottom: 0;
}
.strip[data-id="1d9ca1"] .mobile-toggle.is-active .bar {
  background: var(--text-color);
}
.strip[data-id="1d9ca1"] .mobile-toggle.is-active .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
.strip[data-id="1d9ca1"] .mobile-toggle.is-active .bar:nth-child(2) {
  opacity: 0;
  width: 0;
}
.strip[data-id="1d9ca1"] .mobile-toggle.is-active .bar:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 11px;
}
@media (max-width: 992px) {
  .strip[data-id="1d9ca1"] .site-header {
    --header-height: 80px;
  }
  .strip[data-id="1d9ca1"] .nav-menu .nav-list {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id="1d9ca1"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="1d9ca1"] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 100px 2rem 2rem;
    transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1050;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .strip[data-id="1d9ca1"] .nav-menu.is-active {
    right: 0;
  }
  .strip[data-id="1d9ca1"] .nav-menu .nav-list {
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
    text-align: center;
  }
  .strip[data-id="1d9ca1"] .nav-menu .nav-item {
    font-size: 1.5rem;
  }
  .strip[data-id="1d9ca1"] .nav-menu .nav-item.cta-btn {
    width: 100%;
    max-width: 300px;
    font-size: 1.1rem;
  }
}.strip[data-id="838510"] {
  --section-id: "838510";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/838510";
  --public-url: "https://kapelasebranka.proweb.cz/_section/838510";
  /* Lightbox Styles */
}
.strip[data-id="838510"] .dynamic-gallery {
  padding: 60px 20px;
  background-color: #f9f9f9;
}
.strip[data-id="838510"] .dynamic-gallery .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="838510"] .dynamic-gallery h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 2.5rem;
}
.strip[data-id="838510"] .dynamic-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
.strip[data-id="838510"] .dynamic-gallery .gallery-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
}
.strip[data-id="838510"] .dynamic-gallery .gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  cursor: pointer;
}
.strip[data-id="838510"] .dynamic-gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.strip[data-id="838510"] .dynamic-gallery .gallery-item:hover .item-overlay {
  opacity: 1;
}
.strip[data-id="838510"] .dynamic-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.strip[data-id="838510"] .dynamic-gallery .gallery-item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  font-size: 2rem;
}
.strip[data-id="838510"] .dynamic-gallery .caption-area {
  padding: 15px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strip[data-id="838510"] .dynamic-gallery .caption-area .caption-text {
  margin: 0;
  font-size: 1rem;
  color: #555;
  font-style: italic;
}
.strip[data-id="838510"] .dynamic-gallery .caption-area .admin-caption-input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.strip[data-id="838510"] .dynamic-gallery .caption-area .save-caption-btn {
  font-size: 0.8rem;
  padding: 4px 8px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  align-self: center;
}
.strip[data-id="838510"] .dynamic-gallery .delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(220, 53, 69, 0.8);
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
}
.strip[data-id="838510"] .dynamic-gallery .delete-btn:hover {
  background: rgb(220, 53, 69);
}
.strip[data-id="838510"] .dynamic-gallery .admin-upload-zone {
  margin-top: 50px;
  padding: 30px;
  border: 2px dashed #ccc;
  border-radius: 12px;
  text-align: center;
  background: white;
}
.strip[data-id="838510"] .dynamic-gallery .admin-upload-zone h3 {
  margin-bottom: 20px;
}
.strip[data-id="838510"] .dynamic-gallery .admin-upload-zone .upload-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.strip[data-id="838510"] .dynamic-gallery .admin-upload-zone .upload-form input[type=file] {
  padding: 10px;
}
.strip[data-id="838510"] .dynamic-gallery .admin-upload-zone .upload-form button {
  padding: 10px 25px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}
.strip[data-id="838510"] .dynamic-gallery .admin-upload-zone .upload-form button:hover {
  background-color: #0056b3;
}
.strip[data-id="838510"] .dynamic-gallery .admin-upload-zone .upload-form button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.strip[data-id="838510"] .dynamic-gallery .admin-upload-zone #upload-status {
  margin-top: 15px;
  font-weight: bold;
}
.strip[data-id="838510"] .gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  cursor: zoom-out;
}
.strip[data-id="838510"] .gallery-lightbox.active {
  display: flex;
}
.strip[data-id="838510"] .gallery-lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.strip[data-id="838510"] .gallery-lightbox .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}.strip[data-id="853a93"] {
  --section-id: "853a93";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/853a93";
  --public-url: "https://kapelasebranka.proweb.cz/_section/853a93";
}
.strip[data-id="853a93"] .footer {
  background: #1a1a1a;
  color: #fff;
  padding: 80px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.strip[data-id="853a93"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="853a93"] .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id="853a93"] .footer-logo {
  font-size: 1.6rem;
  font-weight: 800;
}
.strip[data-id="853a93"] .footer-logo strong {
  color: #b22222;
}
.strip[data-id="853a93"] .footer-info {
  text-align: center;
}
.strip[data-id="853a93"] .footer-info p {
  margin: 8px 0;
  color: #999;
  font-size: 0.95rem;
}
.strip[data-id="853a93"] .footer-links {
  display: flex;
  gap: 30px;
}
.strip[data-id="853a93"] .footer-links a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.8;
}
.strip[data-id="853a93"] .footer-links a:hover {
  color: #b22222;
  opacity: 1;
}
.strip[data-id="853a93"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
  text-align: center;
  color: #666;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .strip[data-id="853a93"] .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .strip[data-id="853a93"] .footer-links {
    flex-direction: column;
    gap: 15px;
  }
}