/* Astro layout overrides — keep original look without Webflow fixed-stack quirks */

.section_home_hero-header {
  position: relative !important;
  height: auto !important;
  min-height: 100vh;
  z-index: 2;
  overflow: visible !important;
  background-color: #2a2a2a;
  background-image: linear-gradient(rgba(40, 40, 40, 0.55), rgba(40, 40, 40, 0.55)),
    url("/images/original/background_black-marble_web.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

.home_hero-header_component {
  min-height: 100vh;
  background: transparent !important;
}

.section_home_header,
.section_home_benefits,
.section_home_offers,
.section_home_testimonial,
.section_home_portfolio,
.section_home_cta,
.section_home_contact {
  margin-top: 0 !important;
  position: relative !important;
  z-index: 5;
  background-color: #fffaf5;
}

.footer_component {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  background-color: #2a2a2a;
  background-image: linear-gradient(160deg, rgba(30, 30, 30, 0.92) 0%, rgba(45, 45, 45, 0.88) 100%),
    url("/images/original/Mamor-Wand-Fliesen-elegant-Kopie.webp");
  background-size: cover;
  background-position: center;
  padding: 4.5rem 2.5rem 2rem;
  margin-top: 0 !important;
  color: #fff;
}

.footer_inner {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}

.footer_main {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 3rem 2.75rem;
  align-items: start;
  padding-bottom: 2.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer_brand .footer_logo-link {
  display: inline-flex;
  width: auto;
  height: auto;
  margin: 0 0 1.5rem;
  padding: 0;
}

.footer_brand .footer_logo-link img {
  width: 12.5rem;
  height: auto;
  display: block;
}

.footer_heading {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.footer_heading::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  margin-top: 0.7rem;
  background: #5cc66f;
  border-radius: 999px;
}

.footer_text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 26rem;
}

.footer_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.footer_list.is-contact {
  gap: 1rem;
}

.footer_label {
  display: block;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer_columns .footer_link,
.footer_main .footer_link {
  color: rgba(255, 255, 255, 0.84) !important;
  text-decoration: none !important;
  font-size: 0.98rem;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.footer_main .footer_link:hover {
  color: #5cc66f !important;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
}

.footer_bottom .footer_credit-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
}

.footer_bottom .footer_legal-list {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.footer_bottom .footer_legal-link {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.875rem;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.footer_bottom .footer_legal-link:hover {
  color: #5cc66f !important;
}

@media (max-width: 991px) {
  .footer_main {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem 2rem;
  }

  .footer_brand {
    grid-column: 1 / -1;
  }
}

/* Sticky only inside hero: pins to top while hero is visible, then leaves with it */
.navbar-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  pointer-events: none;
  margin: 0 !important;
  margin-bottom: -5.75rem !important;
  padding: 0 !important;
  transition: opacity 0.25s ease;
}

body.is-home {
  background-color: #2a2a2a;
}

body.is-home main {
  background-color: #fffaf5;
}

.navbar-wrapper .navbar_component,
.navbar-wrapper .navbar_logo,
.navbar-wrapper .navbar_menu,
.navbar-wrapper .navbar_button-wrapper,
.navbar-wrapper .navbar_mobile-panel {
  pointer-events: auto;
}

/* Non-home pages: stay sticky for the full page */
body:not(.is-home) .navbar-wrapper {
  position: sticky;
  margin-bottom: 0;
  background: #fffaf5;
}

.navbar_component {
  width: 100%;
  padding: 1.25rem 3% 0;
  background: transparent !important;
  border: 0 !important;
  align-items: flex-start;
}

.navbar_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.navbar_logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.navbar_logo-img {
  height: 3rem;
  width: auto;
  filter: none;
  transition: filter 0.25s ease;
}

/* Darken white logo on light page backgrounds */
body:not(.is-home) .navbar_logo-img {
  filter: brightness(0);
}

/* Floating white nav bar — matches video/reference */
.navbar_menu.is-page-height-tablet {
  display: flex !important;
  align-items: center;
  gap: 0.15rem;
  background: #fff !important;
  border-radius: 0.75rem !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  padding: 0.45rem 0.45rem 0.45rem 0.75rem !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16) !important;
}

.navbar_link {
  border: 1px solid transparent !important;
  color: #000 !important;
  background: transparent !important;
  padding: 0.55rem 1rem !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.2;
  border-radius: 0.5rem !important;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.navbar_link:hover {
  color: #5cc66f !important;
}

.navbar_link.w--current,
.navbar_link.is-active {
  border: 1px solid #5cc66f !important;
  color: #5cc66f !important;
  background: transparent !important;
  border-radius: 0.5rem !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

.button.is-navbar2-button {
  margin-left: 0.75rem !important;
  padding: 0.85rem 1.35rem !important;
  background-color: #5cc66f !important;
  color: #fff !important;
  border-radius: 0.5rem !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  white-space: nowrap;
}

.button.is-navbar2-button:hover {
  background-color: #4da65d !important;
}

.navbar_button-wrapper {
  display: none;
}

.navbar_mobile-panel {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
  margin: 0;
  padding: 0.35rem 0 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.navbar_mobile-panel.is-open {
  display: flex;
}

.navbar_mobile-panel[hidden] {
  display: none !important;
}

.navbar_mobile-panel .navbar_link {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 0.85rem 1rem !important;
}

.navbar_mobile-panel .button.is-navbar2-button {
  margin-left: 0 !important;
  margin-top: 0.35rem;
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  /* Keep home nav available after hero on mobile/tablet */
  body.is-home .navbar-wrapper {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0 !important;
    width: 100%;
  }

  body.is-home .navbar-wrapper.is-past-hero .navbar_container,
  body.is-home .navbar-wrapper.is-past-hero .navbar_component.is-menu-open .navbar_mobile-panel {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
  }

  .section_home_hero-header .navbar-wrapper {
    margin-bottom: -4.75rem;
  }

  body.is-home .section_home_hero-header .navbar-wrapper {
    margin-bottom: 0 !important;
  }

  .navbar_component {
    display: block !important;
    width: 100%;
    padding: 0.85rem max(10px, 1.25rem) 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  .navbar_container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    background: #fff;
    border-radius: 0.75rem;
    padding: 0.65rem 0.85rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
  }

  .navbar_component.is-menu-open .navbar_container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
  }

  .navbar_logo-img {
    height: 2.25rem;
    filter: brightness(0);
  }

  .navbar_menu,
  .navbar_menu.is-page-height-tablet {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
  }

  .navbar_button-wrapper {
    display: flex !important;
    align-items: center;
    margin-left: auto;
    flex-shrink: 0;
  }

  .navbar_mobile-panel {
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0.5rem 0.75rem 0.85rem;
    background: #fff;
    border-radius: 0 0 0.75rem 0.75rem;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    max-height: min(70vh, 32rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .navbar_mobile-panel.is-open {
    display: flex !important;
  }

  .navbar_component.is-menu-open {
    background: transparent !important;
  }

  .navbar_component.is-menu-open .navbar_container,
  .navbar_component.is-menu-open .navbar_mobile-panel {
    background: #fff;
  }

  .navbar_component.is-menu-open .navbar_container {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  }

  .navbar_menu-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 3;
  }

  .menu-icon.is-mobile {
    width: 22px;
    height: 16px;
    position: relative;
    display: block;
  }

  .menu-icon_line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
  }

  .menu-icon_line-top {
    top: 0;
  }

  .menu-icon_line-middle {
    top: 7px;
  }

  .menu-icon_line-bottom {
    top: 14px;
  }

  .navbar_menu-button[aria-expanded="true"] .menu-icon_line-top {
    top: 7px;
    transform: rotate(45deg);
  }

  .navbar_menu-button[aria-expanded="true"] .menu-icon_line-middle {
    opacity: 0;
  }

  .navbar_menu-button[aria-expanded="true"] .menu-icon_line-bottom {
    top: 7px;
    transform: rotate(-45deg);
  }
}

@media screen and (min-width: 1101px) and (max-width: 1280px) {
  .navbar_link {
    padding: 0.5rem 0.7rem !important;
    font-size: 0.92rem !important;
  }

  .navbar_menu.is-page-height-tablet {
    padding: 0.4rem 0.4rem 0.4rem 0.55rem !important;
    gap: 0 !important;
  }
}


.hero-typewriter {
  color: #5cc66f;
  display: inline;
}

.hero-cursor {
  color: #5cc66f;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.hero-header_images-layout {
  height: 100vh;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
}

.marquee-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  will-change: transform;
}

.marquee-col .hero-header_image-wrapper {
  width: 100%;
  padding-top: 0 !important;
  aspect-ratio: 3 / 4;
  height: auto;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}

.marquee-col .hero-header_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marquee-col.is-up {
  animation: marquee-up 40s linear infinite;
}

.marquee-col.is-down {
  animation: marquee-down 45s linear infinite;
}

@keyframes marquee-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

@keyframes marquee-down {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}

.home_hero-header_content-left {
  color: #fff;
  padding: 8rem 1.5rem 4rem 2.5rem;
}

.home_hero-header_content-left .heading-style-h1,
.home_hero-header_content-left h1 {
  color: #fff;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.home_hero-header_content-left p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 34rem;
  margin: 1.5rem 0 2rem;
  font-size: 1.05rem;
  line-height: 1.6;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease, transform 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.button.is-secondary.is-white {
  margin-left: 0;
}

/* Welcome / about */
.home_header_component {
  padding: 5rem 0;
  align-items: start;
}

.home_header_component .heading-style-h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: #333;
}

.home_header_divider {
  width: 1px;
  background: #d5d5d5;
  min-height: 100%;
  justify-self: center;
}

/* Services section — match video/reference */
.section_home_benefits {
  padding: 0 0 5rem;
  background-color: #fffaf5 !important;
}

.section_home_header .padding-section-large.is-no-padding-bottom {
  padding-bottom: 2rem !important;
}

.section_home_benefits .padding-section-large.is-no-top {
  padding-top: 2.5rem !important;
}

.services-intro {
  margin-bottom: 2rem;
}

.services-intro .heading-2,
.section_home_benefits .heading-2 {
  color: #333 !important;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 40rem;
}

.home_services_tabs-menu {
  width: auto !important;
  max-width: 32rem;
  margin: 0 auto 3.5rem !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background-color: #ebebeb !important;
  border-radius: 1.5rem !important;
  padding: 0.55rem !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.18) !important;
  border: 0 !important;
}

.home_services_tabs-menu button,
.home_benefits_tabs-menu button {
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.home_services_tabs-link {
  flex: 1 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 1rem !important;
  padding: 0 !important;
  color: #333 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.home_services_tabs-link .tab-heading {
  padding: 0.9rem 1.25rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: inherit;
  white-space: nowrap;
}

.home_services_tabs-link.w--current {
  background-color: #5cc66f !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.home_services_tabs-link.w--current .tab-heading,
.home_services_tabs-link.w--current .tab-heading.is-active {
  color: #fff !important;
}

.home_benefits_layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3.5rem;
  align-items: center;
  min-height: 32rem;
}

.home_benefits_tabs-menu.is-one,
.home_benefits_tabs-menu.is-two {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column;
  gap: 1.75rem;
}

.home_benefits_tabs-link {
  width: 100%;
  border: 0 !important;
  border-left: 3px solid transparent !important;
  background: transparent !important;
  color: #333 !important;
  padding: 0.15rem 0 0.15rem 1.5rem !important;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  text-align: left;
}

.home_benefits_tabs-link.w--current {
  opacity: 1;
  border-left-color: #5cc66f !important;
  color: #000 !important;
}

.home_benefits_tabs-link .heading-style-h3,
.home_benefits_tabs-link h3 {
  margin: 0 0 0.55rem !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  color: inherit;
}

.home_benefits_tabs-link p {
  margin: 0 !important;
  color: #444;
  font-size: 1rem;
  line-height: 1.55;
}

.home_benefits_media {
  position: relative;
  min-height: 30rem;
}

.home_benefits_image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.home_benefits_image-wrapper.is-visible {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  min-height: 30rem;
}

.home_benefits_image-wrapper.is-hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.home_benefits_image-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #e8e4dc;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
}

.home_benefits_image-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.home_benefits_image-stage img.is-active {
  opacity: 1;
}

.slider-controls.is-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.15rem;
  margin: 0;
  pointer-events: none;
}

.slider-controls.is-overlay .slider-dots,
.slider-controls.is-overlay .slider-arrows {
  pointer-events: auto;
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.slider-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.slider-dot.is-active {
  background: #fff;
  transform: scale(1.15);
  width: 0.55rem;
}

.slider-arrows {
  display: flex;
  gap: 0.55rem;
}

.slider-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #5cc66f;
  background: #fffaf5;
  color: #5cc66f;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.slider-arrow:hover,
.slider-arrow:active,
.slider-arrow.is-pressed {
  background: #5cc66f;
  color: #fff;
}

.pane-hidden {
  display: none !important;
}

/* Offers stacked cards — sticky stack (desktop + mobile) */
.section_home_offers,
.section_home_offers .padding-global,
.section_home_offers .container-large,
.section_home_offers .padding-section-large,
.home_offers_component,
.home_offers_content-right {
  overflow: visible !important;
}

.home_offers_content-left {
  max-width: 32rem;
}

.offers-eyebrow,
.testimonial-eyebrow {
  margin: 0 0 0.75rem;
  color: #5cc66f;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offers-heading {
  color: #111 !important;
  font-size: clamp(2rem, 3.4vw, 2.9rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  margin: 0 0 1.1rem !important;
}

.offers-heading::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2px;
  margin-top: 0.85rem;
  background: #5cc66f;
  border-radius: 999px;
}

.offers-lead {
  color: #555 !important;
  line-height: 1.7 !important;
  margin: 0 0 1.75rem !important;
  font-size: 1.05rem !important;
}

.offers-stats {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.offers-stat {
  padding: 0.95rem 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.72);
}

.offers-stat-value {
  display: block;
  color: #111;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.offers-stat-label {
  display: block;
  color: #777;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.offers-actions {
  gap: 0.85rem !important;
}

.offers_content-item {
  color: #fff;
  min-height: 17rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: -webkit-sticky !important;
  position: sticky !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 1rem;
  margin: 0 0 1.35rem !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease, filter 0.3s ease;
  will-change: auto;
  transform: none !important;
  overflow: hidden;
  padding: 0 !important;
  gap: 0;
  background-image: none !important;
}

.offers_content-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.offers_content-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.65rem;
  min-height: 17rem;
  padding: 1.75rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.55) 48%, rgba(0, 0, 0, 0.82) 100%);
}

