@charset "UTF-8";

/*
@copyright: CAFFEINAPURA Srls Unipersonale - All right reserved
Version: 2026.01 - 2026-06-09
Autore: Roberto Cheli

Pillar page. Carica DOPO base.css + article-shell.css + cms-content.css.
Hero base (.art-hero*) e contenuto boxed sono in article-shell.css.
Qui solo le specificità della pillar: altezza copertina + stile eyebrow a pill.
*/

/* Hero più alto (copertina principale della guida) */
.art-hero{height:62vh;min-height:380px;max-height:580px;}

/* Eyebrow come "pill" su sfondo semitrasparente (override del default testuale) */
.art-eyebrow{background:rgba(255,255,255,.08);padding:.28rem .85rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);}