@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@500;700&family=Playfair+Display:wght@700&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;
}

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

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

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}.strip[data-id="005655"] {
  --section-id: "005655";
  --storage-url: "https://test-n56i93tt.praweb.cz/_section/005655";
  --public-url: "https://test-n56i93tt.praweb.cz/_section/005655";
}
.strip[data-id="005655"] .header-wrapper {
  width: 100%;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
  /* Sticky behavior is handled by section properties, not fixed position */
}
.strip[data-id="005655"] .header-wrapper.scrolled {
  background-color: rgba(252, 251, 247, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}
.strip[data-id="005655"] .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  transition: height 0.3s ease;
}
.strip[data-id="005655"] .scrolled .container {
  height: 70px;
}
.strip[data-id="005655"] .logo-box a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #1B3022;
}
.strip[data-id="005655"] .logo-box img {
  height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
}
.strip[data-id="005655"] .logo-box span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.strip[data-id="005655"] .main-nav {
  display: flex;
  align-items: center;
}
.strip[data-id="005655"] .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.strip[data-id="005655"] .nav-list li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1B3022;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
}
.strip[data-id="005655"] .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #8DA399;
  transition: width 0.3s ease;
}
.strip[data-id="005655"] .nav-list li a:hover::after,
.strip[data-id="005655"] .nav-list li a.active::after {
  width: 100%;
}
.strip[data-id="005655"] .nav-list li a:hover {
  color: #8DA399;
}
.strip[data-id="005655"] .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.strip[data-id="005655"] .phone-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #1B3022;
  padding: 6px 15px;
  border: 1px solid #D4AF37;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.strip[data-id="005655"] .phone-link:hover {
  background-color: #D4AF37;
  color: #ffffff;
}
.strip[data-id="005655"] .email-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  color: #8DA399;
  transition: color 0.3s ease;
}
.strip[data-id="005655"] .email-link:hover {
  color: #1B3022;
}
.strip[data-id="005655"] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  position: relative;
}
.strip[data-id="005655"] .mobile-toggle .bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px 0;
  background-color: #1B3022;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .strip[data-id="005655"] .container {
    height: 70px;
  }
  .strip[data-id="005655"] .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #FCFBF7;
    flex-direction: column;
    justify-content: center;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
  }
  .strip[data-id="005655"] .main-nav.open {
    right: 0;
  }
  .strip[data-id="005655"] .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .strip[data-id="005655"] .nav-list li a {
    font-size: 24px;
  }
  .strip[data-id="005655"] .contact-info {
    display: none;
  }
  .strip[data-id="005655"] .mobile-toggle {
    display: block;
  }
  .strip[data-id="005655"] .mobile-toggle.active .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .strip[data-id="005655"] .mobile-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="005655"] .mobile-toggle.active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}.strip[data-id="5cc109"] {
  --section-id: "5cc109";
  --storage-url: "https://test-n56i93tt.praweb.cz/_section/5cc109";
  --public-url: "https://test-n56i93tt.praweb.cz/_section/5cc109";
}
.strip[data-id="5cc109"] {
  background-color: #f0f4f1;
  padding: 100px 0;
  font-family: "Lato", sans-serif;
}
.strip[data-id="5cc109"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="5cc109"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="5cc109"] .main-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #0b3d2e;
  margin: 0 0 10px 0;
}
.strip[data-id="5cc109"] .main-subtitle {
  font-size: 18px;
  color: #4a5d58;
  margin: 0;
}
.strip[data-id="5cc109"] .wavy-line {
  width: 60px;
  height: 8px;
  margin: 20px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='8' viewBox='0 0 60 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C3.75 4 3.75 1 7.5 1C11.25 1 11.25 4 15 4C18.75 4 18.75 7 22.5 7C26.25 7 26.25 4 30 4C33.75 4 33.75 1 37.5 1C41.25 1 41.25 4 45 4C48.75 4 48.75 7 52.5 7C56.25 7 56.25 4 60 4' stroke='%23d4af37' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.strip[data-id="5cc109"] .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.strip[data-id="5cc109"] .card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="5cc109"] .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="5cc109"] .icon-wrapper {
  width: 80px;
  height: 80px;
  background-color: #fce4ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #0b3d2e;
  font-size: 32px;
}
.strip[data-id="5cc109"] .card h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #0b3d2e;
  margin: 0 0 15px 0;
}
.strip[data-id="5cc109"] .card p {
  font-size: 16px;
  color: #4a5d58;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id="5cc109"] .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id="5cc109"] {
    padding: 80px 0;
  }
}
@media (max-width: 600px) {
  .strip[data-id="5cc109"] .grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="5cc109"] {
    padding: 60px 0;
  }
  .strip[data-id="5cc109"] .main-title {
    font-size: 28px;
  }
}@charset "UTF-8";
.strip[data-id=c5b8ac] {
  --section-id: "c5b8ac";
  --storage-url: "https://test-n56i93tt.praweb.cz/_section/c5b8ac";
  --public-url: "https://test-n56i93tt.praweb.cz/_section/c5b8ac";
}
.strip[data-id=c5b8ac] .about-us-section {
  background-color: #FFFDF9;
  padding: 100px 20px;
  overflow: hidden;
  position: relative;
}
.strip[data-id=c5b8ac] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=c5b8ac] .asymmetric-grid {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}
.strip[data-id=c5b8ac] .image-wrapper {
  flex: 1;
  min-width: 320px;
  position: relative;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.strip[data-id=c5b8ac] .organic-border {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 45% 55% 70% 30%/30% 60% 40% 70%;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}
.strip[data-id=c5b8ac] .organic-border img,
.strip[data-id=c5b8ac] .organic-border .generated-img-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strip[data-id=c5b8ac] .gold-stamp {
  position: absolute;
  bottom: 20px;
  left: -30px;
  width: 115px;
  height: 115px;
  background-color: #D4AF37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  transform: rotate(-12deg);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
  z-index: 3;
  padding: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 0.3s ease;
}
.strip[data-id=c5b8ac] .gold-stamp:hover {
  transform: rotate(0deg) scale(1.05);
}
.strip[data-id=c5b8ac] .content-wrapper {
  flex: 1.2;
  min-width: 320px;
  padding: 60px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  margin-left: -120px;
  z-index: 2;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
  transition: transform 0.1s ease-out;
}
@media (max-width: 992px) {
  .strip[data-id=c5b8ac] .about-us-section {
    padding: 60px 20px;
  }
  .strip[data-id=c5b8ac] .content-wrapper {
    margin-left: 0;
    margin-top: -40px;
    padding: 40px 25px;
  }
  .strip[data-id=c5b8ac] .asymmetric-grid {
    gap: 40px;
  }
  .strip[data-id=c5b8ac] .gold-stamp {
    left: 10px;
    bottom: -30px;
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
}
.strip[data-id=c5b8ac] .title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 52px;
  color: #B57E7E; /* Ztmaveno pro lepší kontrast z #F4C2C2 */
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.1;
}
.strip[data-id=c5b8ac] .description {
  font-size: 18px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 40px;
}
.strip[data-id=c5b8ac] .benefits-heading {
  font-size: 22px;
  color: #222222;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.strip[data-id=c5b8ac] .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=c5b8ac] .benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 22px;
  font-size: 17px;
  color: #444444;
  line-height: 1.6;
  transition: transform 0.2s ease;
}
.strip[data-id=c5b8ac] .benefits-list li:hover .leaf-icon {
  transform: rotate(15deg) scale(1.2);
}
.strip[data-id=c5b8ac] .leaf-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #9A9473; /* Mírně sytější šalvějová */
  transition: transform 0.3s ease;
}
.strip[data-id=c5b8ac] .leaf-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}.strip[data-id="631a57"] {
  --section-id: "631a57";
  --storage-url: "https://test-n56i93tt.praweb.cz/_section/631a57";
  --public-url: "https://test-n56i93tt.praweb.cz/_section/631a57";
}
.strip[data-id="631a57"] .gallery-section {
  padding: 100px 20px;
  background-color: #fdfdfd;
  font-family: "Lato", sans-serif;
}
.strip[data-id="631a57"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="631a57"] .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}
.strip[data-id="631a57"] .section-header h2 {
  font-family: "Lato", sans-serif;
  color: #0b3d1b;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.strip[data-id="631a57"] .section-header p {
  color: #2c4c36;
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id="631a57"] .masonry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 300px;
  grid-gap: 30px;
  margin-bottom: 60px;
}
.strip[data-id="631a57"] .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="631a57"] .gallery-item.tall {
  grid-row: span 2;
}
.strip[data-id="631a57"] .gallery-item img,
.strip[data-id="631a57"] .gallery-item generated-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="631a57"] .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.strip[data-id="631a57"] .gallery-item:hover img,
.strip[data-id="631a57"] .gallery-item:hover generated-img {
  transform: scale(1.08);
}
.strip[data-id="631a57"] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 61, 27, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.strip[data-id="631a57"] .gallery-item:hover .overlay {
  opacity: 1;
}
.strip[data-id="631a57"] .overlay i {
  color: #ffffff;
  font-size: 32px;
  transform: scale(0.8);
  transition: transform 0.4s ease;
}
.strip[data-id="631a57"] .gallery-item:hover .overlay i {
  transform: scale(1);
}
.strip[data-id="631a57"] .instagram-link {
  text-align: center;
}
.strip[data-id="631a57"] .instagram-link a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #a65d5d;
  text-decoration: none;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 50px;
}
.strip[data-id="631a57"] .instagram-link a:hover {
  color: #8c4a4a;
  background-color: rgba(166, 93, 93, 0.05);
}
@media (max-width: 992px) {
  .strip[data-id="631a57"] .masonry-grid {
    grid-auto-rows: 250px;
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="631a57"] .gallery-section {
    padding: 60px 20px;
  }
  .strip[data-id="631a57"] .masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .strip[data-id="631a57"] .gallery-item {
    aspect-ratio: 4/3;
  }
  .strip[data-id="631a57"] .gallery-item.tall {
    grid-row: span 1;
    aspect-ratio: 3/4;
  }
  .strip[data-id="631a57"] .section-header h2 {
    font-size: 2rem;
  }
}.strip[data-id=fa8b1a] {
  --section-id: "fa8b1a";
  --storage-url: "https://test-n56i93tt.praweb.cz/_section/fa8b1a";
  --public-url: "https://test-n56i93tt.praweb.cz/_section/fa8b1a";
}
.strip[data-id=fa8b1a] .footer-section {
  background-color: #0e1a14;
  padding: 80px 0 40px 0;
  color: #fdfbf7;
}
.strip[data-id=fa8b1a] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=fa8b1a] .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 60px;
  margin-bottom: 60px;
}
.strip[data-id=fa8b1a] .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id=fa8b1a] .footer-logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fdfbf7;
  margin-bottom: 25px;
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.3s ease;
  display: inline-block;
}
.strip[data-id=fa8b1a] .footer-logo:hover {
  color: #f4dada;
}
.strip[data-id=fa8b1a] .footer-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #8da399;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
}
.strip[data-id=fa8b1a] .footer-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(253, 251, 247, 0.8);
}
.strip[data-id=fa8b1a] .footer-text p {
  margin: 0 0 12px 0;
}
.strip[data-id=fa8b1a] .footer-text p:last-child {
  margin-bottom: 0;
}
.strip[data-id=fa8b1a] .footer-socials {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.strip[data-id=fa8b1a] .social-link {
  color: #f4dada;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.strip[data-id=fa8b1a] .social-link:hover {
  color: #c5a059;
  transform: translateY(-3px);
}
.strip[data-id=fa8b1a] .footer-legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strip[data-id=fa8b1a] .footer-legal a {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(253, 251, 247, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=fa8b1a] .footer-legal a:hover {
  color: #f4dada;
}
.strip[data-id=fa8b1a] .footer-divider {
  height: 1px;
  background-color: rgba(141, 163, 153, 0.15);
  width: 100%;
  margin-bottom: 30px;
}
.strip[data-id=fa8b1a] .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.strip[data-id=fa8b1a] .footer-copyright {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(253, 251, 247, 0.5);
  text-align: center;
}
@media (max-width: 1024px) {
  .strip[data-id=fa8b1a] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=fa8b1a] .footer-section {
    padding: 60px 0 30px 0;
  }
  .strip[data-id=fa8b1a] .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .strip[data-id=fa8b1a] .footer-socials {
    justify-content: center;
  }
  .strip[data-id=fa8b1a] .footer-col {
    align-items: center;
  }
  .strip[data-id=fa8b1a] .footer-legal {
    align-items: center;
  }
}