.strip[data-id="6c40ed"] {
  --section-id: "6c40ed";
  --storage-url: "https://illek.proweb.cz/_section/6c40ed";
  --public-url: "https://illek.proweb.cz/_section/6c40ed";
}
.strip[data-id="6c40ed"] .site-header {
  background: #1a1a1a;
  color: #fff;
  border-bottom: 4px solid #fcd300;
}
.strip[data-id="6c40ed"] .site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.strip[data-id="6c40ed"] .brand {
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
  text-decoration: none;
}
.strip[data-id="6c40ed"] .site-header nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
}
.strip[data-id="6c40ed"] .site-header nav a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.strip[data-id="6c40ed"] .site-header nav a:hover, .strip[data-id="6c40ed"] .site-header nav a:focus-visible {
  background: #fcd300;
  color: #1a1a1a;
}
.strip[data-id="6c40ed"] .menu-toggle {
  display: none;
  background: #fcd300;
  color: #1a1a1a;
  border: 2px solid #fcd300;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
}
@media (max-width: 760px) {
  .strip[data-id="6c40ed"] .site-header__inner {
    flex-wrap: wrap;
  }
  .strip[data-id="6c40ed"] .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .strip[data-id="6c40ed"] .site-header nav {
    display: none;
    width: 100%;
    flex-direction: column;
    margin: 0;
  }
  .strip[data-id="6c40ed"] .site-header nav.is-open {
    display: flex;
  }
}
.strip[data-id="6c40ed"] .site-header a:focus-visible, .strip[data-id="6c40ed"] .menu-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}.strip[data-id="859b0e"] {
  --section-id: "859b0e";
  --storage-url: "https://illek.proweb.cz/_section/859b0e";
  --public-url: "https://illek.proweb.cz/_section/859b0e";
}
.strip[data-id="859b0e"] * {
  box-sizing: border-box;
}
.strip[data-id="859b0e"] .hero {
  background: #fcd300;
  padding: clamp(4rem, 10vw, 8rem) 1.25rem;
}
.strip[data-id="859b0e"] .hero__inner, .strip[data-id="859b0e"] .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="859b0e"] .eyebrow {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.strip[data-id="859b0e"] .hero h1 {
  max-width: 800px;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: 1.02;
  margin: 0.5rem 0 1.5rem;
  color: #1a1a1a;
}
.strip[data-id="859b0e"] .hero__lead {
  font-size: 1.3rem;
  max-width: 650px;
}
.strip[data-id="859b0e"] .button {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  padding: 0.9rem 1.25rem;
  text-decoration: none;
  font-weight: 800;
  border-radius: 0.3rem;
}
.strip[data-id="859b0e"] .button:focus-visible, .strip[data-id="859b0e"] .text-link:focus-visible, .strip[data-id="859b0e"] .card a:focus-visible {
  outline: 3px solid #1a1a1a;
  outline-offset: 4px;
}
.strip[data-id="859b0e"] .upcoming {
  padding: 4rem 1.25rem;
}
.strip[data-id="859b0e"] .upcoming h2 {
  font-size: 2.5rem;
}
.strip[data-id="859b0e"] .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.strip[data-id="859b0e"] .card {
  border: 2px solid #1a1a1a;
  padding: 1.25rem;
  background: #fff;
}
.strip[data-id="859b0e"] .card h3 {
  font-size: 1.5rem;
}
.strip[data-id="859b0e"] .date {
  font-weight: 800;
}
.strip[data-id="859b0e"] .card a, .strip[data-id="859b0e"] .text-link {
  color: #1a1a1a;
  font-weight: 800;
}
.strip[data-id="859b0e"] .text-link {
  display: inline-block;
  margin-top: 2rem;
}
@media (max-width: 800px) {
  .strip[data-id="859b0e"] .cards {
    grid-template-columns: 1fr;
  }
}.strip[data-id=f52c30] {
  --section-id: "f52c30";
  --storage-url: "https://illek.proweb.cz/_section/f52c30";
  --public-url: "https://illek.proweb.cz/_section/f52c30";
}
.strip[data-id=f52c30] .site-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 3rem 1.25rem 1.25rem;
}
.strip[data-id=f52c30] .site-footer__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.strip[data-id=f52c30] .site-footer h2 {
  color: #fcd300;
  font-size: 1.1rem;
}
.strip[data-id=f52c30] .site-footer a {
  color: #fff;
}
.strip[data-id=f52c30] .site-footer a:focus-visible {
  outline: 3px solid #fcd300;
  outline-offset: 3px;
}
.strip[data-id=f52c30] .site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.strip[data-id=f52c30] .copyright {
  max-width: 1200px;
  margin: 2rem auto 0;
  border-top: 1px solid #777;
  padding-top: 1rem;
}
@media (max-width: 700px) {
  .strip[data-id=f52c30] .site-footer__grid {
    grid-template-columns: 1fr;
  }
}