/* =========================================================================
   NOVA POTENTIEL — page d'accueil
   Transposition fidèle de la maquette Figma « Hole » : mêmes sections, même
   géométrie, mêmes effets de verre. Le contenu et les couleurs changent.
   ========================================================================= */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-sans);
  font-size: var(--t-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; border-radius: 4px; }

.shell {
  width: 100%;
  max-width: calc(var(--grid-max) + var(--grid-gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--grid-gutter);
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip { position: absolute; left: -9999px; background: var(--ink); color: var(--paper); padding: 12px 20px; z-index: 200; border-radius: var(--r-chip); }
.skip:focus { left: 16px; top: 16px; }

/* =========================================================================
   COMPOSANTS REPRIS DE LA MAQUETTE
   ========================================================================= */

/* --- Badge / chip pilule (×11 dans la maquette) --------------------------- */
.badge {
  display: inline-flex; align-items: center; justify-content: center;
  height: 32px; padding: 0 var(--s-4);
  border-radius: var(--r-chip);
  font-size: var(--t-body); font-weight: 700;
  background: var(--ink); color: var(--paper);
  white-space: nowrap;
}
.badge--up { text-transform: uppercase; letter-spacing: .02em; }
.badge--accent { background: var(--brass); color: var(--ink); }
.badge--ghost { background: var(--surface); color: var(--ink); font-weight: 500; }
.badge--glass { background: rgba(255,255,255,.14); color: var(--on-night); border: 1px solid rgba(255,255,255,.28); font-weight: 500; }

/* Sur fond nuit la pastille noire disparaîtrait : elle s'inverse. */
.latest .badge, .letter__body .badge { background: var(--paper); color: var(--ink); }
.latest .badge--ghost, .letter__body .badge--ghost { background: rgba(255,255,255,.12); color: var(--on-night); }

/* --- Chip horaire : icône + valeur (×4) ----------------------------------- */
.tchip {
  display: inline-flex; align-items: center; gap: var(--s-1);
  height: 24px; padding: 0 var(--s-2);
  border-radius: var(--r-chip);
  background: var(--surface); color: var(--ink);
  font-size: var(--t-body); font-weight: 500; white-space: nowrap;
}
.tchip svg { width: 16px; height: 16px; }
.entry__facts .tchip { background: rgba(255,255,255,.12); color: var(--on-night); }

/* --- Bouton pilule (×9) : chausson 6px + pastille ronde 44px -------------- */
.pill {
  display: inline-flex; align-items: center;
  padding: var(--ctl-btn-pad);
  border-radius: var(--r-pill);
  background: var(--card);
  border: 0; cursor: pointer;
  font-family: inherit;
  transition: transform .18s ease;
}
.pill span {
  display: inline-flex; align-items: center; justify-content: center;
  height: var(--ctl-btn); padding: 0 var(--s-3);
  font-size: var(--t-body); font-weight: 700; line-height: 1.2;
  color: var(--ink); white-space: nowrap;
}
.pill i {
  display: inline-flex; align-items: center; justify-content: center;
  width: var(--ctl-btn); height: var(--ctl-btn);
  border-radius: var(--r-round);
  background: var(--brass); color: var(--ink);
  flex-shrink: 0;
}
.pill i svg { width: 22px; height: 22px; transform: rotate(45deg); }
.pill:hover { transform: translateY(-1px); }

.pill--ink { background: var(--surface); }
.pill--ink i { background: var(--ink); color: var(--card); }

/* Variante verre — bordure 1.5px + flou 20px, comme le Figma.
   La pastille reste couleur par défaut (bouton « Get Started ») ; le
   modificateur --hollow la vide (bouton secondaire du hero, pilule d'URL). */
.pill--glass {
  background: linear-gradient(107deg, var(--glass-from) 0%, var(--glass-to) 100%);
  backdrop-filter: blur(var(--blur-md));
  border: 1.5px solid var(--glass-edge);
}
.pill--glass span { color: #fff; }
.pill--hollow i { background: transparent; color: #fff; }

/* --- Bouton circulaire isolé (56px) --------------------------------------- */
.iconbtn {
  width: var(--ctl-btn-lg); height: var(--ctl-btn-lg);
  border-radius: var(--r-round);
  display: inline-grid; place-items: center;
  color: var(--ink); background: transparent; border: 0; cursor: pointer;
  transition: background .18s ease;
}
.iconbtn:hover { background: var(--surface); }
.iconbtn svg { width: 24px; height: 24px; }

/* --- Lien souligné + point (×4) ------------------------------------------- */
.dotlink {
  display: inline-flex; align-items: center; gap: var(--s-2);
  font-size: var(--t-body); font-weight: 700;
  text-decoration: underline; text-underline-offset: 3px;
  color: var(--ink);
}
.dotlink::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--bronze); }
.dotlink--night { color: var(--on-night); }
.dotlink--night::after { background: var(--brass); }

/* --- Titre à mot surligné (×3) : aplat POSÉ DERRIÈRE le mot ---------------- */
.mark { position: relative; display: inline; }
.mark::before {
  content: ''; position: absolute;
  left: -.08em; right: -.08em; top: .12em; bottom: .06em;
  background: var(--brass);
  z-index: -1;
}

/* --- En-tête de section : titre à gauche, contexte à droite ---------------- */
.head {
  display: grid;
  grid-template-columns: minmax(0, 581px) minmax(0, 443px);
  justify-content: space-between;
  gap: var(--s-10) var(--s-20);
  margin-bottom: var(--s-15);
}
.head h2 {
  font-size: var(--t-h2); font-weight: 700;
  letter-spacing: -.02em; line-height: 1.2;
  margin: 0; color: var(--ink); text-wrap: balance;
}
.head__aside { display: flex; flex-direction: column; justify-content: space-between; gap: var(--s-6); }
.head__aside p { margin: 0; color: var(--muted); font-size: var(--t-body); }
.head--center { grid-template-columns: 1fr; justify-items: center; text-align: center; max-width: 760px; margin-inline: auto; gap: var(--s-5); }
.head--center h2 { max-width: 16ch; }
.head--center p { color: var(--muted); margin: 0; }

@media (max-width: 899px) {
  .head { grid-template-columns: 1fr; gap: var(--s-6); }
}

.section { padding-block: var(--s-20); }

/* =========================================================================
   01 · NAVIGATION — pilule flottante, 80px, rayon 40, flou 50
   ========================================================================= */
/* La barre est désormais posée À L'INTÉRIEUR du bloc hero, en retrait de
   ses bords arrondis. */
.topbar { position: absolute; top: var(--s-5); left: var(--s-5); right: var(--s-5); z-index: 20; }
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--ctl-nav-h);
  padding-left: var(--s-7); padding-right: var(--s-3);
  border-radius: var(--r-pill);
  background: var(--card);
  backdrop-filter: blur(var(--blur-2xl));
}

