/*
Theme Name: Eco Exclusive
Theme URI: https://eco-exclusive.com/
Author: Nart Kosova
Author URI: https://eco-exclusive.com/
Description: Custom classic WordPress theme for Eco Exclusive.
Version: 1.0.0
Text Domain: eco-exclusive
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.elementor-widget-eco-hero-split,
.elementor-widget-eco-highlights-grid,
.elementor-widget-eco-about-section,
.elementor-widget-eco-responsive-gallery,
.elementor-widget-eco-showcase-cards,
.elementor-widget-eco-fullscreen-hero,
.elementor-widget-eco-footer-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.elementor-widget-eco-hero-split > .elementor-widget-container,
.elementor-widget-eco-highlights-grid > .elementor-widget-container,
.elementor-widget-eco-about-section > .elementor-widget-container,
.elementor-widget-eco-responsive-gallery > .elementor-widget-container,
.elementor-widget-eco-showcase-cards > .elementor-widget-container,
.elementor-widget-eco-fullscreen-hero > .elementor-widget-container,
.elementor-widget-eco-footer-section > .elementor-widget-container {
  width: 100%;
}

.elementor-widget-eco-about-section .eco-about-image-frame img,
.elementor-widget-eco-about-section .eco-about-image-frame picture,
.elementor-widget-eco-about-section .eco-about-image-frame picture img,
.elementor-widget-eco-responsive-gallery .eco-values-gallery-card img,
.elementor-widget-eco-showcase-cards .eco-universe-showcase-media img,
.elementor-widget-eco-fullscreen-hero .eco-fromager-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eco-header {
  position: fixed;
  top: 0.45rem;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 0;
  transition: transform 260ms ease, padding 260ms ease;
}

.eco-header-bar {
  width: 100%;
  background: transparent;
}

.eco-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.8rem 1.25rem 0;
}

.eco-header-brand {
  display: flex;
  align-items: center;
}

.eco-header-logo {
  display: block;
  max-width: 130px;
}

.eco-header-title {
  display: flex;
  flex-direction: column;
}

.eco-header-kicker {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #82b71b;
}

.eco-header-name {
  font-size: 1.35rem;
  color: #fff;
}

.eco-header-nav {
  display: none;
  align-items: center;
}

.eco-header-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eco-header-menu a {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 220ms ease;
}

.eco-header-menu a:hover,
.eco-header-menu .current-menu-item > a,
.eco-header-menu .current_page_item > a {
  color: #fff;
}

.eco-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.eco-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #fff;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.eco-menu-toggle:hover {
  border-color: rgba(246, 182, 81, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

.eco-menu-toggle-lines {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.eco-menu-toggle-lines span {
  display: block;
  width: 1rem;
  height: 1px;
  background: currentColor;
}

.eco-mobile-menu {
  padding: 0 1.25rem 1.25rem;
  border-top: 0;
  background: transparent;
}

.eco-mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.eco-mobile-menu-list a {
  display: block;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  text-decoration: none;
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}

.eco-mobile-menu-list a:hover {
  border-color: rgba(130, 183, 27, 0.4);
  background: rgba(255, 255, 255, 0.06);
  color: #f6b651;
}

.eco-mobile-menu-email {
  display: inline-flex;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.eco-mobile-menu-email:hover {
  color: #82b71b;
}

.eco-mobile-menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  margin-top: 1rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  background: #f6b651;
  color: #232010;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.eco-mobile-menu-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(246, 223, 90, 0.2);
}

.eco-header-scrolled {
  padding-top: 0;
}

.eco-header-scrolled .eco-header-bar {
  background: transparent;
}

.eco-header-hidden {
  transform: translateY(-100%);
}

.eco-site-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(130, 183, 27, 0.14), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(7, 67, 99, 0.18), transparent 28%),
    radial-gradient(circle at 50% 62%, rgba(246, 182, 81, 0.08), transparent 24%),
    linear-gradient(180deg, #030303 0%, #080808 45%, #050505 100%);
}

.eco-site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 12%, rgba(130, 183, 27, 0.08), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(7, 67, 99, 0.10), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(246, 182, 81, 0.06), transparent 28%);
  opacity: 0.9;
  z-index: 0;
}

.eco-site-shell > * {
  position: relative;
  z-index: 1;
}

.eco-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0;
}

.eco-hero-background,
.eco-hero-topfade {
  position: absolute;
  inset: 0;
}

.eco-hero-background {
  background:
    radial-gradient(circle at 18% 26%, rgba(130, 183, 27, 0.22), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(7, 67, 99, 0.24), transparent 28%),
    radial-gradient(circle at 56% 78%, rgba(246, 182, 81, 0.12), transparent 24%);
}

.eco-hero-topfade {
  inset: 0 0 auto;
  height: 10rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
}

.eco-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 80rem;
  min-height: calc(100vh - 7rem);
  margin: 0 auto;
  align-items: center;
  gap: 2.5rem;
}

.eco-hero-split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.eco-hero-panel {
  position: relative;
  min-height: 26rem;
  overflow: hidden;
  background: #050505;
}

.eco-hero-image-left,
.eco-hero-image-right {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-hero-image-left {
  object-position: center center;
}

.eco-hero-image-right {
  object-position: center 28%;
}

.eco-hero-panel-overlay {
  position: absolute;
  inset: 0;
}

.eco-hero-panel-overlay-gold {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(17, 9, 7, 0.92)),
    linear-gradient(90deg, rgba(43, 21, 17, 0.55), rgba(43, 21, 17, 0.16)),
    radial-gradient(circle at top left, rgba(246, 182, 81, 0.28), transparent 44%);
}

.eco-hero-panel-overlay-green {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(4, 17, 25, 0.92)),
    linear-gradient(270deg, rgba(7, 67, 99, 0.52), rgba(7, 67, 99, 0.14)),
    radial-gradient(circle at top right, rgba(130, 183, 27, 0.26), transparent 44%);
}

.eco-hero-panel-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 1.5rem;
}

.eco-hero-panel-content-left {
  text-align: left;
}

.eco-hero-panel-content-right {
  text-align: right;
}

.eco-hero-panel-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #fff;
}

.eco-hero-center {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  width: min(90%, 34rem);
  transform: translate(-50%, -50%);
}

.eco-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(7, 67, 99, 0.2), rgba(255, 255, 255, 0.05) 42%, rgba(0, 0, 0, 0.4)),
    rgba(8, 8, 8, 0.48);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
  text-align: center;
}

.eco-hero-heading {
  margin-top: 1.25rem;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.98;
  color: #fff;
}

.eco-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .eco-header {
    padding: 0;
  }

  .eco-header-row {
    padding: 1.5rem 2rem 0;
  }

  .eco-header-nav {
    display: flex;
  }

  .eco-menu-toggle {
    display: none;
  }

  .eco-hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .eco-hero-split {
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    min-height: 100svh;
  }

  .eco-hero-panel {
    min-height: 100vh;
    min-height: 100svh;
  }

  .eco-hero-actions {
    flex-direction: row;
  }
}

@media (min-width: 1100px) {
  .eco-hero-copy {
    padding: 2.5rem 2.25rem;
  }
}

@media (max-width: 767px) {
  .eco-header-row {
  }

  .eco-hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .eco-hero-center {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
    padding: 1rem;
    margin-top: -10rem;
  }
}

/* Latest hero + navbar direction */
.eco-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding: 0.5rem 1rem 0;
}

