
.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";
  /* Mobile Toggle */
}
.strip[data-id="1d9ca1"] .header-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.strip[data-id="1d9ca1"] .header-wrapper.scrolled {
  height: 70px;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.strip[data-id="1d9ca1"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
.strip[data-id="1d9ca1"] .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="1d9ca1"] .logo-area {
  display: flex;
  align-items: center;
}
.strip[data-id="1d9ca1"] .logo-link {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="1d9ca1"] .logo-link strong {
  color: #b22222;
}
.strip[data-id="1d9ca1"] .main-nav {
  display: flex;
  align-items: center;
}
.strip[data-id="1d9ca1"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
  align-items: center;
}
.strip[data-id="1d9ca1"] .nav-link {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  padding: 5px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.strip[data-id="1d9ca1"] .nav-link:hover {
  color: #b22222;
}
.strip[data-id="1d9ca1"] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #b22222;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1d9ca1"] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="1d9ca1"] .cta-button {
  background: #b22222;
  color: #fff !important;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(178, 34, 34, 0.2);
  text-decoration: none;
  white-space: nowrap;
}
.strip[data-id="1d9ca1"] .cta-button:hover {
  background: #8b0000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(178, 34, 34, 0.3);
}
.strip[data-id="1d9ca1"] .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1100;
}
.strip[data-id="1d9ca1"] .hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background: #1a1a1a;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1d9ca1"] .hamburger::before,
.strip[data-id="1d9ca1"] .hamburger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #1a1a1a;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1d9ca1"] .hamburger::before {
  top: -8px;
}
.strip[data-id="1d9ca1"] .hamburger::after {
  bottom: -8px;
}
.strip[data-id="1d9ca1"] .menu-toggle.active .hamburger {
  background: transparent;
}
.strip[data-id="1d9ca1"] .menu-toggle.active .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}
.strip[data-id="1d9ca1"] .menu-toggle.active .hamburger::after {
  transform: rotate(-45deg);
  bottom: 0;
}
@media (max-width: 992px) {
  .strip[data-id="1d9ca1"] .nav-list {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .strip[data-id="1d9ca1"] .menu-toggle {
    display: block;
  }
  .strip[data-id="1d9ca1"] .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
  }
  .strip[data-id="1d9ca1"] .main-nav.active {
    right: 0;
  }
  .strip[data-id="1d9ca1"] .nav-list {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .strip[data-id="1d9ca1"] .nav-link {
    font-size: 1.5rem;
  }
  .strip[data-id="1d9ca1"] .header-wrapper {
    height: 70px;
  }
}.strip[data-id=c6edb9] {
  --section-id: "c6edb9";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/c6edb9";
  --public-url: "https://kapelasebranka.proweb.cz/_section/c6edb9";
}
.strip[data-id=c6edb9] .events-page {
  padding: 120px 0;
  min-height: 60vh;
  background: #fdfdfd;
}
.strip[data-id=c6edb9] .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c6edb9] .events-page h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  font-weight: 800;
}
.strip[data-id=c6edb9] .events-page .intro {
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 60px;
  line-height: 1.6;
}
.strip[data-id=c6edb9] .events-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strip[data-id=c6edb9] .event-item {
  display: flex;
  gap: 40px;
  background: #fff;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: transform 0.3s;
}
.strip[data-id=c6edb9] .event-item:hover {
  transform: translateY(-5px);
}
.strip[data-id=c6edb9] .event-date {
  background: #b22222;
  color: #fff;
  padding: 25px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  box-shadow: 0 10px 20px rgba(178, 34, 34, 0.2);
}
.strip[data-id=c6edb9] .event-date .day {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
.strip[data-id=c6edb9] .event-date .month {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-top: 5px;
}
.strip[data-id=c6edb9] .event-details h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 700;
}
.strip[data-id=c6edb9] .event-details p {
  color: #555;
  line-height: 1.7;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .strip[data-id=c6edb9] .event-item {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
    gap: 30px;
  }
  .strip[data-id=c6edb9] .events-page h1 {
    font-size: 2.5rem;
  }
  .strip[data-id=c6edb9] .event-date {
    width: 100px;
  }
}.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;
  }
}