@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/Fraunces-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/Fraunces-800.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/InstrumentSerif-400i.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/Inter-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/Inter-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/Inter-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/Inter-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/JetBrainsMono-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/JetBrainsMono-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ==========================================================================
   baair.solutions — Design Tokens
   Single source of truth. Import everywhere.
   ========================================================================== */

/* Poppins 400 — local brand file (uploaded). Reserved for the wordmark/logo. */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/poppins-v24-latin-regular.woff2') format('woff2');
}

/* NOTE: Google Fonts are loaded via <link> tags in each HTML file (more reliable
   than @import). The link block to use is:

   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700;9..144,800;9..144,900&family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap">
*/

:root {
  /* --------------------------------------------------------------------------
     COLOR — three values do 95% of the work
     -------------------------------------------------------------------------- */

  --ink:        #0A0A0A;   /* Near-black. Type and the mark. */
  --paper:      #FFFFFF;   /* True white. Default canvas. */
  --purple:     #8C57E9;   /* The dot. Sampled from the logo. */

  --ink-paper:  #FAFAF7;   /* Off-white text on dark surfaces. */

  --rule:       #E6E6E1;   /* Hairlines on light surfaces. */
  --rule-dark:  #1F1F1F;   /* Hairlines on dark surfaces. */
  --meta:       #6B6B66;   /* Captions, eyebrows, dates. */
  --meta-dark:  #8A8A82;

  --bone:       #F4F2EC;   /* Warm off-white for section blocks. */
  --black:      #0A0A0A;

  --purple-12:  rgba(140, 87, 233, 0.12);
  --purple-24:  rgba(140, 87, 233, 0.24);
  --purple-deep:#5B2FB8;

  --positive:   #1F6F47;
  --negative:   #B23A28;

  /* --------------------------------------------------------------------------
     TYPOGRAPHY
     - Fraunces  : display + headlines + H1 + H3
     - Instrument Serif italic : H2 + pull quotes + editorial flourishes
     - Inter     : body + UI
     - JetBrains Mono : eyebrows, tags, numerals
     - Poppins   : RESERVED for the wordmark/logo only
     -------------------------------------------------------------------------- */

  --font-display:   'Fraunces', Georgia, serif;
  --font-editorial: 'Instrument Serif', 'Fraunces', Georgia, serif;
  --font-body:      'Inter', system-ui, sans-serif;
  --font-mono:      'JetBrains Mono', ui-monospace, monospace;
  --font-logo:      'Poppins', system-ui, sans-serif;

  /* Type scale */
  --t-mega:    clamp(72px, 10vw, 168px);
  --t-display: clamp(48px, 6vw, 96px);
  --t-h1:      clamp(36px, 4vw, 56px);
  --t-h2:      clamp(28px, 3vw, 40px);
  --t-h3:      24px;
  --t-lead:    20px;
  --t-body:    16px;
  --t-small:   14px;
  --t-meta:    12px;

  /* Line heights */
  --lh-tight:  0.92;
  --lh-snug:   1.05;
  --lh-body:   1.55;
  --lh-loose:  1.7;

  /* Letter spacing */
  --ls-tight:  -0.04em;
  --ls-snug:   -0.02em;
  --ls-meta:    0.12em;

  /* --------------------------------------------------------------------------
     LAYOUT
     -------------------------------------------------------------------------- */

  --max:        1440px;
  --max-prose:  680px;
  --gutter:     32px;
  --gutter-sm:  20px;

  --s-1:  4px;
  --s-2:  8px;
  --s-3:  12px;
  --s-4:  16px;
  --s-5:  24px;
  --s-6:  32px;
  --s-7:  48px;
  --s-8:  64px;
  --s-9:  96px;
  --s-10: 128px;
  --s-11: 192px;

  /* --------------------------------------------------------------------------
     SHAPE & MOTION — square is the only shape
     -------------------------------------------------------------------------- */

  --radius:      0px;
  --radius-pill: 999px;

  --rule-w:      1px;
  --rule-w-bold: 2px;

  --dot:    12px;
  --dot-lg: 24px;
  --dot-xl: 48px;

  --ease:        cubic-bezier(0.2, 0.6, 0.2, 1);
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast:    120ms;
  --dur:         220ms;
  --dur-slow:    420ms;
}

/* ==========================================================================
   GLOBAL — scoped to .baair so it doesn't leak into other tools.
   ========================================================================== */

.baair, .baair * { box-sizing: border-box; }

.baair {
  font-family: var(--font-body);
  font-size: var(--t-body);
  line-height: var(--lh-body);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Display — Fraunces, weighty + tight. */
.baair .display,
.baair h1.display,
.baair h2.display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  margin: 0;
  font-optical-sizing: auto;
}

.baair h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--t-h1);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-snug);
  margin: 0;
  font-optical-sizing: auto;
}

/* H2 — Instrument Serif italic. The signature note. */
.baair h2 {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 400;
  font-size: var(--t-h2);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
}

.baair h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--t-h3);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-snug);
  margin: 0;
}

