.shared-profile-section{display:grid;gap:clamp(2rem,5vw,4.5rem)}
.shared-profile-heading{display:grid;gap:1rem;max-width:880px}
.shared-profile-heading h2{margin:0;font-size:clamp(2.45rem,5.6vw,5.6rem);line-height:.94;letter-spacing:-.055em}
.shared-profile-heading>p:last-child:not(.profile-section-eyebrow){margin:0;max-width:760px;color:var(--seo-muted);font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.8;white-space:pre-line}
.shared-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2vw,1.6rem)}
.shared-profile-card{overflow:hidden;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);min-height:260px;background:var(--seo-panel);border:1px solid var(--seo-border)}
.shared-profile-card:not(:has(figure)){grid-template-columns:1fr}
.shared-profile-card figure,.shared-profile-feature-media{margin:0;overflow:hidden;background:color-mix(in srgb,var(--seo-panel),#000 5%)}
.shared-profile-card figure img,.shared-profile-card figure video,.shared-profile-feature-media img,.shared-profile-feature-media video{display:block;width:100%;height:100%;min-height:260px;object-fit:cover}
.shared-profile-feature-media{max-height:620px}
.shared-profile-card-copy{display:grid;align-content:start;gap:.9rem;padding:clamp(1.4rem,3vw,2.25rem)}
.shared-profile-card-copy small{color:var(--seo-muted);font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.shared-profile-card-copy h3{margin:0;font-size:clamp(1.45rem,2.25vw,2.25rem);line-height:1.05;letter-spacing:-.035em}
.shared-profile-card-copy p{margin:0;color:var(--seo-muted);font-size:1rem;line-height:1.75;white-space:pre-line}
.shared-profile-details{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.25rem}
.shared-profile-details span{padding:.4rem .62rem;border:1px solid var(--seo-border);border-radius:999px;color:var(--seo-muted);font-size:.68rem}
.shared-profile-empty{margin:0;padding:2rem;border:1px dashed var(--seo-border);color:var(--seo-muted)}
@media(max-width:860px){.shared-profile-grid{grid-template-columns:1fr}.shared-profile-card{grid-template-columns:1fr}.shared-profile-card figure img,.shared-profile-card figure video{max-height:420px}.shared-profile-section{gap:2rem}}
