/* Owner-approved scope, 2026-09-14: page titles and service-list names only.
 * Paint only; preserve existing typography and layout dimensions.
 */
:root {
  --os8-heading-depth: 0 1px 0 rgb(255 255 255 / 80%),
    0 2px 0 rgb(119 121 130 / 55%),
    0 3px 0 rgb(119 121 130 / 35%),
    0 6px 8px rgb(0 0 0 / 28%);
  --os8-heading-small-depth: 0 1px 0 rgb(255 255 255 / 70%),
    0 2px 0 rgb(119 121 130 / 35%),
    0 3px 5px rgb(0 0 0 / 22%);
}
body h1 {
  -webkit-text-stroke: .018em currentColor;
  text-shadow: var(--os8-heading-depth) !important;
}
/* Owner exception: the TOP introduction title has no text effects. */
#pg-top h1 {
  -webkit-text-stroke: 0;
  text-shadow: none !important;
}
#pg-services .service-label {
  -webkit-text-stroke: .01em currentColor;
  text-shadow: var(--os8-heading-small-depth) !important;
}
body h1 :is(small, .note, .sub) {
  -webkit-text-stroke: 0;
  text-shadow: none !important;
}
@media print {
  body h1, #pg-services .service-label {
    -webkit-text-stroke: 0;
    text-shadow: none !important;
  }
}