.eco-header-bar {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  background: transparent;
}

.eco-header-row {
  gap: 1.25rem;
}

.eco-header-kicker {
  display: none;
}

.eco-header-menu {
  gap: 1.5rem;
}

.eco-header-menu li {
  position: relative;
}

.eco-header-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.9rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 999px;
  background: rgba(246, 182, 81, 0.95);
  transform: translateY(-50%);
}

.eco-header-menu a {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.eco-header-menu a:hover,
.eco-header-menu .current-menu-item > a,
.eco-header-menu .current_page_item > a {
  color: #f6b651;
}

.eco-header-actions {
  gap: 0.9rem;
}

.eco-header-contact {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  color: #fff;
  text-decoration: none;
}

.eco-header-contact-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.72);
}

.eco-header-contact-value {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.eco-header-cta {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0 1.9rem;
  border-radius: 999px;
  background: #f6b651;
  color: #232010;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.eco-header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(246, 223, 90, 0.24);
}

.eco-footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  padding-top: 0.75rem;
}

.eco-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  transition: transform 220ms ease, opacity 220ms ease;
}

.eco-footer-logo:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

.eco-footer-logo img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.eco-footer-logo-horizonti img {
  max-width: 8rem;
  max-height: 8rem;
}

.eco-footer-logo-fromager img {
  max-width: 17rem;
  max-height: 6rem;
}

.eco-mobile-menu {
  margin-top: 0.35rem;
  padding: 0.85rem 1rem 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.eco-mobile-menu-list {
  margin-top: 0;
}

.eco-hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 1rem;
}

.eco-hero-frame {
  position: relative;
  min-height: calc(100vh - 2rem);
  min-height: calc(100svh - 2rem);
  overflow: hidden;
  border-radius: 2rem;
  background: #07130e;
}

.eco-hero-frame::before,
.eco-hero-frame::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

.eco-hero-frame::after {
  inset: 0 0 0 auto;
}

