/* ===========================================================================
   The LG Galaxy — shared styles (loic-guyon.com)
   Used by: / , /social/ , /fr/ , /fr/social/
   =========================================================================== */
:root {
  --ink: #16140f;
  --paper: #f4efe4;
  --paper-2: #ece5d4;
  --rust: #c1481f;
  --olive: #5b6243;
  --gold: #b88a2e;
  --line: #2a261d;
  --muted: #5f594c;
  --hair: #cfc6b0;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --mono: "Spline Sans Mono", ui-monospace, monospace;
}

/* Operator field journal — 2026-07-12 */
:root {
  --op-paper: #f3f0e8;
  --op-ink: #171915;
  --op-field: #304b3b;
  --op-blue: #255c99;
  --op-rust: #a14f32;
  --op-rule: #cbc5b8;
  --op-muted: #66685f;
}

body.operator-hub { background: var(--op-paper); color: var(--op-ink); font-family: Inter, system-ui, sans-serif; }
.operator-hub * { box-sizing: border-box; }
.operator-hub a { color: inherit; }
.op-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.op-header { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--op-paper) 92%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid var(--op-rule); }
.op-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.op-brand { font-family: Georgia, serif; font-size: 1.12rem; text-decoration: none; letter-spacing: -.02em; }
.op-brand span { display: block; font: 500 .66rem ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; color: var(--op-muted); }
.op-links { display: flex; align-items: center; gap: clamp(12px, 2.4vw, 30px); }
.op-links a { text-decoration: none; font-size: .88rem; }
.op-links a:hover, .op-links a:focus-visible { color: var(--op-blue); }
.op-lang { padding-left: 18px; border-left: 1px solid var(--op-rule); font: 600 .7rem ui-monospace, monospace; text-transform: uppercase; }

.op-hero { min-height: 76vh; display: grid; align-items: center; padding: clamp(72px, 12vw, 150px) 0 88px; }
.op-kicker, .op-label { font: 600 .72rem ui-monospace, monospace; text-transform: uppercase; letter-spacing: .11em; color: var(--op-field); }
.op-hero h1 { max-width: 920px; margin: 16px 0 24px; font: 400 clamp(3.1rem, 8.8vw, 7.8rem)/.91 Georgia, serif; letter-spacing: -.065em; }
.op-hero h1 em { color: var(--op-blue); font-weight: 400; }
.op-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 350px); gap: clamp(30px, 7vw, 100px); align-items: end; }
.op-lede { max-width: 700px; margin: 0; font: 400 clamp(1.15rem, 2.1vw, 1.55rem)/1.55 Georgia, serif; }
.op-note { position: relative; padding: 18px 0 4px 28px; border-top: 1px solid var(--op-rule); color: var(--op-muted); font: .82rem/1.65 ui-monospace, monospace; }
.op-note::before { content: ""; position: absolute; left: 0; top: -5px; width: 9px; height: 9px; border: 2px solid var(--op-rust); border-radius: 50%; background: var(--op-paper); }
.op-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.op-button { display: inline-flex; align-items: center; gap: 18px; min-height: 48px; padding: 0 18px; border: 1px solid var(--op-ink); text-decoration: none; font-weight: 600; }
.op-button.primary { background: var(--op-ink); color: var(--op-paper); }
.op-button:hover { transform: translateY(-2px); }

.op-section { position: relative; padding: clamp(76px, 10vw, 130px) 0; border-top: 1px solid var(--op-rule); }
.op-section::before { content: ""; position: absolute; left: max(20px, calc((100vw - 1180px)/2)); top: 0; bottom: 0; width: 1px; background: var(--op-rule); opacity: .7; }
.op-section-head { display: grid; grid-template-columns: 180px minmax(0, 760px); gap: 36px; margin-bottom: 55px; padding-left: 34px; }
.op-section h2 { margin: 0; font: 400 clamp(2.3rem, 5vw, 4.8rem)/1 Georgia, serif; letter-spacing: -.045em; }
.op-section h2 em { color: var(--op-rust); font-weight: 400; }
.op-intro { max-width: 680px; font: 1.08rem/1.75 Georgia, serif; }

