.about-hero{padding:clamp(48px,7vw,90px) 0 0;text-align:center}.about-hero h1{font-size:clamp(36px,6vw,60px);letter-spacing:-.04em}.about-hero .lead{font-size:clamp(18px,2.4vw,22px);color:var(--text-2);max-width:620px;margin:22px auto 0;line-height:1.5}.stat-band{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:56px 0;border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;background:var(--surface)}@media (max-width:700px){.stat-band{grid-template-columns:1fr 1fr}}.stat-band .sb{padding:30px 20px;text-align:center;border-right:1px solid var(--border)}.stat-band .sb:last-child{border-right:none}@media (max-width:700px){.stat-band .sb:nth-child(2){border-right:none}.stat-band .sb:nth-child(-n+2){border-bottom:1px solid var(--border)}}.stat-band .sb-v{font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-.03em}.stat-band .sb-k{font-size:13.5px;color:var(--text-3);margin-top:6px}.mission{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media (max-width:820px){.mission{grid-template-columns:1fr;gap:28px}}.mission h2{font-size:clamp(26px,3.4vw,38px)}.mission p{color:var(--text-2);font-size:16px;line-height:1.6;margin-top:16px}.mission-visual{display:flex;align-items:center;justify-content:center}.mission-visual img{width:100%;height:auto;border-radius:var(--r-xl)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}@media (max-width:760px){.values-grid{grid-template-columns:1fr}}.value-card{padding:26px;border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border)}.value-card .vc-ico{width:46px;height:46px;border-radius:var(--r);background:var(--accent-soft);color:var(--accent-strong);display:grid;place-items:center;margin-bottom:16px}.value-card .vc-ico svg{width:22px;height:22px}.value-card h3{font-size:18px}.value-card p{color:var(--text-3);font-size:14.5px;line-height:1.55;margin-top:8px}