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

/* 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="296e50"] {
  --section-id: "296e50";
  --storage-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/296e50";
  --public-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/296e50";
}
.strip[data-id="296e50"] .main-header {
  --ink: #181818;
  --paper: #f8f7f2;
  --muted: #bbb8b0;
  --ochre: #a17c4a;
  --forest: #2d5a27;
  position: sticky;
  top: 0;
  z-index: 1000;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 3px solid var(--forest);
  font-family: "Montserrat", sans-serif;
  transition: transform 0.35s ease;
}
.strip[data-id="296e50"] .main-header.is-hidden {
  transform: translateY(-100%);
}
.strip[data-id="296e50"] .main-header .header-shell {
  max-width: 1600px;
  min-height: 104px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  gap: 38px;
}
.strip[data-id="296e50"] .main-header .brand-mark {
  min-width: 440px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--paper);
  text-decoration: none;
}
.strip[data-id="296e50"] .main-header .brand-emblem {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  flex: 0 0 74px;
  overflow: hidden;
  border-radius: 7px;
  color: #d9c8a8;
  background: repeating-radial-gradient(ellipse at 30% 20%, transparent 0 7px, rgba(235, 217, 181, 0.7) 8px 10px), #806b4a;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.1em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.strip[data-id="296e50"] .main-header .brand-copy {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.strip[data-id="296e50"] .main-header .brand-name {
  color: var(--ochre);
  font-size: clamp(22px, 2.1vw, 37px);
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 0.9;
  white-space: nowrap;
}
.strip[data-id="296e50"] .main-header .brand-subtitle {
  color: #9e9a91;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
.strip[data-id="296e50"] .main-header .desktop-navigation {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.strip[data-id="296e50"] .main-header .navigation-list {
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.strip[data-id="296e50"] .main-header .navigation-link {
  position: relative;
  min-height: 104px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  color: var(--paper);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.strip[data-id="296e50"] .main-header .navigation-link::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 20px;
  left: 18px;
  height: 2px;
  background: var(--ochre);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.strip[data-id="296e50"] .main-header .navigation-link:hover, .strip[data-id="296e50"] .main-header .navigation-link.is-current {
  color: #d4b685;
}
.strip[data-id="296e50"] .main-header .navigation-link:hover::after, .strip[data-id="296e50"] .main-header .navigation-link.is-current::after {
  transform: scaleX(1);
}
.strip[data-id="296e50"] .main-header .dropdown-chevron {
  color: var(--ochre);
  font-size: 17px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.strip[data-id="296e50"] .main-header .has-dropdown {
  position: relative;
}
.strip[data-id="296e50"] .main-header .has-dropdown:hover .dropdown-chevron, .strip[data-id="296e50"] .main-header .has-dropdown:focus-within .dropdown-chevron {
  transform: rotate(180deg);
}
.strip[data-id="296e50"] .main-header .dropdown-menu {
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  width: 265px;
  margin: 0;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  background: #202020;
  border-top: 2px solid var(--ochre);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.38);
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.strip[data-id="296e50"] .main-header .has-dropdown:hover .dropdown-menu, .strip[data-id="296e50"] .main-header .has-dropdown:focus-within .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.strip[data-id="296e50"] .main-header .dropdown-menu a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 20px;
  color: var(--paper);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease, background 0.2s ease;
}
.strip[data-id="296e50"] .main-header .dropdown-menu a span {
  color: var(--ochre);
}
.strip[data-id="296e50"] .main-header .dropdown-menu a:hover {
  padding-left: 26px;
  color: #d4b685;
  background: rgba(161, 124, 74, 0.13);
}
.strip[data-id="296e50"] .main-header .language-switcher {
  display: flex;
  gap: 9px;
  margin-left: 12px;
  padding-left: 18px;
  border-left: 1px solid #41413f;
}
.strip[data-id="296e50"] .main-header .language-link {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.2s ease;
}
.strip[data-id="296e50"] .main-header .language-link:hover, .strip[data-id="296e50"] .main-header .language-link.is-active {
  color: var(--ochre);
}
.strip[data-id="296e50"] .main-header .menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  margin-left: auto;
  background: transparent;
  border: 1px solid #55534f;
  cursor: pointer;
}
.strip[data-id="296e50"] .main-header .menu-toggle span {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: var(--paper);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.strip[data-id="296e50"] .main-header .menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.strip[data-id="296e50"] .main-header .menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="296e50"] .main-header .menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.strip[data-id="296e50"] .main-header .mobile-panel {
  display: none;
}
@media (max-width: 1320px) {
  .strip[data-id="296e50"] .main-header .header-shell {
    padding: 0 26px;
    gap: 20px;
  }
  .strip[data-id="296e50"] .main-header .brand-mark {
    min-width: 350px;
  }
  .strip[data-id="296e50"] .main-header .brand-name {
    font-size: 27px;
  }
  .strip[data-id="296e50"] .main-header .brand-subtitle {
    font-size: 8px;
  }
  .strip[data-id="296e50"] .main-header .navigation-link {
    padding: 0 11px;
    font-size: 12px;
  }
}
@media (max-width: 1080px) {
  .strip[data-id="296e50"] .main-header .header-shell {
    min-height: 82px;
  }
  .strip[data-id="296e50"] .main-header .brand-mark {
    min-width: 0;
  }
  .strip[data-id="296e50"] .main-header .brand-emblem {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    font-size: 17px;
  }
  .strip[data-id="296e50"] .main-header .brand-name {
    font-size: 23px;
  }
  .strip[data-id="296e50"] .main-header .brand-subtitle {
    font-size: 7px;
  }
  .strip[data-id="296e50"] .main-header .desktop-navigation {
    display: none;
  }
  .strip[data-id="296e50"] .main-header .menu-toggle {
    display: block;
  }
}
@media (max-width: 600px) {
  .strip[data-id="296e50"] .main-header .header-shell {
    min-height: 70px;
    padding: 0 18px;
  }
  .strip[data-id="296e50"] .main-header .brand-emblem {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 13px;
  }
  .strip[data-id="296e50"] .main-header .brand-mark {
    gap: 10px;
  }
  .strip[data-id="296e50"] .main-header .brand-name {
    font-size: 17px;
  }
  .strip[data-id="296e50"] .main-header .brand-subtitle {
    font-size: 6px;
    letter-spacing: 0.1em;
  }
  .strip[data-id="296e50"] .main-header .mobile-panel {
    position: fixed;
    inset: 70px 0 0;
    display: flex;
    flex-direction: column;
    padding: 24px 22px 18px;
    overflow-y: auto;
    background: var(--ink);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .strip[data-id="296e50"] .main-header .mobile-panel.is-open {
    transform: translateX(0);
  }
  .strip[data-id="296e50"] .main-header .mobile-panel-intro, .strip[data-id="296e50"] .main-header .mobile-panel-footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #77736c;
    font-size: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .strip[data-id="296e50"] .main-header .mobile-navigation-list {
    margin: 28px 0;
    padding: 0;
    list-style: none;
  }
  .strip[data-id="296e50"] .main-header .mobile-navigation-list > li {
    border-top: 1px solid #393836;
  }
  .strip[data-id="296e50"] .main-header .mobile-navigation-list a, .strip[data-id="296e50"] .main-header .mobile-navigation-list button {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 16px 0;
    color: var(--paper);
    background: none;
    border: 0;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }
  .strip[data-id="296e50"] .main-header .mobile-navigation-list b {
    width: 24px;
    color: var(--ochre);
    font-size: 9px;
    font-weight: 500;
  }
  .strip[data-id="296e50"] .main-header .mobile-dropdown-item button span {
    margin-left: auto;
    color: var(--ochre);
    font-size: 21px;
    transition: transform 0.25s ease;
  }
  .strip[data-id="296e50"] .main-header .mobile-dropdown-item.is-open button span {
    transform: rotate(45deg);
  }
  .strip[data-id="296e50"] .main-header .mobile-submenu {
    max-height: 0;
    margin: 0 0 0 39px;
    padding: 0;
    overflow: hidden;
    list-style: none;
    transition: max-height 0.3s ease;
  }
  .strip[data-id="296e50"] .main-header .mobile-dropdown-item.is-open .mobile-submenu {
    max-height: 240px;
  }
  .strip[data-id="296e50"] .main-header .mobile-submenu a {
    padding: 10px 0;
    color: #aaa59d;
    font-size: 12px;
    text-transform: none;
  }
  .strip[data-id="296e50"] .main-header .mobile-languages {
    display: flex;
    gap: 16px;
    margin-top: auto;
    padding: 18px 0;
    border-top: 1px solid #393836;
  }
  .strip[data-id="296e50"] .main-header .mobile-panel-footer {
    padding-top: 16px;
    border-top: 1px solid #393836;
  }
}.strip[data-id="38ef4e"] {
  --section-id: "38ef4e";
  --storage-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/38ef4e";
  --public-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/38ef4e";
}
.strip[data-id="38ef4e"] .hero-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: linear-gradient(rgba(26, 26, 26, 0.4), rgba(26, 26, 26, 0.7)), url(https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/38ef4e/workshop-background.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fdfcf8;
  text-align: center;
  padding: 80px 0;
}
.strip[data-id="38ef4e"] .hero-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 2;
}
.strip[data-id="38ef4e"] .hero-title {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
.strip[data-id="38ef4e"] .hero-description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto 48px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.strip[data-id="38ef4e"] .cta-button {
  display: inline-block;
  background-color: #8b5a2b;
  color: #ffffff;
  padding: 20px 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.strip[data-id="38ef4e"] .cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  background-color: #a06d3a;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.strip[data-id="38ef4e"] .scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.strip[data-id="38ef4e"] .scroll-indicator:hover {
  opacity: 1;
}
.strip[data-id="38ef4e"] .scroll-indicator svg {
  width: 35px;
  height: 35px;
  fill: #fdfcf8;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-12px);
  }
  60% {
    transform: translateX(-50%) translateY(-6px);
  }
}
@media (max-width: 992px) {
  .strip[data-id="38ef4e"] .hero-title {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .strip[data-id="38ef4e"] .hero-section {
    background-attachment: scroll;
    height: auto;
    min-height: 100vh;
  }
  .strip[data-id="38ef4e"] .hero-title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .strip[data-id="38ef4e"] .hero-description {
    font-size: 17px;
    margin-bottom: 35px;
  }
  .strip[data-id="38ef4e"] .cta-button {
    padding: 18px 35px;
    width: 100%;
    max-width: 300px;
  }
}.strip[data-id="1eb89d"] {
  --section-id: "1eb89d";
  --storage-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/1eb89d";
  --public-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/1eb89d";
  /* Mobile adjustments */
}
.strip[data-id="1eb89d"] .about-values-section {
  background-color: #fdfcf8;
  /* Wood-like subtle texture using SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cpath d='M0 100 C 100 80, 300 120, 400 100 M0 200 C 100 180, 300 220, 400 200 M0 300 C 100 280, 300 320, 400 300' stroke='%23e5e0d5' stroke-width='0.5' fill='none' opacity='0.3'/%3E%3C/svg%3E");
  background-size: 600px 600px;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.strip[data-id="1eb89d"] .about-values-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, #fdfcf8 100%);
  pointer-events: none;
}
.strip[data-id="1eb89d"] .about-values-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="1eb89d"] .about-values-section .grid {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  .strip[data-id="1eb89d"] .about-values-section .grid {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
.strip[data-id="1eb89d"] .about-values-section .image-column {
  flex: 1;
  width: 100%;
}
.strip[data-id="1eb89d"] .about-values-section .image-column .image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  background: #fff;
  /* Decorative badge */
}
.strip[data-id="1eb89d"] .about-values-section .image-column .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.strip[data-id="1eb89d"] .about-values-section .image-column .image-wrapper:hover img {
  transform: scale(1.05);
}
.strip[data-id="1eb89d"] .about-values-section .image-column .image-wrapper::after {
  content: "TRADICE";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #2d5a27;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 8px 15px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.strip[data-id="1eb89d"] .about-values-section .content-column {
  flex: 1;
  width: 100%;
  animation: fadeInUp 1s ease-out;
}
.strip[data-id="1eb89d"] .about-values-section .content-column h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .strip[data-id="1eb89d"] .about-values-section .content-column h2 {
    font-size: 36px;
  }
}
.strip[data-id="1eb89d"] .about-values-section .content-column .description {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 45px;
}
.strip[data-id="1eb89d"] .about-values-section .content-column .description p {
  margin: 0;
}
.strip[data-id="1eb89d"] .about-values-section .content-column .values-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .strip[data-id="1eb89d"] .about-values-section .content-column .values-list {
    align-items: center;
  }
}
.strip[data-id="1eb89d"] .about-values-section .content-column .value-item {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease;
}
.strip[data-id="1eb89d"] .about-values-section .content-column .value-item:hover {
  transform: translateX(10px);
}
@media (max-width: 991px) {
  .strip[data-id="1eb89d"] .about-values-section .content-column .value-item:hover {
    transform: scale(1.05);
  }
}
.strip[data-id="1eb89d"] .about-values-section .content-column .value-item .icon-wrapper {
  width: 54px;
  height: 54px;
  background-color: rgba(45, 90, 39, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(45, 90, 39, 0.1);
}
.strip[data-id="1eb89d"] .about-values-section .content-column .value-item .icon-wrapper i {
  color: #2d5a27;
  font-size: 20px;
}
.strip[data-id="1eb89d"] .about-values-section .content-column .value-item .value-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #1a1a1a;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .strip[data-id="1eb89d"] .about-values-section {
    padding: 60px 0;
  }
  .strip[data-id="1eb89d"] .about-values-section .grid {
    gap: 35px;
  }
  .strip[data-id="1eb89d"] .about-values-section .content-column h2 {
    margin-bottom: 20px;
  }
  .strip[data-id="1eb89d"] .about-values-section .description {
    margin-bottom: 30px;
    font-size: 16px;
  }
}.strip[data-id="4a64eb"] {
  --section-id: "4a64eb";
  --storage-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/4a64eb";
  --public-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/4a64eb";
}
.strip[data-id="4a64eb"] .product-showcase {
  background-color: #fcfaf8;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238b5a2b' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="4a64eb"] .product-showcase .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="4a64eb"] .product-showcase .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id="4a64eb"] .product-showcase .section-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.strip[data-id="4a64eb"] .product-showcase .section-header .twig-divider {
  width: 180px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}