.baair .editorial,
.baair .italic-display {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.baair p { margin: 0; }

.baair .eyebrow {
  font-family: var(--font-mono);
  font-size: var(--t-meta);
  text-transform: uppercase;
  letter-spacing: var(--ls-meta);
  color: var(--meta);
  font-weight: 500;
}

.baair .quote-mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 4em;
  line-height: 0.7;
  color: var(--purple);
  display: inline-block;
}

.baair .dot,
.baair .b-dot {
  display: inline-block;
  width: var(--dot);
  height: var(--dot);
  background: var(--purple);
  vertical-align: baseline;
}
.baair .dot-lg { width: var(--dot-lg); height: var(--dot-lg); }
.baair .dot-xl { width: var(--dot-xl); height: var(--dot-xl); }

.baair .rule {
  border: 0;
  border-top: var(--rule-w) solid var(--rule);
  margin: 0;
}
.baair .rule-bold { border-top-width: var(--rule-w-bold); border-color: var(--ink); }

.baair .section-no {
  font-family: var(--font-mono);
  font-size: var(--t-meta);
  letter-spacing: var(--ls-meta);
  color: var(--meta);
}

.baair--dark { background: var(--ink); color: var(--ink-paper); }
.baair--dark .eyebrow { color: var(--meta-dark); }
.baair--dark .rule    { border-color: var(--rule-dark); }
.baair--dark .rule-bold { border-color: var(--ink-paper); }
.baair--dark .section-no { color: var(--meta-dark); }

/* ==========================================================================
   PRESSROOM OS — landing page styles
   A baair.solutions sub-brand: baair tokens on a dark canvas.
   Accent: --signal (default cool racing red), tweakable.
   Square is the only shape. Hairlines everywhere. Mono = telemetry.
   ========================================================================== */

:root {
  --signal: #E2492D;          /* Pressroom signal red — derived from baair --negative */
  --signal-ink: #FFFFFF;      /* text on signal surfaces */
  --signal-12: color-mix(in oklab, var(--signal) 14%, transparent);
  --signal-30: color-mix(in oklab, var(--signal) 32%, transparent);
  --canvas: #0A0A0A;
  --canvas-2: #111112;        /* raised panels */
  --canvas-3: #161618;        /* deeper raised */
}

html { scroll-behavior: smooth; }

body.pressroom {
  margin: 0;
  background: var(--canvas);
  color: var(--ink-paper);
  font-family: var(--font-body);
  font-size: var(--t-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.pressroom * { box-sizing: border-box; }
.pressroom ::selection { background: var(--signal); color: var(--signal-ink); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

/* ---- type ------------------------------------------------------------- */
.pressroom h1, .pressroom h2, .pressroom h3, .pressroom p { margin: 0; }

.eyebrow {
  font-family: var(--font-mono);
  font-size: var(--t-meta);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--ls-meta);
  color: var(--meta-dark);
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 8px; height: 8px;
  background: var(--signal);
  flex: none;
}

.h-display {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--t-display);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  font-optical-sizing: auto;
}
.h-section {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--t-h1);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-snug);
  font-optical-sizing: auto;
}
.sig-italic {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--signal);
}
.lead { font-size: var(--t-lead); line-height: var(--lh-body); color: #C9C9C2; }
.meta-d { color: var(--meta-dark); }

/* ---- buttons ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 14px 28px; border-radius: var(--radius);
  border: 1px solid transparent; cursor: pointer; text-decoration: none;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease),
              border-color var(--dur) var(--ease);
}
.btn-primary { background: var(--signal); color: var(--ink); font-weight: 700; }
.btn-primary:hover { background: var(--ink-paper); color: var(--ink); }
.btn-secondary {
  background: transparent; color: var(--ink-paper);
  border-color: #3A3A3A;
}
.btn-secondary:hover { border-color: var(--ink-paper); }
.btn-ghost {
  background: none; border: none; color: var(--ink-paper);
  padding: 14px 8px; gap: 10px; font-weight: 600; font-size: 15px;
  cursor: pointer; text-decoration: none; display: inline-flex; align-items: center;
}
.btn-ghost::before { content: ""; width: 10px; height: 10px; background: var(--signal); transition: transform var(--dur) var(--ease); }
.btn-ghost:hover::before { transform: rotate(90deg); }

/* ---- tags / chips -------------------------------------------------------- */
.tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: var(--ls-meta); text-transform: uppercase;
  padding: 6px 12px; border: 1px solid #2C2C2C; color: #C9C9C2;
}
.tag::before { content: ""; width: 6px; height: 6px; background: var(--signal); }
.tag-solid { background: var(--signal); border-color: var(--signal); color: var(--signal-ink); font-weight: 700; }
.tag-solid::before { background: var(--signal-ink); }
.tag-live::before { animation: blink 1.6s steps(2, start) infinite; }
@media (prefers-reduced-motion: reduce) { .tag-live::before { animation: none; } }
@keyframes blink { 0% { opacity: 1; } 50% { opacity: .25; } 100% { opacity: 1; } }
body[data-motion="sober"] .tag-live::before { animation: none; }

