/* EcoVille Landing — stile EverHome (real-estate-gapsy.webflow.io) */

.eh-theme {
  --eh-bg: #f6f3ee;
  --eh-bg-alt: #ebe6dc;
  --eh-bg-dark: #1c2422;
  --eh-bg-forest: #2a3d36;
  --eh-footer: #002425;
  --eh-text: #1a211f;
  --eh-text-muted: #5f6b66;
  --eh-accent: #3d6b58;
  --eh-accent-soft: #c8e6d4;
  --eh-white: #ffffff;
  --eh-radius: 20px;
  --eh-radius-lg: 28px;
  --eh-radius-pill: 999px;
  --eh-shadow: 0 24px 60px rgba(26, 33, 31, 0.08);
  --eh-shadow-lg: 0 32px 80px rgba(26, 33, 31, 0.12);
  --eh-font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --eh-font-sans: "DM Sans", Lato, system-ui, sans-serif;
  --eh-container: 1180px;
}

.eh-theme.landing-de-page {
  font-family: var(--eh-font-sans);
  color: var(--eh-text);
  background: var(--eh-bg);
  -webkit-font-smoothing: antialiased;
}

/* —— Nav trasparente sulla hero (EverHome) —— */
.landing-de-header--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

.landing-de-header--overlay .landing-de-nav__inner,
.landing-de-header--overlay a,
.landing-de-header--overlay nav {
  pointer-events: auto;
}

.landing-de-nav {
  position: relative;
  background: transparent;
  border-bottom: none;
}

.landing-de-nav__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 72px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px clamp(1.25rem, 4vw, 2.5rem);
}

.landing-de-nav__logo {
  position: absolute;
  top: 0;
  left: clamp(1.25rem, 4vw, 2.5rem);
  z-index: 11;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px 12px;
  border-radius: 0 0 14px 14px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  text-decoration: none !important;
  line-height: 0;
  animation: landing-de-logo-drop 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}

.landing-de-nav__logo::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 3px;
  height: 8px;
  margin-left: -1.5px;
  border-radius: 2px 2px 0 0;
  background: #ffffff;
}

.landing-de-nav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.landing-de-nav__logo img {
  height: clamp(34px, 4.5vw, 46px);
  width: auto;
  display: block;
}

