/* LifeBloomReads — thème WordPress (preview) */

:root {
  --lb-bg: #010a16;
  --lb-bg-footer: #010a16;
  --lb-gold: #ffca2e;
  --lb-green: #9af20d;
  --lb-fr: #7ad4ff;
  --lb-text: #ffffff;
  --lb-paper: #f3eee4;
  --lb-ink: #1c1814;
  --lb-ink-soft: #3a342e;
  --lb-max: 1224px;
  --lb-copy-max: 38rem;
  --lb-font-brand: "Merriweather", Georgia, serif;
  --lb-font-wordmark: "Jozoor", "JF Flat", sans-serif;
  --lb-font-serif: var(--lb-font-brand);
  --lb-font-sans: "Poppins", system-ui, sans-serif;
  --lb-header-h: 120px;
}

@media (min-width: 961px) {
  :root {
    --lb-copy-max: 50rem;
  }
}

*, *::before, *::after { box-sizing: border-box; }

@font-face {
  font-family: "Jozoor";
  src:
    url("../fonts/Jozoor.woff") format("woff"),
    url("../fonts/Jozoor.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  background: var(--lb-bg);
  overflow-x: hidden;
}

body.lb-site {
  margin: 0;
  background: var(--lb-bg);
  color: var(--lb-text);
  font-family: var(--lb-font-sans);
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
  min-height: 100vh;
}

.lb-main,
.lb-footer,
.lb-page,
.lb-page-shell,
.lb-page__content,
article.lb-page {
  background-color: var(--lb-bg);
}

a { color: inherit; }

.lb-wrap {
  max-width: var(--lb-max);
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.lb-main { min-height: 0; }

/* ——— Header ——— */
.lb-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--lb-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.lb-header__inner {
  position: relative;
  max-width: var(--lb-max);
  margin: 0 auto;
  padding: 32px 16px 22px;
  min-height: var(--lb-header-h);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
}

.lb-brand {
  display: block;
  margin: 0;
  line-height: 0;
  text-decoration: none;
}

.lb-brand__mark {
  display: block;
  height: 36px;
  width: auto;
  max-width: min(420px, 52vw);
}

.lb-nav {
  margin-left: auto;
}

.lb-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 28px 36px;
}

.lb-nav__link {
  font-family: var(--lb-font-brand);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--lb-text);
  transition: color 0.2s, opacity 0.2s;
}

.lb-nav__link.is-active {
  text-decoration: none;
}

.lb-nav__link--stories {
  color: var(--lb-green);
}

.lb-nav__link--visual {
  color: var(--lb-gold);
}

.lb-nav__link--francais {
  color: var(--lb-fr);
}

.lb-nav__link:hover,
.lb-nav__link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.lb-nav__link--brand:hover,
.lb-nav__link--brand:focus-visible,
.lb-brand:hover,
.lb-brand:focus-visible {
  text-decoration: none;
  opacity: 0.92;
}

.lb-nav-toggle {
  display: none;
  flex-shrink: 0;
  background: transparent;
  border: 0;
  color: var(--lb-text);
  cursor: pointer;
}

.lb-nav-toggle__bars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 12px;
}

.lb-nav-toggle__bars span {
  display: block;
  height: 1.5px;
  width: 100%;
  background: currentColor;
  border-radius: 1px;
}

/* ——— Accueil / hubs : hero 16:9, titre dans le coin bas droit ——— */
.lb-hero-video {
  position: relative;
  display: block;
  width: calc(100vw - 32px);
  height: calc((100vw - 32px) * 9 / 16);
  max-width: calc(100vw - 32px);
  margin: 18px auto 0;
  overflow: hidden;
  background: var(--lb-bg);
}