.eco-hero-image-main,
.eco-hero-background,
.eco-hero-topfade,
.eco-hero-vignette {
  position: absolute;
  inset: 0;
}

.eco-hero-image-main {
  z-index: 0;
  right: auto;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

.eco-hero-background {
  z-index: 0;
  left: 50%;
  background-image: url('/wp-content/themes/eco-exclusive/assets/src/images/fromager/image.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.eco-hero-topfade {
  z-index: 2;
  inset: 0 0 auto;
  height: 12rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent);
}

.eco-hero-vignette {
  z-index: 2;
  background:
    radial-gradient(circle at 10% 84%, rgba(255, 255, 255, 0.12), transparent 14%),
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, 0.11), transparent 16%);
  filter: blur(18px);
  opacity: 0.65;
}

.eco-hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: calc(100vh - 2rem);
  min-height: calc(100svh - 2rem);
  align-items: stretch;
  justify-content: space-between;
  max-width: 104rem;
  margin: 0 auto;
  padding: 8rem 3rem 3rem;
}

.eco-hero-panel {
  display: flex;
  flex: 0 0 50%;
  min-height: 100%;
  align-items: flex-end;
  background: transparent;
}

.eco-hero-panel-right {
  justify-content: flex-end;
}

.eco-hero-middle {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: min(60rem, calc(100% - 2rem));
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.eco-hero-middle-text {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.9;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.28);
}

.eco-hero-copy {
  display: flex;
  flex-direction: column;
  max-width: 48rem;
  min-height: 20rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: left;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.eco-hero-copy-left {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-1.5rem);
}

.eco-hero-copy-right {
  opacity: 0;
  visibility: hidden;
  text-align: right;
  transform: translateX(1.5rem);
}

.eco-hero-copy-right .eco-hero-actions {
  justify-content: flex-end;
}

.eco-hero-copy-right .eco-hero-badge {
  align-self: flex-end;
}

.eco-hero-copy-right .eco-hero-brand-logo-wrap {
  align-self: flex-end;
}

.eco-hero-copy-right .eco-hero-actions a {
  pointer-events: none;
}

.eco-hero-copy-left .eco-hero-actions a {
  pointer-events: none;
}

.eco-hero-frame:has(.eco-hero-panel-left:hover) .eco-hero-copy-left {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.eco-hero-frame:has(.eco-hero-panel-left:hover) .eco-hero-copy-left .eco-hero-actions a {
  pointer-events: auto;
}

.eco-hero-frame:has(.eco-hero-panel-right:hover) .eco-hero-copy-right {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.eco-hero-frame:has(.eco-hero-panel-right:hover) .eco-hero-copy-right .eco-hero-actions a {
  pointer-events: auto;
}

.eco-hero-badge {
  display: inline-flex;
  align-self: flex-start;
  width: fit-content;
  max-width: max-content;
  padding: 0.55rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.eco-hero-brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}

.eco-hero-brand-logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.eco-hero-brand-logo-horizonti {
  max-width: 7rem;
  max-height: 7rem;
}

.eco-hero-brand-logo-fromager {
  max-width: 16rem;
  max-height: 5.5rem;
}

.eco-hero-brand-logo-wrap-right .eco-hero-brand-logo-fromager {
  max-width: 20rem;
  max-height: 7rem;
}

.eco-hero-heading {
  margin-top: 1.6rem;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.9;
  color: #fff;
  text-wrap: balance;
}

.eco-hero-heading-accent {
  display: block;
}

.eco-hero-subtitle {
  max-width: 42rem;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  line-height: 1.7;
}

.eco-hero-actions {
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2rem;
}

.eco-hero-mobile-actions {
  display: none;
}

.eco-hero-actions a {
  min-height: 3.8rem;
  padding: 0 1.7rem;
  border-radius: 999px;
  font-size: 0.98rem;
}

.eco-hero-actions a:first-child {
  background: #fff;
  color: #1f241c;
}

.eco-hero-actions a:only-child {
  border-color: transparent;
  background: #fff;
  color: #1f241c;
}

.eco-hero-actions a:first-child:hover {
  background: #f6b651;
  color: #1f241c;
}

.eco-hero-actions a:last-child:not(:only-child) {
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
  color: #fff;
}

.eco-hero-actions a:last-child:not(:only-child):hover {
  border-color: #f6b651;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.eco-hero-actions a:only-child:hover {
  border-color: transparent;
  background: #f6b651;
  color: #1f241c;
}

.eco-hero-mobile-actions a {
  min-height: 3.8rem;
  padding: 0 1.7rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.98rem;
}

.eco-hero-mobile-actions a:first-child {
  background: #fff;
  color: #1f241c;
}

.eco-hero-mobile-actions a:first-child:hover {
  background: #f6b651;
  color: #1f241c;
}

.eco-hero-mobile-actions a:last-child {
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
  color: #fff;
}

.eco-hero-mobile-actions a:last-child:hover {
  border-color: #f6b651;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.eco-highlights {
  max-width: 112rem;
  margin: 0 auto;
  padding: 1.25rem 1rem 0;
}

.eco-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.eco-highlights-card {
  position: relative;
  min-height: 14.75rem;
  padding: 1.7rem 1.7rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(17, 29, 23, 0.94) 0%, rgba(10, 19, 15, 0.92) 100%);
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.eco-highlights-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1.6rem 3.4rem rgba(0, 0, 0, 0.28);
}

.eco-highlights-card-top {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  margin-bottom: 1.4rem;
}

.eco-highlights-card-icon {
  position: relative;
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  border-radius: 999px;
  background: #f6b651;
  color: #24311f;
}

.eco-highlights-card-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);
  overflow: visible;
}