/* ---- nav ----------------------------------------------------------------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: color-mix(in oklab, var(--canvas) 86%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule-dark);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: var(--s-6);
}
.brand { display: inline-flex; align-items: baseline; gap: 9px; text-decoration: none; color: var(--ink-paper); }
.brand-word {
  font-family: var(--font-display); font-weight: 800; font-size: 21px;
  letter-spacing: -0.02em; font-optical-sizing: auto;
}
.brand-dot { width: 9px; height: 9px; background: var(--signal); align-self: center; }
.brand-os {
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; color: var(--meta-dark);
}
.nav-links { display: flex; gap: var(--s-6); }
.nav-links a {
  color: #B9B9B2; text-decoration: none; font-size: 14px; font-weight: 500;
  transition: color var(--dur-fast) var(--ease);
}
.nav-links a:hover { color: var(--ink-paper); }
.nav-cta { display: flex; align-items: center; gap: var(--s-5); }
.lang-switch { display: flex; border: 1px solid #2C2C2C; }
.lang-switch a {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
  color: var(--meta-dark); text-decoration: none;
  padding: 9px 12px; min-width: 24px; display: inline-flex; align-items: center; justify-content: center;
}
.lang-switch a[aria-current="true"] { background: var(--ink-paper); color: var(--ink); }
.btn-nav { padding: 10px 20px; font-size: 14px; }

/* ---- hero ------------------------------------------------------------------ */
.hero { padding: 168px 0 var(--s-9); position: relative; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 9fr);
  gap: var(--s-8); align-items: center;
}
.hero-copy { display: grid; gap: var(--s-6); justify-items: start; }
.hero h1 { max-width: 14ch; }
.hero .lead { max-width: 52ch; }
.hero-ctas { display: flex; gap: var(--s-4); flex-wrap: wrap; align-items: center; }
.hero-foot {
  display: flex; gap: var(--s-5); align-items: center;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
  color: var(--meta-dark); text-transform: uppercase;
}

/* headline variants (Tweaks) */
.hl-variant { display: none; }
body[data-headline="running"] .hl-running { display: block; }
body[data-headline="os"] .hl-os { display: block; }

/* ---- floor plan panel ------------------------------------------------------- */
.floorplan-panel {
  background: var(--canvas-2);
  border: 1px solid var(--rule-dark);
  padding: var(--s-5);
  display: grid; gap: var(--s-5);
}
.fp-head {
  display: flex; justify-content: space-between; align-items: center; gap: var(--s-4);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--meta-dark);
}
.fp-counter { color: var(--ink-paper); }
.fp-counter b { color: var(--signal); font-weight: 500; }
.seatmap { display: grid; gap: 14px; }
.fp-zone { display: grid; gap: 7px; }
.fp-zone-label {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--meta-dark);
}
.fp-rows { display: grid; gap: 5px; }
.fp-row { display: flex; gap: 5px; }
.fp-aisle { width: 14px; flex: none; }
.seat {
  width: 13px; height: 13px; flex: none;
  background: #1E1E20; border: 1px solid #2A2A2C;
  transition: background 360ms var(--ease-out), border-color 360ms var(--ease-out);
}
.seat.on { background: var(--seat-c, var(--signal)); border-color: var(--seat-c, var(--signal)); }
.fp-legend { display: flex; gap: var(--s-5); flex-wrap: wrap; }
.fp-legend span {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--meta-dark);
}
.fp-legend i { width: 9px; height: 9px; flex: none; }

/* ---- proof band --------------------------------------------------------------- */
.proof { border-top: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); }
.proof-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.proof-cell {
  padding: var(--s-7) var(--s-5);
  border-left: 1px solid var(--rule-dark);
  display: grid; gap: var(--s-2); align-content: start;
}
.proof-cell:first-child { border-left: none; }
.proof-num {
  font-family: var(--font-mono); font-weight: 500;
  font-size: clamp(34px, 3.4vw, 52px); line-height: 1;
  color: var(--ink-paper); font-variant-numeric: tabular-nums;
}
.proof-num .pdot { display: inline-block; width: 9px; height: 9px; background: var(--signal); margin-left: 3px; }
.proof-label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--meta-dark);
}
.proof-foot {
  padding: var(--s-4) 0 var(--s-6);
  font-size: var(--t-small); color: var(--meta-dark);
}

/* ---- generic section ----------------------------------------------------------- */
.section { padding: var(--s-10) 0; }
.section-head { display: grid; gap: var(--s-4); max-width: 760px; margin-bottom: var(--s-8); }
.section-no {
  font-family: var(--font-mono); font-size: var(--t-meta);
  letter-spacing: var(--ls-meta); color: var(--meta-dark);
}

/* ---- problem -------------------------------------------------------------------- */
.problem { border-top: 1px solid var(--rule-dark); }
.problem-quote {
  font-family: var(--font-editorial); font-style: italic; font-weight: 400;
  font-size: var(--t-h2); line-height: 1.25; letter-spacing: -0.015em;
  max-width: 30ch; color: var(--ink-paper);
}
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-8); align-items: start; }
.problem-body { display: grid; gap: var(--s-5); max-width: 46ch; }

