.hero {
  isolation: isolate;
  min-height: 100svh;
  padding: 112px 0 42px;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.48) 0%, rgba(8, 8, 8, 0.28) 42%, rgba(13, 13, 13, 0.82) 88%, #0d0d0d 100%),
    radial-gradient(ellipse at center, rgba(8, 8, 8, 0.22) 0%, rgba(8, 8, 8, 0.5) 72%),
    url("../assets/hero-wine-horizon.png") center center / cover no-repeat,
    #080808;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 72%);
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 72%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 190px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(13, 13, 13, 0.72) 60%, #0d0d0d 100%);
}

.hero-shell {
  position: relative;
  z-index: 3;
  width: 100%;
}

.hero .hero-grid {
  display: block;
  width: 100%;
}

.hero .hero-copy {
  align-items: center;
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero .status-pill {
  padding: 7px 14px;
  border-color: rgba(230, 230, 230, 0.13);
  background: rgba(13, 13, 13, 0.42);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 12px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.hero h1.hero-title {
  display: flex;
  flex-direction: column;
  max-width: 820px;
  margin-top: 28px;
  font-family: "Space Grotesk", var(--sans);
  font-size: clamp(2.8rem, 5.2vw, 5.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.055em;
  background: linear-gradient(112deg, #ffffff 12%, #b7b7bb 42%, #f8f8f8 59%, #8d8d92 84%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 5px 18px rgba(255, 255, 255, 0.07));
}

.hero h1.hero-title .hl {
  margin-top: 0.12em;
  background: linear-gradient(105deg, #ffffff 5%, #d94b68 43%, #b62b4b 70%, #e6e6e6 112%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.hero .hero-sub {
  max-width: 620px;
  margin-top: 26px;
  color: #b5b5ba;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.hero .hero-actions {
  justify-content: center;
  margin-top: 32px;
}

.hero .hero-actions .btn {
  min-height: 47px;
  padding-inline: 22px;
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.hero .hero-action-note {
  margin-top: 13px;
}

.hero .hero-logos {
  width: min(700px, 100%);
  margin-top: 64px;
}

.hero .hero-logos p {
  margin-bottom: 16px;
  text-align: center;
}

.hero .logos-marquee {
  max-width: 700px;
}

.hero .scroll-indicator {
  z-index: 5;
  bottom: 20px;
  opacity: 0.62;
}

#pilares {
  position: relative;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(90, 18, 38, 0.16), transparent 42%),
    linear-gradient(180deg, #0d0d0d 0%, var(--bg) 28%);
}

header.nav {
  top: 12px;
  right: 16px;
  left: 16px;
  width: auto;
  border: 1px solid rgba(230, 230, 230, 0.08);
  border-radius: 18px;
  background: rgba(13, 13, 13, 0.62);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.24);
}

header.nav.scrolled {
  border-color: rgba(230, 230, 230, 0.13);
  background: rgba(13, 13, 13, 0.9);
}

@media (max-width: 960px) {
  .hero {
    min-height: 940px;
    padding-top: 126px;
  }

  .hero .hero-grid {
    padding-block: 0 80px;
  }

}

@media (max-width: 560px) {
  header.nav {
    top: 8px;
    right: 8px;
    left: 8px;
    border-radius: 15px;
  }

  .hero {
    min-height: 820px;
    padding: 112px 0 70px;
  }

  .hero h1.hero-title {
    font-size: clamp(2.35rem, 10.8vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .hero .hero-sub {
    max-width: 34ch;
    margin-top: 22px;
    font-size: 0.97rem;
  }

  .hero .hero-actions {
    width: 100%;
    margin-top: 28px;
  }

  .hero .hero-actions .btn {
    width: 100%;
  }

  .hero .hero-logos {
    margin-top: 48px;
  }

  .hero .scroll-indicator {
    display: none;
  }
}