.brand { display: flex; align-items: center; gap: var(--s-3); width: 240px; flex-shrink: 0; }
.brand__mark {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--brass); color: var(--ink);
  display: grid; place-items: center;
  font-size: 14px; font-weight: 700;
  overflow: hidden; flex-shrink: 0;
}
.brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.brand__name { font-size: var(--t-h3); font-weight: 700; color: var(--ink); letter-spacing: -.01em; }

.nav { display: flex; align-items: center; gap: var(--s-3); }
.nav a { padding: 10px var(--s-4); font-size: var(--t-body); color: var(--ink); border-radius: var(--r-chip); transition: background .18s ease; }
.nav a:hover { background: var(--surface); }
.nav a[aria-current] { font-weight: 700; }

.topbar__end { display: flex; align-items: center; gap: var(--s-4); justify-content: flex-end; }
.burger { display: none; }

@media (max-width: 1199px) {
  .nav { display: none; }
  .burger {
    display: inline-flex; align-items: center; gap: var(--s-2);
    background: var(--surface); border: 0; border-radius: var(--r-pill);
    padding: 11px var(--s-5); font-family: inherit; font-size: 15px; font-weight: 700;
    color: var(--ink); cursor: pointer;
  }
  .brand { width: auto; }
}
@media (max-width: 767px) {
  .topbar__inner { padding-left: var(--s-4); padding-right: var(--s-2); min-height: var(--ctl-nav-h); }
  .brand__name { font-size: 19px; }
  /* Sur téléphone il ne reste que la marque et le menu : le bouton contact
     et l'icône archives faisaient déborder la pilule. */
  .topbar__end .iconbtn, .topbar__end .pill { display: none; }
}