.eco-highlights-card-copy {
  min-width: 0;
}

.eco-highlights-card-brand {
  margin: 0 0 0.35rem;
  color: rgba(246, 223, 90, 0.74);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eco-highlights-card-title {
  margin: 0;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.1;
}

.eco-highlights-card-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.7;
}

.eco-about-section {
  padding: 1rem;
}

.eco-about-frame {
  max-width: 104rem;
  margin: 0 auto;
}

.eco-about-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: center;
  padding: 4.5rem 3rem;
}

.eco-about-shell-reversed {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.eco-about-copy {
  max-width: 42rem;
}

.eco-section-title {
  font-size: 4.6rem;
  line-height: 0.94;
}

.eco-section-text {
  font-size: 1.18rem;
  line-height: 1.8;
}

.eco-about-title {
  margin: 1.5rem 0 0;
  color: #fff;
  text-wrap: balance;
}

.eco-about-text {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.76);
}

.eco-about-text p {
  margin: 0;
}

.eco-about-actions {
  margin-top: 2rem;
}

.eco-about-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 1.2rem;
  align-items: end;
}

.eco-about-image-card {
  position: relative;
}

.eco-about-image-card-small {
  transform: translateY(2.4rem);
}

.eco-about-image-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(8, 14, 11, 0.6);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.eco-about-image-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 1.6rem 3.4rem rgba(0, 0, 0, 0.2);
}

.eco-about-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 11, 0.08), rgba(8, 14, 11, 0.32));
  pointer-events: none;
}

.eco-about-image-card-large .eco-about-image-frame {
  aspect-ratio: 0.9;
}

.eco-about-image-card-small .eco-about-image-frame {
  aspect-ratio: 0.82;
}

.eco-about-image-frame img,
.eco-about-image-frame picture,
.eco-about-image-frame video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eco-about-image-frame picture img {
  position: absolute;
  inset: 0;
}

.eco-universes-section {
  padding: 1rem 1rem 0;
}

.eco-universes-shell {
  max-width: 104rem;
  margin: 0 auto;
  padding: 4.5rem 3rem;
}

.eco-contact-section {
  padding: 1rem;
}

.eco-contact-frame {
  max-width: 104rem;
  margin: 0 auto;
}

.eco-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2.5rem;
  align-items: stretch;
  padding: 4.5rem 3rem;
}

.eco-contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 34rem;
  color: #fff;
}

.eco-contact-title {
  margin: 1.5rem 0 0;
  text-wrap: balance;
}

.eco-contact-text {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.76);
}

.eco-contact-text p {
  margin: 0;
}

.eco-contact-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.eco-contact-points p,
.eco-contact-links p {
  margin: 0;
}

.eco-contact-links {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.86);
}

.eco-contact-links a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.eco-contact-links a:hover {
  color: #82b71b;
}

.eco-contact-form-panel {
  padding: 0.75rem 0;
}

.eco-contact-form-wrap,
.eco-contact-form-empty {
  min-height: 100%;
  padding: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(7, 67, 99, 0.2), rgba(255, 255, 255, 0.04) 42%, rgba(0, 0, 0, 0.38));
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.18);
}

.eco-contact-form-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.eco-contact-form-wrap form,
.eco-contact-form-wrap .wpcf7-form,
.eco-contact-form-wrap .ff-el-group,
.eco-contact-form-wrap .ff-t-cell {
  width: 100%;
}

.eco-contact-form-wrap p {
  margin: 0 0 1rem;
}

.eco-contact-form-wrap textarea,
.eco-contact-form-wrap input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.eco-contact-form-wrap select {
  width: 100%;
  min-height: 4.5rem;
  padding: 1.1rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.2rem;
  background: rgba(8, 8, 8, 0.82);
  color: #fff;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.eco-contact-form-wrap textarea {
  min-height: 11rem;
  resize: vertical;
}

