/* GÉNÉRÉ par scripts/build-blog.mjs — ne pas éditer. */

@font-face { font-family: 'Satoshi'; font-weight: 400; font-style: normal; font-display: swap; src: url('/fonts/satoshi-400.woff2') format('woff2'); }
@font-face { font-family: 'Satoshi'; font-weight: 500; font-style: normal; font-display: swap; src: url('/fonts/satoshi-500.woff2') format('woff2'); }
@font-face { font-family: 'Satoshi'; font-weight: 700; font-style: normal; font-display: swap; src: url('/fonts/satoshi-700.woff2') format('woff2'); }
@font-face { font-family: 'Gambetta'; font-weight: 400; font-style: normal; font-display: swap; src: url('/fonts/gambetta-400.woff2') format('woff2'); }
@font-face { font-family: 'Gambetta'; font-weight: 300 700; font-style: italic; font-display: swap; src: url('/fonts/gambetta-italic-var.woff2') format('woff2'); }

:root {
  --font-sans: 'Satoshi', ui-sans-serif, system-ui, sans-serif;
  --font-serif: 'Gambetta', Georgia, 'Times New Roman', serif;
  --font-mono: ui-monospace, 'SF Mono', 'Cascadia Code', 'JetBrains Mono', monospace;

  --bg: #fbfbfe;
  --deep: #f3f4fb;
  --lift: #ffffff;
  --ink: #0d1030;
  --mut: rgba(13, 16, 48, 0.72);
  --faint: rgba(13, 16, 48, 0.58);
  --line: rgba(13, 16, 48, 0.1);
  --soft: rgba(13, 16, 48, 0.04);
  --night: #10132f;
  --gold: #c2591f;
  --l-indigo: #7d92ff;
  --l-violet: #cd8dff;
  --l-cyan: #7fe3dc;
  --l-peach: #ffc2a3;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-lg: 0 40px 120px rgba(13, 16, 48, 0.18);
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/*
 * ⚠️ LE PAPIER EST PEINT SUR "html", PAS SUR "body", ET C'EST CE QUI REND LA
 * LUEUR VISIBLE.
 *
 * ".lx-sky" vit en "z-index: -1". Un enfant à z-index négatif passe derrière le
 * FOND de son ancêtre de contexte d'empilement — donc derrière le fond de
 * "body" s'il en a un. Avec un "body { background: var(--bg) }" opaque, la
 * lueur était dans le document, dans la feuille de style, et parfaitement
 * invisible : le papier la recouvrait.
 *
 * Peint sur "html", le papier reste le fond de la page (y compris sous le
 * rebond de défilement), et la lueur se glisse entre lui et le contenu.
 */
html { background: var(--bg); }

body {
  margin: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }

.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 16px; top: 16px; z-index: 200;
  padding: 10px 16px; border-radius: 10px;
  background: var(--ink); color: #fff; text-decoration: none;
}

:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 4px; }

.mono {
  font-family: var(--font-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--faint);
}

.lx-display { font-family: var(--font-serif); font-weight: 400; letter-spacing: -0.015em; line-height: 1.08; }
.voice { font-family: var(--font-serif); font-style: italic; }

/* --- L'ATMOSPHÈRE ---------------------------------------------------------
 *
 * ⚠️ LE DÉFAUT CORRIGÉ ICI EST UN DÉFAUT D'AMBIANCE, PAS DE CONTENU. Le blog
 * portait déjà les bonnes polices et les bons jetons — et il ne ressemblait
 * pourtant pas à la vitrine, parce qu'il se déroulait sur un aplat "#fbfbfe"
 * strictement uniforme sur toute sa hauteur. Une page qui partage la palette
 * d'une autre sans partager sa lumière n'a pas l'air d'appartenir au même site :
 * elle a l'air d'un gabarit de documentation qui aurait emprunté ses couleurs.
 *
 * Deux calques y répondent, et aucun n'ajoute quoi que ce soit à lire.
 *
 * LE GRAIN, d'abord — c'est la règle la plus rentable du système : deux
 * déclarations, et le fond cesse d'être un "div" blanc pour devenir une
 * surface. Un aplat numérique parfaitement lisse n'existe nulle part dans le
 * monde physique, et l'œil le lit comme « rien ». Il casse aussi les bandes que
 * les nappes ci-dessous montreraient sur un écran 8 bits.
 *
 * "position: fixed" : le grain appartient à l'écran, pas au document. S'il
 * défilait, on verrait le motif glisser sur le texte. */
