/* ── NAV spécifique home/issue — pill, drawer, centre ──── */
/* Tout le reste de la nav est dans base.css               */

/* ══════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 60fr 40fr;
  grid-template-rows: 1fr;
  align-items: end;
  background: var(--creme);
}

.hero-left {
  padding: clamp(100px, 14vh, 160px) var(--px) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  gap: 0;
}

.hero-top {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
}

.hero-issue {
  font-family: var(--f-mono);
  font-size: 10px; /* relevé de 9px → 10px */
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vert-encre);
  opacity: 0.40; /* relevé de 0.30 → 0.40 */
  margin-bottom: 12px;
}

.hero-issue-row .hero-issue {
  margin-bottom: 0;
  opacity: 1;
}

.hero-title {
  font-family: var(--f-title);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(72px, 9vw, 118px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: var(--vert-encre);
  margin-bottom: 18px;
  white-space: nowrap;
}

/* "First" : poids 900 pour le distinguer du reste en 700 */
.hero-title .accent {
  color: var(--terra);
  font-weight: 900;
}

/* Tagline : italic pour suivre le registre du titre */
.hero-tagline {
  font-family: var(--f-title);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--vert-encre);
  text-align: left;
}

.hero-issue-row {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.45;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}



.hero-edito-text {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 10px;
}

.hero-edito-text p {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.9;
  color: var(--vert-encre);
  opacity: 0.78; /* relevé de 0.65 → 0.78 */
  max-width: 700px;
}

.hero-right {
  padding: 0 clamp(24px, 3vw, 48px) clamp(40px, 5vh, 64px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: end;
  margin-top: 0;
  height: auto;
}

.toc-rule {
  width: 100%;
  height: 0.5px;
  background: rgba(30,38,32,0.15);
  margin-bottom: 20px; /* relevé de 8px → 20px */
}

.toc-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  padding-right: clamp(28px, 3vw, 50px);
  opacity: 0.55; /* discret au repos */
  transition: opacity 0.25s, transform 0.25s cubic-bezier(0.16,1,0.3,1);
}

a.toc-item { display: grid; }

.toc-item:hover {
  opacity: 1; /* plein au hover */
  transform: translateX(3px); /* micro-glissement */
}

.toc-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* toc-rubrique : on passe en f-title pour lui donner du caractère */
.toc-rubrique {
  font-family: var(--f-title);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(14px, 1.3vw, 17px);
  color: var(--vert-encre);
  line-height: 1.2;
}

/* toc-sub : Cormorant italic pour la chaleur éditoriale */
.toc-sub {
  font-family: var(--f-body);
  font-style: italic;
  font-size: 15px;
  color: var(--vert-encre);
  opacity: 0.45;
  display: block;
  margin-top: 1px;
}

/* toc-num reste en f-mono pour le positionnement utilitaire */
.toc-num {
  font-family: var(--f-mono);
  font-weight: 400;
  font-size: clamp(10px, 0.9vw, 12px);
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}

.toc-item:nth-child(2) .toc-num { color: var(--vert-encre); }
.toc-item:nth-child(3) .toc-num { color: var(--terra); }
.toc-item:nth-child(4) .toc-num { color: var(--or); }
.toc-item:nth-child(5) .toc-num { color: var(--bordeaux); }
.toc-item:nth-child(6) .toc-num { color: var(--bordeaux-prof); }
.toc-item:nth-child(7) .toc-num { color: var(--terra); }


/* ══════════════════════════════════════════════════════════
   PATTERN COMMUN
══════════════════════════════════════════════════════════ */
.section {
  padding: clamp(80px, 10vh, 130px) var(--px) clamp(80px, 10vh, 130px);
  overflow: hidden;
}
.section-top { padding-top: clamp(48px, 6vh, 80px); }

.section-inner {
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
  gap: 0 clamp(24px, 3vw, 48px);
}

.section-inner > * { grid-column: 2; }
.section-aside { grid-column: 3; }


