.team-top{position:fixed;background:#142a0e}
.team-page{padding-top:112px;background:var(--cream)}
.team-hero{padding:90px 8%;color:#fff;background:linear-gradient(90deg,rgba(9,24,6,.96),rgba(9,24,6,.68)),url('banner-ena-alta.png') center 30%/cover no-repeat}
.team-hero h1{font:800 clamp(44px,6vw,72px)/1.03 'Roboto Slab';margin:16px 0}
.team-hero>p:last-child{max-width:650px;font-size:18px;line-height:1.6}
.team-content{padding:70px 5% 90px}
.team-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:45px}
.team-heading h2{font:800 clamp(35px,4vw,55px)/1.06 'Roboto Slab';color:var(--green);margin:10px 0 0}
.team-heading>p{max-width:490px;line-height:1.7;color:#536054}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.team-grid article{min-height:370px;background:#fff;border-top:4px solid var(--olive);border-radius:5px;padding:26px 20px 22px;display:flex;align-items:center;text-align:center;flex-direction:column;box-shadow:0 5px 18px #17330b0d}
.team-grid article>b,.member-photo{width:170px;height:170px;border-radius:50%;margin:0 0 24px}
.team-grid article>b{display:grid;place-items:center;background:var(--green);color:var(--gold);font:800 24px 'Roboto Slab'}
.member-photo{display:block;object-fit:cover;object-position:center;border:3px solid #fff;box-shadow:0 0 0 2px var(--olive)}
.team-grid h3{font:800 19px/1.2 'Roboto Slab';color:var(--green);margin:auto 0 8px}
.team-grid p{margin:0;color:#9a6500;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.12em}
.team-grid .accounts{margin-top:10px;color:#657066;text-transform:none;font-size:12px;font-weight:700;letter-spacing:.04em}
.source-link{display:flex;width:max-content;margin:36px auto 0;border:1px solid var(--olive);padding:14px 22px;border-radius:4px;color:var(--green);font-size:12px;font-weight:800;text-transform:uppercase}
@media(max-width:1100px){.team-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.team-page{padding-top:82px}.team-hero{padding:70px 6%}.team-heading{display:block}.team-heading>p{margin-top:22px}.team-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.team-grid{grid-template-columns:1fr}.team-grid article{min-height:350px}.source-link{width:100%;justify-content:center;text-align:center}}