/* ---- journey ---------------------------------------------------------------------- */
.journey-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--s-8); align-items: start; }
.journey-steps { display: grid; }
.jstep {
  padding: var(--s-6) 0; border-top: 1px solid var(--rule-dark);
  display: grid; grid-template-columns: 64px 1fr; gap: var(--s-5);
  cursor: pointer; transition: color var(--dur) var(--ease);
}
.jstep h3 { color: #A8A8A1; }
.jstep p { color: #9A9A93; }
.jstep .jstep-no { color: #8A8A82; }
.jstep.active h3 { color: var(--ink-paper); }
.jstep.active p { color: #B9B9B2; }
.jstep-no {
  font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.1em;
  color: var(--meta-dark); padding-top: 6px;
}
.jstep.active .jstep-no { color: var(--signal); }
.jstep h3 {
  font-family: var(--font-display); font-weight: 700; font-size: var(--t-h3);
  letter-spacing: var(--ls-snug); margin-bottom: var(--s-2);
}
.jstep p { color: #B9B9B2; font-size: 15px; max-width: 42ch; }
.journey-stage { position: sticky; top: 100px; }

/* kiosk frame */
.kiosk {
  background: var(--canvas-2); border: 1px solid #2A2A2C;
  display: grid; grid-template-rows: auto 1fr;
}
.kiosk-bar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 16px; border-bottom: 1px solid var(--rule-dark);
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--meta-dark);
}
.kiosk-screen { position: relative; min-height: 460px; }
.kscreen {
  position: absolute; inset: 0; padding: var(--s-6);
  display: none; flex-direction: column; gap: var(--s-5);
}
.kscreen.active { display: flex; animation: kfade 420ms var(--ease-out); }
body[data-motion="sober"] .kscreen.active { animation: none; }
@media (prefers-reduced-motion: reduce) { .kscreen.active { animation: none; } }
@keyframes kfade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.kiosk-stand { height: 12px; background: var(--canvas-3); border: 1px solid #2A2A2C; border-top: none; margin: 0 auto; width: 38%; }

.kscreen-title { font-family: var(--font-display); font-weight: 700; font-size: 24px; letter-spacing: var(--ls-snug); }
.kscreen-sub { font-size: 14px; color: var(--meta-dark); }

/* screen 1 — QR */
.qr-wrap { display: grid; place-items: center; flex: 1; }
.qr {
  display: grid; grid-template-columns: repeat(13, 11px); grid-auto-rows: 11px;
  gap: 2px; padding: 14px; background: var(--ink-paper);
}
.qr i { background: var(--ink-paper); }
.qr i.b { background: var(--ink); }
.scanline-clip { position: relative; overflow: hidden; }
.scanline {
  position: absolute; left: 0; right: 0; height: 2px; background: var(--signal);
  animation: scan 2.4s var(--ease) infinite; opacity: .9;
}
body[data-motion="sober"] .scanline, body[data-motion="sober"] .lina-eq i { animation: none; }
@media (prefers-reduced-motion: reduce) { .scanline, .lina-eq i { animation: none; } }
@keyframes scan { 0% { top: 4%; } 50% { top: 94%; } 100% { top: 4%; } }

/* screen 2 — welcome */
.lina-mini {
  flex: 1; background: var(--canvas-3); border: 1px solid #2A2A2C;
  display: grid; place-items: center; position: relative; overflow: hidden;
}
.lina-mini .lina-name {
  position: absolute; left: 16px; bottom: 14px;
  display: grid; gap: 2px;
}
.lina-name b { font-family: var(--font-display); font-size: 19px; font-weight: 700; }
.lina-name span { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--meta-dark); }
.lina-eq { position: absolute; right: 16px; bottom: 16px; display: flex; gap: 3px; align-items: flex-end; height: 18px; }
.lina-eq i { width: 3px; background: var(--signal); animation: eq 900ms ease-in-out infinite alternate; }
.lina-eq i:nth-child(1) { height: 40%; animation-delay: 0ms; }
.lina-eq i:nth-child(2) { height: 90%; animation-delay: 120ms; }
.lina-eq i:nth-child(3) { height: 60%; animation-delay: 240ms; }
.lina-eq i:nth-child(4) { height: 100%; animation-delay: 360ms; }
@keyframes eq { from { transform: scaleY(0.3); } to { transform: scaleY(1); } }
.lang-row { display: flex; gap: 6px; flex-wrap: wrap; }
.lang-row span {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em;
  border: 1px solid #2C2C2C; padding: 4px 8px; color: var(--meta-dark);
}
.lang-row span.on { border-color: var(--signal); color: var(--ink-paper); }

/* screen 3 — seat pick */
.mini-map { flex: 1; display: grid; gap: 6px; align-content: center; }
.mini-row { display: flex; gap: 6px; justify-content: center; }
.mseat { width: 22px; height: 22px; background: #1E1E20; border: 1px solid #2A2A2C; }
.mseat.taken { background: #2E2E30; border-color: #2E2E30; }
.mseat.you { background: var(--signal); border-color: var(--signal); position: relative; }
.mseat.you::after {
  content: ""; position: absolute; inset: -5px;
  border: 1px solid var(--signal); animation: pulse 1.8s var(--ease) infinite;
}
body[data-motion="sober"] .mseat.you::after { animation: none; }
@media (prefers-reduced-motion: reduce) { .mseat.you::after { animation: none; } }
@keyframes pulse { 0% { opacity: 1; transform: scale(.85); } 70% { opacity: 0; transform: scale(1.25); } 100% { opacity: 0; } }

/* screen 4 — locker */
.locker-grid { flex: 1; display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; align-content: center; }
.locker {
  aspect-ratio: 1; background: var(--canvas-3); border: 1px solid #2A2A2C;
  display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 9px; color: #4A4A46;
}
.locker.you { background: var(--signal); border-color: var(--signal); color: var(--signal-ink); font-weight: 500; }

.kscreen-cta {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--meta-dark);
}
.kscreen-cta b { color: var(--ink-paper); font-weight: 500; }

/* ---- Lina section --------------------------------------------------------------- */
.lina-section { border-top: 1px solid var(--rule-dark); }
.lina-grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 11fr); gap: var(--s-9); align-items: center; }
.lina-portrait { position: relative; }
.lina-portrait image-slot { display: block; width: 100%; aspect-ratio: 4 / 5; }
.lina-frame-label {
  position: absolute; top: 14px; left: 14px; z-index: 2;
}
.lina-copy { display: grid; gap: var(--s-5); justify-items: start; }
.lina-langs { display: flex; gap: 8px; flex-wrap: wrap; }
.lina-facts { display: grid; gap: 0; width: 100%; margin-top: var(--s-4); }
.lina-fact {
  display: flex; justify-content: space-between; gap: var(--s-5);
  padding: var(--s-4) 0; border-top: 1px solid var(--rule-dark);
  font-size: var(--t-small);
}
.lina-fact b { font-family: var(--font-mono); font-weight: 500; color: var(--ink-paper); }
.lina-fact span { color: var(--meta-dark); }
.lina-switch-cap {
  font-family: var(--font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--meta-dark);
  margin: var(--s-8) 0 14px;
}
.lina-switch { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--rule-dark); }
.lina-chip {
  flex: 1 1 112px; min-width: 112px;
  display: flex; flex-direction: column; gap: 5px;
  padding: 18px 13px 13px 0; background: none;
  border: 0; border-top: 2px solid transparent; margin-top: -1px;
  cursor: pointer; text-align: left; -webkit-tap-highlight-color: transparent;
  transition: border-color .2s ease;
}
.lina-chip .lc-name {
  font-family: var(--font-body); font-size: 13.5px; font-weight: 500; line-height: 1;
  color: #86867F; transition: color .2s ease;
}
.lina-chip .lc-lang {
  font-family: var(--font-mono); font-size: 9px; font-weight: 500; line-height: 1;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--meta-dark);
  transition: color .2s ease;
}
.lina-chip:hover .lc-name { color: var(--ink-paper); }
.lina-chip.active { border-top-color: var(--signal); }
.lina-chip.active .lc-name { color: var(--ink-paper); }
.lina-chip.active .lc-lang { color: var(--signal); }
/* full-width photo band (real F1 imagery) */
.photo-band { position: relative; width: 100%; overflow: hidden; background: #0A0A0A; }
.photo-band > img { display: block; width: 100%; height: auto; max-height: 60vh; object-fit: cover; object-position: center; }
.photo-band .wrap { position: absolute; left: 0; right: 0; bottom: 16px; }
.photo-cap { font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.92); text-shadow: 0 1px 10px rgba(0,0,0,0.75); }
.photo-cap span { color: rgba(255,255,255,0.58); }