/* =========================================================================
   02 · HERO — bloc inséré à 98 %, bords arrondis, texte à même la photo
   ========================================================================= */
.hero { padding-top: var(--s-4); }

.hero__stage {
  position: relative;
  width: 98%;
  margin-inline: auto;
  min-height: 640px;
  border-radius: 32px;
  overflow: hidden;
  display: flex; align-items: flex-end;
  isolation: isolate;
}
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); }

/* Le texte est posé à même la photo : c'est l'image qu'on assombrit, par un
   dégradé montant, et non un panneau derrière le texte. */
.hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.74) 0%, rgba(0,0,0,.42) 42%, rgba(0,0,0,.12) 78%),
    var(--veil);
}

/* Le bloc fait 98 % : son bord gauche est donc à 1vw du bord de fenêtre.
   On retranche ce 1vw à la gouttière de la grille pour que le titre du hero
   s'aligne exactement sur les titres des sections en dessous. */
.hero__copy {
  position: relative; z-index: 3;
  margin-block: var(--s-10);
  margin-left: calc(var(--grid-gutter) - 1vw);
  margin-right: var(--s-10);
  max-width: 780px;
  display: flex; flex-direction: column; align-items: flex-start; gap: var(--s-6);
}

.hero h1 {
  font-size: var(--t-h1); font-weight: 800; text-transform: uppercase;
  line-height: 1.06; letter-spacing: -.01em;
  color: #fff; margin: 0; text-wrap: balance;
}
.hero__lead { font-size: var(--t-lead); color: #fff; margin: 0; max-width: 52ch; }

@media (max-width: 1199px) {
  .hero__stage { min-height: 520px; border-radius: 24px; }
  .hero__copy { margin-block: var(--s-8); margin-right: var(--s-8); }
}
@media (max-width: 767px) {
  .hero__stage { min-height: 460px; border-radius: 20px; }
  .hero__copy { margin-block: var(--s-6); margin-right: var(--s-5); gap: var(--s-5); }
}

/* =========================================================================
   03 · LA DÉMARCHE — onglets + deux cartes (section « About Us »)
   ========================================================================= */
.about__tabs { display: flex; gap: var(--s-4); margin-bottom: var(--s-5); flex-wrap: wrap; }

/* En-tête propre à cette section : 603 | 262 | 415 = 1280, aligné au centre */
.head--about { grid-template-columns: minmax(0, 603px) minmax(0, 415px); align-items: center; margin-bottom: var(--s-10); }

/* Deux colonnes égales : 628 + 24 + 628 = 1280.
   Gauche une carte de 586, droite deux cartes de 281 (281+24+281 = 586). */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--grid-gap); align-items: stretch; }
.about__col { display: flex; flex-direction: column; gap: var(--grid-gap); }

.stack { position: relative; border-radius: var(--r-card); overflow: hidden; background: var(--night-2); display: flex; }
.stack > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); }
.stack::before { content: ''; position: absolute; inset: 0; background: var(--veil); z-index: 1; }