.eco-contact-form-wrap textarea::placeholder,
.eco-contact-form-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.eco-contact-form-wrap textarea:focus,
.eco-contact-form-wrap input:focus,
.eco-contact-form-wrap select:focus {
  outline: none;
  border-color: #f6b651;
  box-shadow: 0 0 0 4px rgba(246, 182, 81, 0.14);
}

.eco-contact-form-wrap input[type="submit"],
.eco-contact-form-wrap button[type="submit"],
.eco-contact-form-wrap .ff-btn,
.eco-contact-form-wrap .wpcf7-submit,
.eco-contact-form-wrap .ff-btn-submit,
.eco-contact-form-wrap .ff_submit_btn_wrapper .ff-btn-submit,
.eco-contact-form-wrap .fluentform .ff-btn.ff-btn-submit,
.eco-contact-form-wrap .fluentform_wrapper_1 .ff-btn.ff-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0 1.9rem;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f6b651 !important;
  color: #232010 !important;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
  box-shadow: none !important;
}

.eco-contact-form-wrap input[type="submit"]:hover,
.eco-contact-form-wrap button[type="submit"]:hover,
.eco-contact-form-wrap .ff-btn:hover,
.eco-contact-form-wrap .wpcf7-submit:hover,
.eco-contact-form-wrap .ff-btn-submit:hover,
.eco-contact-form-wrap .ff_submit_btn_wrapper .ff-btn-submit:hover,
.eco-contact-form-wrap .fluentform .ff-btn.ff-btn-submit:hover,
.eco-contact-form-wrap .fluentform_wrapper_1 .ff-btn.ff-btn-submit:hover {
  background: #f6b651 !important;
  color: #232010 !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(246, 223, 90, 0.24) !important;
}

.eco-contact-form-wrap .wpcf7-spinner {
  margin-top: 1rem;
}

.eco-universes-heading {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.eco-universes-badge {
  margin-bottom: 0.8rem;
}

.eco-universes-title {
  margin: 0;
  color: #fff;
}

.eco-universes-stack {
  display: grid;
  gap: 2rem;
}

.eco-universe-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
}

.eco-universe-showcase-reversed {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.eco-universe-showcase-media,
.eco-universe-showcase-card {
  min-height: 38rem;
}

.eco-universe-showcase-media {
  position: relative;
  overflow: hidden;
  border-radius: 2.25rem;
  background: #2b1511;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eco-universe-showcase-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-universe-showcase-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem 0 2rem -3rem;
  padding: 3.4rem 3.6rem;
  border-radius: 2.25rem;
  color: #fff;
  box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.18);
}

.eco-universe-showcase-reversed .eco-universe-showcase-card {
  order: -1;
  margin: 2rem -3rem 2rem 0;
}

.eco-universe-showcase-card-gold {
  background:
    linear-gradient(180deg, rgba(246, 182, 81, 0.96) 0%, rgba(152, 111, 24, 0.98) 100%);
}

.eco-universe-showcase-card-green {
  background:
    linear-gradient(180deg, rgba(130, 183, 27, 0.95) 0%, rgba(7, 67, 99, 0.95) 100%);
}

.eco-universe-showcase-badge {
  display: inline-flex;
  align-self: flex-start;
  width: fit-content;
  max-width: max-content;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #074363;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eco-universe-showcase-title {
  margin: 1.4rem 0 0;
  color: #fff;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.eco-universe-showcase-text {
  max-width: 30rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.eco-universe-showcase-actions {
  margin-top: 2.25rem;
}

.eco-values-gallery-section {
  padding: 5rem 1rem 0;
}

.eco-values-gallery-shell {
  max-width: 104rem;
  margin: 0 auto;
  padding: 4.5rem 3rem;
}

.eco-values-gallery-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.eco-values-gallery-badge {
  margin-bottom: 0.85rem;
}

.eco-values-gallery-title {
  margin: 0;
  color: #fff;
}

.eco-values-gallery-intro {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.eco-values-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.eco-values-gallery-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.03);
}

.eco-values-gallery-card-1 {
  grid-column: span 1;
}

.eco-values-gallery-card-2 {
  grid-column: span 1;
}

.eco-values-gallery-card-3 {
  grid-column: span 1;
}

.eco-values-gallery-card-4 {
  grid-column: span 1;
}

.eco-values-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .eco-header {
    padding: 1.25rem 1.25rem 0;
  }

  .eco-header-row {
  }

  .eco-header-contact,
  .eco-header-cta {
    display: inline-flex;
  }
}

@media (min-width: 1100px) {
  .eco-header-row {
    padding-inline: 2rem;
  }
}