/* ══════════════════════════════════════════════════════════
   01 EDITOR'S NOTE
══════════════════════════════════════════════════════════ */
.edito-dark {
  background: var(--vert-encre);
  padding: 20px var(--px) clamp(24px, 3vh, 40px);
  display: grid;
  grid-template-columns: 2fr 1fr;;
  gap: clamp(40px, 6vw, 96px);
  align-items: end;
}
.edito-dark-text p {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
  color: var(--creme);
  max-width: 760px;
}
.edito-dark-text p + p { margin-top: 1.4em; }
.edito-title {
  font-family: var(--f-title);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(52px, 7vw, 100px);
  line-height: 0.92;
  color: var(--creme);
  letter-spacing: -0.02em;
  /* suppression du white-space: nowrap — laisse le clamp gérer */
  text-align: left;
}
.issue-name {
  font-weight: 700;
}

/* ══════════════════════════════════════════════════════════
   02 ESSAY
══════════════════════════════════════════════════════════ */
.essay { background: var(--creme); }

.essay-title-row,
.deepcut-header-row {
  margin-bottom: 16px; /* relevé de 8px → 16px */
}

.badge,
.deepcut-badge {
  display: inline-block;  
  align-items: center;
  gap: 7px;
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-top: 0.5px solid currentColor;
  border-bottom: 0.5px solid currentColor;
  border-right: 0.5px solid currentColor;
  border-left: 2.5px solid currentColor;
  border-radius: 0;
  background: none;
  white-space: nowrap;
  align-self: flex-start;
  position: static;
  margin-top: 0;
  width: fit-content;
  margin-top: clamp(20px, 1.5vh, 30px);
  margin-bottom: clamp(20px, 1.5vh, 30px);
  text-decoration: none;
  transition: opacity 0.2s;
}
.badge:hover,
.deepcut-badge:hover { opacity: 0.70; }
.essay-title {
  font-family: var(--f-title);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(40px, 6vw, 86px);
  line-height: 0.95;
  color: var(--terra);
  letter-spacing: -0.02em;
}

.badge--moved {
  color: var(--cat-moved);
  border-top-color: color-mix(in srgb, var(--cat-moved) 35%, transparent);
  border-bottom-color: color-mix(in srgb, var(--cat-moved) 35%, transparent);
  border-right-color: color-mix(in srgb, var(--cat-moved) 35%, transparent);
  border-left-color: color-mix(in srgb, var(--cat-moved) 65%, transparent);
}

.badge--brain {
  color: var(--cat-brain);
  border-top-color: color-mix(in srgb, var(--cat-brain) 35%, transparent);
  border-bottom-color: color-mix(in srgb, var(--cat-brain) 35%, transparent);
  border-right-color: color-mix(in srgb, var(--cat-brain) 35%, transparent);
  border-left-color: color-mix(in srgb, var(--cat-brain) 65%, transparent);
}

.badge--never {
  color: var(--cat-never);
  border-top-color: color-mix(in srgb, var(--cat-never) 35%, transparent);
  border-bottom-color: color-mix(in srgb, var(--cat-never) 35%, transparent);
  border-right-color: color-mix(in srgb, var(--cat-never) 35%, transparent);
  border-left-color: color-mix(in srgb, var(--cat-never) 65%, transparent);
}

.badge--pit {
  color: var(--cat-pit);
  border-top-color: color-mix(in srgb, var(--cat-pit) 35%, transparent);
  border-bottom-color: color-mix(in srgb, var(--cat-pit) 35%, transparent);
  border-right-color: color-mix(in srgb, var(--cat-pit) 35%, transparent);
  border-left-color: color-mix(in srgb, var(--cat-pit) 65%, transparent);
}

.badge--self {
  color: var(--cat-self);
  border-top-color: color-mix(in srgb, var(--cat-self) 35%, transparent);
  border-bottom-color: color-mix(in srgb, var(--cat-self) 35%, transparent);
  border-right-color: color-mix(in srgb, var(--cat-self) 35%, transparent);
  border-left-color: color-mix(in srgb, var(--cat-self) 65%, transparent);
}

