/* Layout refinement based on the approved LYSÉA visual reference. */
.hero {
  min-height: 620px;
  height: calc(100vh - 119px);
  max-height: 820px;
  grid-template-columns: 48% 52%;
  overflow: hidden;
}

.hero-copy {
  padding: 6vw 4vw 6vw 10vw;
  z-index: 2;
}

.hero h1 { font-size: clamp(64px, 7vw, 110px); }
.hero h2 { font-size: clamp(38px, 4.5vw, 68px); }
.hero-lead { font-size: clamp(19px, 1.8vw, 27px); max-width: 460px; }
.hero .price-row { margin: 22px 0 6px; }
.hero .price { font-size: 36px; }
.hero .gift-line { font-size: 12px; }
.hero .hero-actions { margin-top: 24px; }
.hero .micro-proof { margin-top: 20px; font-size: 10px; }

.hero-media { background: var(--night); }
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, var(--night), transparent 55%);
}
.hero-media img {
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
}
.hero-note { z-index: 2; }

#product-video {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.music-toggle {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 16;
  border: 1px solid var(--sky);
  background: var(--night);
  color: var(--ice);
  padding: 11px 15px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.music-toggle.is-playing { background: var(--royal); }

.section { padding: 78px 6vw; }
.story { gap: 5vw; }
.story-image img { max-height: 650px; }
.section-heading { margin-bottom: 40px; }

.whatsapp-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1060px;
  margin: auto;
}
.whatsapp-gallery figure {
  margin: 0;
  background: var(--navy);
  padding: 9px;
  box-shadow: 0 12px 35px var(--steel);
}
.whatsapp-gallery img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top;
}
.whatsapp-gallery figcaption {
  color: var(--ice);
  text-align: center;
  padding: 13px 8px 7px;
  font-size: 10px;
  letter-spacing: .06em;
}

@media (max-width: 900px) {
  .hero { height: auto; max-height: none; grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 25px 55px; }
  .hero-media { order: -1; height: 42vh; min-height: 270px; max-height: 390px; }
  .hero-media::before { display: none; }
  .hero-media img { object-position: 68% center; }
  .section { padding: 62px 24px; }
  .whatsapp-gallery { grid-template-columns: 1fr; max-width: 520px; }
  .whatsapp-gallery img { height: auto; }
  .music-toggle { left: 12px; bottom: 12px; }
}