.lx-grain {
  position: fixed; inset: 0; z-index: 60; pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* LA LUEUR DE TÊTE.
 *
 * ⚠️ ANCRÉE SUR LES BORDS, JAMAIS CENTRÉE DERRIÈRE LE CONTENU. C'est la seule
 * distinction qui compte, et la vitrine la pose déjà : une tache floue centrée
 * se lit comme une tache floue centrée — le « blob » que porte toute page
 * générée. La même nappe accrochée à un bord et débordant du cadre se lit comme
 * une lumière qui vient de derrière la page.
 *
 * Elle ne couvre que le haut du document et s'éteint en dégradé : un article
 * fait six mille pixels de haut, et une lumière qui l'accompagnerait jusqu'au
 * bout deviendrait un papier peint. Elle éclaire le titre, puis elle rend la
 * page au texte. Le masque l'éteint au lieu de la couper — sans lui, un trait
 * horizontal traverse la page à la fin du calque. */
.lx-sky {
  position: absolute; inset: 0 0 auto; height: 780px;
  z-index: -1; pointer-events: none; overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
}
.lx-sky::before {
  content: ''; position: absolute; inset: -20% -18% 0;
  background-image:
    radial-gradient(44% 46% at 6% 10%, var(--l-indigo) 0%, transparent 62%),
    radial-gradient(40% 42% at 94% 16%, var(--l-violet) 0%, transparent 60%),
    radial-gradient(46% 44% at 74% 88%, var(--l-peach) 0%, transparent 62%),
    radial-gradient(38% 40% at 12% 82%, var(--l-cyan) 0%, transparent 60%);
  filter: blur(90px) saturate(114%);
  opacity: 0.5;
}

/* --- LA BARRE ------------------------------------------------------------
 *
 * ⚠️ ELLE EST MAINTENANT CELLE DE LA VITRINE, AU CHIFFRE PRÈS, ET CE N'EST PAS
 * DU ZÈLE. Elle en était une reprise APPROXIMATIVE : collée en "sticky" plutôt
 * que posée en "fixed", large de 1180 au lieu de 1080, haute de ce que son
 * contenu voulait au lieu de 62, liens poussés à droite au lieu d'être centrés,
 * logo de 40 et nom de 19 au lieu de 34 et 20. Aucun de ces écarts n'est visible
 * seul ; ensemble, ils font que la barre du blog n'est pas la même barre — et
 * c'est le seul objet que le lecteur voit sur les DEUX pages, donc le seul par
 * lequel il peut mesurer qu'il a changé de site.
 *
 * Les liens sont centrés par deux marges automatiques, et non poussés par un
 * "margin-left: auto". La nuance est la même que sur la vitrine : poussés, ils
 * se collent au bouton et la barre se lit « une marque, puis un bloc
 * d'actions » ; centrés, le sommaire redevient un sommaire. */
.lx-tab {
  position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 50;
  display: flex; align-items: center; gap: 20px;
  width: min(1080px, calc(100% - 24px)); height: 62px;
  padding: 0 8px 0 18px;
  border: 1px solid rgba(13, 16, 48, 0.07); border-top: 0;
  border-radius: 0 0 20px 20px;
  background: rgba(251, 251, 254, 0.94);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  box-shadow: 0 14px 40px rgba(13, 16, 48, 0.08);
}

/* ⚠️ LA BARRE EST SORTIE DU FLUX. En "sticky" elle occupait sa place ; en
   "fixed" elle n'occupe plus rien, et le premier bloc de chaque page remontait
   dessous. Cette réserve est la hauteur de la barre, et elle vaut pour les deux
   gabarits — l'article comme le hub. */
body { padding-top: 62px; }

.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
/*
 * ⚠️ LE GLYPHE EST BLANC SUR TRANSPARENT, D'OÙ L'INVERSION — le même dépannage
 * que la vitrine, et pour la même raison : posé sur le papier, il s'effacerait.
 *
 * 34 px et non 40 : le fichier d'origine noie le signe dans 26 % de vide
 * transparent, et dans une barre de 62 px, 40 ne laissent que onze pixels d'air.
 * Trente-quatre rétablit la respiration — il en reste 25 px de glyphe visible,
 * contre 20 px de texte à côté. C'est le rapport exact de la vitrine.
 */
.brand img { width: 34px; height: 34px; object-fit: contain; filter: invert(1); }
.brand__name { font-family: var(--font-sans); font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
/* Dans le pied, il y a de la place : le glyphe y reprend sa taille pleine. */
.lx-foot .brand img { width: 44px; height: 44px; }

.lx-tab__links { display: flex; align-items: center; gap: 2px; margin-inline: auto; }
.lx-tab__links a {
  display: inline-flex; align-items: center;
  padding: 8px 11px; border-radius: 10px;
  font-size: 13.5px; font-weight: 500; color: var(--mut); text-decoration: none;
  transition: color 0.15s var(--ease), background 0.15s var(--ease);
}
.lx-tab__links a:hover { color: var(--ink); background: var(--soft); }
@media (max-width: 640px) { .lx-tab__links { display: none; } }

/* --- LE BOUTON ------------------------------------------------------------
 *
 * ⚠️ IL PORTE L'ONGLET FLÉCHÉ, PARCE QUE C'EST LUI QUI FAIT RECONNAÎTRE LA
 * MARQUE. Le bouton de la vitrine n'est pas un rectangle de texte : c'est une
 * pastille d'encre dans laquelle est enfoncé un carré clair portant une flèche
 * en bas à droite — "ArrowDownRight" et non "ArrowRight", parce que ce bouton
 * ne mène pas à une page, il fait descendre un fichier.
 *
 * Le blog en avait la couleur et pas la forme, ce qui est le pire des deux
 * mondes : assez proche pour qu'on ne remarque rien, assez loin pour que la
 * page n'ait pas l'air d'être du même site.
 *
 * LES DEUX RAYONS SONT IMBRIQUÉS, PAS CHOISIS SÉPARÉMENT. Le carré est enfoncé
 * dans la pastille du rembourrage : pour que les deux courbes restent
 * concentriques, le rayon intérieur vaut l'extérieur MOINS ce rembourrage.
 * En petit 13 − 4 = 9 ; en grand 16 − 5 = 11. */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 4px 4px 4px 18px; border-radius: 13px;
  background: var(--ink); color: var(--bg);
  font-size: 13px; font-weight: 600; letter-spacing: -0.01em;
  white-space: nowrap; text-decoration: none;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(13, 16, 48, 0.2); }
.btn:active { transform: scale(0.98); }

.btn__tab {
  display: grid; place-items: center;
  width: 30px; height: 30px; border-radius: 9px;
  background: var(--bg); color: var(--ink);
  transition: background 0.18s var(--ease);
}
.btn:hover .btn__tab { background: #fff; }
.btn__tab svg { display: block; }

.btn--lg { gap: 16px; padding: 5px 5px 5px 24px; border-radius: 16px; font-size: 15px; }
.btn--lg .btn__tab { width: 38px; height: 38px; border-radius: 11px; }

/* Sur la carte sombre de l'appel final, l'encre du bouton disparaîtrait : les
   deux valeurs s'inversent, et c'est le blanc qui devient la pastille. */
.lx-outro__card .btn { background: #fff; color: var(--night); }
.lx-outro__card .btn__tab { background: var(--night); color: #fff; }
.lx-outro__card .btn:hover .btn__tab { background: #000; }

/* --- L'ARTICLE ------------------------------------------------------------ */
.post { max-width: 760px; margin: 0 auto; padding: 0 20px; }

.crumbs { margin: 40px 0 0; font-size: 12.5px; color: var(--faint); }
.crumbs a { color: var(--faint); text-decoration: none; }
.crumbs a:hover { color: var(--ink); }
.crumbs span { margin: 0 2px; }

.post__head { padding: 28px 0 0; }
.kicker { display: block; color: var(--gold); }
.kicker--light { color: rgba(255, 194, 163, 0.9); }

.post h1 { margin: 18px 0 0; font-size: clamp(34px, 5.4vw, 54px); }
.lede { margin: 22px 0 0; font-size: clamp(17px, 2vw, 20px); line-height: 1.55; color: var(--mut); }
.post__meta { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }

/* --- LE SOMMAIRE ---------------------------------------------------------- */
.toc {
  margin: 44px 0 0; padding: 22px 24px;
  border: 1px solid var(--line); border-radius: 18px;
  background: var(--lift);
  box-shadow: 0 1px 0 rgba(13, 16, 48, 0.03);
}
.toc__title { margin: 0 0 14px; font-size: 10.5px; font-weight: 700; }
.toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; display: grid; gap: 9px; }
.toc li { counter-increment: toc; }
.toc a {
  display: flex; gap: 12px;
  font-size: 14.5px; color: var(--mut); text-decoration: none;
  transition: color 0.15s var(--ease);
}
.toc a::before {
  content: counter(toc, decimal-leading-zero);
  font-family: var(--font-mono); font-size: 11px; color: var(--faint);
  padding-top: 2px;
}
.toc a:hover { color: var(--ink); }

/* --- LE CORPS ------------------------------------------------------------- */
.prose { margin-top: 12px; }

.prose h2 {
  margin: 64px 0 0;
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(26px, 3.4vw, 34px); line-height: 1.18; letter-spacing: -0.015em;
  scroll-margin-top: 90px;
}
.prose h3 {
  margin: 40px 0 0;
  font-size: 19px; font-weight: 700; letter-spacing: -0.015em;
  scroll-margin-top: 90px;
}
.prose p { margin: 18px 0 0; color: var(--mut); }
.prose h2 + p, .prose h3 + p { margin-top: 14px; }
.prose strong { color: var(--ink); font-weight: 700; }
.prose a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: rgba(13, 16, 48, 0.3); }
.prose a:hover { text-decoration-color: var(--ink); }
.prose code {
  padding: 2px 6px; border-radius: 6px;
  background: var(--soft); border: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 0.86em; color: var(--ink);
}

/* Les blocs préformatés portent des MODÈLES à recopier, pas du code. D'où le
   fond clair, le corps réduit et le débordement horizontal : un modèle de
   compte rendu se lit, se sélectionne et se colle. */
.prose pre {
  margin: 34px 0 0; padding: 22px 24px;
  border: 1px solid var(--line); border-radius: 16px;
  background: var(--deep); overflow-x: auto;
}
.prose pre code {
  padding: 0; border: 0; background: none;
  font-size: 13px; line-height: 1.75; color: var(--ink);
  white-space: pre;
}

.prose ul, .prose ol { margin: 18px 0 0; padding-left: 0; list-style: none; display: grid; gap: 10px; counter-reset: li; }
.prose li { position: relative; padding-left: 26px; color: var(--mut); }
.prose ul > li::before {
  content: ''; position: absolute; left: 6px; top: 11px;
  width: 5px; height: 5px; border-radius: 50%; background: var(--gold);
}
.prose ol > li { counter-increment: li; }
.prose ol > li::before {
  content: counter(li) '.'; position: absolute; left: 0; top: 0;
  font-family: var(--font-mono); font-size: 12px; color: var(--gold);
}

.prose hr { margin: 56px 0 0; border: 0; border-top: 1px solid var(--line); }

/* L'exergue : la voix de Biltia, en Gambetta italique. C'est une distinction
   sémantique — si l'italique serif apparaît sur autre chose, elle meurt. */
.prose blockquote {
  margin: 40px 0 0; padding: 0 0 0 26px;
  border-left: 2px solid var(--gold);
}
.prose blockquote p {
  margin: 0;
  font-size: clamp(19px, 2.4vw, 24px); line-height: 1.42; color: var(--ink);
}

.callout {
  margin: 40px 0 0; padding: 24px 26px;
  border: 1px solid var(--line); border-radius: 18px;
  background: var(--deep);
}
.callout h4 {
  margin: 0 0 10px;
  font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em;
  font-family: var(--font-mono); color: var(--gold);
}
.callout p { margin: 10px 0 0; font-size: 15.5px; color: var(--mut); }
.callout p:first-of-type { margin-top: 0; }

.table-wrap { margin: 34px 0 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--lift); }
table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
th, td { padding: 13px 16px; text-align: left; vertical-align: top; }
thead th {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--faint);
  border-bottom: 1px solid var(--line); white-space: nowrap;
}
tbody tr + tr td { border-top: 1px solid var(--line); }
tbody td { color: var(--mut); }
tbody td:first-child { color: var(--ink); font-weight: 500; }

/* --- À LIRE ENSUITE ------------------------------------------------------- */
.related { max-width: 1080px; margin: 96px auto 0; padding: 0 20px; }
.related__title { font-size: clamp(24px, 3vw, 32px); margin: 0 0 26px; }
.related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
@media (max-width: 860px) { .related__grid { grid-template-columns: 1fr; } }
.related__card a {
  display: flex; flex-direction: column; gap: 10px; height: 100%;
  padding: 22px; border: 1px solid var(--line); border-radius: 18px;
  background: var(--lift); text-decoration: none;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.related__card a:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(13, 16, 48, 0.08); }
.related__h { font-size: 17px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.3; }
.related__d { font-size: 13.5px; line-height: 1.5; color: var(--faint); }

/* --- LE HUB --------------------------------------------------------------- */
.hub__head { max-width: 760px; margin: 60px auto 0; padding: 0 20px; text-align: center; }
.hub__head h1 { margin: 18px 0 0; font-size: clamp(38px, 6vw, 62px); }
.hub__head .lede { margin-inline: auto; max-width: 60ch; }

.hub { max-width: 1080px; margin: 64px auto 0; padding: 0 20px; }
.hub__lead {
  display: flex; flex-direction: column; gap: 12px;
  padding: clamp(30px, 5vw, 52px); border: 1px solid var(--line); border-radius: 24px;
  background: var(--lift); text-decoration: none;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.hub__lead:hover { transform: translateY(-3px); box-shadow: 0 26px 60px rgba(13, 16, 48, 0.1); }
.hub__lead-h { font-size: clamp(28px, 4vw, 42px); }
.hub__lead-d { max-width: 62ch; font-size: 16px; color: var(--mut); }

.hub__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 14px 0 0; padding: 0; list-style: none; }
@media (max-width: 980px) { .hub__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .hub__grid { grid-template-columns: 1fr; } }
.hub__card a {
  display: flex; flex-direction: column; gap: 10px; height: 100%;
  padding: 24px; border: 1px solid var(--line); border-radius: 20px;
  background: var(--lift); text-decoration: none;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.hub__card a:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(13, 16, 48, 0.08); }
.hub__h { font-size: 18px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.3; }
.hub__d { flex: 1; font-size: 14px; line-height: 1.55; color: var(--faint); }
.hub__meta { margin-top: 4px; }

/* --- L'APPEL FINAL --------------------------------------------------------
 * La carte appartient encore à la page par le haut et déjà au pied par le bas.
 * "display: flow-root" est obligatoire : sans lui, la marge négative de la
 * carte s'échappe du bloc et le recouvrement ne se produit pas. */
.lx-outro {
  --overlap: clamp(110px, 15vw, 190px);
  position: relative; z-index: 1;
  display: flow-root;
  max-width: 1080px; margin: 110px auto 0; padding: 0 20px;
}
.lx-outro__card {
  position: relative; overflow: hidden;
  max-width: 940px; margin-inline: auto;
  margin-bottom: calc(-1 * var(--overlap));
  padding: clamp(48px, 7vw, 88px) 24px;
  border-radius: 28px; text-align: center;
  background: var(--night);
  box-shadow: var(--shadow-lg);
}
.lx-outro__card h2 { margin: 16px auto 0; max-width: 17ch; font-size: clamp(30px, 4.4vw, 46px); color: #fff; }
.outro__voice { margin: 22px auto 0; max-width: 40ch; font-size: clamp(17px, 2.2vw, 22px); line-height: 1.4; color: rgba(255, 255, 255, 0.7); }
.lx-outro__card .btn--lg { margin-top: 34px; }
.outro__note { margin: 20px 0 0; font-size: 12.5px; color: rgba(255, 255, 255, 0.45); }

/* --- LE PIED -------------------------------------------------------------- */
.lx-foot {
  position: relative; z-index: 0; overflow: hidden;
  margin-top: 0;
  padding: calc(clamp(110px, 15vw, 190px) + clamp(52px, 7vw, 88px)) 20px 40px;
  background: var(--deep);
}
.lx-foot::before {
  content: ''; position: absolute; inset: -30% -10% -10%; z-index: 0; pointer-events: none;
  background-image:
    radial-gradient(46% 52% at 14% 88%, var(--l-cyan) 0%, transparent 62%),
    radial-gradient(50% 56% at 78% 96%, var(--l-peach) 0%, transparent 62%),
    radial-gradient(42% 48% at 52% 70%, var(--l-violet) 0%, transparent 60%);
  filter: blur(80px) saturate(115%);
  opacity: 0.75;
}
.lx-foot__inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; }
.lx-foot__grid { display: grid; grid-template-columns: minmax(200px, 1.6fr) repeat(3, minmax(120px, 1fr)); gap: 40px 24px; }
@media (max-width: 860px) { .lx-foot__grid { grid-template-columns: 1fr 1fr; } }
.lx-foot__pitch { margin: 14px 0 0; max-width: 32ch; font-size: 13.5px; line-height: 1.55; color: var(--mut); }
.lx-foot h4 { margin: 0 0 14px; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; color: var(--faint); }
.lx-foot ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.lx-foot a { font-size: 13.5px; color: var(--mut); text-decoration: none; transition: color 0.15s var(--ease); }
.lx-foot a:hover { color: var(--ink); }
.lx-foot__base { margin-top: clamp(44px, 6vw, 72px); padding-top: 22px; border-top: 1px solid var(--line); text-align: center; font-size: 12px; color: var(--faint); }
