/* LUXURIOUS GLOBAL (OPC) — home hero board
   Full-bleed nocturne hero · aisle strip · product runway
   Tokens: deep night + mint + warm amber (no purple bias) */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=Outfit:wght@400;500;600;700&display=swap');

.page-lumen {
  --lx-bg: #070b14;
  --lx-panel: rgba(16, 22, 38, 0.72);
  --lx-line: rgba(186, 214, 255, 0.14);
  --lx-mint: #5eead4;
  --lx-mint-ink: #06261f;
  --lx-amber: #fdba74;
  --lx-text: #f4f7ff;
  --lx-mute: #a9b6d0;
  --lx-display: 'Syne', system-ui, sans-serif;
  --lx-sans: 'Outfit', system-ui, sans-serif;
  --lx-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--lx-bg) !important;
  color: var(--lx-text);
  font-family: var(--lx-sans);
}

.page-lumen .a59-aurora {
  opacity: 0.45;
}

.page-lumen .page-main {
  padding: 0;
  overflow-x: clip;
  background: transparent;
}

.page-lumen .a59-aisle-river {
  display: none;
}

/* Float the site dock over the full-bleed hero */
.page-lumen .a59-dock {
  position: absolute;
  top: 12px;
  left: var(--space-container, 1.25rem);
  right: var(--space-container, 1.25rem);
  margin: 0;
  width: auto;
  z-index: 50;
}

.page-lumen .a59-shell {
  position: relative;
}

.lx {
  position: relative;
  isolation: isolate;
}

/* ── Full-bleed hero (one composition) ── */
.lx-hero {
  position: relative;
  min-height: min(100svh, 54rem);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #050810;
}

.lx-hero-media {
  position: absolute;
  inset: 0;
}

.lx-hero-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.05);
  animation: lxKen 28s ease-in-out infinite alternate;
}

.lx-hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(5, 8, 16, 0.96) 0%, rgba(7, 11, 20, 0.78) 36%, rgba(7, 11, 20, 0.28) 62%, transparent 100%),
    linear-gradient(0deg, rgba(5, 8, 16, 0.97) 0%, rgba(7, 11, 20, 0.4) 44%, transparent 68%);
}

.lx-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  padding:
    clamp(5.5rem, 12vh, 7.5rem)
    clamp(1.25rem, 4vw, 3.5rem)
    clamp(2.75rem, 8vh, 5rem);
  color: var(--lx-text);
}

.lx-wordmark {
  margin: 0 0 1rem;
  font-family: var(--lx-display);
  font-size: clamp(1.55rem, 4vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--lx-amber);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
  animation: lxRise 0.85s var(--lx-ease) both;
}

.lx-hero h1 {
  margin: 0 0 1rem;
  font-family: var(--lx-display);
  font-size: clamp(2.35rem, 6.2vw, 4.1rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  color: var(--lx-text);
  animation: lxRise 0.9s var(--lx-ease) 0.08s both;
}

.lx-hero h1 em {
  display: block;
  font-style: normal;
  font-weight: 650;
  color: var(--lx-mint);
}

.lx-lede {
  margin: 0 0 1.5rem;
  max-width: 38ch;
  color: var(--lx-mute);
  font-size: clamp(0.98rem, 1.6vw, 1.08rem);
  line-height: 1.6;
  animation: lxRise 0.95s var(--lx-ease) 0.14s both;
}

.lx-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  animation: lxRise 1s var(--lx-ease) 0.2s both;
}

.lx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  transition: transform 0.3s var(--lx-ease), box-shadow 0.3s, background 0.25s, color 0.25s, border-color 0.25s;
}

.lx-btn--fill {
  background: var(--lx-mint);
  color: var(--lx-mint-ink) !important;
  box-shadow: 0 14px 34px rgba(94, 234, 212, 0.22);
}

.lx-btn--fill:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 40px rgba(94, 234, 212, 0.34);
  color: var(--lx-mint-ink) !important;
  filter: brightness(1.05);
}

.lx-btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--lx-text) !important;
  border: 1px solid var(--lx-line);
  backdrop-filter: blur(10px);
}

.lx-btn--ghost:hover {
  border-color: rgba(94, 234, 212, 0.45);
  background: rgba(94, 234, 212, 0.08);
  color: var(--lx-text) !important;
  transform: translateY(-2px);
}

/* ── Shared section chrome ── */
.lx-aisles,
.lx-runway,
.lx-close {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
  padding-block: clamp(2.75rem, 6vw, 4.25rem);
}

.lx-sec {
  margin-bottom: 1.35rem;
}

