@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
.strip[data-id=dd9d99] {
  --section-id: "dd9d99";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/dd9d99";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/dd9d99";
}
.strip[data-id=dd9d99] .header-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.strip[data-id=dd9d99] .top-bar {
  background-color: #064e3b;
  color: #f7e7ce;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 0.8px;
}
.strip[data-id=dd9d99] .top-bar .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}
.strip[data-id=dd9d99] .contact-info {
  display: flex;
  gap: 30px;
}
.strip[data-id=dd9d99] .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.strip[data-id=dd9d99] .contact-item:hover {
  opacity: 0.8;
}
.strip[data-id=dd9d99] .contact-item svg {
  stroke: #d4af37;
}
.strip[data-id=dd9d99] .main-nav {
  height: 90px;
  background-color: hsla(40, 30%, 98%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  display: flex;
  align-items: center;
  transition: height 0.3s ease;
}
.strip[data-id=dd9d99] .main-nav .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.strip[data-id=dd9d99] .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=dd9d99] .logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #065f46;
  transition: transform 0.3s ease;
}
.strip[data-id=dd9d99] .logo:hover {
  transform: translateY(-1px);
}
.strip[data-id=dd9d99] .logo-icon svg {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.strip[data-id=dd9d99] .logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
}
.strip[data-id=dd9d99] .nav-list {
  display: flex;
  list-style: none;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.strip[data-id=dd9d99] .nav-list li a {
  text-decoration: none;
  color: #065f46;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.strip[data-id=dd9d99] .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.strip[data-id=dd9d99] .nav-list li a:hover {
  color: #047857;
}
.strip[data-id=dd9d99] .nav-list li a:hover::after {
  width: 100%;
}
.strip[data-id=dd9d99] .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1001;
}
.strip[data-id=dd9d99] .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #065f46;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 992px) {
  .strip[data-id=dd9d99] .main-nav {
    height: 80px;
  }
  .strip[data-id=dd9d99] .nav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: #fdfaf5;
    padding: 100px 40px;
    gap: 30px;
    text-align: left;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1000;
  }
  .strip[data-id=dd9d99] .nav-list.active {
    right: 0;
  }
  .strip[data-id=dd9d99] .menu-toggle {
    display: flex;
  }
  .strip[data-id=dd9d99] .top-bar .container {
    justify-content: center;
  }
  .strip[data-id=dd9d99] .contact-info {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .strip[data-id=dd9d99] .logo-text {
    font-size: 18px;
  }
}
.strip[data-id=dd9d99] .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  display: none;
  z-index: 999;
}
.strip[data-id=dd9d99] .overlay.active {
  display: block;
}.strip[data-id="3e038b"] {
  --section-id: "3e038b";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/3e038b";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/3e038b";
}
.strip[data-id="3e038b"] .hero-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #04372B;
}
.strip[data-id="3e038b"] .hero-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: zoomIn 30s infinite alternate ease-in-out;
}
.strip[data-id="3e038b"] .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.strip[data-id="3e038b"] .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 55, 43, 0.3) 0%, rgba(4, 55, 43, 0.7) 50%, rgba(4, 55, 43, 0.95) 100%);
  z-index: 2;
}
.strip[data-id="3e038b"] .hero-container {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strip[data-id="3e038b"] .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #F7E7CE;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}
.strip[data-id="3e038b"] h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 8vw, 84px);
  color: #F7E7CE;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  margin: 0 0 25px 0;
  line-height: 1.1;
  font-weight: 700;
}
.strip[data-id="3e038b"] .hero-text {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  color: #E5D3B3;
  max-width: 700px;
  margin: 0 0 45px 0;
  line-height: 1.8;
  font-weight: 400;
}
.strip[data-id="3e038b"] .hero-buttons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.strip[data-id="3e038b"] .btn {
  padding: 20px 45px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.strip[data-id="3e038b"] .btn-primary {
  background-color: #F7E7CE;
  color: #04372B;
  border: 1px solid #F7E7CE;
}
.strip[data-id="3e038b"] .btn-primary:hover {
  background-color: transparent;
  color: #F7E7CE;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.strip[data-id="3e038b"] .btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(247, 231, 206, 0.5);
}
.strip[data-id="3e038b"] .btn-secondary:hover {
  background-color: rgba(247, 231, 206, 0.1);
  border-color: #F7E7CE;
  color: #F7E7CE;
  transform: translateY(-5px);
}
.strip[data-id="3e038b"] .leaf-decoration {
  position: absolute;
  width: clamp(150px, 20vw, 300px);
  height: auto;
  z-index: 5;
  opacity: 0.25;
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(247, 231, 206, 0.2));
}
.strip[data-id="3e038b"] .leaf-top-left {
  top: -50px;
  left: -50px;
  transform: rotate(15deg);
}
.strip[data-id="3e038b"] .leaf-bottom-right {
  bottom: -50px;
  right: -50px;
  transform: rotate(195deg);
}
.strip[data-id="3e038b"] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #F7E7CE;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.strip[data-id="3e038b"] .scroll-indicator:hover {
  opacity: 1;
}
.strip[data-id="3e038b"] .mouse {
  width: 20px;
  height: 35px;
  border: 2px solid #F7E7CE;
  border-radius: 15px;
  position: relative;
}
.strip[data-id="3e038b"] .wheel {
  width: 2px;
  height: 6px;
  background-color: #F7E7CE;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollWheel 2s infinite;
}
@keyframes scrollWheel {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(15px);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .strip[data-id="3e038b"] .hero-container {
    padding: 80px 25px;
  }
  .strip[data-id="3e038b"] .hero-buttons {
    gap: 15px;
  }
  .strip[data-id="3e038b"] .btn {
    padding: 16px 32px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .strip[data-id="3e038b"] .eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .strip[data-id="3e038b"] .hero-text {
    margin-bottom: 35px;
  }
}.strip[data-id="2459cf"] {
  --section-id: "2459cf";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/2459cf";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/2459cf";
  /* Image styling with decorative frame */
  /* Text styling */
}
.strip[data-id="2459cf"] .about-us {
  background-color: #fdf2f3;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="2459cf"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.strip[data-id="2459cf"] .grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
  align-items: center;
}
.strip[data-id="2459cf"] .image-col {
  position: relative;
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeInSlide 1s ease-out forwards;
}
.strip[data-id="2459cf"] .image-wrapper {
  position: relative;
  z-index: 2;
  line-height: 0;
}
.strip[data-id="2459cf"] .image-wrapper img,
.strip[data-id="2459cf"] .image-wrapper generated-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.strip[data-id="2459cf"] .image-wrapper::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid #d4af37;
  z-index: -1;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="2459cf"] .image-col:hover .image-wrapper::after {
  transform: translate(-5px, -5px);
}
.strip[data-id="2459cf"] .text-col {
  position: relative;
  opacity: 0;
  transform: translateX(30px);
  animation: fadeInSlide 1s ease-out 0.2s forwards;
}
.strip[data-id="2459cf"] .watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.03;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23d4af37' d='M256 0c-14.1 0-25.5 11.4-25.5 25.5V128h51V25.5C281.5 11.4 270.1 0 256 0zm0 384c14.1 0 25.5-11.4 25.5-25.5V256h-51v102.5c0 14.1 11.4 25.5 25.5 25.5zm128-128c0-14.1-11.4-25.5-25.5-25.5H256v51h102.5c14.1 0 25.5-11.4 25.5-25.5zM128 256c0 14.1 11.4 25.5 25.5 25.5H256v-51H153.5c-14.1 0-25.5 11.4-25.5 25.5zm235.1-118.9c10-10 10-26.1 0-36.1l-72.4-72.4c-10-10-26.1-10-36.1 0s-10 26.1 0 36.1l72.4 72.4c10 10 26.1 10 36.1 0zm-235.1 0c-10-10-26.1-10-36.1 0l-72.4 72.4c-10 10-10 26.1 0 36.1s26.1 10 36.1 0l72.4-72.4c10-10 10-26.1 0-36.1zm0 235.1c-10 10-10 26.1 0 36.1l72.4 72.4c10 10 26.1 10 36.1 0s10-26.1 0-36.1l-72.4-72.4c-10-10-26.1-10-36.1 0zm235.1 0c10 10 26.1 10 36.1 0l72.4-72.4c10-10 10-26.1 0-36.1s-26.1-10-36.1 0l-72.4 72.4c-10 10-10 26.1 0 36.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.strip[data-id="2459cf"] .content-wrapper {
  position: relative;
  z-index: 1;
}
.strip[data-id="2459cf"] h2 {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  line-height: 1.15;
  color: #047857;
  margin-bottom: 40px;
  font-weight: 700;
}
.strip[data-id="2459cf"] p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #243027;
  margin-bottom: 24px;
}
.strip[data-id="2459cf"] .signature {
  margin-top: 40px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #d4af37;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.strip[data-id="2459cf"] .signature::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #d4af37;
}
@keyframes fadeInSlide {
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@media (max-width: 1100px) {
  .strip[data-id="2459cf"] .grid {
    gap: 60px;
  }
  .strip[data-id="2459cf"] h2 {
    font-size: 42px;
  }
}
@media (max-width: 900px) {
  .strip[data-id="2459cf"] .about-us {
    padding: 80px 0;
  }
  .strip[data-id="2459cf"] .grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .strip[data-id="2459cf"] .image-col {
    order: 2;
    max-width: 450px;
    margin: 0 auto;
  }
  .strip[data-id="2459cf"] .text-col {
    order: 1;
    text-align: center;
  }
  .strip[data-id="2459cf"] .signature {
    justify-content: center;
  }
  .strip[data-id="2459cf"] .image-wrapper::after {
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="2459cf"] h2 {
    font-size: 32px;
  }
  .strip[data-id="2459cf"] p {
    font-size: 16px;
  }
}.strip[data-id="665b0e"] {
  --section-id: "665b0e";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/665b0e";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/665b0e";
}
.strip[data-id="665b0e"] section {
  background: radial-gradient(circle at center, #143d33 0%, #0f2e26 100%);
  padding: 100px 0;
  font-family: "Playfair Display", serif;
  overflow: hidden;
  color: #ece0d1;
}
.strip[data-id="665b0e"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.strip[data-id="665b0e"] .section-header {
  margin-bottom: 80px;
}
.strip[data-id="665b0e"] h2 {
  color: #d4af37;
  font-size: 3.5rem;
  margin: 0 0 25px 0;
  font-weight: 400;
  letter-spacing: 1px;
}
.strip[data-id="665b0e"] .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
}
.strip[data-id="665b0e"] .line {
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  width: 150px;
}
.strip[data-id="665b0e"] .flower-icon {
  color: #d4af37;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strip[data-id="665b0e"] .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
.strip[data-id="665b0e"] .card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.15);
  padding: 60px 30px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.strip[data-id="665b0e"] .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.05) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.strip[data-id="665b0e"] .card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(212, 175, 55, 0.5);
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.strip[data-id="665b0e"] .card:hover::before {
  opacity: 1;
}
.strip[data-id="665b0e"] .icon-wrapper {
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
  color: #d4af37;
  transition: transform 0.6s ease;
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.2));
}
.strip[data-id="665b0e"] .card:hover .icon-wrapper {
  animation: sway 1.8s ease-in-out infinite;
}
@keyframes sway {
  0% {
    transform: rotate(0deg) scale(1.1);
  }
  25% {
    transform: rotate(8deg) scale(1.1);
  }
  75% {
    transform: rotate(-8deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1.1);
  }
}
.strip[data-id="665b0e"] h3 {
  color: #ece0d1;
  font-size: 26px;
  margin: 0 0 15px 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.strip[data-id="665b0e"] .card-text {
  color: #ece0d1;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  opacity: 0.85;
}
.strip[data-id="665b0e"] .footer-note {
  max-width: 900px;
  margin: 0 auto;
  color: #d4af37;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.8;
  opacity: 0.9;
  padding-top: 40px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
}
@media (max-width: 1150px) {
  .strip[data-id="665b0e"] .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .strip[data-id="665b0e"] section {
    padding: 80px 0;
  }
  .strip[data-id="665b0e"] .grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .strip[data-id="665b0e"] h2 {
    font-size: 2.8rem;
  }
  .strip[data-id="665b0e"] .card {
    padding: 50px 25px;
  }
  .strip[data-id="665b0e"] .line {
    width: 80px;
  }
}@charset "UTF-8";
.strip[data-id="594ce9"] {
  --section-id: "594ce9";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/594ce9";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/594ce9";
}
.strip[data-id="594ce9"] .gallery-masonry {
  background-color: #ffffff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  /* Dekorativní zlaté tečky */
  /* Definice mřížky */
  /* Lightbox Modal */
}
.strip[data-id="594ce9"] .gallery-masonry .gallery-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="594ce9"] .gallery-masonry .masonry-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 100px;
  gap: 30px;
  position: relative;
}
.strip[data-id="594ce9"] .gallery-masonry .masonry-grid::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(#d4af37 1.5px, transparent 1.5px);
  background-size: 30px 30px;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}
