.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}}