/* ============================================================================
   AM — Page « Où trouver ma plaque »  ·  am-plaque.css  (DELTA)
   Chargée APRÈS am-presentation.css (bloc partagé du design system A&M).
   Ne contient QUE les composants propres à la maquette plaque, absents du bloc
   partagé : descripteur hero caps, intro .split--intro 5/7 (étalon
   /modeles-remplacement/), grille .why, en-tête annuaire .dir-head, annuaire
   .plate-grid/.pcard (schémas line-art), encart .tip/.ph/.readout.
   Tout scopé .am-plaque -> zéro fuite, zéro impact sur /entreprise/presentation.
   Tokens (--ink, --surface-alt, --hairline, --muted, --faint, --anthracite,
   --wide-max, --radius) hérités de .am-pres (même élément). 100% réversible.
   ============================================================================ */

/* ---------- HERO : descripteur caps (entre H1 et sous-titre) ---------- */
.am-plaque .mh-desc{color:#c4c4cb;font-size:14px;font-weight:600;letter-spacing:2px;
  text-transform:uppercase;margin:18px 0 0;line-height:1.5}

/* ---------- INTRO : 2 colonnes pleine largeur 5/7 (étalon /modeles-remplacement/) ---------- */
.am-plaque .split--intro{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:32px clamp(40px,5.5vw,64px);align-items:start}
.am-plaque .split--intro .split__head h2.c-h2{margin-bottom:0}
.am-plaque .split--intro .split__body{max-width:72ch}
.am-plaque .split--intro .split__body p:first-child{margin-top:0}