.badge--record {
  color: var(--cat-record);
  border-top-color: color-mix(in srgb, var(--cat-record) 35%, transparent);
  border-bottom-color: color-mix(in srgb, var(--cat-record) 35%, transparent);
  border-right-color: color-mix(in srgb, var(--cat-record) 35%, transparent);
  border-left-color: color-mix(in srgb, var(--cat-record) 65%, transparent);
}

.badge--angle {
  color: var(--cat-angle);
  border-top-color: color-mix(in srgb, var(--cat-angle) 35%, transparent);
  border-bottom-color: color-mix(in srgb, var(--cat-angle) 35%, transparent);
  border-right-color: color-mix(in srgb, var(--cat-angle) 35%, transparent);
  border-left-color: color-mix(in srgb, var(--cat-angle) 65%, transparent);
}
.essay-sub {
  font-family: var(--f-title);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(16px, 1.7vw, 21px);
  color: var(--vert-encre);
  opacity: 0.65;
  margin-bottom: clamp(24px, 3vh, 40px);
}

.essay-readtime {
  display: block;
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  opacity: 0.55;
  margin-top: 12px;
  margin-bottom: clamp(20px, 1.5vh, 30px);
}

.essay-question {
  font-family: var(--f-body);
  font-style: italic;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--vert-encre);
  opacity: 0.70;
  margin-bottom: clamp(32px, 4vh, 56px);
  max-width: 100%;
}
.essay-body {
  font-family: var(--f-body);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.75;
  color: var(--ink);
  max-width: 100%;
}
.essay-body p:last-child { margin-bottom: 0; }
.essay-body p + p { margin-top: 1.3em; }

.essay-ps {
  font-family: var(--f-body);
  font-size: clamp(10px, 1vw, 15px);
  line-height: 1.75;
  color: var(--ink);
  max-width: 100%;
}

/* PULLQUOTE — italic assumé, texte aligné gauche avec indentation */
.essay-pullquote {
  font-family: var(--f-title);
  font-weight: 700;
  font-style: italic; /* était normal, maintenant italic */
  line-height: 1.25;
  letter-spacing: -0.01em;
  max-width: 100%;
}

.essay-pullquote--promise {
  font-size: clamp(20px, 2.4vw, 30px);
  border-top: 0.5px solid rgba(196,97,74,0.35);
  border-bottom: 0.5px solid rgba(196,97,74,0.35);
  text-align: center;
  color: var(--terra);
  padding: clamp(24px, 3vh, 36px) 0;
  margin: clamp(48px, 6vh, 80px) auto;

}

.essay-body--witness {
  font-family: var(--f-title);
  font-style: italic;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.7;
  color: var(--ink);
  opacity: 0.80;
  margin: clamp(40px, 5vh, 64px) 0;
}

/* ══════════════════════════════════════════════════════════
   03 DEEP CUT
══════════════════════════════════════════════════════════ */
.deepcut { background: var(--creme); }
.deepcut .s-num { color: var(--or); }

.deepcut-header-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: clamp(32px, 4vh, 56px);
  grid-column: 2;
}
.deepcut-title {
  font-family: var(--f-title);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(36px, 5.5vw, 76px);
  line-height: 0.95;
  color: var(--or);
  letter-spacing: -0.02em;
}
.deepcut-layout {
  grid-column: 2;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
  padding: 0;
}
.deepcut-body {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.9;
  color: var(--ink);
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  max-width: 100%;
}
.deepcut-body p + p { margin-top: 1.6em; }

/* MEAM BOX — accent en haut (était en bas) */
.meam-box {
  border-left: 1px solid rgba(201,150,58,0.55);
  border-top: 2px solid rgba(201,150,58,0.55); /* accent déplacé en haut */
  border-right: 1px solid rgba(201,150,58,0.55);
  border-bottom: 1px solid rgba(201,150,58,0.55);
  padding: clamp(18px, 2vw, 28px);
  background: rgba(201,150,58,0.06);
  margin-top: clamp(48px, 6vh, 80px);
  margin-right: calc(-1 * var(--px));
  align-self: end;
}
.meam-box .meam-title {
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--or);
  margin-bottom: 12px;
}
.meam-box p {
  font-family: var(--f-mono);
  font-size: 12px;
  line-height: 1.75;
  color: var(--vert-encre);
}
.meam-box p + p { margin-top: 0.8em; }