@media (max-width: 1199px) {
  .eco-values-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eco-values-gallery-shell {
    padding: 4rem 0;
  }

  .eco-values-gallery-card,
  .eco-values-gallery-card-1,
  .eco-values-gallery-card-2,
  .eco-values-gallery-card-3,
  .eco-values-gallery-card-4 {
    grid-column: auto;
  }

  .eco-values-gallery-card-4 {
    aspect-ratio: 4 / 5;
  }

  .eco-highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eco-about-shell {
    grid-template-columns: 1fr;
  }

  .eco-about-copy {
    max-width: 100%;
  }

  .eco-about-gallery {
    max-width: 54rem;
  }

  .eco-contact-shell {
    grid-template-columns: 1fr;
  }

  .eco-contact-copy {
    max-width: 100%;
  }

  .eco-universes-shell {
    padding: 4rem 0;
  }

  .eco-universe-showcase,
  .eco-universe-showcase-reversed {
    grid-template-columns: 1fr;
  }

  .eco-universe-showcase-card,
  .eco-universe-showcase-reversed .eco-universe-showcase-card {
    order: initial;
    margin: -3rem 1.5rem 0;
  }
}

@media (max-width: 767px) {
  .eco-values-gallery-section {
    padding: 4rem 1rem 0;
  }

  .eco-values-gallery-shell {
    padding: 0;
  }

  .eco-values-gallery-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0.85rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .eco-values-gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .eco-values-gallery-card {
    flex: 0 0 min(78vw, 22rem);
    aspect-ratio: 4 / 3;
    border-radius: 1.5rem;
    scroll-snap-align: start;
  }

  .eco-header {
    padding: 0.85rem 0.85rem 0;
  }

  .eco-header-row {
    padding: 0  ;
  }

  .eco-hero {
    padding: 1rem;
  }

  .eco-hero-frame,
  .eco-hero-content {
    min-height: calc(100svh - 1.7rem);
  }

  .eco-hero-frame {
    border-radius: 1.6rem;
  }

  .eco-hero-frame::before,
  .eco-hero-frame::after {
    width: 100%;
    height: 50%;
  }

  .eco-hero-frame::before {
    inset: 0 0 auto 0;
  }

  .eco-hero-frame::after {
    inset: auto 0 0 0;
  }

  .eco-hero-image-main {
    inset: 0 0 50% 0;
    width: 100%;
    height: auto;
  }

  .eco-hero-background {
    inset: 50% 0 0 0;
    background-position: center center;
  }

  .eco-hero-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 8rem 1.4rem 2rem;
  }

  .eco-hero-middle {
    width: calc(100% - 1.5rem);
    transform: translate(-50%, -50%);
  }

  .eco-hero-middle-text {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
  }

  .eco-hero-panel {
    flex: 1 1 100%;
    width: 100%;
  }

  .eco-hero-panel-right {
    display: none;
  }

  .eco-hero-panel-left {
    width: 100%;
    min-height: 100%;
    justify-content: stretch;
  }

  .eco-hero-copy {
    max-width: 100%;
    min-height: auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .eco-hero .eco-hero-badge,
  .eco-hero .eco-hero-brand-logo-wrap,
  .eco-hero .eco-hero-heading,
  .eco-hero .eco-hero-subtitle {
    display: none;
  }

  .eco-hero-panel-left .eco-hero-actions,
  .eco-hero-panel-right .eco-hero-actions {
    display: none !important;
  }

  .eco-hero-actions {
    display: none;
  }

  .eco-hero-mobile-actions {
    display: flex !important;
    width: 100%;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    margin-top: 0;
  }

  .eco-hero-mobile-actions a {
    width: 100%;
    justify-content: center;
  }

  .eco-hero-copy-right {
    display: none;
  }

  .eco-hero-heading {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
  }

  .eco-hero-subtitle {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .eco-highlights {
    padding: 1rem 1rem 0;
  }

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

  .eco-highlights-card {
    min-height: auto;
    padding: 1.5rem 1.35rem 1.75rem;
    border-radius: 1.6rem;
  }

  .eco-highlights-card-icon {
    width: 4rem;
    height: 4rem;
    flex-basis: 4rem;
  }

  .eco-highlights-card-icon svg {
    width: 2.1rem;
    height: 2.1rem;
  }

  .eco-highlights-card-title {
    font-size: 1.5rem;
  }

  .eco-about-section {
    padding: 1rem;
  }

  .eco-about-shell {
    padding: 0;
  }

  .eco-about-copy {
    order: 1;
  }

  .eco-about-gallery {
    order: 2;
  }

  .eco-contact-section {
    padding: 1rem;
  }

  .eco-contact-shell {
    gap: 1.5rem;
    padding: 2rem 1.4rem;
    border-radius: 1.8rem;
  }

  .eco-contact-form-wrap,
  .eco-contact-form-empty {
    padding: 1.25rem;
    border-radius: 1.5rem;
  }

  .eco-contact-form-wrap textarea,
  .eco-contact-form-wrap input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .eco-contact-form-wrap select {
    min-height: 3.85rem;
    border-radius: 1rem;
  }

  .eco-contact-form-wrap input[type="submit"],
  .eco-contact-form-wrap button[type="submit"],
  .eco-contact-form-wrap .ff-btn,
  .eco-contact-form-wrap .wpcf7-submit {
    width: 100%;
  }

  .eco-about-actions {
    flex-direction: column;
    margin-top: 1.5rem;
    align-items: stretch;
  }

  .eco-about-gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .eco-about-image-card-small {
    transform: none;
  }

  .eco-about-image-frame,
  .eco-about-image-card-large .eco-about-image-frame,
  .eco-about-image-card-small .eco-about-image-frame {
    aspect-ratio: 1 / 1.05;
    border-radius: 1.6rem;
  }

  .eco-about-image-badge {
    top: 0.85rem;
    left: 0.85rem;
  }

  .eco-universes-section {
    padding: 4rem 1rem 0;
  }

  .eco-universes-shell {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .eco-universe-showcase-media,
  .eco-universe-showcase-card {
    min-height: auto;
  }

  .eco-universe-showcase-media {
    min-height: 22rem;
    border-radius: 1.6rem;
  }

  .eco-universe-showcase-card,
  .eco-universe-showcase-reversed .eco-universe-showcase-card {
    margin: -2rem 0.85rem 0;
    padding: 3rem 1.4rem;
    border-radius: 1.6rem;
    overflow: hidden;
  }

  .eco-universe-showcase-title,
  .eco-universe-showcase-text,
  .eco-universe-showcase-badge {
    max-width: 100%;
  }

}

.eco-fromager-hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 1rem;
}

.eco-elementor-fullscreen-hero {
  min-height: 100vh;
  min-height: 100svh;
}

.eco-elementor-fullscreen-hero .eco-fromager-hero-frame,
.eco-elementor-fullscreen-hero .eco-fromager-hero-content {
  min-height: calc(100vh - 2rem);
  min-height: calc(100svh - 2rem);
}

.eco-fromager-hero-frame {
  position: relative;
  min-height: calc(100vh - 2rem);
  min-height: calc(100svh - 2rem);
  overflow: hidden;
  background: #000;
  border-radius: 2rem;
}

.eco-fromager-hero-media,
.eco-fromager-hero-image,
.eco-fromager-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-fromager-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(90deg, rgba(7, 67, 99, 0.22) 0%, rgba(43, 21, 17, 0.08) 45%, rgba(0, 0, 0, 0.52) 100%);
}