/* ---------- WHY : 3 cartes d'appui ---------- */
.am-plaque .why{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.am-plaque .why__it{border:1px solid var(--hairline);border-radius:14px;padding:26px 26px 28px;background:#fff}
.am-plaque .why__ic{width:46px;height:46px;border-radius:12px;background:var(--surface-alt);
  display:grid;place-items:center;margin-bottom:18px;color:var(--ink)}
.am-plaque .why__it h3{font-size:18px;font-weight:600;margin:0 0 6px;color:var(--ink)}
.am-plaque .why__it p{font-size:15px;color:var(--muted);margin:0;line-height:1.6}

/* ---------- EN-TÊTE ANNUAIRE : titre gauche + note droite, pleine largeur ---------- */
.am-plaque .dir-head{display:flex;justify-content:space-between;align-items:flex-end;
  gap:28px 48px;flex-wrap:wrap;margin-bottom:0}
.am-plaque .dir-head__t{max-width:26ch}
.am-plaque .dir-head .c-h2{margin-bottom:0}
.am-plaque .dir-note{max-width:42ch;color:var(--muted);font-size:16px;line-height:1.55;margin:0 0 6px}

/* ---------- ANNUAIRE : grille de cartes + schémas line-art ---------- */
.am-plaque .plate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}
.am-plaque .pcard{border:1px solid var(--hairline);border-radius:14px;background:#fff;overflow:hidden;
  display:flex;flex-direction:column;transition:box-shadow .18s,transform .18s}
.am-plaque .pcard:hover{box-shadow:0 6px 20px rgba(0,0,0,.07);transform:translateY(-2px)}
.am-plaque .pcard__fig{background:var(--surface-alt);border-bottom:1px solid var(--hairline);
  aspect-ratio:16/10;display:grid;place-items:center;padding:18px 22px;color:var(--ink);position:relative}
.am-plaque .pcard__fig svg{width:100%;height:100%}
.am-plaque .pcard__zone{position:absolute;left:14px;bottom:12px;font-size:10.5px;font-weight:700;
  letter-spacing:.09em;text-transform:uppercase;color:var(--muted);background:#fff;
  border:1px solid var(--hairline);border-radius:999px;padding:4px 10px}
.am-plaque .pcard__body{padding:22px 24px 24px}
.am-plaque .pcard__body h3{font-size:19px;font-weight:700;letter-spacing:-.01em;margin:0 0 14px;color:var(--ink)}
.am-plaque .pblock{display:flex;gap:11px;padding:11px 0}
.am-plaque .pblock + .pblock{border-top:1px solid var(--hairline)}
.am-plaque .pblock__ic{flex:0 0 auto;color:var(--ink);margin-top:1px}
.am-plaque .pblock__t{min-width:0}
.am-plaque .pblock__t .lbl{display:block;font-size:10.5px;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;color:var(--faint);margin-bottom:3px}
.am-plaque .pblock__t p{margin:0;font-size:14.5px;line-height:1.5;color:var(--ink-body)}
.am-plaque .pblock__t b{color:var(--ink);font-weight:600}
.am-plaque .pblock__t code,
.am-plaque .readout code{background:var(--surface-alt);border:1px solid var(--hairline);border-radius:5px;
  padding:1px 6px;font-size:13px;color:var(--ink);font-family:"SF Mono",ui-monospace,Menlo,monospace}

/* ---------- ASTUCE (sombre) + anatomie de plaque ---------- */
.am-plaque .tip{background:var(--anthracite);border-radius:16px;overflow:hidden;
  display:grid;grid-template-columns:1.05fr .95fr;gap:0;color:#fff}
.am-plaque .tip__l{padding:52px}
.am-plaque .tip__l .c-eyebrow{color:#9aa0a6}
.am-plaque .tip__l .c-eyebrow::before{background:#5a5f66}
.am-plaque .tip__l h2{color:#fff;font-size:29px;font-weight:700;letter-spacing:-.015em;line-height:1.16;max-width:16ch}
.am-plaque .tip__l p{color:#c7cbcf;font-size:16px;line-height:1.6;margin:16px 0 0;max-width:46ch}
.am-plaque .tip__steps{list-style:none;margin:26px 0 30px;padding:0;display:flex;flex-direction:column;gap:14px}
.am-plaque .tip__steps li{display:flex;gap:13px;align-items:flex-start;font-size:15px;color:#e4e6e8}
.am-plaque .tip__steps .n{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:#fff;color:var(--ink);
  font-weight:700;font-size:13px;display:grid;place-items:center}
.am-plaque .tip__btns{display:flex;gap:14px;flex-wrap:wrap}
.am-plaque .tip__btns .am-btn--primary{background:#fff;color:var(--ink);border-color:#fff}
.am-plaque .tip__btns .am-btn--primary:hover{background:#eceded;transform:none}
.am-plaque .tip__btns .am-btn--ghost{color:#fff;border-color:rgba(255,255,255,.5)}
.am-plaque .tip__btns .am-btn--ghost:hover{background:#fff;color:var(--ink)}
.am-plaque .tip__r{position:relative;background:#151619;border-left:1px solid rgba(255,255,255,.08);
  padding:40px;display:flex;flex-direction:column;justify-content:center}
/* placeholder image à sourcer */
.am-plaque .ph{position:relative;border:1.5px dashed #4c5158;border-radius:12px;
  background:repeating-linear-gradient(135deg,rgba(255,255,255,.028) 0 12px,rgba(255,255,255,0) 12px 24px);
  aspect-ratio:16/10;display:grid;place-items:center;text-align:center}
.am-plaque .ph__tag{position:absolute;top:12px;left:12px;font-size:10px;font-weight:700;letter-spacing:.11em;
  text-transform:uppercase;color:#0e0f11;background:#e8b23a;border-radius:5px;padding:4px 9px}
.am-plaque .ph__mid{color:#aeb3ba;font-size:13px;line-height:1.5;padding:0 26px;max-width:34ch;margin:0}
.am-plaque .ph__mid b{color:#fff;font-weight:600}
/* photo réelle d'une plaque signalétique (asset fourni) — coins arrondis, image entière */
.am-plaque .plate-shot{margin:0;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.14);
  background:#fff;box-shadow:0 18px 40px -22px rgba(0,0,0,.55)}
.am-plaque .plate-shot img{width:100%;height:auto;display:block}
.am-plaque .plate-shot figcaption{background:#151619;color:#aeb3ba;font-size:12.5px;line-height:1.45;
  padding:12px 16px;border-top:1px solid rgba(255,255,255,.08)}
.am-plaque .plate-shot figcaption b{color:#fff;font-weight:600}
/* lecture annotée d'une plaque */
.am-plaque .readout{margin-top:20px;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}
.am-plaque .readout .lbl{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:#9aa0a6;margin-bottom:12px}
.am-plaque .brand-tbl{width:100%;border-collapse:collapse;font-size:13.5px}
.am-plaque .brand-tbl td{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top;color:#d5d8db}
.am-plaque .brand-tbl tr:last-child td{border-bottom:0}
.am-plaque .brand-tbl td:first-child{font-weight:600;color:#fff;white-space:nowrap;padding-right:18px}
.am-plaque .readout .brand-tbl code{background:rgba(255,255,255,.09);border:0;border-radius:5px;
  padding:1px 7px;font-size:12.5px;color:#fff}

/* ---------- RESPONSIVE ---------- */
@media(max-width:980px){
  .am-plaque .tip{grid-template-columns:1fr}
  .am-plaque .tip__r{border-left:0;border-top:1px solid rgba(255,255,255,.08)}
}
@media(max-width:860px){
  .am-plaque .split--intro{grid-template-columns:1fr;gap:24px}
  .am-plaque .why,.am-plaque .plate-grid{grid-template-columns:1fr}
  .am-plaque .dir-head{gap:14px}
}
@media(max-width:720px){
  .am-plaque .why{margin-top:36px}
  .am-plaque .tip__l{padding:36px 26px}
  .am-plaque .tip__r{padding:26px}
  .am-plaque .tip__l h2{font-size:25px}
  .am-plaque .tip__btns{flex-direction:column}
  .am-plaque .tip__btns .am-btn{width:100%}
}

/* ============================================================================
   CORRECTIFS 12.07 (mesurés au CDP vs étalon /modeles-remplacement/, hero x=53)
   1) HERO aligné sur le conteneur 1320 (au lieu de 1180 centré -> x passait de 123 à 53)
   2) Boutons hero de MÊME largeur, remplissant la colonne (étalon = 292/292)
   3) Titre annuaire en 2 lignes naturelles (coupe à la virgule, plus de « vous » orphelin)
   4) Réponses FAQ en PLEINE LARGEUR du bloc 1320 (comme les questions)
   ============================================================================ */

/* 1) HERO : recaler .mhero__row (partagé, centré à 1180) sur la grille 1320,
   comme le hero am-hero2 de l'étalon. Padding vertical (70/54px) conservé. */
.am-plaque .mhero__row{width:auto;max-width:var(--wide-max);
  padding-left:var(--gutter);padding-right:var(--gutter)}
@media(max-width:560px){
  .am-plaque .mhero__row{padding-left:20px;padding-right:20px}
}

/* 2) Boutons hero : largeur égale, remplissent la colonne (comme /modeles-remplacement/).
   Sur mobile (<=980, comme la feuille partagée) : pleine largeur, empilés. */
.am-plaque .mh-btns .hbtn{flex:1 1 0;min-width:0}
@media(max-width:980px){
  .am-plaque .mh-btns .hbtn{flex:1 1 100%;width:100%}
}

/* 3) Titre « Où se cache la plaque, chez vous » : 2 lignes propres (coupe à la virgule) */
.am-plaque .dir-head__t{max-width:360px}

/* 4) FAQ : réponses pleine largeur du conteneur 1320 (annule le max-width 82ch partagé) */
.am-plaque .faq .a{max-width:none}
