.about-split{background-color:var(--surface-bg);padding:var(--space-section) 0}.about-split__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));align-items:center;gap:2.5rem}@media (min-width:768px){.about-split__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5rem}}.about-split__image{border-radius:var(--radius-lg);height:560px;background-size:cover;background-position:50%}.about-split__image--placeholder{display:flex;align-items:center;justify-content:center;border-color:var(--surface-border);background-color:var(--surface-bg-2);padding:1rem;text-align:center;font-family:var(--brand-font-body);font-size:.8125rem;line-height:1.5;color:var(--surface-text-muted);border-width:1px;border-style:dashed}.about-split__heading{margin-bottom:1.5rem;font-family:var(--brand-font-heading);font-size:clamp(2rem,3.5vw,2.75rem);line-height:1.1;letter-spacing:-.025em;color:var(--surface-text)}.about-split__body{margin-bottom:1.25rem;font-family:var(--brand-font-body);font-size:1rem;line-height:1.6;font-weight:300;color:var(--surface-text-muted)}.about-split__body:last-child{margin-bottom:0}@media (max-width:768px){.about-split__image{height:300px}}.cta-centered{background-color:var(--surface-bg);padding:calc(var(--space-section) * 1.15) 0}.cta-centered__inner{margin-left:auto;margin-right:auto;max-width:48rem;text-align:center}.cta-centered__headline{margin-bottom:1.75rem;font-family:var(--brand-font-heading);font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;letter-spacing:-.03em;color:var(--surface-text)}.cta-centered__sub{margin-left:auto;margin-right:auto;margin-bottom:3rem;max-width:28rem;font-family:var(--brand-font-body);font-size:1.0625rem;line-height:1.75;font-weight:300;color:var(--surface-text-muted)}.cta-centered__actions{display:flex;justify-content:center;gap:1rem}@media (max-width:768px){.cta-centered__actions{flex-direction:column;align-items:center}}