/* Delegora team — split : bandeau couleur a gauche + texte a droite. Layout distinct de la flotte. */
:root { --band: #274b3a; --ink: #1f2a37; }
body { color: var(--ink); }
.team-band { background-color: var(--band); }
.team-brand-lg { letter-spacing: .03em; }
.team-band-tag { color: rgba(255, 255, 255, .72); font-size: .9rem; }
.team-content { max-width: 640px; }
.team-content h1 { line-height: 1.18; }
.legal-narrow { max-width: 800px; }
.legal-brand { color: var(--band); }
