  :root {
    --depot-navy: #10192B;
    --depot-navy-light: #1B2740;
    --paper: #EDE7D9;
    --flap-amber: #E8A33D;
    --ink: #1B1D1F;
    --ink-soft: #4A4D52;
    --route-green: #3F7A57;
    --line: rgba(27, 29, 31, 0.14);
    --max-w: 960px;
  }
  * { box-sizing: border-box; }
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'IBM Plex Sans', system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.55;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
  a { color: inherit; }
  :focus-visible { outline: 3px solid var(--flap-amber); outline-offset: 2px; }
  .wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
  .mono { font-family: 'IBM Plex Mono', ui-monospace, monospace; }
  header.site { background: var(--depot-navy); color: var(--paper); padding: 16px 0; }
  header.site .wrap { display: flex; align-items: center; justify-content: space-between; }
  .brand { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 0.06em; color: var(--paper); text-decoration: none; }
  .brand span { color: var(--flap-amber); }
  header.site nav { display: flex; align-items: center; gap: 10px; }
  header.site nav a.nav-link {
    text-decoration: none; font-size: 13.5px; font-weight: 600;
    color: var(--paper); background: rgba(237, 231, 217, 0.12);
    border: 1px solid rgba(237, 231, 217, 0.32);
    padding: 7px 15px; border-radius: 4px; display: inline-flex; align-items: center;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  }
  header.site nav a.nav-link:hover {
    background: rgba(237, 231, 217, 0.22); border-color: rgba(237, 231, 217, 0.55);
    color: #FFFFFF; text-decoration: none;
  }
  header.site nav a.cta-nav {
    text-decoration: none; font-size: 13.5px; font-weight: 700;
    padding: 7px 16px; background: var(--flap-amber); color: var(--depot-navy);
    border-radius: 4px; display: inline-flex; align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: filter 0.15s ease;
  }
  header.site nav a.cta-nav:hover {
    filter: brightness(1.08); text-decoration: none;
  }
  .hero { padding: 64px 0 48px; }
  .eyebrow {
    font-family: 'IBM Plex Mono', monospace; font-size: 13px;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 18px;
  }
  .eyebrow::before { content: "\25CF\20"; color: #A23E2F; }
  h1 {
    font-family: 'Bebas Neue', sans-serif; font-weight: 400;
    font-size: clamp(40px, 6.2vw, 72px); line-height: 0.98; margin: 0 0 22px; max-width: 14ch;
  }
  .hero p.lede { font-size: 19px; color: var(--ink-soft); max-width: 52ch; margin: 0 0 36px; }
  .hero p.lede strong { color: var(--ink); }
  .board {
    background: var(--depot-navy);
    border-radius: 8px;
    padding: 2px;
    border: 1px solid rgba(237, 231, 217, 0.08);
    box-shadow: 0 16px 36px -14px rgba(16, 25, 43, 0.45);
    overflow: hidden;
    max-width: 100%;
  }
  .board-head {
    display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr) minmax(0, 1.1fr);
    padding: 10px 20px; font-family: 'IBM Plex Mono', monospace;
    font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(237, 231, 217, 0.55);
  }
  .board-row {
    display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr) minmax(0, 1.1fr); align-items: center;
    padding: 13px 20px; border-top: 1px solid rgba(237, 231, 217, 0.1);
    font-family: 'IBM Plex Mono', monospace; color: var(--paper);
    animation: board-in 0.45s ease-out both;
    gap: 8px;
  }
  .board-row .city {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .board-row:nth-child(2) { animation-delay: 0.04s; }
  .board-row:nth-child(3) { animation-delay: 0.08s; }
  .board-row:nth-child(4) { animation-delay: 0.12s; }
  .board-row:nth-child(5) { animation-delay: 0.16s; }
  .board-row:nth-child(6) { animation-delay: 0.20s; }
  .board-row:nth-child(7) { animation-delay: 0.24s; }
  .board-row:nth-child(8) { animation-delay: 0.28s; }
  .board-row:nth-child(9) { animation-delay: 0.32s; }
  .board-row:nth-child(10) { animation-delay: 0.36s; }
  .board-row:nth-child(11) { animation-delay: 0.40s; }
  .board-row:nth-child(12) { animation-delay: 0.44s; }
  .board-row:nth-child(13) { animation-delay: 0.48s; }
  .board-row:nth-child(14) { animation-delay: 0.52s; }
  .board-row:nth-child(15) { animation-delay: 0.56s; }
  .board-row:nth-child(16) { animation-delay: 0.60s; }
  .board-row:nth-child(17) { animation-delay: 0.64s; }
  @keyframes board-in {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .board-row { animation: none; }
  }
  .board-row .status.ras { color: #7FBF9A; justify-self: start; }
  .board-row .status.change {
    color: var(--depot-navy);
    background: var(--flap-amber);
    padding: 3px 9px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    justify-self: start;
    box-sizing: border-box;
  }
  .board-row .date { font-size: 13px; color: rgba(237, 231, 217, 0.6); }
  section { padding: 64px 0; border-top: 1px solid var(--line); }
  .kicker {
    font-family: 'IBM Plex Mono', monospace; font-size: 12px;
    letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 10px;
  }
  h2 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: clamp(28px, 3.6vw, 40px); margin: 0 0 28px; }
  .fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
  .field { background: var(--paper); padding: 22px 20px; }
  .field .tag {
    font-family: 'IBM Plex Mono', monospace; font-size: 11px;
    letter-spacing: 0.08em; text-transform: uppercase; color: #A23E2F; display: block; margin-bottom: 8px;
  }
  .field p { margin: 0; font-size: 15px; color: var(--ink-soft); }
  .example-card { background: var(--depot-navy-light); color: var(--paper); border-radius: 4px; padding: 32px; }
  .example-card .example-title { font-family: 'Bebas Neue', sans-serif; font-size: 28px; margin: 0 0 4px; }
  .example-card .example-sub { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: var(--flap-amber); margin: 0 0 24px; }
  .example-row { display: grid; grid-template-columns: 180px 1fr; gap: 16px; padding: 12px 0; border-top: 1px solid rgba(237, 231, 217, 0.14); font-size: 15px; }
  .example-row:first-of-type { border-top: none; }
  .example-row .label {
    font-family: 'IBM Plex Mono', monospace; font-size: 12px;
    letter-spacing: 0.05em; text-transform: uppercase; color: rgba(237, 231, 217, 0.55);
  }
  .cities { display: flex; flex-wrap: wrap; gap: 10px; }
  .city-badge {
    font-family: 'IBM Plex Mono', monospace; font-size: 13px;
    padding: 8px 14px; border: 1px solid var(--ink); border-radius: 999px;
  }
  .cities-note { margin-top: 22px; font-size: 14px; color: var(--ink-soft); }
  .trust-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
  .trust-list li { padding-left: 26px; position: relative; color: var(--ink-soft); font-size: 15px; }
  .trust-list li::before { content: "\2014\20"; position: absolute; left: 0; color: var(--route-green); font-weight: 700; }
  .pricing-intro {
    margin: 0 0 22px;
    color: var(--ink-soft);
    font-size: 15px;
    max-width: 52ch;
  }
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    align-items: stretch;
    max-width: 860px;
  }
  .pricing-box {
    background: var(--depot-navy);
    color: var(--paper);
    border-radius: 4px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
  }
  .pricing-box-promo {
    box-shadow: inset 0 0 0 2px var(--flap-amber);
  }
  .pricing-label {
    margin: 0;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(237, 231, 217, 0.55);
  }
  .price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(40px, 8vw, 52px);
    line-height: 1;
    word-break: break-word;
  }
  .price span {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    color: rgba(237, 231, 217, 0.6);
    margin-left: 6px;
  }
  .pricing-box > p {
    margin: 0;
    color: rgba(237, 231, 217, 0.75);
    font-size: 14px;
    flex: 1;
  }
  .pricing-box .cta { align-self: flex-start; margin-top: 8px; }
  .cta {
    display: inline-block; background: var(--flap-amber); color: var(--depot-navy);
    text-decoration: none; font-weight: 700; font-size: 15px; padding: 14px 22px; border-radius: 2px;
  }
  footer.site { background: var(--depot-navy); color: rgba(237, 231, 217, 0.6); padding: 40px 0; font-size: 13px; }
  footer.site .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
  footer.site a { text-decoration: underline; }

  /* --- Generic lede paragraph, reusable outside .hero --- */
  .lede { font-size: 17px; color: var(--ink-soft); max-width: 58ch; margin: 0 0 28px; }
  .lede strong { color: var(--ink); }

  /* --- Reusable "window" chrome: title bar + board, used for the homepage
     preview and the full espace-abonne panel --- */
  .window {
    background: var(--depot-navy);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 40px -18px rgba(16, 25, 43, 0.55);
    border: 1px solid rgba(237, 231, 217, 0.1);
    max-width: 100%;
    width: 100%;
  }
  .window-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(237, 231, 217, 0.1);
  }
  .window-bar .dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
  .window-bar .dot-a { background: #EF4444; }
  .window-bar .dot-b { background: var(--flap-amber); }
  .window-bar .dot-c { background: var(--route-green); }
  .window-bar .window-title {
    margin-left: 8px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: rgba(237, 231, 217, 0.6);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .window .board-head {
    padding: 10px 20px;
    font-size: 11px;
  }
  .window .board-row {
    padding: 13px 20px;
    font-size: 14px;
  }
  .window-note {
    padding: 12px 20px;
    font-size: 12px;
    color: rgba(237, 231, 217, 0.55);
    background: rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(237, 231, 217, 0.1);
  }
  .panel-preview {
    width: 100%;
    margin: 28px 0 20px;
  }
  .panel-preview .board-row:nth-child(n+6) { display: none; }
  
  /* Homepage hero board */
  .hero .board {
    max-height: min(440px, 60vh);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dashboard-board {
    max-width: 100%;
    width: 100%;
  }
  .dashboard-board .board-row {
    min-width: 0;
  }
  .secondary-link {
    display: inline-block;
    margin-top: 22px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .secondary-link:hover { color: #A23E2F; }

  /* --- Panel banner (keeps the email framed as the primary channel) --- */
  .panel-banner {
    display: flex; gap: 12px; background: rgba(63, 122, 87, 0.09);
    border-left: 3px solid var(--route-green); padding: 14px 20px; border-radius: 4px;
    font-size: 14px; color: var(--ink-soft); margin: 0 0 32px; max-width: 62ch;
  }
  .panel-banner strong { color: var(--ink); }

  /* --- Dashboard toolbar: filter chips + sync label --- */
  .dashboard-toolbar {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
    gap: 14px; margin: 30px 0 16px;
  }
  .filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
  .chip {
    font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.03em;
    padding: 8px 14px; border-radius: 999px; border: 1px solid var(--ink);
    background: transparent; color: var(--ink); cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  }
  .chip.is-active { background: var(--depot-navy); border-color: var(--depot-navy); color: var(--paper); }
  .dashboard-updated { font-size: 12px; color: var(--ink-soft); }
  .board-row[hidden] { display: none; }

  /* --- Updates feed --- */
  .dashboard-feed { margin-top: 44px; }
  .feed-title { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 24px; margin: 0 0 18px; }
  .feed-list {
    list-style: none; margin: 0; padding: 0; display: grid; gap: 1px;
    background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden;
  }
  .feed-item {
    background: var(--paper); display: grid; grid-template-columns: 110px 130px 1fr;
    gap: 16px; padding: 16px 20px; align-items: baseline;
  }
  .feed-date { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--ink-soft); }
  .feed-city { font-weight: 700; font-size: 14px; }
  .feed-desc { color: var(--ink-soft); font-size: 14px; }
  .panel-footnote { margin-top: 30px; font-size: 13px; color: var(--ink-soft); }
  main.panel-wrap {
    padding: 56px 0 72px;
    max-width: 100%;
    overflow-x: hidden;
  }
  main.panel-wrap > h1 {
    font-size: clamp(32px, 8vw, 56px);
    max-width: none;
    word-break: break-word;
  }

  @media (max-width: 900px) {
    .pricing-grid {
      grid-template-columns: 1fr;
      gap: 28px;
      max-width: none;
    }
  }

  @media (max-width: 720px) {
    .wrap {
      padding-left: max(22px, env(safe-area-inset-left));
      padding-right: max(22px, env(safe-area-inset-right));
    }
    header.site { padding: 14px 0; }
    header.site .wrap {
      flex-direction: row;
      gap: 12px;
      align-items: center;
      justify-content: space-between;
    }
    header.site nav {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    header.site nav a.nav-link {
      font-size: 12px;
      padding: 7px 12px;
    }
    header.site nav a.cta-nav {
      font-size: 12px;
      padding: 7px 14px;
    }
    .hero { padding: 44px 0 32px; }
    h1 { font-size: clamp(32px, 10vw, 46px); max-width: none; }
    .hero p.lede { font-size: 16px; margin-bottom: 24px; }
    .fields { grid-template-columns: 1fr; }

    /* Dashboard & Preview Boards on Mobile: Dézoomé, décollé des bords, cartes distinctes */
    .board, .window {
      border-radius: 10px;
      box-shadow: 0 12px 30px -10px rgba(16, 25, 43, 0.4);
      border: 1px solid rgba(237, 231, 217, 0.12);
    }
    .window-bar {
      padding: 8px 14px;
      gap: 6px;
    }
    .window-bar .dot {
      width: 7px;
      height: 7px;
      display: inline-block;
    }
    .window-bar .window-title {
      font-size: 10.5px;
      margin-left: 4px;
    }
    .board-head {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) auto auto;
      gap: 10px;
      padding: 7px 14px;
      font-size: 9px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(237, 231, 217, 0.45);
      border-bottom: 1px solid rgba(237, 231, 217, 0.08);
    }
    .board-head span:last-child {
      text-align: right;
    }
    .board-row {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) auto auto;
      align-items: center;
      gap: 10px;
      padding: 8px 14px;
      font-size: 11.5px;
    }
    .board-row .city {
      font-size: 12px;
      font-weight: 500;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .board-row .status {
      justify-self: center;
    }
    .board-row .status.change {
      font-size: 9.5px;
      padding: 2px 6px;
      border-radius: 3px;
      font-weight: 600;
      letter-spacing: 0.02em;
    }
    .board-row .status.ras {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.03em;
    }
    .board-row .date {
      font-size: 10.5px;
      text-align: right;
      justify-self: end;
      color: rgba(237, 231, 217, 0.6);
      white-space: nowrap;
      grid-column: auto;
    }
    .window .board-head { padding: 7px 14px; }
    .window .board-row { padding: 8px 14px; }
    .window-note {
      padding: 8px 14px;
      font-size: 10px;
    }
    .panel-preview {
      margin: 20px 0 18px;
    }
    .hero .board {
      max-height: min(320px, 48vh);
    }

    /* Page Espace Abonné (espace-abonne.html) */
    body.panel-page main.panel-wrap {
      padding: 28px 0 44px;
      overflow-x: clip;
    }
    body.panel-page main.panel-wrap > h1 {
      font-size: 36px;
      line-height: 1;
      margin-bottom: 14px;
    }
    .panel-banner {
      padding: 12px 16px;
      max-width: none;
      font-size: 13px;
      line-height: 1.45;
      border-radius: 6px;
      margin-bottom: 18px;
    }
    .dashboard-toolbar {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 10px;
      margin: 18px 0 14px;
    }
    .filter-chips {
      display: flex;
      gap: 8px;
      width: 100%;
    }
    .chip {
      flex: 1 1 0;
      text-align: center;
      padding: 8px 10px;
      font-size: 11.5px;
      min-height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
    }
    .dashboard-updated {
      font-size: 11px;
      color: var(--ink-soft);
    }
    .dashboard-feed {
      margin-top: 32px;
    }
    .feed-title {
      font-size: 22px;
      margin-bottom: 12px;
    }
    .feed-list {
      border-radius: 8px;
      overflow: hidden;
      gap: 1px;
    }
    .feed-item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
      padding: 12px 16px;
    }
    .feed-date {
      font-size: 11px;
      color: var(--ink-soft);
    }
    .feed-city {
      font-size: 13.5px;
      font-weight: 700;
    }
    .feed-desc {
      font-size: 13px;
      line-height: 1.45;
      color: var(--ink-soft);
    }
    .panel-footnote {
      margin-top: 22px;
      font-size: 12.5px;
    }

    /* Common layout elements */
    .pricing-box { padding: 26px 22px; }
    .price { font-size: clamp(34px, 12vw, 42px); }
    .example-row { grid-template-columns: 1fr; gap: 4px; }
    .example-card { padding: 22px 18px; }
    section { padding: 46px 0; }
  }

  @media (max-width: 420px) {
    .brand { font-size: 22px; }
    .wrap {
      padding-left: max(18px, env(safe-area-inset-left));
      padding-right: max(18px, env(safe-area-inset-right));
    }
    header.site nav a.nav-link { font-size: 11px; padding: 6px 10px; }
    header.site nav a.cta-nav { font-size: 11.5px; padding: 6px 12px; }
    .city-badge { font-size: 12px; padding: 6px 10px; }
    .board, .window { border-radius: 8px; }
    .window-bar .window-title { font-size: 10px; }
    .board-row {
      padding: 7px 11px;
      gap: 8px;
      font-size: 11px;
    }
    .board-head {
      padding: 6px 11px;
      gap: 8px;
      font-size: 8.5px;
    }
    .board-row .status.change {
      font-size: 9px;
      padding: 1.5px 5px;
    }
    .board-row .status.ras {
      font-size: 9.5px;
    }
    .board-row .date {
      font-size: 10px;
    }
    .window-note {
      padding: 7px 11px;
      font-size: 9.5px;
    }
  }
