/* Page Grille de provenance : tableau des reperes, etapes, prose et liens de fin. */
.grille-table-wrap { overflow-x: auto; border: 1px solid var(--int-border-strong); border-radius: var(--r-4); background: rgba(255, 255, 255, 0.022); }
.grille-table { width: 100%; border-collapse: collapse; font-size: 13.5px; line-height: 1.5; color: var(--lp-ink-muted); }
.grille-table th, .grille-table td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--int-border); }
.grille-table tbody tr:last-child th, .grille-table tbody tr:last-child td { border-bottom: 0; }
.grille-table thead th { font-family: var(--font-mono); font-size: 9.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--lp-ink-faint); }
.grille-table tbody th { min-width: 128px; font-weight: 400; color: var(--lp-ink-strong); }
.grille-nature { display: block; margin-top: 8px; font-family: var(--font-mono); font-size: 10px; color: var(--lp-ink-faint); }
.grille-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.grille-prose { max-width: 70ch; font-size: 14.5px; line-height: 1.6; color: var(--lp-ink-muted); }
.grille-prose + .grille-prose, .grille-prose + .lp-list, .lp-list + .grille-prose { margin-top: 14px; }
.grille-prose a, .grille-final-links a { color: var(--lp-ink-strong); text-underline-offset: 3px; }

.grille-steps { counter-reset: grille; display: flex; flex-direction: column; gap: 14px; max-width: 70ch; margin-top: 14px; }
.grille-steps li { counter-increment: grille; display: grid; grid-template-columns: 34px 1fr; gap: 12px; list-style: none; font-size: 14.5px; line-height: 1.55; color: var(--lp-ink-muted); }
.grille-steps li::before { content: counter(grille, decimal-leading-zero); padding-top: 3px; font-family: var(--font-mono); font-size: 11px; color: var(--lp-accent-ink); }

.grille-final-links { margin-top: 18px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--lp-ink-faint); }

@media (max-width: 620px) {
  .grille-table-wrap { overflow: visible; border: 0; background: none; }
  .grille-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .grille-table, .grille-table tbody, .grille-table tr, .grille-table th, .grille-table td { display: block; width: 100%; }
  .grille-table tr { margin-bottom: 14px; border: 1px solid var(--int-border-strong); border-radius: var(--r-4); background: rgba(255, 255, 255, 0.022); }
  .grille-table td::before { content: attr(data-label); display: block; margin-bottom: 4px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--lp-ink-faint); }
}