@keyframes landing-de-logo-drop {
  from {
    transform: translateY(-110%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.landing-de-nav__pill {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  gap: 4px;
  padding: 6px;
  border-radius: var(--eh-radius-pill);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
}

.landing-de-nav__pill a {
  padding: 10px 14px;
  border-radius: var(--eh-radius-pill);
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.landing-de-nav__pill a:hover {
  color: var(--eh-white) !important;
}

.landing-de-nav__pill a.is-active {
  background: var(--eh-white);
  color: #0a0a0a !important;
}

.landing-de-nav__cta {
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--eh-white) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.landing-de-nav__cta i {
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.landing-de-nav__cta:hover {
  color: var(--eh-accent-soft) !important;
}

.landing-de-nav__cta:hover i {
  transform: translateX(3px);
}

.landing-de-nav__toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none !important;
}

.landing-de-nav__toggle span {
  display: block;
  height: 2px;
  background: var(--eh-white);
  border-radius: 2px;
}

.landing-de-page .floating-prenota-visita {
  background: #0a0a0a;
  border-radius: var(--eh-radius-pill);
  font-weight: 600;
}

/* —— Bottoni pill —— */
.landing-de-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--eh-radius-pill);
  font-family: var(--eh-font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.landing-de-btn--primary {
  background: var(--eh-bg-dark);
  color: var(--eh-white) !important;
  box-shadow: 0 12px 32px rgba(26, 33, 31, 0.2);
}

.landing-de-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(26, 33, 31, 0.28);
  color: var(--eh-white) !important;
}

.landing-de-btn--ghost {
  background: transparent;
  color: var(--eh-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.landing-de-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--eh-white) !important;
}

.landing-de-btn--light {
  background: var(--eh-white);
  color: var(--eh-bg-dark) !important;
}

.landing-de-btn--light:hover {
  color: var(--eh-bg-dark) !important;
}

.landing-de-btn--white {
  background: var(--eh-white);
  color: #0a0a0a !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.landing-de-btn--white:hover {
  color: #0a0a0a !important;
  transform: translateY(-2px);
}

/* —— Hero EverHome: 16:9 full width con nav overlay —— */
.landing-de-hero--everhome {
  position: relative;
  margin: 0;
  padding: 0;
  background: #0a0a0a;
  overflow: hidden;
}

.landing-de-hero__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 92vh;
  overflow: hidden;
  isolation: isolate;
}

.landing-de-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.landing-de-hero__video,
.landing-de-hero__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-de-hero__video {
  display: block;
  z-index: 1;
  max-width: none;
}

.landing-de-hero__fallback {
  z-index: 2;
  transition: opacity 0.4s ease;
  max-width: none;
}

.landing-de-hero--video-ready .landing-de-hero__fallback {
  opacity: 0;
  pointer-events: none;
}

.landing-de-hero--video-fallback .landing-de-hero__video {
  display: none;
}

.landing-de-hero--video-fallback .landing-de-hero__fallback {
  opacity: 1;
}

.landing-de-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.42) 0%,
    rgba(0, 0, 0, 0.08) 28%,
    rgba(0, 0, 0, 0.05) 45%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.landing-de-hero__wordmark {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  font-family: var(--eh-font-sans);
  font-size: clamp(3.5rem, 13vw, 10rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

.landing-de-hero__bottom {
  position: absolute;
  left: clamp(1.25rem, 4vw, 3rem);
  right: clamp(1.25rem, 4vw, 3rem);
  bottom: clamp(1.25rem, 4vw, 2.75rem);
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.landing-de-hero__bottom-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  max-width: min(520px, 55%);
}

.landing-de-hero__shout {
  margin: 0;
  padding: 0;
  font-family: var(--eh-font-sans);
  font-size: clamp(0.95rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--eh-white);
}

.landing-de-hero__aside {
  margin: 0;
  max-width: 320px;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.landing-de-hero__aside strong {
  color: var(--eh-accent-soft);
  font-weight: 600;
}

/* —— Parola in evidenza nei titoli —— */
.landing-de-highlight {
  color: var(--eh-accent);
  font-weight: 600;
}

.landing-de-hero__shout .landing-de-highlight,
.landing-de-footer-image__title .landing-de-highlight,
.eh-theme .landing-de-section--dark .section-title-area h2 .landing-de-highlight {
  color: var(--eh-accent-soft);
}

/* —— Etichette [ sezione ] —— */
.eh-theme .section-subtitle-green,
.eh-theme .section-subtitle-white {
  margin: 0 0 14px !important;
  margin-left: 0 !important;
  font-family: var(--eh-font-sans) !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--eh-accent) !important;
}

.eh-theme .section-subtitle-green::before,
.eh-theme .section-subtitle-white::before {
  content: "[ ";
}

.eh-theme .section-subtitle-green::after,
.eh-theme .section-subtitle-white::after {
  content: " ]";
}

.eh-theme .landing-de-apertura .section-subtitle-white {
  color: var(--eh-accent-soft) !important;
}

/* —— Titoli serif —— */
.eh-theme .section-title-area h2,
.eh-theme .slogan,
.eh-theme .ltn__feature-info h3,
.eh-theme .coll-to-info h1 {
  font-family: var(--eh-font-serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1.15;
  color: var(--eh-text);
}

.eh-theme .section-title-area h2 {
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  margin-bottom: 1rem;
}

.eh-theme .slogan {
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: inherit;
}

.eh-theme .section-title-area p {
  color: var(--eh-text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 56ch;
}

/* —— Sezioni alternate —— */
.eh-theme .landing-de-section {
  padding-top: clamp(72px, 10vw, 120px) !important;
  padding-bottom: clamp(72px, 10vw, 120px) !important;
  background: var(--eh-bg);
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.landing-de-hero--everhome {
  content-visibility: visible;
}

.eh-theme .landing-de-section--alt {
  background: var(--eh-bg-alt);
}

.eh-theme .landing-de-section--features {
  background: var(--eh-white);
}

.eh-theme .landing-de-section--dark {
  background: var(--eh-bg-forest);
  color: var(--eh-white);
}

.eh-theme .landing-de-section--dark .section-subtitle-green {
  color: var(--eh-accent-soft) !important;
}

.eh-theme .landing-de-section--dark .section-title-area h2,
.eh-theme .landing-de-section--dark .section-title-area p {
  color: var(--eh-white);
}

.eh-theme .landing-de-section--faq {
  background: var(--eh-bg);
}

.eh-theme .landing-de-cta-block {
  background: var(--eh-bg-dark);
  color: var(--eh-white);
}

.eh-theme .landing-de-cta-block .section-subtitle-green {
  color: var(--eh-accent-soft) !important;
}

.eh-theme .landing-de-cta-block .section-title-area h2,
.eh-theme .landing-de-cta-block .section-title-area p {
  color: var(--eh-white);
  margin-left: auto;
  margin-right: auto;
}

/* —— Sezione 2: stile EverHome (intro + 16:9 + barra flottante) —— */
.eh-theme .landing-de-section--light {
  background: var(--eh-white);
}

/* —— Chiusura: galleria 16:9 —— */
.landing-de-chiusura .btn-wrapper {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.landing-de-chiusura__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.landing-de-chiusura__img {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--eh-radius-lg);
  box-shadow: var(--eh-shadow);
  background: #e8e4dc;
}

.landing-de-chiusura__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-de-chiusura__img--bottom img {
  object-position: center bottom;
}

.landing-de-apertura {
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2.5rem, 5vw, 4rem) !important;
}

.landing-de-apertura__wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.landing-de-apertura__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.landing-de-apertura__headline {
  margin: 0;
  font-family: var(--eh-font-sans);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--eh-text);
}

.landing-de-apertura__intro-right p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--eh-text-muted);
  max-width: 46ch;
}

.landing-de-apertura__intro-right strong {
  color: var(--eh-text);
  font-weight: 600;
}

.landing-de-apertura__visual {
  position: relative;
  margin-bottom: clamp(4.5rem, 8vw, 6.5rem);
}

.landing-de-apertura__media {
  margin: 0;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: clamp(18px, 2.5vw, 28px);
  box-shadow: var(--eh-shadow-lg);
  background: #e8e4dc;
}

.landing-de-apertura__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-de-apertura__float {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 42%);
  width: min(94%, 1080px);
  z-index: 2;
}

.landing-de-apertura__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px 20px;
  align-items: end;
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 3vw, 2rem);
  background: var(--eh-white);
  border: 1px solid rgba(26, 33, 31, 0.08);
  border-radius: clamp(16px, 2vw, 22px);
  box-shadow: 0 28px 70px rgba(26, 33, 31, 0.14);
}