.strip[data-id="594ce9"] .gallery-masonry .gallery-header {
  grid-column: span 5;
  grid-row: span 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  z-index: 2;
}
.strip[data-id="594ce9"] .gallery-masonry .gallery-header h2 {
  font-size: 42px;
  color: #1a1a1a;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
}
.strip[data-id="594ce9"] .gallery-masonry .gallery-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #d4af37;
}
.strip[data-id="594ce9"] .gallery-masonry .gallery-header .intro-text {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 24px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}
.strip[data-id="594ce9"] .gallery-masonry .grid-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.strip[data-id="594ce9"] .gallery-masonry .grid-item.reveal {
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="594ce9"] .gallery-masonry .grid-item .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.strip[data-id="594ce9"] .gallery-masonry .grid-item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}
.strip[data-id="594ce9"] .gallery-masonry .grid-item .img-wrapper:hover img {
  transform: scale(1.1);
}
.strip[data-id="594ce9"] .gallery-masonry .grid-item .img-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 174, 186, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.strip[data-id="594ce9"] .gallery-masonry .grid-item .img-wrapper .overlay .lupa-icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.strip[data-id="594ce9"] .gallery-masonry .grid-item .img-wrapper .overlay .lupa-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.strip[data-id="594ce9"] .gallery-masonry .grid-item .img-wrapper:hover .overlay {
  opacity: 1;
}
.strip[data-id="594ce9"] .gallery-masonry .item-1 {
  grid-column: span 7;
  grid-row: span 5;
}
.strip[data-id="594ce9"] .gallery-masonry .item-2 {
  grid-column: span 4;
  grid-row: span 6;
}
.strip[data-id="594ce9"] .gallery-masonry .item-3 {
  grid-column: span 4;
  grid-row: span 5;
}
.strip[data-id="594ce9"] .gallery-masonry .item-4 {
  grid-column: span 4;
  grid-row: span 5;
}
.strip[data-id="594ce9"] .gallery-masonry .item-5 {
  grid-column: span 8;
  grid-row: span 4;
}
.strip[data-id="594ce9"] .gallery-masonry .item-6 {
  grid-column: span 4;
  grid-row: span 4;
}
.strip[data-id="594ce9"] .gallery-masonry .lightbox-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  align-items: center;
  justify-content: center;
  padding: 60px;
  cursor: zoom-out;
}
.strip[data-id="594ce9"] .gallery-masonry .lightbox-modal.active {
  display: flex;
}
.strip[data-id="594ce9"] .gallery-masonry .lightbox-modal .lightbox-content {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.strip[data-id="594ce9"] .gallery-masonry .lightbox-modal .close-lightbox {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 200;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.3s ease;
}
.strip[data-id="594ce9"] .gallery-masonry .lightbox-modal .close-lightbox:hover {
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .strip[data-id="594ce9"] .gallery-masonry {
    padding: 80px 0;
  }
  .strip[data-id="594ce9"] .gallery-masonry .gallery-header {
    grid-column: span 12;
    grid-row: auto;
    padding-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }
  .strip[data-id="594ce9"] .gallery-masonry .gallery-header h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="594ce9"] .gallery-masonry .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
  }
  .strip[data-id="594ce9"] .gallery-masonry .grid-item {
    grid-column: span 1 !important;
    grid-row: auto !important;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 600px) {
  .strip[data-id="594ce9"] .gallery-masonry .masonry-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="594ce9"] .gallery-masonry .gallery-header h2 {
    font-size: 32px;
  }
  .strip[data-id="594ce9"] .gallery-masonry .gallery-header .intro-text {
    font-size: 20px;
  }
  .strip[data-id="594ce9"] .gallery-masonry .lightbox-modal {
    padding: 20px;
  }
}.strip[data-id="2bb10f"] {
  --section-id: "2bb10f";
  --storage-url: "https://test-kvetinarstvi-02.praweb.cz/_section/2bb10f";
  --public-url: "https://test-kvetinarstvi-02.praweb.cz/_section/2bb10f";
}
.strip[data-id="2bb10f"] .footer-section {
  background-color: hsl(160, 50%, 5%);
  color: #F7E7CE;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 100px 0 50px 0;
  line-height: 1.6;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  position: relative;
}
.strip[data-id="2bb10f"] .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}
.strip[data-id="2bb10f"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.strip[data-id="2bb10f"] .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-bottom: 80px;
}
.strip[data-id="2bb10f"] .column-title {
  color: #F7E7CE;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.strip[data-id="2bb10f"] .column-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #D4AF37;
}
.strip[data-id="2bb10f"] .footer-column p {
  margin-bottom: 15px;
  opacity: 0.95;
  display: flex;
  align-items: center;
  gap: 12px;
}
.strip[data-id="2bb10f"] .footer-column a {
  color: #F7E7CE;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="2bb10f"] .footer-column a:hover {
  color: #C08081;
  border-bottom-color: #C08081;
}
.strip[data-id="2bb10f"] .contact-icon {
  color: #D4AF37;
  flex-shrink: 0;
}
.strip[data-id="2bb10f"] .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 5px;
}
.strip[data-id="2bb10f"] .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  color: #D4AF37;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: rgba(212, 175, 55, 0.05);
}
.strip[data-id="2bb10f"] .social-icon:hover {
  border-color: #C08081;
  color: #C08081;
  transform: translateY(-8px);
  background: rgba(192, 128, 129, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.strip[data-id="2bb10f"] .footer-bottom {
  border-top: 1px solid rgba(247, 231, 206, 0.1);
  padding-top: 40px;
  text-align: center;
  font-size: 13px;
  color: rgba(247, 231, 206, 0.6);
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .strip[data-id="2bb10f"] .footer-grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="2bb10f"] .footer-section {
    padding: 70px 0 40px 0;
  }
  .strip[data-id="2bb10f"] .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .strip[data-id="2bb10f"] .footer-column p {
    justify-content: center;
  }
  .strip[data-id="2bb10f"] .column-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="2bb10f"] .social-icons {
    justify-content: center;
  }
}