:root {
  --team-ink: #141d3e;
  --team-night: #111a43;
  --team-night-2: #1d2c68;
  --team-paper: #f7f6ef;
  --team-white: #fffefa;
  --team-blue: #6077f6;
  --team-blue-soft: #dfe6ff;
  --team-coral: #ff806b;
  --team-coral-soft: #ffe0d8;
  --team-mint: #bcecd1;
  --team-lavender: #d8d1ff;
  --team-gold: #ffcf76;
  --team-muted: #66708e;
  --team-line: rgba(20, 29, 62, .13);
  --team-line-light: rgba(255, 255, 255, .18);
  --team-shadow: 0 22px 60px rgba(17, 26, 67, .12);
  --team-radius: 28px;
  --team-wrap: 1240px;
  --team-sans: Manrope, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --team-mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--team-ink); background: var(--team-paper); font-family: var(--team-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input { font-family: var(--team-sans); }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid var(--team-gold); outline-offset: 4px; }

.team-wrap { position: relative; width: min(var(--team-wrap), calc(100% - 48px)); margin: 0 auto; }
.team-skip { position: fixed; z-index: 100; top: -60px; left: 24px; padding: 10px 16px; border-radius: 10px; color: var(--team-night); background: var(--team-gold); font-weight: 700; transition: top .2s ease; }
.team-skip:focus { top: 16px; }

