.team{background:var(--bg);min-height:100vh;display:flex;flex-direction:column}.team>main{flex:1}.team-hero{position:relative;z-index:5}.team-hero.hero-stage:before{content:none}.team-hero-bg{overflow:hidden;z-index:0}.team-hero-bg,.team-hero-fallback,.team-hero-scrim{position:absolute;inset:0}.team-hero-scrim{background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.55))}.team-hero-inner{position:relative;z-index:1;display:flex;align-items:flex-end;gap:1.25rem;min-height:360px;padding-top:6rem;padding-bottom:2rem}.team-logo{position:relative;width:88px;height:88px;flex-shrink:0;border-radius:var(--r-lg);overflow:hidden;border:3px solid #fff;background:var(--surface-2);display:grid;place-items:center;box-shadow:0 4px 16px rgba(0,0,0,.25)}.team-logo-initial{font-family:var(--font-display-stack);font-weight:900;font-size:2rem;color:var(--ink-soft)}.team-id{color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.4);min-width:0}.team-name{font-family:var(--font-display-stack);font-weight:900;text-transform:uppercase;font-size:clamp(1.6rem,4vw,2.6rem);line-height:1;margin:0;color:#fff;-webkit-text-stroke:2px rgba(0,0,0,.85);paint-order:stroke fill;text-shadow:0 1px 6px rgba(0,0,0,.5)}.team-sub{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-top:.55rem}.team-badge{display:inline-block;font-family:var(--font-mono-stack);font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.18);backdrop-filter:blur(4px);padding:.2rem .5rem;border-radius:var(--r-xs)}.team-tagline{font-size:.95rem;font-style:italic;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.5)}.team-facts{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.3rem;font-size:.82rem;font-weight:500}.team-facts span{display:inline-flex;align-items:center;gap:.3rem}@media (max-width:560px){.team-hero-inner{flex-direction:column;align-items:flex-start;gap:.8rem;min-height:200px}.team-logo{width:68px;height:68px}}