function Founder() {
  return (
    <section id="founder" className="section" style={{background:'var(--paper)'}}>
      <div className="wrap">
        <div className="grid-2" style={{display:'grid', gridTemplateColumns:'.8fr 1.2fr', gap:'clamp(32px, 5vw, 80px)', alignItems:'center'}}>
          <div>
            <ImgPh label="Carla Scott — portrait" aspect="4 / 5" />
          </div>
          <div>
            <Eyebrow>Our Founder</Eyebrow>
            <h2 style={{marginTop:20, fontWeight:300}}>
              Led by <span className="italic">Carla Scott</span>.
            </h2>
            <p style={{marginTop:24, fontSize:17, lineHeight:1.75, color:'var(--ink)', maxWidth:560}}>
              A senior executive with over twenty years of leadership experience across government, corporate, and not-for-profit sectors — specialising in enterprise-wide transformation and digital innovation.
            </p>
            <p style={{marginTop:16, fontSize:16, lineHeight:1.7, color:'var(--muted)', maxWidth:560}}>
              Carla is known for calm authority, evidence-based decision-making, and architecting large-scale programs that deliver measurable strategic growth, operational efficiency, and cultural change.
            </p>
            <p style={{marginTop:16, fontSize:16, lineHeight:1.7, color:'var(--muted)', maxWidth:560}}>
              Alongside her consulting practice, Carla is a dedicated advocate for women in the workplace — founding CASC Global's community arm to share the frameworks, scripts and hard-won lessons from two decades in the room where decisions are made. She believes the quiet practical work of mentoring, sponsoring and championing other women is how real change compounds.
            </p>

            <div style={{marginTop:32, display:'flex', gap:20, flexWrap:'wrap', fontSize:14}}>
              <a href="https://www.linkedin.com/in/carla-scott-37b8411/" target="_blank" rel="noreferrer" className="btn-link">Connect on LinkedIn <span className="arrow">→</span></a>
            </div>
          </div>
        </div>
      </div>
    </section>
  );
}
Object.assign(window, { Founder });