.home_offers_content-right .offers_content-item:nth-child(1) {
  top: 18vh;
  z-index: 1;
}
.home_offers_content-right .offers_content-item:nth-child(2) {
  top: 20vh;
  z-index: 2;
}
.home_offers_content-right .offers_content-item:nth-child(3) {
  top: 22vh;
  z-index: 3;
}
.home_offers_content-right .offers_content-item:nth-child(4) {
  top: 24vh;
  z-index: 4;
}
.home_offers_content-right .offers_content-item:nth-child(5) {
  top: 26vh;
  z-index: 5;
}
.home_offers_content-right .offers_content-item:nth-child(6) {
  top: 28vh;
  z-index: 6;
}
.home_offers_content-right .offers_content-item:nth-child(7) {
  top: 30vh;
  z-index: 7;
  margin-bottom: 0 !important;
}

.offers_content-item h3 {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.2;
}

.offers_content-item p {
  margin: 0;
  max-width: 34rem;
  line-height: 1.55;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.offers_icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.offers_icon {
  width: 1.55rem;
  height: 1.55rem;
  filter: brightness(0) invert(1);
  display: block;
}

.home_offers_content-left .heading-style-h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 1.25rem;
}

.offers_content-item:hover,
.offers_content-item:active,
.offers_content-item.is-touched {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
  filter: brightness(1.03);
}

.offers_content-item:hover .offers_content-bg,
.offers_content-item:active .offers_content-bg,
.offers_content-item.is-touched .offers_content-bg,
.offers_content-item.is-inview .offers_content-bg {
  transform: scale(1.04);
}

/* Testimonials — match reference screenshot */
.section_home_testimonial {
  background-color: #fffaf5 !important;
}

