
.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=c584ac] {
  --section-id: "c584ac";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/c584ac";
  --public-url: "https://kapelasebranka.proweb.cz/_section/c584ac";
}
.strip[data-id=c584ac] .photo-section {
  padding: 120px 0;
  background-color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id=c584ac] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.strip[data-id=c584ac] .header-content {
  margin-bottom: 60px;
}
.strip[data-id=c584ac] .header-content h1 {
  font-size: 4rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.1;
}
.strip[data-id=c584ac] .header-content p {
  font-size: 1.5rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id=c584ac] .photos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
.strip[data-id=c584ac] .photo-container {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
  border: 5px solid #d4af37;
  transition: transform 0.5s ease;
}
.strip[data-id=c584ac] .photo-container:hover {
  transform: scale(1.03);
}
.strip[data-id=c584ac] .main-photo {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}
.strip[data-id=c584ac] .actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.strip[data-id=c584ac] .btn {
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.strip[data-id=c584ac] .btn-primary {
  background: #b22222;
  color: #fff;
  box-shadow: 0 10px 20px rgba(178, 34, 34, 0.2);
}
.strip[data-id=c584ac] .btn-primary:hover {
  background: #8b0000;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(178, 34, 34, 0.3);
}
.strip[data-id=c584ac] .btn-secondary {
  background: #fff;
  border: 2px solid #b22222;
  color: #b22222;
}
.strip[data-id=c584ac] .btn-secondary:hover {
  background: #fff5f5;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .strip[data-id=c584ac] .header-content h1 {
    font-size: 2.5rem;
  }
  .strip[data-id=c584ac] .header-content p {
    font-size: 1.2rem;
  }
  .strip[data-id=c584ac] .photo-section {
    padding: 80px 0;
  }
  .strip[data-id=c584ac] .photos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id=c584ac] .main-photo {
    height: 250px;
  }
}.strip[data-id="7d0691"] {
  --section-id: "7d0691";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/7d0691";
  --public-url: "https://kapelasebranka.proweb.cz/_section/7d0691";
}
.strip[data-id="7d0691"] .about {
  padding: 120px 0;
  background: #fff;
}
.strip[data-id="7d0691"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="7d0691"] .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id="7d0691"] .about-text h2 {
  font-size: 3rem;
  color: #1a1a1a;
  margin-bottom: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="7d0691"] .about-text h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #b22222;
  margin-top: 15px;
  border-radius: 2px;
}
.strip[data-id="7d0691"] .about-text p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.5rem;
}
.strip[data-id="7d0691"] .about-image {
  position: relative;
}
.strip[data-id="7d0691"] .about-image::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 2px solid #b22222;
  border-radius: 30px;
  z-index: 0;
  opacity: 0.1;
}
.strip[data-id="7d0691"] .about-image img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  border: 5px solid #d4af37;
}
@media (max-width: 992px) {
  .strip[data-id="7d0691"] .about-grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="7d0691"] .about-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="7d0691"] .about-text h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="7d0691"] .about-section {
    padding: 80px 0;
  }
}@charset "UTF-8";
.strip[data-id=ccd94d] {
  --section-id: "ccd94d";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/ccd94d";
  --public-url: "https://kapelasebranka.proweb.cz/_section/ccd94d";
}
.strip[data-id=ccd94d] .services {
  padding: 100px 0;
  background: #fdfdfd;
}
.strip[data-id=ccd94d] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=ccd94d] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id=ccd94d] .section-header h2 {
  font-size: 3rem;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: 800;
}
.strip[data-id=ccd94d] .section-header p {
  color: #666;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}
.strip[data-id=ccd94d] .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.strip[data-id=ccd94d] .service-card {
  padding: 50px 40px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=ccd94d] .service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}
.strip[data-id=ccd94d] .service-card.highlight {
  background: #fff;
  border: 2px solid #b22222;
  position: relative;
}
.strip[data-id=ccd94d] .service-card.highlight::after {
  content: "Doporučujeme";
  position: absolute;
  top: -15px;
  background: #b22222;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.strip[data-id=ccd94d] .service-icon {
  font-size: 3.5rem;
  margin-bottom: 25px;
  color: #b22222;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id=ccd94d] .service-card h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 700;
}
.strip[data-id=ccd94d] .service-card p {
  line-height: 1.7;
  color: #555;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .strip[data-id=ccd94d] .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ccd94d] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=ccd94d] .section-header h2 {
    font-size: 2.2rem;
  }
  .strip[data-id=ccd94d] .service-card {
    padding: 40px 30px;
  }
}.strip[data-id=d2d470] {
  --section-id: "d2d470";
  --storage-url: "https://kapelasebranka.proweb.cz/_section/d2d470";
  --public-url: "https://kapelasebranka.proweb.cz/_section/d2d470";
}
.strip[data-id=d2d470] .contact {
  padding: 120px 0;
  background: #fdfdfd;
}
.strip[data-id=d2d470] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=d2d470] .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.strip[data-id=d2d470] .contact-info h2 {
  font-size: 3rem;
  color: #1a1a1a;
  margin-bottom: 2rem;
  font-weight: 800;
}
.strip[data-id=d2d470] .contact-info p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.strip[data-id=d2d470] .contact-methods {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip[data-id=d2d470] .method {
  display: flex;
  gap: 20px;
  align-items: center;
}
.strip[data-id=d2d470] .method .icon {
  font-size: 1.4rem;
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  color: #b22222;
  border: 1px solid rgba(0, 0, 0, 0.03);
  flex-shrink: 0;
}
.strip[data-id=d2d470] .method strong {
  display: block;
  color: #1a1a1a;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.strip[data-id=d2d470] .method a {
  color: #b22222;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  transition: color 0.3s;
}
.strip[data-id=d2d470] .method a:hover {
  color: #8b0000;
}
.strip[data-id=d2d470] .contact-form-wrapper {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.strip[data-id=d2d470] .form-group {
  margin-bottom: 25px;
}
.strip[data-id=d2d470] .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #333;
}
.strip[data-id=d2d470] .form-group input, .strip[data-id=d2d470] .form-group textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #f0f0f0;
  border-radius: 15px;
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.3s;
  background: #fcfcfc;
}
.strip[data-id=d2d470] .form-group input:focus, .strip[data-id=d2d470] .form-group textarea:focus {
  outline: none;
  border-color: #b22222;
  background: #fff;
  box-shadow: 0 5px 15px rgba(178, 34, 34, 0.05);
}
.strip[data-id=d2d470] .btn-primary {
  width: 100%;
  padding: 1.2rem;
  border-radius: 15px;
  background: #b22222;
  color: #fff;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(178, 34, 34, 0.2);
}
.strip[data-id=d2d470] .btn-primary:hover {
  background: #8b0000;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(178, 34, 34, 0.3);
}
.strip[data-id=d2d470] #form-status {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
}
@media (max-width: 992px) {
  .strip[data-id=d2d470] .contact-grid {
    gap: 50px;
  }
  .strip[data-id=d2d470] .contact-form-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=d2d470] .contact-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=d2d470] .contact-info h2 {
    font-size: 2.2rem;
  }
}.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;
  }
}