/* ══════════════════════════════════════════════════════════
   04 — 1977
══════════════════════════════════════════════════════════ */
.s1977 {
  background: var(--creme);
  overflow: visible;
  padding-bottom: clamp(160px, 22vh, 260px);
}
.s1977 .s-num { color: var(--bordeaux); }

.s1977-layout {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: clamp(8px, 1.5vw, 24px);
  align-items: start;
}
.s1977-year {
  font-family: var(--f-title);
  font-variant-numeric: oldstyle-nums;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(64px, 8vw, 108px);
  line-height: 1;
  color: var(--bordeaux);
  letter-spacing: -0.03em;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.s1977-year span { display: block; line-height: 0.9; }

.s1977-body {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.9;
  color: var(--ink);
  padding-top: clamp(32px, 4vh, 56px);
}
.s1977-body p + p { margin-top: 1.3em; }
.s1977-credit {
  font-family: var(--f-body);
  font-style: italic;
  font-size: clamp(13px, 1.1vw, 15px);
  color: var(--vert-encre);
  opacity: 0.45;
  text-align: right;
  margin-top: clamp(40px, 5vh, 64px);
  margin-bottom: clamp(24px, 3vh, 40px); /* remplace la valeur fixe 50px */
}


/* ══════════════════════════════════════════════════════════
   05 THE QUESTION
══════════════════════════════════════════════════════════ */
.question-wrap {
  background: var(--bordeaux-prof);
  position: relative;
  padding-top: 0;
}

.question-top {
  padding: 0 var(--px);
  margin-top: calc(-1 * clamp(60px, 8vw, 110px));
  overflow: visible;
  position: relative;
  z-index: 2;
}
.question-top .s-header {
  margin-bottom: 0;
  overflow: visible;
  align-items: baseline;
}
.question-top .s-num {
  color: var(--peche);
  opacity: 1;
  position: relative;
  top: calc(-1 * clamp(20px, 3vw, 40px));
}
.question-top .s-rule-wrap {
  position: relative;
  top: calc(-1 * clamp(20px, 3vw, 40px));
}
.question-top .s-label { color: var(--creme); opacity: 0.65; }
.question-top .s-rule  { background: var(--creme); opacity: 0.22; }

.question-dark {
  padding: clamp(48px, 6vh, 80px) var(--px) clamp(64px, 8vh, 110px);
}

/* Layout B — question à gauche, réponses à droite */
.question-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.question-text {
  font-family: var(--f-title);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 4vw, 58px);
  line-height: 1.1;
  color: var(--peche);
  letter-spacing: -0.01em;
  position: sticky;
  top: 120px;
}
.question-text strong {
  font-weight: 700;
  font-style: italic;
}

.question-responses {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: clamp(4px, 0.5vh, 8px);
}

.question-answer {
  font-family: var(--f-body);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.8;
  font-style: italic;
  color: var(--creme);
  opacity: 0.88;
}

.question-source {
  display: block;
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--peche);
  opacity: 0.45;
  margin-top: 10px;
}

.question-rule {
  width: 100%;
  height: 1px;
  background: var(--peche);
  opacity: 0.12;
  margin: clamp(24px, 3vh, 36px) 0;
}

.question-cta {
  font-family: var(--f-body);
  font-style: italic;
  font-size: clamp(16px, 1.2vw, 20px);
  color: var(--peche);
  opacity: 0.65;
  margin-top: clamp(32px, 4vh, 48px);
  line-height: 1.6;
}
.question-cta a {
  color: var(--peche);
  opacity: 0.90;
  display: inline-block;
  margin-top: 8px;
  position: relative;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}

.question-cta a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 0.5px;
  background: var(--peche);
  transition: width 0.35s ease-out;
}

.question-cta a:hover { opacity: 1; }
.question-cta a:hover::after { width: 100%; }

