.hero-centered{background-color:var(--surface-bg);padding:var(--space-section) 0 calc(var(--space-section) * .85)}.hero-centered__headline{margin-bottom:2rem;max-width:56rem;font-family:var(--brand-font-heading);font-size:clamp(3rem,6vw,5.5rem);line-height:1.05;letter-spacing:-.03em;color:var(--surface-text)}.hero-centered__sub{margin-bottom:3rem;max-width:32rem;font-family:var(--brand-font-body);font-size:1.25rem;line-height:1.7;font-weight:300;color:var(--surface-text-muted)}.hero-centered__actions{display:flex;align-items:center;gap:1rem}.hero-centered__image{margin-top:5rem;border-radius:var(--radius-lg);height:480px;background-size:cover;background-position:50%}.hero-centered__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}@media (max-width:768px){.hero-centered__image{height:280px}}