.member-page{--background:#fff;--surface:#fff;--surface-low:#f2f2f1;--surface-shadow:rgba(32,32,32,.08);--primary:#2f2f31;--primary-fixed:#f3f3f2;--primary-fixed-dim:#d8d8d6;--secondary:#d8d8d6;--secondary-fixed:#f2f2f1;--text:#2f2f31;--text-muted:#4a4a4a;--text-soft:rgba(47,47,49,.72);--text-on-dark:#2f2f31;--white:#fff;--radius-card:2rem;--shadow-card:0 20px 45px var(--surface-shadow);min-height:100vh;background:var(--background);color:var(--text);font-family:"Inter",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.member-page *,.member-page *:before,.member-page *:after{box-sizing:border-box}body.member-dialog-open{overflow:hidden}.member-page img{display:block;max-width:100%}.member-page button{font:inherit}.member-page .page{padding:4rem 0}.member-page .page-intro{width:min(100%,90rem);margin:0 auto 4.5rem;padding:0 2rem}.member-page .page-intro__inner{max-width:52rem;margin:0 auto;text-align:center}.member-page .page-intro__eyebrow{margin:0 0 .9rem;color:var(--primary);font-size:.82rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.member-page .page-intro__title{margin:0;color:var(--text);font-family:"Manrope",sans-serif;font-size:clamp(2.3rem,1.9rem + 2vw,4rem);font-weight:800;line-height:1.08;letter-spacing:-.05em}.member-page .page-intro__description{margin:1.35rem auto 0;max-width:46rem;color:rgba(27,28,28,.74);font-size:1.05rem;line-height:1.9}.member-page .team-section{width:min(100%,90rem);margin:0 auto;padding:0 2rem}.member-page .team-section-founder{margin-bottom:5rem}.member-page .section-heading{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem}.member-page .section-line{width:3rem;height:2px;background:var(--primary);flex:0 0 auto}.member-page .section-heading h1{margin:0;color:var(--primary);font-family:"Manrope",sans-serif;font-size:clamp(1.75rem,1.45rem + 1.2vw,2.25rem);font-weight:800;letter-spacing:-.04em}.member-page .team-grid{display:grid;grid-template-columns:1fr;gap:2rem}.member-page .founder-grid{display:grid;justify-content:center;justify-items:center}.member-page .founder-grid .team-card{width:min(100%,32rem)}.member-page .team-card{position:relative;display:flex;flex-direction:column;align-items:center;min-height:100%;padding:2.5rem 2rem;border-radius:var(--radius-card);text-align:center;box-shadow:0 12px 30px rgba(104,85,115,.04);transition:transform .5s ease,box-shadow .5s ease}.member-page .team-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-card)}.member-page .team-card-secondary,.member-page .team-card-primary,.member-page .team-card-surface{background:var(--primary-fixed);color:var(--text)}.member-page .team-card__portrait{position:relative;margin-bottom:2rem}.member-page .team-card__halo{position:absolute;inset:-.8rem;border-radius:50%;background:rgba(104,85,115,.1);transform:scale(1.08);transition:transform .5s ease}.member-page .team-card:hover .team-card__halo{transform:scale(1.22)}.member-page .team-card__portrait img{position:relative;z-index:1;width:12rem;height:12rem;object-fit:cover;border:4px solid var(--white);border-radius:50%;box-shadow:0 18px 30px rgba(0,0,0,.12)}.member-page .team-card h2{margin:.35rem 0 .25rem;font-family:"Manrope",sans-serif;font-size:1.65rem;font-weight:800;letter-spacing:-.04em}.member-page .team-card__copy,.member-page .team-card__subcopy,.member-page .team-card__meta{margin:0;color:rgba(27,28,28,.82);line-height:1.7}.member-page .team-card__copy,.member-page .team-card__subcopy{font-size:1rem;font-weight:700}.member-page .team-card__copy{margin-top:.75rem}.member-page .team-card__subcopy{margin-top:.25rem}.member-page .team-card__meta-block{width:fit-content;max-width:min(100%,24rem);margin:.95rem auto 0}.member-page .team-card__meta{margin-top:.35rem;display:grid;grid-template-columns:4.8rem 1fr;gap:.7rem;width:auto;text-align:left;font-size:.95rem}.member-page .team-card__meta:first-child{margin-top:0}.member-page .team-card__meta-label{color:rgba(27,28,28,.52);font-weight:700}.member-page .team-card__meta-value{min-width:0;color:rgba(27,28,28,.86);font-weight:500}.member-page .team-card__language-tags{display:flex;flex-wrap:wrap;gap:.4rem}.member-page .team-card__language-tag{display:inline-flex;align-items:center;padding:.22rem .65rem;border:1px solid var(--primary-fixed-dim);border-radius:999px;background:var(--surface);color:var(--primary);font-size:.8rem;font-weight:700;line-height:1.2;white-space:nowrap}.member-page .team-card__button{margin-top:1.5rem;padding:.2rem 1.3rem;border:0;border-radius:999px;font-size:.84rem;font-weight:700;cursor:pointer;transition:opacity .25s ease,transform .25s ease,background-color .25s ease}.member-page .team-card__button:hover{opacity:.92}.member-page .team-card__button:active{transform:scale(.98)}.member-page .team-card__button-secondary,.member-page .team-card__button-primary{background:var(--primary);color:var(--white)}.member-page .member-dialog{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:2rem;opacity:0;pointer-events:none;transition:opacity .25s ease}.member-page .member-dialog.is-open{opacity:1;pointer-events:auto}.member-page .member-dialog__backdrop{position:absolute;inset:0;background:rgba(27,28,28,.55);backdrop-filter:blur(6px)}.member-page .member-dialog__panel{position:relative;z-index:1;width:min(100%,70rem);max-height:min(90vh,56rem);overflow:auto;padding:3rem 3rem 3.5rem;border-radius:1.5rem;background:rgba(255,255,255,.98);box-shadow:0 30px 80px rgba(0,0,0,.18)}.member-page .member-dialog__close{position:absolute;top:1.25rem;right:1.5rem;border:0;background:0 0;color:rgba(27,28,28,.7);font-size:3rem;line-height:1;cursor:pointer}.member-page .member-dialog__header{display:grid;grid-template-columns:13rem 1fr;gap:2rem;align-items:center}.member-page .member-dialog__image{width:13rem;height:13rem;border-radius:50%;object-fit:cover;background:#e9eef4}.member-page .member-dialog__heading{min-width:0}.member-page .member-dialog__role{margin:0 0 .35rem;color:rgba(27,28,28,.68);font-size:1rem;font-weight:600}.member-page .member-dialog__name{margin:0;font-family:"Manrope",sans-serif;font-size:clamp(1.7rem,1.45rem + 1vw,2.35rem);font-weight:800;line-height:1.06;letter-spacing:-.04em}.member-page .member-name-sub{margin-right:.2em}.member-page .member-dialog__divider{height:1px;margin:1rem 0 2rem;background:#dddde3}.member-page .member-dialog__content{display:grid;gap:.75rem}.member-page .member-dialog__lead,.member-page .member-dialog__meta{margin:0;color:rgba(27,28,28,.76);font-size:1.1rem;line-height:1.7}.member-page .member-dialog__meta{display:flex;align-items:flex-start;gap:.9rem}.member-page .member-dialog__meta-label{flex:0 0 auto;color:rgba(27,28,28,.56);font-weight:700}.member-page .member-dialog__language-tags{display:flex;flex-wrap:wrap;gap:.45rem}.member-page .member-dialog__language-tag{display:inline-flex;align-items:center;padding:.24rem .7rem;border:1px solid var(--primary-fixed-dim);border-radius:999px;background:var(--surface-low);color:var(--primary);font-size:.82rem;font-weight:700;line-height:1.2;white-space:nowrap}.member-page .member-dialog__lead{font-weight:600}.member-page .member-dialog__meta-group{display:grid;gap:.45rem;align-content:start}.member-page .member-dialog__bio{margin:.4rem 0 0;color:rgba(27,28,28,.82);font-size:1.1rem;line-height:1.95}.member-page.is-ready .team-card{animation:member-card-enter .7s ease both}.member-page.is-ready .team-card:nth-child(2){animation-delay:.05s}.member-page.is-ready .team-card:nth-child(3){animation-delay:.1s}.member-page.is-ready .team-card:nth-child(4){animation-delay:.15s}.member-page.is-ready .team-card:nth-child(5){animation-delay:.2s}.member-page.is-ready .team-card:nth-child(6){animation-delay:.25s}.member-page.is-ready .team-card:nth-child(7){animation-delay:.3s}.member-page.is-ready .team-card:nth-child(8){animation-delay:.35s}.member-page.is-ready .team-card:nth-child(9){animation-delay:.4s}.member-page.is-ready .team-card:nth-child(10){animation-delay:.45s}@keyframes member-card-enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.member-page .team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.member-page .team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.member-page .team-section{padding:0 1.25rem}.member-page .page-intro{margin-bottom:3.5rem;padding:0 1.25rem}.member-page .page-intro__description{font-size:1rem;line-height:1.8}.member-page .page-intro__title{font-size:clamp(2rem,1.7rem + 1.6vw,2.6rem)}.member-page .team-card h2 .member-name-main,.member-page .team-card h2 .member-name-sub,.member-page .member-dialog__name .member-name-main,.member-page .member-dialog__name .member-name-sub{display:block}.member-page .team-card{padding:2rem 1.5rem}.member-page .team-card__portrait img{width:10rem;height:10rem}.member-page .team-section-founder{margin-bottom:4rem}.member-page .member-dialog{padding:1rem}.member-page .member-dialog__panel{padding:1.5rem 1.25rem 2rem}.member-page .member-dialog__header{grid-template-columns:1fr;gap:1.25rem;justify-items:center;text-align:center}.member-page .member-dialog__image{width:9rem;height:9rem;margin:0 auto}.member-page .member-dialog__heading{text-align:center}.member-page .member-dialog__close{top:.75rem;right:1rem;font-size:2.4rem}.member-page .member-dialog__divider{margin:1.25rem 0 1.5rem}.member-page .member-dialog__lead,.member-page .member-dialog__meta,.member-page .member-dialog__bio{font-size:1rem}}