.company-profile .topic-hero h1 { max-width: 62rem; font-size: clamp(2.5rem,5.5vw,4.8rem); line-height: 1.15; letter-spacing: -.03em; overflow-wrap: break-word; }
.company-profile .company-profile-location { margin: 1.25rem 0; font-size: 1rem; line-height: 1.6; color: #755563; }
.company-profile .topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.company-profile .topic-card p { font-size: 1rem; line-height: 1.8; }
.company-profile .topic-links a { font-size: .875rem; min-height: 44px; }
@media(max-width:720px) { .company-profile .topic-grid { grid-template-columns: minmax(0,1fr); } }
@media(max-width:420px) { .company-profile .topic-hero h1 { font-size: 2rem; overflow-wrap: normal; } }
