/*
 * NODOS by G — homepage/footer presentation refinements
 * Scope: CSS-only. No homepage content, WPML settings, menus, or products changed.
 */

/*
 * I-027: make the final homepage "AN ORGANIC PROJECT" section readable while
 * keeping it in the site's sharper editorial language. Use a section-level wash
 * over the image instead of a floating frosted card, and style the CTA like the
 * rest of the homepage's rectangular dark buttons.
 */
.home .uagb-block-c3706a7a {
  position: relative;
  isolation: isolate;
  min-height: clamp(28rem, 40vw, 34rem);
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem);
  overflow: hidden;
}

.home .uagb-block-c3706a7a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    90deg,
    rgba(251, 248, 244, 0.96) 0%,
    rgba(251, 248, 244, 0.88) 42%,
    rgba(251, 248, 244, 0.46) 72%,
    rgba(251, 248, 244, 0.18) 100%
  );
  pointer-events: none;
}

.home .uagb-block-c3706a7a > .uagb-container-inner-blocks-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(100%, 1200px);
  margin-inline: auto;
}

.home .uagb-block-2ba8fcfd .uagb-ifb-content {
  max-width: min(46rem, 100%);
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: left;
}

.home .uagb-block-2ba8fcfd .uagb-ifb-title-prefix,
.home .uagb-block-2ba8fcfd .uagb-ifb-title {
  color: #26222f;
  text-shadow: none;
  text-align: left;
}

.home .uagb-block-2ba8fcfd .uagb-ifb-title-prefix {
  margin-bottom: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home .uagb-block-2ba8fcfd .uagb-ifb-title {
  max-width: 46rem;
  margin: 0 0 1.6rem;
  font-size: clamp(1.45rem, 2.35vw, 2rem);
  line-height: 1.42;
  font-weight: 500;
}

.home .uagb-block-2ba8fcfd .uagb-ifb-button-wrapper {
  text-align: left;
}

.home .uagb-block-2ba8fcfd .uagb-infobox-cta-link {
  border-radius: 0 !important;
  padding: 16px 28px;
  min-height: 3.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* I-028: the header already owns language switching; the static footer WPML
 * selector is duplicate plugin chrome at the end of the page.
 */
.wpml-ls-statics-footer {
  display: none !important;
}

@media (max-width: 767px) {
  .home .uagb-block-c3706a7a {
    min-height: auto;
    padding-block: 2.75rem;
  }

  .home .uagb-block-c3706a7a::before {
    background: rgba(251, 248, 244, 0.9);
  }

  .home .uagb-block-2ba8fcfd .uagb-ifb-title {
    font-size: clamp(1.3rem, 6vw, 1.65rem);
    line-height: 1.38;
  }
}