/* Grande carte — contenu centré dans les deux axes */
.about__a { aspect-ratio: 628 / 586; align-items: center; justify-content: center; }
.about__a .inner {
  position: relative; z-index: 2;
  padding: var(--s-8);
  display: flex; flex-direction: column; align-items: center; gap: var(--s-10);
  text-align: center; max-width: 453px;
}
.about__a .txt { display: flex; flex-direction: column; gap: var(--s-4); }
.about__a h3 { font-size: var(--t-h2); font-weight: 700; color: #fff; margin: 0; letter-spacing: -.02em; text-wrap: balance; }
.about__a p { margin: 0; color: #fff; font-size: var(--t-body); }

/* Cartes de droite — titre puis pilule, ancrés en bas à gauche */
.about__b { aspect-ratio: 628 / 281; align-items: flex-end; }
.about__b .inner {
  position: relative; z-index: 2;
  padding: 0 29px 34px;
  display: flex; flex-direction: column; align-items: flex-start; gap: var(--s-5);
}
.about__b h3 { font-size: var(--t-h2); font-weight: 700; color: #fff; margin: 0; letter-spacing: -.02em; text-wrap: balance; }

.urlpill {
  display: inline-flex; align-items: center; gap: var(--s-2);
  padding: var(--ctl-btn-pad) var(--ctl-btn-pad) var(--ctl-btn-pad) var(--s-5);
  border-radius: var(--r-pill);
  background: linear-gradient(117deg, var(--glass-from) 0%, var(--glass-to) 100%);
  backdrop-filter: blur(var(--blur-md));
  border: 1.5px solid var(--glass-edge);
  color: #fff; font-size: var(--t-body);
}
.urlpill i { width: 34px; height: 34px; border-radius: var(--r-round); display: grid; place-items: center; }
.urlpill svg { width: 20px; height: 20px; transform: rotate(45deg); }

@media (max-width: 899px) {
  /* Déclaré après la media query de .head et à spécificité égale, ce
     sélecteur la remporterait : il faut le neutraliser explicitement. */
  .head--about { grid-template-columns: 1fr; }
  .about__grid { grid-template-columns: 1fr; }
  .about__a { aspect-ratio: 4 / 3; }
  .about__b { aspect-ratio: 16 / 8; }
  .about__b .inner { padding: 0 var(--s-5) var(--s-5); }
}

/* =========================================================================
   04 · LES 4 RUBRIQUES — carrousel à défilement, cartes 355
   ========================================================================= */
.rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: 355px;
  gap: var(--grid-gap);
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: var(--s-4);
  scrollbar-width: thin;
}
.rail > * { scroll-snap-align: start; }
/* Débord contrôlé : le rail sort de la gouttière comme dans la maquette */
.rail-wrap { margin-inline: calc(var(--grid-gutter) * -1); padding-inline: var(--grid-gutter); }

.rubric__media { position: relative; border-radius: var(--r-card); overflow: hidden; aspect-ratio: 355 / 340; background: var(--night-2); }
.rubric__media img { width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); }
.rubric__media::after { content: ''; position: absolute; inset: 0; background: var(--veil); }
.rubric__go {
  position: absolute; top: var(--s-5); right: var(--s-5); z-index: 2;
  width: var(--ctl-btn); height: var(--ctl-btn); border-radius: var(--r-round);
  display: grid; place-items: center;
  background: rgba(255,255,255,.22); color: #fff;
  backdrop-filter: blur(var(--blur-md));
}
.rubric__go svg { width: 22px; height: 22px; transform: rotate(45deg); }
.rubric:first-child .rubric__go, .rubric:hover .rubric__go { background: var(--brass); color: var(--ink); }
.rubric__chips { position: absolute; left: var(--s-5); bottom: var(--s-5); z-index: 2; display: flex; gap: var(--s-2); flex-wrap: wrap; }
.rubric h3 { font-size: var(--t-h3); font-weight: 700; color: var(--ink); margin: var(--s-5) 0 var(--s-2); letter-spacing: -.01em; }
.rubric p { margin: 0; font-size: var(--t-body); color: var(--muted); }

/* =========================================================================
   04 · BANDEAU — deux bandes inclinées en sens inverse
   ========================================================================= */
.banner { position: relative; height: 351px; overflow: hidden; margin-block: var(--s-20); }
.banner__band { position: absolute; left: -6%; width: 112%; padding: var(--s-8) 0; }
/* Les deux bandes se croisent (c'est le motif de la maquette), mais la
   bande claire ne doit couvrir que le bas de la sombre — pas son texte.
   Noir / blanc : seuls les séparateurs portent la couleur. */
.banner__band--a { top: 24px; transform: rotate(4.1deg) skewX(1.91deg); background: var(--night); }
.banner__band--b { top: 166px; transform: rotate(-4.11deg) skewX(-1.93deg); background: var(--paper); border-block: 1px solid var(--ink); }
.banner__track { display: flex; align-items: center; width: max-content; animation: marquee 38s linear infinite; }
.banner__band--b .banner__track { animation-direction: reverse; }
.banner__track span {
  font-family: var(--f-display); font-weight: 500;
  font-size: var(--t-marquee); line-height: 1.3; letter-spacing: .01em;
  white-space: nowrap; padding-right: 21px;
  display: inline-flex; align-items: center; gap: 21px;
}
.banner__track span::after { content: '✳'; font-size: .7em; color: var(--bronze); }
.banner__band--a .banner__track span { color: #fff; }
.banner__band--a .banner__track span::after { color: var(--brass); }
.banner__band--b .banner__track span { color: var(--ink); }

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .banner__track { animation: none; } }

@media (max-width: 767px) { .banner { height: 210px; } .banner__band--a { top: 10px; } .banner__band--b { top: 88px; } }

/* =========================================================================
   05 · BENTO — 522 | 355 | 355, cartes rayon 24, voile de verre flou 30
   ========================================================================= */
.bento {
  display: grid;
  grid-template-columns: var(--bento-lead) var(--bento-side) var(--bento-side);
  grid-template-rows: 315px 400px;
  gap: var(--grid-gap);
}
.bento > .tile--lead { grid-column: 1; grid-row: 1 / 3; }
.bento > .tile:nth-child(2) { grid-column: 2; grid-row: 1; }
.bento > .tile:nth-child(3) { grid-column: 3; grid-row: 1; }
.bento > .tile--wide { grid-column: 2 / 4; grid-row: 2; }

.tile { position: relative; border-radius: var(--r-card); overflow: hidden; background: var(--night-2); display: flex; align-items: flex-end; }
.tile > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); transition: transform .55s cubic-bezier(.2,.6,.2,1); }
.tile::before { content: ''; position: absolute; inset: 0; background: var(--veil); z-index: 1; }
.tile:hover > img { transform: scale(1.035); }

