.stat-band{position:relative;z-index:2;margin:-56px auto 0;max-width:820px;background:var(--color-paper);border:1px solid var(--color-line);border-radius:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;align-items:stretch;}.stat-band.stat-band--2{grid-template-columns:repeat(2,minmax(0,1fr));}.stat-band.stat-band--1{grid-template-columns:minmax(0,1fr);}.stat-band .st{padding:24px var(--spacing-about_stats-side);border-right:1px solid var(--color-line);text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;min-height:100%;}.stat-band .st:last-child{border-right:0;}.stat-band .sn{font-family:var(--font-secondary);font-weight:900;font-size:46px;letter-spacing:-1px;color:var(--color-primary-deep);line-height:1;margin:0;}.stat-band .sl{font-size:12.5px;color:var(--color-ink-soft);letter-spacing:.4px;margin-top:8px;line-height:1.4;}@media (max-width:768px){.stat-band{margin:-48px 16px 0;align-items:stretch;}.stat-band .st{padding:16px 6px;}.stat-band .sn{font-size:clamp(14px,4.5vw,22px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.stat-band .sl{font-size:9.5px;margin-top:6px;}}@media (max-width:360px){.stat-band .st{padding-inline:4px;}.stat-band .sn{font-size:13px;white-space:nowrap;}.stat-band .sl{font-size:8.5px;}}