:root {
  --ink: #111111;
  --muted: #6c6865;
  --paper: #ffffff;
  --soft: #f6f4f2;
  --soft-2: #ece8e4;
  --line: #d9d4cf;
  --accent: #d71920;
  --accent-dark: #a81217;
  --max: 1260px;
  --article: 960px;
  --article-body: 1160px;
  --media: 1480px;
  --sans: "Libre Franklin", Arial, sans-serif;
  --serif: "Lora", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open, body.search-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.shell-wide { width: min(calc(100% - 24px), 1510px); margin-inline: auto; }
.shell-narrow { width: min(calc(100% - 40px), 860px); margin-inline: auto; }
.shell-article { width: min(calc(100% - 40px), var(--article)); margin-inline: auto; }
.shell-article-body { width: min(calc(100% - 40px), var(--article-body)); margin-inline: auto; }
.shell-media { width: min(calc(100% - 24px), var(--media)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; background: #000; color: #fff; }
.skip-link:focus { transform: translateY(0); }

/* En-tête */
.site-header { position: relative; z-index: 50; background: #fff; }
.header-utility {
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: 22px;
}
.header-left, .header-actions { display: flex; align-items: center; gap: 16px; }
.header-actions { justify-content: flex-end; }
.header-edition { color: var(--muted); font-size: .71rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.brand { justify-self: center; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); }
.brand img { max-height: 76px; width: auto; }
.brand-text { font-family: var(--serif); font-size: clamp(2.25rem, 4.2vw, 4.2rem); font-weight: 700; line-height: .9; letter-spacing: -.055em; }
.brand-text::after { content: "."; color: var(--accent); }
.header-newsletter { padding-bottom: 2px; border-bottom: 2px solid var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.icon-button { width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }
.icon-button:hover { background: var(--soft); }
.menu-toggle { display: block; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }
.search-toggle { position: relative; }
.search-icon { display: block; width: 18px; height: 18px; border: 2px solid currentColor; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; width: 8px; height: 2px; right: 8px; bottom: 9px; transform: rotate(45deg); background: currentColor; }
.main-nav { border-block: 1px solid var(--line); }
.nav-inner { display: flex; justify-content: center; align-items: center; gap: clamp(17px, 2vw, 34px); min-height: 48px; overflow-x: auto; scrollbar-width: none; }
.nav-inner::-webkit-scrollbar { display: none; }
.nav-inner a { flex: 0 0 auto; padding: 14px 0 11px; border-bottom: 3px solid transparent; font-size: .75rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.nav-inner a:hover, .nav-inner a.on { border-color: var(--accent); color: var(--ink); }
.search-panel { position: absolute; inset: 100% 0 auto; z-index: 10; padding: 24px 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.09); }
.search-panel-inner form, .search-page-form form { display: flex; gap: 10px; max-width: 760px; margin: auto; }
.search-panel input[type="search"], .search-panel input[type="text"], .search-page-form input[type="search"], .search-page-form input[type="text"] { flex: 1; min-width: 0; padding: 14px 16px; border: 1px solid #999; border-radius: 0; }
.search-panel input[type="submit"], .search-page-form input[type="submit"] { padding: 0 22px; border: 0; background: var(--ink); color: #fff; font-weight: 800; cursor: pointer; }

/* En ce moment */
.trend-bar { border-bottom: 1px solid var(--line); background: #fff; }
.trend-inner { min-height: 42px; display: flex; align-items: center; gap: 18px; overflow: hidden; }
.trend-inner > strong { flex: none; color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.trend-links { display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
.trend-links::-webkit-scrollbar { display: none; }
.trend-links a { font-size: .8rem; font-weight: 600; }
.trend-links a + a::before { content: "•"; display: inline-block; margin: 0 12px; color: #a6a19d; }

/* Structure éditoriale */
.eyebrow, .section-kicker { color: var(--accent); font-size: .68rem; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.meta, .hero-meta { margin: 9px 0 0; color: var(--muted); font-size: .72rem; }
.section { padding-block: clamp(52px, 6.2vw, 86px); }
.section + .section { border-top: 1px solid var(--line); }
.section-tinted { background: var(--soft); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; padding-top: 14px; border-top: 4px solid var(--ink); }
.section-heading--simple { border-top-width: 1px; }
.section-heading h2 { margin: 2px 0 0; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.15rem); font-weight: 700; line-height: 1.02; letter-spacing: -.035em; }
.section-link { flex: none; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .73rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 20px; font-size: .79rem; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }
.button-outline { border: 1px solid var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--accent); color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--ink); color: #fff; }

/* Grande une */
.hero { display: grid; grid-template-columns: minmax(0, 2.05fr) minmax(310px, .82fr); gap: 38px; padding-block: 34px 62px; }
.hero-main { min-width: 0; }
.hero-media { display: block; overflow: hidden; background: var(--soft); aspect-ratio: 5 / 3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hero-main:hover .hero-media img { transform: scale(1.015); }
.hero-copy { max-width: 940px; padding: 18px 0 0; }
.hero-copy h1 { margin: 5px 0 10px; font-family: var(--serif); font-size: clamp(2.15rem, 4vw, 4.15rem); font-weight: 700; line-height: 1.01; letter-spacing: -.045em; }
.hero-copy p:not(.hero-meta) { max-width: 780px; margin: 0; color: #514d4a; font-size: .95rem; line-height: 1.55; }
.hero-side { display: flex; flex-direction: column; min-width: 0; }
.hero-side-title { margin-bottom: 14px; padding-bottom: 10px; border-bottom: 3px solid var(--ink); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-card { min-width: 0; }
.story-card-media { display: block; overflow: hidden; background: var(--soft); aspect-ratio: 5 / 3; }
.story-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.story-card:hover .story-card-media img { transform: scale(1.02); }
.story-card h3 { margin: 5px 0 0; font-family: var(--serif); font-size: 1.32rem; font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }
.story-card-deck { margin: 8px 0 0; color: var(--muted); font-size: .86rem; }
.story-card--side { display: grid; grid-template-columns: 128px minmax(0,1fr); gap: 15px; padding: 0 0 16px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.story-card--side .story-card-media { aspect-ratio: 1 / 1; }
.story-card--side .story-card-body { align-self: center; }
.story-card--side h3 { font-size: 1.03rem; line-height: 1.23; }
.story-card--side .story-card-deck, .story-card--side .meta { display: none; }

/* Ce que les lecteurs aiment */
.readers-like { padding-top: 20px; }
.readers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.reader-card-media { display: block; overflow: hidden; aspect-ratio: 5 / 3; background: var(--soft); }
.reader-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.reader-card:hover img { transform: scale(1.02); }
.reader-card-body { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding-top: 13px; }
.reader-rank { font-family: var(--serif); font-size: 2.1rem; font-weight: 700; line-height: 1; color: var(--accent); }
.reader-card h3 { margin: 4px 0 0; font-family: var(--serif); font-size: clamp(1.12rem, 1.6vw, 1.4rem); line-height: 1.2; }

/* Photos */
.photo-section { background: var(--ink); color: #fff; }
.photo-section .section-kicker { color: #ef9da0; }
.section-heading--inverse { border-top-color: #fff; }
.photo-section .section-link { color: #fff; }
.photo-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.photo-card-media { display: block; overflow: hidden; aspect-ratio: 4 / 5; background: #272727; }
.photo-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.photo-card:hover img { transform: scale(1.025); }
.photo-card .eyebrow { display: inline-block; margin-top: 12px; color: #ef9da0; }
.photo-card h3 { margin: 4px 0 0; font-family: var(--serif); font-size: 1.05rem; line-height: 1.22; }
.photo-card h3 a:hover { color: #ef9da0; }

/* Dernières nouvelles */
.latest-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 64px; align-items: start; }
.latest-list { border-top: 1px solid var(--line); }
.story-card--horizontal { display: grid; grid-template-columns: 39% minmax(0, 1fr); gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.story-card--horizontal .story-card-media { aspect-ratio: 5 / 3; }
.story-card--horizontal h3 { font-size: clamp(1.32rem, 2vw, 1.82rem); }
.story-card--horizontal .story-card-body { align-self: center; }
.editor-picks { position: sticky; top: 18px; }
.picks-box { padding: 27px; background: var(--soft); border-top: 5px solid var(--accent); }
.picks-box h2 { margin: 3px 0 22px; font-family: var(--serif); font-size: 2rem; line-height: 1.06; }
.picks-box article { display: grid; grid-template-columns: 34px 1fr; gap: 11px; padding: 16px 0; border-top: 1px solid #d4cec8; }
.picks-box h3 { margin: 4px 0 0; font-family: var(--serif); font-size: 1rem; line-height: 1.27; }
.pick-number { font-family: var(--serif); font-size: 1.45rem; color: var(--accent); }
.pick-topic { display: flex; justify-content: space-between; gap: 10px; padding: 12px 0; border-top: 1px solid #d4cec8; font-family: var(--serif); font-size: 1rem; font-weight: 700; }

/* Rubriques sur l’accueil */
.topic-section:nth-of-type(even) .topic-grid { grid-template-columns: .9fr 1.45fr; }
.topic-section:nth-of-type(even) .topic-lead { grid-column: 2; grid-row: 1; }
.topic-section:nth-of-type(even) .topic-stack { grid-column: 1; grid-row: 1; }
.topic-grid { display: grid; grid-template-columns: 1.45fr .9fr; gap: 34px; align-items: start; }
.story-card--feature h3 { font-size: clamp(1.8rem, 2.8vw, 2.6rem); }
.story-card--feature .story-card-body { padding-top: 15px; }
.story-card--feature .story-card-media { aspect-ratio: 5 / 3; }
.topic-stack { display: flex; flex-direction: column; }
.story-card--compact { display: grid; grid-template-columns: 43% 1fr; gap: 16px; padding: 0 0 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.story-card--compact .story-card-media { aspect-ratio: 5 / 3; }
.story-card--compact h3 { font-size: 1.06rem; }
.story-card--compact .story-card-deck, .story-card--compact .meta { display: none; }

/* Newsletter */
.newsletter-section { margin-top: 18px; padding: 58px 0; color: #fff; background: var(--accent); }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.newsletter-section .section-kicker { color: #fff; opacity: .85; }
.newsletter-section h2 { margin: 4px 0 5px; max-width: 760px; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.05; }
.newsletter-section p { margin: 0; opacity: .9; }

/* Rubrique / mot / recherche */
.section-masthead { padding-block: 42px 34px; border-bottom: 1px solid var(--line); }
.section-masthead-title { display: grid; grid-template-columns: minmax(0, .8fr) minmax(300px, 1.2fr); align-items: end; gap: 40px; }
.section-masthead h1 { margin: 4px 0 0; font-family: var(--serif); font-size: clamp(3rem, 7vw, 6.3rem); line-height: .94; letter-spacing: -.055em; }
.section-description { max-width: 720px; color: var(--muted); font-size: .95rem; }
.section-description p:first-child { margin-top: 0; }
.section-description p:last-child { margin-bottom: 0; }
.breadcrumbs { margin: 0 0 14px; color: var(--muted); font-size: .72rem; }
.breadcrumbs span { margin: 0 7px; }
.subnav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.subnav a { padding: 7px 12px; border: 1px solid var(--line); font-size: .76rem; font-weight: 700; }
.subnav a:hover { border-color: var(--accent); color: var(--accent); }
.rubrique-lead { padding-block: 34px 54px; }
.rubrique-lead-card { display: grid; grid-template-columns: 1.45fr .9fr; align-items: center; gap: 38px; }
.rubrique-lead-media { overflow: hidden; aspect-ratio: 5 / 3; background: var(--soft); }
.rubrique-lead-media img { width: 100%; height: 100%; object-fit: cover; }
.rubrique-lead h2 { margin: 5px 0 10px; font-family: var(--serif); font-size: clamp(2rem, 3.7vw, 3.35rem); line-height: 1.03; letter-spacing: -.04em; }
.rubrique-lead p:not(.meta) { color: var(--muted); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 25px; }
.archive-grid--four { grid-template-columns: repeat(4, 1fr); }
.story-card--archive h3 { font-size: 1.34rem; }
.story-card--archive .story-card-body { padding-top: 12px; }
.story-card--archive .story-card-media { aspect-ratio: 5 / 3; }
.pagination { display: flex; justify-content: center; margin-top: 42px; }
.pagination .pagination-items { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; list-style: none; }
.pagination a, .pagination .on { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); padding: 0 9px; }
.pagination .on { border-color: var(--ink); background: var(--ink); color: #fff; }

/* Article */
.reading-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 0; height: 4px; background: var(--accent); }
.article-header { padding-top: 48px; }
.article-header .breadcrumbs { margin-bottom: 24px; }
.article-kicker { margin: 14px 0 0; color: var(--muted); font-family: var(--serif); font-size: 1rem; font-style: italic; }
.article-header h1 { max-width: 920px; margin: 10px 0 16px; font-family: var(--serif); font-size: clamp(2.65rem, 5.6vw, 5.25rem); font-weight: 700; line-height: 1; letter-spacing: -.052em; }
.article-deck { max-width: 820px; margin: 0; color: #4e4946; font-family: var(--serif); font-size: clamp(1.1rem, 1.85vw, 1.42rem); line-height: 1.46; }
.article-byline { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 24px; color: var(--muted); font-size: .74rem; }
.byline-author { color: var(--ink); font-weight: 700; }
.article-hero { margin-top: 32px; }
.article-hero img { width: 100%; max-height: 850px; object-fit: cover; }
.article-hero figcaption { max-width: var(--max); margin: 8px auto 0; color: var(--muted); font-size: .72rem; }
.article-layout { display: grid; grid-template-columns: 58px minmax(0, 690px) minmax(220px, 1fr); gap: 42px; justify-content: center; padding-block: 48px 82px; }
.share-rail { position: sticky; top: 22px; align-self: start; display: flex; flex-direction: column; align-items: center; gap: 9px; }
.share-rail > span { margin-bottom: 4px; font-size: .61rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.share-rail a, .share-rail button { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-weight: 800; cursor: pointer; }
.share-rail a:hover, .share-rail button:hover { border-color: var(--accent); color: var(--accent); }
.article-text { font-family: Georgia, var(--serif); font-size: 1.08rem; line-height: 1.83; }
.article-text p { margin: 0 0 1.28em; }
.article-text > p:first-child { font-size: 1.15rem; }
.article-text h2, .article-text h3 { margin: 1.55em 0 .55em; font-family: var(--serif); line-height: 1.14; letter-spacing: -.025em; }
.article-text h2 { font-size: 2rem; }
.article-text h3 { font-size: 1.55rem; }
.article-text blockquote { margin: 2em 0; padding: 8px 0 8px 24px; border-left: 5px solid var(--accent); font-family: var(--serif); font-size: 1.42rem; font-weight: 700; line-height: 1.38; }
.article-text a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-text img { margin: 30px auto; }
.article-text table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; font-family: var(--sans); font-size: .88rem; }
.article-text th, .article-text td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.article-text th { background: var(--soft); }
.article-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); }
.article-tags span { margin-right: 5px; font-weight: 800; }
.article-tags a { padding: 6px 10px; background: var(--soft); font-size: .77rem; }
.article-aside { align-self: start; }
.aside-box { padding-left: 22px; border-left: 1px solid var(--line); }
.aside-box h3 { margin: 10px 0 0; padding: 12px 0 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 1rem; line-height: 1.28; }
.related-section { width: 100%; }

/* Recherche et erreur */
.search-page { min-height: 65vh; padding-bottom: 70px; }
.search-page .section-masthead { max-width: 860px; margin: auto; border-bottom: 0; text-align: center; }
.search-page .section-masthead h1 { margin-bottom: 26px; }
.search-page .section-heading { display: block; }
.empty-state { padding: 45px; background: var(--soft); text-align: center; }
.error-page { min-height: 62vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: 80px; text-align: center; }
.error-code { color: var(--accent); font-family: var(--serif); font-size: 7rem; font-weight: 700; line-height: .9; }
.error-page h1 { margin: 10px 0; font-family: var(--serif); font-size: clamp(2rem, 5vw, 4rem); }
.error-page p { margin: 0 0 25px; color: var(--muted); }

/* Pied de page */
.site-footer { padding-top: 50px; background: var(--ink); color: #fff; }
.footer-topline { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 32px; border-bottom: 1px solid #3a3a3a; }
.footer-topline p { max-width: 500px; margin: 0; color: #bdb8b4; text-align: right; }
.brand-footer { justify-content: flex-start; font-family: var(--serif); font-size: 2.4rem; font-weight: 700; }
.brand-footer::after { content: "."; color: var(--accent); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 60px; padding-block: 38px 46px; }
.site-footer h2 { margin: 0 0 16px; color: #aaa39f; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a:hover { color: #f2a5a8; }
.footer-nav-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 26px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px 24px; border-top: 1px solid #3a3a3a; color: #96908c; font-size: .72rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1020px) {
  .header-utility { min-height: 92px; grid-template-columns: 1fr auto 1fr; }
  .header-edition { display: none; }
  .brand img { max-height: 65px; }
  .hero { grid-template-columns: 1fr; }
  .hero-side { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .hero-side-title { grid-column: 1 / -1; margin-bottom: 0; }
  .story-card--side { display: block; margin-bottom: 0; }
  .story-card--side .story-card-media { aspect-ratio: 5 / 3; }
  .story-card--side .story-card-body { padding-top: 10px; }
  .latest-layout { grid-template-columns: 1fr; gap: 42px; }
  .editor-picks { position: static; }
  .picks-box { max-width: 100%; }
  .topic-grid, .topic-section:nth-of-type(even) .topic-grid { grid-template-columns: 1.15fr .85fr; }
  .topic-section:nth-of-type(even) .topic-lead, .topic-section:nth-of-type(even) .topic-stack { grid-column: auto; grid-row: auto; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-grid--four { grid-template-columns: repeat(2, 1fr); }
  .section-masthead-title { grid-template-columns: 1fr; gap: 18px; }
  .rubrique-lead-card { grid-template-columns: 1.2fr .8fr; }
  .article-layout { grid-template-columns: 54px minmax(0, 720px); }
  .article-aside { display: none; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .shell-wide, .shell-media { width: 100%; }
  .shell-article, .shell-article-body { width: min(calc(100% - 28px), var(--article)); }
  .header-utility { min-height: 78px; padding-inline: 14px; }
  .header-actions { gap: 4px; }
  .header-newsletter { display: none; }
  .brand img { max-height: 54px; max-width: 205px; }
  .brand-text { font-size: clamp(1.8rem, 9vw, 2.65rem); }
  .main-nav { display: none; position: fixed; inset: 78px 0 0; z-index: 30; padding: 18px 0; background: #fff; overflow-y: auto; border-top: 1px solid var(--line); }
  .main-nav.is-open { display: block; }
  .nav-inner { display: block; width: min(calc(100% - 34px), 680px); }
  .nav-inner a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .search-panel { position: fixed; inset: 78px 0 auto; }
  .trend-inner { padding-inline: 14px; gap: 14px; }
  .section { padding-block: 48px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 2.15rem; }
  .section-link { margin-top: 8px; }
  .hero { width: 100%; gap: 26px; padding-top: 16px; padding-bottom: 48px; }
  .hero-main, .hero-side { width: min(calc(100% - 28px), var(--max)); margin-inline: auto; }
  .hero-main .hero-media { width: calc(100% + 28px); margin-left: -14px; }
  .hero-copy h1 { font-size: 2.35rem; }
  .hero-copy p:not(.hero-meta) { font-size: .9rem; }
  .hero-side { display: block; }
  .hero-side-title { margin-bottom: 16px; }
  .story-card--side { display: grid; grid-template-columns: 122px 1fr; gap: 14px; padding-bottom: 16px; margin-bottom: 16px; }
  .story-card--side .story-card-media { aspect-ratio: 1 / 1; }
  .readers-grid { grid-template-columns: 1fr; gap: 30px; }
  .reader-card-body { grid-template-columns: 36px 1fr; }
  .photo-section { padding-inline: 14px; }
  .photo-strip { grid-template-columns: repeat(2, 1fr); gap: 24px 14px; }
  .story-card--horizontal { grid-template-columns: 132px minmax(0,1fr); gap: 15px; padding: 17px 0; }
  .story-card--horizontal .story-card-deck { display: none; }
  .story-card--horizontal h3 { font-size: 1.04rem; }
  .topic-grid, .topic-section:nth-of-type(even) .topic-grid { grid-template-columns: 1fr; gap: 28px; }
  .story-card--feature h3 { font-size: 2rem; }
  .story-card--compact { grid-template-columns: 132px 1fr; }
  .newsletter-inner { display: block; }
  .newsletter-inner .button { margin-top: 24px; }
  .section-masthead { padding-block: 34px 28px; }
  .section-masthead h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
  .section-description { font-size: .9rem; }
  .rubrique-lead { padding-top: 26px; }
  .rubrique-lead-card { grid-template-columns: 1fr; gap: 18px; }
  .rubrique-lead-copy { padding-inline: 2px; }
  .rubrique-lead h2 { font-size: 2.15rem; }
  .archive-grid, .archive-grid--four { grid-template-columns: 1fr; gap: 34px; }
  .article-header { padding-top: 34px; }
  .article-header .breadcrumbs { margin-bottom: 18px; }
  .article-header h1 { font-size: clamp(2.4rem, 12vw, 3.65rem); }
  .article-deck { font-size: 1.12rem; }
  .article-byline { display: block; }
  .article-byline span { display: block; margin-top: 4px; }
  .article-hero { margin-top: 24px; }
  .article-layout { display: block; padding-top: 26px; }
  .share-rail { position: static; flex-direction: row; justify-content: flex-start; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .share-rail > span { margin: 0 5px 0 0; }
  .article-text { font-size: 1.05rem; line-height: 1.78; }
  .article-text h2 { font-size: 1.75rem; }
  .article-text h3 { font-size: 1.4rem; }
  .footer-topline { display: block; }
  .footer-topline p { margin-top: 12px; text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 26px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-nav-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 5px; }
}

@media (max-width: 430px) {
  .header-utility { grid-template-columns: 44px minmax(0,1fr) 44px; gap: 6px; }
  .header-left { gap: 0; }
  .brand img { max-width: 175px; max-height: 48px; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .story-card--horizontal, .story-card--compact, .story-card--side { grid-template-columns: 112px 1fr; }
  .story-card--horizontal h3, .story-card--compact h3, .story-card--side h3 { font-size: .98rem; }
  .footer-nav-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   LBV Groove v5 — magazine people sobre, blanc, angles droits
   Palette du logo : turquoise + rose en accents uniquement
   ========================================================= */
:root {
  --ink: #101820;
  --muted: #66737a;
  --paper: #ffffff;
  --soft: #f5f8f9;
  --soft-2: #edf3f5;
  --line: #d9e2e5;
  --accent: #389cb1;
  --accent-dark: #1d7284;
  --accent-pop: #ef4f87;
  --max: 1260px;
  --article: 940px;
  --article-body: 1140px;
  --media: 1480px;
  --sans: "Inter", Arial, sans-serif;
  --serif: "Inter", Arial, sans-serif;
}

html, body { background: #fff; }
body {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

/* Pas de cartes arrondies : identité plus éditoriale */
*, *::before, *::after { border-radius: 0 !important; }
.search-icon { border-radius: 50% !important; }

a:hover { color: var(--accent-dark); }
.section-tinted { background: #fff; }

/* En-tête : simple, blanc et très lisible */
.site-header {
  background: #fff;
  border-top: 4px solid var(--accent);
  box-shadow: none;
}
.header-utility { min-height: 102px; }
.header-edition {
  color: var(--muted);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.brand img { max-height: 72px; }
.header-newsletter {
  padding-bottom: 3px;
  border-bottom: 2px solid var(--accent);
  color: var(--accent-dark);
  font-size: .72rem;
}
.icon-button:hover { background: var(--soft); color: var(--accent-dark); }
.main-nav {
  background: #fff;
  border-block: 1px solid var(--line);
}
.nav-inner { min-height: 46px; gap: clamp(16px, 1.8vw, 30px); }
.nav-inner a {
  padding: 14px 0 10px;
  border-bottom: 3px solid transparent;
  color: #26363d;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
}
.nav-inner a:hover, .nav-inner a.on {
  border-color: var(--accent);
  color: var(--ink);
}

/* Bandeau actualité */
.trend-bar { background: #fff; border-bottom: 1px solid var(--line); }
.trend-inner { min-height: 40px; }
.trend-inner > strong {
  color: var(--accent-pop);
  font-size: .66rem;
  letter-spacing: .1em;
}
.trend-links a { font-size: .77rem; }

/* Typographie générale : plus moderne, plus mesurée */
.eyebrow, .section-kicker {
  color: var(--accent-dark);
  font-family: var(--sans);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.section-kicker { color: var(--accent-pop); }
.meta, .hero-meta { color: var(--muted); font-size: .69rem; }
.section { padding-block: clamp(46px, 5vw, 70px); }
.section + .section { border-top: 1px solid var(--line); }
.section-heading {
  align-items: center;
  margin-bottom: 26px;
  padding-top: 14px;
  border-top: 3px solid var(--ink);
}
.section-heading--simple { border-top-width: 1px; }
.section-heading h2 {
  margin: 4px 0 0;
  font-family: var(--sans);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-link {
  padding-bottom: 2px;
  border-bottom: 2px solid var(--accent);
  color: var(--ink);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
}
.button {
  min-height: 44px;
  padding: 10px 18px;
  font-size: .73rem;
  letter-spacing: .04em;
}
.button-dark { background: var(--accent); color: #fff; }
.button-dark:hover { background: var(--accent-dark); }
.button-light { background: #fff; color: var(--accent-dark); border: 1px solid var(--accent); }
.button-light:hover { background: var(--accent); color: #fff; }

/* Grande une : vrai bloc éditorial, sans effet de carte */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(310px, .82fr);
  grid-template-areas:
    "heading heading"
    "main side";
  gap: 24px 34px;
  padding-block: 30px 58px;
}
.hero-heading {
  grid-area: heading;
  display: flex;
  align-items: end;
  gap: 18px;
  min-width: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}
.hero-heading > div { flex: none; }
.hero-heading-kicker {
  display: block;
  margin-bottom: 2px;
  color: var(--accent-pop);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-heading h2 {
  margin: 0;
  font-size: 1.95rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.045em;
}
.hero-heading-line {
  height: 4px;
  flex: 1;
  margin-bottom: 4px;
  background: linear-gradient(90deg, var(--accent) 0 74%, var(--accent-pop) 74% 100%);
}
.hero-main {
  grid-area: main;
  min-width: 0;
  padding-top: 12px;
  border-top: 5px solid var(--accent);
}
.hero-media {
  aspect-ratio: 16 / 9;
  background: var(--soft);
}
.hero-media img { transition: transform .35s ease; }
.hero-main:hover .hero-media img { transform: scale(1.012); }
.hero-copy {
  max-width: 960px;
  padding: 17px 0 0;
}
.hero-copy h1 {
  margin: 7px 0 10px;
  font-family: var(--sans);
  font-size: clamp(2.25rem, 3.7vw, 3.75rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.052em;
}
.hero-deck {
  max-width: 800px;
  margin: 0;
  color: #47565d;
  font-size: .94rem;
  line-height: 1.6;
}
.hero-meta { margin-top: 12px; }
.hero-side {
  grid-area: side;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: 12px;
  border-top: 5px solid var(--accent-pop);
}
.hero-side-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 4px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line);
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-side-title span { color: var(--accent-pop); font-weight: 800; }
.hero-side-title strong { color: var(--ink); font-weight: 800; }
.story-card--side {
  display: grid;
  grid-template-columns: 122px minmax(0,1fr);
  gap: 14px;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid var(--line);
}
.story-card--side .story-card-media { aspect-ratio: 1 / 1; }
.story-card--side .story-card-body { align-self: center; }
.story-card--side h3 {
  margin-top: 5px;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -.02em;
}
.story-card--side .story-card-deck, .story-card--side .meta { display: none; }

/* Populaires */
.readers-like { padding-top: 18px; }
.readers-grid { gap: 24px; }
.reader-card { border-top: 3px solid var(--accent); padding-top: 12px; }
.reader-card-body { grid-template-columns: 34px 1fr; gap: 12px; padding-top: 12px; }
.reader-rank {
  color: var(--accent-pop);
  font-family: var(--sans);
  font-size: 1.75rem;
  font-weight: 900;
}
.reader-card h3 {
  margin-top: 3px;
  font-family: var(--sans);
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.02em;
}

/* Photos : fond blanc, rythme magazine */
.photo-section { background: #fff; color: var(--ink); }
.photo-section .section-kicker { color: var(--accent-pop); }
.section-heading--inverse { border-top-color: var(--ink); }
.photo-section .section-link { color: var(--ink); }
.photo-strip { gap: 16px; }
.photo-card { border-top: 3px solid var(--accent-pop); padding-top: 10px; }
.photo-card-media { background: var(--soft); }
.photo-card .eyebrow { margin-top: 11px; color: var(--accent-dark); }
.photo-card h3 {
  margin-top: 4px;
  font-family: var(--sans);
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.24;
}
.photo-card h3 a:hover { color: var(--accent-dark); }

/* Dernières nouvelles */
.latest-layout { gap: 56px; }
.story-card--horizontal {
  grid-template-columns: 37% minmax(0,1fr);
  gap: 22px;
  padding: 20px 0;
}
.story-card--horizontal h3 {
  margin-top: 5px;
  font-family: var(--sans);
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.picks-box {
  padding: 23px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--accent);
}
.picks-box h2 {
  margin: 5px 0 18px;
  font-family: var(--sans);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.picks-box article { grid-template-columns: 30px 1fr; }
.picks-box h3 {
  font-family: var(--sans);
  font-size: .94rem;
  font-weight: 800;
}
.pick-number { color: var(--accent-pop); font-family: var(--sans); font-size: 1.2rem; font-weight: 900; }
.pick-topic { font-family: var(--sans); font-size: .94rem; font-weight: 800; }

/* Rubriques de l'accueil */
.topic-section { background: #fff; }
.story-card--feature h3 {
  font-family: var(--sans);
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.story-card--compact h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.24;
}

/* Newsletter : blanche, accent turquoise */
.newsletter-section {
  margin-top: 0;
  padding: 46px 0;
  background: #fff;
  color: var(--ink);
  border-top: 5px solid var(--accent);
  border-bottom: 1px solid var(--line);
}
.newsletter-section .section-kicker { color: var(--accent-pop); opacity: 1; }
.newsletter-section h2 {
  max-width: 720px;
  font-family: var(--sans);
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -.04em;
}
.newsletter-section p { color: var(--muted); opacity: 1; }
.newsletter-section .button-light { background: var(--accent); border-color: var(--accent); color: #fff; }
.newsletter-section .button-light:hover { background: var(--accent-dark); }

/* Rubriques / archives */
.section-masthead { background: #fff; }
.section-masthead h1 {
  font-family: var(--sans);
  font-size: clamp(2.6rem, 5.2vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -.055em;
}
.subnav a { background: #fff; }
.rubrique-lead-card { background: #fff; }
.rubrique-lead h2 {
  font-family: var(--sans);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -.04em;
}
.story-card--archive h3 {
  font-family: var(--sans);
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.22;
}

/* Article : hiérarchie sobre */
.article-header { background: #fff; }
.article-header h1 {
  max-width: 900px;
  font-family: var(--sans);
  font-size: clamp(2.35rem, 4.3vw, 4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.05em;
}
.article-kicker {
  color: var(--accent-pop);
  font-family: var(--sans);
  font-size: .92rem;
  font-style: normal;
  font-weight: 700;
}
.article-deck {
  font-family: var(--sans);
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.55;
}
.article-text {
  font-family: var(--sans);
  font-size: 1.02rem;
  line-height: 1.8;
}
.article-text > p:first-child { font-size: 1.08rem; }
.article-text h2, .article-text h3 {
  font-family: var(--sans);
  font-weight: 900;
}
.article-text h2 { font-size: 1.75rem; }
.article-text h3 { font-size: 1.35rem; }
.article-text blockquote {
  border-left-color: var(--accent);
  font-family: var(--sans);
  font-size: 1.22rem;
  font-weight: 800;
}
.article-text a { color: var(--accent-dark); }
.article-tags a { background: var(--soft); }

/* Pied de page : contrasté, sans effet */
.site-footer { background: #12313c; color: #fff; }
.footer-topline, .footer-bottom { border-color: rgba(255,255,255,.18); }
.brand-footer { font-family: var(--sans); font-weight: 900; }
.brand-footer::after { color: var(--accent); }
.site-footer h2 { color: #9ed7e1; }
.site-footer a:hover { color: #9ed7e1; }

@media (max-width: 1020px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "main"
      "side";
  }
  .hero-side {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .hero-side-title { grid-column: 1 / -1; }
  .story-card--side { display: block; padding-top: 0; }
  .story-card--side .story-card-media { aspect-ratio: 16 / 10; }
  .story-card--side .story-card-body { padding-top: 10px; }
}

@media (max-width: 720px) {
  .header-utility { min-height: 76px; }
  .brand img { max-height: 52px; max-width: 210px; }
  .main-nav { inset: 80px 0 0; }
  .section { padding-block: 42px; }
  .section-heading h2 { font-size: 1.75rem; }
  .hero { gap: 18px; padding-top: 20px; padding-bottom: 42px; }
  .hero-heading h2 { font-size: 1.65rem; }
  .hero-heading-line { height: 3px; }
  .hero-main { width: 100%; margin: 0; }
  .hero-main .hero-media { width: 100%; margin: 0; }
  .hero-copy h1 { font-size: 2.2rem; }
  .hero-deck { font-size: .89rem; }
  .hero-side { display: block; }
  .story-card--side {
    display: grid;
    grid-template-columns: 118px minmax(0,1fr);
    gap: 13px;
    padding: 14px 0;
  }
  .story-card--side .story-card-media { aspect-ratio: 1 / 1; }
  .story-card--side .story-card-body { padding-top: 0; }
  .story-card--horizontal h3 { font-size: 1rem; }
  .story-card--feature h3 { font-size: 1.7rem; }
  .article-header h1 { font-size: 2.35rem; }
  .article-text { font-size: 1rem; }
}

@media (max-width: 430px) {
  .hero-heading { gap: 12px; }
  .hero-heading h2 { font-size: 1.5rem; }
  .hero-copy h1 { font-size: 2rem; }
  .story-card--side { grid-template-columns: 108px 1fr; }
}

.brand-footer img { max-height: 66px; width: auto; }

@media (max-width: 720px) {
  .hero { width: min(calc(100% - 28px), var(--max)); margin-inline: auto; }
  .hero-main, .hero-side { width: 100%; margin-inline: 0; }
}

/* =========================================================
   LBV Groove v6 — plus vivant, hiérarchie éditoriale affinée
   Polices de la v1 : DM Sans + Playfair Display
   ========================================================= */
:root {
  --ink: #111a1f;
  --muted: #66747b;
  --paper: #ffffff;
  --soft: #f5f8f9;
  --soft-2: #edf4f6;
  --line: #d9e4e7;
  --accent: #389cb1;
  --accent-dark: #1c7486;
  --accent-pop: #ef4f87;
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

body {
  background: #fff;
  font-family: var(--sans);
  color: var(--ink);
}

/* hiérarchie typographique : expressive sans devenir massive */
.section-heading h2,
.hero-heading h2,
.hero-copy h1,
.story-card h3,
.reader-card h3,
.picks-box h2,
.picks-box h3,
.story-card--feature h3,
.story-card--compact h3,
.section-masthead h1,
.rubrique-lead h2,
.story-card--archive h3,
.article-header h1,
.article-text h2,
.article-text h3,
.article-text blockquote,
.aside-title,
.aside-box h3 {
  font-family: var(--serif);
}

.section-heading h2 {
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.025em;
}
.section-heading {
  padding-top: 12px;
  margin-bottom: 24px;
  border-top-width: 2px;
}
.section-kicker,
.eyebrow {
  font-family: var(--sans);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .095em;
}

/* images : ratios uniformes selon leur rôle */
.hero-media,
.story-card-media,
.reader-card-media,
.rubrique-lead-media,
.story-card--archive .story-card-media,
.story-card--feature .story-card-media,
.story-card--compact .story-card-media,
.story-card--horizontal .story-card-media,
.story-card--side .story-card-media,
.aside-reco-media {
  aspect-ratio: 5 / 3 !important;
  overflow: hidden;
  background: var(--soft);
}
.hero-media img,
.story-card-media img,
.reader-card-media img,
.rubrique-lead-media img,
.aside-reco-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-card-media {
  aspect-ratio: 4 / 5 !important;
  overflow: hidden;
}
.photo-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Une : plus compacte et plus intelligente */
.hero {
  grid-template-columns: minmax(0, 2.15fr) minmax(285px, .85fr);
  gap: 20px 30px;
  padding-block: 26px 48px;
}
.hero-heading {
  gap: 14px;
  padding-bottom: 10px;
}
.hero-heading-kicker {
  font-size: .62rem;
}
.hero-heading h2 {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -.02em;
}
.hero-heading-line {
  height: 3px;
  margin-bottom: 3px;
}
.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(245px, .82fr);
  align-items: stretch;
  gap: 0;
  padding-top: 10px;
  border-top-width: 4px;
}
.hero-main .hero-media {
  min-height: 0;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 20px 0 18px 24px;
  border-left: 1px solid var(--line);
}
.hero-copy .eyebrow {
  align-self: flex-start;
}
.hero-copy h1 {
  margin: 8px 0 11px;
  font-size: clamp(1.8rem, 2.55vw, 2.65rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.035em;
}
.hero-deck {
  max-width: 36em;
  font-size: .88rem;
  line-height: 1.55;
}
.hero-meta {
  margin-top: 12px;
  font-size: .67rem;
}
.hero-side {
  padding-top: 10px;
  border-top-width: 4px;
}
.hero-side-title {
  margin-bottom: 0;
  padding-bottom: 9px;
}
.story-card--side {
  grid-template-columns: 128px minmax(0,1fr);
  gap: 13px;
  padding: 13px 0;
}
.story-card--side h3 {
  margin-top: 4px;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.015em;
}
.story-card--side .eyebrow {
  font-size: .58rem;
}

/* blocs d'accueil : plus rythmés mais fond blanc */
.readers-like {
  padding-top: 22px;
  padding-bottom: 52px;
}
.reader-card {
  position: relative;
  padding-top: 10px;
  border-top-width: 2px;
}
.reader-rank {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 800;
}
.reader-card h3 {
  font-size: clamp(1.03rem, 1.25vw, 1.2rem);
  font-weight: 700;
  line-height: 1.18;
}

.story-card--horizontal {
  grid-template-columns: 34% minmax(0,1fr);
  gap: 20px;
  padding: 18px 0;
}
.story-card--horizontal h3 {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  font-weight: 700;
  line-height: 1.16;
}
.story-card--horizontal .story-card-deck {
  margin-top: 7px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.5;
}

.story-card--feature h3 {
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  font-weight: 800;
  line-height: 1.08;
}
.story-card--compact h3,
.story-card--archive h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.18;
}
.topic-grid {
  gap: 28px;
}
.story-card--compact {
  grid-template-columns: 42% 1fr;
  gap: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* photos : conservées comme respiration visuelle */
.photo-card h3 {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.16;
}

/* article : titre mesuré, sidebar vivante et utile */
.article-header h1 {
  max-width: 860px;
  font-size: clamp(2.2rem, 3.7vw, 3.55rem);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -.035em;
}
.article-deck {
  max-width: 800px;
  font-family: var(--sans);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.52;
}
.article-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.055rem;
  line-height: 1.8;
}
.article-text h2 {
  font-size: 1.82rem;
  font-weight: 800;
}
.article-text h3 {
  font-size: 1.4rem;
  font-weight: 800;
}
.article-text blockquote {
  font-size: 1.28rem;
  font-weight: 700;
}
.article-layout {
  grid-template-columns: 54px minmax(0, 680px) minmax(255px, 320px);
  gap: 36px;
}
.article-aside-stack {
  position: sticky;
  top: 22px;
  display: grid;
  gap: 30px;
}
.aside-box {
  padding-left: 0;
  border-left: 0;
  border-top: 4px solid var(--accent);
}
.aside-recommended {
  border-top-color: var(--accent-pop);
}
.aside-title {
  margin: 8px 0 14px;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.02em;
}
.most-read-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.most-read-list li {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 10px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}
.most-read-rank {
  color: var(--accent-pop);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}
.most-read-rubrique {
  color: var(--accent-dark);
  font-family: var(--sans);
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.most-read-list h3 {
  margin: 3px 0 0;
  padding: 0;
  border: 0;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.16;
}
.aside-reco-card {
  display: grid;
  grid-template-columns: 112px minmax(0,1fr);
  gap: 12px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}
.aside-reco-media {
  display: block;
}
.aside-reco-card h3 {
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.15;
}
.aside-reco-card .eyebrow {
  font-size: .56rem;
}
.related-section {
  border-top: 1px solid var(--line);
  background: #fff;
}

/* rubriques : titres plus raisonnables */
.section-masthead h1 {
  font-size: clamp(2.45rem, 4.5vw, 4rem);
  font-weight: 800;
}
.rubrique-lead h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  font-weight: 800;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(0, 1.75fr) minmax(270px, .85fr);
  }
  .hero-main {
    grid-template-columns: minmax(0, 1.35fr) minmax(230px, .8fr);
  }
  .hero-copy { padding-left: 20px; }
  .article-layout {
    grid-template-columns: 52px minmax(0, 690px) minmax(240px, 290px);
    gap: 28px;
  }
}

@media (max-width: 1020px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "main"
      "side";
  }
  .hero-main {
    grid-template-columns: minmax(0, 1.35fr) minmax(250px, .8fr);
  }
  .hero-side {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .hero-side-title { grid-column: 1 / -1; }
  .story-card--side {
    display: block;
    padding: 0 0 12px;
  }
  .story-card--side .story-card-body { padding-top: 9px; }
  .article-layout {
    grid-template-columns: 52px minmax(0, 720px);
  }
  .article-aside {
    display: block;
    grid-column: 2;
    margin-top: 8px;
  }
  .article-aside-stack {
    position: static;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 18px;
    padding-bottom: 38px;
  }
  .hero-heading h2 { font-size: 1.45rem; }
  .hero-main {
    display: block;
  }
  .hero-copy {
    padding: 15px 0 0;
    border-left: 0;
  }
  .hero-copy h1 {
    font-size: 2rem;
    line-height: 1.04;
  }
  .hero-side {
    display: block;
  }
  .story-card--side {
    display: grid;
    grid-template-columns: 124px minmax(0,1fr);
    gap: 13px;
    padding: 13px 0;
  }
  .story-card--side .story-card-body { padding-top: 0; }
  .story-card--horizontal {
    grid-template-columns: 128px minmax(0,1fr);
    gap: 14px;
  }
  .story-card--horizontal h3 { font-size: 1rem; }
  .story-card--horizontal .story-card-deck { display: none; }
  .story-card--feature h3 { font-size: 1.6rem; }
  .article-header h1 { font-size: 2.25rem; }
  .article-aside { margin-top: 36px; }
  .article-aside-stack { grid-template-columns: 1fr; gap: 34px; }
  .aside-reco-card { grid-template-columns: 118px minmax(0,1fr); }
}

@media (max-width: 430px) {
  .hero-copy h1 { font-size: 1.85rem; }
  .story-card--side { grid-template-columns: 112px 1fr; }
}

/* =========================================================
   LBV Groove v7 — style graphique simple, puissant, stylé
   Références : sections punchy, fond blanc, turquoise + jaune
   ========================================================= */
:root {
  --ink: #111111;
  --muted: #59666d;
  --paper: #ffffff;
  --soft: #f3f6f7;
  --soft-2: #eaf1f3;
  --line: #d8e0e3;
  --accent: #1fa4d7;
  --accent-dark: #0e7fab;
  --highlight: #f2e616;
  --highlight-dark: #d1c409;
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

body {
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
}

a:hover { color: var(--accent-dark); }

.section,
.related-section,
.newsletter-section,
.photo-section,
.topic-section,
.latest-section,
.readers-like {
  background: #fff;
}

/* base typographique */
.section-heading h2,
.hero-heading h2,
.startracks-top h2,
.section-badge,
.hero-side-title,
.picks-box h2,
.aside-title,
.section-link,
.talking-flag,
.startracks-stamp,
.topic-highlight-arrow,
.most-read-rubrique {
  font-family: var(--sans);
}

.hero-copy h1,
.story-card h3,
.reader-card h3,
.startracks-copy h3,
.story-card--feature h3,
.article-header h1,
.article-text h2,
.article-text h3,
.article-text blockquote {
  font-family: var(--serif);
}

.story-card--compact h3,
.story-card--side h3,
.story-card--horizontal h3,
.story-card--archive h3,
.photo-card h3,
.picks-box h3,
.most-read-list h3,
.aside-reco-card h3,
.topic-highlight-box h3 {
  font-family: var(--sans);
}

.section-heading,
.hero-heading {
  align-items: end;
  gap: 18px;
  margin-bottom: 28px;
  padding-top: 0;
  border-top: 0;
}
.section-heading-main,
.hero-heading > div {
  min-width: 0;
}
.section-badge,
.hero-heading-kicker {
  display: inline-block;
  padding: 2px 8px 1px;
  background: var(--highlight);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.section-heading h2,
.hero-heading h2 {
  display: inline-block;
  margin: 8px 0 0;
  padding-right: 10px;
  font-family: var(--sans);
  font-size: clamp(2rem, 4.1vw, 4rem);
  font-weight: 900;
  line-height: .94;
  letter-spacing: -.05em;
  text-transform: uppercase;
  box-shadow: inset 0 -0.24em 0 rgba(31,164,215,.92);
}
.section-heading-note {
  max-width: 480px;
  margin: 0 0 4px auto;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.35;
}
.section-link {
  position: relative;
  align-self: end;
  padding: 0 0 8px;
  border: 0;
  color: var(--ink);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--accent);
}
.eyebrow,
.section-kicker {
  color: var(--accent-dark);
  font-family: var(--sans);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* header */
.site-header {
  border-top: 6px solid var(--accent);
}
.header-newsletter {
  border-bottom-color: var(--highlight);
  color: var(--ink);
}
.nav-inner a:hover,
.nav-inner a.on {
  border-color: var(--accent);
}
.trend-inner > strong {
  color: var(--ink);
  background: var(--highlight);
  padding: 2px 6px;
}

/* Une */
.hero {
  gap: 22px 28px;
  padding-block: 22px 46px;
}
.hero-heading {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.hero-heading-line {
  flex: 1;
  height: 10px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, var(--accent) 0 82%, var(--highlight) 82% 100%);
}
.hero-main {
  border-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .84fr);
  gap: 18px;
  align-items: start;
}
.hero-media {
  aspect-ratio: 4 / 5 !important;
  border: 1px solid #111;
}
.hero-copy {
  padding: 0;
  border-left: 0;
}
.hero-copy .eyebrow {
  margin-top: 2px;
}
.hero-copy h1 {
  margin: 10px 0 12px;
  font-size: clamp(1.9rem, 2.8vw, 2.85rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.03em;
}
.hero-deck {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.6;
}
.hero-meta { margin-top: 10px; }
.hero-side {
  padding-top: 0;
  border-top: 0;
}
.hero-side-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  padding: 0 0 9px;
  border-bottom: 2px solid #111;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-side-title span {
  color: var(--ink);
  background: var(--highlight);
  padding: 1px 6px;
}
.story-card--side {
  grid-template-columns: 120px minmax(0,1fr);
  gap: 12px;
  padding: 14px 0;
}
.story-card--side .story-card-media {
  aspect-ratio: 1 / 1 !important;
  border: 1px solid #111;
}
.story-card--side h3 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}

/* section people are talking */
.section-talking {
  padding-bottom: 50px;
}
.section-heading--talking h2 {
  box-shadow: inset 0 -0.26em 0 var(--highlight);
}
.readers-grid--talking {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}
.reader-card--talking {
  padding-top: 0;
  border-top: 0;
}
.reader-card--talking .reader-card-media {
  border: 1px solid #111;
}
.reader-card--talking .reader-card-body {
  grid-template-columns: 36px 1fr;
  gap: 12px;
}
.reader-rank {
  color: var(--accent);
}
.reader-card--talking h3 {
  margin: 5px 0 0;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  font-weight: 800;
  line-height: 1.15;
}
.talking-flag {
  display: inline-block;
  margin: 12px 0 0;
  padding: 7px 10px 6px;
  background: #ee4337;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
}

/* star tracks */
.startracks-section {
  padding-top: 6px;
}
.startracks-box {
  position: relative;
  padding: 28px;
  border: 1px solid #111;
  background: #fff;
}
.startracks-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 22px;
}
.startracks-top h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.06em;
  text-transform: none;
  box-shadow: none;
}
.startracks-top h2::first-letter {
  color: #ea4135;
}
.startracks-top p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 1rem;
}
.startracks-stamp {
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  padding: 14px;
  background: var(--highlight);
  color: var(--ink);
  text-align: center;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.02;
  border-radius: 999px !important;
  text-transform: uppercase;
}
.startracks-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 24px;
  align-items: start;
}
.startracks-main-media {
  display: block;
  border: 1px solid #111;
}
.startracks-main-media img {
  aspect-ratio: 5 / 6;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.startracks-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 8px;
  margin-top: 8px;
}
.startracks-thumb {
  display: block;
  border: 1px solid #111;
}
.startracks-thumb.is-current {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 2px var(--accent);
}
.startracks-thumb img {
  aspect-ratio: 5 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.startracks-copy {
  padding-top: 20px;
}
.startracks-copy h3 {
  margin: 10px 0 12px;
  font-size: clamp(1.75rem, 2.5vw, 2.65rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.startracks-copy p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}
.button-outline {
  border: 1px solid #111;
  color: var(--ink);
}
.button-outline:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

/* dernières nouvelles avec bande turquoise */
.latest-section {
  position: relative;
  padding-top: 32px;
}
.latest-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 86px;
  height: 250px;
  background: var(--accent);
  z-index: 0;
}
.latest-section > * {
  position: relative;
  z-index: 1;
}
.latest-section .section-heading h2 {
  box-shadow: inset 0 -0.24em 0 rgba(255,255,255,0);
}
.latest-layout {
  align-items: start;
}
.latest-list,
.picks-box {
  background: #fff;
}
.latest-list {
  padding: 16px 24px 8px;
  border: 1px solid #111;
  border-top: 0;
}
.story-card--horizontal {
  grid-template-columns: 34% minmax(0,1fr);
  gap: 18px;
}
.story-card--horizontal .story-card-media {
  border: 1px solid #111;
}
.story-card--horizontal h3 {
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  font-weight: 800;
  line-height: 1.14;
}
.picks-box {
  padding: 22px;
  border: 1px solid #111;
  border-top: 0;
}
.picks-box .section-kicker {
  display: inline-block;
  padding: 2px 8px;
  background: var(--highlight);
  color: var(--ink);
}
.picks-box h2 {
  margin-top: 12px;
  font-family: var(--sans);
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.pick-number {
  color: var(--accent);
  font-family: var(--sans);
}
.pick-topic,
.picks-box h3 {
  font-weight: 800;
}

/* topic sections type all things celeb */
.topic-section--graphic {
  padding-top: 30px;
}
.topic-section--graphic .section-heading {
  margin-bottom: 18px;
}
.topic-section--graphic .section-heading h2 {
  box-shadow: inset 0 -0.24em 0 rgba(31,164,215,.95);
}
.topic-grid--graphic {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, .92fr);
  gap: 22px 28px;
  align-items: start;
}
.topic-lead .story-card--feature .story-card-media {
  aspect-ratio: 4 / 5 !important;
  border: 1px solid #111;
}
.topic-lead .story-card--feature .story-card-body {
  padding-top: 14px;
}
.topic-lead .story-card--feature h3 {
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.topic-side-stack {
  display: grid;
  gap: 22px;
}
.topic-side-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}
.topic-side-list .story-card--compact {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.topic-side-list .story-card--compact .story-card-media {
  aspect-ratio: 5 / 3 !important;
  border: 1px solid #111;
}
.topic-side-list .story-card--compact .story-card-body {
  padding-top: 10px;
}
.topic-side-list .story-card--compact h3 {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.18;
}
.topic-highlight-box {
  position: relative;
  padding: 20px 22px;
  border: 1px solid #111;
  background: #fff;
}
.topic-highlight-box h3 {
  max-width: calc(100% - 44px);
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: clamp(1.4rem, 2.2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
}
.topic-highlight-box h3 a {
  box-shadow: inset 0 -0.42em 0 var(--highlight);
}
.topic-highlight-arrow {
  position: absolute;
  right: 16px;
  bottom: 18px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  background: var(--accent);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  border-radius: 999px !important;
}

/* galerie photos simple */
.photo-section .section-heading h2 {
  box-shadow: inset 0 -0.24em 0 rgba(31,164,215,.95);
}
.photo-card {
  padding-top: 0;
  border-top: 0;
}
.photo-card .photo-card-media {
  border: 1px solid #111;
}
.photo-card h3 {
  font-size: 1rem;
  font-weight: 800;
}

/* article */
.article-header .eyebrow,
.article-kicker {
  color: var(--accent-dark);
}
.article-header h1 {
  font-size: clamp(2.5rem, 4vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
}
.article-hero img {
  border: 1px solid #111;
}
.aside-box {
  padding-top: 12px;
  border-top: 2px solid #111;
}
.aside-title {
  margin: 12px 0 14px;
  font-family: var(--sans);
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.most-read-rubrique,
.aside-reco-card .eyebrow {
  color: var(--accent-dark);
}
.most-read-list li,
.aside-reco-card {
  border-top-color: #1111111a;
}
.aside-reco-card .aside-reco-media {
  border: 1px solid #111;
}
.related-section .section-heading h2 {
  box-shadow: inset 0 -0.24em 0 rgba(31,164,215,.95);
}
.archive-grid .story-card--archive .story-card-media {
  border: 1px solid #111;
}

/* footer */
.site-footer {
  background: #101820;
}
.site-footer h2 {
  color: #9fd8eb;
}

/* responsive */
@media (max-width: 1020px) {
  .readers-grid--talking,
  .topic-side-list {
    grid-template-columns: 1fr 1fr;
  }
  .hero-main,
  .startracks-layout,
  .topic-grid--graphic {
    grid-template-columns: 1fr;
  }
  .hero-media {
    aspect-ratio: 16 / 9 !important;
  }
  .hero-copy {
    padding-top: 14px;
  }
  .latest-section::before {
    top: 92px;
    height: 200px;
  }
}

@media (max-width: 720px) {
  .section-heading,
  .hero-heading,
  .startracks-top {
    display: block;
  }
  .section-heading h2,
  .hero-heading h2 {
    font-size: 2rem;
  }
  .section-heading-note {
    margin: 10px 0 0;
    font-size: .88rem;
  }
  .hero-heading-line { margin-top: 10px; }
  .readers-grid--talking,
  .topic-side-list,
  .startracks-thumbs {
    grid-template-columns: 1fr 1fr;
  }
  .startracks-box,
  .latest-list,
  .picks-box,
  .topic-highlight-box {
    padding-left: 18px;
    padding-right: 18px;
  }
  .startracks-stamp {
    width: 92px;
    height: 92px;
    margin-top: 10px;
    font-size: .75rem;
  }
  .latest-section::before {
    top: 110px;
    height: 150px;
  }
  .story-card--horizontal {
    grid-template-columns: 124px minmax(0,1fr);
  }
  .topic-lead .story-card--feature h3 {
    font-size: 1.9rem;
  }
  .article-header h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 430px) {
  .readers-grid--talking,
  .topic-side-list,
  .startracks-thumbs {
    grid-template-columns: 1fr;
  }
  .startracks-box {
    padding: 18px;
  }
  .startracks-top h2 {
    font-size: 2.3rem;
  }
  .topic-highlight-box h3 {
    max-width: 100%;
    font-size: 1.45rem;
  }
  .topic-highlight-arrow {
    position: static;
    margin-top: 12px;
  }
}

/* =========================================================
   LBV Groove v8 — vert logo + rose star, modules fonctionnels
   ========================================================= */
:root {
  --accent: #389cb1;
  --accent-dark: #236f80;
  --accent-soft: #e8f5f7;
  --accent-pop: #ef4f87;
  --accent-pop-dark: #c82f67;
  --highlight: #ef4f87;
  --ink: #111111;
  --muted: #59666d;
  --line: #d8e1e4;
}

/* le rose remplace définitivement le jaune des versions précédentes */
.section-badge,
.hero-heading-kicker,
.trend-inner > strong,
.picks-box .section-kicker {
  background: var(--accent-pop);
  color: #fff;
}
.section-heading--talking h2,
.topic-highlight-box h3 a {
  box-shadow: inset 0 -0.28em 0 rgba(239,79,135,.34);
}
.section-heading h2,
.topic-section--graphic .section-heading h2,
.related-section .section-heading h2,
.photo-section .section-heading h2 {
  box-shadow: inset 0 -0.20em 0 rgba(56,156,177,.78);
}
.hero-heading-line {
  background: linear-gradient(90deg, var(--accent) 0 78%, var(--accent-pop) 78% 100%);
}

/* menu hamburger : tiroir indépendant, utilisable desktop et mobile */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 89;
  background: rgba(9,18,22,.48);
  opacity: 0;
  transition: opacity .25s ease;
}
.menu-overlay.is-open { opacity: 1; }
.menu-overlay[hidden] { display: none !important; }
.site-drawer {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: min(420px, 92vw);
  height: 100dvh;
  padding: 24px 26px 30px;
  overflow-y: auto;
  background: #fff;
  border-right: 8px solid var(--accent);
  transform: translateX(-105%);
  transition: transform .28s cubic-bezier(.22,.61,.36,1);
  box-shadow: 18px 0 48px rgba(0,0,0,.16);
}
.site-drawer.is-open { transform: translateX(0); }
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #111;
}
.drawer-kicker {
  display: inline-block;
  padding: 4px 8px;
  background: var(--accent-pop);
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.drawer-close {
  width: 44px;
  height: 44px;
  border: 1px solid #111;
  background: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.drawer-close:hover { background: var(--accent-soft); }
.drawer-nav { padding-top: 12px; }
.drawer-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -.02em;
}
.drawer-nav a:nth-child(3n+2) span { color: var(--accent-pop); }
.drawer-nav a span { color: var(--accent); font-weight: 900; }
.drawer-service-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}
.drawer-service-links a {
  min-height: 115px;
  padding: 15px;
  border: 1px solid #111;
}
.drawer-service-links a:first-child { border-top: 6px solid var(--accent-pop); }
.drawer-service-links a:last-child { border-top: 6px solid var(--accent); }
.drawer-service-links strong,
.drawer-service-links span { display: block; }
.drawer-service-links strong { font-size: .95rem; }
.drawer-service-links span { margin-top: 8px; color: var(--muted); font-size: .78rem; line-height: 1.35; }
body.menu-open { overflow: hidden; }

/* accueil avec rail chaud 250px */
.home-layout {
  display: grid;
  grid-template-columns: 250px minmax(0,1fr);
  gap: 26px;
  align-items: start;
  width: min(calc(100% - 24px), 1580px);
}
.home-main { min-width: 0; }
.home-main > .shell,
.home-main > .shell-wide,
.home-main > .newsletter-section .shell { width: 100%; }
.home-hot {
  position: sticky;
  top: 12px;
  height: calc(100dvh - 24px);
  display: flex;
  flex-direction: column;
  padding: 0 12px 12px 0;
  border-right: 1px solid #111;
  background: #fff;
}
.home-hot-head {
  flex: none;
  padding: 18px 10px 14px 0;
  border-top: 6px solid var(--accent-pop);
  border-bottom: 1px solid #111;
}
.home-hot-label {
  display: inline-block;
  padding: 3px 7px;
  background: var(--accent-pop);
  color: #fff;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-hot h2 {
  margin: 8px 0 3px;
  font-family: var(--sans);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.home-hot-head p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.35;
}
.home-hot-scroll {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) #fff;
}
.home-hot-scroll::-webkit-scrollbar { width: 5px; }
.home-hot-scroll::-webkit-scrollbar-thumb { background: var(--accent); }
.hot-item {
  display: grid;
  grid-template-columns: 24px minmax(0,1fr);
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.hot-rank {
  color: var(--accent-pop);
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
}
.hot-item-main { min-width: 0; }
.hot-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  border: 1px solid #111;
}
.hot-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hot-copy { padding-top: 7px; }
.hot-section {
  color: var(--accent-dark);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.hot-item h3 {
  margin: 3px 0 0;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.015em;
}

/* une v8 : hauteur maîtrisée et colonnes équilibrées */
.hero {
  grid-template-columns: minmax(0, 2.05fr) minmax(265px, .95fr);
  gap: 18px 26px;
  padding-top: 22px;
  padding-bottom: 44px;
}
.hero-main {
  grid-template-columns: minmax(0, 1.38fr) minmax(270px, .92fr);
  gap: 20px;
  align-items: stretch;
}
.hero-media {
  aspect-ratio: 16 / 10 !important;
  min-height: 0;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 0;
}
.hero-copy h1 {
  font-size: clamp(1.8rem, 2.45vw, 2.55rem);
  line-height: 1.03;
}
.hero-side {
  display: grid;
  grid-template-rows: auto repeat(3, minmax(0,1fr));
}
.story-card--side {
  grid-template-columns: 108px minmax(0,1fr);
  align-items: center;
  min-height: 0;
  padding: 11px 0;
}
.story-card--side .story-card-media { aspect-ratio: 4 / 3 !important; }
.story-card--side h3 { font-size: .91rem; line-height: 1.14; }

/* images : ratios fixes, cartes sans trous */
.readers-grid,
.archive-grid,
.video-grid { align-items: stretch; }
.reader-card,
.story-card--archive,
.video-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.reader-card-media,
.story-card--archive .story-card-media,
.story-card--horizontal .story-card-media,
.topic-side-list .story-card--compact .story-card-media,
.aside-reco-media,
.video-card-media {
  aspect-ratio: 16 / 10 !important;
}
.reader-card-media img,
.story-card--archive .story-card-media img,
.story-card--horizontal .story-card-media img,
.topic-side-list .story-card--compact .story-card-media img,
.video-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reader-card-body,
.story-card--archive .story-card-body,
.video-card-copy { flex: 1; }
.topic-lead .story-card--feature .story-card-media { aspect-ratio: 4 / 3 !important; }
.startracks-main-media img { aspect-ratio: 4 / 3; }
.startracks-thumbs { grid-template-columns: repeat(4,1fr); }
.startracks-thumb img { aspect-ratio: 1 / 1; }

/* newsletter fonctionnelle */
.newsletter-section {
  border-top: 8px solid var(--accent);
  border-bottom: 8px solid var(--accent-pop);
}
.newsletter-live {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(380px, 1.15fr);
  gap: 48px;
  align-items: center;
}
.newsletter-live-copy h2 {
  margin: 10px 0 8px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.7vw, 2.7rem);
  line-height: 1.04;
}
.newsletter-live-copy p { margin: 0; color: var(--muted); }
.newsletter-live-form .form-field:first-child { display: none; }
.newsletter-live-form .newsletter-consent { margin-top: 9px; font-size: .72rem; }
.newsletter-live-form label { font-size: .72rem; }
.newsletter-email-row { display: flex; gap: 8px; }
.newsletter-email-row input { flex: 1; min-width: 0; }

/* formulaires communs */
.formulaire_spip input[type="text"],
.formulaire_spip input[type="email"],
.formulaire_spip textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #111;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.formulaire_spip input:focus,
.formulaire_spip textarea:focus { border-color: var(--accent); box-shadow: inset 4px 0 0 var(--accent); }
.form-field label {
  display: block;
  margin-bottom: 6px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.form-field label span { color: var(--muted); font-weight: 500; text-transform: none; }
.erreur_message { display: block; margin-top: 5px; color: #b51f4f; font-size: .76rem; }
.reponse_formulaire { padding: 12px 14px; border: 1px solid #111; font-weight: 700; }
.reponse_formulaire_ok { border-left: 7px solid var(--accent); }
.reponse_formulaire_erreur { border-left: 7px solid var(--accent-pop); }
.form-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.newsletter-consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); }
.newsletter-consent input { margin-top: 3px; }

/* page newsletter */
.newsletter-page {
  min-height: 68vh;
  display: grid;
  grid-template-columns: minmax(310px,.8fr) minmax(0,1.2fr);
  gap: 54px;
  align-items: center;
  padding-block: 64px 80px;
}
.newsletter-page-art {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  border: 1px solid #111;
  border-left: 18px solid var(--accent);
  background: #fff;
  overflow: hidden;
}
.newsletter-page-art::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -70px;
  top: -70px;
  border-radius: 50% !important;
  background: var(--accent-pop);
  opacity: .92;
}
.newsletter-page-art span,
.newsletter-page-art strong,
.newsletter-page-art em {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-weight: 900;
  line-height: .82;
  text-transform: uppercase;
}
.newsletter-page-art span { font-size: 6rem; }
.newsletter-page-art strong { color: var(--accent); font-size: 5rem; }
.newsletter-page-art em { color: var(--accent-pop); font-size: 5rem; }
.newsletter-page-copy h1 {
  margin: 12px 0 16px;
  max-width: 780px;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.newsletter-page-copy > p { max-width: 650px; color: var(--muted); font-size: 1.02rem; }
.newsletter-page .formulaire_newsletter_lbvgroove { margin-top: 30px; }
.newsletter-fields { display: grid; gap: 18px; }

/* contact */
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0,1.3fr) minmax(240px,.7fr);
  gap: 40px;
  align-items: end;
  padding-block: 52px 42px;
  border-bottom: 1px solid #111;
}
.contact-hero h1 {
  max-width: 800px;
  margin: 12px 0 12px;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.04em;
}
.contact-hero-copy > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1rem; }
.contact-hero-mark {
  justify-self: end;
  padding: 18px 22px 12px;
  border: 1px solid #111;
  border-top: 12px solid var(--accent-pop);
  color: var(--accent);
  font-size: clamp(2.2rem,4vw,4.2rem);
  font-weight: 900;
  line-height: .82;
  text-align: right;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 330px;
  gap: 55px;
  padding-block: 48px 80px;
}
.contact-panel-head { margin-bottom: 24px; }
.contact-panel-head h2 { margin: 7px 0 0; font-size: 2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field--full { grid-column: 1 / -1; }
.contact-submit { margin-top: 20px; }
.contact-aside { display: grid; align-content: start; gap: 14px; }
.contact-card { padding: 20px; border: 1px solid #111; }
.contact-card--accent { border-top: 8px solid var(--accent); }
.contact-card--pink { border-top: 8px solid var(--accent-pop); }
.contact-card strong { font-size: 1rem; text-transform: uppercase; }
.contact-card p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.contact-card a { display: inline-block; margin-top: 12px; font-weight: 800; }

/* page vidéos : univers propre */
.page-videos { background: #fff; }
.video-masthead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-block: 42px 28px;
  border-bottom: 10px solid var(--accent);
}
.video-live-chip {
  display: inline-block;
  padding: 5px 9px;
  background: var(--accent-pop);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.video-masthead h1 {
  margin: 8px 0 5px;
  font-family: var(--sans);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.video-masthead p { max-width: 620px; margin: 0; color: var(--muted); }
.video-masthead-mark {
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px;
  align-items: end;
  font-weight: 900;
}
.video-masthead-mark span { color: var(--accent); font-size: 1.2rem; }
.video-masthead-mark strong { color: var(--accent-pop); font-size: 3.1rem; line-height: .8; }
.video-lead {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(300px,.72fr);
  gap: 34px;
  padding-block: 34px 58px;
}
.video-player-wrap { position: relative; background: #0b1114; }
.video-player,
.video-cover,
.video-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.video-player { background: #000; }
.video-cover { position: relative; overflow: hidden; }
.video-cover img { height: 100%; object-fit: cover; opacity: .92; }
.video-play-button,
.video-card-play {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50% !important;
  background: var(--accent-pop);
  color: #fff;
  box-shadow: 0 0 0 8px rgba(255,255,255,.85);
}
.video-play-button {
  left: 50%; top: 50%;
  width: 70px; height: 70px;
  transform: translate(-50%,-50%);
  font-size: 1.5rem;
  padding-left: 4px;
}
.video-lead-copy { align-self: center; border-top: 8px solid var(--accent-pop); padding-top: 18px; }
.video-lead-copy h2 {
  margin: 9px 0 12px;
  font-family: var(--serif);
  font-size: clamp(2rem,3vw,3.25rem);
  line-height: 1.02;
}
.video-lead-copy p { color: var(--muted); }
.video-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px 22px; }
.video-card-media { position: relative; display: block; overflow: hidden; border: 1px solid #111; }
.video-card-play { right: 14px; bottom: 14px; width: 42px; height: 42px; box-shadow: none; font-size: .85rem; padding-left: 2px; }
.video-card-copy { padding-top: 11px; }
.video-card h3 { margin: 5px 0 0; font-size: 1.12rem; font-weight: 800; line-height: 1.17; }

@media (max-width: 1240px) {
  .home-layout { grid-template-columns: 220px minmax(0,1fr); gap: 20px; }
  .home-hot h2 { font-size: 1.4rem; }
  .hero { grid-template-columns: 1fr; grid-template-areas: "heading" "main" "side"; }
  .hero-side { grid-template-columns: repeat(3,1fr); grid-template-rows: auto 1fr; gap: 16px; }
  .hero-side-title { grid-column: 1 / -1; }
  .story-card--side { display: block; }
  .story-card--side .story-card-media { aspect-ratio: 16 / 10 !important; }
  .story-card--side .story-card-body { padding-top: 8px; }
}

@media (max-width: 1040px) {
  .home-layout { display: block; width: 100%; }
  .home-hot {
    position: relative;
    top: auto;
    height: auto;
    width: min(calc(100% - 40px), var(--max));
    margin: 24px auto 0;
    padding: 0;
    border-right: 0;
  }
  .home-hot-head { display: flex; align-items: end; gap: 12px; border-bottom: 1px solid #111; }
  .home-hot-head p { margin-left: auto; max-width: 280px; }
  .home-hot-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: 220px; gap: 14px; overflow-x: auto; overflow-y: hidden; padding-bottom: 10px; }
  .hot-item { display: block; border-bottom: 0; }
  .hot-rank { display: block; margin-bottom: 5px; }
  .newsletter-live,
  .newsletter-page,
  .contact-layout,
  .video-lead { grid-template-columns: 1fr; }
  .newsletter-page-art { min-height: 300px; }
  .contact-aside { grid-template-columns: repeat(3,1fr); }
  .video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .site-drawer { padding: 20px; border-right-width: 6px; }
  .drawer-service-links { grid-template-columns: 1fr; }
  .home-hot { width: min(calc(100% - 28px), var(--max)); }
  .home-hot-head { display: block; }
  .home-hot-head p { margin: 7px 0 0; }
  .hero-main { display: block; }
  .hero-media { aspect-ratio: 16 / 10 !important; }
  .hero-copy { padding-top: 14px; }
  .hero-side { display: block; }
  .story-card--side { display: grid; grid-template-columns: 116px 1fr; }
  .newsletter-live { gap: 24px; }
  .newsletter-email-row { display: grid; }
  .newsletter-page { padding-block: 40px 56px; gap: 28px; }
  .newsletter-page-art { min-height: 240px; padding: 28px; }
  .newsletter-page-art span { font-size: 4.3rem; }
  .newsletter-page-art strong,.newsletter-page-art em { font-size: 3.5rem; }
  .newsletter-page-copy h1 { font-size: 2.5rem; }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-hero-mark { justify-self: start; }
  .contact-aside { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .video-masthead { display: block; }
  .video-masthead-mark { margin-top: 20px; justify-content: start; }
  .video-masthead h1 { font-size: 4.7rem; }
  .video-grid { grid-template-columns: 1fr; }
}

/* palette finale : uniquement vert logo + rose star pour les accents */
.startracks-top h2::first-letter { color: var(--accent-pop); }
.talking-flag { background: var(--accent-pop); }
.error-code { color: var(--accent-pop); }

/* =========================================================
   LBV Groove v9 — sommaire plus fluide + footer signature
   ========================================================= */
:root {
  --accent: #389cb1;
  --accent-dark: #247f92;
  --accent-pop: #ff2f7d;
  --accent-pop-dark: #d9155f;
}

/* Sommaire : densité, rythme et suppression des dates */
.page-home .meta,
.page-home .hero-meta {
  display: none !important;
}
.page-home .section {
  padding-block: clamp(30px, 3.5vw, 50px);
}
.page-home .section + .section {
  border-top-color: #e6ecee;
}
.page-home .section-heading {
  margin-bottom: 18px;
}
.page-home .section-heading h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  line-height: .96;
}
.page-home .section-heading-note {
  max-width: 380px;
  font-size: .82rem;
  line-height: 1.35;
}
.page-home .section-badge,
.page-home .hero-heading-kicker {
  font-size: .62rem;
}
.page-home .section-link {
  font-size: .68rem;
}

/* Hot 15 : vraie colonne compacte de veille */
.home-layout {
  gap: 22px;
}
.home-hot {
  padding-right: 10px;
}
.home-hot-head {
  padding: 12px 8px 10px 0;
  border-top-width: 5px;
}
.home-hot-label {
  padding: 3px 6px;
  font-size: .59rem;
}
.home-hot h2 {
  margin: 6px 0 1px;
  font-size: 1.28rem;
  line-height: .94;
}
.home-hot-head p {
  margin-top: 5px;
  font-size: .66rem;
  line-height: 1.25;
}
.hot-item {
  grid-template-columns: 21px minmax(0,1fr);
  gap: 6px;
  padding: 8px 0;
}
.hot-rank {
  padding-top: 2px;
  color: var(--accent-pop);
  font-size: .66rem;
}
.hot-item-main {
  display: grid;
  grid-template-columns: 70px minmax(0,1fr);
  gap: 8px;
  align-items: start;
}
.hot-thumb {
  aspect-ratio: 4 / 3;
}
.hot-copy {
  padding-top: 0;
}
.hot-section {
  display: block;
  overflow: hidden;
  color: var(--accent-dark);
  font-size: .49rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-item h3 {
  display: -webkit-box;
  margin-top: 3px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: .72rem;
  line-height: 1.12;
}
.hot-item:hover .hot-thumb img {
  transform: scale(1.035);
}
.hot-thumb img {
  transition: transform .25s ease;
}

/* Une : compacte mais plus aérée visuellement */
.page-home .hero {
  gap: 16px 22px;
  padding-top: 18px;
  padding-bottom: 34px;
}
.page-home .hero-heading {
  margin-bottom: 5px;
  padding-bottom: 8px;
}
.page-home .hero-heading h2 {
  font-size: 1.48rem;
}
.page-home .hero-heading-line {
  height: 5px;
}
.page-home .hero-main {
  grid-template-columns: minmax(0, 1.42fr) minmax(240px, .88fr);
  gap: 17px;
}
.page-home .hero-media {
  aspect-ratio: 16 / 9 !important;
}
.page-home .hero-copy {
  padding: 6px 0;
}
.page-home .hero-copy h1 {
  margin: 7px 0 8px;
  font-size: clamp(1.6rem, 2.15vw, 2.25rem);
  line-height: 1.04;
}
.page-home .hero-deck {
  font-size: .82rem;
  line-height: 1.46;
}
.page-home .hero-side-title {
  padding-bottom: 7px;
  font-size: .69rem;
}
.page-home .story-card--side {
  grid-template-columns: 94px minmax(0,1fr);
  gap: 10px;
  padding: 9px 0;
}
.page-home .story-card--side h3 {
  font-size: .82rem;
  line-height: 1.12;
}
.page-home .story-card--side .eyebrow {
  font-size: .52rem;
}

/* Blocs de sommaire resserrés */
.page-home .readers-grid--talking {
  gap: 18px;
}
.page-home .reader-card--talking .reader-card-body {
  grid-template-columns: 28px 1fr;
  gap: 9px;
  padding-top: 9px;
}
.page-home .reader-rank {
  font-size: 1.35rem;
}
.page-home .reader-card--talking h3 {
  font-size: clamp(.96rem, 1.2vw, 1.12rem);
  line-height: 1.14;
}
.page-home .talking-flag {
  margin-top: 8px;
  padding: 5px 8px;
  background: var(--accent-pop);
  font-size: .62rem;
}

.page-home .startracks-section {
  padding-top: 0;
}
.page-home .startracks-box {
  padding: 20px;
}
.page-home .startracks-top {
  margin-bottom: 14px;
}
.page-home .startracks-top h2 {
  font-size: clamp(2rem, 3.6vw, 3.5rem);
}
.page-home .startracks-top p {
  margin-top: 5px;
  font-size: .86rem;
}
.page-home .startracks-stamp {
  width: 86px;
  height: 86px;
  background: var(--accent-pop);
  color: #fff;
  font-size: .66rem;
}
.page-home .startracks-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(270px, .88fr);
  gap: 20px;
}
.page-home .startracks-main-media img {
  aspect-ratio: 16 / 10;
}
.page-home .startracks-copy {
  padding-top: 8px;
}
.page-home .startracks-copy h3 {
  margin: 7px 0 9px;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
}
.page-home .startracks-copy p {
  margin-bottom: 14px;
  font-size: .86rem;
  line-height: 1.45;
}

.page-home .latest-section {
  padding-top: 24px;
}
.page-home .latest-section::before {
  display: none;
}
.page-home .latest-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent) 0 82%, var(--accent-pop) 82% 100%);
}
.page-home .latest-layout {
  gap: 28px;
}
.page-home .latest-list {
  padding: 0;
  border: 0;
  border-top: 1px solid #111;
}
.page-home .story-card--horizontal {
  grid-template-columns: 31% minmax(0,1fr);
  gap: 15px;
  padding: 13px 0;
}
.page-home .story-card--horizontal h3 {
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.12;
}
.page-home .story-card--horizontal .story-card-deck {
  margin-top: 5px;
  font-size: .77rem;
  line-height: 1.4;
}
.page-home .picks-box {
  padding: 17px;
  border-top: 5px solid var(--accent-pop);
}
.page-home .picks-box h2 {
  margin: 9px 0 11px;
  font-size: 1.35rem;
}
.page-home .picks-box article {
  padding: 10px 0;
}
.page-home .picks-box h3,
.page-home .pick-topic {
  font-size: .82rem;
  line-height: 1.18;
}

.page-home .topic-section--graphic {
  padding-top: 22px;
}
.page-home .topic-grid--graphic {
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, .94fr);
  gap: 18px 22px;
}
.page-home .topic-lead .story-card--feature .story-card-media {
  aspect-ratio: 16 / 11 !important;
}
.page-home .topic-lead .story-card--feature .story-card-body {
  padding-top: 10px;
}
.page-home .topic-lead .story-card--feature h3 {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.06;
}
.page-home .topic-side-list {
  gap: 14px;
}
.page-home .topic-side-list .story-card--compact .story-card-body {
  padding-top: 7px;
}
.page-home .topic-side-list .story-card--compact h3 {
  font-size: .88rem;
  line-height: 1.14;
}
.page-home .topic-side-stack {
  gap: 14px;
}
.page-home .topic-highlight-box {
  padding: 14px 16px;
}
.page-home .topic-highlight-box h3 {
  font-size: clamp(1.15rem, 1.65vw, 1.6rem);
  line-height: 1.08;
}
.page-home .newsletter-section {
  padding: 32px 0;
}
.page-home .newsletter-live {
  gap: 30px;
}
.page-home .newsletter-live-copy h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
}

/* Footer v9 */
.site-footer {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
  background: #0c2028;
  color: #fff;
}
.footer-accent {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(90px, 1fr);
  height: 8px;
}
.footer-accent span:first-child { background: var(--accent); }
.footer-accent span:last-child { background: var(--accent-pop); }
.footer-topline {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 50px;
  align-items: end;
  padding-block: 42px 28px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.footer-brand-block {
  min-width: 0;
}
.brand-footer {
  justify-content: flex-start;
}
.brand-footer img {
  max-height: 72px;
  filter: brightness(0) invert(1);
}
.footer-signature {
  display: block;
  margin-top: 9px;
  color: #9bd3df;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.footer-manifesto {
  justify-self: end;
  max-width: 650px;
  text-align: right;
}
.footer-kicker {
  display: inline-block;
  padding: 4px 7px;
  background: var(--accent-pop);
  color: #fff;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-manifesto p {
  margin: 11px 0 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.1vw, 2.1rem);
  font-weight: 700;
  line-height: 1.08;
}
.footer-rubric-strip {
  display: flex;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255,255,255,.18);
  scrollbar-width: none;
}
.footer-rubric-strip::-webkit-scrollbar { display: none; }
.footer-rubric-strip a {
  flex: 0 0 auto;
  padding: 15px 17px 13px;
  border-right: 1px solid rgba(255,255,255,.12);
  color: #d8edf2;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.footer-rubric-strip a:first-child { padding-left: 0; }
.footer-rubric-strip a:hover {
  background: var(--accent-pop);
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .72fr .72fr;
  gap: 52px;
  padding-block: 34px 38px;
}
.footer-column {
  min-width: 0;
}
.site-footer h2 {
  margin: 0 0 16px;
  color: #7bc8d7;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-column--pink h2 { color: #ff74a8; }
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer li {
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.11);
}
.site-footer li:first-child { border-top: 0; }
.site-footer li a {
  display: block;
  padding: 9px 0;
  color: #eef8fa;
  font-size: .83rem;
  font-weight: 650;
}
.site-footer li a:hover {
  color: #fff;
}
.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0 24px;
}
.footer-nav-grid li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer-nav-grid li a b {
  color: var(--accent-pop);
  font-size: 1rem;
  transition: transform .2s ease;
}
.footer-nav-grid li a:hover b { transform: translateX(4px); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 17px 22px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #8fb0b8;
  font-size: .68rem;
}
.footer-bottom p { margin: 0; }
.footer-bottom strong { color: #fff; font-weight: 800; }

/* Rose star plus franc dans les modules */
.home-hot-label,
.video-live-chip,
.talking-flag,
.footer-kicker,
.reponse_formulaire_erreur,
.drawer-service-links a:first-child,
.contact-card--pink {
  --local-pink: var(--accent-pop);
}

@media (max-width: 1240px) {
  .home-layout { gap: 18px; }
  .page-home .hero-main { grid-template-columns: minmax(0, 1.35fr) minmax(225px, .85fr); }
}

@media (max-width: 1040px) {
  .hot-item-main {
    display: block;
  }
  .hot-thumb {
    aspect-ratio: 16 / 10;
  }
  .hot-copy { padding-top: 6px; }
  .page-home .hero-side {
    gap: 13px;
  }
  .page-home .startracks-layout,
  .page-home .topic-grid--graphic {
    grid-template-columns: 1fr;
  }
  .footer-topline {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .footer-manifesto {
    justify-self: start;
    text-align: left;
  }
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 720px) {
  .page-home .section { padding-block: 30px; }
  .page-home .hero { padding-bottom: 28px; }
  .page-home .hero-main { display: block; }
  .page-home .hero-copy { padding-top: 12px; }
  .page-home .hero-copy h1 { font-size: 1.8rem; }
  .page-home .startracks-box { padding: 16px; }
  .page-home .latest-layout { gap: 22px; }
  .page-home .topic-side-list { grid-template-columns: 1fr 1fr; }
  .footer-topline { padding-block: 32px 22px; }
  .footer-manifesto p { font-size: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 22px; }
  .footer-column--wide { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 5px; }
}

@media (max-width: 430px) {
  .page-home .topic-side-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-column--wide { grid-column: auto; }
  .footer-nav-grid { grid-template-columns: 1fr; }
  .footer-accent { grid-template-columns: 3fr 1fr; }
}

/* =========================================================
   LBV Groove v10 — footer signature + rose star vif + dates
   ========================================================= */
:root {
  --accent-pop: #ff0a78;
  --accent-pop-dark: #d8005c;
}

/* Les dates restent visibles sur le sommaire, mais discrètes */
.page-home .meta,
.page-home .hero-meta,
.page-home .story-card--side .meta,
.page-home .story-card--compact .meta {
  display: block !important;
  margin-top: 6px;
  color: #879299;
  font-size: .58rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .01em;
}
.page-home .hero-meta {
  margin-top: 9px;
  font-size: .61rem;
}
.page-home .story-card--side .meta,
.page-home .story-card--compact .meta {
  margin-top: 5px;
}

/* Footer : plus éditorial et plus signé */
.site-footer {
  background: #091b22;
}
.footer-accent {
  grid-template-columns: minmax(0, 5fr) minmax(110px, 1fr);
  height: 10px;
}
.footer-accent span:first-child { background: var(--accent); }
.footer-accent span:last-child { background: var(--accent-pop); }

.footer-topline {
  position: relative;
  padding-block: 46px 32px;
}
.footer-topline::after {
  content: "GROOVE";
  position: absolute;
  right: 0;
  bottom: -8px;
  z-index: 0;
  color: rgba(255,255,255,.025);
  font-family: var(--sans);
  font-size: clamp(5rem, 11vw, 10rem);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -.08em;
  pointer-events: none;
}
.footer-brand-block,
.footer-manifesto {
  position: relative;
  z-index: 1;
}
.brand-footer img {
  max-height: 78px;
}
.footer-signature {
  color: #8dd1dd;
  font-size: .62rem;
}
.footer-kicker {
  padding: 5px 9px 4px;
  background: var(--accent-pop);
  box-shadow: 8px 8px 0 rgba(56,156,177,.28);
}
.footer-manifesto p {
  max-width: 620px;
  font-size: clamp(1.45rem, 2.35vw, 2.35rem);
  line-height: 1.04;
}

.footer-newsletter-panel {
  display: grid;
  grid-template-columns: 92px minmax(0,1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  min-height: 118px;
  border: 1px solid rgba(255,255,255,.22);
  background: #0f2b35;
}
.footer-newsletter-mark {
  align-self: stretch;
  display: grid;
  place-items: center;
  background: var(--accent-pop);
  color: #fff;
  font-family: var(--sans);
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -.06em;
}
.footer-newsletter-copy {
  padding-block: 20px;
}
.footer-newsletter-copy > span {
  display: inline-block;
  margin-bottom: 5px;
  color: #83d3e1;
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-newsletter-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
  text-transform: none;
}
.footer-newsletter-cta {
  display: inline-flex;
  min-height: 118px;
  align-items: center;
  gap: 18px;
  padding: 0 28px;
  background: var(--accent);
  color: #fff;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.footer-newsletter-cta b {
  color: var(--accent-pop);
  font-size: 1.35rem;
  transition: transform .2s ease;
}
.footer-newsletter-cta:hover {
  background: #fff;
  color: #091b22;
}
.footer-newsletter-cta:hover b {
  transform: translateX(4px);
}

.footer-rubric-strip {
  border-top: 1px solid rgba(255,255,255,.14);
}
.footer-rubric-strip a {
  padding-top: 13px;
  padding-bottom: 12px;
  color: #d9eef2;
}
.footer-rubric-strip a:hover {
  background: var(--accent-pop);
}
.footer-grid {
  padding-block: 31px 35px;
}
.site-footer h2 {
  color: #78c9d8;
}
.footer-column--pink h2 {
  color: var(--accent-pop);
}
.site-footer li a {
  transition: color .18s ease, padding-left .18s ease;
}
.site-footer li a:hover {
  padding-left: 5px;
  color: #fff;
}
.footer-nav-grid li a:hover {
  padding-left: 0;
}
.footer-nav-grid li a b {
  color: var(--accent-pop);
}
.footer-bottom {
  color: #8aaab2;
}
.footer-bottom strong {
  color: #fff;
}

/* Le rose star doit rester un accent franc sur tout le site */
.home-hot-label,
.talking-flag,
.video-live-chip,
.footer-kicker,
.contact-card--pink,
.reponse_formulaire_erreur,
.startracks-stamp {
  background-color: var(--accent-pop) !important;
}
.reader-rank,
.hot-rank,
.pick-number,
.most-read-rank,
.topic-highlight-box .eyebrow,
.footer-column--pink h2 {
  color: var(--accent-pop) !important;
}

@media (max-width: 820px) {
  .footer-newsletter-panel {
    grid-template-columns: 74px minmax(0,1fr);
    gap: 18px;
    min-height: 0;
  }
  .footer-newsletter-mark {
    min-height: 104px;
  }
  .footer-newsletter-copy {
    padding-right: 18px;
  }
  .footer-newsletter-cta {
    grid-column: 1 / -1;
    min-height: 52px;
    justify-content: space-between;
    padding-inline: 20px;
  }
}

@media (max-width: 520px) {
  .footer-topline::after {
    font-size: 5.2rem;
  }
  .footer-newsletter-panel {
    display: block;
  }
  .footer-newsletter-mark {
    min-height: 0;
    padding: 9px 14px;
    place-items: start;
  }
  .footer-newsletter-copy {
    padding: 18px;
  }
  .footer-newsletter-cta {
    min-height: 50px;
  }
}


/* =========================================================
   V10.1 — accueil aligné sur la largeur des pages intérieures
   ========================================================= */
.page-home .home-layout {
  width: min(calc(100% - 40px), var(--max));
  max-width: var(--max);
  margin-inline: auto;
}
.page-home .home-main {
  width: 100%;
  min-width: 0;
}
.page-home .home-main > .shell,
.page-home .home-main > .shell-wide,
.page-home .home-main > .newsletter-section,
.page-home .home-main > .newsletter-section .shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

@media (max-width: 1040px) {
  .page-home .home-layout {
    width: min(calc(100% - 40px), var(--max));
    margin-inline: auto;
  }
  .page-home .home-hot {
    width: 100%;
    margin-inline: 0;
  }
}

@media (max-width: 720px) {
  .page-home .home-layout {
    width: min(calc(100% - 28px), var(--max));
  }
  .page-home .home-hot {
    width: 100%;
  }
}

/* =========================================================
   LBV Groove v11 — recherche éditoriale + menu harmonisé
   ========================================================= */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 47;
  background: rgba(7, 20, 25, .38);
  opacity: 0;
  transition: opacity .2s ease;
}
.search-overlay.is-open { opacity: 1; }
.search-overlay[hidden] { display: none !important; }

.search-panel {
  position: absolute;
  inset: 100% 0 auto;
  z-index: 60;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #111;
  box-shadow: 0 24px 50px rgba(7,20,25,.18);
}
.search-panel[hidden] { display: none !important; }
.search-panel-accent {
  display: grid;
  grid-template-columns: 4fr 1fr;
  height: 7px;
}
.search-panel-accent span:first-child { background: var(--accent); }
.search-panel-accent span:last-child { background: var(--accent-pop); }
.search-panel-inner {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.55fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding-block: 30px 32px;
}
.search-panel-copy {
  max-width: 370px;
}
.search-panel-kicker {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 7px 2px;
  background: var(--accent-pop);
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.search-panel-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.035em;
}
.search-panel-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}
.search-panel-tool {
  position: relative;
  min-width: 0;
  padding-right: 52px;
}
.search-panel-close {
  position: absolute;
  top: -7px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.search-panel-close:hover {
  background: var(--accent-pop);
  border-color: var(--accent-pop);
  color: #fff;
}
.search-form-shell {
  position: relative;
  padding-left: 44px;
  border-bottom: 3px solid #111;
}
.search-form-icon {
  position: absolute;
  left: 3px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid var(--accent);
  border-radius: 50% !important;
  transform: translateY(-58%);
  pointer-events: none;
}
.search-form-icon::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -4px;
  width: 9px;
  height: 2px;
  background: var(--accent-pop);
  transform: rotate(45deg);
  transform-origin: center;
}
.search-form-shell .formulaire_spip,
.search-form-shell form,
.drawer-search-form .formulaire_spip,
.drawer-search-form form,
.search-page-box .formulaire_spip,
.search-page-box form {
  width: 100%;
  max-width: none;
  margin: 0;
}
.search-form-shell form,
.drawer-search-form form {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.search-form-shell .editer-groupe,
.search-form-shell .editer,
.search-form-shell .saisie_recherche,
.drawer-search-form .editer-groupe,
.drawer-search-form .editer,
.drawer-search-form .saisie_recherche {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.search-form-shell label,
.drawer-search-form label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.search-form-shell input[type="search"],
.search-form-shell input[type="text"] {
  width: 100%;
  min-height: 58px;
  padding: 10px 16px 10px 0;
  border: 0 !important;
  outline: 0;
  background: transparent;
  color: #111;
  font-family: var(--sans);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -.02em;
}
.search-form-shell input::placeholder {
  color: #8a959a;
  opacity: 1;
}
.search-form-shell input[type="submit"],
.search-form-shell button[type="submit"] {
  min-width: 122px;
  min-height: 58px;
  padding: 0 20px;
  border: 0;
  background: var(--accent);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.search-form-shell input[type="submit"]:hover,
.search-form-shell button[type="submit"]:hover {
  background: var(--accent-pop);
}
.search-shortcuts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-top: 13px;
}
.search-shortcuts strong {
  color: #111;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.search-shortcuts a {
  position: relative;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
}
.search-shortcuts a:hover { color: var(--accent-dark); }
.search-shortcuts a + a::before {
  content: "•";
  position: absolute;
  left: -9px;
  color: #c4ccd0;
}
.search-shortcuts-video { color: var(--accent-pop) !important; }
body.search-open { overflow: hidden; }

/* Recherche directement intégrée au tiroir hamburger */
.drawer-search {
  padding: 18px 0 16px;
  border-bottom: 1px solid #111;
}
.drawer-search-label {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-dark);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.drawer-search-form {
  border: 1px solid #111;
  background: #fff;
}
.drawer-search-form form {
  min-height: 48px;
}
.drawer-search-form input[type="search"],
.drawer-search-form input[type="text"] {
  width: 100%;
  min-height: 46px;
  padding: 8px 12px;
  border: 0 !important;
  outline: 0;
  background: #fff;
  color: #111;
  font-size: .88rem;
  font-weight: 700;
}
.drawer-search-form input[type="submit"],
.drawer-search-form button[type="submit"] {
  min-width: 54px;
  min-height: 46px;
  padding: 0 12px;
  border: 0;
  border-left: 1px solid #111;
  background: var(--accent);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.drawer-search-form input[type="submit"]:hover,
.drawer-search-form button[type="submit"]:hover {
  background: var(--accent-pop);
}
.drawer-nav { padding-top: 8px; }

/* Page recherche : même signature que le module du menu */
.search-page {
  padding-bottom: 70px;
}
.search-page-masthead {
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.4fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: end;
  padding-block: 44px 38px;
  border-bottom: 1px solid #111;
}
.search-page-title h1 {
  margin: 5px 0 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.055em;
}
.search-page-title p {
  max-width: 420px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
}
.search-page-box {
  padding: 22px 24px 20px;
  border: 1px solid #111;
  border-top: 7px solid var(--accent);
  box-shadow: 8px 8px 0 rgba(255,10,120,.16);
}
.search-form-shell--page {
  padding-left: 42px;
}
.search-shortcuts--page {
  margin-top: 16px;
}
.search-results-section {
  padding-top: 38px;
}
.search-results-heading h2 {
  text-transform: none;
  box-shadow: inset 0 -0.18em 0 rgba(56,156,177,.72);
}
.search-results-grid .story-card--archive .story-card-media {
  border: 1px solid #111;
}
.search-empty-state {
  margin-top: 38px;
  padding: 32px;
  border: 1px solid #111;
  border-left: 8px solid var(--accent-pop);
  background: #fff;
  text-align: left;
}
.search-empty-state strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: 1.7rem;
}
.search-empty-state p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 860px) {
  .search-panel-inner,
  .search-page-masthead {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .search-panel-copy {
    max-width: 620px;
  }
  .search-panel-tool { padding-right: 48px; }
  .search-page-box { box-shadow: 6px 6px 0 rgba(255,10,120,.14); }
}

@media (max-width: 720px) {
  .search-panel {
    position: fixed;
    inset: 80px 0 0;
    overflow-y: auto;
  }
  .search-panel-inner {
    width: min(calc(100% - 28px), var(--max));
    padding-block: 24px 36px;
  }
  .search-panel-copy h2 { font-size: 2rem; }
  .search-panel-tool { padding-right: 0; }
  .search-panel-close {
    position: static;
    display: block;
    margin: 0 0 14px auto;
  }
  .search-form-shell {
    padding-left: 38px;
  }
  .search-form-shell form {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
  }
  .search-form-shell input[type="search"],
  .search-form-shell input[type="text"] {
    min-height: 54px;
    font-size: 1.05rem;
  }
  .search-form-shell input[type="submit"],
  .search-form-shell button[type="submit"] {
    min-width: 88px;
    min-height: 54px;
    padding-inline: 14px;
  }
  .search-shortcuts {
    gap: 8px 12px;
  }
  .search-page-masthead {
    padding-top: 32px;
  }
  .search-page-title h1 {
    font-size: 3.35rem;
  }
  .search-page-box {
    padding: 18px;
  }
}

@media (max-width: 430px) {
  .search-panel-copy p { font-size: .84rem; }
  .search-form-shell form {
    grid-template-columns: 1fr;
  }
  .search-form-shell input[type="submit"],
  .search-form-shell button[type="submit"] {
    width: 100%;
  }
  .search-shortcuts strong {
    width: 100%;
  }
  .search-shortcuts a + a::before { display: none; }
}

/* =========================================================
   LBV Groove v12 — équilibre, Hot 15 premium, images uniformes
   ========================================================= */

/* garde-fous de mise en page */
.page-home .home-main,
.page-home .hero,
.page-home .hero-main,
.page-home .hero-side,
.page-home .story-card,
.page-home .story-card-body,
.page-home .section-heading,
.page-home .topic-grid--graphic,
.page-home .topic-side-stack,
.page-home .topic-side-list,
.page-home .reader-card,
.page-home .reader-card-body,
.page-home .latest-layout,
.page-home .latest-list,
.page-home .editor-picks,
.page-home .startracks-layout,
.page-home .startracks-main,
.page-home .startracks-copy {
  min-width: 0;
}

.page-home h1,
.page-home h2,
.page-home h3,
.page-home p,
.page-home a {
  overflow-wrap: anywhere;
}

/* toutes les images éditoriales remplissent réellement leur cadre */
.page-home .hero-media,
.page-home .story-card-media,
.page-home .reader-card-media,
.page-home .hot-top-media,
.page-home .startracks-main-media,
.page-home .startracks-thumb,
.page-home .aside-reco-media,
.page-home .video-card-media,
.page-home .rubrique-lead-media,
.page-section .story-card-media,
.page-section .rubrique-lead-media,
.search-results-grid .story-card-media {
  display: block;
  overflow: hidden;
  background: var(--soft);
}

.page-home .hero-media img,
.page-home .story-card-media img,
.page-home .reader-card-media img,
.page-home .hot-top-media img,
.page-home .startracks-main-media img,
.page-home .startracks-thumb img,
.page-home .aside-reco-media img,
.page-home .video-card-media img,
.page-home .rubrique-lead-media img,
.page-section .story-card-media img,
.page-section .rubrique-lead-media img,
.search-results-grid .story-card-media img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
}

/* ratios cohérents par type de module */
.page-home .hero-media { aspect-ratio: 16 / 9 !important; }
.page-home .story-card--side .story-card-media { aspect-ratio: 4 / 3 !important; }
.page-home .reader-card-media,
.page-home .story-card--horizontal .story-card-media,
.page-home .story-card--feature .story-card-media,
.page-home .story-card--compact .story-card-media,
.page-home .story-card--archive .story-card-media,
.page-home .aside-reco-media,
.page-section .story-card--archive .story-card-media,
.search-results-grid .story-card--archive .story-card-media {
  aspect-ratio: 16 / 10 !important;
}
.page-home .startracks-main-media { aspect-ratio: 16 / 10 !important; }
.page-home .startracks-thumb { aspect-ratio: 16 / 10 !important; }
.page-home .video-card-media { aspect-ratio: 16 / 9 !important; }

/* Une : composition plus sûre et équilibrée */
.page-home .hero {
  grid-template-columns: minmax(0, 1.62fr) minmax(280px, .78fr);
  gap: 16px 24px;
  align-items: start;
  padding-top: 16px;
  padding-bottom: 30px;
}
.page-home .hero-heading {
  margin-bottom: 4px;
}
.page-home .hero-main {
  display: block !important;
  width: 100%;
  padding: 0;
}
.page-home .hero-main .hero-media {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #111;
}
.page-home .hero-copy {
  display: block;
  padding: 12px 0 0;
  border: 0;
}
.page-home .hero-copy h1 {
  max-width: 26ch;
  margin: 6px 0 7px;
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  line-height: 1.04;
  letter-spacing: -.025em;
}
.page-home .hero-deck {
  display: -webkit-box;
  max-width: 68ch;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: .8rem;
  line-height: 1.42;
}
.page-home .hero-meta {
  margin-top: 7px;
}
.page-home .hero-side {
  display: grid;
  grid-template-rows: auto repeat(3, minmax(0, 1fr));
  gap: 0;
  height: 100%;
}
.page-home .hero-side-title {
  margin-bottom: 0;
}
.page-home .story-card--side {
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 0;
}
.page-home .story-card--side h3 {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: .8rem;
  line-height: 1.13;
}
.page-home .story-card--side .meta {
  margin-top: 4px;
}

/* Hot 15 : podium visuel + liste compacte */
.page-home .home-hot {
  padding-right: 12px;
}
.page-home .home-hot-head {
  display: block;
  padding: 10px 4px 10px 0;
}
.page-home .home-hot-head > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.page-home .home-hot h2 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1;
}
.page-home .home-hot-head p {
  margin: 5px 0 0;
  font-size: .64rem;
}
.page-home .home-hot-scroll {
  padding-right: 3px;
}
.hot-podium {
  display: grid;
  gap: 11px;
  padding: 11px 0 8px;
}
.hot-item--top {
  display: block;
  padding: 0;
  border: 0;
}
.hot-top-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid #111;
  background: var(--soft);
}
.hot-top-media img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
}
.hot-top-rank {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: var(--accent-pop);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
}
.hot-top-copy {
  padding-top: 6px;
}
.hot-top-copy h3 {
  display: -webkit-box;
  margin: 3px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: .77rem;
  font-weight: 800;
  line-height: 1.14;
}
.hot-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #111;
}
.hot-item--compact {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 7px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.hot-item--compact .hot-rank {
  padding-top: 2px;
  color: var(--accent-pop);
  font-size: .64rem;
  font-weight: 900;
}
.hot-item--compact .hot-copy {
  padding: 0;
}
.hot-item--compact h3 {
  display: -webkit-box;
  margin: 2px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: .69rem;
  line-height: 1.12;
}
.hot-item--compact .hot-section,
.hot-item--top .hot-section {
  display: block;
  overflow: hidden;
  font-size: .48rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* cartes et sections : hauteurs homogènes */
.page-home .readers-grid--talking,
.page-home .archive-grid,
.page-home .topic-side-list,
.page-home .video-grid {
  align-items: stretch;
}
.page-home .reader-card--talking,
.page-home .story-card--archive,
.page-home .topic-side-list .story-card--compact,
.page-home .video-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.page-home .reader-card-body,
.page-home .story-card--archive .story-card-body,
.page-home .topic-side-list .story-card--compact .story-card-body,
.page-home .video-card-copy {
  flex: 1;
}
.page-home .reader-card--talking h3,
.page-home .story-card--archive h3,
.page-home .topic-side-list .story-card--compact h3,
.page-home .video-card h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* sections rubriques : aucun débordement, images stabilisées */
.page-home .topic-grid--graphic {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 20px 24px;
  align-items: start;
}
.page-home .topic-lead .story-card--feature .story-card-media {
  aspect-ratio: 16 / 10 !important;
}
.page-home .topic-lead .story-card--feature h3 {
  max-width: 28ch;
  font-size: clamp(1.55rem, 2.1vw, 2.1rem);
  line-height: 1.08;
}
.page-home .topic-side-list {
  gap: 16px;
}
.page-home .topic-side-list .story-card--compact h3 {
  font-size: .94rem;
  line-height: 1.15;
}
.page-home .topic-highlight-box {
  overflow: hidden;
}
.page-home .topic-highlight-box h3 {
  max-width: calc(100% - 38px);
  font-size: clamp(1.15rem, 1.7vw, 1.7rem);
}

/* Star Tracks : même logique de cadrage */
.page-home .startracks-main-media {
  border: 1px solid #111;
}
.page-home .startracks-main-media img {
  aspect-ratio: auto !important;
}
.page-home .startracks-thumbs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* pages intérieures : grilles parfaitement régulières */
.page-section .archive-grid,
.search-results-grid,
.page-videos .video-grid {
  align-items: stretch;
}
.page-section .story-card--archive,
.search-results-grid .story-card--archive,
.page-videos .video-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.page-section .story-card--archive .story-card-body,
.search-results-grid .story-card--archive .story-card-body,
.page-videos .video-card-copy {
  flex: 1;
}
.page-section .story-card--archive .story-card-media,
.search-results-grid .story-card--archive .story-card-media {
  aspect-ratio: 16 / 10 !important;
}
.page-videos .video-card-media {
  aspect-ratio: 16 / 9 !important;
}

@media (max-width: 1040px) {
  .page-home .hero {
    grid-template-columns: 1fr;
  }
  .page-home .hero-side {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 14px;
  }
  .page-home .hero-side-title {
    grid-column: 1 / -1;
  }
  .page-home .story-card--side {
    display: block;
    padding: 0;
    border-bottom: 0;
  }
  .page-home .story-card--side .story-card-body {
    padding-top: 7px;
  }
}

@media (max-width: 720px) {
  .page-home .hero-side {
    display: block;
  }
  .page-home .story-card--side {
    display: grid;
    grid-template-columns: 112px minmax(0,1fr);
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
  }
  .page-home .topic-grid--graphic {
    grid-template-columns: 1fr;
  }
  .page-home .topic-side-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 430px) {
  .page-home .topic-side-list {
    grid-template-columns: 1fr;
  }
}

.hot-list { counter-reset: hotrank 3; }
.hot-item--compact { counter-increment: hotrank; }
.hot-item--compact .hot-rank::before { content: counter(hotrank); }

/* uniformisation complémentaire des pages de rubrique, mot-clé et recherche */
.page-section .rubrique-lead-media,
.page-topic .story-card--archive .story-card-media,
.page-search .story-card--archive .story-card-media {
  aspect-ratio: 16 / 10 !important;
  overflow: hidden;
  background: var(--soft);
}
.page-section .rubrique-lead-media img,
.page-topic .story-card--archive .story-card-media img,
.page-search .story-card--archive .story-card-media img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
}
.page-topic .archive-grid,
.page-search .archive-grid {
  align-items: stretch;
}
.page-topic .story-card--archive,
.page-search .story-card--archive {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.page-topic .story-card--archive .story-card-body,
.page-search .story-card--archive .story-card-body {
  flex: 1;
}

@media (max-width: 1040px) {
  .page-home .home-hot-scroll {
    display: block;
    overflow: visible;
    padding-bottom: 0;
  }
  .page-home .hot-podium {
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
  }
  .page-home .hot-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    column-gap: 18px;
  }
}

@media (max-width: 720px) {
  .page-home .hot-podium {
    grid-template-columns: 1fr 1fr;
  }
  .page-home .hot-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
  }
}

@media (max-width: 480px) {
  .page-home .hot-podium,
  .page-home .hot-list {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   LBV Groove v13 — une spéciale et éléments moins blancs
   ========================================================= */
:root {
  --accent-soft: #e5f4f7;
  --accent-soft-2: #f1fbfc;
  --accent-pop-soft: #ffe4f0;
  --accent-pop-strong: #ff0a78;
  --ink-soft: #22343a;
}

.page-home .home-main > .section,
.page-home .home-main > .startracks-section,
.page-home .home-main > .latest-section,
.page-home .home-main > .topic-section,
.page-home .home-main > .newsletter-section {
  margin-top: 18px;
}

/* grande une : plus visible, plus magazine */
.page-home .hero {
  position: relative;
  gap: 22px;
  padding: 22px 18px 18px;
  border: 1px solid #d8e8ec;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%);
  box-shadow: 0 14px 34px rgba(24, 85, 99, .08);
}
.page-home .hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 8px;
  background: linear-gradient(90deg, var(--accent) 0 72%, var(--accent-pop-strong) 72% 100%);
}
.page-home .hero-heading {
  margin-bottom: 10px;
  padding: 8px 0 12px;
  border-bottom: 1px solid #d7e5e9;
}
.page-home .hero-heading-kicker {
  background: var(--accent-pop-strong);
  color: #fff;
}
.page-home .hero-heading h2 {
  box-shadow: inset 0 -0.2em 0 rgba(56,156,177,.35);
}
.page-home .hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .82fr);
  gap: 18px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid #d8e8ec;
  background: linear-gradient(135deg, var(--accent-soft) 0%, #ffffff 66%);
}
.page-home .hero-media {
  aspect-ratio: 16 / 10 !important;
  background: #0e1a1f;
  border: 1px solid #18363d;
}
.page-home .hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 22px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
  border-left: 5px solid var(--accent-pop-strong);
  min-height: 100%;
}
.page-home .hero-copy .eyebrow {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 9px 4px;
  background: rgba(56,156,177,.12);
  color: var(--accent);
}
.page-home .hero-copy h1 {
  margin: 12px 0 12px;
  max-width: 14ch;
  font-size: clamp(2.15rem, 3vw, 3.2rem);
  line-height: .98;
}
.page-home .hero-copy h1 a {
  text-wrap: balance;
}
.page-home .hero-deck {
  max-width: 42ch;
  color: var(--ink-soft);
  font-size: .95rem;
}
.page-home .hero-meta {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 14px;
  padding: 6px 10px;
  background: var(--accent-pop-soft);
  color: #7e2c4a;
  font-size: .72rem;
  font-weight: 700;
}
.page-home .hero-side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: start;
  padding: 14px;
  border: 1px solid #e6d6dd;
  background: linear-gradient(180deg, #fff8fb 0%, #ffffff 100%);
}
.page-home .hero-side-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #222;
}
.page-home .hero-side-title span {
  background: var(--accent-pop-strong);
  color: #fff;
  padding: 4px 8px;
}
.page-home .hero-side .story-card--side {
  margin: 0;
  padding: 10px;
  border: 1px solid #edd6df;
  background: #fff;
}
.page-home .hero-side .story-card--side .story-card-media {
  aspect-ratio: 4 / 3 !important;
  border: 1px solid #d9e8ec;
}
.page-home .hero-side .story-card--side h3 {
  font-size: 1rem;
  line-height: 1.15;
}
.page-home .hero-side .meta {
  display: block;
  margin-top: 8px;
  color: #7b8a90;
}

/* autres modules : fonds doux pour casser le blanc */
.page-home .section-talking {
  padding: 20px 18px 26px;
  border: 1px solid #e3e9eb;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
}
.page-home .readers-grid--talking .reader-card--talking {
  padding: 12px;
  background: #fff;
  border: 1px solid #dfe9ec;
}
.page-home .startracks-box {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
  border-color: #dae7eb;
  box-shadow: 0 10px 24px rgba(19, 58, 69, .06);
}
.page-home .latest-section {
  padding: 20px 18px 24px;
  border: 1px solid #e2eaed;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcfd 100%);
}
.page-home .latest-section::before {
  top: 0;
  height: 6px;
  left: 18px;
  right: 18px;
  background: linear-gradient(90deg, var(--accent) 0 78%, var(--accent-pop-strong) 78% 100%);
}
.page-home .latest-list,
.page-home .picks-box {
  border-color: #dce8eb;
  background: #fff;
}
.page-home .topic-section--graphic {
  padding: 20px 18px 24px;
  border: 1px solid #e2eaed;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
}
.page-home .topic-highlight-box {
  background: linear-gradient(180deg, #fff1f7 0%, #ffffff 100%);
  border-color: #f0cfdd;
}
.page-home .newsletter-section {
  padding: 24px 18px 28px;
  border: 1px solid #e4eaed;
  background: linear-gradient(135deg, #f5fcfd 0%, #ffffff 58%, #fff3f8 100%);
}

/* responsive */
@media (max-width: 1200px) {
  .page-home .hero-main {
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  }
  .page-home .hero-copy h1 { max-width: none; font-size: clamp(1.95rem, 2.5vw, 2.75rem); }
}

@media (max-width: 980px) {
  .page-home .hero,
  .page-home .section-talking,
  .page-home .latest-section,
  .page-home .topic-section--graphic,
  .page-home .newsletter-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-home .hero-main {
    grid-template-columns: 1fr;
  }
  .page-home .hero-copy {
    padding: 18px;
  }
  .page-home .hero-side {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .page-home .hero-side-title {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .page-home .hero {
    padding: 18px 14px 16px;
  }
  .page-home .hero-copy h1 {
    font-size: 1.95rem;
  }
  .page-home .hero-side {
    display: block;
  }
  .page-home .hero-side .story-card--side {
    padding: 10px 0;
    border-width: 0 0 1px 0;
    background: transparent;
  }
  .page-home .section-talking,
  .page-home .latest-section,
  .page-home .topic-section--graphic,
  .page-home .newsletter-section {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* =========================================================
   LBV Groove v14 — une compacte, sections épurées, images harmonisées
   ========================================================= */

/* cadre interne blanc harmonisé sur les images */
.page-home .hero-media,
.page-home .story-card-media,
.page-home .reader-card-media,
.page-home .photo-card-media,
.page-home .startracks-main-media,
.page-home .startracks-thumb,
.page-home .hot-top-media,
.page-home .aside-reco-media,
.page-home .article-hero {
  padding: 4px;
  background: #fff;
  box-sizing: border-box;
}
.page-home .hero-media img,
.page-home .story-card-media img,
.page-home .reader-card-media img,
.page-home .photo-card-media img,
.page-home .startracks-main-media img,
.page-home .startracks-thumb img,
.page-home .hot-top-media img,
.page-home .aside-reco-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* supprimer les bribes de code / extraits indésirables sur le sommaire */
.page-home .hero-deck,
.page-home .story-card--horizontal .story-card-deck,
.page-home .story-card--feature .story-card-deck,
.page-home .story-card--compact .story-card-deck,
.page-home .story-card--side .story-card-deck,
.page-home .story-card--archive .story-card-deck {
  display: none !important;
}

/* une plus compacte et plus agréable */
.page-home .hero {
  gap: 18px;
  padding: 18px 16px 14px;
}
.page-home .hero-heading {
  margin-bottom: 6px;
  padding-bottom: 8px;
}
.page-home .hero-heading h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.6rem);
}
.page-home .hero-main {
  display: block;
  padding: 12px;
  background: linear-gradient(180deg, var(--accent-soft) 0%, #ffffff 100%);
}
.page-home .hero-media {
  aspect-ratio: 16 / 9 !important;
  margin-bottom: 12px;
}
.page-home .hero-copy {
  padding: 0;
  background: transparent;
  border-left: 0;
}
.page-home .hero-copy .eyebrow {
  margin-bottom: 6px;
}
.page-home .hero-copy h1 {
  max-width: 100%;
  margin: 0 0 8px;
  font-size: clamp(1.95rem, 3vw, 2.85rem);
  line-height: 1.02;
  letter-spacing: -.03em;
}
.page-home .hero-meta {
  margin-top: 10px;
}
.page-home .hero-side {
  gap: 10px;
  padding: 10px;
}
.page-home .hero-side .story-card--side {
  grid-template-columns: 108px minmax(0,1fr);
  gap: 10px;
  padding: 8px;
}
.page-home .hero-side .story-card--side .story-card-media {
  aspect-ratio: 4 / 3 !important;
}
.page-home .hero-side .story-card--side h3 {
  font-size: .94rem;
}

/* dernières nouvelles : retour à une esthétique plus propre et légèrement turquoise */
.page-home .latest-section {
  position: relative;
  padding: 18px 16px 20px;
  background: linear-gradient(180deg, #f4fbfd 0%, #ffffff 12%, #ffffff 100%);
}
.page-home .latest-section::before {
  left: 0;
  right: 0;
  top: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--accent) 0 82%, var(--accent-pop-strong) 82% 100%);
}
.page-home .latest-section .section-heading {
  margin-bottom: 12px;
}
.page-home .latest-layout {
  gap: 26px;
}
.page-home .latest-list {
  padding: 8px 0 0;
  border: 0;
  background: transparent;
}
.page-home .story-card--horizontal {
  grid-template-columns: 180px minmax(0,1fr);
  gap: 16px;
  padding: 12px 0;
}
.page-home .story-card--horizontal .story-card-media {
  aspect-ratio: 16 / 10 !important;
}
.page-home .story-card--horizontal h3 {
  margin: 4px 0 0;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  line-height: 1.12;
}
.page-home .picks-box {
  padding: 16px 18px;
  border: 1px solid #d6e6ea;
  background: #fff;
}

/* sections rubriques : plus nettes et sans déchets visuels */
.page-home .topic-section--graphic {
  padding: 18px 16px 20px;
}
.page-home .topic-grid--graphic {
  gap: 18px 22px;
}
.page-home .topic-lead .story-card--feature .story-card-media {
  aspect-ratio: 16 / 10 !important;
  margin-bottom: 10px;
}
.page-home .topic-lead .story-card--feature .story-card-body {
  padding-top: 0;
}
.page-home .topic-lead .story-card--feature h3 {
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  line-height: 1.08;
}
.page-home .topic-side-list .story-card--compact .story-card-media {
  aspect-ratio: 16 / 10 !important;
}
.page-home .topic-side-list .story-card--compact h3 {
  font-size: .98rem;
  line-height: 1.16;
}
.page-home .topic-highlight-box {
  padding: 16px 18px;
}
.page-home .topic-highlight-box h3 {
  max-width: 100%;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  line-height: 1.14;
}

/* photos et blocs complémentaires plus équilibrés */
.page-home .section-talking,
.page-home .startracks-section,
.page-home .newsletter-section {
  padding-left: 16px;
  padding-right: 16px;
}
.page-home .readers-grid--talking {
  gap: 18px;
}
.page-home .readers-grid--talking .reader-card--talking h3 {
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.14;
}
.page-home .startracks-box {
  padding: 20px 18px;
}
.page-home .startracks-layout {
  gap: 18px;
}
.page-home .startracks-copy {
  padding-top: 10px;
}
.page-home .startracks-copy h3 {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}

/* images harmonisées sur les listes latérales */
.page-home .home-hot .hot-top-media,
.page-home .home-hot .hot-top-media img {
  aspect-ratio: 16 / 10;
}
.page-home .home-hot .hot-item--top {
  padding: 10px;
}

/* mobile */
@media (max-width: 720px) {
  .page-home .hero,
  .page-home .latest-section,
  .page-home .topic-section--graphic,
  .page-home .section-talking,
  .page-home .newsletter-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-home .hero-main {
    padding: 10px;
  }
  .page-home .hero-copy h1 {
    font-size: 1.72rem;
  }
  .page-home .story-card--horizontal {
    grid-template-columns: 118px minmax(0,1fr);
    gap: 12px;
  }
  .page-home .topic-lead .story-card--feature h3 {
    font-size: 1.7rem;
  }
  .page-home .startracks-box {
    padding: 16px 14px;
  }
}

/* =========================================================
   LBV Groove v15 — footer allégé, accueil compact, images mieux tenues
   ========================================================= */

/* accueil plus compact */
.page-home .home-main > .section,
.page-home .home-main > .startracks-section,
.page-home .home-main > .latest-section,
.page-home .home-main > .topic-section,
.page-home .home-main > .newsletter-section {
  margin-top: 14px;
}
.page-home .hero {
  padding: 14px 14px 12px;
  gap: 14px;
}
.page-home .hero-main { padding: 10px; }
.page-home .hero-media {
  margin-bottom: 10px;
  aspect-ratio: 16 / 9 !important;
}
.page-home .hero-copy h1 {
  margin-bottom: 6px;
  font-size: clamp(1.78rem, 2.7vw, 2.55rem);
  line-height: 1.02;
}
.page-home .hero-meta {
  margin-top: 8px;
  padding: 5px 9px;
}
.page-home .hero-side {
  gap: 8px;
  padding: 8px;
}
.page-home .hero-side .story-card--side {
  padding: 6px;
  grid-template-columns: 102px minmax(0,1fr);
}
.page-home .hero-side .story-card--side h3 {
  font-size: .92rem;
  line-height: 1.13;
}
.page-home .hero-side .meta { font-size: .68rem; }

/* images : meilleur maintien graphique et recadrage visuel */
.page-home .hero-media,
.page-home .story-card-media,
.page-home .reader-card-media,
.page-home .photo-card-media,
.page-home .startracks-main-media,
.page-home .startracks-thumb,
.page-home .hot-top-media,
.page-home .aside-reco-media,
.page-home .article-hero {
  position: relative;
  overflow: hidden;
  padding: 4px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbfc 60%, #eef7f9 100%);
  box-shadow: inset 0 0 0 1px rgba(56,156,177,.16);
}
.page-home .hero-media::after,
.page-home .story-card-media::after,
.page-home .reader-card-media::after,
.page-home .photo-card-media::after,
.page-home .startracks-main-media::after,
.page-home .hot-top-media::after {
  content: "";
  position: absolute;
  inset: 4px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}
.page-home .hero-media img,
.page-home .story-card-media img,
.page-home .reader-card-media img,
.page-home .photo-card-media img,
.page-home .startracks-main-media img,
.page-home .startracks-thumb img,
.page-home .hot-top-media img,
.page-home .aside-reco-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  background: #edf4f6;
}
.page-home .story-card--horizontal .story-card-media,
.page-home .topic-lead .story-card--feature .story-card-media,
.page-home .topic-side-list .story-card--compact .story-card-media,
.page-home .reader-card-media,
.page-home .photo-card-media,
.page-home .startracks-main-media,
.page-home .hot-top-media {
  background: linear-gradient(180deg, #f7fbfc 0%, #eef7f9 100%);
}
.page-home .hero-media img { object-position: center 16%; }
.page-home .story-card--horizontal .story-card-media img,
.page-home .topic-lead .story-card--feature .story-card-media img,
.page-home .topic-side-list .story-card--compact .story-card-media img,
.page-home .reader-card-media img,
.page-home .photo-card-media img,
.page-home .startracks-main-media img,
.page-home .hot-top-media img { object-position: center 18%; }

/* dernières nouvelles et sections plus denses */
.page-home .latest-section {
  padding: 16px 14px 18px;
}
.page-home .latest-section .section-heading,
.page-home .topic-section--graphic .section-heading,
.page-home .section-talking .section-heading {
  margin-bottom: 10px;
}
.page-home .story-card--horizontal {
  padding: 10px 0;
  gap: 14px;
}
.page-home .story-card--horizontal h3 {
  font-size: clamp(1.08rem, 1.45vw, 1.42rem);
}
.page-home .picks-box {
  padding: 14px 16px;
}
.page-home .topic-section--graphic,
.page-home .section-talking,
.page-home .newsletter-section {
  padding: 16px 14px 18px;
}
.page-home .topic-grid--graphic,
.page-home .readers-grid--talking {
  gap: 16px 18px;
}
.page-home .topic-lead .story-card--feature h3 {
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
}
.page-home .topic-highlight-box {
  padding: 14px 16px;
}
.page-home .startracks-box {
  padding: 18px 16px;
}
.page-home .startracks-copy h3 {
  font-size: clamp(1.38rem, 2vw, 2rem);
}

/* footer simplifié et harmonisé */
.site-footer {
  margin-top: 28px;
  padding-top: 0;
  background: #122f39;
  color: #fff;
}
.footer-accent {
  display: grid;
  grid-template-columns: 4fr 1fr;
  height: 5px;
}
.footer-accent span:first-child { background: var(--accent); }
.footer-accent span:last-child { background: var(--accent-pop-strong); }
.footer-topline {
  position: relative;
  align-items: center;
  gap: 20px;
  padding: 24px 0 18px;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.footer-topline::after { display: none; }
.footer-brand-block,
.footer-manifesto {
  flex: 1 1 0;
}
.brand-footer img {
  max-height: 58px;
}
.footer-signature {
  margin-top: 8px;
  color: #97c8d3;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #ff7aad;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-manifesto p {
  max-width: 34ch;
  margin: 0;
  color: #d2e4e8;
  font-size: 1rem;
  line-height: 1.45;
}
.footer-grid {
  padding: 18px 0 24px;
  gap: 28px;
}
.site-footer h2 {
  margin: 0 0 10px;
  color: #91c7d2;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-footer ul {
  display: grid;
  gap: 4px;
}
.site-footer li {
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.site-footer li a {
  color: #fff;
  font-size: .92rem;
}
.site-footer li a:hover,
.footer-nav-grid li a:hover {
  color: #ff9bc2;
}
.footer-nav-grid {
  gap: 0 18px;
}
.footer-nav-grid li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.footer-bottom {
  padding: 14px 0 18px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: #a9c2c9;
  font-size: .72rem;
}

@media (max-width: 980px) {
  .footer-topline {
    display: block;
  }
  .footer-manifesto {
    margin-top: 14px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }
  .footer-column--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .page-home .hero,
  .page-home .latest-section,
  .page-home .topic-section--graphic,
  .page-home .section-talking,
  .page-home .newsletter-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-home .hero-copy h1 {
    font-size: 1.62rem;
  }
  .page-home .hero-side .story-card--side {
    grid-template-columns: 96px minmax(0,1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-column--wide {
    grid-column: auto;
  }
}

/* =========================================================
   V15 + footer corrigé / rubrique Vidéos ajoutée au sommaire
   ========================================================= */
.site-footer--v15plus {
  margin-top: 30px;
  padding-top: 0;
  background: #122f39;
  color: #fff;
}
.site-footer--v15plus .footer-accent {
  display: grid;
  grid-template-columns: 4fr 1fr;
  height: 5px;
}
.site-footer--v15plus .footer-accent span:first-child { background: var(--accent); }
.site-footer--v15plus .footer-accent span:last-child { background: var(--accent-pop-strong); }
.site-footer--v15plus .footer-topline {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 28px;
  padding: 26px 0 20px;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.site-footer--v15plus .footer-topline::after { display: none; }
.site-footer--v15plus .brand-footer img { max-height: 58px; }
.site-footer--v15plus .footer-signature {
  display: block;
  margin-top: 8px;
  color: #9bcbd5;
  font-size: .7rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.site-footer--v15plus .footer-kicker {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px 3px;
  background: var(--accent-pop-strong);
  color: #fff;
  box-shadow: none;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.site-footer--v15plus .footer-manifesto p {
  max-width: 42ch;
  margin: 0;
  color: #d8e8eb;
  font-size: 1.02rem;
  line-height: 1.45;
}
.site-footer--v15plus .footer-quickbar {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
}
.site-footer--v15plus .footer-quickbar > div {
  min-width: 0;
}
.site-footer--v15plus .footer-quickbar-label {
  display: block;
  margin-bottom: 2px;
  color: #8fcad6;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.site-footer--v15plus .footer-quickbar strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
}
.site-footer--v15plus .footer-quickbar > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-left: 1px solid rgba(255,255,255,.10);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.site-footer--v15plus .footer-quickbar > a span { color: var(--accent-pop-strong); }
.site-footer--v15plus .footer-quickbar > a:hover { color: #ff9bc2; }
.site-footer--v15plus .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .72fr .72fr;
  gap: 30px;
  padding: 22px 0 26px;
}
.site-footer--v15plus h2 {
  margin: 0 0 10px;
  color: #8cc8d4;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-footer--v15plus .footer-column--pink h2 { color: #ff7eaf !important; }
.site-footer--v15plus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer--v15plus li {
  margin: 0;
  padding: 7px 0;
  border-top: 1px solid rgba(255,255,255,.075);
}
.site-footer--v15plus li:first-child { border-top: 0; }
.site-footer--v15plus li a {
  color: #f6fbfc;
  font-size: .9rem;
}
.site-footer--v15plus li a:hover { color: #ff9bc2; padding-left: 0; }
.site-footer--v15plus .footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 18px;
}
.site-footer--v15plus .footer-nav-grid li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.site-footer--v15plus .footer-nav-grid li a b { color: var(--accent-pop-strong); }
.site-footer--v15plus .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: #9fb9c0;
  font-size: .71rem;
}
.site-footer--v15plus .footer-bottom p { margin: 0; }
.site-footer--v15plus .footer-bottom strong { color: #fff; }

@media (max-width: 900px) {
  .site-footer--v15plus .footer-topline {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .site-footer--v15plus .footer-quickbar {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer--v15plus .footer-quickbar > div { grid-column: 1 / -1; }
  .site-footer--v15plus .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }
  .site-footer--v15plus .footer-column--wide { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .site-footer--v15plus .footer-quickbar,
  .site-footer--v15plus .footer-grid {
    grid-template-columns: 1fr;
  }
  .site-footer--v15plus .footer-quickbar > div,
  .site-footer--v15plus .footer-column--wide {
    grid-column: auto;
  }
  .site-footer--v15plus .footer-quickbar > a {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.10);
    padding-left: 0;
  }
  .site-footer--v15plus .footer-nav-grid { grid-template-columns: 1fr; }
  .site-footer--v15plus .footer-bottom { display: block; }
  .site-footer--v15plus .footer-bottom p + p { margin-top: 5px; }
}
