@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@500&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[data-id=bd40f4] {
  --section-id: "bd40f4";
  --storage-url: "https://test-k4ickqul.proweb.cz/_section/bd40f4";
  --public-url: "https://test-k4ickqul.proweb.cz/_section/bd40f4";
}
.strip[data-id=bd40f4] .luxury-header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id=bd40f4] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strip[data-id=bd40f4] .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 15px;
}
.strip[data-id=bd40f4] .logo-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.strip[data-id=bd40f4] .brand-name {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1B3022;
  margin: 0;
}
.strip[data-id=bd40f4] .desktop-nav {
  display: flex;
  gap: 30px;
}
.strip[data-id=bd40f4] .desktop-nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1B3022;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.strip[data-id=bd40f4] .desktop-nav a:hover {
  color: #C5A059;
}
.strip[data-id=bd40f4] .desktop-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #C5A059;
  transition: width 0.3s ease;
}
.strip[data-id=bd40f4] .desktop-nav a:hover::after {
  width: 100%;
}
.strip[data-id=bd40f4] .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.strip[data-id=bd40f4] .phone-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1B3022;
  text-decoration: none;
  margin-bottom: 2px;
  transition: color 0.3s ease;
}
.strip[data-id=bd40f4] .phone-link:hover {
  color: #C5A059;
}
.strip[data-id=bd40f4] .address-text {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #1B3022;
  opacity: 0.8;
  letter-spacing: 0.5px;
}
.strip[data-id=bd40f4] .hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1100;
}
.strip[data-id=bd40f4] .hamburger span {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #1B3022;
  margin: 6px 0;
  transition: 0.4s;
}
.strip[data-id=bd40f4] .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  z-index: 1050;
}
.strip[data-id=bd40f4] .mobile-menu.active {
  right: 0;
}
.strip[data-id=bd40f4] .mobile-menu nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.strip[data-id=bd40f4] .mobile-menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1B3022;
  text-decoration: none;
}
.strip[data-id=bd40f4] .hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.strip[data-id=bd40f4] .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id=bd40f4] .hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}
@media (max-width: 992px) {
  .strip[data-id=bd40f4] .desktop-nav, .strip[data-id=bd40f4] .contact-info {
    display: none;
  }
  .strip[data-id=bd40f4] .hamburger {
    display: block;
  }
}.strip[data-id="7f04c8"] {
  --section-id: "7f04c8";
  --storage-url: "https://test-k4ickqul.proweb.cz/_section/7f04c8";
  --public-url: "https://test-k4ickqul.proweb.cz/_section/7f04c8";
}
.strip[data-id="7f04c8"] .creazioni-section {
  background-color: #ffffff;
  padding: 80px 20px;
  font-family: "Lato", sans-serif;
}
.strip[data-id="7f04c8"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="7f04c8"] .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.strip[data-id="7f04c8"] .section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #228b22; /* forest green */
  margin-bottom: 20px;
  font-weight: 700;
}
.strip[data-id="7f04c8"] .section-header p {
  font-size: 18px;
  color: #333333; /* dark grey */
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.strip[data-id="7f04c8"] .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.strip[data-id="7f04c8"] .portfolio-item {
  position: relative;
  overflow: hidden;
  border: 2px solid #f7e7ce; /* champagne gold */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  aspect-ratio: 4/5;
}
.strip[data-id="7f04c8"] .image-wrapper {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
.strip[data-id="7f04c8"] .portfolio-item:hover .image-wrapper {
  transform: scale(1.1);
}
.strip[data-id="7f04c8"] .portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.strip[data-id="7f04c8"] .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 231, 206, 0.9); /* champagne gold overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.strip[data-id="7f04c8"] .portfolio-item:hover .overlay {
  opacity: 1;
}
.strip[data-id="7f04c8"] .overlay h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #228b22; /* forest green */
  margin-bottom: 15px;
}
.strip[data-id="7f04c8"] .overlay p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #333333; /* dark grey */
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .strip[data-id="7f04c8"] .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip[data-id="7f04c8"] .section-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="7f04c8"] .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="7f04c8"] .creazioni-section {
    padding: 60px 15px;
  }
  .strip[data-id="7f04c8"] .section-header h2 {
    font-size: 32px;
  }
}.strip[data-id=a2ae94] {
  --section-id: "a2ae94";
  --storage-url: "https://test-k4ickqul.proweb.cz/_section/a2ae94";
  --public-url: "https://test-k4ickqul.proweb.cz/_section/a2ae94";
}
.strip[data-id=a2ae94] .roma-footer {
  background-color: #013220;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: #FFD1DC;
  position: relative;
  overflow: hidden;
}
.strip[data-id=a2ae94] .roma-footer .floral-border {
  height: 40px;
  width: 100%;
  background-image: url(https://test-k4ickqul.proweb.cz/_section/a2ae94/floral-pattern.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  opacity: 0.6;
  margin-bottom: 40px;
}
.strip[data-id=a2ae94] .roma-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}
.strip[data-id=a2ae94] .roma-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.strip[data-id=a2ae94] .roma-footer .footer-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #F7E7CE;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=a2ae94] .roma-footer .footer-text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.strip[data-id=a2ae94] .roma-footer .footer-text a {
  color: #FFD1DC;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id=a2ae94] .roma-footer .footer-text a:hover {
  color: #F7E7CE;
}
.strip[data-id=a2ae94] .roma-footer .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.strip[data-id=a2ae94] .roma-footer .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #F7E7CE;
  color: #F7E7CE;
  font-size: 16px;
  transition: all 0.3s ease;
}
.strip[data-id=a2ae94] .roma-footer .social-icons .social-icon:hover {
  background-color: #F7E7CE;
  color: #013220;
}
.strip[data-id=a2ae94] .roma-footer .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id=a2ae94] .roma-footer .hours-list li {
  font-size: 14px;
  margin-bottom: 10px;
}
.strip[data-id=a2ae94] .roma-footer .map-container {
  border: 1px solid #F7E7CE;
  overflow: hidden;
  border-radius: 4px;
  height: 150px;
}
.strip[data-id=a2ae94] .roma-footer .bottom-bar {
  text-align: center;
  padding-top: 20px;
}
.strip[data-id=a2ae94] .roma-footer .bottom-bar .gold-line {
  border: 0;
  border-top: 1px solid #F7E7CE;
  margin-bottom: 20px;
  opacity: 0.3;
}
.strip[data-id=a2ae94] .roma-footer .bottom-bar .copyright {
  font-size: 12px;
  color: #FFD1DC;
  opacity: 0.8;
  margin: 0;
}
@media (max-width: 1024px) {
  .strip[data-id=a2ae94] .roma-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id=a2ae94] .roma-footer .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id=a2ae94] .roma-footer .social-icons {
    justify-content: center;
  }
  .strip[data-id=a2ae94] .roma-footer .floral-border {
    height: 30px;
  }
}