/* Le voile de texte : dégradé blanc 30 %→5 % + flou 30, exactement comme
   la section « Facilities » de la maquette. */
.tile__cap {
  position: relative; z-index: 2; width: 100%;
  padding: var(--s-5);
  display: flex; flex-direction: column; gap: var(--s-4);
  background: linear-gradient(139deg, var(--glass-from) 15%, var(--glass-to) 83%);
  backdrop-filter: blur(var(--blur-lg));
}
.tile__cap h3 { font-size: var(--t-h3); font-weight: 700; color: #fff; margin: 0; letter-spacing: -.01em; text-wrap: balance; }
.tile__cap p { margin: 0; font-size: var(--t-body); color: #fff; }
.tile__link::after { content: ''; position: absolute; inset: 0; z-index: 3; }

@media (max-width: 1023px) {
  .bento { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 300px 260px; }
  .bento > .tile--lead { grid-column: 1 / 3; grid-row: 1; }
  .bento > .tile:nth-child(2) { grid-column: 1; grid-row: 2; }
  .bento > .tile:nth-child(3) { grid-column: 2; grid-row: 2; }
  .bento > .tile--wide { grid-column: 1 / 3; grid-row: 3; }
}
@media (max-width: 599px) {
  .bento { grid-template-columns: 1fr; grid-template-rows: none; }
  .bento > .tile { grid-column: 1 !important; grid-row: auto !important; aspect-ratio: 4 / 3; }
  .bento > .tile--lead { aspect-ratio: 3 / 4; }
}

/* =========================================================================
   06 · DERNIERS ARTICLES — section nuit, lignes date | visuel | contenu
   ========================================================================= */
.latest { background: var(--night); color: var(--on-night); padding-block: var(--s-20); }
.latest .head--center h2 { color: var(--on-night); }
.latest .head--center p { color: var(--muted-dark); }

.entry { display: grid; grid-template-columns: 240px 334px minmax(0, 1fr); gap: var(--s-10); align-items: start; padding-block: var(--s-10); }
.entry + .entry { border-top: 1px solid rgba(255,255,255,.10); }
.entry__when { display: flex; flex-direction: column; gap: var(--s-5); align-items: flex-start; }
.entry__loc { display: flex; gap: var(--s-3); color: var(--muted-dark); font-size: var(--t-body); line-height: 1.3; }
.entry__loc svg { width: 20px; height: 20px; flex-shrink: 0; }
.entry__media { border-radius: var(--r-card); overflow: hidden; aspect-ratio: 334 / 245; background: var(--night-2); }
.entry__media img { width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); }
.entry__body { display: flex; flex-direction: column; gap: var(--s-4); align-items: flex-start; }
.entry__body h3 { font-size: var(--t-h3); font-weight: 700; color: var(--on-night); margin: 0; letter-spacing: -.01em; text-wrap: balance; }
.entry__body p { margin: 0; color: var(--muted-dark); font-size: var(--t-body); max-width: 52ch; }
.entry__facts { display: flex; align-items: flex-end; gap: var(--s-8); }
/* Couple étiquette / valeur empilé — « Publié 08.00 », « Niveau Débutant ».
   Repris du panneau du hero, qui a été retiré. */
.fact { display: flex; flex-direction: column; gap: var(--s-1); line-height: 1.2; }
.fact b { font-size: var(--t-body); font-weight: 700; }
.fact span { font-size: var(--t-body); }
.entry__facts .fact b { color: var(--on-night); }
.entry__facts .fact span { color: var(--muted-dark); }
.latest__all { display: flex; justify-content: flex-end; padding-top: var(--s-8); }

@media (max-width: 1023px) {
  .entry { grid-template-columns: 1fr; gap: var(--s-6); }
  .entry__media { aspect-ratio: 16 / 9; }
  .entry__when { flex-direction: row; align-items: center; gap: var(--s-4); flex-wrap: wrap; }
}

/* =========================================================================
   07 · AVIS + LETTRE
   ========================================================================= */
.voices { padding-block: var(--s-20); }
.voices__head { display: flex; align-items: center; justify-content: space-between; gap: var(--s-8); margin-bottom: var(--s-10); }
.voices__head .badges { display: flex; gap: var(--s-2); margin-bottom: var(--s-5); }
.voices__head h2 { font-size: var(--t-h2); font-weight: 700; letter-spacing: -.02em; margin: 0; color: var(--ink); }
.voices__nav { display: flex; gap: var(--s-2); }
.voices__nav button { width: var(--ctl-btn); height: var(--ctl-btn); border-radius: var(--r-round); border: 0; cursor: pointer; background: var(--surface); color: var(--ink); display: grid; place-items: center; }
.voices__nav button:last-child { background: var(--ink); color: var(--card); }
.voices__nav svg { width: 20px; height: 20px; }

.quote { display: grid; grid-template-columns: 333px minmax(0, 1fr) 182px; gap: var(--s-10); align-items: center; }
.quote__media { border-radius: var(--r-card); overflow: hidden; aspect-ratio: 1 / 1; background: var(--surface); }
.quote__media img { width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); }
.quote__media--side { aspect-ratio: 182 / 218; }
.quote blockquote { margin: 0; }
.quote__mark { font-family: var(--f-display); font-size: 56px; line-height: .5; color: var(--ink); display: block; margin-bottom: var(--s-6); }
.quote p { font-size: 28px; line-height: 1.35; color: var(--ink); margin: 0 0 var(--s-8); letter-spacing: -.01em; text-wrap: balance; }
.quote__by { display: flex; align-items: center; gap: var(--s-3); }
.quote__by img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; filter: var(--img-filter); }
.quote__by b { display: block; font-size: var(--t-body); font-weight: 700; color: var(--ink); }
.quote__by span { font-size: var(--t-body); color: var(--muted); }

