@import url('https://fonts.googleapis.com/css2?family=Inter&family=Playfair+Display&display=swap');
.strip[data-id=acaa01] {
  --section-id: "acaa01";
  --storage-url: "https://ach.proweb.cz/_section/acaa01";
  --public-url: "https://ach.proweb.cz/_section/acaa01";
}
.strip[data-id=acaa01] .main-header {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1rem 0;
}
.strip[data-id=acaa01] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=acaa01] .logo a {
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.strip[data-id=acaa01] .nav-menu ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=acaa01] .nav-menu a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
}
.strip[data-id=acaa01] .nav-menu a:hover,
.strip[data-id=acaa01] .nav-menu a.active {
  color: #007bff;
}
.strip[data-id=acaa01] .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.strip[data-id=acaa01] .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .strip[data-id=acaa01] .mobile-menu-toggle {
    display: block;
  }
  .strip[data-id=acaa01] .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    padding-top: 80px;
  }
  .strip[data-id=acaa01] .nav-menu.open {
    right: 0;
  }
  .strip[data-id=acaa01] .nav-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .strip[data-id=acaa01] .mobile-menu-toggle.open span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .strip[data-id=acaa01] .mobile-menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id=acaa01] .mobile-menu-toggle.open span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
}.strip[data-id="3f8409"] {
  --section-id: "3f8409";
  --storage-url: "https://ach.proweb.cz/_section/3f8409";
  --public-url: "https://ach.proweb.cz/_section/3f8409";
}
.strip[data-id="3f8409"] .hero-section {
  padding: 100px 20px;
  background-color: #f8f9fa;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  justify-content: center;
}
.strip[data-id="3f8409"] .hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="3f8409"] .hero-section .hero-content {
  text-align: center;
  max-width: 800px;
  opacity: 0;
  transform: translateY(50px);
  animation: slideUpContent 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.strip[data-id="3f8409"] .hero-section h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="3f8409"] .hero-section p {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
}
.strip[data-id="3f8409"] .hero-section .video-wrapper {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0.95);
  animation: revealVideo 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s forwards;
  position: relative;
}
.strip[data-id="3f8409"] .hero-section .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id="3f8409"] .hero-section .video-wrapper .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #2c3e50, #000);
  color: white;
  font-weight: bold;
}
@keyframes slideUpContent {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes revealVideo {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .strip[data-id="3f8409"] .hero-section {
    padding: 60px 15px;
    min-height: auto;
  }
  .strip[data-id="3f8409"] .hero-section h1 {
    font-size: 2.5rem;
  }
  .strip[data-id="3f8409"] .hero-section p {
    font-size: 1.1rem;
  }
}.strip[data-id="1749fe"] {
  --section-id: "1749fe";
  --storage-url: "https://ach.proweb.cz/_section/1749fe";
  --public-url: "https://ach.proweb.cz/_section/1749fe";
}
.strip[data-id="1749fe"] .monument-overlap-v3 {
  --primary-color: #1a1a1a;
  --accent-color: #d4af37;
  --text-color: #444444;
  --bg-color: #ffffff;
  --section-padding: 100px 0;
  padding: var(--section-padding);
  background-color: var(--bg-color);
  overflow: hidden;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.strip[data-id="1749fe"] .monument-overlap-v3 .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.strip[data-id="1749fe"] .monument-overlap-v3 .image-column {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  z-index: 1;
  background: #000;
}
.strip[data-id="1749fe"] .monument-overlap-v3 .image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(10%) brightness(0.9);
  transition: transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}
.strip[data-id="1749fe"] .monument-overlap-v3 .content-column {
  position: relative;
  background: #ffffff;
  padding: 60px 30px;
  margin-top: -80px;
  margin-left: 15px;
  margin-right: 15px;
  z-index: 10;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.15);
}
.strip[data-id="1749fe"] .monument-overlap-v3 .section-number {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: clamp(100px, 20vw, 240px);
  font-weight: 900;
  color: var(--primary-color);
  opacity: 0.04;
  line-height: 0.7;
  pointer-events: none;
  font-family: "Playfair Display", serif;
  font-style: italic;
  z-index: -1;
}
.strip[data-id="1749fe"] .monument-overlap-v3 .eyebrow-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
.strip[data-id="1749fe"] .monument-overlap-v3 .eyebrow-line {
  width: 50px;
  height: 1px;
  background-color: var(--accent-color);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.strip[data-id="1749fe"] .monument-overlap-v3.is-visible .eyebrow-line {
  transform: scaleX(1);
}
.strip[data-id="1749fe"] .monument-overlap-v3 .eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: var(--accent-color);
}
.strip[data-id="1749fe"] .monument-overlap-v3 h2 {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  color: var(--primary-color);
  line-height: 1.05;
  margin-bottom: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.strip[data-id="1749fe"] .monument-overlap-v3 .description {
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--text-color);
  margin-bottom: 60px;
  max-width: 500px;
  font-weight: 300;
}
.strip[data-id="1749fe"] .monument-overlap-v3 .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: color 0.3s ease;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  position: relative;
}
.strip[data-id="1749fe"] .monument-overlap-v3 .cta-button::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent-color);
  transition: width 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.strip[data-id="1749fe"] .monument-overlap-v3 .cta-button:hover::after {
  width: 100%;
}
.strip[data-id="1749fe"] .monument-overlap-v3 .cta-button svg {
  width: 24px;
  height: 24px;
  stroke: var(--accent-color);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.strip[data-id="1749fe"] .monument-overlap-v3 .cta-button:hover svg {
  transform: translateX(12px);
}
@media (min-width: 992px) {
  .strip[data-id="1749fe"] .monument-overlap-v3 {
    padding: 160px 0;
  }
  .strip[data-id="1749fe"] .monument-overlap-v3 .container {
    flex-direction: row;
    align-items: stretch;
  }
  .strip[data-id="1749fe"] .monument-overlap-v3 .image-column {
    flex: 1.4;
    height: auto;
    min-height: 850px;
  }
  .strip[data-id="1749fe"] .monument-overlap-v3 .image-column img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .strip[data-id="1749fe"] .monument-overlap-v3 .content-column {
    flex: 1;
    margin-top: 120px;
    margin-bottom: 120px;
    margin-left: -180px;
    margin-right: 0;
    padding: 120px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .strip[data-id="1749fe"] .monument-overlap-v3 .section-number {
    top: 40px;
    right: 60px;
  }
}
.strip[data-id="1749fe"] .monument-overlap-v3 .reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.strip[data-id="1749fe"] .monument-overlap-v3.is-visible .reveal {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="1749fe"] .monument-overlap-v3.is-visible .image-column img {
  transform: scale(1.1);
}