/* V4: primera pantalla completa y encuadre para las cuatro landings. */
.landing-screen {
  --hero-header-height: 91px;
}

.landing-screen > header {
  background: #f2f4f7f5;
  border-bottom-color: #10294012;
}

.landing-screen .screen-hero.hero-image-led {
  width: 100%;
  max-width: none;
  height: calc(100svh - var(--hero-header-height));
  min-height: 510px;
  margin: 0;
  border-radius: 0;
  isolation: isolate;
  background: #f2f4f7;
}

.landing-screen .screen-hero .hero-art {
  inset: 0 0 0 auto;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  mask-image: linear-gradient(90deg, transparent, #000 16%);
}

.landing-screen .screen-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f2f4f7 0%, #f2f4f7d9 14%, #f2f4f700 43%);
  pointer-events: none;
  z-index: 0;
}

.landing-screen .screen-hero .hero-content {
  left: 5%;
  top: 46%;
  width: 51%;
  max-width: none;
  z-index: 1;
}

.landing-screen .screen-hero .hero-content h1 {
  font-size: clamp(48px, 5.1vw, 86px);
  line-height: 1.06;
  margin: 26px 0;
  max-width: none;
}

.landing-screen .hero-method-name {
  font-size: 17px;
  margin-bottom: 34px;
}

.landing-screen .screen-hero .hero-explore {
  bottom: 30px;
  right: 5%;
  z-index: 1;
  background: #ffffffb0;
}

/* Mantener la fotografía completa: el contenedor sigue su proporción. */
.landing-screen .story-agency {
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  min-height: 0;
}

.landing-screen .story-agency figure {
  align-self: center;
  height: auto;
  aspect-ratio: 3 / 2;
}

.landing-screen .story-agency figure img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: none;
}

.landing-screen .story-agency:hover figure img {
  transform: none;
}

@media (min-width: 701px) and (max-aspect-ratio: 5/4) {
  .landing-screen .screen-hero .hero-content {
    top: 12%;
    transform: none;
    width: 90%;
  }

  .landing-screen .screen-hero .hero-art {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 69%;
    object-position: right bottom;
    mask-image: linear-gradient(180deg, transparent, #000 16%);
  }

  .landing-screen .screen-hero::after { display: none; }
}

@media (max-width: 700px) {
  .landing-screen { --hero-header-height: 76px; }

  .landing-screen > header { height: var(--hero-header-height); }

  .landing-screen .screen-hero.hero-image-led {
    min-height: 590px;
    height: calc(100svh - var(--hero-header-height));
  }

  .landing-screen .screen-hero .hero-content {
    top: 38px;
    left: 6%;
    right: 6%;
    width: auto;
    transform: none;
  }

  .landing-screen .screen-hero .hero-content h1 {
    font-size: clamp(37px, 9.6vw, 58px);
    margin: 22px 0 18px;
  }

  .landing-screen .screen-hero .eyebrow { font-size: 11px; }

  .landing-screen .hero-method-name {
    font-size: 14px;
    margin-bottom: 26px;
  }

  .landing-screen .screen-hero .hero-art {
    width: 150%;
    max-width: none;
    height: auto;
    max-height: calc(100% - 245px);
    top: auto;
    left: -50%;
    right: auto;
    bottom: 0;
    object-fit: contain;
    object-position: right bottom;
    mask-image: linear-gradient(180deg, transparent, #000 16%, #000 90%, transparent);
  }

  .landing-screen .screen-hero::after { display: none; }

  .landing-screen .screen-hero .hero-explore {
    bottom: 22px;
    right: 6%;
  }

  .landing-screen .story-agency { display: flex; }
  .landing-screen .story-agency figure { width: 100%; height: auto; }
  .landing-screen .story-agency .story-copy { width: 100%; }
}

@media (max-width: 360px) {
  .landing-screen .screen-hero .hero-content h1 { font-size: 34px; }
}

@media (max-height: 540px) and (min-width: 701px) {
  .landing-screen .screen-hero.hero-image-led { min-height: 420px; }
  .landing-screen .screen-hero .hero-content h1 { font-size: 46px; }
}

@media(max-width:900px){.landing-screen{--hero-header-height:76px}}
.screen-hero .hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.screen-hero .hero-community-link{font:14px Onest;padding:12px 0;border-bottom:1px solid #10294050;display:inline-flex;gap:8px;align-items:center}
.screen-hero .hero-community-link span{color:var(--pink)}
.screen-hero .hero-method-name{line-height:1.5}
@media(max-width:700px){.landing-screen .screen-hero .hero-art{mask-image:linear-gradient(180deg,transparent,#000 12%,#000 98%,transparent)}.landing-screen.lab-page .screen-hero .hero-art{width:140%;left:-40%}.screen-hero .hero-actions{gap:7px 15px}.screen-hero .hero-community-link{font-size:12px}.network-page .screen-hero .hero-content{top:28px}.network-page .screen-hero .hero-art{max-height:calc(100% - 290px)}}
