/* Akwaba landing — Direction A : editorial premium (override v2) */

.landing-editorial {
  --editorial-violet: #2e1065;
  --editorial-cream: #faf6f0;
  --editorial-ink: #14101c;
}

/* —— Nav éditoriale full-width —— */
.landing-editorial .island-nav.editorial-nav {
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  max-width: none;
  border-radius: 0;
  padding: 0.85rem clamp(1.25rem, 4vw, 2.5rem);
  background: rgba(250, 246, 240, 0.92);
  border: none;
  border-bottom: 1px solid var(--hairline);
  box-shadow: none;
  justify-content: flex-start;
  gap: 1rem;
}

.landing-editorial .island-nav.editorial-nav.is-hidden {
  transform: translateY(-110%);
}

.landing-editorial .island-nav .nav-links {
  margin-left: auto;
  margin-right: 1rem;
}

.landing-editorial .island-nav .nav-cta {
  background: var(--editorial-violet);
}

/* —— Hero éditorial —— */
.landing-editorial .hero--editorial {
  display: block;
  padding: clamp(6.5rem, 14vh, 8.5rem) clamp(1.25rem, 5vw, 3rem)
    clamp(3.5rem, 8vh, 5rem);
  background: var(--editorial-cream);
  min-height: 100dvh;
}

.landing-editorial .hero-bg--editorial {
  background: var(--editorial-cream);
  overflow: hidden;
}

.landing-editorial .hero-watermark {
  position: absolute;
  right: -0.08em;
  bottom: -0.15em;
  font-family: var(--font-display);
  font-size: clamp(12rem, 28vw, 22rem);
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: rgba(46, 16, 101, 0.06);
  pointer-events: none;
  user-select: none;
}

.landing-editorial .hero-editorial-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.landing-editorial .hero--editorial .hero-copy .eyebrow {
  background: rgba(46, 16, 101, 0.07);
  color: var(--editorial-violet);
  letter-spacing: 0.14em;
}

.landing-editorial .hero--editorial h1 {
  font-size: clamp(2.75rem, 6.5vw, 4.75rem);
  font-weight: 450;
  line-height: 1.02;
  letter-spacing: -0.035em;
  max-width: 11ch;
  color: var(--editorial-ink);
}

.landing-editorial .hero--editorial h1 em {
  color: var(--violet-700);
  font-style: italic;
}

.landing-editorial .hero--editorial .hero-lead {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  max-width: 34rem;
  margin-bottom: 1.75rem;
}

.landing-editorial .hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.landing-editorial .hero-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--hairline);
  background: #fff;
  font-size: 0.88rem;
  color: var(--ink-muted);
}

.landing-editorial .hero-chip strong {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--editorial-violet);
}

.landing-editorial .hero-cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.landing-editorial .btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.75rem;
  border-radius: 999px;
  background: var(--editorial-violet);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease-out);
}

.landing-editorial .btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(46, 16, 101, 0.22);
}

.landing-editorial .store-row--hero {
  gap: 0.65rem;
}

.landing-editorial .btn-store--light {
  min-width: 9.5rem;
  padding: 0.55rem 1rem;
  background: #fff;
  color: var(--editorial-ink);
  border: 1px solid var(--hairline);
  box-shadow: none;
}

.landing-editorial .btn-store--light:hover {
  border-color: rgba(46, 16, 101, 0.2);
  box-shadow: 0 8px 24px rgba(46, 16, 101, 0.08);
}

.landing-editorial .hero-visual--editorial {
  justify-content: flex-end;
}