.landing-de-apertura__fact-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--eh-text-muted);
}

.landing-de-apertura__fact strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--eh-text);
  line-height: 1.3;
}

.landing-de-apertura__cta {
  align-self: stretch;
  white-space: nowrap;
  padding-left: 24px;
  padding-right: 24px;
}

/* —— Sezione 3: Il progetto (layout About EverHome) —— */
.landing-de-progetto__wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.landing-de-progetto__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.landing-de-progetto__headline {
  margin: 0 0 1.25rem;
  font-family: var(--eh-font-sans);
  font-size: clamp(1.65rem, 3.2vw, 2.65rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--eh-text);
}

.landing-de-progetto__headline strong {
  font-weight: 700;
}

.landing-de-progetto__lead {
  margin: 0;
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--eh-text-muted);
}

.landing-de-progetto__lead strong {
  color: var(--eh-text);
  font-weight: 600;
}

.landing-de-progetto__media {
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: clamp(18px, 2.5vw, 28px);
  box-shadow: var(--eh-shadow-lg);
  background: #e8e4dc;
}

.landing-de-progetto__media img,
.landing-de-progetto__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-de-progetto__media--video {
  position: relative;
}

.landing-de-progetto__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  background: #000;
  cursor: pointer;
}

.landing-de-progetto__video::-webkit-media-controls-enclosure {
  border-radius: 0 0 clamp(18px, 2.5vw, 28px) clamp(18px, 2.5vw, 28px);
}

.landing-de-progetto__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
  justify-items: center;
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgba(26, 33, 31, 0.1);
}

.landing-de-progetto__stat strong {
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--eh-font-sans);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--eh-text);
}

.landing-de-progetto__stat span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--eh-text-muted);
}

.landing-de-progetto__stat--feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 280px;
  text-align: center;
  gap: clamp(1rem, 2vw, 1.35rem);
}

.landing-de-progetto__stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(80px, 10vw, 100px);
  height: clamp(80px, 10vw, 100px);
  margin: 0;
  background: none;
  color: var(--eh-text);
  flex-shrink: 0;
}

.landing-de-progetto__stat-svg {
  display: block;
  width: 72%;
  height: 72%;
  color: var(--eh-text);
}

.landing-de-progetto__stat-text {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--eh-text);
  font-weight: 500;
  text-align: center;
}

.landing-de-progetto__intro-right .landing-de-progetto__lead {
  margin: 0;
  color: var(--eh-text-muted);
}

/* —— Fascia parallax claim tra sezioni —— */
.landing-de-parallax-claim {
  position: relative;
  padding: clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 2.5vw, 1.5rem);
}

.landing-de-parallax-claim__frame {
  position: relative;
  min-height: clamp(420px, 62vh, 700px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../img/ville-complete.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: clamp(16px, 2.6vw, 24px);
  overflow: hidden;
  box-shadow: var(--eh-shadow-lg);
}

.landing-de-parallax-claim__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}

.landing-de-parallax-claim__content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.landing-de-parallax-claim__content p {
  margin: 0 auto;
  max-width: 920px;
  font-family: var(--eh-font-sans);
  font-size: clamp(1.9rem, 4.8vw, 3.6rem);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.landing-de-parallax-claim__cta {
  margin-top: 1.25rem;
  min-width: 160px;
}

/* —— Story sotto immagine —— */
.landing-de-story {
  max-width: none;
}

.landing-de-story__label {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eh-text-muted);
}

.landing-de-story__label::before {
  content: "[ ";
}

.landing-de-story__label::after {
  content: " ]";
}

.landing-de-story--light .landing-de-story__beats {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.landing-de-story__beats--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.landing-de-story--light .landing-de-story__beat {
  position: relative;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(26, 33, 31, 0.08);
  border-radius: var(--eh-radius);
  background: var(--eh-bg);
}

.landing-de-story--light .landing-de-story__beat::before {
  display: none;
}

.landing-de-story--light .landing-de-story__beat p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--eh-text-muted);
}

.landing-de-story__accent {
  font-family: var(--eh-font-serif);
  font-size: 1.2em;
  font-weight: 600;
  font-style: italic;
  color: var(--eh-accent);
  margin-right: 0.1em;
}