/* Mobile — empilement */
@media (max-width: 860px) {
  .question-layout {
    grid-template-columns: 1fr;
    gap: clamp(32px, 5vh, 48px);
  }
  .question-text {
    position: static;
    font-size: clamp(26px, 7.5vw, 40px);
  }
}

/* ══════════════════════════════════════════════════════════
   06 PLAYLIST
══════════════════════════════════════════════════════════ */
.playlist { background: var(--creme); }

/* titre gauche-aligné comme le reste des sections */
.playlist-title {
  font-family: var(--f-title);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(40px, 6vw, 84px);
  color: var(--terra);
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-align: left; /* était center */
  margin-bottom: 8px;
}
.playlist-sub {
  font-family: var(--f-title);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(15px, 1.5vw, 19px);
  color: var(--vert-encre);
  opacity: 0.55;
  text-align: left; /* était center */
  margin-bottom: clamp(48px, 6vh, 80px);
}
.tracks {
  max-width: 100%;
  margin: 0;
}
.track {
  padding: clamp(24px, 3vh, 36px) 0;
  border-radius: 2px;
  transition: opacity 0.3s cubic-bezier(0.16,1,0.3,1);
}
.tracks:hover .track {
  opacity: 0.32;
}
.tracks:hover .track:hover {
  opacity: 1;
}
.track:hover .track-num {
  opacity: 1;
}
.track-line1 {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 3px;
}
.track-num {
  font-family: var(--f-title);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(12px, 1.1vw, 14px);
  color: var(--terra);
  font-variant-numeric: oldstyle-nums;
  min-width: 24px;
}
.track-name {
  font-family: var(--f-mono);
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 500;
  letter-spacing: 0.10em;
  color: var(--vert-encre);
  transition: font-size 0.3s cubic-bezier(0.16,1,0.3,1),
              letter-spacing 0.3s cubic-bezier(0.16,1,0.3,1);
  display: inline-block;
}
.track:hover .track-name {
  font-weight: 700;
  font-size: clamp(14px, 1.3vw, 16px);
  letter-spacing: -0.01em;
}
.track-sep {
  font-family: var(--f-mono);
  font-size: clamp(12px, 1.1vw, 14px); /* aligné sur les voisins */
  opacity: 0.35; /* plus discret */
}
/* ARTISTE — option B : opacity 0.50 pour hiérarchiser sans changer de famille */
.track-artist {
  font-family: var(--f-mono);
  font-size: clamp(12px, 1.1vw, 14px);
  letter-spacing: 0.08em; /* léger reduction du tracking */
  color: var(--vert-encre);
  opacity: 0.50;
}
.track-desc {
  font-family: var(--f-body);
  font-size: clamp(16px, 1.3vw, 19px);
  font-style: normal;
  color: var(--vert-encre);
  opacity: 0.55;
  padding-left: 38px; /* 24px num + 14px gap */
}
.track-rule {
  width: 100%;
  height: 1px;
  background: var(--vert-encre);
  opacity: 0.15;
  margin-top: clamp(14px, 1.8vh, 20px);
}
.track:last-child .track-rule { display: none; }

/* Bouton Spotify playlist */
.playlist-spotify {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: clamp(40px, 5vh, 60px);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vert-encre);
  opacity: 0.55;
  text-decoration: none;
  transition: opacity 0.25s;
}
.playlist-spotify:hover { opacity: 0.70; }
.playlist-spotify span {
  position: relative;
  padding-bottom: 2px;
}
.playlist-spotify span::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 0.5px;
  background: var(--vert-encre);
  transition: width 0.35s cubic-bezier(0.16,1,0.3,1);
}
.playlist-spotify:hover span::after { width: 100%; }
.playlist-spotify svg {
  width: 12px; height: 12px;
  fill: currentColor;
  flex-shrink: 0;
  opacity: 0.6;
}


/* ══════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════ */

.footer-next-title {
  font-family: var(--f-title);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  opacity: 0.38;
  letter-spacing: 0.01em;
  margin: 0;
}

