
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="39af34"] {
  --section-id: "39af34";
  --storage-url: "https://test-2ix8a94c.proweb.cz/_section/39af34";
  --public-url: "https://test-2ix8a94c.proweb.cz/_section/39af34";
}
.strip[data-id="39af34"] .site-header {
  width: 100%;
  background: rgba(254, 250, 224, 0.85);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(163, 177, 138, 0.28);
  box-shadow: 0 8px 28px rgba(52, 78, 65, 0.08);
  position: relative;
  z-index: 20;
}
.strip[data-id="39af34"] .header-container {
  max-width: 1200px;
  min-height: 82px;
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.strip[data-id="39af34"] .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #344E41;
  text-decoration: none;
  flex: 0 0 auto;
}
.strip[data-id="39af34"] .brand-mark {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #A3B18A;
  transition: transform 240ms ease, color 240ms ease;
}
.strip[data-id="39af34"] .brand-mark svg {
  width: 100%;
  height: 100%;
}
.strip[data-id="39af34"] .brand:hover .brand-mark {
  color: #E9C46A;
  transform: rotate(-8deg) scale(1.05);
}
.strip[data-id="39af34"] .brand-name {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.2px;
  white-space: nowrap;
}
.strip[data-id="39af34"] .main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
}
.strip[data-id="39af34"] .main-navigation a {
  position: relative;
  padding: 8px 0;
  color: #344E41;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.strip[data-id="39af34"] .main-navigation a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #E9C46A;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}
.strip[data-id="39af34"] .main-navigation a:hover::after,
.strip[data-id="39af34"] .main-navigation a:focus-visible::after {
  transform: scaleX(1);
}
.strip[data-id="39af34"] .header-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}
.strip[data-id="39af34"] .cta-label {
  color: #344E41;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.strip[data-id="39af34"] .phone-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid #A3B18A;
  border-radius: 999px;
  color: #344E41;
  background: transparent;
  box-shadow: 0 4px 12px rgba(52, 78, 65, 0.08);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}