.home_testimonial_component {
  padding-bottom: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

.testimonial-intro {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3.5rem;
}

.testimonial-intro .heading-9 {
  color: #111 !important;
  font-size: clamp(2rem, 3.5vw, 2.85rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 0 1rem !important;
  text-align: center !important;
}

.testimonial-intro .heading-9::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2px;
  margin: 0.85rem auto 0;
  background: #5cc66f;
  border-radius: 999px;
}

.testimonial-intro .text-size-medium {
  color: #666 !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  margin: 0 auto !important;
  text-align: center !important;
  max-width: 36rem;
}

.testimonial-slider {
  position: relative;
  width: 100%;
}

.home_testimonial_mask {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.testimonial-track {
  display: flex;
  align-items: stretch;
  transition: transform 0.5s ease;
  will-change: transform;
}

.testimonial-slide,
.home_testimonial_slide {
  flex: 0 0 50% !important;
  min-width: 50% !important;
  max-width: 50% !important;
  width: 50% !important;
  padding: 0 3.5rem 0 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home_testimonial_content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  height: 100%;
  min-height: 16rem;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 1.1rem !important;
  box-shadow: 0 14px 34px rgba(40, 30, 20, 0.05) !important;
  padding: 1.75rem 1.6rem !important;
}

.home_testimonial_rating-wrapper {
  display: flex !important;
  align-items: center;
  margin: 0 0 1.15rem !important;
  gap: 0.15rem;
}

.home_testimonial_rating-icon {
  color: #fad52f !important;
  margin-right: 0.2rem !important;
  display: flex !important;
}

.icon-embed-xsmall.is-star {
  width: 1.15rem !important;
  height: 1.15rem !important;
  color: #fad52f !important;
  display: flex !important;
}

.icon-embed-xsmall.is-star svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.testimonial-quote,
.home_testimonial_content .heading-style-h6 {
  font-size: clamp(1.05rem, 1.35vw, 1.2rem) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  color: #000 !important;
  margin: 0 0 1.75rem !important;
  text-align: left !important;
  max-width: 32rem;
}

.home_testimonial_client {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  text-align: left !important;
  margin-top: auto;
  width: auto !important;
  gap: 0;
}

.home_testimonial_client-image-wrapper {
  margin: 0 1.1rem 0 0 !important;
  flex-shrink: 0;
}

.testimonial-avatar {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  border-radius: 100%;
  background: rgba(92, 198, 111, 0.14);
  color: #2f9a48;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
}

.testimonial-avatar-img {
  width: 3.75rem;
  height: 3.75rem;
  min-width: 3.75rem;
  border-radius: 100%;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(92, 198, 111, 0.35);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.home_testimonial_client-info {
  margin: 0 !important;
  text-align: left !important;
}

.home_testimonial_client-info .text-weight-semibold {
  margin: 0;
  font-weight: 700 !important;
  color: #000;
  font-size: 1rem;
  line-height: 1.3;
}

.testimonial-city {
  margin: 0.2rem 0 0;
  color: #888;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  gap: 1rem;
}

.testimonial-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.testimonial-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #d0d0d0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.testimonial-dot.is-active {
  background: #333;
}

.testimonial-arrows {
  display: flex;
  gap: 0.75rem;
}

.home_testimonial_arrow {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 3rem !important;
  height: 3rem !important;
  border: 1.5px solid #5cc66f !important;
  background-color: transparent !important;
  border-radius: 100% !important;
  color: #5cc66f !important;
  display: grid !important;
  place-items: center;
  cursor: pointer;
  box-shadow: none !important;
  padding: 0 !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.home_testimonial_arrow svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.home_testimonial_arrow:hover,
.home_testimonial_arrow:active,
.home_testimonial_arrow.is-pressed {
  background-color: #5cc66f !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .testimonial-intro {
    margin-bottom: 2.5rem;
    max-width: 100%;
  }

  .testimonial-slide,
  .home_testimonial_slide {
    flex-basis: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }

  .home_testimonial_content {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .home_testimonial_client {
    flex-direction: row !important;
    align-items: center !important;
    width: auto !important;
  }

  .home_testimonial_client-image-wrapper {
    margin: 0 1.1rem 0 0 !important;
  }

  .testimonial-controls {
    margin-top: 2rem;
  }

  .offers-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .home_testimonial_arrow {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
}


/* Portfolio */
.section_home_portfolio .home_portfolio_component {
  display: block !important;
  column-count: auto !important;
  grid-template-columns: none !important;
}

.portfolio-intro {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 3rem;
}

.portfolio-eyebrow {
  margin: 0 0 0.75rem;
  color: #5cc66f;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-heading {
  color: #111 !important;
  font-size: clamp(1.9rem, 3.2vw, 2.75rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 0 1rem !important;
}

.portfolio-heading::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2px;
  margin: 0.85rem auto 0;
  background: #5cc66f;
  border-radius: 999px;
}

.portfolio-lead {
  margin: 0 auto;
  max-width: 40rem;
  color: #666;
  font-size: 1.05rem;
  line-height: 1.7;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
  margin-top: 0;
}

.portfolio-grid.is-overlay-grid {
  margin-top: 0;
}

.portfolio-card {
  position: relative;
  border-radius: 1.15rem;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #333;
  text-decoration: none;
  color: #fff;
  display: block;
  box-shadow: 0 14px 32px rgba(40, 30, 20, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.portfolio-card:hover,
.portfolio-card:active,
.portfolio-card.is-touched {
  box-shadow: 0 18px 40px rgba(40, 30, 20, 0.14);
  transform: translateY(-3px);
}

.portfolio-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.portfolio-card:hover > img,
.portfolio-card:active > img,
.portfolio-card.is-touched > img,
.portfolio-card.is-inview > img {
  transform: scale(1.06);
}

.portfolio-card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 5rem 1.25rem 1.25rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.45) 42%,
    rgba(0, 0, 0, 0.88) 100%
  );
}

.portfolio-card-copy {
  min-width: 0;
  flex: 1;
}

.portfolio-card-icon-wrap {
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.portfolio-card-icon {
  width: 1.35rem;
  height: 1.35rem;
  filter: brightness(0) invert(1);
  display: block;
}

.portfolio-card-overlay h3 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}

.portfolio-card-overlay p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portfolio-card-action {
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 0.15rem;
  border-radius: 999px;
  background: #fff;
  color: #5cc66f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.portfolio-card:hover .portfolio-card-action,
.portfolio-card:active .portfolio-card-action,
.portfolio-card.is-touched .portfolio-card-action,
.portfolio-card.is-inview .portfolio-card-action {
  background: #5cc66f;
  color: #fff;
  transform: translateY(-2px);
}

.portfolio-card-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: #333;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
}

.portfolio-categories {
  display: grid;
  gap: 2.5rem;
}

.portfolio-category h3 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

.portfolio-category p {
  margin: 0 0 1rem;
  color: #555;
  max-width: 40rem;
}

/* CTA */
.home_cta_component {
  background-image: linear-gradient(rgba(51, 51, 51, 0.82), rgba(51, 51, 51, 0.82)),
    url("/images/original/Mamor-Wand-Fliesen-elegant-Kopie.webp") !important;
  color: #fff;
  align-items: center !important;
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  border-radius: 1.25rem;
  padding: 2.5rem 2.75rem;
}

.home_cta_component h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 0 0 1rem;
}

.home_cta_component .text-green {
  color: #5cc66f;
}

.home_cta_component p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  line-height: 1.6;
}

/* Contact */
.section_home_contact {
  background-color: #fffaf5 !important;
}

.section_home_contact .container-large {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1.25fr);
  gap: 3rem 3.5rem;
  align-items: start;
}

.contact-aside {
  position: sticky;
  top: 1.5rem;
}

.contact-eyebrow {
  margin: 0 0 0.75rem;
  color: #5cc66f;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-aside .heading-7 {
  color: #111;
  font-size: clamp(2rem, 3.4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1.1rem;
}

.contact-intro-text {
  color: #555 !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  margin: 0 0 2rem !important;
  text-align: left !important;
  max-width: 28rem;
}

.contact-channels {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.contact-channel {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 0;
}

.contact-channel > span:last-child {
  min-width: 0;
  flex: 1;
}

.contact-channel:hover {
  border-color: #5cc66f;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.contact-channel-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(92, 198, 111, 0.14);
  color: #3fa856;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-channel-label {
  display: block;
  color: #777;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

.contact-channel-value {
  display: block;
  color: #111;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-address {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.home_contact_component {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1.25rem;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 18px 40px rgba(40, 30, 20, 0.06);
}

.home_contact_form {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 1.25rem !important;
}

.form-field-2col {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem !important;
}

.form_field-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form_label {
  display: block;
  font-weight: 700;
  font-size: 0.92rem;
  color: #111;
  margin-bottom: 0.45rem;
}

.home_contact_form .form_input,
.home_contact_form input.form_input,
.home_contact_form select.form_input,
.home_contact_form textarea.form_input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  min-height: 3.1rem;
  margin-bottom: 0;
  border: 1px solid #e0ddd6;
  border-radius: 0.7rem;
  padding: 0.75rem 1rem;
  font: inherit;
  color: #333;
  background: #fbfaf7;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.home_contact_form .form_input::placeholder {
  color: #9a9690;
}

.home_contact_form select.form_input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-color: #fbfaf7;
  padding-right: 2.5rem;
}

.home_contact_form textarea.form_input,
.home_contact_form .form_input.is-text-area {
  min-height: 8.5rem;
  padding-top: 0.9rem;
  resize: vertical;
}

.home_contact_form .form_input:hover {
  border-color: #cfcac0;
}

.home_contact_form .form_input:focus {
  outline: none;
  background: #fff;
  border-color: #5cc66f;
  box-shadow: 0 0 0 3px rgba(92, 198, 111, 0.18);
}

.form_radio-2col {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem !important;
  align-items: stretch;
}

.form_radio {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  min-height: 3rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid #e0ddd6;
  border-radius: 0.7rem;
  background: #fbfaf7;
  font-weight: 400 !important;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.form_radio:hover {
  border-color: #5cc66f;
}

.form_radio:has(input:checked) {
  border-color: #5cc66f;
  background: rgba(92, 198, 111, 0.12);
}

.form_radio input[type="radio"] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: #5cc66f;
  flex-shrink: 0;
}

.form_radio-label {
  font-weight: 600;
  color: #333;
  font-size: 0.92rem;
}

.form_checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0;
  cursor: pointer;
  font-weight: 400 !important;
}

.form_checkbox input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: #5cc66f;
}

.form_checkbox-label,
.form_checkbox .text-size-small {
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  color: #555;
}

.form_checkbox .text-style-link {
  color: #3fa856;
  text-decoration: underline;
}

.contact-submit {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.35rem;
}