.footer-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 280px;
}

.footer-subscribe-row {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 0.5px solid rgba(30,38,32,0.18);
}

.footer-subscribe-input {
  background: none;
  border: none;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ink);
  padding: 7px 0;
  width: 100%;
  outline: none;
}
.footer-subscribe-input:focus-visible {
  outline: none;
  border-bottom: 1.5px solid var(--terra);
}

.footer-subscribe-input::placeholder {
  color: var(--ink);
  opacity: 0.35;
}

.footer-subscribe-btn {
  background: none;
  border: none;
  font-size: 15px;
  color: var(--ink);
  opacity: 0.40;
  cursor: pointer;
  padding: 6px 10px;
  min-height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.footer-subscribe-btn:hover {
  opacity: 0.85;
}

.footer-subscribe-label {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.28;
}
.footer-subscribe-btn.footer-subscribe-label {
  cursor: pointer;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: var(--f-mono);
  font-size: 9px;
  color: var(--ink);
  opacity: 0.45;
  transition: opacity 0.2s;
  margin-top: 8px;
  position: relative;
  padding-bottom: 2px;
}
.footer-subscribe-btn.footer-subscribe-label::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 0.5px;
  background: var(--ink);
  transition: width 0.35s ease-out;
}
.footer-subscribe-btn.footer-subscribe-label:hover {
  opacity: 1;
}
.footer-subscribe-btn.footer-subscribe-label:hover::after {
  width: 100%;
}


.footer-next {
  margin-top: clamp(24px, 3vh, 40px);
  gap: 14px;
  padding: clamp(80px, 12vh, 140px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer {
  background: var(--creme);
  padding: clamp(48px, 6vh, 80px) var(--px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

.footer-logo-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1.5vh, 18px);
  margin-bottom: clamp(50px, 5vh, 72px);
}

.footer-icon {
  height: clamp(80px, 9vw, 120px);
  width: auto;
}

.footer-wordmark {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
}

.footer-notes {
  display: block;
  font-family: var(--f-body);
  font-style: italic;
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--vert-encre);
  line-height: 1;
}

.footer-listening {
  display: block;
  font-family: var(--f-body);
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 400;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--vert-encre);
  line-height: 1;
}

.footer-tagline {
  font-family: var(--f-title);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--vert-encre);
  opacity: 0.55;
  margin-bottom: 0;
}


.footer-next-rule {
  width: 80px;
  height: 0.5px;
  background: var(--ink);
  opacity: 0.10;
}

.footer-next-label {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--ink);
  opacity: 0.28;
}

.footer-meta {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--vert-encre);
  opacity: 0.45;
  margin-top: clamp(16px, 2vh, 24px);
}