.strip[data-id="39af34"] .phone-link:hover,
.strip[data-id="39af34"] .phone-link:focus-visible {
  background: rgba(233, 196, 106, 0.2);
  border-color: #E9C46A;
  box-shadow: 0 7px 16px rgba(52, 78, 65, 0.12);
  transform: translateY(-1px);
}
.strip[data-id="39af34"] .menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid #A3B18A;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}
.strip[data-id="39af34"] .menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: #344E41;
  transition: transform 220ms ease, opacity 220ms ease;
}
@media (max-width: 980px) {
  .strip[data-id="39af34"] .header-container {
    gap: 18px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .strip[data-id="39af34"] .main-navigation {
    gap: 18px;
  }
  .strip[data-id="39af34"] .main-navigation a {
    font-size: 13px;
    letter-spacing: 0.7px;
  }
  .strip[data-id="39af34"] .cta-label {
    display: none;
  }
}
@media (max-width: 760px) {
  .strip[data-id="39af34"] .header-container {
    min-height: 72px;
    padding: 12px 18px;
    flex-wrap: wrap;
  }
  .strip[data-id="39af34"] .brand-name {
    font-size: 17px;
  }
  .strip[data-id="39af34"] .brand-mark {
    width: 36px;
    height: 36px;
  }
  .strip[data-id="39af34"] .menu-toggle {
    display: block;
    margin-left: auto;
    order: 3;
  }
  .strip[data-id="39af34"] .header-cta {
    order: 2;
    margin-left: auto;
  }
  .strip[data-id="39af34"] .phone-link {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .strip[data-id="39af34"] .main-navigation {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 4px 0 0;
    padding: 8px 0 4px;
    border-top: 1px solid rgba(163, 177, 138, 0.28);
  }
  .strip[data-id="39af34"] .main-navigation.is-open {
    display: flex;
  }
  .strip[data-id="39af34"] .main-navigation a {
    padding: 13px 4px;
    font-size: 13px;
  }
  .strip[data-id="39af34"] .main-navigation a::after {
    right: auto;
    width: 34px;
    transform-origin: left;
  }
  .strip[data-id="39af34"] .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .strip[data-id="39af34"] .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="39af34"] .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
@media (max-width: 430px) {
  .strip[data-id="39af34"] .header-container {
    padding-right: 14px;
    padding-left: 14px;
    gap: 10px;
  }
  .strip[data-id="39af34"] .brand-name {
    font-size: 15px;
  }
  .strip[data-id="39af34"] .brand-mark {
    width: 32px;
    height: 32px;
  }
  .strip[data-id="39af34"] .phone-link {
    padding: 7px 9px;
    font-size: 11px;
  }
  .strip[data-id="39af34"] .menu-toggle {
    width: 40px;
    height: 40px;
  }
}.strip[data-id=e343ac] {
  --section-id: "e343ac";
  --storage-url: "https://test-2ix8a94c.proweb.cz/_section/e343ac";
  --public-url: "https://test-2ix8a94c.proweb.cz/_section/e343ac";
}
.strip[data-id=e343ac] .wedding-floristry {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #FEFAE0;
  color: #344E41;
  padding: 5.5rem 1.5rem 6rem;
  font-family: Arial, sans-serif;
}
.strip[data-id=e343ac] .wedding-floristry__container {
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  margin: 0 auto;
}
.strip[data-id=e343ac] .wedding-floristry__banner {
  position: relative;
  min-height: clamp(20rem, 42vw, 35rem);
  overflow: hidden;
  border-radius: 1.5rem;
  background: #d9d0b5;
  box-shadow: 0 1.25rem 3rem rgba(52, 78, 65, 0.16);
}
.strip[data-id=e343ac] .wedding-floristry__banner img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(20rem, 42vw, 35rem);
  object-fit: cover;
  object-position: center;
}
.strip[data-id=e343ac] .wedding-floristry__banner::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(25, 45, 34, 0.72) 0%, rgba(25, 45, 34, 0.35) 48%, rgba(25, 45, 34, 0.05) 100%);
  content: "";
}
.strip[data-id=e343ac] .wedding-floristry__banner-overlay {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: clamp(1.5rem, 6vw, 5.5rem);
  width: min(42rem, 100% - 3rem);
  color: #fffdf4;
  transform: translateY(-50%);
}
.strip[data-id=e343ac] .wedding-floristry__eyebrow {
  margin: 0 0 1rem;
  color: #E9C46A;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.strip[data-id=e343ac] .wedding-floristry h1,
.strip[data-id=e343ac] .wedding-floristry h2 {
  margin: 0;
  color: #344E41;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.strip[data-id=e343ac] .wedding-floristry h1 {
  max-width: 11ch;
  color: #fffdf4;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 0.98;
}
.strip[data-id=e343ac] .wedding-floristry__intro {
  max-width: 880px;
  margin: 4.5rem auto 0;
  text-align: center;
}
.strip[data-id=e343ac] .wedding-floristry p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.8;
}
.strip[data-id=e343ac] .wedding-floristry__intro p {
  color: #52665a;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}
.strip[data-id=e343ac] .wedding-floristry__services {
  max-width: 1050px;
  margin: 4rem auto 0;
  padding: 2.5rem clamp(1.25rem, 4vw, 3.5rem);
  border: 1px solid rgba(52, 78, 65, 0.14);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.4);
}
.strip[data-id=e343ac] .wedding-floristry__services-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 2rem;
}
.strip[data-id=e343ac] .wedding-floristry h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  text-align: center;
}
.strip[data-id=e343ac] .wedding-floristry__ornament,
.strip[data-id=e343ac] .wedding-floristry__icon {
  color: #E9C46A;
  font-family: Georgia, "Times New Roman", serif;
}
.strip[data-id=e343ac] .wedding-floristry__ornament {
  font-size: 1.5rem;
}
.strip[data-id=e343ac] .wedding-floristry ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.strip[data-id=e343ac] .wedding-floristry li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
  color: #52665a;
  font-size: 1rem;
  line-height: 1.65;
}
.strip[data-id=e343ac] .wedding-floristry li strong {
  color: #344E41;
  font-weight: 700;
}
.strip[data-id=e343ac] .wedding-floristry__icon {
  flex: 0 0 1.4rem;
  margin-top: 0.12rem;
  font-size: 1.35rem;
  line-height: 1.2;
  text-align: center;
}
.strip[data-id=e343ac] .wedding-floristry__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1050px;
  margin: 4rem auto 0;
  padding: 2rem 2.25rem;
  border-radius: 1.25rem;
  background: #344E41;
  box-shadow: 0 1rem 2rem rgba(52, 78, 65, 0.18);
}
.strip[data-id=e343ac] .wedding-floristry__cta p {
  max-width: 36rem;
  color: #fffdf4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.4;
}
.strip[data-id=e343ac] .wedding-floristry__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #a8c3a0, #344E41);
  color: #fffdf4;
  box-shadow: 0 0.5rem 1rem rgba(18, 39, 28, 0.28);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.strip[data-id=e343ac] .wedding-floristry__button:hover,
