:root{color-scheme:dark;--pink:#f45381;--bg:#070608;--line:rgba(255,255,255,.11);--muted:#80797e}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#070608;color:#f4f1f3;font:14px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
body:before{content:"";position:fixed;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(7,6,8,.2),#070608 67%),url("pulse-background.png") center top/cover no-repeat;opacity:.35}
.team-nav{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;padding:17px max(24px,calc((100vw - 1040px)/2));border-bottom:1px solid var(--line);background:rgba(7,6,8,.9);backdrop-filter:blur(16px)}
.team-brand{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-size:13px;font-weight:650}.team-brand img{width:25px;height:25px;object-fit:contain}.team-brand strong{color:var(--pink)}
.team-home{color:#8e878c;font-size:11px;text-decoration:none;transition:color .18s}.team-home:before{content:"\2190";margin-right:7px}.team-home:hover{color:#fff}
main{width:min(1040px,calc(100% - 40px));margin:0 auto;padding:94px 0 115px}
.team-hero{max-width:760px;padding-bottom:95px}.eyebrow{display:block;margin-bottom:16px;color:var(--pink);font-size:9px;font-weight:750;letter-spacing:.2em}.team-hero h1{margin:0;font-size:clamp(56px,8vw,88px);line-height:.92;letter-spacing:-.07em}.team-hero p{max-width:560px;margin:25px 0 0;color:#9b9499;font-size:13px;line-height:1.75}
.team-section{display:grid;grid-template-columns:230px minmax(0,1fr);gap:55px;padding:52px 0 62px;border-top:1px solid var(--line)}
.section-heading{display:block}.section-heading>div{display:block}.section-heading span{display:block;margin-bottom:13px;color:#716a6f;font:700 9px ui-monospace,monospace}.section-heading h2{margin:0;font-size:28px;line-height:1;letter-spacing:-.045em}.section-heading>p{max-width:190px;margin:14px 0 0;color:#716a6f;font-size:10px;line-height:1.6}
.member-list,.instructors-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 34px}
.member{position:relative;display:block;min-width:0;padding:19px 0 18px;border-top:1px solid rgba(255,255,255,.085);transition:padding-left .2s ease}.member:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.085)}.member:hover{padding-left:8px}.member:before{content:"";position:absolute;left:0;top:-1px;width:0;height:1px;background:var(--pink);transition:width .2s ease}.member:hover:before{width:42px}
.avatar,.owner-avatar{display:none}.member h3{margin:0;color:#eae6e8;font-size:14px;font-weight:650;line-height:1.25}.member p{margin:3px 0 0;color:#6f686d;font-size:9px}.member small{display:none}.leadership-list .member small{display:block;position:absolute;right:0;top:21px;color:#ef6d94;font-size:7px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}
footer{display:flex;justify-content:space-between;gap:20px;padding:24px max(24px,calc((100vw - 1040px)/2));border-top:1px solid var(--line);color:#625c61;font-size:10px}footer strong{color:#918a8f}
@media(max-width:760px){main{padding-top:68px}.team-hero{padding-bottom:65px}.team-section{grid-template-columns:1fr;gap:28px}.section-heading>p{max-width:none}.member-list,.instructors-list{grid-template-columns:1fr}.member:nth-last-child(2){border-bottom:0}.member:nth-last-child(1){border-bottom:1px solid rgba(255,255,255,.085)}}
@media(max-width:440px){main{width:min(100% - 28px,1040px)}.team-hero h1{font-size:54px}footer{flex-direction:column;gap:6px}}