.op-work { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-left: 34px; border-top: 1px solid var(--op-rule); }
.op-work article { padding: 28px 28px 40px 0; margin-right: 28px; border-right: 1px solid var(--op-rule); }
.op-work article:last-child { border-right: 0; }
.op-work h3 { font: 400 1.55rem/1.25 Georgia, serif; margin: 16px 0 10px; }
.op-work p { color: var(--op-muted); line-height: 1.7; }

.op-proof-list, .op-door-list, .op-journal-list { padding-left: 34px; }
.op-proof { display: grid; grid-template-columns: 180px minmax(0, 1fr) 180px; gap: 30px; padding: 34px 0; border-top: 1px solid var(--op-rule); }
.op-proof h3 { margin: 0; font: 400 1.7rem Georgia, serif; }
.op-proof p { margin: 0; line-height: 1.7; color: var(--op-muted); }
.op-proof small { font: .72rem/1.5 ui-monospace, monospace; color: var(--op-field); }

.op-door { display: grid; grid-template-columns: 180px minmax(0, 1fr) 80px; gap: 30px; align-items: baseline; padding: 28px 0; border-top: 1px solid var(--op-rule); text-decoration: none; }
.op-door:last-child { border-bottom: 1px solid var(--op-rule); }
.op-door strong { font: 400 clamp(1.45rem, 3vw, 2.6rem) Georgia, serif; }
.op-door span { color: var(--op-muted); }
.op-door b { color: var(--op-blue); text-align: right; }
.op-door:hover strong { color: var(--op-blue); }

.op-journal-item { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 30px; padding: 30px 0; border-top: 1px solid var(--op-rule); text-decoration: none; }
.op-journal-item time { font: .72rem ui-monospace, monospace; color: var(--op-field); }
.op-journal-item h3 { margin: 0 0 10px; font: 400 1.65rem Georgia, serif; }
.op-journal-item p { margin: 0; color: var(--op-muted); }

.op-form { display: grid; gap: 18px; max-width: 700px; padding-left: 34px; }
.op-form label { display: grid; gap: 8px; font: .72rem ui-monospace, monospace; text-transform: uppercase; letter-spacing: .08em; }
.op-form input, .op-form textarea, .op-form select { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--op-ink); border-radius: 0; background: transparent; color: var(--op-ink); font: 1rem/1.5 inherit; }
.op-form textarea { min-height: 120px; resize: vertical; }
.op-consent { grid-template-columns: 20px 1fr !important; align-items: start; text-transform: none !important; letter-spacing: 0 !important; font: .86rem/1.5 inherit !important; }
.op-consent input { margin-top: 3px; }
.op-form [role=status] { min-height: 1.4em; color: var(--op-field); }

.op-footer { padding: 50px 0; border-top: 1px solid var(--op-rule); }
.op-footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.op-footer p { max-width: 520px; color: var(--op-muted); }
.op-footer nav { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.op-footer a { font-size: .86rem; text-decoration: none; }
.op-archive-note { margin: 22px 0 0; padding: 16px 20px; border-left: 3px solid var(--op-rust); background: rgba(161,79,50,.06); }

@media (max-width: 820px) {
  .op-shell { width: min(100% - 28px, 680px); }
  .op-nav { align-items: flex-start; padding: 16px 0; }
  .op-links { flex-wrap: wrap; justify-content: flex-end; gap: 10px 16px; }
  .op-hero { min-height: auto; padding-top: 86px; }
  .op-hero-grid, .op-section-head, .op-proof, .op-door, .op-journal-item { grid-template-columns: 1fr; gap: 14px; }
  .op-section::before { left: 14px; }
  .op-section-head, .op-proof-list, .op-door-list, .op-journal-list, .op-form, .op-work { padding-left: 22px; }
  .op-work { grid-template-columns: 1fr; }
  .op-work article { border-right: 0; border-bottom: 1px solid var(--op-rule); }
  .op-door b { text-align: left; }
  .op-footer-grid { grid-template-columns: 1fr; }
  .op-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .operator-hub *, .operator-hub *::before, .operator-hub *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-family: var(--sans); color: var(--ink); }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }
