/* Cohen Lawyers - lawyers-in-box-hill */
.page-hero__bg { background-image: url('../../assets/photography/Cohen_Lawyers_Doncaster_Building_Image_1.jpg'); background-position: center 45%; transform: scale(1.04); }
.page-hero__bg.is-loaded { transform: scale(1); }
.office-detail__intro { font-family: var(--font-ui); font-weight: 300; font-size: clamp(14px, 1vw, 16px); line-height: 1.75; color: var(--ink-60); margin-bottom: 36px; max-width: 520px; }

@media (max-width: 880px) {
  .practice-grid, .location-lawyers, .findus__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero__bg { transform: scale(1) !important; }
}
