.ly-team{background:var(--ly-bg);padding-block:clamp(40px,5vw + 20px,80px)}.ly-team__inner{width:100%;max-width:1180px;margin-inline:auto;padding-inline:clamp(20px,4vw,48px)}.ly-team__head{text-align:center;margin-bottom:clamp(28px,3vw + 8px,48px)}.ly-team__head h2{margin:0 0 12px;color:var(--ly-text-strong);font-size:clamp(1.6rem,2vw + .85rem,2.5rem)}.ly-team__head p{margin:0 auto;max-width:60ch;color:var(--ly-text-muted);line-height:1.6}.ly-team__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(24px,3vw,48px);gap:clamp(24px,3vw,48px)}@media (max-width:900px){.ly-team__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.ly-team__grid{grid-template-columns:1fr}}.ly-team__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.ly-team__photo{width:100%;aspect-ratio:4/5;background:var(--ly-bg-soft);border-radius:var(--ly-radius-md);overflow:hidden}.ly-team__photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.ly-team__card:hover .ly-team__photo img{transform:scale(1.04)}.ly-team__card h3{margin:4px 0 0;font-size:var(--ly-text-lg);color:var(--ly-success);font-weight:var(--ly-weight-bold)}.ly-team__card p{margin:0;color:var(--ly-text-muted);font-size:var(--ly-text-sm)}