::selection { background: var(--rust); color: var(--paper); }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; border-radius: 2px; }
[id] { scroll-margin-top: 82px; }

.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 22px; }

/* ---- header ---- */
header.site {
  border-bottom: 2px solid var(--line);
  position: sticky; top: 0; z-index: 40;
  background: var(--paper);
}
.bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; gap: 16px;
}
.mark {
  font-family: var(--serif); font-weight: 600; font-size: 26px;
  letter-spacing: -0.02em; text-decoration: none; display: flex;
  align-items: baseline; gap: 8px; flex-shrink: 0;
}
.mark .dot { color: var(--rust); }
.mark .tag { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: 0; transform: translateY(-1px); }
nav.main { display: flex; gap: 24px; align-items: center; }
nav.main a {
  font-family: var(--mono); font-size: 13px; text-decoration: none;
  color: var(--ink); letter-spacing: 0.02em; padding: 4px 0;
  border-bottom: 2px solid transparent; transition: border-color .15s;
}
nav.main a:hover { border-bottom-color: var(--rust); }
nav.main a.follow {
  background: var(--ink); color: var(--paper); padding: 7px 14px;
  border-radius: 999px; border-bottom: none;
}
nav.main a.follow:hover { background: var(--rust); }

/* language toggle */
.langtoggle { display: inline-flex; align-items: center; gap: 0; font-family: var(--mono); font-size: 12px; border: 2px solid var(--line); border-radius: 999px; overflow: hidden; }
.langtoggle a { padding: 5px 11px; text-decoration: none; color: var(--muted); border-bottom: none; letter-spacing: 0.04em; transition: background .15s, color .15s; }
.langtoggle a:hover { color: var(--ink); border-bottom: none; }
.langtoggle a[aria-current="true"] { background: var(--ink); color: var(--paper); }
@media (max-width: 820px) {
  nav.main a.txt { display: none; }
  nav.main { gap: 14px; }
}

/* ---- hero ---- */
.hero { padding: 64px 0 56px; border-bottom: 2px solid var(--line); position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 48px; align-items: end; }
.eyebrow {
  font-family: var(--mono); font-size: 13px; color: var(--rust);
  text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 22px;
  display: flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--rust); display: inline-block; }
