@import url('https://fonts.googleapis.com/css2?family=Inter&family=Montserrat&family=Playfair+Display&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Admin Editor: bypass injected overlay layers and style the actual user section content. */
.strip.underlay-sticky > .pa-iframe-controls,
.strip.underlay-sticky > .pa-iframe-frame,
.strip.underlay-sticky > .pa-iframe-veil {
    border-top: none !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
}

.strip.underlay-sticky > .pa-iframe-controls + .pa-iframe-frame + .pa-iframe-veil + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: keep the divider visible without letting it offset the underlay strip. */
.pa-iframe-divider:has(+ .strip.underlay-sticky):not(.pa-iframe-expanded) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: 1000;
}.strip[data-id=d89e31] {
  --section-id: "d89e31";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/d89e31";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/d89e31";
}
.strip[data-id=d89e31] .header-wrapper {
  /* Sticky is handled by system property */
  z-index: 1000;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 253, 245, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(242, 204, 209, 0.3);
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}
.strip[data-id=d89e31] .header-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=d89e31] .logo-zone {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id=d89e31] .logo-zone:hover {
  opacity: 0.8;
}
.strip[data-id=d89e31] .logo-icon {
  width: 42px;
  height: 42px;
  color: #8ca38a;
}
.strip[data-id=d89e31] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.5px;
}
.strip[data-id=d89e31] .nav-zone {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.strip[data-id=d89e31] .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease;
  position: relative;
}
.strip[data-id=d89e31] .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #8ca38a;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=d89e31] .nav-link:hover {
  color: #8ca38a;
}
.strip[data-id=d89e31] .nav-link:hover::after {
  width: 100%;
}
.strip[data-id=d89e31] .contact-zone {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.strip[data-id=d89e31] .phone-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.strip[data-id=d89e31] .phone-link i {
  color: #8ca38a;
  font-size: 14px;
}
.strip[data-id=d89e31] .phone-link:hover {
  color: #8ca38a;
}
.strip[data-id=d89e31] .opening-hours {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #777777;
  text-align: right;
  letter-spacing: 0.2px;
}
.strip[data-id=d89e31] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: #8ca38a;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  transition: transform 0.3s ease;
}
.strip[data-id=d89e31] .mobile-toggle:active {
  transform: scale(0.9);
}
.strip[data-id=d89e31] .mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 253, 245, 0.98);
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  z-index: 999;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=d89e31] .mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.strip[data-id=d89e31] .mobile-menu .nav-link {
  font-size: 20px;
  text-align: center;
  padding: 12px;
}
.strip[data-id=d89e31] .mobile-contact-icon {
  display: none;
  color: #8ca38a;
  font-size: 20px;
  text-decoration: none;
  padding: 8px;
}
@media (max-width: 992px) {
  .strip[data-id=d89e31] .nav-zone, .strip[data-id=d89e31] .contact-zone {
    display: none;
  }
  .strip[data-id=d89e31] .mobile-toggle, .strip[data-id=d89e31] .mobile-contact-icon {
    display: block;
  }
  .strip[data-id=d89e31] .right-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=d89e31] .logo-text {
    font-size: 18px;
  }
  .strip[data-id=d89e31] .header-container {
    padding: 0 16px;
  }
}@charset "UTF-8";
.strip[data-id=a5ae43] {
  --section-id: "a5ae43";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/a5ae43";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/a5ae43";
  /* Jemná textura lístků na pozadí */
}
.strip[data-id=a5ae43] .hero-premium {
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  background-color: #FFFDF5;
  overflow: hidden;
  padding: 80px 0;
}
.strip[data-id=a5ae43] .hero-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#8A9A5B 0.8px, transparent 0.8px);
  background-size: 40px 40px;
  opacity: 0.08;
  pointer-events: none;
}
.strip[data-id=a5ae43] .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}
.strip[data-id=a5ae43] .hero-content {
  flex: 0 0 50%;
  padding-right: 60px;
}
.strip[data-id=a5ae43] .subtitle {
  font-family: "Inter", sans-serif;
  color: #8A9A5B;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}
.strip[data-id=a5ae43] h1 {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  color: #2D2D2D;
  line-height: 1.1;
  margin: 0 0 28px 0;
  font-weight: 700;
}
.strip[data-id=a5ae43] .description {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  color: #4A4A4A;
  line-height: 1.7;
  margin: 0 0 45px 0;
  max-width: 520px;
}
.strip[data-id=a5ae43] .hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.strip[data-id=a5ae43] .btn {
  display: inline-block;
  padding: 18px 36px;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.strip[data-id=a5ae43] .btn-primary {
  background-color: #8A9A5B;
  color: #ffffff;
  border: 2px solid #8A9A5B;
}
.strip[data-id=a5ae43] .btn-primary:hover {
  background-color: #F2D2BD;
  border-color: #F2D2BD;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(242, 210, 189, 0.4);
}
.strip[data-id=a5ae43] .btn-outline {
  background-color: transparent;
  border: 2px solid #8A9A5B;
  color: #8A9A5B;
}
.strip[data-id=a5ae43] .btn-outline:hover {
  background-color: #8A9A5B;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(138, 154, 91, 0.2);
}
.strip[data-id=a5ae43] .hero-image-wrapper {
  flex: 0 0 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=a5ae43] .organic-shape {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.08);
  animation: morph 20s ease-in-out infinite alternate;
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.strip[data-id=a5ae43] .organic-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.8s ease;
}
.strip[data-id=a5ae43] .organic-shape:hover img {
  transform: scale(1.2);
}
.strip[data-id=a5ae43] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 3;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.strip[data-id=a5ae43] .scroll-indicator:hover {
  opacity: 1;
}
.strip[data-id=a5ae43] .scroll-text {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8A9A5B;
}
.strip[data-id=a5ae43] .arrow-down {
  width: 14px;
  height: 14px;
  border-right: 2px solid #8A9A5B;
  border-bottom: 2px solid #8A9A5B;
  transform: rotate(45deg);
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(45deg);
  }
  40% {
    transform: translateY(-10px) rotate(45deg);
  }
  60% {
    transform: translateY(-5px) rotate(45deg);
  }
}
@media (max-width: 1200px) {
  .strip[data-id=a5ae43] h1 {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=a5ae43] .hero-premium {
    padding: 100px 0;
  }
  .strip[data-id=a5ae43] h1 {
    font-size: 52px;
  }
  .strip[data-id=a5ae43] .hero-container {
    flex-direction: column;
    text-align: center;
  }
  .strip[data-id=a5ae43] .hero-content {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .strip[data-id=a5ae43] .description {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=a5ae43] .hero-actions {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .strip[data-id=a5ae43] {
    /* Přidání gradientu pro čitelnost na mobilu */
  }
  .strip[data-id=a5ae43] .hero-premium {
    min-height: 100vh;
    padding-top: 120px;
  }
  .strip[data-id=a5ae43] .hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: 1;
  }
  .strip[data-id=a5ae43] .organic-shape {
    border-radius: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    animation: none;
  }
  .strip[data-id=a5ae43] .hero-content {
    z-index: 2;
    padding: 0 20px;
  }
  .strip[data-id=a5ae43] h1 {
    font-size: 42px;
  }
  .strip[data-id=a5ae43] .subtitle {
    font-size: 12px;
  }
  .strip[data-id=a5ae43] .description {
    font-size: 17px;
  }
  .strip[data-id=a5ae43] .hero-premium::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #FFFDF5 20%, transparent);
    z-index: 1;
  }
}@charset "UTF-8";
.strip[data-id=acc3a2] {
  --section-id: "acc3a2";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/acc3a2";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/acc3a2";
}
.strip[data-id=acc3a2] .about-us-section {
  background-color: #fdfbf7;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.strip[data-id=acc3a2] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=acc3a2] .about-grid {
  display: flex;
  align-items: center;
  gap: 80px;
}
.strip[data-id=acc3a2] .image-column {
  flex: 1;
  position: relative;
  z-index: 1;
}
.strip[data-id=acc3a2] .image-wrapper {
  border-radius: 40px;
  /* Vytvoření organického efektu odsazeného rámečku pomocí pseudo-elementu pro lepší kontrolu */
  position: relative;
  line-height: 0;
  will-change: transform;
}
.strip[data-id=acc3a2] .image-wrapper::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background-color: #8ca38a;
  border-radius: 40px;
  z-index: -1;
  opacity: 0.8;
}
.strip[data-id=acc3a2] .image-inner {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #eee;
}
.strip[data-id=acc3a2] .image-inner img,
.strip[data-id=acc3a2] .image-inner generated-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/5;
  display: block;
}
.strip[data-id=acc3a2] .text-column {
  flex: 1;
}
.strip[data-id=acc3a2] h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #2d2d2d;
  margin-bottom: 15px;
  line-height: 1.15;
}
.strip[data-id=acc3a2] .wave-separator {
  width: 120px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20'%3E%3Cpath d='M0 10 Q 12.5 0 25 10 T 50 10 T 75 10 T 100 10' fill='none' stroke='%238ca38a' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-bottom: 35px;
}
.strip[data-id=acc3a2] .intro-text {
  font-size: 19px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 45px;
}
.strip[data-id=acc3a2] h3 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #2d2d2d;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.strip[data-id=acc3a2] h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #f2c6c2;
}
.strip[data-id=acc3a2] .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=acc3a2] .benefits-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  font-size: 17px;
  color: #444444;
  transition: transform 0.3s ease;
}
.strip[data-id=acc3a2] .benefits-list li:hover {
  transform: translateX(5px);
}
.strip[data-id=acc3a2] .icon-heart {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  fill: #f2c6c2;
  filter: drop-shadow(0 2px 4px rgba(242, 198, 194, 0.4));
}
@media (max-width: 1100px) {
  .strip[data-id=acc3a2] .about-grid {
    gap: 50px;
  }
  .strip[data-id=acc3a2] h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id=acc3a2] .about-grid {
    flex-direction: column;
    gap: 70px;
    text-align: center;
  }
  .strip[data-id=acc3a2] .image-column, .strip[data-id=acc3a2] .text-column {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .strip[data-id=acc3a2] .image-wrapper::after {
    right: -15px;
    bottom: -15px;
  }
  .strip[data-id=acc3a2] .wave-separator {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id=acc3a2] h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id=acc3a2] .benefits-list li {
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .strip[data-id=acc3a2] .about-us-section {
    padding: 80px 0;
  }
  .strip[data-id=acc3a2] h2 {
    font-size: 34px;
  }
  .strip[data-id=acc3a2] .image-inner, .strip[data-id=acc3a2] .image-wrapper::after {
    border-radius: 30px;
  }
}.strip[data-id=d29480] {
  --section-id: "d29480";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/d29480";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/d29480";
}
.strip[data-id=d29480] .services-section {
  background-color: #fafafa;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id=d29480] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.strip[data-id=d29480] .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id=d29480] .main-title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #2c3e2e;
  margin: 0;
  position: relative;
  display: inline-block;
}
.strip[data-id=d29480] .main-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #8ca982;
  border-radius: 2px;
}
.strip[data-id=d29480] .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id=d29480] .service-card {
  background-color: #ffffff;
  border: 1px solid #fce4ec;
  padding: 45px 35px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  min-height: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.strip[data-id=d29480] .service-card:hover {
  transform: translateY(-12px);
  background-color: #ffffff;
  border-color: #8ca982;
  box-shadow: 0 15px 35px rgba(140, 169, 130, 0.15);
}
.strip[data-id=d29480] .icon-container {
  width: 56px;
  height: 56px;
  margin-bottom: 30px;
  background-color: #f4f7f4;
  padding: 12px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.strip[data-id=d29480] .service-card:hover .icon-container {
  transform: scale(1.1);
}
.strip[data-id=d29480] .icon-container svg {
  width: 100%;
  height: 100%;
}
.strip[data-id=d29480] .service-name {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2c3e2e;
  margin: 0 0 15px 0;
}
.strip[data-id=d29480] .service-text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0;
}
.strip[data-id=d29480] .leaf-decoration {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  transition: all 0.6s ease;
  transform: rotate(-15deg);
}
.strip[data-id=d29480] .service-card:hover .leaf-decoration {
  transform: rotate(0deg) scale(1.2);
  opacity: 0.4;
}
.strip[data-id=d29480] .leaf-decoration svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .strip[data-id=d29480] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .strip[data-id=d29480] .services-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=d29480] .services-section {
    padding: 70px 0;
  }
  .strip[data-id=d29480] .main-title {
    font-size: 32px;
  }
  .strip[data-id=d29480] .service-card {
    padding: 40px 30px;
    min-height: auto;
  }
}@charset "UTF-8";
.strip[data-id=ba2f4f] {
  --section-id: "ba2f4f";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/ba2f4f";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/ba2f4f";
}
.strip[data-id=ba2f4f] .atmosphere-gallery {
  background-color: #fff5f7;
  padding: 100px 20px;
  width: 100%;
  box-sizing: border-box;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-header {
  text-align: center;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  color: #2d2d2d;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.1;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-header .divider {
  width: 60px;
  height: 3px;
  background: #8a9a5b;
  margin: 20px 0;
  border-radius: 2px;
  position: relative;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-header .divider::after {
  content: "✿";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff5f7;
  padding: 0 10px;
  color: #8a9a5b;
  font-size: 20px;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-header p {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  color: #555;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 400;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
  gap: 25px;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item.tall {
  grid-row: span 2;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(138, 154, 91, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  backdrop-filter: blur(2px);
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item .overlay .icon {
  color: #ffffff;
  font-size: 36px;
  transform: scale(0.8);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item:hover .img-wrapper img {
  transform: scale(1.1);
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item:hover .overlay {
  opacity: 1;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item:hover .overlay .icon {
  transform: scale(1);
}
.strip[data-id=ba2f4f] .atmosphere-gallery .lightbox {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.98);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .lightbox.active {
  display: flex;
  opacity: 1;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .lightbox .lightbox-content {
  margin: auto;
  max-width: 90%;
  max-height: 85vh;
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id=ba2f4f] .atmosphere-gallery .lightbox.active .lightbox-content {
  transform: scale(1);
}
.strip[data-id=ba2f4f] .atmosphere-gallery .lightbox .close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 200;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.strip[data-id=ba2f4f] .atmosphere-gallery .lightbox .close:hover {
  background: #8a9a5b;
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .strip[data-id=ba2f4f] .atmosphere-gallery {
    padding: 80px 20px;
  }
  .strip[data-id=ba2f4f] .atmosphere-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 240px;
    gap: 20px;
  }
  .strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
  }
  .strip[data-id=ba2f4f] .atmosphere-gallery .gallery-header h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .strip[data-id=ba2f4f] .atmosphere-gallery .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }
  .strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item.large, .strip[data-id=ba2f4f] .atmosphere-gallery .gallery-item.tall {
    grid-column: span 1;
    grid-row: span 1;
  }
  .strip[data-id=ba2f4f] .atmosphere-gallery .gallery-header h2 {
    font-size: 32px;
  }
  .strip[data-id=ba2f4f] .atmosphere-gallery .lightbox .close {
    right: 20px;
    top: 20px;
  }
}@charset "UTF-8";
.strip[data-id="1b50db"] {
  --section-id: "1b50db";
  --storage-url: "https://test-w44xttwy.praweb.cz/_section/1b50db";
  --public-url: "https://test-w44xttwy.praweb.cz/_section/1b50db";
  /* Typografie */
  /* Kontakt */
  /* Mapa */
  /* Sociální sítě */
  /* Copyright Bar */
  /* Responzivita */
}
.strip[data-id="1b50db"] .footer-section {
  background-color: #2c2c2c;
  color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.strip[data-id="1b50db"] .wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 50px;
}
.strip[data-id="1b50db"] .wave-divider svg {
  display: block;
  width: 100%;
  height: 80px;
}
.strip[data-id="1b50db"] .wave-divider .shape-fill {
  fill: #2c2c2c;
}
.strip[data-id="1b50db"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="1b50db"] .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 50px;
}
.strip[data-id="1b50db"] .brand-title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #f5f5f5;
  letter-spacing: -0.5px;
}
.strip[data-id="1b50db"] .tagline {
  font-style: italic;
  margin-bottom: 30px;
  opacity: 0.8;
  color: #ffb6c1; /* Pudrově růžová pro oživení */
}
.strip[data-id="1b50db"] .col-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #f5f5f5;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="1b50db"] .col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #8da399; /* Šalvějově zelená */
}
.strip[data-id="1b50db"] .contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="1b50db"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.strip[data-id="1b50db"] .contact-item i {
  color: #ffb6c1;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
  text-align: center;
}
.strip[data-id="1b50db"] .contact-item p {
  margin: 0;
  line-height: 1.6;
}
.strip[data-id="1b50db"] .contact-item a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="1b50db"] .contact-item a:hover {
  color: #ffb6c1;
}
.strip[data-id="1b50db"] .map-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 245, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  background: #1a1a1a;
}
.strip[data-id="1b50db"] .social-links {
  display: flex;
  gap: 15px;
}
.strip[data-id="1b50db"] .social-link {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 182, 193, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb6c1;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="1b50db"] .social-link:hover {
  background-color: #8da399;
  color: #2c2c2c;
  transform: translateY(-5px) rotate(8deg);
}
.strip[data-id="1b50db"] .footer-bottom {
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  padding-top: 30px;
  text-align: center;
  font-size: 13px;
  opacity: 0.6;
}
.strip[data-id="1b50db"] .footer-bottom p {
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="1b50db"] .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .strip[data-id="1b50db"] .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .strip[data-id="1b50db"] .social-col {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="1b50db"] .social-links {
    justify-content: center;
  }
  .strip[data-id="1b50db"] .col-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .strip[data-id="1b50db"] .footer-section {
    padding-bottom: 30px;
  }
  .strip[data-id="1b50db"] .wave-divider {
    margin-bottom: 30px;
  }
  .strip[data-id="1b50db"] .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .strip[data-id="1b50db"] .contact-col, .strip[data-id="1b50db"] .map-col, .strip[data-id="1b50db"] .social-col {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .strip[data-id="1b50db"] .contact-item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .strip[data-id="1b50db"] .map-wrapper {
    aspect-ratio: 4/3;
  }
  .strip[data-id="1b50db"] .wave-divider svg {
    height: 40px;
  }
}