.strip[data-id="4a64eb"] .product-showcase .section-header .twig-divider svg {
  width: 100%;
  height: auto;
  opacity: 0.9;
}
.strip[data-id="4a64eb"] .product-showcase .section-header .section-description {
  color: #4a4a4a;
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 400;
}
.strip[data-id="4a64eb"] .product-showcase .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .strip[data-id="4a64eb"] .product-showcase .product-grid {
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .strip[data-id="4a64eb"] .product-showcase .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .strip[data-id="4a64eb"] .product-showcase .product-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.strip[data-id="4a64eb"] .product-showcase .product-card {
  position: relative;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.strip[data-id="4a64eb"] .product-showcase .product-card .image-wrapper {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.strip[data-id="4a64eb"] .product-showcase .product-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s cubic-bezier(0.2, 0, 0.2, 1);
}
.strip[data-id="4a64eb"] .product-showcase .product-card .card-content {
  text-align: center;
  padding: 5px 0 10px;
}
.strip[data-id="4a64eb"] .product-showcase .product-card .micro-text {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #8b5a2b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.strip[data-id="4a64eb"] .product-showcase .product-card .category-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #1a1a1a;
  margin: 0;
  font-weight: 700;
  transition: color 0.3s ease;
  line-height: 1.3;
}
.strip[data-id="4a64eb"] .product-showcase .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.strip[data-id="4a64eb"] .product-showcase .product-card:hover .image-wrapper img {
  transform: scale(1.1);
}
.strip[data-id="4a64eb"] .product-showcase .product-card:hover .category-title {
  color: #8b5a2b;
}.strip[data-id=db66a1] {
  --section-id: "db66a1";
  --storage-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/db66a1";
  --public-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/db66a1";
}
.strip[data-id=db66a1] .wood-services-section {
  background: linear-gradient(135deg, #2d5a27 0%, #1e3d1a 100%);
  color: #fdfcf8;
  padding: 100px 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id=db66a1] .wood-services-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}
.strip[data-id=db66a1] .wood-services-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
}
.strip[data-id=db66a1] .wood-services-section .content-col {
  flex: 1.2;
  min-width: 320px;
}
.strip[data-id=db66a1] .wood-services-section .image-col {
  flex: 0.8;
  min-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.strip[data-id=db66a1] .wood-services-section h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 5vw, 52px);
  margin-bottom: 24px;
  color: #fdfcf8;
  line-height: 1.1;
}
.strip[data-id=db66a1] .wood-services-section .lead-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 48px;
  opacity: 0.95;
  max-width: 600px;
}
.strip[data-id=db66a1] .wood-services-section .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.strip[data-id=db66a1] .wood-services-section .wood-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 32px;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(253, 252, 248, 0.15);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.strip[data-id=db66a1] .wood-services-section .wood-card:hover {
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
  border-color: rgba(253, 252, 248, 0.3);
}
.strip[data-id=db66a1] .wood-services-section .wood-card .icon-box {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(253, 252, 248, 0.1);
  border-radius: 12px;
  padding: 12px;
}
.strip[data-id=db66a1] .wood-services-section .wood-card .icon-box svg {
  width: 100%;
  height: 100%;
  fill: #fdfcf8;
}
.strip[data-id=db66a1] .wood-services-section .wood-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  margin-bottom: 16px;
  color: #fdfcf8;
}
.strip[data-id=db66a1] .wood-services-section .wood-card p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.85;
}
.strip[data-id=db66a1] .wood-services-section .services-note {
  font-size: 16px;
  padding: 24px;
  background: rgba(0, 0, 0, 0.15);
  border-left: 4px solid #fdfcf8;
  border-radius: 0 12px 12px 0;
  line-height: 1.6;
}
.strip[data-id=db66a1] .wood-services-section .services-note strong {
  color: #fff;
  font-weight: 700;
}
.strip[data-id=db66a1] .wood-services-section .organic-image-wrapper {
  position: relative;
  width: 100%;
}
.strip[data-id=db66a1] .wood-services-section .organic-image-wrapper::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  border: 2px solid rgba(253, 252, 248, 0.2);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: -1;
  transition: all 0.5s ease;
}
.strip[data-id=db66a1] .wood-services-section .organic-image-wrapper:hover::after {
  transform: translate(10px, 10px);
  border-color: rgba(253, 252, 248, 0.4);
}
.strip[data-id=db66a1] .wood-services-section .organic-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1100px) {
  .strip[data-id=db66a1] .wood-services-section .container {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .strip[data-id=db66a1] .wood-services-section {
    padding: 80px 20px;
  }
  .strip[data-id=db66a1] .wood-services-section .container {
    flex-direction: column-reverse;
    gap: 60px;
  }
  .strip[data-id=db66a1] .wood-services-section .content-col, .strip[data-id=db66a1] .wood-services-section .image-col {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .strip[data-id=db66a1] .wood-services-section .image-col {
    max-width: 450px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=db66a1] .wood-services-section {
    padding: 60px 15px;
  }
  .strip[data-id=db66a1] .wood-services-section .cards-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .strip[data-id=db66a1] .wood-services-section .wood-card {
    padding: 24px;
  }
  .strip[data-id=db66a1] .wood-services-section .services-note {
    padding: 20px;
  }
}@charset "UTF-8";
.strip[data-id="4a1a9c"] {
  --section-id: "4a1a9c";
  --storage-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/4a1a9c";
  --public-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/4a1a9c";
}
.strip[data-id="4a1a9c"] .contact-info-map {
  background-color: #fdfcf8;
  background-image: radial-gradient(#e8e4d8 0.5px, transparent 0.5px);
  background-size: 20px 20px;
  padding: 100px 20px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="4a1a9c"] .contact-info-map::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(45, 90, 39, 0.03) 0%, transparent 70%);
  pointer-events: none;
}
.strip[data-id="4a1a9c"] .contact-info-map .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="4a1a9c"] .contact-info-map .contact-grid {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.strip[data-id="4a1a9c"] .contact-info-map .contact-details {
  flex: 1;
}
.strip[data-id="4a1a9c"] .contact-info-map .section-title {
  color: #8b5a2b;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.2;
}
.strip[data-id="4a1a9c"] .contact-info-map .intro-text {
  color: #555;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 600px;
}
.strip[data-id="4a1a9c"] .contact-info-map .intro-text p {
  margin: 0;
}
.strip[data-id="4a1a9c"] .contact-info-map .info-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
.strip[data-id="4a1a9c"] .contact-info-map .info-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 12px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.strip[data-id="4a1a9c"] .contact-info-map .info-item:hover {
  background-color: rgba(139, 90, 43, 0.03);
  transform: translateX(5px);
}
.strip[data-id="4a1a9c"] .contact-info-map .icon-wrapper {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.strip[data-id="4a1a9c"] .contact-info-map .icon-wrapper svg {
  width: 24px;
  height: 24px;
  display: block;
}
.strip[data-id="4a1a9c"] .contact-info-map .info-content h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 4px 0;
  color: #2d5a27;
  font-weight: 700;
}
.strip[data-id="4a1a9c"] .contact-info-map .info-content .contact-link {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  transition: color 0.2s ease;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.strip[data-id="4a1a9c"] .contact-info-map .info-content .contact-link:hover {
  color: #8b5a2b;
  border-bottom-color: #8b5a2b;
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(45, 90, 39, 0.08);
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-header .icon-wrapper {
  width: 40px;
  height: 40px;
  box-shadow: none;
  background: rgba(45, 90, 39, 0.1);
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-header h3 {
  margin: 0;
  color: #2d5a27;
  font-size: 1.4rem;
  font-weight: 700;
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-table tr:last-child {
  border-bottom: none;
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-table td {
  padding: 12px 0;
  font-size: 1.1rem;
  color: #333;
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-table td.day {
  font-weight: 600;
  color: #1a1a1a;
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-table td.time {
  text-align: right;
  color: #555;
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-note {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-note p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="4a1a9c"] .contact-info-map .opening-hours .hours-note p::before {
  content: "ℹ";
  color: #8b5a2b;
  font-weight: bold;
}
.strip[data-id="4a1a9c"] .contact-info-map .contact-map {
  flex: 1;
  min-height: 550px;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border: 8px solid white;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strip[data-id="4a1a9c"] .contact-info-map .contact-map:hover {
  transform: translateY(-5px) scale(1.01);
}
.strip[data-id="4a1a9c"] .contact-info-map .contact-map iframe {
  display: block;
  filter: grayscale(0.2) contrast(1.1);
  transition: filter 0.3s ease;
}
.strip[data-id="4a1a9c"] .contact-info-map .contact-map iframe:hover {
  filter: grayscale(0);
}
@media (max-width: 1100px) {
  .strip[data-id="4a1a9c"] .contact-info-map .contact-grid {
    gap: 40px;
  }
  .strip[data-id="4a1a9c"] .contact-info-map .section-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .strip[data-id="4a1a9c"] .contact-info-map {
    padding: 80px 20px;
  }
  .strip[data-id="4a1a9c"] .contact-info-map .contact-grid {
    flex-direction: column;
    align-items: stretch;
  }
  .strip[data-id="4a1a9c"] .contact-info-map .contact-map {
    width: 100%;
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .strip[data-id="4a1a9c"] .contact-info-map {
    padding: 60px 15px;
  }
  .strip[data-id="4a1a9c"] .contact-info-map .section-title {
    font-size: 2rem;
  }
  .strip[data-id="4a1a9c"] .contact-info-map .opening-hours {
    padding: 24px;
  }
  .strip[data-id="4a1a9c"] .contact-info-map .contact-map {
    height: 300px;
    min-height: 300px;
    border-width: 4px;
  }
}.strip[data-id="93ac27"] {
  --section-id: "93ac27";
  --storage-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/93ac27";
  --public-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/93ac27";
}
.strip[data-id="93ac27"] .contact-section {
  padding: 100px 20px;
  background-color: #fcfcfc;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="93ac27"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="93ac27"] .form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 60px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}
.strip[data-id="93ac27"] .form-header {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="93ac27"] .icon-box {
  margin-bottom: 25px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
}
.strip[data-id="93ac27"] .form-wrapper:hover .icon-box {
  transform: translateY(-5px) rotate(-5deg);
}
.strip[data-id="93ac27"] .form-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.strip[data-id="93ac27"] .form-header p {
  font-size: 17px;
  color: #4a4a4a;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}
.strip[data-id="93ac27"] .minimalist-form {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.strip[data-id="93ac27"] .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.strip[data-id="93ac27"] .form-group label {
  font-size: 13px;
  font-weight: 700;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: color 0.3s ease;
}
.strip[data-id="93ac27"] .form-group:focus-within label {
  color: #2d5a27;
}
.strip[data-id="93ac27"] .form-group input,
.strip[data-id="93ac27"] .form-group textarea {
  border: none;
  border-bottom: 2px solid #e0e0e0;
  padding: 12px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  background: transparent;
  transition: border-color 0.3s ease;
  border-radius: 0;
}
.strip[data-id="93ac27"] .form-group input:focus,
.strip[data-id="93ac27"] .form-group textarea:focus {
  outline: none;
  border-bottom-color: #2d5a27;
}
.strip[data-id="93ac27"] .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.strip[data-id="93ac27"] .form-group input::placeholder,
.strip[data-id="93ac27"] .form-group textarea::placeholder {
  color: #bbbbbb;
  font-weight: 400;
}
.strip[data-id="93ac27"] .form-footer {
  margin-top: 15px;
}
.strip[data-id="93ac27"] .submit-btn {
  width: 100%;
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.strip[data-id="93ac27"] .submit-btn:hover {
  background-color: #8b5a2b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 90, 43, 0.3);
}
.strip[data-id="93ac27"] .submit-btn:active {
  transform: translateY(0);
}
.strip[data-id="93ac27"] .status-message {
  margin-top: 25px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  min-height: 24px;
  transition: all 0.3s ease;
}
.strip[data-id="93ac27"] .status-message.success {
  color: #2d5a27;
  background: rgba(45, 90, 39, 0.05);
  padding: 10px;
  border-radius: 4px;
}
.strip[data-id="93ac27"] .status-message.error {
  color: #d32f2f;
  background: rgba(211, 47, 47, 0.05);
  padding: 10px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .strip[data-id="93ac27"] .contact-section {
    padding: 60px 15px;
  }
  .strip[data-id="93ac27"] .form-wrapper {
    padding: 40px 25px;
  }
  .strip[data-id="93ac27"] .form-header h2 {
    font-size: 28px;
  }
  .strip[data-id="93ac27"] .form-header {
    margin-bottom: 35px;
  }
}@charset "UTF-8";
.strip[data-id="4bbe44"] {
  --section-id: "4bbe44";
  --storage-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/4bbe44";
  --public-url: "https://preview-jhvelhartice-proweb-cz.proweb.cz/_section/4bbe44";
}
.strip[data-id="4bbe44"] .corporate-footer {
  background-color: #1a1a1a;
  border-top: 4px solid #8b5a2b;
  color: rgba(253, 252, 248, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 80px 20px 40px;
  line-height: 1.7;
}
.strip[data-id="4bbe44"] .corporate-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
}
.strip[data-id="4bbe44"] .corporate-footer .footer-col {
  display: flex;
  flex-direction: column;
}
.strip[data-id="4bbe44"] .corporate-footer .logo-box {
  margin-bottom: 25px;
}
.strip[data-id="4bbe44"] .corporate-footer .logo-box img {
  max-width: 180px;
  height: auto;
  display: block;
  /* mix-blend-mode: screen effectively removes black background from the JPG logo */
  mix-blend-mode: screen;
  transition: opacity 0.3s ease;
}
.strip[data-id="4bbe44"] .corporate-footer .logo-box img:hover {
  opacity: 0.9;
}
.strip[data-id="4bbe44"] .corporate-footer .about-text {
  margin-bottom: 20px;
  max-width: 320px;
}
.strip[data-id="4bbe44"] .corporate-footer .about-text p {
  margin: 0;
}
.strip[data-id="4bbe44"] .corporate-footer h3 {
  color: #fdfcf8;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 10px;
}
.strip[data-id="4bbe44"] .corporate-footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #8b5a2b;
}
.strip[data-id="4bbe44"] .corporate-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.strip[data-id="4bbe44"] .corporate-footer .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="4bbe44"] .corporate-footer .footer-links li a {
  color: rgba(253, 252, 248, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.strip[data-id="4bbe44"] .corporate-footer .footer-links li a::before {
  content: "→";
  font-size: 12px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  color: #8b5a2b;
}
.strip[data-id="4bbe44"] .corporate-footer .footer-links li a:hover {
  color: #ffffff;
  padding-left: 5px;
}
.strip[data-id="4bbe44"] .corporate-footer .footer-links li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.strip[data-id="4bbe44"] .corporate-footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.strip[data-id="4bbe44"] .corporate-footer .contact-info .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(253, 252, 248, 0.8);
}
.strip[data-id="4bbe44"] .corporate-footer .contact-info .contact-item i {
  color: #8b5a2b;
  font-size: 16px;
  margin-top: 4px;
  width: 20px;
  text-align: center;
}
.strip[data-id="4bbe44"] .corporate-footer .contact-info .contact-item span {
  flex: 1;
}
.strip[data-id="4bbe44"] .corporate-footer .contact-info .contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip[data-id="4bbe44"] .corporate-footer .contact-info .contact-item a:hover {
  color: #ffffff;
}
.strip[data-id="4bbe44"] .corporate-footer .footer-bottom {
  grid-column: 1/-1;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(253, 252, 248, 0.1);
  text-align: center;
}
.strip[data-id="4bbe44"] .corporate-footer .footer-bottom p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .strip[data-id="4bbe44"] .corporate-footer .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .strip[data-id="4bbe44"] .corporate-footer {
    text-align: center;
    padding: 60px 20px 30px;
  }
  .strip[data-id="4bbe44"] .corporate-footer .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strip[data-id="4bbe44"] .corporate-footer h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .strip[data-id="4bbe44"] .corporate-footer .about-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="4bbe44"] .corporate-footer .logo-box img {
    margin: 0 auto;
  }
  .strip[data-id="4bbe44"] .corporate-footer .footer-links li a {
    justify-content: center;
  }
  .strip[data-id="4bbe44"] .corporate-footer .footer-links li a::before {
    display: none;
  }
  .strip[data-id="4bbe44"] .corporate-footer .footer-links li a:hover {
    padding-left: 0;
  }
  .strip[data-id="4bbe44"] .corporate-footer .contact-info .contact-item {
    justify-content: center;
    text-align: left;
  }
}