PATTERN: Profile Header (consumer-only)
COMPOSES: consumer-hero-wash | breadcrumb | badge-success-subtle | tabs
Full-width header for provider profile pages. Stacks: breadcrumb row → identity row (72px circular logo · name + verified badge · 160×60 mini-map chip · left-divided contact column) → horizontal-scroll tab strip. Layout-only pattern; composed components keep their own styles. Contact column drops below the identity row on viewports narrower than 1024px.
<header class="profile-header consumer-hero-wash"><div class="tw:max-w-7xl tw:mx-auto tw:px-6"><nav aria-label="Breadcrumb"><ol class="breadcrumb">...</ol></nav><div class="profile-header-main"><div class="profile-header-logo">...</div><div class="profile-header-identity"><h1 class="profile-header-title">...</h1><div class="profile-header-verified-row">...</div></div><a class="profile-header-map" href="#" aria-label="..."><span class="profile-header-map-chip">...</span></a><ul class="profile-header-contact"><li class="profile-header-contact-row">...</li></ul></div><div class="profile-header-tabs"><div class="tabs" role="tablist"><button class="tab active" role="tab">Overview</button>...</div></div></div></header>