.strip[data-id=e343ac] .wedding-floristry__button:focus-visible {
  box-shadow: 0 0.75rem 1.3rem rgba(18, 39, 28, 0.35);
  transform: translateY(-2px);
}
.strip[data-id=e343ac] .wedding-floristry__button span {
  font-size: 1.2rem;
}
.strip[data-id=e343ac] .wedding-floristry__wave {
  position: absolute;
  right: -5%;
  left: -5%;
  z-index: 0;
  height: 3.5rem;
  background: #fffdf4;
}
.strip[data-id=e343ac] .wedding-floristry__wave--top {
  top: -2.2rem;
  border-radius: 0 0 50% 50%;
  transform: rotate(-1deg);
}
.strip[data-id=e343ac] .wedding-floristry__wave--bottom {
  bottom: -2.2rem;
  border-radius: 50% 50% 0 0;
  transform: rotate(1deg);
}
@media (max-width: 720px) {
  .strip[data-id=e343ac] .wedding-floristry {
    padding: 4rem 1rem 4.5rem;
  }
  .strip[data-id=e343ac] .wedding-floristry__banner,
  .strip[data-id=e343ac] .wedding-floristry__banner img {
    min-height: 26rem;
  }
  .strip[data-id=e343ac] .wedding-floristry__banner-overlay {
    left: 1.35rem;
    width: calc(100% - 2.7rem);
  }
  .strip[data-id=e343ac] .wedding-floristry__intro {
    margin-top: 3.5rem;
  }
  .strip[data-id=e343ac] .wedding-floristry__services {
    margin-top: 3rem;
    padding: 2rem 1.15rem;
  }
  .strip[data-id=e343ac] .wedding-floristry ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .strip[data-id=e343ac] .wedding-floristry__cta {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 3rem;
    padding: 1.75rem 1.35rem;
  }
  .strip[data-id=e343ac] .wedding-floristry__button {
    width: 100%;
    justify-content: center;
  }
}.strip[data-id="588548"] {
  --section-id: "588548";
  --storage-url: "https://test-2ix8a94c.proweb.cz/_section/588548";
  --public-url: "https://test-2ix8a94c.proweb.cz/_section/588548";
}
.strip[data-id="588548"] .site-footer {
  width: 100%;
  background: #344e41;
  color: #fefae0;
  padding: 4.5rem 1.5rem 1.25rem;
  box-sizing: border-box;
}
.strip[data-id="588548"] .footer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="588548"] .footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(170px, 1fr));
  gap: 3rem;
  padding-bottom: 3.5rem;
}
.strip[data-id="588548"] .footer-column {
  min-width: 0;
}
.strip[data-id="588548"] .footer-brand {
  padding-right: 1.5rem;
}
.strip[data-id="588548"] .footer-kicker {
  margin: 0 0 1rem;
  color: #fefae0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.strip[data-id="588548"] .footer-column h2 {
  margin: 0 0 1.15rem;
  color: #e9c46a;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}
.strip[data-id="588548"] .footer-column p,
.strip[data-id="588548"] .footer-column address {
  margin: 0;
  color: #fefae0;
  font-family: Arial, sans-serif;
  font-size: 0.98rem;
  font-style: normal;
  line-height: 1.8;
}
.strip[data-id="588548"] .footer-description {
  max-width: 250px;
  color: #dfe8d4;
}
.strip[data-id="588548"] .social-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.4rem;
}
.strip[data-id="588548"] .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #a3b18a;
  border-radius: 50%;
  color: #a3b18a;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.strip[data-id="588548"] .social-link svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
}
.strip[data-id="588548"] .social-link:hover,
.strip[data-id="588548"] .social-link:focus-visible {
  border-color: #fefae0;
  background: #fefae0;
  color: #344e41;
  outline: none;
  transform: rotate(15deg);
}
.strip[data-id="588548"] .footer-bottom {
  border-top: 1px solid rgba(254, 250, 224, 0.25);
  padding-top: 1.35rem;
  text-align: center;
}
.strip[data-id="588548"] .footer-bottom p {
  margin: 0;
  color: #dfe8d4;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .strip[data-id="588548"] .footer-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 2.5rem 2rem;
  }
  .strip[data-id="588548"] .footer-brand {
    padding-right: 0;
  }
}
@media (max-width: 560px) {
  .strip[data-id="588548"] .site-footer {
    padding: 3.25rem 1.25rem 1.1rem;
  }
  .strip[data-id="588548"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding-bottom: 2.75rem;
  }
  .strip[data-id="588548"] .footer-column h2 {
    margin-bottom: 0.8rem;
  }
}