.landing-de-story--light .landing-de-story__beat strong {
  color: var(--eh-text);
  font-weight: 600;
}

.landing-de-story--light .landing-de-story__beat--highlight {
  background: var(--eh-white);
  border-color: rgba(61, 107, 88, 0.25);
  box-shadow: var(--eh-shadow);
}

.landing-de-story__beat--wide {
  grid-column: 1 / -1;
}

.landing-de-story--light .landing-de-story__close {
  margin-top: 2rem;
  padding: 2rem;
  border-radius: var(--eh-radius-lg);
  background: var(--eh-bg);
  border: 1px solid rgba(26, 33, 31, 0.06);
  text-align: center;
}

.landing-de-story--light .landing-de-story__close-lead {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--eh-text-muted);
}

.landing-de-story--light .landing-de-story__close-em {
  margin: 0;
  font-family: var(--eh-font-serif);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--eh-text);
}

/* —— Sezione 4: layout collage + caratteristiche (EverHome) —— */
.landing-de-benefits__wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.landing-de-benefits__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.55fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
  margin-bottom: clamp(1.5rem, 3.5vw, 2.5rem);
}

.landing-de-benefits__header-left h2 {
  margin: 0;
  font-family: var(--eh-font-sans);
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--eh-text);
}

.landing-de-benefits__header-right p {
  margin: 0;
  max-width: 34ch;
  font-size: 1.03rem;
  line-height: 1.65;
  color: var(--eh-text-muted);
}

.landing-de-benefits__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 3.5vw, 3rem);
  align-items: start;
  min-width: 0;
}

.landing-de-benefits__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.15rem);
  min-width: 0;
}

.landing-de-benefits__img {
  margin: 0;
  overflow: hidden;
  border-radius: clamp(14px, 2.2vw, 22px);
  box-shadow: var(--eh-shadow);
}

.landing-de-benefits__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.landing-de-benefits__img--large {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-height: clamp(340px, 46vw, 520px);
}

.landing-de-benefits__img--small-top {
  grid-column: 2;
  grid-row: 1;
  min-height: clamp(150px, 17vw, 210px);
}

.landing-de-benefits__img--small-bottom {
  grid-column: 1;
  grid-row: 3;
  min-height: clamp(120px, 14vw, 175px);
}

.landing-de-benefits__img--tall {
  grid-column: 2;
  grid-row: 2 / span 2;
  min-height: clamp(250px, 31vw, 380px);
}

.landing-de-benefits__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.landing-de-benefits__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 1rem;
  align-items: start;
}

.landing-de-benefits__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f2f0;
  color: #222a27;
  font-size: 1.1rem;
}

.landing-de-benefits__item h3 {
  margin: 0 0 0.4rem;
  font-family: var(--eh-font-sans);
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  font-weight: 500;
  color: var(--eh-text);
  line-height: 1.25;
}

.landing-de-benefits__item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--eh-text-muted);
}

/* —— Sezione 5: La scena —— */
.landing-de-scena__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  min-width: 0;
}

.landing-de-scena__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.38fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  min-width: 0;
}

.landing-de-scena__copy {
  max-width: 420px;
  min-width: 0;
}

.landing-de-scena__media {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: clamp(360px, 52vh, 620px);
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: clamp(18px, 2.5vw, 28px);
  box-shadow: var(--eh-shadow-lg);
  background: #e8e4dc;
}

.landing-de-scena__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-de-scena__title {
  margin: 0 0 1.5rem;
  font-family: var(--eh-font-sans);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--eh-text);
}

.landing-de-scena__beats {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.landing-de-scena__beats li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.5rem;
  font-size: 1.08rem;
  line-height: 1.5;
  color: var(--eh-text-muted);
  border-bottom: 1px solid rgba(26, 33, 31, 0.08);
}

.landing-de-scena__beats li:last-child {
  border-bottom: none;
}

.landing-de-scena__beats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--eh-accent);
}

.landing-de-scena__close {
  margin: 0;
  font-family: var(--eh-font-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--eh-text);
}

/* —— Sezione 6: Valore —— */
.landing-de-valore__copy p {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--eh-text-muted);
}

.landing-de-valore__copy p:last-of-type {
  margin-bottom: 0;
}

.landing-de-valore__lead {
  font-size: 1.1rem !important;
}

.landing-de-valore__copy strong {
  color: var(--eh-text);
  font-weight: 600;
}

.landing-de-valore__emphasis {
  margin-top: 1.25rem !important;
  font-family: var(--eh-font-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem) !important;
  font-weight: 600;
  line-height: 1.35 !important;
  color: var(--eh-text) !important;
}

.landing-de-valore__badge {
  margin-top: 1.75rem;
  display: inline-flex;
  text-align: left;
  line-height: 1.45;
}

.landing-de-valore__img img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* —— Immagini arrotondate —— */
.eh-theme .about-us-img-wrap,
.eh-theme .mobile-img,
.eh-theme .apartments-plan-img {
  border-radius: var(--eh-radius-lg);
  overflow: hidden;
  box-shadow: var(--eh-shadow);
}

