/* Shared corner treatment for the marketing review and its saved hero tops.
   Component styles own radius and mobile geometry; circles are deliberately
   excluded, and a zero border-radius continues to produce square corners. */
:where(
  .header-contact,
  .primary-link,
  .hero-scene--framed,
  .hero-photo-surface,
  #client-testimonial,
  .person-portrait,
  .case-index-row,
  .case-visual,
  .console-wireframe,
  .wire-search,
  .wire-line,
  .scope-chips span,
  .ingredient-record,
  .hawaii-hero__photo,
  .testimonial,
  #review-panel-body,
  .design-review-controls button,
  .review-history select
) {
  corner-shape: squircle;
}
