.pg-about .hero{padding:76px 0 0;text-align:center;overflow:hidden}.pg-about .hero h1{font-size:clamp(38px,5.4vw,60px);font-weight:800;letter-spacing:-.035em;line-height:1.06;margin:22px auto 0;max-width:920px}.pg-about .hero h1 em{font-style:normal;color:var(--accent)}.pg-about .hero .lede{font-size:clamp(16px,1.7vw,20px);color:var(--ink-2);max-width:780px;margin:20px auto 0;line-height:1.6}.pg-about .stat-band{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;max-width:880px;margin:0 auto}.pg-about .stat-band .st{text-align:center}.pg-about .stat-band .v{font-family:var(--mono);font-size:40px;font-weight:600;letter-spacing:-.03em;color:var(--accent-ink)}:root[data-theme=dark] .pg-about .stat-band .v{color:#84a9f6}.pg-about .stat-band .l{font-size:var(--t-md);color:var(--ink-3);margin-top:6px}.pg-about .vals{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.pg-about .val{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:22px}.pg-about .val .ic{width:40px;height:40px;border-radius:10px;background:var(--accent-soft);border:1px solid var(--accent-line);display:grid;place-items:center}.pg-about .val .ic svg{width:20px;height:20px;color:var(--accent)}.pg-about .val h3{font-size:var(--t-lg);font-weight:700;margin-top:14px}.pg-about .val p{font-size:var(--t-md);color:var(--ink-2);margin-top:8px;line-height:1.55}.pg-about .team{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.pg-about .mem{text-align:center}.pg-about .mem .av{width:84px;height:84px;border-radius:20px;margin:0 auto 12px;background:linear-gradient(135deg,#1d4a90,#2563c9);color:#fff;display:grid;place-items:center;font-weight:700;font-size:24px}.pg-about .mem .nm{font-weight:700;font-size:var(--t-md)}.pg-about .mem .rl{font-size:var(--t-sm);color:var(--ink-3);margin-top:2px}.pg-about .team-note{margin-top:22px;font-size:var(--t-sm);color:var(--ink-4);font-family:var(--mono)}@media (max-width:920px){.pg-about .stat-band,.pg-about .team,.pg-about .vals{grid-template-columns:1fr 1fr}}@media (max-width:600px){.pg-about .stat-band,.pg-about .team,.pg-about .vals{grid-template-columns:1fr}}