/* The original service selector, using the Fable palette and typography. */
.service-explorer .explorer-heading { max-width: 650px; margin-bottom: 42px; }
.service-explorer .explorer-heading h2 { max-width: 13ch; font-size: clamp(36px, 4.5vw, 60px); }
.service-explorer .explorer-heading p { margin: 22px 0 0; color: var(--text-soft); }
.property-tabs { display: none; }
.explorer-enhanced .property-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--rule); margin-bottom: 42px; }
.property-tab { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 70px; padding: 20px 24px; border: 0; border-bottom: 3px solid transparent; margin-bottom: -1px; color: var(--text-soft); background: transparent; font: 600 17px/1.4 var(--body); text-align: left; cursor: pointer; }
.property-tab:hover { color: var(--white); background: var(--ink-2); }
.property-tab[aria-selected="true"] { color: var(--blue-soft); background: var(--ink-2); border-bottom-color: var(--blue); }
.property-tab svg, .explorer-service-link svg { flex-shrink: 0; width: 16px; height: 16px; }
.property-tab .tab-short { display: none; }
.service-explorer :is(button, summary, a):focus-visible { outline: 2px solid var(--sun); outline-offset: 5px; }
.explorer-group { margin-bottom: 48px; }
.explorer-enhanced .explorer-group { margin-bottom: 0; }
.explorer-enhanced .explorer-group-title { display: none; }
.explorer-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 70px); align-items: start; }
.explorer-services { min-width: 0; }
.explorer-service { border-bottom: 1px solid var(--rule); }
.explorer-service summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 82px; padding: 24px 0; cursor: pointer; list-style: none; }
.explorer-service summary::-webkit-details-marker { display: none; }
.explorer-service summary h3 { margin: 0; font-size: clamp(22px, 2vw, 26px); line-height: 1.25; text-wrap: balance; }
.explorer-service summary svg { flex-shrink: 0; width: 16px; height: 16px; color: var(--blue-soft); transition: transform .18s ease; }
.explorer-service[open] summary, .explorer-service[open] summary h3 { color: var(--blue-soft); }
.explorer-service[open] summary svg { transform: rotate(180deg); }
.explorer-service p { max-width: 49ch; margin: 0 0 24px; color: var(--text-soft); font-size: 16px; line-height: 1.75; text-wrap: pretty; }
.explorer-service-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin: 0 0 22px; color: var(--blue-soft); font-size: 14px; font-weight: 700; text-decoration: none; }
.explorer-service-link:hover { color: var(--sun); text-decoration: underline; text-underline-offset: 5px; }
.explorer-call { display: inline-block; max-width: 100%; margin-top: 30px; padding: 8px 0; color: var(--text-soft); font-size: 14px; text-wrap: pretty; }
.explorer-call:hover { color: var(--blue-soft); }
.explorer-photo { position: relative; margin: 0; background: var(--ink-3); }
.explorer-photo img { display: block; width: 100%; height: 510px; object-fit: cover; object-position: center 43%; }
#services-outdoors .explorer-photo img { object-position: center 85%; }
#services-commercial .explorer-photo img { object-position: center 62%; }
.explorer-photo figcaption { padding: 18px 26px 22px; color: var(--text); font: 600 clamp(20px, 2vw, 24px)/1.3 var(--display); text-wrap: balance; }
@media (max-width: 899px) {
  .property-tab { padding: 18px 16px; font-size: 15px; }
  .explorer-panel { gap: 30px; }
  .explorer-photo img { height: 460px; }
  .explorer-photo figcaption { padding: 18px; }
  .explorer-service summary { min-height: 76px; padding: 22px 0; gap: 14px; }
}
@media (max-width: 650px) {
  .service-explorer .explorer-heading { margin-bottom: 28px; }
  .service-explorer .explorer-heading p { margin-top: 18px; }
  .explorer-enhanced .property-tabs { margin-bottom: 18px; }
  .property-tab { justify-content: center; min-height: 60px; padding: 16px 6px; font-size: 14px; }
  .property-tab .tab-long, .property-tab svg { display: none; }
  .property-tab .tab-short { display: inline; }
  .explorer-panel { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .explorer-photo img { height: auto; aspect-ratio: 1 / 1; }
  .explorer-photo figcaption { padding: 18px 20px 22px; }
  .explorer-service summary h3 { font-size: 22px; }
  .explorer-service p { font-size: 16px; }
  .explorer-call { margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .explorer-service summary svg { transition: none; }
}
