.team-hero{padding-top:var(--space-12)}
.team-hero-shell{background:radial-gradient(circle at top left,rgba(202,237,227,0.6),transparent 60%),radial-gradient(circle at bottom right,rgba(183,214,255,0.5),transparent 55%),rgba(255,255,255,0.96)}
.team-hero-grid{display:grid;gap:var(--space-6);align-items:center}
@media(min-width:768px){.team-hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)}}
.team-hero-copy p{max-width:34rem}
.team-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4);margin-bottom:var(--space-4)}
.team-hero-meta{display:flex;flex-wrap:wrap;gap:var(--space-2)}
.team-hero-media{max-width:32rem;margin-inline:auto}
.team-hero-figure{border-left:4px solid var(--accent-mint)}
.team-structure-grid{display:grid;gap:var(--space-5)}
@media(min-width:768px){.team-structure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.team-role h3{margin-bottom:var(--space-3)}
.team-inline-figure{margin-block:var(--space-3)}
.team-inline-figure img{border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}
.team-mission-shell{background:linear-gradient(145deg,rgba(255,255,255,0.98),rgba(247,244,252,0.98))}
.team-mission-grid{display:grid;gap:var(--space-6)}
@media(min-width:768px){.team-mission-grid{gap:var(--space-8)}}
.team-mission-header p{max-width:40rem}
.team-mission-columns{display:grid;gap:var(--space-5)}
@media(min-width:900px){.team-mission-columns{grid-template-columns:repeat(3,minmax(0,1fr))}}
.team-mission-block h3{margin-bottom:var(--space-3)}
.team-mission-ctas{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}
.team-recruitment-grid{display:grid;gap:var(--space-5);align-items:flex-start}
@media(min-width:960px){.team-recruitment-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr)}}
.team-recruitment-text h2{margin-bottom:var(--space-3)}
.team-recruitment-body h3{margin-bottom:var(--space-3)}
.team-recruitment-list{display:grid;gap:var(--space-2);margin-bottom:var(--space-4);font-size:var(--text-sm);color:var(--color-text-soft)}
.team-recruitment-list li{position:relative;padding-left:1.2rem}
.team-recruitment-list li::before{content:"";position:absolute;left:0.3rem;top:0.55rem;width:6px;height:6px;border-radius:999px;background:var(--accent-mint)}
.team-recruitment-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}
.team-recruitment-aside h2{margin-bottom:var(--space-3)}
.team-opinions-list{display:grid;gap:var(--space-3);margin-bottom:var(--space-4);font-size:var(--text-sm);color:var(--color-text-soft)}
.team-opinions-link{width:100%;justify-content:center}
@media(min-width:480px){.team-opinions-link{width:auto}}
