.tm,.tm *{box-sizing:border-box}.tm{position:relative;overflow-x:hidden;font-family:var(--font-body);color:var(--text-primary)}.tm a{color:inherit;text-decoration:none}.tm-shell{width:min(100% - 2rem,76rem);margin:0 auto}.tm-rule{max-width:76rem;margin:0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--white-rgb),.08) 15%,rgba(var(--white-rgb),.08) 85%,transparent)}.tm [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.tm [data-reveal].is-visible{opacity:1;transform:translateY(0)}.tm-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:56vh;padding:8rem 4vw 5rem;text-align:center;overflow:hidden}.tm-hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.tm-hero-orb{position:absolute;border-radius:50%;filter:blur(100px)}.tm-hero-orb--1{width:60vw;height:60vw;max-width:760px;max-height:760px;top:30%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(var(--accent-blue-rgb),.08) 0,transparent 70%)}.tm-hero-orb--2{width:36vw;height:36vw;max-width:420px;max-height:420px;bottom:8%;right:10%;background:radial-gradient(circle,rgba(var(--accent-purple-rgb),.05) 0,transparent 70%)}.tm-hero .tm-shell{position:relative;z-index:1}.tm-hero .s-label{margin-bottom:1.25rem}.tm-headline{font-family:var(--font-display);font-size:clamp(2.75rem,6vw,4.5rem);font-weight:600;line-height:1.04;letter-spacing:-.035em;color:var(--text-primary);margin:0 0 1.25rem;text-wrap:balance}.tm-headline em{font-style:italic;background:linear-gradient(135deg,var(--accent-blue) 0,rgba(var(--accent-blue-rgb),.65) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tm-subtitle{font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;color:var(--text-secondary);max-width:540px;margin:0 auto}.tm-section{padding:5rem 0}.tm-section-header{margin-bottom:2.75rem;text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.tm-section-header .s-label{margin-bottom:1rem}.tm-section-title{font-family:var(--font-display);font-size:clamp(1.875rem,3.2vw,2.75rem);font-weight:600;line-height:1.12;letter-spacing:-.03em;color:var(--text-primary);margin:0 0 .75rem;text-wrap:balance}.tm-section-desc{font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;color:var(--text-secondary);margin:0}.tm-grid{display:grid;gap:1.25rem}.tm-grid--leadership{grid-template-columns:repeat(3,1fr)}.tm-grid--advisors{grid-template-columns:repeat(4,1fr)}.tm-card{border-radius:14px;border:1px solid rgba(var(--white-rgb),.06);background:rgba(var(--white-rgb),.02);overflow:hidden;transition:border-color .35s ease,background .35s ease,transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}.tm-card:hover{border-color:rgba(var(--accent-blue-rgb),.18);background:rgba(var(--accent-blue-rgb),.04);transform:translateY(-3px);box-shadow:0 16px 48px rgba(0,0,0,.22)}.tm-card-inner{display:flex;flex-direction:column;height:100%;padding:1.75rem 1.5rem 1.25rem}.tm-card-photo-wrap{width:72px;height:72px;border-radius:50%;overflow:hidden;margin:0 auto 1.25rem;border:2px solid rgba(var(--accent-blue-rgb),.15);flex-shrink:0}.tm-grid--leadership .tm-card-photo-wrap{width:88px;height:88px}.tm-card-photo{width:100%;height:100%;object-fit:cover}.tm-card-photo--placeholder{display:flex;align-items:center;justify-content:center;background:rgba(var(--accent-blue-rgb),.06)}.tm-card-initials{font-family:var(--font-display);font-size:1.375rem;font-weight:600;color:var(--accent-blue);opacity:.65}.tm-card-body{flex:1 1;text-align:center}.tm-card-name{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem;letter-spacing:-.01em}.tm-grid--leadership .tm-card-name{font-size:1.25rem}.tm-card-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-blue);margin:0 0 .75rem}.tm-card-excerpt{font-size:.8125rem;line-height:1.65;color:var(--text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tm-card-foot{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;margin-top:1rem;border-top:1px solid rgba(var(--white-rgb),.06)}.tm-card-actions{display:flex;gap:.5rem;color:rgba(var(--white-rgb),.25)}.tm-card-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:600;letter-spacing:.02em;color:var(--text-muted);transition:color .25s ease,gap .25s ease}.tm-card:hover .tm-card-link{color:var(--accent-blue);gap:.4rem}.tm-card:hover .tm-card-actions{color:var(--accent-blue)}@media (max-width:1100px){.tm-grid--advisors{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.tm-hero{min-height:48vh;padding:6rem 2rem 4rem}.tm-section{padding:3.5rem 0}.tm-grid--advisors,.tm-grid--leadership{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.tm-hero{padding:5rem 1.25rem 3rem}.tm-section{padding:2.75rem 0}.tm-grid--leadership{grid-template-columns:1fr}.tm-grid--advisors{grid-template-columns:1fr 1fr}.tm-card-inner{padding:1.25rem 1rem 1rem}}@media (prefers-reduced-motion:reduce){.tm [data-reveal],.tm-card{transition:none!important}}