.eh-theme .about-us-img-wrap img,
.eh-theme .mobile-img img,
.eh-theme .apartments-plan-img img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.eh-theme .about-us-img-wrap:hover img {
  transform: scale(1.03);
}

.eh-theme .bg-image-right-before::before,
.eh-theme .bg-image-right-before::after {
  display: none !important;
}

/* —— Liste benefit —— */
.eh-theme .ltn__list-item-half li {
  font-size: 1rem;
  color: var(--eh-text-muted);
  padding: 10px 0;
  border-bottom: 1px solid rgba(26, 33, 31, 0.08);
}

.eh-theme .ltn__list-item-half li i {
  color: var(--eh-accent);
}

.eh-theme .landing-de-section--alt .ltn__list-item-half li {
  color: var(--eh-text-muted);
}

/* —— Feature cards EverHome —— */
.eh-theme .ltn__feature-item {
  border-radius: var(--eh-radius-lg);
  border: 1px solid rgba(26, 33, 31, 0.08);
  box-shadow: var(--eh-shadow);
  padding: 40px 32px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eh-theme .ltn__feature-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--eh-shadow-lg);
}

.eh-theme .feature-icon,
.eh-theme .ltn__feature-icon {
  color: var(--eh-accent);
  font-size: 2.5rem;
}

.eh-theme .ltn__feature-info h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

/* —— Casa: galleria immagini uniformi —— */
.landing-de-casa__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.landing-de-casa__img {
  margin: 0;
  aspect-ratio: 4 / 3;
  height: 100%;
}

.landing-de-casa__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* —— Badge prezzo —— */
.eh-theme .hero-badge {
  background: var(--eh-white);
  color: var(--eh-text);
  border: 1px solid rgba(26, 33, 31, 0.1);
  box-shadow: var(--eh-shadow);
  font-weight: 500;
  font-size: 0.95rem;
}

/* —— Tabella disponibilità —— */
.eh-theme .landing-de-section--dark .landing-de-table-wrap {
  width: 100%;
  max-width: none;
}

.eh-theme .landing-de-section--dark .ltn__select-availability-table-wrap {
  background: var(--eh-white);
  border-radius: var(--eh-radius-lg);
  padding: clamp(0.85rem, 1.8vw, 1.35rem);
  box-shadow: var(--eh-shadow-lg);
}

.eh-theme .landing-de-section--dark .ltn__select-availability-table-head,
.eh-theme .landing-de-section--dark .ltn__select-availability-table-row {
  background: var(--eh-white);
  border-radius: 0;
}

.eh-theme .landing-de-section--dark .ltn__select-availability-table .ltn__select-availability-table-row:nth-child(odd) {
  background: #f4f7f6;
}

.eh-theme .landing-de-section--dark .ltn__select-availability-table-head {
  border-bottom-color: rgba(26, 33, 31, 0.12);
}

.eh-theme .price-highlight {
  color: #002425;
}

.eh-theme .landing-de-section--dark .ltn__select-availability-table ul li,
.eh-theme .landing-de-section--dark .ltn__select-availability-table-head b,
.eh-theme .landing-de-section--dark .ltn__select-availability-table-row p {
  color: var(--eh-text);
}

.eh-theme .landing-de-section--dark .ltn__select-availability-table-head i {
  color: var(--eh-text);
}

.eh-theme .landing-de-section--dark .direct-purchase {
  color: var(--eh-text-muted);
}

.eh-theme .landing-de-section--dark .icon-done {
  color: var(--eh-accent);
}