.lx-sec--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.lx-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lx-mint);
  font-weight: 700;
}

.lx-sec h2 {
  margin: 0;
  font-family: var(--lx-display);
  font-size: clamp(1.7rem, 3.5vw, 2.45rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--lx-text);
}

.lx-sec-link {
  color: var(--lx-amber) !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.92rem;
  transition: letter-spacing 0.25s, color 0.25s;
}

.lx-sec-link:hover {
  letter-spacing: 0.04em;
  color: #ffd0a0 !important;
}

/* ── Aisle strip (links, not cards-as-content) ── */
.lx-aisle-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
}

.lx-aisle {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 0.9rem 1.1rem;
  border-radius: 18px;
  text-decoration: none !important;
  color: inherit !important;
  border: 1px solid var(--lx-line);
  background:
    linear-gradient(160deg, rgba(94, 234, 212, 0.08), transparent 55%),
    var(--lx-panel);
  backdrop-filter: blur(12px);
  min-height: 5.5rem;
  opacity: 0;
  transform: translateY(14px);
  animation: lxRise 0.65s var(--lx-ease) forwards;
  animation-delay: calc(0.05s + var(--i, 0) * 0.05s);
  transition: transform 0.3s var(--lx-ease), border-color 0.25s, background 0.25s;
}

.lx-aisle:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 234, 212, 0.4);
  background:
    linear-gradient(160deg, rgba(94, 234, 212, 0.14), transparent 55%),
    rgba(20, 28, 48, 0.88);
  color: inherit !important;
}

.lx-aisle-name {
  font-family: var(--lx-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.lx-aisle-meta {
  color: var(--lx-mute);
  font-size: 0.78rem;
  font-weight: 600;
}

/* ── Product runway ── */
.lx-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(180px, auto);
  gap: 0.75rem;
}

.lx-pack {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit !important;
  border: 1px solid var(--lx-line);
  background: #0a1020;
  min-height: 200px;
  opacity: 0;
  transform: translateY(16px);
  animation: lxRise 0.7s var(--lx-ease) forwards;
  animation-delay: calc(0.08s + var(--i, 0) * 0.06s);
  transition: transform 0.35s var(--lx-ease), border-color 0.3s, box-shadow 0.35s;
}

.lx-pack--wide {
  grid-column: span 2;
  min-height: 240px;
}

.lx-pack--tall {
  grid-row: span 2;
  min-height: 100%;
}

.lx-pack:hover {
  transform: translateY(-5px);
  border-color: rgba(253, 186, 116, 0.45);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.4);
  color: inherit !important;
}

.lx-pack img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.65s var(--lx-ease);
}

.lx-pack:hover img {
  transform: scale(1.06);
}

.lx-pack-meta {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.7rem;
  display: grid;
  gap: 0.2rem;
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  background: rgba(7, 11, 20, 0.78);
  border: 1px solid rgba(186, 214, 255, 0.12);
  backdrop-filter: blur(14px);
}

.lx-pack-meta em {
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lx-mint);
  font-weight: 700;
}

.lx-pack-meta strong {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--lx-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lx-pack-meta b {
  font-size: 0.86rem;
  font-weight: 750;
  color: var(--lx-amber);
}

/* ── Closing promise ── */
.lx-close {
  text-align: center;
  max-width: 42rem;
  padding-bottom: clamp(3.5rem, 8vw, 5.5rem);
}

.lx-close h2 {
  margin: 0 0 0.85rem;
  font-family: var(--lx-display);
  font-size: clamp(1.55rem, 3.4vw, 2.2rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--lx-text);
}

.lx-close p {
  margin: 0 auto 1.4rem;
  max-width: 40ch;
  color: var(--lx-mute);
  line-height: 1.6;
}

.lx-close .lx-btn {
  margin-inline: auto;
}

@keyframes lxKen {
  from { transform: scale(1.05) translate3d(0, 0, 0); }
  to { transform: scale(1.12) translate3d(-1.5%, -1%, 0); }
}

@keyframes lxRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .lx-hero-media img,
  .lx-wordmark,
  .lx-hero h1,
  .lx-lede,
  .lx-cta,
  .lx-aisle,
  .lx-pack {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .lx-aisle-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lx-pack--tall {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .lx-hero {
    min-height: min(92svh, 40rem);
  }

  .lx-hero-copy {
    padding-top: 5rem;
  }

  .lx-aisle-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lx-pack--wide {
    grid-column: span 2;
  }

  .lx-aisles,
  .lx-runway,
  .lx-close {
    width: calc(100% - 1.5rem);
  }
}