.eco-fromager-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(246, 182, 81, 0.18), transparent 34%),
    radial-gradient(circle at 78% 24%, rgba(152, 111, 24, 0.16), transparent 28%);
  pointer-events: none;
}

.eco-horizonti-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(130, 183, 27, 0.22), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(7, 67, 99, 0.24), transparent 28%),
    radial-gradient(circle at 56% 78%, rgba(246, 182, 81, 0.12), transparent 24%);
  pointer-events: none;
}

.eco-horizonti-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.32) 44%, rgba(0, 0, 0, 0.62) 100%);
}

.eco-fromager-hero-content {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 2rem);
  min-height: calc(100svh - 2rem);
  max-width: 104rem;
  margin: 0 auto;
  padding: 7rem 3rem 3rem;
  display: flex;
  align-items: flex-end;
}

.eco-fromager-hero-copy {
  max-width: 40rem;
}

.eco-fromager-hero-logo-wrap {
  margin-bottom: 1.4rem;
}

.eco-fromager-hero-logo {
  max-width: min(22rem, 68vw);
  max-height: 7.5rem;
}

.eco-fromager-hero-title {
  margin: 1rem 0 0;
  color: #fff;
  font-size: clamp(4rem, 9vw, 7rem);
  line-height: 0.9;
}

.eco-fromager-hero-text {
  max-width: 32rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.8;
}

.eco-fromager-story-section,
.eco-fromager-experience-section,
.eco-fromager-catalog-section,
.eco-cheese-products-section {
  padding: 5rem 1rem 0;
}

.eco-horizonti-complex-section {
  padding: 5rem 1rem 0;
}

.eco-fromager-story-shell,
.eco-fromager-experience-shell,
.eco-fromager-catalog-shell,
.eco-cheese-products-shell {
  max-width: 104rem;
  margin: 0 auto;
}