/* —— Planimetrie su fondo verde scuro —— */
.landing-de-planimetria__plan {
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  max-width: 920px;
  background: var(--eh-white);
  border-radius: var(--eh-radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.landing-de-planimetria__plan img {
  display: block;
  width: 100%;
  height: auto;
}

.landing-de-planimetria__villas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.landing-de-planimetria__copy {
  padding: 0 0.25rem;
}

.landing-de-planimetria__copy h3 {
  margin: 0 0 0.65rem;
  font-family: var(--eh-font-sans);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.landing-de-planimetria__copy p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.landing-de-planimetria > .landing-de-btn {
  display: flex;
  width: max-content;
  margin: clamp(1.5rem, 3vw, 2rem) auto 0;
}

.landing-de-planimetria__closing {
  margin: clamp(2rem, 4vw, 2.75rem) auto 0;
  max-width: 640px;
  text-align: center;
  font-family: var(--eh-font-serif);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--eh-accent-soft);
}

.landing-de-planimetria__cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.6;
}

.landing-de-planimetria__cta b {
  color: #ffffff;
}

/* —— FAQ accordion —— */
.landing-de-faq {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.eh-theme .landing-de-section--faq .landing-de-faq__item {
  border: 1px solid rgba(26, 33, 31, 0.1);
  border-radius: var(--eh-radius);
  background: var(--eh-white);
  margin-bottom: 0 !important;
  box-shadow: 0 4px 16px rgba(26, 33, 31, 0.04);
  overflow: hidden;
}

.eh-theme .landing-de-section--faq .landing-de-faq__item .card-header {
  background: var(--eh-white);
  border: none;
  padding: 0;
}

.landing-de-faq__trigger {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.15rem 1.35rem !important;
  text-align: left;
  text-decoration: none !important;
  font-family: var(--eh-font-sans) !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  line-height: 1.4;
  color: var(--eh-text) !important;
  white-space: normal;
}

.landing-de-faq__trigger:hover,
.landing-de-faq__trigger:focus {
  color: var(--eh-accent) !important;
  text-decoration: none !important;
  box-shadow: none;
}

.landing-de-faq__question {
  flex: 1;
}

.landing-de-faq__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--eh-bg);
  color: var(--eh-text);
  font-size: 0.8rem;
  transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.landing-de-faq__trigger:not(.collapsed) .landing-de-faq__arrow {
  transform: rotate(180deg);
  background: var(--eh-footer);
  color: var(--eh-white);
}

.landing-de-faq__trigger:hover .landing-de-faq__arrow {
  background: var(--eh-accent-soft);
  color: var(--eh-text);
}

.eh-theme .landing-de-section--faq .landing-de-faq__item .card-body {
  padding: 0 1.35rem 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--eh-text-muted);
  border-top: 1px solid rgba(26, 33, 31, 0.08);
}

.landing-de-faq .collapse:not(.show) {
  display: none;
}

.landing-de-faq .collapse.show {
  display: block;
}

/* —— Card foto + freccia (sopra footer, separata) —— */
.landing-de-footer-image {
  width: 100%;
  background: var(--eh-white);
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2.5rem)
    clamp(2.5rem, 6vw, 4rem);
}

.landing-de-footer-image__wrap {
  padding: 0;
}

.landing-de-footer-image__card {
  --radius: clamp(22px, 3vw, 36px);
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}

.landing-de-footer-image__media {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 58vh, 680px);
  overflow: hidden;
  border: clamp(8px, 1.2vw, 14px) solid var(--eh-white);
  border-radius: var(--radius);
  background: var(--eh-white);
}

.landing-de-footer-image__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.landing-de-footer-image__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.12) 38%,
    transparent 68%
  );
  pointer-events: none;
}