.team-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(255, 254, 250, .16); color: var(--team-white); background: rgba(17, 26, 67, .88); backdrop-filter: blur(18px); }
.team-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.team-brand, .team-footer__brand { display: inline-flex; align-items: center; gap: 12px; }
.team-brand__mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 13px; background: #fff; box-shadow: 0 0 0 1px rgba(255,255,255,.28); }
.team-brand__mark img { width: 31px; height: 31px; object-fit: contain; }
.team-brand__copy { display: grid; line-height: 1.15; }
.team-brand__copy strong { font-size: 15px; letter-spacing: .08em; }
.team-brand__copy small { margin-top: 5px; color: #aeb9e8; font: 10px var(--team-mono); letter-spacing: .12em; }
.team-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.team-nav a { color: #c7d0f7; font-size: 13px; transition: color .2s ease; }
.team-nav a:hover { color: #fff; }
.team-header__back { color: #e0e5ff; font-size: 12px; white-space: nowrap; }
.team-header__back:hover { color: var(--team-gold); }
.team-header__action { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; color: var(--team-night); background: var(--team-gold); border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.team-header__action:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255, 207, 118, .25); }
.team-header__action svg { width: 15px; height: 15px; stroke-width: 2.3; }

.team-hero { position: relative; overflow: hidden; color: var(--team-white); background: var(--team-night); }
.team-hero__grid { min-height: 700px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(450px, 1.08fr); align-items: center; gap: clamp(30px, 6vw, 90px); padding-top: 74px; padding-bottom: 86px; }
.team-hero__copy { position: relative; z-index: 2; }
.team-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #9eace7; font: 500 11px var(--team-mono); letter-spacing: .12em; text-transform: uppercase; }
.team-kicker--dark { color: #ef7563; }
.team-kicker__dot, .team-signal { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--team-coral); box-shadow: 0 0 0 5px rgba(255, 128, 107, .18); }
.team-hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 6.2vw, 84px); line-height: 1.05; letter-spacing: -.065em; font-weight: 800; }
.team-hero h1 em { display: block; color: var(--team-gold); font-style: normal; }
.team-hero__lead { max-width: 565px; margin: 30px 0 0; color: #c5cdef; font-size: 16px; line-height: 1.9; }
.team-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.team-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 19px; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.team-button:hover { transform: translateY(-2px); }
.team-button--primary { color: var(--team-night); background: var(--team-gold); box-shadow: 0 10px 24px rgba(255, 207, 118, .16); }
.team-button--primary:hover { background: #ffe0a0; }
.team-button--quiet { color: #dbe1ff; background: transparent; border: 1px solid rgba(255,255,255,.24); }
.team-button--quiet:hover { background: rgba(255,255,255,.1); }
.team-button--light { color: var(--team-night); background: var(--team-white); }
.team-button--light:hover { background: var(--team-gold); }
.team-proofline { display: flex; align-items: center; gap: 13px; margin-top: 45px; color: #8190c9; font: 11px var(--team-mono); letter-spacing: .1em; }
.team-proofline i { width: 24px; height: 1px; background: #4a5a9b; }
.team-hero__visual { position: relative; min-width: 0; }
.team-hero-art { position: relative; overflow: hidden; min-height: 510px; border: 1px solid rgba(255,255,255,.24); border-radius: 34px; box-shadow: 0 30px 80px rgba(0,0,0,.32); transform: rotate(2.2deg); }
.team-hero-art::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(12, 20, 66, .04), rgba(12, 20, 66, .52)); pointer-events: none; }
.team-hero-art img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: center; }
.team-art-label { position: absolute; z-index: 2; max-width: 240px; color: #fff; font-size: 11px; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.team-art-label--top { top: 22px; left: 24px; display: flex; align-items: center; gap: 10px; font: 10px var(--team-mono); letter-spacing: .08em; }
.team-art-label--bottom { right: 22px; bottom: 22px; text-align: right; line-height: 1.5; }
.team-float-card { position: absolute; z-index: 3; display: grid; background: var(--team-white); color: var(--team-ink); box-shadow: 0 18px 44px rgba(0,0,0,.24); }
.team-float-card--orbit { left: -39px; bottom: 52px; width: 192px; padding: 18px 20px; border-radius: 19px; transform: rotate(-4deg); }
.team-float-card__number { color: var(--team-coral); font: 11px var(--team-mono); }
.team-float-card strong { margin-top: 7px; font-size: 15px; }
.team-float-card small { margin-top: 3px; color: var(--team-muted); font-size: 11px; line-height: 1.4; }
.team-float-card--spark { right: -22px; top: 56px; display: flex; align-items: center; gap: 8px; padding: 13px 16px; border-radius: 999px; color: var(--team-night); background: var(--team-mint); font-size: 11px; font-weight: 800; transform: rotate(5deg); }
.team-float-card--spark svg { width: 18px; height: 18px; color: #25855c; stroke-width: 2; }
.team-hero__glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.team-hero__glow--one { width: 320px; height: 320px; right: -100px; top: 130px; background: rgba(96,119,246,.22); }
.team-hero__glow--two { width: 250px; height: 250px; left: 38%; bottom: -180px; background: rgba(255,128,107,.15); }

.team-statbar { color: var(--team-white); background: var(--team-night-2); }
.team-statbar__grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.1fr; align-items: center; gap: 0; min-height: 148px; }
.team-stat { display: flex; align-items: center; gap: 16px; min-height: 66px; padding: 0 28px; border-right: 1px solid var(--team-line-light); }
.team-stat:first-child { padding-left: 0; }
.team-stat strong { color: var(--team-gold); font-size: 35px; letter-spacing: -.05em; }
.team-stat span { color: #c4cef4; font-size: 12px; line-height: 1.45; }
.team-statbar__note { justify-self: end; margin: 0; color: #e3e6fd; font-size: 13px; line-height: 1.7; text-align: right; }

.team-section { position: relative; padding: 126px 0; }
.team-section--paper { background: var(--team-paper); }
.team-section--cream { background: #fffcf2; }
.team-section__heading { max-width: 600px; }
.team-section__heading h2, .team-connect__head h2 { margin: 0; font-size: clamp(39px, 4.5vw, 62px); line-height: 1.1; letter-spacing: -.06em; }
.team-section__heading > p:last-child { max-width: 540px; margin: 25px 0 0; color: var(--team-muted); font-size: 15px; line-height: 1.9; }
.team-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 70px; }
.team-principle { min-height: 350px; padding: 27px 28px 30px; border: 1px solid var(--team-line); border-radius: var(--team-radius); background: rgba(255,254,250,.8); transition: transform .25s ease, box-shadow .25s ease; }
.team-principle:hover { transform: translateY(-6px); box-shadow: var(--team-shadow); }
.team-principle__index, .team-open-card__tag { color: var(--team-muted); font: 11px var(--team-mono); letter-spacing: .1em; }
.team-principle__icon { width: 62px; height: 62px; display: grid; place-items: center; margin-top: 42px; border-radius: 20px; }
.team-principle__icon svg { width: 28px; height: 28px; stroke-width: 1.6; }
.team-principle__icon--coral { color: #e45b4e; background: var(--team-coral-soft); }
.team-principle__icon--mint { color: #27885d; background: var(--team-mint); }
.team-principle__icon--blue { color: #5268dc; background: var(--team-blue-soft); }
.team-principle h3 { margin: 24px 0 8px; font-size: 21px; letter-spacing: -.04em; }
.team-principle p { margin: 0; color: var(--team-muted); font-size: 13px; line-height: 1.8; }

.team-section--night { overflow: hidden; color: var(--team-white); background: var(--team-night); }
.team-section__heading--night > p:last-child { color: #b2bde9; }
.team-rolemap { display: grid; grid-template-columns: 1fr 64px 1fr 64px 1fr; align-items: center; gap: 0; margin-top: 68px; }
.team-rolecard { position: relative; min-height: 350px; padding: 26px 27px 28px; border: 1px solid var(--team-line-light); border-radius: 24px; color: var(--team-ink); transition: transform .25s ease; }
.team-rolecard:hover { transform: translateY(-7px); }
.team-rolecard--student { background: var(--team-coral-soft); }
.team-rolecard--teacher { background: var(--team-blue-soft); }
.team-rolecard--admin { background: var(--team-mint); }
.team-rolecard__top { display: flex; align-items: center; justify-content: space-between; }
.team-rolecard__glyph { font: 12px var(--team-mono); opacity: .65; }
.team-rolecard__status { font: 10px var(--team-mono); letter-spacing: .11em; opacity: .63; }
.team-rolecard h3 { margin: 56px 0 6px; font-size: 30px; letter-spacing: -.06em; }
.team-rolecard p { margin: 0; min-height: 49px; font-size: 13px; line-height: 1.7; }
.team-rolecard ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.team-rolecard li { padding: 5px 9px; border-radius: 999px; color: rgba(20,29,62,.72); background: rgba(255,255,255,.46); font-size: 11px; }
.team-rolecard__arrow { position: absolute; right: 24px; bottom: 23px; font-size: 21px; }
.team-rolemap__connector { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #9da9dd; font: 9px var(--team-mono); writing-mode: vertical-rl; }
.team-rolemap__connector span { width: 1px; height: 23px; background: #4c5c9b; }
.team-rolemap__connector i { font-style: normal; }
.team-note { display: flex; align-items: center; gap: 14px; justify-content: center; margin-top: 64px; color: #cbd3f5; }
.team-note__mark { color: var(--team-gold); font-size: 25px; }
.team-note p { margin: 0; font-size: 13px; }

.team-pathway { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 140px); align-items: start; }
.team-steps { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.team-step { position: relative; display: grid; grid-template-columns: 68px 1fr; gap: 20px; min-height: 143px; padding-bottom: 28px; }
.team-step:last-child { min-height: auto; }
.team-step__number { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 17px; color: var(--team-coral); background: var(--team-coral-soft); font: 12px var(--team-mono); }
.team-step:nth-child(2) .team-step__number { color: #5268dc; background: var(--team-blue-soft); }
.team-step:nth-child(3) .team-step__number { color: #27885d; background: var(--team-mint); }
.team-step h3 { margin: 2px 0 7px; font-size: 20px; letter-spacing: -.04em; }
.team-step p { max-width: 410px; margin: 0; color: var(--team-muted); font-size: 13px; line-height: 1.8; }
.team-step__line { position: absolute; top: 50px; left: 24px; width: 1px; height: 92px; background: var(--team-line); }
.team-step:last-child .team-step__line { display: none; }

.team-section__heading--row { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; max-width: none; }
.team-section__heading--row > p { max-width: 420px; justify-self: end; margin: 0; color: var(--team-muted); font-size: 14px; line-height: 1.9; }
.team-open-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 66px; }
.team-open-card { min-height: 280px; display: flex; flex-direction: column; padding: 24px; border-radius: 22px; }
.team-open-card h3 { margin: 42px 0 7px; font-size: 20px; letter-spacing: -.04em; }
.team-open-card p { margin: 0; color: rgba(20,29,62,.68); font-size: 12px; line-height: 1.75; }
.team-open-card a { margin-top: auto; padding-top: 20px; font-size: 11px; font-weight: 800; }
.team-open-card--blue { background: var(--team-blue-soft); }
.team-open-card--blue .team-open-card__tag { color: #536bdd; }
.team-open-card--coral { background: var(--team-coral-soft); }
.team-open-card--coral .team-open-card__tag { color: #db695a; }
.team-open-card--mint { background: var(--team-mint); }
.team-open-card--mint .team-open-card__tag { color: #2b855b; }
.team-open-card--lavender { background: var(--team-lavender); }
.team-open-card--lavender .team-open-card__tag { color: #6859bb; }

.team-section--connect { overflow: hidden; color: var(--team-white); background: var(--team-night-2); }
.team-connect__head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; }
.team-connect__intro { max-width: 425px; justify-self: end; }
.team-connect__intro p { margin: 0 0 24px; color: #c5cef1; font-size: 14px; line-height: 1.85; }
.team-endpoints { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 67px; }
.team-endpoint { position: relative; min-height: 325px; display: flex; flex-direction: column; padding: 25px 25px 23px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; }
.team-endpoint--student { background: linear-gradient(145deg, #273579, #23306b); }
.team-endpoint--teacher { background: linear-gradient(145deg, #303f91, #2b3c83); }
.team-endpoint--admin { background: linear-gradient(145deg, #35527e, #2c4572); }
.team-endpoint__label { color: #aeb9e8; font: 10px var(--team-mono); letter-spacing: .09em; }
.team-endpoint__dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--team-coral); vertical-align: 1px; }
.team-endpoint--teacher .team-endpoint__dot { background: var(--team-gold); }
.team-endpoint--admin .team-endpoint__dot { background: var(--team-mint); }
.team-endpoint h3 { margin: 54px 0 4px; color: #fff; font-size: 28px; letter-spacing: -.06em; }
.team-endpoint p { margin: 0; min-height: 50px; color: #c1caed; font-size: 13px; line-height: 1.7; }
.team-endpoint__button { align-self: flex-start; display: inline-flex; align-items: center; gap: 11px; margin-top: auto; padding: 11px 14px; border-radius: 999px; color: var(--team-night); background: #f4f5ff; font-size: 12px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.team-endpoint__button:hover { background: var(--team-gold); transform: translateX(3px); }
.team-endpoint__status { margin-top: 15px; color: #8f9dd1; font: 10px var(--team-mono); }
.team-endpoints__foot { display: flex; justify-content: center; gap: 10px; margin-top: 29px; color: #8f9dd1; font: 10px var(--team-mono); }

.team-footer { color: #c1caed; background: var(--team-night); }
.team-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 128px; }
.team-footer__brand img { width: 36px; height: 36px; padding: 4px; border-radius: 12px; background: #fff; }
.team-footer__brand div { display: grid; gap: 3px; }
.team-footer__brand strong { color: #fff; font-size: 14px; }
.team-footer__brand span { color: #8998ce; font-size: 11px; }
.team-footer__links { display: flex; align-items: center; gap: 24px; font-size: 12px; }
.team-footer__links a, .team-footer__links button { color: #aeb9e8; background: none; font-size: 12px; }
.team-footer__links a:hover, .team-footer__links button:hover { color: #fff; }
.team-footer__bottom { display: flex; justify-content: space-between; padding: 17px 0 22px; border-top: 1px solid var(--team-line-light); color: #7080bb; font: 10px var(--team-mono); letter-spacing: .08em; }

.team-dialog { width: min(560px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 27px; color: var(--team-ink); background: transparent; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.team-dialog::backdrop { background: rgba(10, 17, 49, .72); backdrop-filter: blur(5px); }
.team-dialog__card { padding: 31px; background: var(--team-white); border-radius: 27px; }
.team-dialog__head { display: flex; justify-content: space-between; gap: 18px; }
.team-dialog__head h2 { margin: 0; font-size: 31px; line-height: 1.1; letter-spacing: -.06em; }
.team-dialog__close { width: 36px; height: 36px; flex: none; border-radius: 50%; color: var(--team-muted); background: #eff0f7; font-size: 24px; line-height: 1; }
.team-dialog__close:hover { color: var(--team-ink); background: var(--team-blue-soft); }
.team-dialog__hint { margin: 24px 0 20px; color: var(--team-muted); font-size: 12px; line-height: 1.75; }
.team-dialog__hint code { padding: 2px 5px; border-radius: 4px; color: var(--team-ink); background: #eef0f8; font-family: var(--team-mono); }
.team-dialog__fields { display: grid; gap: 13px; }
.team-dialog__fields label { display: grid; gap: 6px; }
.team-dialog__fields label span { font-size: 12px; font-weight: 800; }
.team-dialog__fields input { width: 100%; height: 43px; padding: 0 13px; border: 1px solid var(--team-line); border-radius: 11px; color: var(--team-ink); background: #faf9f3; font-size: 13px; }
.team-dialog__fields input::placeholder { color: #a1a6b8; }
.team-dialog__fields input:focus { border-color: var(--team-blue); outline: 3px solid rgba(96,119,246,.18); }
.team-dialog__actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 25px; }
.team-dialog__actions .team-button--quiet { color: var(--team-muted); border-color: var(--team-line); }
.team-toast { position: fixed; z-index: 80; left: 50%; bottom: 26px; max-width: calc(100% - 32px); padding: 12px 17px; border-radius: 999px; color: #fff; background: var(--team-night); box-shadow: var(--team-shadow); font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: opacity .2s ease, transform .2s ease; }
.team-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.team-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.team-reveal--delay { transition-delay: .08s; }
.team-reveal--delay-2 { transition-delay: .16s; }
.team-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .team-hero__grid { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .team-hero__copy { max-width: 700px; }
  .team-hero__visual { width: min(100%, 680px); justify-self: center; margin-top: 15px; }
  .team-statbar__grid { grid-template-columns: repeat(3, 1fr); padding: 25px 0; }
  .team-statbar__note { grid-column: 1 / -1; justify-self: start; margin-top: 22px; text-align: left; }
  .team-rolemap { grid-template-columns: 1fr; gap: 14px; }
  .team-rolecard { min-height: 270px; }
  .team-rolemap__connector { flex-direction: row; justify-content: center; width: 100%; writing-mode: initial; }
  .team-rolemap__connector span { width: 30px; height: 1px; }
  .team-rolemap__connector--wide { display: none; }
  .team-open-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 72px; }
  .team-wrap { width: min(var(--team-wrap), calc(100% - 32px)); }
  .team-header__inner { min-height: 68px; }
  .team-nav { display: none; }
  .team-header__back { display: none; }
  .team-header__action { padding: 10px 13px; }
  .team-header__action span { display: none; }
  .team-hero__grid { padding-top: 56px; padding-bottom: 66px; }
  .team-hero h1 { font-size: clamp(45px, 14vw, 68px); }
  .team-hero__lead { font-size: 14px; }
  .team-proofline { margin-top: 34px; }
  .team-hero-art { min-height: 340px; border-radius: 25px; }
  .team-hero-art img { min-height: 340px; }
  .team-float-card--orbit { left: 10px; bottom: 18px; width: 165px; padding: 14px 15px; }
  .team-float-card--spark { right: 8px; top: 25px; }
  .team-statbar__grid { grid-template-columns: 1fr 1fr; gap: 16px 0; }
  .team-stat { min-height: 56px; padding: 0 16px; }
  .team-stat:nth-child(2) { border-right: 0; }
  .team-stat:nth-child(3) { padding-left: 0; }
  .team-stat strong { font-size: 28px; }
  .team-stat span { font-size: 11px; }
  .team-section { padding: 85px 0; }
  .team-section__heading h2, .team-connect__head h2 { font-size: clamp(38px, 12vw, 55px); }
  .team-principles, .team-open-grid, .team-endpoints { grid-template-columns: 1fr; gap: 14px; }
  .team-principle { min-height: 0; padding: 23px; }
  .team-principle__icon { margin-top: 30px; }
  .team-section__heading--row, .team-connect__head, .team-pathway { grid-template-columns: 1fr; gap: 34px; }
  .team-section__heading--row > p, .team-connect__intro { justify-self: start; }
  .team-open-grid, .team-endpoints { margin-top: 44px; }
  .team-open-card { min-height: 220px; }
  .team-endpoint { min-height: 290px; }
  .team-endpoints__foot { align-items: center; flex-direction: column; gap: 2px; text-align: center; }
  .team-footer__top, .team-footer__bottom { align-items: flex-start; flex-direction: column; gap: 22px; }
  .team-footer__links { flex-wrap: wrap; gap: 14px 22px; }
  .team-dialog__card { padding: 23px; }
  .team-dialog__head h2 { font-size: 27px; }
  .team-dialog__actions { align-items: stretch; flex-direction: column-reverse; }
}

/* 竖屏精调：标题保持成组，首屏信息密度更适合手机阅读 */
@media (max-width: 420px) {
  html { scroll-padding-top: 68px; }
  .team-wrap { width: calc(100% - 28px); }
  .team-header__inner { min-height: 64px; gap: 10px; }
  .team-brand { min-width: 0; gap: 8px; }
  .team-brand__mark { width: 34px; height: 34px; border-radius: 10px; }
  .team-brand__mark img { width: 27px; height: 27px; }
  .team-brand__copy strong { overflow: hidden; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; }
  .team-brand__copy small { margin-top: 3px; font-size: 8px; }
  .team-header__action { min-height: 44px; min-width: 44px; padding: 10px; justify-content: center; }
  .team-hero__grid { gap: 28px; padding-top: 44px; padding-bottom: 52px; }
  .team-hero h1 { font-size: clamp(36px, 10.8vw, 49px); line-height: 1.12; letter-spacing: -.085em; word-break: keep-all; }
  .team-hero__lead { margin-top: 18px; font-size: 13px; line-height: 1.75; }
  .team-hero-art { min-height: 300px; margin: 0 3px; border-radius: 23px; transform: none; }
  .team-hero-art img { min-height: 300px; }
  .team-float-card--orbit { left: 8px; bottom: 14px; width: 155px; padding: 12px 13px; }
  .team-float-card--spark { right: 6px; top: 20px; }
  .team-section { padding: 64px 0; }
  .team-section__heading h2, .team-connect__head h2 { font-size: clamp(34px, 10.8vw, 48px); line-height: 1.1; }
  .team-rolecard { min-height: 245px; padding: 21px; }
  .team-rolecard h3 { margin-top: 38px; font-size: 25px; }
  .team-endpoint { min-height: 270px; padding: 21px; }
  .team-endpoint h3 { margin-top: 38px; font-size: 25px; }
  .team-dialog { width: calc(100% - 20px); }
  .team-dialog__card { max-height: calc(100dvh - 24px); overflow-y: auto; padding: 20px; }
  .team-dialog__actions .team-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .team-reveal { opacity: 1; transform: none; }
}
