/* =================================================================
   CHI SIAMO — page-scoped
   ================================================================= */

/* 2.1 Inner hero */
.page-hero{padding-block:clamp(3.5rem,8vw,6rem) clamp(2.5rem,5vw,4rem)}
.page-hero h1{max-width:16ch}
.page-hero .lead{margin-top:1.3rem;max-width:50ch}

/* 2.2 Editorial — Perché esistiamo */
.editorial{max-width:700px}
.editorial .lead-para{font-size:var(--lead);color:var(--text);line-height:1.6;margin-bottom:1.3rem}
.editorial p{color:var(--text-muted);margin-bottom:1.2rem;max-width:none}
.editorial p:last-child{margin-bottom:0}
.editorial .pull{font-family:var(--font-head);font-weight:700;
  font-size:clamp(1.35rem,2.4vw,1.9rem);line-height:1.25;letter-spacing:-.01em;
  color:var(--gold-dim);margin:1.8rem 0;max-width:24ch}

/* 2.3 Pillars */
.pillar{padding-top:1.2rem;border-top:2px solid var(--gold)}
.pillar h3{margin-bottom:.55rem}
.pillar p{color:var(--text-muted)}

/* 2.4 Audience */
.audience-intro{max-width:54ch;color:var(--text-muted)}
.audience{display:grid;gap:1rem;margin-top:1.6rem}
@media (min-width:768px){.audience{grid-template-columns:1fr 1fr;gap:1.1rem 2rem}}
.aud-item{padding:.15rem 0 .15rem 1.1rem;border-left:2px solid var(--gold)}
.aud-item b{color:var(--text)}
.aud-item span{color:var(--text-muted)}

/* 2.5 Team (founders) */
.team-split{display:grid;gap:clamp(1.75rem,4vw,3rem);align-items:start}
@media (min-width:860px){.team-split{grid-template-columns:1fr .78fr}}
.team-copy h2{margin-bottom:1.25rem}
.team-copy p{color:var(--text-muted);margin-bottom:1rem;max-width:60ch}
.team-copy p:last-child{margin-bottom:0}
.team-copy .who{color:var(--text);font-weight:600}
.founders-panel{border:1px solid var(--border);border-top:3px solid var(--gold);border-radius:var(--radius);
  background:var(--off-white);padding:clamp(1.25rem,2.5vw,1.75rem)}
@media (min-width:860px){.founders-panel{position:sticky;top:6rem}}
.founders-panel .panel-label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;
  color:var(--gold-dim);font-weight:600;margin-bottom:1.1rem}
.founder-row{display:flex;align-items:center;gap:.9rem;padding:.9rem 0;border-top:1px solid var(--border)}
.founder-row:first-of-type{border-top:none;padding-top:0}
.founder-row:last-child{padding-bottom:0}
.founder-row .mono{flex:none;width:46px;height:46px;border-radius:50%;background:var(--gold);
  color:var(--black);font-family:var(--font-head);font-weight:700;font-size:1.15rem;
  display:flex;align-items:center;justify-content:center;letter-spacing:-.02em}
.founder-row .who{display:flex;flex-direction:column;line-height:1.25}
.founder-row .who b{color:var(--text);font-weight:600;font-size:1.02rem}
.founder-row .who span{color:var(--text-muted);font-size:.82rem}

/* 2.6 CTA (dark) */
.cta-dark{text-align:center}
.cta-dark .lead{margin-inline:auto}
.cta-dark .btn-row{justify-content:center}
