
.team-site-shell { overflow: hidden; }
.team-header .main-nav .is-current { color: var(--ink); }
.team-header .main-nav .is-current::after { transform: scaleX(1); }

.team-hero {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1220px;
  min-height: 660px;
  padding: 160px clamp(24px, 6vw, 96px) 110px;
  position: relative;
  width: 100%;
}
.team-hero .ambient-grid { inset: 86px auto 0 50%; transform: translateX(-50%); width: 100vw; }
.team-hero-copy { max-width: 850px; position: relative; width: 100%; z-index: 2; }
.team-hero h1 { font-size: clamp(50px, 5.1vw, 78px); font-weight: 520; letter-spacing: -.065em; line-height: .98; margin: 0; max-width: 850px; }
:root[data-theme="dark"] .team-hero h1 { font-weight: 670; }
.team-hero-lede { color: var(--muted); font-size: clamp(17px, 1.25vw, 20px); line-height: 1.65; margin: 30px 0 0; max-width: 720px; }
.founder-identity { border-left: 2px solid var(--accent); display: grid; gap: 7px; margin: 38px 0 32px; padding: 2px 0 2px 22px; }
.founder-identity span { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.founder-identity strong { font-size: clamp(25px, 2.2vw, 36px); font-weight: 580; letter-spacing: -.04em; }
.founder-identity small { color: var(--muted); font-size: 13px; line-height: 1.5; }

.team-principles { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 clamp(24px, 4.7vw, 76px); }
.team-principles p { border-right: 1px solid var(--line); display: grid; gap: 8px; margin: 0; padding: 30px 28px; }
.team-principles p:last-child { border-right: 0; }
.team-principles span { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.team-principles strong { font-size: 17px; font-weight: 580; }
.team-principles small { color: var(--muted); font-size: 12px; line-height: 1.5; }

.team-network { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.team-section-heading { align-items: end; display: grid; gap: clamp(50px, 9vw, 150px); grid-template-columns: 1.1fr .9fr; margin-bottom: 80px; }
.team-section-heading h2 { font-size: clamp(48px, 5.4vw, 82px); }
.team-section-heading > p { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0; }
.team-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.team-card { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 315px; padding: 30px; }
.team-card.founder-card { background: var(--accent-soft); grid-column: span 2; }
.team-discipline { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.team-card-index { color: var(--line-strong); font-size: 56px; font-weight: 600; letter-spacing: -.06em; margin: 36px 0 auto; }
.team-card h3 { font-size: clamp(25px, 2.5vw, 38px); font-weight: 560; letter-spacing: -.045em; line-height: 1.05; margin: 30px 0 12px; }
.team-card p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; max-width: 420px; }
.team-disclaimer { border-left: 2px solid var(--accent); color: var(--muted); font-size: 12px; line-height: 1.65; margin: 42px 0 0; max-width: 980px; padding-left: 18px; }

.team-cta { align-items: center; display: flex; gap: 50px; justify-content: space-between; padding: 100px clamp(24px, 6vw, 96px); }
.team-cta h2 { font-size: clamp(40px, 4.5vw, 70px); font-weight: 520; letter-spacing: -.055em; line-height: 1.02; margin: 0; }
.team-cta .button { flex: 0 0 auto; }

@media (max-width: 1180px) {
  .team-hero { padding-top: 130px; }
  .team-hero-copy { max-width: 780px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card.founder-card { grid-column: span 2; }
}

@media (max-width: 820px) {
  .team-principles { grid-template-columns: 1fr; }
  .team-principles p { border-bottom: 1px solid var(--line); border-right: 0; }
  .team-principles p:last-child { border-bottom: 0; }
  .team-section-heading { align-items: start; gap: 35px; grid-template-columns: 1fr; }
  .team-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .team-hero { min-height: auto; padding-bottom: 70px; }
  .team-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .team-grid { grid-template-columns: 1fr; }
  .team-card.founder-card { grid-column: auto; }
  .team-card { min-height: 270px; }
  .team-cta { padding-bottom: 80px; padding-top: 80px; }
}