.footer-legal {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vert-encre);
  opacity: 0.28;
  margin-top: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-legal a:hover { opacity: 0.7; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — tablet 860px
══════════════════════════════════════════════════════════ */
@media (max-width: 860px) {

  /* ── Nav ── */
  .nav { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none !important; }
  .nav-menu-btn { display: block !important; }

  /* ── Hero mobile : titre → TOC → édito crème ── */
  .hero {
    display: flex;
    flex-direction: column;
    min-height: unset;
    align-items: stretch;
  }
  .hero-title { white-space: normal; }

  /* hero-left : contents pour que ses enfants participent au flex parent */
  .hero-left { display: contents; }

  /* 1. Titre + tagline — via hero-top */
  .hero-top {
    order: 1;
    padding: clamp(72px, 11vh, 100px) var(--px) clamp(20px, 3vh, 32px);
  }

  /* 2. TOC */
  .hero-right {
    order: 2;
    width: 100%;
    margin-top: 0;
    height: auto;
    border-top: 1px solid rgba(30,38,32,0.12);
    border-bottom: 1px solid rgba(30,38,32,0.12);
    padding: clamp(24px, 3vh, 36px) var(--px);
    box-sizing: border-box;
  }
  .toc-item { width: 100%; }

  /* 3. Édito crème */
  .hero-edito-text {
    order: 3;
    padding: clamp(24px, 3vh, 36px) var(--px) clamp(32px, 5vh, 48px);
  }

  /* ── Edito dark ── */
  .edito-dark {
    display: block;
    grid-template-columns: unset;
  }
  .edito-title {
    text-align: left;
    margin-top: clamp(32px, 5vh, 56px);
  }

  /* ── Section header — numéros réduits ── */
  .s-num {
    font-size: clamp(36px, 8vw, 56px);
    margin-left: 0;
  }

  /* ── Section inner — bloc simple ── */
  .section-inner { display: block; }

  /* ── Essay ── */
  .essay-body { max-width: 100%; }
  .essay-pullquote { max-width: 100%; }

  /* ── Deep Cut ── */
  .deepcut-layout { display: block; }
  .meam-box {
    display: block;
    margin-top: clamp(40px, 5vh, 64px);
    margin-right: 0;
  }

  /* ── Badge — taille réduite sur mobile ── */
  .badge, .deepcut-badge {
    font-size: 8px;
    padding: 4px 9px;
    width: fit-content;
  }

  /* ── Playlist spotify — pleine largeur ── */
  .playlist-spotify {
    width: 100%;
    justify-content: center;
  }

  /* ── 1977 ── */
  .s1977-layout { grid-template-columns: 56px 1fr; }
  .s1977-year {
    font-size: clamp(40px, 9vw, 64px);
    line-height: 1.35;
  }
  .s1977 { padding-bottom: clamp(120px, 18vh, 200px); }

  /* ── Question ── */
  .question-top {
    margin-top: 0;
    padding-top: clamp(48px, 6vh, 72px);
  }

  /* ── Back to top ── */
  .back-top { bottom: 16px; right: 16px; }

  /* ── Footer ── */
  .footer {
    padding: clamp(80px, 12vh, 130px) var(--px);
    gap: 20px;
  }
  .footer-icon { height: clamp(52px, 8vw, 68px); }
  .footer-tagline { font-size: clamp(18px, 4vw, 24px); }
  .footer-meta { font-size: 11px; margin-top: 16px; }
}



@media (max-width: 600px) {

  /* ── Hero ── */
  .hero-title {
    font-size: clamp(56px, 14vw, 80px);
  }
  .hero-tagline {
    font-size: clamp(16px, 4vw, 20px);
  }
  .hero-edito-text p {
    font-size: clamp(15px, 4vw, 17px);
  }

  /* ── Section padding ── */
  .section {
    padding: clamp(56px, 8vh, 80px) var(--px);
  }

  /* ── Section inner — maintenir block ── */
  .section-inner { display: block; }

  /* ── Essay ── */
  .essay-title {
    font-size: clamp(36px, 10vw, 52px);
  }
  .essay-body {
    font-size: clamp(16px, 4.2vw, 18px);
  }
  .essay-pullquote {
    font-size: clamp(18px, 5vw, 24px);
  }

  /* ── Deep Cut ── */
  .deepcut-title {
    font-size: clamp(28px, 8vw, 44px);
  }
  .deepcut-body {
    font-size: clamp(16px, 4.2vw, 18px);
  }
  .deepcut-layout { display: block; }
  .meam-box {
    display: block;
    margin-right: 0;
  }

  /* ── 1977 ── */
  .s1977-layout { grid-template-columns: 44px 1fr; gap: 12px; }
  .s1977-year { font-size: clamp(32px, 9vw, 48px); }
  .s1977-body { font-size: clamp(15px, 4vw, 17px); }

  /* ── Question ── */
  .question-text {
    font-size: clamp(26px, 7.5vw, 40px);
  }
  .question-answer {
    font-size: clamp(15px, 4vw, 17px);
  }

  /* ── Playlist ── */
  .playlist-title {
    font-size: clamp(32px, 9vw, 48px);
  }
  .track-name,
  .track-artist,
  .track-sep,
  .track-num {
    font-size: clamp(11px, 3vw, 13px);
  }
  .track-desc {
    font-size: clamp(14px, 3.8vw, 16px);
    padding-left: 28px;
  }

  /* ── Edito dark ── */
  .edito-dark-text p {
    font-size: clamp(15px, 4vw, 17px);
    max-width: 100%;  
  }
  .edito-title {
    font-size: clamp(40px, 11vw, 60px);
  }

  /* ── Nav panel ── */
  .nav-panel-item {
    font-size: clamp(28px, 8vw, 40px);
  }
}


[id] { scroll-margin-top: 120px; }

/* ══════════════════════════════════════════════════════════
   NAV — PILL SECTION ACTIVE
   Desktop only. Apparaît dès qu'on entre dans une rubrique.
   Remplace le label "Issue 00 · The First Time" centré.
══════════════════════════════════════════════════════════ */

/* Conteneur centré dans la nav — colonne 2 du grid nav */
.nav-centre {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* pour le drawer en absolute */
}

/* Label fixe — affiché avant tout scroll dans une rubrique */
.nav-issue-label {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vert-encre);
  opacity: 0.32;
  white-space: nowrap;
  transition: opacity 0.3s;
}