/* ---- back office ------------------------------------------------------------------ */
.backoffice { border-top: 1px solid var(--rule-dark); }
.bo-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s-8); align-items: start; }
.bo-features { display: grid; }
.bo-feature { padding: var(--s-5) 0; border-top: 1px solid var(--rule-dark); display: grid; gap: var(--s-2); }
.bo-feature h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 19px;
  letter-spacing: var(--ls-snug); display: flex; align-items: center; gap: 10px;
}
.bo-feature h3 i { width: 8px; height: 8px; background: var(--signal); flex: none; }
.bo-feature p { font-size: 15px; color: #B9B9B2; }
.bo-stage { position: sticky; top: 100px; }

/* admin mock */
.admin {
  background: var(--canvas-2); border: 1px solid #2A2A2C;
  font-size: 12px; overflow: hidden;
}
.admin-titlebar {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-bottom: 1px solid var(--rule-dark);
}
.admin-titlebar i { width: 9px; height: 9px; border: 1px solid #3A3A3A; }
.admin-url {
  margin-left: var(--s-4); flex: 1;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em;
  color: #5C5C57; background: var(--canvas-3); padding: 5px 10px;
  border: 1px solid var(--rule-dark);
}
.admin-body { display: grid; grid-template-columns: 168px 1fr; min-height: 420px; }
.admin-side { border-right: 1px solid var(--rule-dark); padding: var(--s-4) 0; }
.admin-side a {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 16px; color: var(--meta-dark); text-decoration: none;
  font-size: 12px; font-weight: 500;
}
.admin-side a.on { color: var(--ink-paper); background: var(--signal-12); box-shadow: inset 2px 0 0 var(--signal); }
.admin-main { padding: var(--s-5); display: grid; gap: var(--s-4); align-content: start; }
.admin-toolbar { display: flex; justify-content: space-between; align-items: center; gap: var(--s-4); }
.admin-h { font-family: var(--font-display); font-weight: 700; font-size: 17px; }
.admin-actions { display: flex; gap: 8px; }
.admin-btn {
  font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid #2C2C2C; color: #B9B9B2; padding: 5px 10px; background: none;
}
.admin-btn.primary { background: var(--signal); border-color: var(--signal); color: var(--signal-ink); }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th {
  font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #5C5C57; text-align: left; padding: 8px 10px;
  border-bottom: 1px solid var(--rule-dark); font-weight: 500;
}
.admin-table td { padding: 9px 10px; border-bottom: 1px solid var(--rule-dark); color: #C9C9C2; }
.admin-table td.mono { font-family: var(--font-mono); font-size: 10px; color: var(--meta-dark); }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 8px; border: 1px solid #2C2C2C;
}
.chip i { width: 6px; height: 6px; flex: none; }
.chip-ok i { background: #4ADE80; }
.chip-wait i { background: #FFB000; }
.chip-out i { background: var(--signal); }

/* ---- offers --------------------------------------------------------------------------- */
.offers { border-top: 1px solid var(--rule-dark); }
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5); align-items: stretch; }
.offer {
  border: 1px solid #2A2A2C; padding: var(--s-6);
  display: grid; gap: var(--s-5); align-content: start;
  background: var(--canvas-2); position: relative;
}
.offer-featured { border-color: var(--signal); background: var(--canvas-3); }
.offer-flag {
  position: absolute; top: 0; right: 0; transform: translateY(-50%);
  margin-right: var(--s-5); z-index: 1;
}
.offer-flag:not(.tag-solid) { background: var(--canvas); }
.offer-tier { font-family: var(--font-mono); font-size: 11px; letter-spacing: var(--ls-meta); text-transform: uppercase; color: var(--meta-dark); }
.offer h3 { font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: var(--ls-snug); }
.offer-desc { color: #B9B9B2; font-size: 15px; min-height: 48px; }
.offer ul { list-style: none; margin: 0; padding: 0; display: grid; }
.offer li {
  padding: 10px 0; border-top: 1px solid var(--rule-dark);
  font-size: 14px; color: #C9C9C2;
  display: flex; gap: 10px; align-items: baseline;
}
.offer li::before { content: ""; width: 7px; height: 7px; background: #3A3A3A; flex: none; transform: translateY(-1px); }
.offer-featured li::before { background: var(--signal); }
.offer .btn { justify-self: start; margin-top: var(--s-2); }

/* ---- security ---------------------------------------------------------------------------- */
.security { border-top: 1px solid var(--rule-dark); }
.sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule-dark); border-left: 1px solid var(--rule-dark); }
.sec-cell {
  border-right: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark);
  padding: var(--s-6); display: grid; gap: var(--s-2); align-content: start;
}
.sec-cell b { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; }
.sec-cell p { font-size: 14px; color: var(--meta-dark); }

/* ---- case study (bone, light) -------------------------------------------------------------- */
.case { background: var(--bone); color: var(--ink); }
.case .section-no, .case .case-meta { color: var(--meta); }
.case .eyebrow { color: var(--meta); }
.case-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s-9); align-items: start; }
.case h2.h-section { color: var(--ink); }
.case-body { display: grid; gap: var(--s-5); }
.case-body p { color: #3A3A36; max-width: 56ch; }
.case-quote {
  border-top: 2px solid var(--ink); padding-top: var(--s-5); margin-top: var(--s-3);
  display: grid; gap: var(--s-4);
}
.case-quote blockquote {
  margin: 0; font-family: var(--font-editorial); font-style: italic;
  font-size: 24px; line-height: 1.3; letter-spacing: -0.015em; color: var(--ink);
}
.case-quote .quote-mark { color: var(--signal); font-family: var(--font-display); font-weight: 700; font-size: 3em; line-height: .6; }
.case-cite { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--meta); }
.case-visuals { display: grid; gap: var(--s-4); }
.case-visuals image-slot { display: block; width: 100%; }
.case-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid #D8D5CC; }
.case-stat { padding: var(--s-4) 0; border-bottom: 1px solid #D8D5CC; display: grid; gap: 2px; }
.case-stat b { font-family: var(--font-mono); font-size: 22px; font-weight: 500; color: var(--ink); }
.case-stat span { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--meta); }

