/* Shared team directory and homepage cards. No third-party widgets or tracking. */
.team-section,
.team-directory {
    --team-ink: #182520;
    --team-muted: #526159;
    --team-green: #126343;
    --team-border: #e1e5df;
    background: #f6f7f1;
    color: var(--team-ink);
    font-size: 18px;
    line-height: 1.65;
}
.team-section { padding: 64px 0; border-block: 1px solid #e8ebe3; scroll-margin-top: 100px; }
.team-section *, .team-directory * { box-sizing: border-box; }
.team-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.team-section-intro { max-width: 730px; }
.team-eyebrow { margin: 0 0 12px; color: var(--team-green); font-size: 14px; font-weight: 700; line-height: 1.5; letter-spacing: .12em; }
.team-section h2 { margin: 0 0 15px; font-size: clamp(30px, 3vw, 40px); line-height: 1.15; letter-spacing: -.035em; color: var(--team-ink); }
.team-intro { margin: 0; color: var(--team-muted); max-width: 850px; font-size: 18px; line-height: 1.7; }
.team-directory-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px 0; color: var(--team-ink); font-size: 17px; font-weight: 600; text-underline-offset: 5px; flex-shrink: 0; }
.team-directory-link:hover { color: var(--team-green); }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 22px; padding: 0; margin: 0; list-style: none; }
.team-grid-item { min-width: 0; display: flex; padding: 0; margin: 0; }
.team-card { display: flex; flex-direction: column; min-width: 0; width: 100%; padding: 26px 22px 18px; background: #fff; border: 1px solid var(--team-border); border-radius: 20px; box-shadow: 0 5px 20px #16251c05; }
.team-person { display: flex; align-items: center; gap: 16px; color: inherit; text-decoration: none; min-height: 100px; }
.team-person-copy { min-width: 0; }
.team-section .team-name, .team-directory .team-name { margin: 0 0 7px; color: var(--team-ink); font-size: 22px; font-weight: 700; line-height: 1.25; letter-spacing: -.025em; }
.team-person:hover .team-name { color: var(--team-green); text-decoration: underline; text-underline-offset: 4px; }
.team-role { margin: 0; color: var(--team-muted); font-size: 16px; line-height: 1.45; }
.team-avatar { position: relative; display: block; width: 88px; height: 88px; aspect-ratio: 1; overflow: hidden; border-radius: 50%; flex: 0 0 auto; background: #efede5; box-shadow: 0 0 0 5px #f6f7f1; }
.team-avatar > img { position: absolute; display: block; width: var(--photo-width); height: auto; max-width: none; left: var(--photo-left); top: var(--photo-top); }
.team-avatar--rodolfo { --photo-width: 108.6%; --photo-left: -8.5%; --photo-top: -5.5%; }
.team-avatar--julien { --photo-width: 438.79%; --photo-left: -163.64%; --photo-top: -74.24%; }
.team-avatar--parraga { --photo-width: 365.71%; --photo-left: -134.52%; --photo-top: -11.90%; }
.team-photo-note { min-height: 31px; margin: 7px 0 10px; }
.team-illustration { display: inline-block; padding: 2px 9px; border-radius: 5px; background: #f4f2ed; color: #626057; font-size: 12px; line-height: 1.6; }
.team-card-actions { margin-top: auto; }
.team-whatsapp { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 65px; padding: 10px 14px; border-radius: 11px; background: var(--team-green); color: #fff; text-decoration: none; font-size: 17px; font-weight: 600; line-height: 1.3; }
.team-whatsapp svg { flex: 0 0 auto; }
.team-whatsapp:hover { background: #0b4e33; color: #fff; }
.team-phone { display: block; margin-top: 3px; font-size: 15px; font-weight: 400; letter-spacing: .035em; white-space: nowrap; }
.team-profile { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; margin-top: 7px; padding: 9px 2px; color: var(--team-ink); font-size: 16px; line-height: 1.4; font-weight: 600; text-decoration: none; }
.team-profile:hover { color: var(--team-green); text-decoration: underline; text-underline-offset: 4px; }
.team-profile > span:last-child { font-size: 23px; flex: 0 0 auto; }
.team-email { display: flex; align-items: center; min-height: 44px; padding-top: 8px; margin-top: 3px; border-top: 1px solid var(--team-border); color: var(--team-muted); font-size: 15px; line-height: 1.5; overflow-wrap: anywhere; text-underline-offset: 4px; }
.team-directory { padding: 26px 0 64px; }
.team-directory-heading { max-width: 880px; padding: 38px 0 36px; }
.team-directory h1 { margin: 0 0 20px; color: var(--team-ink); font-size: clamp(38px, 4.5vw, 62px); letter-spacing: -.045em; line-height: 1.1; }
.team-breadcrumb { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; color: var(--team-muted); font-size: 15px; }
.team-breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; color: inherit; text-underline-offset: 4px; }
.team-directory .team-avatar { width: 100px; height: 100px; }
.team-language-note { margin: 16px 0 0; color: var(--team-muted); font-size: 16px; }
.team-support { display: flex; align-items: center; justify-content: space-between; gap: 36px; border-top: 1px solid #d9ded5; margin-top: 36px; padding-top: 25px; }
.team-support p { margin: 0; max-width: 770px; color: var(--team-muted); font-size: 17px; }
.team-section a:focus-visible, .team-directory a:focus-visible { outline: 3px solid #b87800; outline-offset: 5px; border-radius: 4px; }
.team-skip { position: absolute; left: 16px; top: -100px; padding: 12px 20px; background: #fff; color: #182520; border: 2px solid #126343; border-radius: 8px; z-index: 10000; }
.team-skip:focus { top: 12px; }
@media (max-width: 1050px) {
    .team-card { padding-inline: 18px; }
    .team-person { flex-direction: column; align-items: flex-start; gap: 18px; }
    .team-section-heading, .team-support { align-items: flex-start; flex-direction: column; gap: 18px; }
    .team-section .team-name, .team-directory .team-name { font-size: 21px; }
}
@media (max-width: 850px) {
    .team-section, .team-directory { font-size: 17px; }
    .team-section { padding: 42px 0; }
    .team-intro { font-size: 17px; }
    .team-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .team-card { padding: 22px 22px 15px; }
    .team-person { flex-direction: row; align-items: center; gap: 18px; min-height: 96px; }
    .team-directory .team-avatar { width: 88px; height: 88px; }
    .team-section .team-name, .team-directory .team-name { font-size: 22px; }
    .team-photo-note { margin: 3px 0 10px; min-height: 0; }
    .team-photo-note:empty { display: none; }
    .team-card-actions { padding-top: 8px; }
    .team-directory { padding: 16px 0 40px; }
    .team-directory-heading { padding: 25px 0 28px; }
    .team-support { margin-top: 28px; padding-top: 22px; }
}
@media (max-width: 360px) {
    .team-card { padding-inline: 16px; }
    .team-person { gap: 13px; }
    .team-avatar, .team-directory .team-avatar { width: 76px; height: 76px; }
    .team-section .team-name, .team-directory .team-name { font-size: 21px; }
    .team-directory-link { flex-shrink: 1; }
}