.contact-submit .button {
  min-width: 12rem;
  background-color: #5cc66f;
  color: #fff;
  border: 0;
  border-radius: 0.65rem;
  padding: 0.95rem 1.75rem;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(92, 198, 111, 0.28);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.contact-submit .button:hover {
  background-color: #4da65d;
  transform: translateY(-1px);
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center {
  text-align: center;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.legal-page {
  background: #fffaf5;
  padding: 8rem 2.5rem 4rem;
}

.legal-page h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.legal-page h2 {
  font-size: 1.5rem;
  margin: 2rem 0 0.75rem;
}

.legal-page p,
.legal-page li {
  color: #555;
  line-height: 1.6;
}

/* ========== RESPONSIVE ========== */
html,
body {
  overflow-x: clip;
  max-width: 100%;
}

body.has-mobile-menu-open {
  overflow: hidden;
  touch-action: none;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .padding-global,
  .padding-global.is-contact,
  .padding-global.is-footer,
  .padding-global.is-white {
    padding-left: max(10px, 1.25rem) !important;
    padding-right: max(10px, 1.25rem) !important;
  }

  .padding-section-large {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .padding-section-medium {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* Hero: stacked, centered, image grid below */
  .section_home_hero-header {
    min-height: auto !important;
  }

  .home_hero-header_component {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding-top: 0 !important;
    grid-row-gap: 0 !important;
  }

  .home_hero-header_content-left {
    order: 1;
    padding: 6.5rem 1.25rem 1.5rem !important;
    text-align: center !important;
    margin: 0 auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 40rem;
  }

  .home_hero-header_content-left .heading,
  .home_hero-header_content-left h1 {
    font-size: clamp(2rem, 8vw, 2.75rem) !important;
    text-align: center;
  }

  .home_hero-header_content-left .hero-typewriter {
    display: inline;
    word-break: break-word;
  }

  .home_hero-header_content-left .animation-wrapper,
  .home_hero-header_content-left .div-block {
    justify-content: center;
    text-align: center;
    max-width: 100%;
  }

  .home_hero-header_content-left .div-block {
    display: inline-flex !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .home_hero-header_content-left p,
  .home_hero-header_content-left .text-size-medium {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 34rem;
    font-size: 1rem !important;
  }

  .home_hero-header_content-left .button-group {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home_hero-header_content-left .button,
  .home_hero-header_content-left .button.is-secondary.is-white {
    margin-left: 0 !important;
    width: 100% !important;
    min-height: 3.15rem;
    height: 100%;
    padding: 0.75rem 0.7rem !important;
    font-size: 0.88rem !important;
    line-height: 1.25 !important;
    white-space: normal;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .home_hero-header_content-right {
    order: 2;
    height: 26rem !important;
    max-height: 26rem !important;
    padding: 0 1.25rem 2rem !important;
    width: 100%;
    overflow: hidden !important;
  }

  .hero-header_images-layout {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.75rem !important;
    height: 100% !important;
    max-height: none !important;
    overflow: hidden !important;
    mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent) !important;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent) !important;
  }

  .marquee-col {
    display: flex !important;
    flex-direction: column !important;
    animation: marquee-up 28s linear infinite !important;
    will-change: transform !important;
    gap: 0.75rem !important;
    height: max-content !important;
    transform: translateZ(0);
  }

  .marquee-col.is-up {
    animation-name: marquee-up !important;
    animation-duration: 28s !important;
  }

  .marquee-col.is-down {
    animation-name: marquee-down !important;
    animation-duration: 32s !important;
  }

  .marquee-col .hero-header_image-wrapper {
    width: 100% !important;
    padding-top: 0 !important;
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
    border-radius: 0.85rem !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    display: block !important;
    position: relative !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .hero-header_image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0.85rem;
    position: absolute !important;
    inset: 0 !important;
  }

  /* Welcome */
  .home_header_component {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    padding: 2.5rem 0 1.5rem !important;
    text-align: left;
  }

  .section_home_header .padding-section-large.is-no-padding-bottom {
    padding-bottom: 1rem !important;
  }

  .section_home_benefits .padding-section-large.is-no-top {
    padding-top: 1.5rem !important;
  }

  /* Services */
  .home_benefits_layout {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    min-height: 0 !important;
  }

  .home_services_tabs-menu {
    max-width: 100% !important;
    width: 100% !important;
  }

  .home_services_tabs-link .tab-heading {
    padding: 0.85rem 0.75rem !important;
    font-size: 0.92rem !important;
  }

  .home_benefits_media,
  .home_benefits_image-wrapper.is-visible,
  .home_benefits_image-stage {
    min-height: 20rem !important;
  }

  .home_benefits_tabs-link {
    padding-left: 1.15rem !important;
  }

  .home_benefits_tabs-link .heading-style-h3,
  .home_benefits_tabs-link h3 {
    font-size: 1.25rem !important;
  }

  /* Offers: stacked sticky cards on mobile too */
  .home_offers_component,
  .home_cta_component {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 2rem !important;
  }

  .home_offers_content-left {
    position: static !important;
    top: auto !important;
    padding-bottom: 0 !important;
  }

  .home_offers_content-right {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding-bottom: 2rem;
  }

  .offers_content-item,
  .offers_content-item.content-item-1,
  .offers_content-item.content-item-2,
  .offers_content-item.content-item-3,
  .offers_content-item.content-item-4,
  .offers_content-item.content-item-5,
  .offers_content-item.content-item-6,
  .offers_content-item.content-item-7 {
    position: -webkit-sticky !important;
    position: sticky !important;
    min-height: min(62vh, 24rem) !important;
    margin: 0 0 1.15rem !important;
    border-radius: 1rem !important;
    padding: 0 !important;
    transform: none !important;
  }

  .offers_content-overlay {
    min-height: min(62vh, 24rem);
  }

  .home_offers_content-right .offers_content-item:nth-child(1) {
    top: 5.25rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(2) {
    top: 5.55rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(3) {
    top: 5.85rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(4) {
    top: 6.15rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(5) {
    top: 6.45rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(6) {
    top: 6.75rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(7) {
    top: 7.05rem !important;
    margin-bottom: 0 !important;
  }

  .offers_content-item h3 {
    font-size: 1.45rem;
  }

  .offers_content-item p {
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home_cta_component {
    padding: 1.75rem 1.35rem !important;
    text-align: left;
  }

  .home_cta_component .button-group.is-cta {
    justify-content: flex-start !important;
    flex-wrap: wrap;
    width: 100%;
  }

  .home_cta_component .button-group.is-cta .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .home_offers_content-left .button-group {
    justify-content: flex-start !important;
    flex-wrap: wrap;
  }

  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }

  .portfolio-intro {
    margin-bottom: 2.25rem;
    max-width: 100%;
  }

  .portfolio-heading {
    font-size: clamp(1.7rem, 6vw, 2.2rem) !important;
  }

  .portfolio-lead {
    font-size: 1rem;
  }

  .form-field-2col,
  .form-field-2col.is-mobile-1col,
  .form_radio-2col {
    grid-template-columns: 1fr !important;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-aside {
    position: static;
  }

  .contact-aside .heading-7 {
    font-size: clamp(1.7rem, 7vw, 2.3rem);
  }

  .contact-intro-text {
    font-size: 1rem !important;
    max-width: none;
  }

  .home_contact_component {
    padding: 1.35rem 1.15rem 1.25rem;
  }

  .contact-submit {
    justify-content: stretch;
  }

  .contact-submit .button {
    width: 100%;
  }

  .testimonial-intro {
    margin-bottom: 2rem;
  }

  .testimonial-controls {
    margin-top: 1.75rem;
  }

  /* Footer */
  .footer_component {
    padding: 3.25rem max(10px, 1.25rem) 1.75rem !important;
  }

  .footer_brand .footer_logo-link {
    margin-bottom: 1.25rem;
  }

  .footer_link-list,
  .footer_legal-list,
  .footer_bottom-wrapper,
  .footer_bottom {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
  }

  .legal-page {
    padding: 7rem max(10px, 1.25rem) 3rem;
  }

  .legal-page h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .padding-global,
  .padding-global.is-contact,
  .padding-global.is-footer,
  .padding-global.is-white {
    padding-left: max(10px, 1rem) !important;
    padding-right: max(10px, 1rem) !important;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer_main {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
    padding-bottom: 2rem;
  }

  .footer_brand {
    grid-column: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer_heading::after {
    margin-left: auto;
    margin-right: auto;
  }

  .footer_text {
    max-width: 34rem;
  }

  .footer_list {
    justify-items: center;
  }

  .footer_list.is-contact li {
    text-align: center;
  }

  .home_hero-header_content-left {
    padding: 6rem 1rem 1.25rem !important;
  }

  .home_hero-header_content-right {
    padding: 0 1rem 1.75rem !important;
    height: 22rem !important;
  }

  .home_hero-header_content-left .button-group {
    display: grid !important;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-header_images-layout {
    gap: 0.6rem !important;
  }

  .home_services_tabs-menu {
    flex-direction: column;
    border-radius: 1.15rem !important;
  }

  .home_services_tabs-link {
    width: 100%;
  }

  .slider-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .home_testimonial_arrow {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .offers_content-item,
  .offers_content-item.content-item-1,
  .offers_content-item.content-item-2,
  .offers_content-item.content-item-3,
  .offers_content-item.content-item-4,
  .offers_content-item.content-item-5,
  .offers_content-item.content-item-6,
  .offers_content-item.content-item-7 {
    position: -webkit-sticky !important;
    position: sticky !important;
    min-height: min(58vh, 20rem) !important;
    margin: 0 0 1rem !important;
    border-radius: 1rem !important;
    padding: 0 !important;
    transform: none !important;
  }

  .offers_content-overlay {
    min-height: min(58vh, 20rem);
  }

  .home_offers_content-right .offers_content-item:nth-child(1) {
    top: 4.75rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(2) {
    top: 5rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(3) {
    top: 5.25rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(4) {
    top: 5.5rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(5) {
    top: 5.75rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(6) {
    top: 6rem !important;
  }
  .home_offers_content-right .offers_content-item:nth-child(7) {
    top: 6.25rem !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 479px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .home_hero-header_content-left .button-group {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    max-width: 100%;
  }

  .home_hero-header_content-left .button,
  .home_hero-header_content-left .button.is-secondary.is-white {
    width: 100% !important;
    min-height: 3rem;
    height: 100%;
    padding: 0.7rem 0.45rem !important;
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
    white-space: normal;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .home_hero-header_content-right {
    height: 20rem !important;
  }

  .home_benefits_media,
  .home_benefits_image-wrapper.is-visible,
  .home_benefits_image-stage {
    min-height: 16.5rem !important;
  }

  .slider-controls.is-overlay {
    padding: 0.85rem 0.75rem;
  }

  .button-group.is-cta .button,
  .home_offers_content-left .button-group .button {
    width: 100%;
  }

  .home_offers_content-left .button-group {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ========== TOUCH + MOBILE INTERACTIONS ========== */
button,
a,
.slider-dot,
.testimonial-dot,
.home_benefits_tabs-link,
.home_services_tabs-link {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.navbar_link:hover,
.navbar_link:active,
.navbar_link.is-pressed {
  color: #5cc66f !important;
}

.button.is-navbar2-button:hover,
.button.is-navbar2-button:active,
.button.is-navbar2-button.is-pressed {
  background-color: #4da65d !important;
}

.button:hover,
.button:active,
.button.is-pressed {
  transform: translateY(-1px);
}

.button.is-secondary:hover,
.button.is-secondary:active,
.button.is-secondary.is-pressed {
  transform: translateY(-1px);
}

.slider-dot:active,
.slider-dot.is-pressed,
.testimonial-dot:active,
.testimonial-dot.is-pressed {
  transform: scale(1.25);
}

.home_benefits_tabs-link {
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease,
    background-color 0.2s ease;
}

.home_benefits_tabs-link:active,
.home_benefits_tabs-link.is-pressed {
  opacity: 0.85;
}

.home_services_tabs-link .tab-heading {
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.offers_content-item {
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}

.offers_content-item:hover,
.offers_content-item:active,
.offers_content-item.is-touched {
  transform: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  filter: brightness(1.04);
}

.portfolio-card {
  cursor: pointer;
}

.reveal-on-scroll {
  will-change: opacity, transform;
}

/* Keep animations running on mobile; only reduce for accessibility preference */
@media (prefers-reduced-motion: reduce) {
  .marquee-col.is-up,
  .marquee-col.is-down {
    animation: none !important;
    transform: none !important;
  }

  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .hero-cursor {
    animation: none !important;
  }
}

/* Coarse pointers (touch): mirror desktop hover via active/touched/inview */
@media (hover: none) and (pointer: coarse) {
  .button:hover {
    transform: none;
  }

  .button:active,
  .button.is-pressed {
    transform: translateY(-1px);
  }

  .portfolio-card.is-inview > img,
  .portfolio-card.is-touched > img,
  .portfolio-card:active > img {
    transform: scale(1.06);
  }

  .home_testimonial_mask,
  .home_benefits_image-stage {
    touch-action: pan-y;
  }

  .marquee-col.is-up,
  .marquee-col.is-down {
    animation-play-state: running !important;
  }
}

/* —— Inner pages: nav dropdowns —— */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
}

.nav-dropdown-caret {
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.nav-dropdown.is-open .nav-dropdown-caret,
.nav-accordion.is-open .nav-dropdown-caret {
  transform: rotate(225deg) translateY(-1px);
}

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 15.5rem;
  padding: 0.45rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.35rem);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 40;
}

.nav-dropdown-panel.is-leistungen {
  min-width: 22rem;
  max-width: min(28rem, 80vw);
  padding: 0.35rem 0;
}

.nav-dropdown-panel.is-leistungen .nav-dropdown-link {
  border-radius: 0;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid #ece7e1;
  white-space: normal;
  line-height: 1.35;
  font-weight: 600;
}

.nav-dropdown-panel.is-leistungen .nav-dropdown-link:last-child {
  border-bottom: 0;
}

.nav-dropdown.is-open .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-link {
  display: block;
  padding: 0.7rem 0.85rem;
  color: #333;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.3;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-dropdown-link:hover {
  background: #fffaf5;
  color: #5cc66f;
}

.nav-dropdown-divider {
  height: 1px;
  margin: 0.25rem 0.55rem;
  background: #e6e1db;
}

.nav-accordion {
  width: 100%;
}

.nav-accordion-trigger {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid transparent !important;
  background: transparent !important;
  font: inherit;
  text-align: left;
}

.nav-accordion-panel {
  display: none;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.15rem 0 0.35rem 0.65rem;
}

.nav-accordion.is-open .nav-accordion-panel {
  display: flex;
}

.navbar_mobile-panel .nav-dropdown-link {
  padding: 0.65rem 0.85rem;
}

/* —— Inner page shared layout —— */
.page-banner {
  position: relative;
  min-height: 22rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #1f1f1f;
  color: #fff;
}

.page-banner-media,
.page-banner-overlay {
  position: absolute;
  inset: 0;
}

.page-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner-overlay {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.35) 0%, rgba(20, 20, 20, 0.78) 100%);
}

.page-banner-content {
  position: relative;
  z-index: 1;
  padding: 5.5rem 0 3rem;
  max-width: 44rem;
}

.page-banner-eyebrow {
  margin: 0 0 0.65rem;
  color: #5cc66f;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.page-banner-title {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  color: #fff;
}

.page-banner-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  max-width: 38rem;
}

.breadcrumb {
  padding: 1.25rem 0 0;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.92rem;
  color: #666;
}

.breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: 0.55rem;
  color: #aaa;
}

.breadcrumb a {
  color: #333;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #5cc66f;
}

.page-section {
  padding: 4rem 0;
  background: #fffaf5;
}

.page-section-intro {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.page-eyebrow {
  margin: 0 0 0.5rem;
  color: #5cc66f;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.page-section-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.2;
  color: #333;
}

.page-section-lead {
  margin: 0;
  color: #555;
  line-height: 1.65;
  font-size: 1.05rem;
}

.page-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.page-stat {
  background: #fff;
  border-radius: 0.85rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.page-stat strong {
  display: block;
  font-size: 1.75rem;
  color: #5cc66f;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.page-stat span {
  color: #555;
  font-size: 0.95rem;
}

.page-prose {
  max-width: 48rem;
}

.page-prose p {
  margin: 0 0 1rem;
  color: #444;
  line-height: 1.7;
  font-size: 1.05rem;
}

.benefits-grid,
.why-grid,
.process-grid,
.service-hub-grid,
.property-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.property-grid.is-sale {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.property-grid.is-list {
  grid-template-columns: 1fr;
}

.property-grid.is-list .property-card {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  align-items: stretch;
}

.property-grid.is-list .property-card-media {
  aspect-ratio: auto;
  min-height: 12rem;
}

.property-results-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.property-results-label {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem;
  color: #333;
}

.property-results-label strong {
  font-size: 1.15rem;
}

.property-results-label span {
  color: #666;
  font-weight: 600;
}

.property-results-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.property-sort {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #555;
  font-size: 0.92rem;
}

.property-sort select {
  min-height: 2.5rem;
  padding: 0.4rem 2rem 0.4rem 0.75rem;
  border: 1px solid #e6e1db;
  border-radius: 0.55rem;
  background: #fff;
  font: inherit;
}

.property-view-toggle {
  display: inline-flex;
  gap: 0.35rem;
}

.property-view-toggle button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #e6e1db;
  border-radius: 0.45rem;
  background: #fff;
  color: #555;
  cursor: pointer;
}

.property-view-toggle button.is-active {
  border-color: #5cc66f;
  color: #5cc66f;
  background: rgba(92, 198, 111, 0.08);
}

.benefits-grid,
.why-grid,
.service-hub-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefit-card,
.why-card,
.process-card,
.service-hub-card {
  background: #fff;
  border-radius: 0.9rem;
  padding: 1.5rem 1.4rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.benefit-card h3,
.why-card h3,
.process-card h3,
.service-hub-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  color: #333;
}

.benefit-card p,
.why-card p,
.process-card p,
.service-hub-card p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

.process-number {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #5cc66f;
  font-weight: 700;
  font-size: 1.1rem;
}

.service-hub-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-hub-card:hover,
.service-hub-card:active,
.service-hub-card.is-touched {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}

.service-hub-card .service-hub-cta {
  display: inline-block;
  margin-top: 1rem;
  color: #5cc66f;
  font-weight: 600;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 48rem;
}

.faq-item {
  background: #fff;
  border-radius: 0.85rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  font-size: 1.05rem;
  color: #333;
  cursor: pointer;
}

.faq-icon {
  color: #5cc66f;
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}

.faq-panel {
  display: none;
  padding: 0 1.25rem 1.15rem;
}

.faq-panel.is-open {
  display: block;
}

.faq-panel p {
  margin: 0;
  color: #555;
  line-height: 1.65;
}

.home_cta_component .button-group.is-cta {
  justify-content: flex-end;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rental-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.rental-filters-search {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  min-width: min(100%, 14rem);
  min-height: 3rem;
  height: 3rem;
  max-height: 3rem;
  border: 1px solid #e6e1db;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #fffaf5;
}

.rental-filters-search input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 1rem;
  margin: 0;
  font: inherit;
  line-height: 1.25;
  color: #333;
  -webkit-appearance: none;
  appearance: none;
}

.rental-filters-search input::-webkit-search-decoration,
.rental-filters-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.rental-filters-search input:focus {
  outline: none;
}

.rental-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3rem;
  width: 3rem;
  height: 100%;
  border: 0;
  background: #5cc66f;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.rental-search-btn:hover {
  background: #4da65d;
}

.rental-filter-select,
.rental-more-filters {
  flex: 0 1 auto;
}

.rental-filter-select select,
.rental-more-filters {
  min-height: 3rem;
  padding: 0.65rem 2rem 0.65rem 0.9rem;
  border: 1px solid #e6e1db;
  border-radius: 0.65rem;
  background: #fff;
  color: #444;
  font: inherit;
  font-size: 0.95rem;
  cursor: pointer;
}

.rental-filter-select select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.rental-more-filters {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
}

.rental-more-panel {
  display: none;
  margin: -0.75rem 0 1.5rem;
  padding: 1rem 1.15rem;
  background: #fff;
  border-radius: 0.85rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.rental-more-panel.is-open {
  display: block;
}

.rental-more-panel label {
  display: grid;
  gap: 0.4rem;
  color: #555;
  font-size: 0.92rem;
  max-width: 16rem;
}

.rental-more-panel input {
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid #e6e1db;
  border-radius: 0.55rem;
  font: inherit;
}

.rental-empty {
  display: none;
  text-align: center;
  padding: 3.5rem 1.25rem 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.rental-empty.is-visible {
  display: block;
}

.rental-empty h3 {
  margin: 0 0 0.55rem;
  font-size: 1.45rem;
  color: #333;
}

.rental-empty p {
  margin: 0 0 1.35rem;
  color: #666;
}

.rental-reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  padding: 0.65rem 1.15rem;
  border: 0;
  border-radius: 0.55rem;
  background: #6b6b6b;
  color: #fff;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.rental-reset-btn:hover {
  background: #555;
}

/* —— Property listing & detail —— */
.property-listing-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.property-listing-count {
  margin: 0;
  color: #555;
}

.property-grid.is-sale {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.property-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.property-card:hover,
.property-card:active,
.property-card.is-touched {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.property-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e4df;
}

.property-card-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.property-card-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.property-card-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.property-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.property-card:hover .property-card-slide.is-active img,
.property-card:active .property-card-slide.is-active img,
.property-card.is-touched .property-card-slide.is-active img,
.property-card.is-inview .property-card-slide.is-active img {
  transform: scale(1.04);
}

.property-card-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #222;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.property-card-media:hover .property-card-nav,
.property-card-media:focus-within .property-card-nav {
  opacity: 1;
}

@media (hover: none) {
  .property-card-nav {
    opacity: 1;
  }
}

.property-card-nav.is-prev {
  left: 0.55rem;
}

.property-card-nav.is-next {
  right: 0.55rem;
}

.property-card-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.65rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  pointer-events: none;
}

.property-card-dot {
  pointer-events: auto;
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.property-card-dot.is-active {
  background: #5cc66f;
  transform: scale(1.2);
}

.property-card-badges {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.property-badge {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  border-radius: 0.4rem;
  background: #5cc66f;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
}

.property-badge.is-featured {
  background: #c4a35a;
  color: #fff;
}

.property-badge.is-new {
  background: #5cc66f;
}

.property-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.25rem 1.3rem 1.4rem;
  flex: 1;
}

.property-card-price {
  margin: 0;
  color: #5cc66f;
  font-weight: 700;
  font-size: 1.15rem;
}

.property-card-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: #333;
}

.property-card-location {
  margin: 0;
  color: #888;
  line-height: 1.45;
  font-size: 0.88rem;
}

.property-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  color: #444;
  font-size: 0.9rem;
}

.property-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.85rem;
}

.property-card-type {
  color: #777;
  font-size: 0.88rem;
}

.property-card-cta {
  color: #5cc66f;
  font-weight: 600;
  font-size: 0.92rem;
}

.property-detail {
  padding: 2.5rem 0 4rem;
  background: #fffaf5;
}

.property-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
  gap: 2rem;
  align-items: start;
}

.property-gallery-main {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #e8e4df;
  aspect-ratio: 3 / 2;
}

.property-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.property-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #222;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.property-gallery-nav.is-prev {
  left: 0.85rem;
}

.property-gallery-nav.is-next {
  right: 0.85rem;
}

.property-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(var(--gallery-cols, 4), minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.property-gallery-thumb {
  border: 2px solid transparent;
  border-radius: 0.65rem;
  overflow: hidden;
  padding: 0;
  background: #ddd;
  cursor: pointer;
  aspect-ratio: 4 / 3;
}

.property-gallery-thumb.is-active,
.property-gallery-thumb:hover {
  border-color: #5cc66f;
}

.property-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.property-side-panel {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 6rem;
}

.property-side-panel .property-card-price {
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}

.property-side-panel h1 {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
  line-height: 1.3;
  color: #333;
}

.property-side-panel .property-card-location {
  margin-bottom: 1rem;
}

.property-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}

.property-specs li {
  background: #fffaf5;
  border-radius: 0.55rem;
  padding: 0.7rem 0.8rem;
}

.property-specs strong {
  display: block;
  font-size: 0.78rem;
  color: #777;
  font-weight: 500;
  margin-bottom: 0.15rem;
}

.property-specs span {
  color: #333;
  font-size: 0.95rem;
}

.property-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.property-features li {
  background: #fffaf5;
  border-radius: 0.4rem;
  padding: 0.4rem 0.7rem;
  font-size: 0.88rem;
  color: #444;
}

.property-content-block {
  margin-top: 2.5rem;
}

.property-content-block h2 {
  margin: 0 0 0.85rem;
  font-size: 1.45rem;
  color: #333;
}

.property-content-block p {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 1.05rem;
}

.about-hero {
  position: relative;
  min-height: min(72vh, 34rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #1c1c1c;
  color: #fff;
}

.about-hero-media,
.about-hero-shade {
  position: absolute;
  inset: 0;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.about-hero-shade {
  background:
    linear-gradient(115deg, rgba(18, 18, 18, 0.82) 0%, rgba(18, 18, 18, 0.45) 48%, rgba(18, 18, 18, 0.55) 100%),
    linear-gradient(0deg, rgba(18, 18, 18, 0.72) 0%, transparent 55%);
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  padding: 7rem 0 3.5rem;
  max-width: 42rem;
}

.about-hero-eyebrow {
  margin: 0 0 0.85rem;
  color: #5cc66f;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.about-hero-brand {
  margin: 0 0 1rem;
  font-size: clamp(3.4rem, 9vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 700;
}

.about-hero-lead {
  margin: 0;
  max-width: 32rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.about-breadcrumb-wrap {
  background: #fffaf5;
  padding-top: 1rem;
  padding-bottom: 0;
}

.about-story {
  padding: 3.5rem 0 4rem;
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(92, 198, 111, 0.1), transparent 60%),
    #fffaf5;
}

.about-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.about-story-copy .page-eyebrow {
  margin-bottom: 0.75rem;
}

.about-story-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  line-height: 1.15;
  color: #2f2f2f;
  letter-spacing: -0.02em;
}

.about-story-copy p:last-child {
  margin: 0;
  color: #555;
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 36rem;
}

.about-story-visual {
  position: relative;
  min-height: 28rem;
}

.about-story-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 1.15rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
}

.about-story-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story-frame.is-main {
  width: 78%;
  margin-left: auto;
  aspect-ratio: 4 / 5;
}

.about-story-frame.is-accent {
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  width: 48%;
  aspect-ratio: 4 / 5;
  border: 4px solid #fffaf5;
}

.about-stats-band {
  padding: 0 0 4rem;
  background: #fffaf5;
}

.about-stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 1.75rem 0 0;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.about-stats-row li {
  text-align: left;
  padding-right: 1rem;
}

.about-stats-row strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  line-height: 1;
  color: #5cc66f;
  letter-spacing: -0.03em;
}

.about-stats-row span {
  color: #555;
  font-size: 1rem;
}

.about-mission-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 5.5rem 0;
}

.about-mission-bg,
.about-mission-veil {
  position: absolute;
  inset: 0;
}

.about-mission-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-mission-veil {
  background: linear-gradient(105deg, rgba(22, 28, 24, 0.92) 0%, rgba(22, 28, 24, 0.72) 55%, rgba(22, 28, 24, 0.55) 100%);
}

.about-mission-content {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}

.about-mission-eyebrow {
  margin: 0 0 1rem;
  color: #5cc66f;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.about-mission-content h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.85rem, 3.5vw, 2.8rem);
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.02em;
}

.about-mission-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-services {
  padding: 4.5rem 0;
  background: #fffaf5;
}

.about-services-head {
  max-width: 38rem;
  margin-bottom: 2.25rem;
}

.about-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.about-service-row {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: start;
  padding: 1.55rem 0.35rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease, padding-left 0.2s ease;
}

.about-service-row:hover {
  background: rgba(92, 198, 111, 0.06);
  padding-left: 0.65rem;
}

.about-service-index {
  font-weight: 700;
  color: #5cc66f;
  font-size: 1rem;
  padding-top: 0.35rem;
  min-width: 1.75rem;
}

.about-service-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.about-service-icon img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}

.about-service-title {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2f2f2f;
  line-height: 1.3;
}

.about-service-text {
  display: block;
  color: #666;
  line-height: 1.65;
  font-size: 0.98rem;
  max-width: 44rem;
}

.about-service-arrow {
  color: #5cc66f;
  font-size: 1.35rem;
  padding-top: 0.25rem;
  transition: transform 0.2s ease;
}

.about-service-row:hover .about-service-arrow {
  transform: translateX(4px);
}

.about-coop {
  padding: 2rem 0 5rem;
  background:
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(92, 198, 111, 0.08), transparent 55%),
    #fffaf5;
}

.about-coop-intro {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.about-coop-intro.is-centered {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.75rem;
  text-align: center;
}

.about-coop-title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #2f2f2f;
}

.about-coop-lead {
  margin: 0;
  color: #555;
  font-size: 1.08rem;
  line-height: 1.7;
}

.about-brands-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.about-brands-item {
  min-width: 0;
}

.about-brands-card {
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(40, 30, 20, 0.08);
  border-radius: 1rem;
  box-shadow: 0 10px 28px rgba(40, 30, 20, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-brands-card img {
  display: block;
  width: auto;
  max-width: 9.5rem;
  height: auto;
  max-height: 3.25rem;
  object-fit: contain;
  filter: grayscale(0.15);
  opacity: 0.92;
  transition: transform 0.28s ease, opacity 0.28s ease, filter 0.28s ease;
}

.about-brands-card:hover,
.about-brands-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(92, 198, 111, 0.35);
  box-shadow: 0 16px 34px rgba(40, 30, 20, 0.1);
}

.about-brands-card:hover img,
.about-brands-card:focus-within img {
  transform: scale(1.04);
  filter: none;
  opacity: 1;
}

.about-coop-mosaic {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: 14rem 14rem;
  gap: 0.85rem;
}

.about-coop-tile {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  min-height: 14rem;
}

.about-coop-tile.is-1 {
  grid-row: 1 / span 2;
  min-height: 100%;
}

.about-coop-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.about-coop-tile-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.05) 20%, rgba(20, 20, 20, 0.78) 100%);
  transition: background 0.3s ease;
}

.about-coop-tile-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.35rem;
  color: #fff;
  z-index: 1;
}

.about-coop-tile-copy h3 {
  margin: 0 0 0.3rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.about-coop-tile-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 18rem;
}

.about-coop-tile:hover img,
.about-coop-tile:active img,
.about-coop-tile.is-touched img,
.about-coop-tile.is-inview img {
  transform: scale(1.05);
}

.about-coop-tile:hover .about-coop-tile-shade,
.about-coop-tile:active .about-coop-tile-shade,
.about-coop-tile.is-touched .about-coop-tile-shade,
.about-coop-tile.is-inview .about-coop-tile-shade {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.1) 10%, rgba(20, 48, 28, 0.82) 100%);
}

.about-coop-mosaic.is-brands {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: 1rem;
}

.about-coop-mosaic.is-brands .about-coop-tile.is-1 {
  grid-row: auto;
  min-height: 11rem;
}

.about-coop-tile.is-brand {
  min-height: 11rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 22px rgba(40, 30, 20, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.about-coop-tile.is-brand img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 5.5rem;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.about-coop-tile.is-brand:hover img,
.about-coop-tile.is-brand:active img,
.about-coop-tile.is-brand.is-touched img,
.about-coop-tile.is-brand.is-inview img {
  transform: scale(1.06);
}

/* —— Über uns page motion —— */
@keyframes about-hero-zoom {
  from {
    transform: scale(1.12);
  }
  to {
    transform: scale(1.04);
  }
}

@keyframes about-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes about-rise-left {
  from {
    opacity: 0;
    transform: translate(-24px, 18px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes about-mission-zoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

.about-hero-media img {
  animation: about-hero-zoom 7.5s ease-out forwards;
}

.about-hero-inner > * {
  opacity: 0;
  animation: about-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-hero-eyebrow {
  animation-delay: 0.18s;
}

.about-hero-brand {
  animation-delay: 0.34s;
}

.about-hero-lead {
  animation-delay: 0.52s;
}

.about-story .about-story-copy,
.about-story .about-story-frame {
  opacity: 0;
  transform: translateY(28px);
}

.about-story.is-visible .about-story-copy {
  animation: about-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

.about-story.is-visible .about-story-frame.is-main {
  animation: about-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.about-story.is-visible .about-story-frame.is-accent {
  animation: about-rise-left 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.38s forwards;
}

.about-stats-row li {
  opacity: 0;
  transform: translateY(18px);
}

.about-stats-band.is-visible .about-stats-row li {
  animation: about-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-stats-band.is-visible .about-stats-row li:nth-child(1) {
  animation-delay: 0.05s;
}

.about-stats-band.is-visible .about-stats-row li:nth-child(2) {
  animation-delay: 0.16s;
}

.about-stats-band.is-visible .about-stats-row li:nth-child(3) {
  animation-delay: 0.27s;
}

.about-mission-band .about-mission-content {
  opacity: 0;
  transform: translateY(24px);
}

.about-mission-band.is-visible .about-mission-content {
  animation: about-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}

.about-mission-band.is-visible .about-mission-bg img {
  animation: about-mission-zoom 8s ease-out forwards;
}

.about-services .about-service-list > li {
  opacity: 0;
  transform: translateY(16px);
}

.about-services.is-visible .about-service-list > li {
  animation: about-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--about-delay, 0ms);
}

.about-coop .about-coop-intro {
  opacity: 0;
  transform: translateY(20px);
}

.about-coop .about-coop-tile,
.about-coop .about-brands-item {
  opacity: 0;
  transform: translateY(22px) scale(0.98);
}

.about-coop.is-visible .about-coop-intro {
  animation: about-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-coop.is-visible .about-coop-tile,
.about-coop.is-visible .about-brands-item {
  animation: about-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--about-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-media img,
  .about-hero-inner > *,
  .about-story .about-story-copy,
  .about-story .about-story-frame,
  .about-story.is-visible .about-story-copy,
  .about-story.is-visible .about-story-frame.is-main,
  .about-story.is-visible .about-story-frame.is-accent,
  .about-stats-row li,
  .about-stats-band.is-visible .about-stats-row li,
  .about-mission-band .about-mission-content,
  .about-mission-band.is-visible .about-mission-content,
  .about-mission-band.is-visible .about-mission-bg img,
  .about-services .about-service-list > li,
  .about-services.is-visible .about-service-list > li,
  .about-coop .about-coop-intro,
  .about-coop .about-coop-tile,
  .about-coop .about-brands-item,
  .about-coop.is-visible .about-coop-intro,
  .about-coop.is-visible .about-coop-tile,
  .about-coop.is-visible .about-brands-item {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 991px) {
  .page-banner {
    min-height: 18rem;
  }

  .page-banner-content {
    padding: 4.5rem 0 2.25rem;
  }

  .benefits-grid,
  .why-grid,
  .service-hub-grid,
  .property-grid,
  .process-grid,
  .property-detail-layout,
  .about-story-layout {
    grid-template-columns: 1fr;
  }

  .about-coop-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .about-brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .about-brands-card {
    height: 7.75rem;
    padding: 1.15rem 1.25rem;
  }

  .about-brands-card img {
    max-width: 8.5rem;
    max-height: 2.85rem;
  }

  .about-coop-tile.is-1 {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 16rem;
  }

  .about-coop-tile {
    min-height: 12rem;
  }

  .page-stats {
    grid-template-columns: 1fr;
  }

  .about-stats-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .about-story-visual {
    min-height: 22rem;
    max-width: 28rem;
    margin-inline: auto;
  }

  .about-hero-brand {
    font-size: clamp(2.5rem, 12vw, 4.5rem);
  }

  .about-service-body {
    min-width: 0;
  }

  .about-service-row:hover {
    padding-left: 0.35rem;
  }

  .property-grid,
  .property-grid.is-sale {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-grid.is-list .property-card {
    grid-template-columns: 1fr;
  }

  .property-specs {
    grid-template-columns: 1fr;
  }

  .property-card-body {
    min-width: 0;
  }

  .nav-dropdown-panel.is-leistungen {
    min-width: 0;
    max-width: min(22rem, calc(100vw - 2rem));
    right: 0;
    left: auto;
  }

  .about-service-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
  }

  .about-service-icon {
    display: none;
  }

  .about-mission-band {
    padding: 4rem 0;
  }

  .property-side-panel {
    position: static;
  }

  .property-gallery-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(4.5rem, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .property-listing-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .property-gallery-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-grid,
  .property-grid.is-sale,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .property-results-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-hero {
    min-height: 22rem;
  }

  .about-hero-inner {
    padding: 5.5rem 0 2.5rem;
  }

  .about-stats-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .about-story-frame.is-main {
    width: 100%;
  }

  .about-story-frame.is-accent {
    width: 42%;
    bottom: 0.75rem;
  }

  .about-service-arrow {
    display: none;
  }

  .about-coop-mosaic {
    grid-template-columns: 1fr;
  }

  .about-brands-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .about-brands-card {
    height: 7rem;
  }

  .about-coop-tile.is-1 {
    grid-column: auto;
    min-height: 14rem;
  }

  .home_services_tabs-link .tab-heading {
    white-space: normal;
  }

  .page-banner-title {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .page-section-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .property-filters-row {
    flex-direction: column;
    align-items: stretch;
  }

  .property-filters-search {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    min-height: 2.85rem;
    height: 2.85rem;
    max-height: 2.85rem;
  }

  .property-filters-field,
  .property-filters-field select,
  .property-filters-more {
    width: 100%;
  }

  .property-filters-field select,
  .property-filters-more {
    min-height: 2.85rem;
    height: 2.85rem;
  }

  .property-filters-extra-field {
    max-width: none;
  }

  .property-filters-extra-field input {
    width: 100%;
  }

  .rental-filters {
    flex-direction: column;
  }

  .rental-filters-search {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    min-height: 2.85rem;
    height: 2.85rem;
    max-height: 2.85rem;
  }

  .rental-search-btn {
    flex-basis: 2.85rem;
    width: 2.85rem;
  }

  .rental-filter-select,
  .rental-filter-select select,
  .rental-more-filters {
    width: 100%;
  }

  .property-grid.is-list .property-card-link {
    grid-template-columns: 1fr;
  }
}

/* —— Property listing polish —— */
.property-listing {
  padding-top: 2rem !important;
}

.property-filters {
  margin-bottom: 1.5rem;
}

.property-filters-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.6rem;
  padding: 0.85rem;
  background: #fff;
  border-radius: 0.9rem;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
}

.property-filters-search {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  min-width: min(100%, 13rem);
  min-height: 2.85rem;
  height: 2.85rem;
  max-height: 2.85rem;
  border: 1px solid #e8e3dc;
  border-radius: 0.55rem;
  overflow: hidden;
  background: #fff;
}

.property-filters-search input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 0.9rem;
  margin: 0;
  font: inherit;
  font-size: 0.94rem;
  line-height: 1.25;
  color: #333;
  -webkit-appearance: none;
  appearance: none;
}

.property-filters-search input::-webkit-search-decoration,
.property-filters-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.property-filters-search input:focus {
  outline: none;
}

.property-filters-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.85rem;
  width: 2.85rem;
  height: 100%;
  border: 0;
  background: #5cc66f;
  color: #fff;
  cursor: pointer;
}

.property-filters-search-btn:hover {
  background: #4da65d;
}

.property-filters-field select,
.property-filters-more {
  min-height: 2.85rem;
  padding: 0.55rem 1.9rem 0.55rem 0.85rem;
  border: 1px solid #e8e3dc;
  border-radius: 0.55rem;
  background-color: #fff;
  color: #444;
  font: inherit;
  font-size: 0.94rem;
  cursor: pointer;
}

.property-filters-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
}

.property-filters-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding-right: 0.9rem;
}

.property-filters-caret {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.property-filters-extra {
  display: none;
  margin-top: 0.65rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border-radius: 0.85rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.property-filters-extra.is-open {
  display: block;
}

.property-filters-extra-field {
  display: grid;
  gap: 0.4rem;
  max-width: 16rem;
  color: #555;
  font-size: 0.92rem;
}

.property-filters-extra-field input {
  min-height: 2.65rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid #e8e3dc;
  border-radius: 0.5rem;
  font: inherit;
}

.property-results-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2f2f2f;
}

.property-results-count {
  color: #666;
  font-weight: 600;
  font-size: 0.95rem;
}

.property-card {
  display: block;
  background: #fff;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.property-card[hidden] {
  display: none !important;
}

.property-card-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none !important;
}

.property-card-meta-icon {
  display: inline-flex;
  color: #5cc66f;
}

.property-card-meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.property-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.property-card-price {
  color: #2f2f2f !important;
}

.property-card-type {
  margin: auto 0 0;
  padding-top: 0.65rem;
  color: #777;
  font-size: 0.86rem;
}

.property-grid.is-list .property-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.property-empty {
  display: none;
  text-align: center;
  padding: 3.25rem 1.25rem;
  margin-top: 0.5rem;
  background: #fff;
  border-radius: 0.9rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.property-empty.is-visible {
  display: block;
}

.property-empty h2 {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
  color: #333;
}

.property-empty p {
  margin: 0 0 1.25rem;
  color: #666;
}

.property-empty-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.6rem 1.15rem;
  border: 0;
  border-radius: 0.5rem;
  background: #5cc66f;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.property-empty-reset:hover {
  background: #4da65d;
}

/* —— Bauprojekte service page —— */
.bau-intro-block {
  margin-top: 2.5rem;
  max-width: 46rem;
}

.bau-intro-block .button {
  margin-top: 1.25rem;
}

.bau-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.bau-pillar {
  background: #fff;
  border-radius: 0.95rem;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.bau-pillar h3 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  color: #2f2f2f;
}

.bau-pillar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.bau-pillar li {
  display: grid;
  gap: 0.3rem;
}

.bau-pillar strong {
  color: #333;
  font-size: 1rem;
}

.bau-pillar span {
  color: #666;
  line-height: 1.55;
  font-size: 0.95rem;
}

.bau-philosophy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.bau-philosophy-layout img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.bau-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.bau-project-card {
  background: #fff;
  border-radius: 0.95rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.bau-project-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e4df;
}

.bau-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bau-project-body {
  padding: 1.25rem 1.3rem 1.4rem;
}

.bau-project-body h3 {
  margin: 0 0 0.55rem;
  font-size: 1.1rem;
  color: #2f2f2f;
}

.bau-project-body > p {
  margin: 0 0 1rem;
  color: #555;
  line-height: 1.55;
}

.bau-project-body dl {
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.bau-project-body dt {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5cc66f;
  margin-bottom: 0.15rem;
}

.bau-project-body dd {
  margin: 0;
  color: #555;
  line-height: 1.5;
  font-size: 0.95rem;
}

.bau-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.bau-story-card {
  margin: 0;
  background: #fff;
  border-radius: 0.95rem;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.bau-story-card p {
  margin: 0 0 1rem;
  color: #444;
  line-height: 1.6;
  font-size: 1.05rem;
}

.bau-story-card footer {
  color: #5cc66f;
  font-weight: 600;
  font-size: 0.92rem;
}

.bau-invest-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.bau-invest-panel .page-section-title {
  margin-bottom: 0.5rem;
}

.bau-invest-panel .page-section-lead {
  margin: 0;
  max-width: 36rem;
}

.bau-invest-panel .button.is-secondary {
  background: transparent;
  color: #5cc66f;
  border: 1.5px solid #5cc66f;
  box-shadow: none;
}

.bau-invest-panel .button.is-secondary:hover {
  background: rgba(92, 198, 111, 0.08);
}

.invest-why-grid {
  margin-top: 1.75rem;
}

.invest-callout {
  margin-top: 1.75rem;
}

.invest-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.invest-services-grid .bau-pillar p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.kv-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.bau-stories-grid.is-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width: 991px) {
  .invest-services-grid,
  .bau-stories-grid.is-six,
  .kv-audience-grid,
  .bau-pillars,
  .bau-project-grid,
  .bau-stories-grid,
  .bau-philosophy-layout {
    grid-template-columns: 1fr;
  }
}

.property-view-toggle button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* Accessible skip link � off-screen until focused */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1.25rem;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 0.5rem 0;
}

.skip-link:focus {
  left: 0;
}