/* ---- FAQ -------------------------------------------------------------------------------------- */
.faq-list { max-width: 860px; border-top: 1px solid var(--rule-dark); }
.faq-item { border-bottom: 1px solid var(--rule-dark); }
.faq-q {
  width: 100%; background: none; border: none; color: var(--ink-paper);
  font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: var(--ls-snug);
  text-align: left; padding: var(--s-5) 0; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: var(--s-5);
}
.faq-q i {
  width: 11px; height: 11px; background: var(--signal); flex: none;
  transition: transform var(--dur) var(--ease);
}
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height var(--dur-slow) var(--ease); }
.faq-a p { padding: 0 0 var(--s-5); color: #B9B9B2; max-width: 64ch; font-size: 15px; }

/* ---- final CTA ---------------------------------------------------------------------------------- */
.cta-final { border-top: 1px solid var(--rule-dark); padding: var(--s-11) 0; }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--s-9); align-items: start; }
.cta-copy { display: grid; gap: var(--s-5); }
.cta-copy .h-display { max-width: 12ch; }
.demo-form { display: grid; gap: var(--s-4); background: var(--canvas-2); border: 1px solid #2A2A2C; padding: var(--s-6); }
.field { display: grid; gap: 6px; }
.field label {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--meta-dark);
}
.field input {
  background: var(--canvas); border: 1px solid #2C2C2C; color: var(--ink-paper);
  font-family: var(--font-body); font-size: 15px; padding: 12px 14px;
  border-radius: var(--radius); outline: none;
  transition: border-color var(--dur-fast) var(--ease);
}
.field input:focus { border-color: var(--ink-paper); }
.field.invalid input { border-color: var(--signal); }
.field-err { font-size: 12px; color: var(--signal); display: none; }
.field.invalid .field-err { display: block; }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); flex-wrap: wrap; }
.form-note { font-size: 13px; color: var(--meta-dark); }
.form-success { display: none; grid-column: 1 / -1; text-align: left; padding: var(--s-6) 0; }
.demo-form.sent form { display: none; }
.demo-form.sent .form-success { display: grid; gap: var(--s-3); }
.form-success b { font-family: var(--font-display); font-size: 24px; font-weight: 700; }
.form-success p { color: #B9B9B2; }

/* ---- footer --------------------------------------------------------------------------------------- */
.footer { border-top: 1px solid var(--rule-dark); padding: var(--s-8) 0 var(--s-7); }
.footer-grid { display: flex; justify-content: space-between; gap: var(--s-7); flex-wrap: wrap; align-items: flex-start; }
.footer-brand { display: grid; gap: var(--s-3); }
.footer-baair { display: flex; align-items: center; gap: 8px; }
.footer-baair img { height: 12px; display: block; filter: invert(1); opacity: .85; position: relative; top: -0.5px; }
.footer-baair span { font-family: var(--font-mono); font-size: 10px; line-height: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--meta-dark); }
.footer-links { display: flex; gap: var(--s-7); }
.footer-col { display: grid; gap: var(--s-3); align-content: start; }
.footer-col b { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: #5C5C57; font-weight: 500; }
.footer-col a { color: #B9B9B2; text-decoration: none; font-size: 14px; }
.footer-col a:hover { color: var(--ink-paper); }
.footer-meta {
  margin-top: var(--s-7); padding-top: var(--s-5); border-top: 1px solid var(--rule-dark);
  display: flex; justify-content: space-between; gap: var(--s-5); flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em;
  text-transform: uppercase; color: #5C5C57;
}

/* ---- reveal on scroll ---------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  body[data-motion="full"] .reveal {
    opacity: 0; transform: translateY(18px);
    transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out);
  }
  body[data-motion="full"] .reveal.in { opacity: 1; transform: none; }
}

/* ---- responsive ------------------------------------------------------------------------------ */
@media (max-width: 1080px) {
  .hero-grid, .journey-grid, .lina-grid, .bo-grid, .case-grid, .cta-grid, .problem-grid { grid-template-columns: minmax(0, 1fr); }
  .journey-stage, .bo-stage { position: static; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-cell { border-left: none; border-top: 1px solid var(--rule-dark); }
  .offers-grid { grid-template-columns: 1fr; }
  .sec-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 var(--gutter-sm); }
  .hero { padding-top: 128px; }
  .proof-grid, .sec-grid { grid-template-columns: 1fr; }
  .kiosk-screen { min-height: 400px; }
  .lang-switch { display: none; }
}


/* ---- status chips (v6) ------------------------------------------------- */
.st-chip {
  display: inline-flex; align-items: center;
  font-family: var(--font-mono); font-size: 9px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 8px; margin-left: 10px; border: 1px solid #3A3A3A; color: var(--meta-dark);
  vertical-align: middle; white-space: nowrap;
}
.st-chip.st-on { border-color: var(--signal); color: var(--signal); }

/* ---- borne ------------------------------------------------------------- */
.borne { border-top: 1px solid var(--rule-dark); }
.borne-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 8fr); gap: var(--s-8); align-items: start; }
.borne-video video {
  display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: contain;
  background: #FFFFFF; border: 1px solid #2A2A2C; padding: 4%; box-sizing: border-box;
}
.borne-copy { display: grid; gap: var(--s-6); }
.borne-specs { display: grid; }
.borne-spec {
  display: grid; grid-template-columns: 150px 1fr; gap: var(--s-5);
  padding: 12px 0; border-top: 1px solid var(--rule-dark); font-size: 14px;
}
.borne-spec b {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; font-weight: 500; color: var(--ink-paper); padding-top: 2px;
}
.borne-spec span { color: #B9B9B2; }
.borne-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-4); }
.borne-shots img {
  width: 100%; aspect-ratio: 3 / 5; object-fit: contain; display: block;
  background: #FFFFFF; padding: 10% 8%; box-sizing: border-box; border: 1px solid #2A2A2C;
}
@media (max-width: 1080px) { .borne-grid { grid-template-columns: 1fr; } .borne-video video { max-width: 380px; margin: 0 auto; } }