h1 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2.6rem, 6.6vw, 5rem);
  line-height: 0.99; letter-spacing: -0.03em; margin-bottom: 26px; text-wrap: balance;
}
h1 em { font-style: italic; color: var(--rust); }
h1 .underline { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.lede { font-size: 1.18rem; max-width: 48ch; color: #2c281f; }
.lede b { font-weight: 600; }
.hero-cta { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.02em;
  text-decoration: none; padding: 11px 18px; border-radius: 999px;
  border: 2px solid var(--line); transition: transform .15s, background .15s, color .15s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn.solid { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn.solid:hover { background: var(--rust); border-color: var(--rust); }
.btn.ghost:hover { background: var(--paper-2); transform: translateY(-2px); }
.hero-side {
  border: 2px solid var(--line); background: var(--paper-2);
  padding: 22px; font-family: var(--mono); font-size: 13.5px;
  line-height: 1.85;
}
.hero-side .row { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px dashed #b6ad97; padding: 6px 0; }
.hero-side .row:last-child { border-bottom: none; }
.hero-side .k { color: var(--muted); }
.hero-side .v { color: var(--ink); text-align: right; }
.hero-side .v b { color: var(--olive); }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; align-items: start; }
  .hero { padding: 44px 0 40px; }
}

/* ---- intent router (visibility + routing) ---- */
.intent-router { padding: 34px 0; background: var(--paper-2); }
.sec-head.compact { margin-bottom: 18px; }
.intent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 2px solid var(--line);
  background: var(--paper);
}
.intent-card {
  min-height: 172px;
  padding: 18px;
  text-decoration: none;
  border-right: 2px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 9px;
  transition: background .15s, transform .15s, box-shadow .15s;
}
.intent-card:last-child { border-right: none; }
.intent-card:hover {
  background: rgba(193,72,31,.06);
  transform: translate(-3px, -3px);
  box-shadow: 6px 6px 0 var(--line);
}
.intent-need {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
  color: var(--rust);
}
.intent-destination {
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 1.05;
  color: var(--ink);
}
.intent-proof {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  margin-top: auto;
}
@media (max-width: 980px) {
  .intent-grid { grid-template-columns: repeat(2, 1fr); }
  .intent-card:nth-child(2n) { border-right: none; }
  .intent-card:nth-child(-n+2) { border-bottom: 2px solid var(--line); }
}
@media (max-width: 560px) {
  .sec-head.compact { display: block; }
  .sec-head.compact .sec-num { display: block; margin-bottom: 6px; }
  .intent-grid { grid-template-columns: 1fr; }
  .intent-card { border-right: none; border-bottom: 2px solid var(--line); min-height: 148px; }
  .intent-card:last-child { border-bottom: none; }
}

/* ---- section scaffolding ---- */
section { padding: 60px 0; border-bottom: 2px solid var(--line); scroll-margin-top: 82px; }
.sec-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 14px; }
.sec-num { font-family: var(--mono); font-size: 13px; color: var(--rust); }
.sec-title { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 500; letter-spacing: -0.02em; }
.sec-intro { color: var(--muted); max-width: 62ch; margin-bottom: 38px; font-size: 1.02rem; }
.sec-intro.tight { margin-bottom: 30px; }

/* ---- operator band (layer 1) ---- */
.operator { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: start; }
.operator .who { font-family: var(--serif); font-size: clamp(1.4rem, 2.6vw, 1.85rem); font-weight: 400; line-height: 1.32; letter-spacing: -0.01em; color: #2a261d; }
.operator .who b { font-weight: 600; color: var(--rust); }
.operator .layers { border: 2px solid var(--line); background: var(--paper-2); }
.layer-row { padding: 16px 20px; border-bottom: 2px solid var(--line); }
.layer-row:last-child { border-bottom: none; }
.layer-row .lbl { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.layer-row .ttl { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; margin: 3px 0 2px; }
.layer-row .sub { color: var(--muted); font-size: 0.92rem; }
@media (max-width: 860px) { .operator { grid-template-columns: 1fr; gap: 30px; } }

/* ---- card grids (layers 2 + 3) ---- */
.cards { display: grid; gap: 18px; }
.cards.five { grid-template-columns: repeat(3, 1fr); }
.cards.more { grid-template-columns: repeat(3, 1fr); }
.vcard {
  border: 2px solid var(--line); padding: 24px; text-decoration: none;
  display: flex; flex-direction: column; gap: 9px; min-height: 184px;
  background: var(--paper); position: relative;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.vcard:hover { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--ink); background: rgba(184,138,46,.06); }
.vcard .tagrow { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.vcard .role { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--olive); }
.vcard .ext { font-family: var(--mono); font-size: 12px; color: var(--rust); opacity: 0; transition: opacity .15s; }
.vcard:hover .ext { opacity: 1; }
.vcard .name { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; letter-spacing: -0.01em; line-height: 1.05; }
.vcard .desc { color: var(--muted); font-size: 0.96rem; }
.vcard .domain { font-family: var(--mono); font-size: 11.5px; color: #9a9180; margin-top: auto; word-break: break-word; }
.vcard .alias { color: var(--muted); }
@media (max-width: 900px) { .cards.five, .cards.more { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .cards.five, .cards.more { grid-template-columns: 1fr; } }

/* ---- selected work (anonymized, no links) ---- */
.work { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 2px solid var(--line); }
.work .item { padding: 26px 28px; border-right: 2px solid var(--line); border-bottom: 2px solid var(--line); }
.work .item:nth-child(2n) { border-right: none; }
.work .item:nth-last-child(-n+2) { border-bottom: none; }
.work .item .sector { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.work .item h3 { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; margin: 7px 0 8px; letter-spacing: -0.01em; line-height: 1.18; }
.work .item p { color: var(--muted); font-size: 0.96rem; }
@media (max-width: 720px) {
  .work { grid-template-columns: 1fr; }
  .work .item { border-right: none; }
  .work .item:nth-last-child(2) { border-bottom: 2px solid var(--line); }
}
.anon {
  margin-top: 26px; padding: 18px 20px; background: var(--paper-2);
  border: 2px solid var(--line); border-left: 4px solid var(--rust);
  font-size: 0.96rem; color: #34301f; max-width: 70ch;
}
.anon b { color: var(--ink); }

/* ---- channels (social page) ---- */
.channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.chan {
  border: 2px solid var(--line); padding: 26px; text-decoration: none;
  display: flex; flex-direction: column; gap: 8px; min-height: 176px;
  transition: transform .15s, box-shadow .15s, background .15s;
  position: relative; background: var(--paper);
}
.chan:hover { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--ink); }
.chan .hdl { font-family: var(--mono); font-size: 13px; color: var(--rust); }
.chan .name { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; }
.chan .desc { color: var(--muted); font-size: 0.95rem; margin-top: auto; }
.chan .at { font-family: var(--mono); font-size: 11.5px; color: #9a9180; }
.chan.x:hover { background: rgba(43,38,29,.05); }
.chan.yt:hover { background: rgba(193,72,31,.07); }
.chan.li:hover { background: rgba(91,98,67,.08); }
.chan.sub:hover { background: rgba(184,138,46,.09); }
.chan.gh:hover { background: rgba(43,38,29,.05); }
.chan.mail:hover { background: rgba(91,98,67,.08); }
@media (max-width: 900px) { .channels { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .channels { grid-template-columns: 1fr; } }
.about-line { margin-top: 40px; font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: #34301f; max-width: 62ch; }
.backlink { font-family: var(--mono); font-size: 13px; color: var(--rust); text-decoration: none; border-bottom: 1px solid var(--rust); padding-bottom: 2px; }

/* ---- EEAT pages ---- */
.page-hero { padding: 58px 0 48px; }
.page-hero .lede { max-width: 62ch; }
.breadcrumbs {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 22px;
}
.breadcrumbs a { color: var(--rust); text-decoration: none; border-bottom: 1px solid var(--rust); }
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.evidence-box {
  border: 2px solid var(--line);
  background: var(--paper);
  padding: 22px;
  min-height: 182px;
}
.evidence-box .label,
.proof-row .label,
.fact-table .label {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 8px;
}
.evidence-box h3,
.proof-row h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.14;
  margin-bottom: 8px;
}
.evidence-box p,
.proof-row p,
.trust-note p { color: var(--muted); font-size: 0.96rem; }
.proof-list {
  border: 2px solid var(--line);
  background: var(--paper);
}
.proof-row {
  display: grid;
  grid-template-columns: 0.8fr 1.35fr 1fr;
  gap: 22px;
  padding: 24px;
  border-bottom: 2px solid var(--line);
}
.proof-row:last-child { border-bottom: none; }
.proof-row .metric {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--olive);
  line-height: 1.55;
}
.fact-table {
  border: 2px solid var(--line);
  background: var(--paper-2);
}
.fact-row {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 18px;
  padding: 16px 20px;
  border-bottom: 1px dashed #b6ad97;
}
.fact-row:last-child { border-bottom: none; }
.fact-row strong { font-family: var(--serif); font-size: 1.1rem; }
.fact-row span:last-child { color: var(--muted); }
.trust-note {
  border: 2px solid var(--line);
  border-left: 4px solid var(--rust);
  background: var(--paper-2);
  padding: 20px;
  max-width: 76ch;
}
.trust-note h3 {
  font-family: var(--serif);
  font-size: 1.45rem;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .evidence-grid { grid-template-columns: 1fr 1fr; }
  .proof-row { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 620px) {
  .evidence-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 42px 0 36px; }
  .fact-row { grid-template-columns: 1fr; gap: 4px; }
}

/* ---- contact ---- */
.signup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.signup-copy h3 { font-family: var(--serif); font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 500; letter-spacing: -0.02em; line-height: 1.08; margin-bottom: 14px; }
.signup-copy p { color: var(--muted); max-width: 44ch; }
.signup-copy .note { font-family: var(--mono); font-size: 12.5px; color: var(--olive); margin-top: 18px; letter-spacing: 0.02em; }
@media (max-width: 860px) { .signup-grid { grid-template-columns: 1fr; gap: 30px; } }

.lead-form { display: flex; flex-direction: column; gap: 12px; }
.lead-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.lead-form label { display: flex; flex-direction: column; gap: 5px; font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.lead-form input, .lead-form textarea { font-family: var(--sans); font-size: 15px; color: var(--ink); background: var(--paper-2); border: 2px solid var(--line); border-radius: 0; padding: 11px 13px; width: 100%; }
.lead-form input:focus, .lead-form textarea:focus { outline: none; border-color: var(--rust); box-shadow: 0 0 0 3px rgba(193,72,31,.12); }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #9a9180; }
.lead-form textarea { resize: vertical; min-height: 84px; }
.lead-form button[type=submit] { width: 100%; justify-content: center; text-align: center; font-family: var(--mono); font-size: 13px; letter-spacing: 0.02em; cursor: pointer; border: none; margin-top: 4px; }
.form-msg { font-family: var(--mono); font-size: 13px; min-height: 1.2em; margin: 0; }
.form-msg.ok { color: var(--olive); }
.form-msg.err { color: var(--rust); }

/* ---- footer ---- */
footer.site { background: var(--ink); color: var(--paper); padding: 54px 0 30px; }
.foot-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.foot-mark { font-family: var(--serif); font-size: 2.2rem; font-weight: 600; letter-spacing: -0.02em; }
.foot-mark .dot { color: var(--rust); }
.foot-blurb { max-width: 36ch; color: #cabfa6; font-size: 0.95rem; margin-top: 10px; }
.foot-links { display: flex; gap: 40px; flex-wrap: wrap; }
.foot-col h4 { font-family: var(--mono); font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 12px; }
.foot-col a { display: block; text-decoration: none; color: var(--paper); font-size: 0.94rem; padding: 5px 0; opacity: .82; }
.foot-col a:hover { opacity: 1; color: var(--rust); }
.foot-bot { margin-top: 40px; padding-top: 20px; border-top: 1px solid #38332a; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--mono); font-size: 12px; color: #8c8472; }
.foot-bot a { color: #8c8472; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
  .vcard:hover, .chan:hover, .btn.ghost:hover { transform: none; }
}

/* ===========================================================================
   The Great Handover — narrative, manifesto, journal, successor test
   Added 2026-07-06 (Passeur narrative). Same tokens, same grammar.
   =========================================================================== */

/* ---- handover stats band ---- */
.stat-band { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--line); background: var(--paper); }
.stat-cell { padding: 22px 24px; border-right: 2px solid var(--line); }
.stat-cell:last-child { border-right: none; }
.stat-cell .n { font-family: var(--serif); font-size: clamp(2rem, 4.4vw, 3.1rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1; color: var(--ink); }
.stat-cell .n em { font-style: normal; color: var(--rust); }
.stat-cell .l { font-family: var(--mono); font-size: 12px; color: var(--muted); margin-top: 8px; line-height: 1.5; display: block; }
.stat-src { font-family: var(--mono); font-size: 11.5px; color: #9a9180; margin-top: 12px; }
.stat-src a { color: var(--olive); }
@media (max-width: 720px) {
  .stat-band { grid-template-columns: 1fr; }
  .stat-cell { border-right: none; border-bottom: 2px solid var(--line); }
  .stat-cell:last-child { border-bottom: none; }
}
.mistrust { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
.mistrust .side { border: 2px solid var(--line); background: var(--paper-2); padding: 20px 22px; }
.mistrust .side .lbl { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rust); }
.mistrust .side h3 { font-family: var(--serif); font-size: 1.25rem; margin: 6px 0 6px; }
.mistrust .side p { color: var(--muted); font-size: 0.95rem; }
.mistrust-gap { margin-top: 18px; border: 2px solid var(--line); border-left: 4px solid var(--rust); background: var(--paper); padding: 18px 20px; font-family: var(--serif); font-size: 1.2rem; line-height: 1.4; max-width: 74ch; }
@media (max-width: 720px) { .mistrust { grid-template-columns: 1fr; } }

/* ---- manifesto ---- */
.manifesto { max-width: 78ch; }
.m-point { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 30px 0; border-bottom: 2px solid var(--line); }
.m-point:last-child { border-bottom: none; }
.m-num { font-family: var(--mono); font-size: 14px; color: var(--rust); padding-top: 8px; }
.m-point h3 { font-family: var(--serif); font-size: clamp(1.3rem, 2.6vw, 1.7rem); font-weight: 600; letter-spacing: -0.01em; line-height: 1.15; margin-bottom: 10px; }
.m-point p { color: #2c281f; max-width: 62ch; }
.m-point p + p { margin-top: 8px; }
@media (max-width: 560px) { .m-point { grid-template-columns: 1fr; gap: 6px; } }

/* ---- journal ---- */
.entry-card { display: block; border: 2px solid var(--line); background: var(--paper); padding: 26px 28px; text-decoration: none; transition: transform .15s, box-shadow .15s, background .15s; margin-bottom: 18px; }
.entry-card:hover { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--ink); background: rgba(184,138,46,.06); }
.entry-meta { font-family: var(--mono); font-size: 12px; color: var(--muted); display: flex; gap: 14px; flex-wrap: wrap; }
.entry-meta .num { color: var(--rust); }
.entry-card h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; letter-spacing: -0.01em; line-height: 1.12; margin: 8px 0; }
.entry-card p { color: var(--muted); font-size: 0.98rem; max-width: 68ch; }
.entry-soon { border: 2px dashed var(--hair); padding: 22px 28px; font-family: var(--mono); font-size: 13px; color: var(--muted); }

.article { max-width: 70ch; }
.article > p { margin-bottom: 18px; font-size: 1.06rem; color: #2c281f; }
.article h2 { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; letter-spacing: -0.01em; margin: 34px 0 14px; }
.article .pull { font-family: var(--serif); font-style: italic; font-size: 1.35rem; line-height: 1.35; border-left: 4px solid var(--rust); padding: 6px 0 6px 20px; margin: 26px 0; color: var(--ink); }
.article .src { font-family: var(--mono); font-size: 12px; color: #9a9180; }
.article .src a { color: var(--olive); }
.article-foot { margin-top: 40px; border: 2px solid var(--line); background: var(--paper-2); padding: 22px 24px; }
.article-foot h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 6px; }
.article-foot p { color: var(--muted); font-size: 0.96rem; margin-bottom: 14px; }

/* ---- successor test ---- */
.test-shell { display: grid; grid-template-columns: 1.55fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 900px) { .test-shell { grid-template-columns: 1fr; } }
.test-side { position: sticky; top: 96px; border: 2px solid var(--line); background: var(--paper-2); padding: 20px; }
.test-side .lbl { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rust); display: block; margin-bottom: 10px; }
@media (max-width: 900px) { .test-side { position: static; } }

.test-progress { height: 10px; border: 2px solid var(--line); background: var(--paper); margin: 18px 0 6px; }
.test-progress > i { display: block; height: 100%; width: 0%; background: var(--rust); transition: width .25s; }
.test-progress-lbl { font-family: var(--mono); font-size: 12px; color: var(--muted); }

.crossing-head { display: flex; align-items: baseline; gap: 14px; margin: 26px 0 6px; }
.crossing-head .k { font-family: var(--mono); font-size: 12px; color: var(--rust); text-transform: uppercase; letter-spacing: 0.1em; }
.crossing-head h2 { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 600; letter-spacing: -0.01em; }
.crossing-sub { color: var(--muted); font-size: 0.98rem; max-width: 60ch; margin-bottom: 20px; }

.q { border: 2px solid var(--line); background: var(--paper); padding: 18px 20px; margin-bottom: 14px; }
.q .qt { font-size: 1.02rem; color: var(--ink); margin-bottom: 12px; font-weight: 500; }
.q .qn { font-family: var(--mono); font-size: 11px; color: var(--gold); letter-spacing: 0.08em; }
.scale { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.scale button { font-family: var(--mono); font-size: 14px; padding: 9px 0; background: var(--paper-2); border: 2px solid var(--line); cursor: pointer; transition: background .12s, transform .12s, box-shadow .12s; color: var(--ink); }
.scale button:hover { background: rgba(193,72,31,.1); transform: translate(-2px,-2px); box-shadow: 3px 3px 0 var(--line); }
.scale button[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.scale-ends { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10.5px; color: #9a9180; margin-top: 6px; letter-spacing: 0.03em; }
.na-row { margin: 4px 0 18px; font-family: var(--mono); font-size: 12.5px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.na-row input { accent-color: var(--rust); width: 16px; height: 16px; }

.test-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 26px; }
.test-nav .btn[disabled] { opacity: .35; pointer-events: none; }

/* radar */
.radar-wrap { text-align: center; }
.radar-wrap svg { width: 100%; max-width: 330px; height: auto; }
.radar-grid { fill: none; stroke: var(--hair); stroke-width: 1; }
.radar-axis { stroke: var(--hair); stroke-width: 1; }
.radar-shape { fill: rgba(193,72,31,.14); stroke: var(--rust); stroke-width: 2.5; stroke-linejoin: round; transition: d .3s; }
.radar-dot { fill: var(--rust); stroke: var(--paper); stroke-width: 2; }
.radar-lbl { font-family: var(--mono); font-size: 10.5px; fill: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.radar-val { font-family: var(--mono); font-size: 11px; font-weight: 600; fill: var(--ink); }

/* result */
.score-hero { border: 2px solid var(--line); background: var(--paper); padding: 30px; text-align: center; }
.score-hero .big { font-family: var(--serif); font-size: clamp(3.4rem, 9vw, 5.4rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.score-hero .big small { font-size: 0.36em; color: var(--muted); font-weight: 400; }
.score-hero .verdict { font-family: var(--serif); font-size: clamp(1.3rem, 3vw, 1.8rem); font-style: italic; margin-top: 10px; color: var(--rust); }
.score-hero .verdict-sub { color: var(--muted); max-width: 52ch; margin: 10px auto 0; font-size: 0.98rem; }
.passage-rows { border: 2px solid var(--line); margin-top: 18px; background: var(--paper); }
.passage-row { display: grid; grid-template-columns: 1.4fr 0.6fr 1fr; gap: 12px; align-items: center; padding: 13px 18px; border-bottom: 2px solid var(--line); }
.passage-row:last-child { border-bottom: none; }
.passage-row .pn { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.passage-row .ps { font-family: var(--mono); font-size: 13px; color: var(--muted); text-align: center; }
.passage-row .pv { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; text-align: right; }
.passage-row .pv.blocked { color: var(--rust); }
.passage-row .pv.passable { color: var(--gold); }
.passage-row .pv.crossed { color: var(--olive); }
@media (max-width: 560px) { .passage-row { grid-template-columns: 1fr auto; } .passage-row .pv { grid-column: 1 / -1; text-align: left; } }
.priority-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
@media (max-width: 720px) { .priority-cards { grid-template-columns: 1fr; } }
.result-actions { margin-top: 22px; display: flex; gap: 14px; flex-wrap: wrap; }
.test-note { font-family: var(--mono); font-size: 12px; color: var(--muted); margin-top: 14px; max-width: 60ch; }
[hidden] { display: none !important; }

/* === Cinematic layer (2026-07-07) === */
.rs{animation:tRise .62s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--d,0ms)}
@keyframes tRise{from{opacity:0;transform:translateY(13px)}to{opacity:1;transform:none}}
.rv{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}
.rv-in{opacity:1;transform:none}
.hoverable{transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s cubic-bezier(.22,1,.36,1)}
.hoverable:hover{transform:translateY(-2px);box-shadow:0 18px 40px -18px rgb(60 42 28 / .28)}
@media (prefers-reduced-motion:reduce){.rs,.rv{animation:none!important;opacity:1!important;transform:none!important;transition:none!important}}
