/* MEISTER GRANADA v1.0.2.3.6 — HERO PREMIUM MICRO-REFINEMENT
 * Scope estricto: HOME hero. No altera routing, colecciones ni componentes inferiores.
 */

@media (min-width: 1181px) {
  .home .hero.hero--lead {
    min-height: 100svh !important;
    background-image: var(--hero) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center 48% !important;
    background-color: #070707 !important;
    display: flex !important;
    align-items: stretch !important;
    overflow: hidden !important;
    isolation: isolate;
  }

  .home .hero.hero--lead > .hero-mobile-visual {
    display: none !important;
  }

  .home .hero.hero--lead > .hero-overlay {
    display: block !important;
    z-index: 0 !important;
    background:
      linear-gradient(90deg, rgba(2,2,2,.91) 0%, rgba(2,2,2,.75) 32%, rgba(2,2,2,.38) 58%, rgba(2,2,2,.16) 100%),
      linear-gradient(180deg, rgba(0,0,0,.23) 0%, rgba(0,0,0,.08) 62%, rgba(0,0,0,.50) 100%) !important;
  }

  .home .hero-lead-shell {
    position: relative !important;
    z-index: 2 !important;
    width: min(100% - 72px, 1380px) !important;
    min-height: 100svh !important;
    margin: 0 auto !important;
    padding: 146px 0 84px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.18fr) minmax(350px, 450px) !important;
    gap: clamp(54px, 6vw, 96px) !important;
    align-items: center !important;
    background: transparent !important;
  }

  .home .hero--lead .hero-content {
    max-width: 780px !important;
    padding: 0 !important;
    background: transparent !important;
    text-shadow: 0 3px 22px rgba(0,0,0,.32);
  }

  .home .hero--lead .hero-content > .eyebrow {
    display: block !important;
    margin: 0 0 18px !important;
    color: #f59a00 !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    letter-spacing: .19em !important;
  }

  .home .hero--lead .hero-content h1 {
    max-width: 760px !important;
    margin: 0 0 24px !important;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(64px, 6.1vw, 94px) !important;
    font-weight: 400 !important;
    line-height: .92 !important;
    letter-spacing: -.052em !important;
    text-wrap: balance;
  }

  .home .hero--lead .hero-sub {
    max-width: 620px !important;
    margin: 0 0 26px !important;
    color: rgba(255,255,255,.86) !important;
    font-size: clamp(18px, 1.45vw, 21px) !important;
    line-height: 1.55 !important;
  }

  .home .hero--lead .hero-proof.hero-proof-desktop {
    display: flex !important;
    gap: 0 !important;
    width: fit-content;
    max-width: 100%;
    margin-top: 6px !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(5,5,5,.26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .home .hero--lead .hero-proof.hero-proof-desktop span {
    padding: 11px 15px;
    color: rgba(255,255,255,.84);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .home .hero--lead .hero-proof.hero-proof-desktop span + span {
    border-left: 1px solid rgba(255,255,255,.18);
  }

  .home .j7-lead-concierge {
    align-self: center !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.17) !important;
    background: linear-gradient(180deg, rgba(12,12,12,.88), rgba(6,6,6,.82)) !important;
    box-shadow: 0 32px 70px rgba(0,0,0,.38) !important;
    backdrop-filter: blur(18px) saturate(1.05) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.05) !important;
  }

  .home .hero--lead .scroll-note {
    right: 28px !important;
    bottom: 28px !important;
    color: rgba(255,255,255,.46) !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .home .hero-mobile-visual img {
    object-position: center 50% !important;
    filter: saturate(.94) contrast(1.02) brightness(.98) !important;
  }
  .home .hero-lead-shell {
    gap: 32px !important;
    padding-top: 48px !important;
  }
  .home .hero--lead .hero-content h1 {
    max-width: 650px !important;
    font-size: clamp(50px, 7.2vw, 72px) !important;
    line-height: .94 !important;
  }
}

@media (max-width: 767px) {
  .home .hero-mobile-visual img {
    object-position: center 50% !important;
    filter: saturate(.96) contrast(1.025) brightness(.98) !important;
  }
  .home .hero--lead .hero-content h1 {
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: .96 !important;
  }
  .home .hero--lead .hero-sub {
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}