/* ---- correctifs mobile (v6) -------------------------------------------- */
@media (max-width: 700px) {
  .bo-feature h3 { flex-wrap: wrap; row-gap: 6px; }
  .st-chip { white-space: normal; margin-left: 0; }
}
@media (max-width: 640px) {
  .lang-switch { display: flex; }            /* le site est bilingue : switch visible aussi en mobile */
  .btn-nav { padding: 9px 14px; font-size: 13px; }
  .nav-links { display: none; }
}


/* ---- conformité v7 : flux badge, note lab, bandeau ASN ------------------ */
.badge-mock {
  flex: 1; display: grid; place-items: center; align-content: center; gap: 8px;
  background: var(--canvas-3); border: 1px solid #2A2A2C; position: relative; text-align: center;
}
.badge-mock .badge-band {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.3em;
  background: var(--signal); color: var(--ink); font-weight: 700; padding: 4px 18px;
}
.badge-mock b { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--ink-paper); }
.badge-mock .badge-sub { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--meta-dark); }
.badge-mock .badge-ok {
  font-style: normal; width: 30px; height: 30px; display: grid; place-items: center;
  border: 1px solid var(--signal); color: var(--signal); font-size: 15px; margin-top: 6px;
}
.floor-mock { flex: 1; display: grid; align-content: center; gap: 0; }
.floor-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 11px 2px; border-top: 1px solid var(--rule-dark);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
}
.floor-row span { color: var(--meta-dark); text-transform: uppercase; font-size: 10px; }
.floor-row b { color: var(--ink-paper); font-weight: 500; }
.bo-lab {
  margin-top: var(--s-5); padding: var(--s-5); border: 1px dashed #3A3A3A;
  display: grid; gap: var(--s-3);
}
.bo-lab p { font-size: 13px; color: var(--meta-dark); line-height: 1.55; }
.bo-lab .st-chip { margin-left: 0; width: max-content; }
.asn-note {
  margin-top: var(--s-6); border: 1px solid #2A2A2C; border-left: 3px solid var(--signal);
  background: var(--canvas-2); padding: var(--s-6); display: grid; gap: var(--s-3);
}
.asn-note b {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 500; color: var(--ink-paper);
}
.asn-note p { font-size: 14px; color: #B9B9B2; max-width: 88ch; }
@media (max-width: 1080px) { .offers-grid[style] { grid-template-columns: minmax(0,1fr) !important; } }


/* ---- services (v8) ------------------------------------------------------ */
.services { border-top: 1px solid var(--rule-dark); }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-5); }
.service {
  border: 1px solid #2A2A2C; background: var(--canvas-2);
  padding: var(--s-6); display: grid; gap: var(--s-3); align-content: start;
}
.service h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 22px;
  letter-spacing: var(--ls-snug); display: flex; align-items: center; gap: 10px;
}
.service h3 i { width: 8px; height: 8px; background: var(--signal); flex: none; }
.service p { font-size: 15px; color: #B9B9B2; max-width: 56ch; }
.services-note {
  margin-top: var(--s-7); font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--meta-dark);
}
@media (max-width: 1080px) { .services-grid { grid-template-columns: 1fr; } }

/* ---- pages légales (v8) -------------------------------------------------- */
.legal-page { max-width: 760px; margin: 0 auto; padding: 140px var(--gutter) 96px; }
.legal-page h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(32px,4vw,48px); letter-spacing: var(--ls-snug); margin-bottom: 8px; }
.legal-page h2 { font-family: var(--font-display); font-weight: 700; font-size: 20px; margin: 40px 0 10px; }
.legal-page p, .legal-page li { font-size: 15px; color: #B9B9B2; line-height: 1.7; }
.legal-page ul { padding-left: 20px; margin: 8px 0; }
.legal-updated { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--meta-dark); }
.legal-todo { color: var(--signal); }