@media (min-width: 961px) {
  .lb-hero-video {
    width: min(72vw, 880px);
    max-width: 880px;
    height: calc(min(72vw, 880px) * 9 / 16);
    margin: 28px auto 0;
  }

  .lb-hero-video:not(.lb-hero-video--hub) .lb-hero-video__tagline {
    max-width: none;
  }

  .lb-hero-video:not(.lb-hero-video--hub) .lb-hero-video__line + .lb-hero-video__line {
    white-space: nowrap;
  }

  .lb-hero-video__shade {
    background:
      linear-gradient(90deg, transparent 0%, rgba(18, 8, 6, 0.12) 65%, rgba(8, 4, 2, 0.28) 100%),
      linear-gradient(180deg, transparent 55%, rgba(4, 2, 6, 0.32) 100%);
  }
}

.lb-hero-video--poster-only .lb-hero-video__media {
  opacity: 0;
}

.lb-hero-video--poster-only {
  background-color: var(--lb-bg);
  background-image: url("../videos/hero-claire-livre-poster.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lb-hero-video--hub.lb-hero-video--poster-only {
  background-image: url("../videos/hero-claire-livre-poster.jpg");
}

.lb-hero-video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.lb-hero-video__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(18, 8, 6, 0.18) 60%, rgba(8, 4, 2, 0.42) 100%),
    linear-gradient(180deg, transparent 42%, rgba(4, 2, 6, 0.42) 100%);
  pointer-events: none;
  z-index: 1;
}

.lb-hero-video__tagline,
.lb-hero-video__kicker {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: auto;
  top: auto;
  z-index: 2;
  margin: 0;
  max-width: min(90%, 22rem);
  text-align: right;
  pointer-events: none;
}

.lb-hero-video__line {
  display: block;
  font-family: var(--lb-font-brand);
  font-size: clamp(16px, 4.2vw, 25px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85), 0 0 24px rgba(0, 0, 0, 0.5);
}

.lb-hero-video__line--lead {
  font-weight: 700;
}

.lb-hero-video__line + .lb-hero-video__line {
  margin-top: 4px;
}

.lb-hero-video--hub .lb-hero-video__shade {
  background: linear-gradient(to top left, rgba(4, 2, 6, 0.55) 0%, transparent 48%);
}

.lb-hero-video--hub .lb-hero-video__kicker {
  right: 10px;
  bottom: 10px;
  font-size: clamp(22px, 6.4vw, 32px);
  line-height: 1.05;
}

.lb-hero-video__kicker {
  font-family: var(--lb-font-brand);
  font-size: clamp(18px, 5vw, 25px);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85), 0 0 24px rgba(0, 0, 0, 0.5);
}

.lb-hero-video__kicker--stories {
  color: var(--lb-green);
}

.lb-hero-video__kicker--visual {
  color: var(--lb-gold);
}

.lb-hero-video__kicker--francais {
  color: var(--lb-fr);
}

/* Hub — table des matières : bloc à puces, aligné à gauche, centré dans la page */
.lb-hub-titles {
  list-style: disc;
  list-style-position: outside;
  width: max-content;
  max-width: min(92vw, 22rem);
  margin: 2.25rem auto 2rem;
  padding: 0 0 0 1.15em;
  text-align: left;
}

.lb-stories-hub + .lb-author-note {
  margin-top: 0.5rem;
}

.lb-author-note {
  max-width: var(--lb-copy-max);
  margin: 2.25rem auto 2rem;
  padding: 0 22px;
  color: rgba(255, 255, 255, 0.9);
}

.lb-author-note__inner p {
  margin: 0 0 1.05em;
  font-family: var(--lb-font-serif);
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 400;
}

.lb-author-note__inner p:last-child {
  margin-bottom: 0;
}

.lb-author-note__inner a {
  color: var(--lb-gold);
  text-underline-offset: 3px;
}

.lb-author-note__inner a:hover,
.lb-author-note__inner a:focus-visible {
  color: #ffe08a;
}

.lb-author-note__contact {
  margin: 3.5rem auto 0;
  padding: 0;
  text-align: center;
  font-family: var(--lb-font-serif);
  font-size: 1.05rem;
}

.lb-author-note__contact a {
  color: var(--lb-gold);
  text-decoration: none;
}