/* Pill — même design que .badge */
.nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-top: 0.5px solid currentColor;
  border-bottom: 0.5px solid currentColor;
  border-right: 0.5px solid currentColor;
  border-left: 2.5px solid currentColor;
  border-radius: 0;
  background: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  /* masquée par défaut */
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.nav-pill::after {
  display: none;
}
.nav-pill.is-active {
  opacity: 1;
  pointer-events: auto;
}
.nav-pill:hover { background: rgba(0,0,0,0.04); }

/* Dot et arrow — supprimés du design */
.nav-pill-dot  { display: none; }
.nav-pill-arrow { display: none; }

/* Drawer — dropdown centré sous la pill */
.nav-drawer {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--creme);
  border: 0.5px solid rgba(30,38,32,0.12);
  padding: 10px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 180px;
  z-index: 200;
  /* Entrée */
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity 0.22s cubic-bezier(0.16,1,0.3,1),
              transform 0.22s cubic-bezier(0.16,1,0.3,1);
}
.nav-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-drawer-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vert-encre);
  opacity: 0.28;
  transition: opacity 0.15s;
  text-decoration: none;
  cursor: pointer;
}
.nav-drawer-item:hover { opacity: 0.75; }
.nav-drawer-item.is-current { opacity: 1; }

.nav-drawer-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Couleurs pill par rubrique — même logique que les badges */
.nav-pill[data-section="essay"],
.nav-pill[data-section="playlist"] {
  color: var(--terra);
  border-color: rgba(196,97,74,0.35);
  border-left-color: rgba(196,97,74,0.65);
}
.nav-pill[data-section="essay"]:hover,
.nav-pill[data-section="playlist"]:hover  { background: rgba(196,97,74,0.06); }

.nav-pill[data-section="deepcut"] {
  color: var(--or);
  border-color: rgba(201,150,58,0.35);
  border-left-color: rgba(201,150,58,0.65);
}
.nav-pill[data-section="deepcut"]:hover { background: rgba(201,150,58,0.06); }

.nav-pill[data-section="s1977"] {
  color: var(--bordeaux);
  border-color: rgba(107,45,58,0.30);
  border-left-color: rgba(107,45,58,0.60);
}
.nav-pill[data-section="s1977"]:hover { background: rgba(107,45,58,0.06); }

.nav-pill[data-section="question"] {
  color: var(--bordeaux-prof);
  border-color: rgba(61,21,32,0.30);
  border-left-color: rgba(61,21,32,0.60);
}
.nav-pill[data-section="question"]:hover { background: rgba(61,21,32,0.06); }

.nav-pill[data-section="edito"] {
  color: var(--vert-encre);
  border-color: rgba(30,48,40,0.28);
  border-left-color: rgba(30,48,40,0.55);
}
.nav-pill[data-section="edito"]:hover { background: rgba(30,48,40,0.06); }

/* Sur mobile : pill masquée, label masqué aussi (menu hamburger suffit) */
@media (max-width: 860px) {
  .nav-centre { display: none; }
}