/* Home page hero only — does not affect other pages */

body.page-home {
  --hero-blue: #7eb8e4;
  --hero-blue-deep: #4d9fd6;
  --hero-blue-glow: rgba(126, 184, 228, 0.32);
}

.hero--home {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #010810;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero--home .hero__bg { display: none; }

.hero--home::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #010810;
  pointer-events: none;
  z-index: 0;
}

.hero--home .hero__content {
  position: relative;
  z-index: 2;
  width: min(1280px, 94vw);
  margin-inline: auto;
  padding: calc(var(--nav-h) + 48px) 0 100px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0;
  align-items: center;
  flex: 1;
}

.hero-home__left {
  position: relative;
  z-index: 3;
  padding-right: clamp(0px, 2vw, 24px);
}

.hero-home__title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.hero-home__title span { display: block; }

.hero-home__accent {
  color: var(--hero-blue);
  text-shadow: 0 0 50px var(--hero-blue-glow);
}

.hero-home__subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  max-width: 38ch;
  margin-bottom: 2rem;
}

.hero-home__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.hero-home__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-home__btn--primary {
  padding: 14px 28px;
  background: var(--hero-blue-deep);
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 24px var(--hero-blue-glow);
}

.hero-home__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(126, 184, 228, 0.45);
}

.hero-home__btn--secondary {
  padding: 14px 28px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(126, 184, 228, 0.55);
  border-radius: 4px;
}

.hero-home__btn--secondary:hover {
  transform: translateY(-2px);
  border-color: var(--hero-blue);
  background: rgba(126, 184, 228, 0.08);
}

.hero-home__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2vw, 24px);
}

.hero-home__feat {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-home__feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(126, 184, 228, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--hero-blue);
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-home__feat-icon svg { width: 20px; height: 20px; }

.hero-home__feat-text strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.hero-home__feat-text span {
  font-size: 0.72rem;
  color: var(--hero-blue);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Bottle — blended into background, enlarged, overlaps text area */
.hero-home__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(500px, 70vh, 740px);
  margin-left: clamp(-160px, -15vw, -56px);
  z-index: 1;
  overflow: hidden;
}

.hero-home__visual::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, #010810 0%, #010810 4%, rgba(1, 8, 16, 0.92) 12%, rgba(1, 8, 16, 0.55) 22%, rgba(1, 8, 16, 0.2) 34%, transparent 48%),
    linear-gradient(180deg, rgba(1, 8, 16, 0.55) 0%, transparent 10%, transparent 90%, rgba(1, 8, 16, 0.45) 100%);
  pointer-events: none;
}

.hero-home__visual::after {
  content: '';
  position: absolute;
  inset: -8% -14% -10% -22%;
  background:
    radial-gradient(ellipse 58% 70% at 56% 44%, transparent 0%, rgba(1, 8, 16, 0.1) 52%, rgba(1, 8, 16, 0.72) 90%),
    linear-gradient(90deg, rgba(1, 8, 16, 0.75) 0%, rgba(1, 8, 16, 0.35) 16%, transparent 36%),
    linear-gradient(108deg, rgba(1, 8, 16, 0.4) 0%, transparent 30%, transparent 72%, rgba(1, 8, 16, 0.22) 100%);
  z-index: 4;
  pointer-events: none;
}

.hero-home__glow {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 108%;
  height: 96%;
  background:
    radial-gradient(ellipse 38% 44% at 50% 44%, rgba(126, 184, 228, 0.14) 0%, transparent 54%),
    radial-gradient(ellipse 90% 82% at 52% 50%, rgba(6, 21, 40, 0.5) 0%, transparent 74%);
  filter: blur(48px);
  pointer-events: none;
}

.hero-home__bottle-img {
  position: relative;
  z-index: 2;
  width: 150%;
  max-width: 900px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  opacity: 0.94;
  filter:
    brightness(1.01)
    contrast(1.05)
    saturate(0.86)
    drop-shadow(0 24px 60px rgba(2, 11, 20, 0.35));
  -webkit-mask-image: radial-gradient(
    ellipse 72% 98% at 64% 48%,
    #000 6%,
    rgba(0, 0, 0, 0.96) 34%,
    rgba(0, 0, 0, 0.62) 54%,
    rgba(0, 0, 0, 0.22) 70%,
    transparent 90%
  );
  mask-image: radial-gradient(
    ellipse 72% 98% at 64% 48%,
    #000 6%,
    rgba(0, 0, 0, 0.96) 34%,
    rgba(0, 0, 0, 0.62) 54%,
    rgba(0, 0, 0, 0.22) 70%,
    transparent 90%
  );
  pointer-events: none;
  user-select: none;
}

.hero-home__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.hero-home__scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 32px;
  margin: 10px auto 0;
  background: linear-gradient(180deg, rgba(126, 184, 228, 0.45), transparent);
  animation: heroScrollPulse 2s ease infinite;
}

@keyframes heroScrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(0.6); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* Home nav — white logo, no invert filter */
body.page-home .nav { background: transparent; }

body.page-home .nav.scrolled {
  background: rgba(2, 11, 20, 0.95);
  backdrop-filter: blur(12px);
}

body.page-home .nav__logo img {
  height: 44px;
  width: auto;
  display: block;
}

body.page-home .footer__logo-wrap img {
  height: 42px;
  width: auto;
  display: block;
}

body.page-home .nav__links a {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

body.page-home .nav__links a.active { color: #fff; }

body.page-home .nav__links a.active::after {
  width: 100%;
  background: var(--hero-blue-deep);
}

body.page-home .nav__cta {
  border-radius: 4px;
  background: var(--hero-blue-deep);
  font-size: 0.68rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  box-shadow: 0 4px 16px var(--hero-blue-glow);
}

@media (max-width: 1200px) {
  .hero--home .hero__content {
    grid-template-columns: 1fr 1fr;
    width: min(1280px, 96vw);
    padding-bottom: 88px;
  }

  .hero-home__visual {
    margin-left: clamp(-64px, -7vw, -28px);
    min-height: clamp(420px, 56vh, 600px);
  }

  .hero-home__bottle-img {
    width: 118%;
    max-width: 580px;
  }

  .hero-home__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 16px;
  }
}

@media (max-width: 1024px) {
  .hero-home__title {
    font-size: clamp(2.35rem, 4.8vw, 3.4rem);
  }

  .hero-home__visual {
    margin-left: -20px;
    min-height: 380px;
  }

  .hero-home__bottle-img {
    width: 108%;
    max-width: 500px;
  }
}

@media (max-width: 900px) {
  .hero--home .hero__content {
    grid-template-columns: 1fr;
    text-align: center;
    padding-bottom: 80px;
    width: min(1280px, 92vw);
  }

  .hero-home__subtitle { margin-inline: auto; }
  .hero-home__actions { justify-content: center; }
  .hero-home__features { grid-template-columns: repeat(2, 1fr); }
  .hero-home__visual {
    order: -1;
    margin-left: 0;
    min-height: 360px;
    max-width: 100%;
    overflow: hidden;
  }
  .hero-home__bottle-img {
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .hero-home__scroll { display: none; }
}

@media (max-width: 480px) {
  .hero--home .hero__content {
    padding: calc(var(--nav-h) + 28px) 0 56px;
  }

  .hero-home__visual { min-height: 288px; }
  .hero-home__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 12px;
    margin-top: 24px;
    padding: 18px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(159, 224, 250, 0.16);
    border-radius: 18px;
    backdrop-filter: blur(6px);
    text-align: left;
  }
  .hero-home__feat { justify-content: flex-start; }
  .hero-home__bottle-img { max-width: 300px; }
}