.eco-horizonti-complex-shell,
.eco-horizonti-complex-heading-shell {
  max-width: 104rem;
  margin: 0 auto;
}

.eco-horizonti-complex-heading-shell {
  padding: 0 3rem 2rem;
}

.eco-horizonti-complex-heading {
  margin-bottom: 0;
}

.eco-horizonti-complex-item + .eco-horizonti-complex-item {
  margin-top: 2rem;
}

.eco-horizonti-complex-media {
  background: #07130e;
}

.eco-horizonti-complex-intro {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.7;
}

.eco-horizonti-complex-list {
  display: grid;
  gap: 0.9rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.eco-horizonti-complex-list li {
  display: grid;
  grid-template-columns: 0.8rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  color: rgba(255, 255, 255, 0.88);
}

.eco-horizonti-complex-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: #82b71b;
  box-shadow: 0 0 0 0.28rem rgba(130, 183, 27, 0.14);
}

.eco-fromager-story-gallery .eco-about-image-card-small {
  transform: translateY(1.5rem);
}

.eco-fromager-heading {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.eco-fromager-experience-grid,
.eco-cheese-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eco-fromager-experience-card,
.eco-cheese-product-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 10, 10, 0.82);
}

.eco-fromager-experience-media,
.eco-cheese-product-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.eco-fromager-experience-media img,
.eco-cheese-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.eco-fromager-experience-card:hover .eco-fromager-experience-media img,
.eco-cheese-product-card:hover .eco-cheese-product-image {
  transform: scale(1.04);
}

.eco-fromager-experience-body,
.eco-cheese-product-body {
  padding: 1.5rem;
}

.eco-fromager-experience-title,
.eco-cheese-product-title {
  margin: 0;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1.05;
}

.eco-fromager-experience-text,
.eco-cheese-product-text {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.eco-fromager-experience-body .eco-hero-actions {
  margin-top: 1.85rem;
}

.eco-fromager-catalog-showcase {
  align-items: stretch;
}

.eco-fromager-catalog-preview {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.eco-fromager-catalog-video,
.eco-fromager-catalog-preview img,
.eco-fromager-catalog-preview picture,
.eco-fromager-catalog-preview picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-cheese-product-category {
  margin: 0 0 0.7rem;
  color: #f6b651;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .eco-section-title {
    font-size: 3.8rem;
  }

  .eco-section-text {
    font-size: 1.08rem;
  }

  .eco-fromager-hero-content,
  .eco-fromager-story-shell,
  .eco-fromager-experience-shell,
  .eco-fromager-catalog-shell,
  .eco-cheese-products-shell,
  .eco-horizonti-complex-heading-shell,
  .eco-horizonti-complex-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .eco-fromager-experience-grid,
  .eco-cheese-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .eco-section-title {
    font-size: 2.8rem;
    line-height: 0.98;
  }

  .eco-section-text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .eco-fromager-hero-content {
    padding: 6rem 1.4rem 2rem;
    align-items: flex-end;
  }

  .eco-fromager-hero-title {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
  }

  .eco-fromager-hero-text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .eco-fromager-hero-content .eco-hero-actions {
    display: flex;
    width: 100%;
    margin-top: 1.5rem;
  }

  .eco-horizonti-hero-frame .eco-hero-actions {
    display: flex;
    width: 100%;
    margin-top: 1.5rem;
  }

  .eco-fromager-hero-content .eco-hero-actions a {
    width: 100%;
    justify-content: center;
  }

  .eco-horizonti-hero-frame .eco-hero-actions a {
    width: 100%;
    justify-content: center;
  }

  .eco-fromager-story-section,
  .eco-fromager-experience-section,
  .eco-fromager-catalog-section,
  .eco-cheese-products-section,
  .eco-horizonti-complex-section {
    padding: 4rem 1rem 0;
  }

  .eco-fromager-story-gallery .eco-about-image-card-small {
    transform: none;
  }

  .eco-horizonti-story-shell .eco-about-gallery {
    order: 2;
  }

  .eco-horizonti-story-shell .eco-about-copy {
    order: 1;
  }

  .eco-fromager-story-mobile-text-first .eco-about-gallery {
    order: 2;
  }

  .eco-fromager-story-mobile-text-first .eco-about-copy {
    order: 1;
  }

  .eco-fromager-experience-grid,
  .eco-cheese-products-grid {
    grid-template-columns: 1fr;
  }

  .eco-fromager-experience-card,
  .eco-cheese-product-card {
    border-radius: 1.6rem;
  }

  .eco-fromager-catalog-preview {
    min-height: 22rem;
  }

  .eco-horizonti-complex-item + .eco-horizonti-complex-item {
    margin-top: 1rem;
  }
}