@media (max-width: 1023px) {
  .quote { grid-template-columns: 1fr; gap: var(--s-6); }
  .quote__media--side { display: none; }
  .quote p { font-size: 22px; }
}

/* --- Bloc lettre : nuit, rayon 24 ----------------------------------------- */
.letter { margin-top: var(--s-20); border-radius: var(--r-card); background: var(--night); display: grid; grid-template-columns: 447px minmax(0, 1fr); gap: var(--s-10); padding: var(--s-4); align-items: center; }
.letter__media { border-radius: var(--r-inner); overflow: hidden; aspect-ratio: 447 / 320; background: var(--night-2); }
.letter__media img { width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); }
.letter__body { padding: var(--s-6) var(--s-10) var(--s-6) 0; display: flex; flex-direction: column; gap: var(--s-5); align-items: flex-start; }
.letter__body .badges { display: flex; gap: var(--s-2); }
.letter__body h2 { font-size: 32px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; color: var(--on-night); margin: 0; text-wrap: balance; }
.subscribe { display: flex; align-items: center; gap: var(--s-2); width: 100%; max-width: 480px; padding: var(--ctl-btn-pad); border-radius: var(--r-pill); background: rgba(255,255,255,.10); }
.subscribe input { flex: 1 1 auto; min-width: 0; background: transparent; border: 0; color: var(--on-night); font-family: inherit; font-size: var(--t-body); padding: 0 var(--s-4); height: var(--ctl-btn); }
.subscribe input::placeholder { color: var(--muted-dark); }
.subscribe input:focus { outline: none; }
.subscribe button { width: var(--ctl-btn); height: var(--ctl-btn); border-radius: var(--r-round); border: 0; cursor: pointer; background: var(--brass); color: var(--ink); display: grid; place-items: center; flex-shrink: 0; }
.subscribe button svg { width: 22px; height: 22px; }
.letter__fine { font-size: 13px; color: var(--muted-dark); margin: 0; }