.lb-author-note__contact a:hover,
.lb-author-note__contact a:focus-visible {
  color: #ffe08a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lb-author-note__kofi {
  margin: 1rem auto 0;
  padding: 0;
  text-align: center;
  font-family: var(--lb-font-brand);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.lb-author-note__kofi a {
  color: var(--lb-text);
  text-decoration: none;
}

.lb-author-note__kofi a:hover,
.lb-author-note__kofi a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.lb-characters-soon {
  max-width: var(--lb-copy-max);
  margin: 0 auto;
  padding: 0 22px 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.lb-characters-soon p {
  font-family: var(--lb-font-serif);
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
}

.lb-characters-soon__kofi {
  margin: 1.25rem auto 0;
  padding: 0;
  text-align: center;
  font-family: var(--lb-font-brand);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.lb-characters-soon__kofi a {
  color: var(--lb-text);
  text-decoration: none;
}

.lb-characters-soon__kofi a:hover,
.lb-characters-soon__kofi a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.lb-hub-titles li {
  margin: 0 0 0.55rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
}

.lb-hub-titles a,
.lb-hub-titles span {
  font-family: var(--lb-font-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: inherit;
  text-decoration: none;
}

.lb-hub-titles a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 1px;
}

.lb-hub-titles a:hover,
.lb-hub-titles a:focus-visible {
  border-bottom-color: rgba(255, 255, 255, 0.92);
}

.lb-hub-titles span {
  color: inherit;
}

body.lb-hub--video .lb-page {
  padding-top: 4px;
}

/* Accueil : pas de tuiles (navigation via menu) */
body.lb-home--video .lb-tiles-strip {
  display: none;
}

/* ——— Accueil bloc tuiles ——— */
.lb-tiles-strip {
  background: var(--lb-bg);
  padding: 16px 0;
  min-height: 444px;
}

.lb-tiles {
  display: grid;
  grid-template-columns: 426px 426px;
  justify-content: space-between;
  gap: 24px;
  padding-top: 8px;
}

.lb-tile__media {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.lb-tile__media img {
  width: 426px;
  max-width: 100%;
  height: 281px;
  display: block;
  object-fit: cover;
}

.lb-tile__label {
  position: absolute;
  font-family: var(--lb-font-serif);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--lb-text);
}

.lb-tile__label--center {
  left: 40%;
  top: 78%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.lb-tile__labels {
  position: absolute;
  left: 5%;
  top: 4%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.lb-tile__label--world,
.lb-tile__label--visual {
  position: static;
  transform: none;
}

.lb-tile__caption {
  margin: 16px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

/* ——— Pages intérieures ——— */
.lb-page-shell {
  position: relative;
  background-color: var(--lb-bg);
  background-image: none;
}

.lb-page-banner {
  max-width: var(--lb-max);
  margin: 0 auto;
  padding: 0 16px;
}

.lb-page-banner--hub {
  position: relative;
  max-width: var(--lb-max);
  margin: 0 auto 24px;
  padding: 0 16px;
}

.lb-page-banner--hub img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 165px;
  max-height: 341px;
  object-fit: cover;
  object-position: center;
}

.lb-page-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 24px 48px;
  text-align: right;
  pointer-events: none;
}

.lb-page-banner__overlay .lb-page-intro {
  margin: 0;
  padding: 0;
  max-width: 420px;
}

.lb-page-banner__overlay .lb-page-heading {
  display: block;
  margin: 0 0 12px;
  font-family: var(--lb-font-serif);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #9af20d;
  text-align: right;
}

.lb-page-banner__overlay .lb-page-kicker {
  display: none;
}

.lb-page-banner__overlay .lb-page-tagline {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  text-align: right;
  color: var(--lb-text);
  font-style: normal;
}

/* Visual Art hub — sous-titre or sur une ligne */
.lb-page-visual-world-character-art .lb-page-banner__overlay .lb-page-tagline--visual-sub {
  margin: 0;
  color: var(--lb-gold);
  font-family: var(--lb-font-serif);
  font-size: 28px;
  line-height: 1.25;
  white-space: nowrap;
}

.lb-page-tagline--single-line .lb-page-tagline__line {
  display: inline;
}

.lb-page-visual-world-character-art .lb-prose h2,
.lb-page-visual-world-character-art .lb-prose h2 a {
  color: var(--lb-text);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  text-decoration: none;
}

/* Hubs récits — titres blancs sans-serif soulignés (prod Zyro) */
.lb-page-sensual-contemporary-romance .lb-prose h2,
.lb-page-sensual-contemporary-romance .lb-prose h2 a,
.lb-page-francais-romance-sensuelle-francophone .lb-prose h2,
.lb-page-francais-romance-sensuelle-francophone .lb-prose h2 a {
  font-family: var(--lb-font-sans);
  font-weight: 700;
  font-size: 32px;
  color: var(--lb-text);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: none;
}

.lb-page-sensual-contemporary-romance .lb-prose .lb-callout,
.lb-page-francais-romance-sensuelle-francophone .lb-prose .lb-callout {
  margin: 2.5rem 0;
  text-align: center;
  font-family: var(--lb-font-sans);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #9af20d;
}

.lb-page-francais-romance-sensuelle-francophone .lb-prose .lb-hub-intro {
  text-align: center;
  margin: 1.5rem 0 2rem;
}

.lb-page-banner--story img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 756;
  max-height: none;
  object-fit: cover;
  object-position: center 40%;
  margin-bottom: 0;
}

.lb-page-banner--story {
  position: relative;
}

.lb-page-banner__caption {
  position: absolute;
  left: 24px;
  bottom: 28px;
  margin: 0;
  max-width: min(90%, 640px);
  font-family: var(--lb-font-serif);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: var(--lb-text);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}

.lb-page-shell:has(.lb-page-banner--story) .lb-prose > h1:first-of-type {
  display: none;
}

.lb-page {
  max-width: var(--lb-max);
  margin: 0 auto;
  padding: 0 16px 48px;
}

.lb-page-intro {
  max-width: var(--lb-max);
  margin: 0 auto 24px;
  padding: 0 16px;
}

.lb-page-kicker {
  margin: 0 0 8px;
  font-family: var(--lb-font-serif);
  font-weight: 300;
  font-size: 56px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: left;
}

.lb-page-tagline {
  margin: 0 0 16px;
  font-family: var(--lb-font-serif);
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.lb-page-heading {
  margin: 0 0 32px;
  font-family: var(--lb-font-serif);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

.lb-page__content {
  width: 100%;
  max-width: var(--lb-copy-max);
  margin: 0 auto;
}

.lb-prose,
.lb-prose p {
  color: var(--lb-text);
}

body.lb-page-story .lb-prose,
body.lb-page-story .lb-prose p {
  color: var(--lb-ink);
}

.lb-prose h2,
.lb-prose h2 a {
  font-family: var(--lb-font-serif);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  color: var(--lb-gold);
  text-decoration: underline;
  text-underline-offset: 4px;
  margin: 2rem 0 0.75rem;
}

.lb-prose h2 a:hover {
  opacity: 0.9;
}

.lb-prose h3 {
  font-family: var(--lb-font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  margin: 1.5rem 0 0.75rem;
}

.lb-prose p {
  margin: 0 0 1rem;
  font-size: 16px;
  line-height: 1.72;
}

.lb-prose .lb-callout {
  margin: 2rem 0;
  text-align: center;
  font-family: var(--lb-font-serif);
  font-size: 24px;
  line-height: 1.3;
  color: #9af20d;
}

.lb-prose .lb-callout strong {
  font-weight: 700;
}

.lb-prose a:not(.wp-block-button__link) {
  color: var(--lb-gold);
  text-underline-offset: 3px;
}

/* ——— Lecture des récits : papier chaud, encre sombre (mobile d'abord) ——— */
html:has(body.lb-page-story) {
  background: var(--lb-paper);
}

body.lb-page-story {
  background: var(--lb-paper);
  color: var(--lb-ink);
}

body.lb-page-story .lb-main,
body.lb-page-story .lb-page,
body.lb-page-story .lb-page-shell,
body.lb-page-story article.lb-page,
body.lb-page-story .lb-page__content {
  background-color: var(--lb-paper);
}

.lb-reading__head {
  max-width: var(--lb-copy-max);
  margin: 0 auto;
  padding: 20px 22px 0;
}

.lb-reading__nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 1.25rem;
}

.lb-reading__back,
.lb-reading__light {
  margin: 0;
  font-family: var(--lb-font-sans);
  font-size: 14px;
  font-weight: 500;
}

.lb-reading__back a,
.lb-light-toggle {
  color: var(--lb-ink-soft);
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.lb-reading__back a:hover,
.lb-light-toggle:hover,
.lb-light-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lb-light-toggle__day {
  display: none;
}

html.lb-night .lb-light-toggle__night {
  display: none;
}

html.lb-night .lb-light-toggle__day {
  display: inline;
}

.lb-reading__title {
  margin: 0 0 1.75rem;
  font-family: var(--lb-font-serif);
  font-weight: 700;
  font-size: clamp(1.45rem, 5.2vw, 2rem);
  line-height: 1.25;
  text-align: center;
  color: var(--lb-ink);
}

body.lb-page-story .lb-page__content.lb-reading {
  max-width: var(--lb-copy-max);
  padding: 0 22px 72px;
}

body.lb-page-story .lb-reading p,
body.lb-page-story .lb-reading {
  color: var(--lb-ink);
}

body.lb-page-story .lb-reading p {
  margin: 0 0 1.05em;
  font-family: var(--lb-font-serif);
  font-size: 1.125rem;
  line-height: 1.68;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

body.lb-page-story .lb-reading .lb-epigraph,
body.lb-page-story .lb-reading .lb-epigraph em {
  display: block;
  margin: 0 0 1.75em;
  font-size: 0.98rem;
  font-style: italic;
  color: var(--lb-ink-soft);
  text-align: center;
}

body.lb-page-story .lb-reading .lb-dialogue {
  padding-left: 0.15em;
}

body.lb-page-story .lb-reading h2,
body.lb-page-story .lb-reading h2 a,
body.lb-page-story .lb-prose h2,
body.lb-page-story .lb-prose h2 a {
  margin: 2.15em 0 0.85em;
  font-family: var(--lb-font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--lb-ink);
  text-decoration: none;
  text-transform: none;
}

body.lb-page-story .lb-reading h3,
body.lb-page-story .lb-prose h3 {
  margin: 1.6em 0 0.7em;
  font-size: 1rem;
  font-weight: 700;
  color: var(--lb-ink);
}

body.lb-page-story .lb-reading a:not(.wp-block-button__link) {
  color: #6b3e12;
}

@media (min-width: 700px) {
  .lb-reading__head,
  body.lb-page-story .lb-page__content.lb-reading {
    padding-left: 28px;
    padding-right: 28px;
  }

  body.lb-page-story .lb-reading p {
    font-size: 1.1875rem;
    line-height: 1.7;
  }
}

/* Lecture nuit — inversion locale, sans changer le thème du téléphone */
html.lb-night {
  --lb-night-ink: #f4f0e6;
  --lb-night-ink-soft: #c9c2b4;
}

html.lb-night:has(body.lb-page-story) {
  background: var(--lb-bg);
}

html.lb-night body.lb-page-story {
  background: var(--lb-bg);
  color: var(--lb-night-ink);
}

html.lb-night body.lb-page-story .lb-main,
html.lb-night body.lb-page-story .lb-page,
html.lb-night body.lb-page-story .lb-page-shell,
html.lb-night body.lb-page-story article.lb-page,
html.lb-night body.lb-page-story .lb-page__content {
  background-color: var(--lb-bg);
}

html.lb-night .lb-reading__back a,
html.lb-night .lb-light-toggle {
  color: var(--lb-night-ink-soft);
}

html.lb-night .lb-reading__title,
html.lb-night body.lb-page-story .lb-reading p,
html.lb-night body.lb-page-story .lb-reading,
html.lb-night body.lb-page-story .lb-reading h2,
html.lb-night body.lb-page-story .lb-reading h2 a,
html.lb-night body.lb-page-story .lb-prose h2,
html.lb-night body.lb-page-story .lb-prose h2 a,
html.lb-night body.lb-page-story .lb-reading h3,
html.lb-night body.lb-page-story .lb-prose h3 {
  color: var(--lb-night-ink);
}

html.lb-night body.lb-page-story .lb-reading .lb-epigraph,
html.lb-night body.lb-page-story .lb-reading .lb-epigraph em {
  color: var(--lb-night-ink-soft);
}

html.lb-night body.lb-page-story .lb-reading a:not(.wp-block-button__link) {
  color: var(--lb-gold);
}

.lb-prose img {
  max-width: 100%;
  height: auto;
}

.lb-page-fr .lb-prose p > strong:first-child {
  font-size: 18px;
}

.lb-page-fr .lb-prose a {
  color: #9af20d;
  text-decoration: underline;
}

.lb-page-fr .lb-prose a:hover {
  color: var(--lb-gold);
}

.lb-page-sensual-contemporary-romance .lb-prose .lb-deviant-note {
  text-align: right;
  margin-top: -0.5rem;
  font-size: 14px;
}

.lb-page-sensual-contemporary-romance .lb-prose .lb-deviant-note a {
  color: var(--lb-text);
  font-weight: 700;
}

.lb-page-sensual-contemporary-romance .lb-prose .lb-story-link {
  margin: 2rem 0 0.5rem;
}

.lb-page-sensual-contemporary-romance .lb-prose .lb-story-link a {
  font-family: var(--lb-font-sans);
  font-weight: 700;
  font-size: 18px;
  color: var(--lb-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lb-page-sensual-contemporary-romance .lb-prose .lb-story-link a:hover {
  color: var(--lb-gold);
}

/* Landing présentation livre (Ferry EN/FR) — texte + cover prod */
.lb-landing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 248px;
  gap: 32px 48px;
  align-items: start;
  max-width: 920px;
  margin: 0 auto;
}

.lb-landing__main {
  min-width: 0;
}

.lb-landing__cover {
  margin: 0;
  line-height: 0;
}

.lb-landing__cover img {
  width: 248px;
  max-width: 100%;
  height: auto;
  display: block;
}

.lb-landing-links a {
  color: var(--lb-text);
  text-decoration: underline;
}

.lb-landing--pourquoi {
  grid-template-columns: minmax(0, 1fr) 248px;
}

.lb-landing--text-only {
  grid-template-columns: 1fr;
  max-width: 720px;
}

.lb-landing--pourquoi .lb-landing__cover img {
  width: 248px;
}

.lb-page-pourquoi-la-romance-sensuelle-et-psychologique-captive-autant .lb-prose .lb-landing,
.lb-page-ferry-presentation .lb-prose .lb-landing,
.lb-page-le-passager-du-bac .lb-prose .lb-landing {
  padding-top: 8px;
}

@media (max-width: 768px) {
  .lb-landing {
    grid-template-columns: 1fr;
  }

  .lb-landing__cover {
    justify-self: center;
  }
}

.lb-fr-covers {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin: 48px auto 0;
  max-width: 715px;
}

/* Hub Récits FR — blocs covers empilés (prod Zyro) */
.lb-fr-blocks {
  max-width: 920px;
  margin: 0 auto 40px;
  padding: 0 16px;
}

.lb-fr-block {
  margin-bottom: 48px;
}

.lb-fr-block__label {
  margin: 0 0 8px;
  font-family: var(--lb-font-sans);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: var(--lb-text);
  text-transform: uppercase;
}

.lb-fr-block__book {
  margin: 0 0 20px;
  font-family: var(--lb-font-sans);
  font-size: 24px;
  line-height: 1.3;
}

.lb-fr-block__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px 48px;
  align-items: start;
}

.lb-fr-block__row--cover-first {
  grid-template-columns: auto minmax(0, 1fr);
}

.lb-fr-block__cover {
  display: block;
  margin: 0;
  line-height: 0;
}

.lb-fr-block__cover img {
  width: 208px;
  max-width: 100%;
  height: auto;
  display: block;
}

.lb-fr-block__teaser {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
}

.lb-fr-block__amazon,
.lb-fr-block__deviant {
  margin: 0;
  font-size: 14px;
}

.lb-fr-block__amazon a,
.lb-fr-block__deviant a {
  color: var(--lb-text);
  text-decoration: underline;
}

.lb-fr-block--coming .lb-fr-block__text {
  text-align: right;
}

.lb-page-francais-romance-sensuelle-francophone .lb-prose .lb-hub-intro {
  margin-bottom: 1.5rem;
}

.lb-page-francais-romance-sensuelle-francophone .lb-prose .lb-story-link {
  margin: 2rem 0 0.5rem;
}

.lb-page-francais-romance-sensuelle-francophone .lb-prose .lb-story-link a {
  font-family: var(--lb-font-sans);
  font-weight: 700;
  font-size: 18px;
  color: var(--lb-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lb-page-francais-romance-sensuelle-francophone .lb-prose .lb-story-link a:hover {
  color: var(--lb-gold);
}

/* Corps récit — titres de chapitre en encre, sur papier */
body.lb-page-story .lb-prose h1,
body.lb-page-story .lb-prose h2,
body.lb-page-story .lb-prose h2.wp-block-heading,
body.lb-page-story .lb-prose .lb-chapter {
  font-family: var(--lb-font-serif);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 1.35;
  color: var(--lb-ink);
  text-decoration: none;
  text-transform: none;
  margin: 2.15em 0 0.85em;
}

body.lb-page-story .lb-prose h1 a,
body.lb-page-story .lb-prose h2 a {
  color: inherit;
  text-decoration: none;
}

body.lb-page-story .lb-prose > p:first-child em {
  font-family: var(--lb-font-serif);
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--lb-ink-soft);
}

body.lb-page-story .lb-prose h3,
body.lb-page-story .lb-prose h3.wp-block-heading {
  font-family: var(--lb-font-serif);
  font-size: 1rem;
  color: var(--lb-ink);
}

.lb-fr-cover {
  margin: 0;
  max-width: 280px;
  text-align: center;
}

.lb-fr-cover img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.lb-fr-cover figcaption {
  font-size: 14px;
  line-height: 1.4;
}

.lb-fr-cover a {
  color: var(--lb-gold);
  text-decoration: underline;
}

/* Legacy page title (non utilisé sur hubs) */
.lb-page__title {
  font-family: var(--lb-font-serif);
  font-weight: 300;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 1.5rem;
}

/* ——— Footer ——— */
.lb-footer {
  margin-top: 1.5rem;
}

.lb-footer__bar {
  background: var(--lb-bg);
  padding: 12px 0 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 32px;
  font-family: var(--lb-font-brand);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.lb-footer__kofi {
  margin: 0;
  flex: 0 1 auto;
}

.lb-footer__cup {
  display: inline-block;
  margin-left: 0.55em;
}

.lb-footer__kofi a,
.lb-footer__contact a {
  color: var(--lb-text);
  text-decoration: none;
}

.lb-footer__kofi a:hover,
.lb-footer__kofi a:focus-visible,
.lb-footer__contact a:hover,
.lb-footer__contact a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.lb-footer__contact {
  margin: 0;
}

/* ——— Mobile ——— */
@media (max-width: 960px) {
  .lb-tiles {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .lb-tile__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 426 / 281;
  }
}

@media (max-width: 768px) {
  .lb-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    padding: 28px 20px 18px;
    min-height: 88px;
    gap: 0 12px;
  }

  .lb-brand {
    flex: 1;
    min-width: 0;
    height: auto;
    line-height: 0;
    display: flex;
    align-items: flex-end;
  }

  .lb-brand__mark {
    height: 24px;
    width: auto;
    max-width: min(260px, 68vw);
    display: block;
  }

  .lb-nav-toggle {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    align-self: flex-end;
    width: 30px;
    height: 24px;
    padding: 0;
    margin: 0 6px 2px 0;
    background: transparent;
    border: 0;
    color: var(--lb-text);
    cursor: pointer;
  }

  .lb-nav-toggle__bars {
    width: 22px;
    height: 14px;
    transform: translateY(-2px);
  }

  .lb-nav-toggle__bars span {
    height: 2px;
  }

  .lb-nav-toggle__label {
    display: none;
  }

  .lb-nav {
    display: none;
    order: 4;
    width: 100%;
    flex-basis: 100%;
  }

  .lb-nav.is-open {
    display: block;
  }

  .lb-nav__item--brand {
    display: none;
  }

  .lb-nav__list {
    flex-direction: column;
    align-items: flex-end;
    gap: 11px;
    padding: 8px 0 4px;
  }

  .lb-nav__link { font-size: 16px; }

  .lb-tiles-strip { min-height: auto; }

  .lb-tile__label { font-size: 24px; }

  .lb-tile__caption { font-size: 14px; }

  .lb-footer__bar {
    flex-direction: column;
    align-items: center;
    padding: 12px 16px 32px;
  }

  .lb-footer__kofi {
    text-align: center;
  }

  .lb-page-kicker { font-size: 24px; }

  .lb-prose h2,
  .lb-prose h2 a { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lb-hero-video__media { display: none; }
  .lb-hero-video {
    width: calc(100vw - 32px);
    height: calc((100vw - 32px) * 9 / 16);
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.55)),
      url("../videos/hero-claire-livre-poster.jpg") center / cover no-repeat;
  }
}

/* Récit en cours — fin de texte + WhatsApp */
.lb-prose .lb-unfinished-notice {
  margin: 2.5rem 0 0.5rem;
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(139, 105, 20, 0.35);
  border-radius: 8px;
  background: rgba(139, 105, 20, 0.08);
  text-align: center;
}

.lb-prose .lb-unfinished-notice__lead {
  margin: 0 0 1rem;
  font-family: var(--lb-font-serif);
  font-size: 1.15rem;
  line-height: 1.45;
  color: var(--lb-ink);
}

.lb-prose .lb-unfinished-notice__cta {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--lb-ink);
}

.lb-prose .lb-unfinished-notice__invite,
.lb-prose .lb-unfinished-notice__contact {
  display: block;
}

.lb-prose .lb-unfinished-notice__wa-btn {
  display: inline-block;
  margin: 0.4em 0 0;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff !important;
  font-family: var(--lb-font-sans);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3);
}

.lb-prose .lb-unfinished-notice__wa-btn:hover,
.lb-prose .lb-unfinished-notice__wa-btn:focus-visible {
  background: #1ebe57;
  color: #ffffff !important;
}

html.lb-night body.lb-page-story .lb-prose .lb-unfinished-notice {
  border-color: rgba(212, 175, 90, 0.45);
  background: rgba(0, 0, 0, 0.25);
}

html.lb-night body.lb-page-story .lb-prose .lb-unfinished-notice__lead,
html.lb-night body.lb-page-story .lb-prose .lb-unfinished-notice__cta {
  color: var(--lb-paper);
}

.lb-deviant-login-note {
  max-width: min(92vw, 28rem);
  margin: 0 auto 0.75rem;
  padding: 0 22px;
  font-family: var(--lb-font-sans);
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.lb-deviant-login-note a {
  color: var(--lb-gold);
  font-weight: 600;
}

.lb-visual-hub__kofi {
  max-width: min(92vw, 28rem);
  margin: 0.65rem auto 1.25rem;
  padding: 0 22px;
  text-align: center;
  font-family: var(--lb-font-brand);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.lb-visual-hub__kofi a {
  color: var(--lb-text);
  text-decoration: none;
}

.lb-visual-hub__kofi a:hover,
.lb-visual-hub__kofi a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.lb-page-visual-world-character-art .lb-page {
  padding-bottom: 16px;
}

/* Footer récits — fond bleu nuit (comme le reste du site), texte blanc lisible */
body.lb-page-story .lb-footer {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.lb-page-story .lb-footer__bar {
  background: var(--lb-bg);
  color: var(--lb-text);
}

body.lb-page-story .lb-footer__kofi,
body.lb-page-story .lb-footer__kofi a {
  color: var(--lb-text);
}

body.lb-page-story .lb-footer__kofi a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
