.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.story-visual{aspect-ratio:4/5;border-radius:var(--radius-xl);background:repeating-linear-gradient(135deg,var(--bubble-2) 0 24px,var(--bubble-3) 24px 48px);position:relative;overflow:hidden;box-shadow:var(--shadow)}.story-visual-label{position:absolute;left:20px;bottom:20px;background:white;padding:8px 14px;border-radius:999px;font-family:var(--font-jetbrains-mono),monospace;font-size:11px;letter-spacing:.04em;color:var(--brand-deep);text-transform:uppercase}.story-grid h2{font-size:clamp(32px,3.4vw,44px);font-weight:800;margin:16px 0 20px;letter-spacing:-.02em}.story-grid p{color:var(--ink-soft);font-size:16px;line-height:1.7;margin:0 0 16px}.values-head{text-align:center;margin-bottom:56px}.values-head h2{font-size:clamp(32px,3.4vw,44px);font-weight:800;margin:16px 0 0}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.value-card{background:white;border:1px solid var(--line);border-radius:var(--radius-lg);padding:36px}.value-card .ic{width:48px;height:48px;border-radius:14px;background:var(--bubble-1);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.value-card h3{font-size:19px;font-weight:700;margin:0 0 10px}.value-card p{color:var(--ink-soft);font-size:14px;line-height:1.6;margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;background:var(--ink);color:white;border-radius:var(--radius-xl);padding:56px 48px}.stat-num{font-size:52px;font-weight:800;color:var(--brand);letter-spacing:-.03em;line-height:1;margin-bottom:10px}.stat-lbl{font-size:14px;color:#BFD0DB;line-height:1.4}@media (max-width:1024px){.story-grid{grid-template-columns:1fr;gap:40px}.stats,.values-grid{grid-template-columns:1fr 1fr}.stats{gap:32px;padding:48px 32px}}@media (max-width:640px){.story-visual{aspect-ratio:4/3;border-radius:var(--radius-lg)}.story-grid h2,.values-head h2{font-size:clamp(28px,7vw,36px)}.values-grid{grid-template-columns:1fr;gap:14px}.value-card{padding:28px 24px}.stats{grid-template-columns:1fr;padding:36px 28px;border-radius:var(--radius-lg)}.stat-num{font-size:40px}}