@media (max-width: 1023px) {
  .letter { grid-template-columns: 1fr; }
  .letter__body { padding: 0 var(--s-5) var(--s-6); }
  .letter__media { aspect-ratio: 16 / 9; }
}

/* =========================================================================
   08 · PIED DE PAGE — wordmark géant, filet, mentions
   ========================================================================= */
.foot { padding-bottom: var(--s-10); }
.foot__word {
  /* « NOVA POTENTIEL » ≈ 8,4 em en Inter 800 capitales (ls −.03em) :
     152px est le plus grand corps qui tienne dans les 1280 du conteneur. */
  font-size: clamp(38px, 10.5vw, 152px); font-weight: 800;
  line-height: .82; letter-spacing: -.03em; text-transform: uppercase;
  color: var(--wordmark); margin: 0 0 var(--s-8); user-select: none;
  text-wrap: nowrap;
}
.foot__rule { border-top: 1px solid var(--line); padding-top: var(--s-6); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--s-5); }
.foot__links { display: flex; gap: var(--s-8); flex-wrap: wrap; font-size: var(--t-body); color: var(--ink); }
.foot__links a:hover { color: var(--bronze); }
.foot__copy { font-size: var(--t-body); color: var(--ink); }
.foot__social { display: flex; gap: var(--s-2); }
.foot__social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); color: var(--ink); transition: background .18s ease, color .18s ease; }
.foot__social a:hover { background: var(--ink); color: var(--card); }
.foot__social svg { width: 17px; height: 17px; fill: currentColor; }