.landing-editorial .hero-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.landing-editorial .hero-device__bezel {
  padding: 0.55rem;
  border-radius: 2.5rem;
  background: linear-gradient(160deg, #fff, #ebe4d8);
  border: 1px solid rgba(26, 22, 37, 0.1);
  box-shadow: 0 32px 64px rgba(46, 16, 101, 0.14),
    0 4px 12px rgba(26, 22, 37, 0.06);
  transform: none;
  transition: transform 0.7s var(--ease-out);
}

.landing-editorial .hero-device__bezel:hover {
  transform: translateY(-4px);
}

.landing-editorial .hero-device__bezel .phone-inner {
  width: min(268px, 38vw);
}

.landing-editorial .hero-device__caption {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* —— Features éditorial —— */
.landing-editorial .section--features-editorial {
  background: #fff;
  border-top: 4px solid var(--editorial-violet);
}

.landing-editorial .section-head--editorial h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.landing-editorial .section-head--editorial h2 em {
  font-style: italic;
  color: var(--violet-700);
}

.landing-editorial .features-trust {
  max-width: var(--content-max);
  margin: 0 auto 3rem;
  padding: 1.5rem clamp(1.25rem, 4vw, 2rem);
  border-radius: 1.25rem;
  background: var(--editorial-cream);
  border: 1px solid var(--hairline);
}

.landing-editorial .features-trust .payment-methods-lead {
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--editorial-ink);
}

.landing-editorial .editorial-stories {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
}

.landing-editorial .editorial-story.bento-card {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.landing-editorial .editorial-story.bento-card--interactive:hover,
.landing-editorial .editorial-story.bento-card--interactive:focus-within {
  border-color: transparent;
  background: transparent;
}

.landing-editorial .editorial-story {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
  cursor: pointer;
  text-align: left;
}

.landing-editorial .editorial-story--reverse {
  grid-template-columns: minmax(0, 1fr) auto;
}

.landing-editorial .editorial-story--reverse .editorial-story__num {
  order: 2;
}

.landing-editorial .editorial-story--reverse .editorial-story__panel {
  order: 1;
}

.landing-editorial .editorial-story__num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 500;
  line-height: 1;
  color: rgba(46, 16, 101, 0.12);
  padding-top: 0.25rem;
}

.landing-editorial .editorial-story__panel.bento-card__inner {
  height: auto;
  min-height: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 1.25rem;
  border: 1px solid var(--hairline);
  background: #fff;
  box-shadow: none;
  transition: border-color 0.4s var(--ease-out),
    box-shadow 0.45s var(--ease-out),
    transform 0.45s var(--ease-out);
}

.landing-editorial .editorial-story:hover .editorial-story__panel,
.landing-editorial .editorial-story:focus-visible .editorial-story__panel {
  border-color: rgba(76, 29, 149, 0.25);
  box-shadow: 0 20px 48px rgba(46, 16, 101, 0.08);
  transform: translateY(-3px);
}

.landing-editorial .editorial-story__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  background: rgba(76, 29, 149, 0.08);
  color: var(--editorial-violet);
  font-size: 1.35rem;
}

.landing-editorial .editorial-story__panel h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 500;
  margin-bottom: 0.65rem;
  color: var(--editorial-ink);
}

.landing-editorial .editorial-story__panel p {
  color: var(--ink-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.landing-editorial .editorial-story .bento-card__hint {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--violet-700);
}

/* —— Screens éditorial —— */
.landing-editorial .screens-section--editorial {
  background: var(--editorial-cream);
}

.landing-editorial .screens-section--editorial .section-head h2 em {
  font-style: italic;
  color: var(--violet-700);
}

.landing-editorial .screen-shot {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.landing-editorial .screen-shot figcaption {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: var(--editorial-ink);
}

.landing-editorial .screen-shot img {
  border-radius: 1.25rem;
  border: 1px solid var(--hairline);
  box-shadow: 0 16px 40px rgba(46, 16, 101, 0.1);
}

/* —— Download band : vidéo via download-band-videos.js —— */
.landing-editorial .download-band--video {
  background: #0f0618;
}

/* —— Responsive —— */
@media (max-width: 900px) {
  .landing-editorial .hero-editorial-inner {
    grid-template-columns: 1fr;
  }

  .landing-editorial .hero--editorial h1 {
    max-width: none;
  }

  .landing-editorial .hero-visual--editorial {
    justify-content: center;
  }

  .landing-editorial .hero-watermark {
    right: 0;
    bottom: 20%;
    font-size: clamp(8rem, 40vw, 14rem);
  }

  .landing-editorial .editorial-story,
  .landing-editorial .editorial-story--reverse {
    grid-template-columns: 1fr;
  }

  .landing-editorial .editorial-story__num {
    font-size: 2.5rem;
  }

  .landing-editorial .editorial-story--reverse .editorial-story__num,
  .landing-editorial .editorial-story--reverse .editorial-story__panel {
    order: unset;
  }

  .landing-editorial .island-nav .nav-links {
    display: none;
  }
}

@media (max-width: 600px) {
  .landing-editorial .hero-cta-row {
    width: 100%;
  }

  .landing-editorial .store-row--hero {
    flex-direction: column;
    width: 100%;
  }

  .landing-editorial .btn-store--light {
    width: 100%;
  }
}