.landing-de-footer-image__title {
  position: absolute;
  left: clamp(1.25rem, 3vw, 2.5rem);
  bottom: clamp(1.25rem, 3vw, 2rem);
  z-index: 1;
  margin: 0;
  max-width: min(78%, 560px);
  font-family: var(--eh-font-sans);
  font-size: clamp(1.45rem, 3.4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--eh-white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.landing-de-footer-image__action-wrap {
  position: absolute;
  right: clamp(8px, 1.2vw, 14px);
  bottom: clamp(8px, 1.2vw, 14px);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(96px, 13vw, 132px);
  height: clamp(96px, 13vw, 132px);
  background: var(--eh-white);
}

.landing-de-footer-image__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(64px, 9vw, 96px);
  height: clamp(64px, 9vw, 96px);
  border-radius: 50%;
  background: var(--eh-bg-dark);
  color: var(--eh-white) !important;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(26, 33, 31, 0.22);
  transition: transform 0.22s ease, background 0.22s ease;
}

.landing-de-footer-image__action:hover {
  transform: scale(1.06);
  background: var(--eh-footer);
  color: var(--eh-white) !important;
}

/* —— Etichetta tipo logo (bianca, pin, ombra) —— */
.landing-de-label-tag {
  position: relative;
  background: #ffffff;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.landing-de-label-tag::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 3px;
  height: 8px;
  margin-left: -1.5px;
  border-radius: 2px 2px 0 0;
  background: #ffffff;
}

.landing-de-label-tag--bottom {
  animation: landing-de-label-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}

@keyframes landing-de-label-rise {
  from {
    transform: translateY(110%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* —— Footer sobrio —— */
.eh-theme .ltn__footer-area .footer-top-area,
.eh-theme .ltn__footer-area .ltn__copyright-area {
  background: var(--eh-footer) !important;
}

/* —— Responsive —— */
@media (max-width: 991.98px) {
  .landing-de-benefits__header,
  .landing-de-benefits__grid {
    grid-template-columns: 1fr;
  }

  .landing-de-benefits__header-right p {
    max-width: none;
  }

  .landing-de-benefits__img--large {
    min-height: 300px;
  }

  .landing-de-benefits__img--small-top {
    min-height: 140px;
  }

  .landing-de-benefits__img--small-bottom {
    min-height: 120px;
  }

  .landing-de-benefits__img--tall {
    min-height: 220px;
  }

  .landing-de-hero__wordmark {
    top: 10%;
    font-size: clamp(2.8rem, 16vw, 5rem);
  }

  .landing-de-hero__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-de-hero__bottom-left {
    max-width: none;
  }

  .landing-de-hero__aside {
    max-width: none;
  }

  .landing-de-progetto__intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.5rem;
  }

  .landing-de-progetto__stats {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .landing-de-scena__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .landing-de-scena__copy {
    max-width: none;
  }

  .landing-de-scena__media {
    min-height: unset;
    aspect-ratio: 16 / 10;
    height: auto;
    order: -1;
  }

  .landing-de-planimetria__villas {
    grid-template-columns: 1fr;
  }

  .landing-de-chiusura__gallery {
    grid-template-columns: 1fr;
  }

  .landing-de-casa__gallery {
    grid-template-columns: 1fr;
  }

  .landing-de-apertura__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .landing-de-apertura__intro-right p {
    max-width: none;
  }

  .landing-de-apertura__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-de-apertura__cta {
    grid-column: 1 / -1;
    justify-self: stretch;
    text-align: center;
  }

  .landing-de-story__beats--grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  html:has(body.landing-de-page) {
    overflow-x: hidden;
  }

  .eh-theme.landing-de-page {
    overflow-x: hidden;
    max-width: 100%;
  }

  .eh-theme.landing-de-page img:not(.landing-de-hero__fallback),
  .eh-theme.landing-de-page video:not(.landing-de-hero__video):not(.landing-de-progetto__video),
  .eh-theme.landing-de-page iframe {
    max-width: 100%;
  }

  .eh-theme.landing-de-page figure,
  .eh-theme.landing-de-page .landing-de-apertura__media,
  .eh-theme.landing-de-page .landing-de-progetto__media,
  .eh-theme.landing-de-page .landing-de-scena__media,
  .eh-theme.landing-de-page .landing-de-benefits__img,
  .eh-theme.landing-de-page .landing-de-casa__img,
  .eh-theme.landing-de-page .landing-de-chiusura__img,
  .eh-theme.landing-de-page .landing-de-planimetria__plan,
  .eh-theme.landing-de-page .landing-de-footer-image__media,
  .eh-theme.landing-de-page .landing-de-parallax-claim__frame {
    max-width: 100%;
  }

  .eh-theme.landing-de-page .about-us-img-wrap:hover img {
    transform: none;
  }

  .landing-de-apertura__wrap,
  .landing-de-benefits__wrap,
  .landing-de-progetto__wrap,
  .landing-de-scena__wrap,
  .landing-de-scena__grid > *,
  .landing-de-benefits__grid > *,
  .landing-de-casa__gallery,
  .landing-de-chiusura__gallery {
    min-width: 0;
  }

  .eh-theme.landing-de-page [id="hero"],
  .eh-theme.landing-de-page [id="apertura"],
  .eh-theme.landing-de-page [id="progetto"],
  .eh-theme.landing-de-page [id="confronto"],
  .eh-theme.landing-de-page [id="scena"],
  .eh-theme.landing-de-page [id="casa"],
  .eh-theme.landing-de-page [id="disponibilita"],
  .eh-theme.landing-de-page [id="planimetria"],
  .eh-theme.landing-de-page [id="chiusura"],
  .eh-theme.landing-de-page [id="faq"],
  .eh-theme.landing-de-page [id="contatti"] {
    scroll-margin-top: 4.5rem;
  }

  .eh-theme.landing-de-page .pt-80,
  .eh-theme.landing-de-page .pt-100,
  .eh-theme.landing-de-page .pb-80,
  .eh-theme.landing-de-page .pb-100 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .eh-theme.landing-de-page .landing-de-section,
  .eh-theme.landing-de-page .landing-de-apertura {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .eh-theme.landing-de-page .mb-50 {
    margin-bottom: 2rem !important;
  }

  .eh-theme.landing-de-page .mb-40 {
    margin-bottom: 1.5rem !important;
  }

  .eh-theme.landing-de-page .container {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .landing-de-btn {
    padding: 12px 22px;
    font-size: 0.9rem;
  }

  .landing-de-benefits__gallery {
    grid-template-columns: 1fr;
  }

  .landing-de-benefits__img--large,
  .landing-de-benefits__img--small-top,
  .landing-de-benefits__img--small-bottom,
  .landing-de-benefits__img--tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  .landing-de-benefits__item {
    grid-template-columns: 44px 1fr;
    gap: 0.75rem;
  }

  .landing-de-benefits__icon {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .landing-de-apertura {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .landing-de-apertura__headline {
    font-size: clamp(1.65rem, 7vw, 2.15rem);
  }

  .landing-de-apertura__intro-right p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .landing-de-apertura__visual {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .landing-de-apertura__float {
    position: static;
    transform: none;
    width: 100%;
  }

  .landing-de-apertura__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    padding: 1rem 1.1rem;
    box-shadow: var(--eh-shadow);
  }

  .landing-de-apertura__cta {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .landing-de-story--light .landing-de-story__close {
    margin-top: 1.25rem;
    padding: 1.35rem 1.15rem;
  }

  .landing-de-progetto__wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .landing-de-progetto__headline {
    font-size: clamp(1.45rem, 5.5vw, 1.85rem);
    margin-bottom: 0.75rem;
  }

  .landing-de-progetto__lead {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .landing-de-parallax-claim {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .landing-de-parallax-claim__frame {
    background-attachment: scroll;
    min-height: 300px;
  }

  .landing-de-parallax-claim__content p {
    font-size: clamp(1.35rem, 5.5vw, 1.85rem);
    line-height: 1.35;
  }

  .landing-de-scena__title {
    font-size: clamp(1.55rem, 5.5vw, 2rem);
  }

  .landing-de-scena__beats li {
    font-size: 1rem;
    padding: 0.55rem 0 0.55rem 1.35rem;
  }

  .eh-theme .ltn__feature-item {
    padding: 28px 20px;
  }

  .eh-theme .ltn__feature-info h3 {
    font-size: 1.25rem;
  }

  .eh-theme .ltn__feature-info p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .eh-theme.landing-de-page .select-availability-area .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .eh-theme .landing-de-section--dark .ltn__select-availability-table-wrap {
    padding: 0.85rem 0.75rem;
    border-radius: var(--eh-radius);
  }

  .eh-theme .landing-de-section--dark .ltn__select-availability-table .ltn__select-availability-table-row li {
    grid-template-columns: minmax(108px, 36%) 1fr;
    column-gap: 8px;
    font-size: 0.98em;
  }

  .select-availability-area .section-title-area {
    margin-bottom: 1.5rem;
  }

  .landing-de-planimetria.pt-50 {
    padding-top: 2rem !important;
  }

  .landing-de-planimetria > .landing-de-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .landing-de-planimetria__closing {
    font-size: 1.1rem;
    padding: 0 0.25rem;
  }

  .landing-de-chiusura .btn-wrapper .landing-de-btn {
    width: 100%;
    max-width: 320px;
  }

  .landing-de-chiusura__gallery {
    gap: 0.85rem;
    margin-top: 1.75rem;
  }

  .landing-de-faq__trigger {
    padding: 1rem 1.05rem !important;
    font-size: 0.98rem !important;
    gap: 0.75rem;
  }

  .eh-theme .landing-de-section--faq .landing-de-faq__item .card-body {
    padding: 0 1.05rem 1rem;
    font-size: 0.95rem;
  }

  .landing-de-footer-image {
    padding: 1.5rem 1rem 2rem;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0));
  }

  .landing-de-footer-image__media {
    min-height: 260px;
    border-width: 6px;
  }

  .landing-de-footer-image__title {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: calc(100% - 5.5rem);
    font-size: clamp(1.15rem, 5.2vw, 1.55rem);
  }

  .landing-de-footer-image__action-wrap {
    width: 72px;
    height: 72px;
  }

  .landing-de-footer-image__action {
    width: 48px;
    height: 48px;
    font-size: 0.95rem;
  }

  .landing-de-hero__stage {
    aspect-ratio: 3 / 4;
    min-height: 88svh;
    max-height: none;
  }

  .landing-de-hero__wordmark {
    top: 16%;
    font-size: clamp(2.2rem, 16vw, 3.25rem);
    white-space: normal;
    width: 92%;
    line-height: 1;
  }

  .landing-de-hero__bottom {
    left: 1rem;
    right: 1rem;
    bottom: calc(1.15rem + env(safe-area-inset-bottom, 0));
    gap: 1rem;
  }

  .landing-de-hero__shout {
    font-size: clamp(1.05rem, 4.5vw, 1.25rem);
    letter-spacing: 0.03em;
    line-height: 1.28;
  }

  .landing-de-hero__bottom-left {
    gap: 1rem;
    width: 100%;
  }

  .landing-de-hero__bottom-left .landing-de-btn {
    width: 100%;
    max-width: none;
    justify-content: center;
  }

  .landing-de-hero__aside {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .landing-de-nav__inner {
    min-height: clamp(4.5rem, 14vw, 5.5rem);
    align-items: flex-end;
    padding-bottom: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .landing-de-nav__logo {
    left: 1rem;
    padding: 8px 12px 10px;
  }

  .landing-de-nav__logo img {
    height: 32px;
  }

  .landing-de-nav__pill {
    display: none !important;
  }

  .landing-de-page .floating-prenota-visita {
    bottom: calc(14px + env(safe-area-inset-bottom, 0));
    min-width: min(88vw, 220px);
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 700;
  }

  .eh-theme .section-title-area h2 {
    font-size: clamp(1.55rem, 5.8vw, 2rem);
  }

  .eh-theme .section-title-area p {
    max-width: none;
    font-size: 0.98rem;
    line-height: 1.65;
  }
}

@media (max-width: 575.98px) {
  .landing-de-apertura__facts {
    grid-template-columns: 1fr;
  }

  .landing-de-apertura__fact strong {
    font-size: 0.95rem;
  }

  .landing-de-hero__wordmark {
    top: 14%;
    font-size: clamp(1.85rem, 14vw, 2.5rem);
  }

  .landing-de-parallax-claim__frame {
    min-height: 260px;
  }

  .landing-de-footer-image__media {
    min-height: 220px;
  }
}
