:root {
  --pgroom-ink: #20252a;
  --pgroom-muted: #5f6870;
  --pgroom-line: #d7dde1;
  --pgroom-soft: #f6f7f8;
  --pgroom-accent: #315f73;
  --pgroom-accent-dark: #244857;
  --pgroom-focus: #0b57d0;
}

.pet-grooming-content-canary .site-content { display: block !important; }
.pet-grooming-content-canary #primary,
.pet-grooming-content-canary .content-area,
.pet-grooming-content-canary .site-main { width: 100% !important; max-width: none !important; }
.pet-grooming-content-canary #right-sidebar,
.pet-grooming-content-canary .widget-area,
.pet-grooming-content-canary .post-navigation,
.pet-grooming-content-canary .related-posts,
.pet-grooming-content-canary .comments-area,
.pet-grooming-content-canary #respond { display: none !important; }
.pet-grooming-content-canary .entry-title {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.95rem, 5vw, 2.65rem);
  line-height: 1.28;
  letter-spacing: -.025em;
  overflow-wrap: break-word;
}

.pgroom-guide {
  width: min(100%, 860px);
  margin: 0 auto;
  color: var(--pgroom-ink);
  font-size: 18px;
  line-height: 1.82;
  overflow-wrap: anywhere;
}
.pgroom-guide h2 { margin: 2.9rem 0 1rem; font-size: clamp(1.45rem, 3.5vw, 1.9rem); line-height: 1.35; }
.pgroom-guide h3 { margin: 0 0 1rem; font-size: clamp(1.2rem, 3vw, 1.5rem); line-height: 1.4; }
.pgroom-guide p,
.pgroom-guide ul,
.pgroom-guide ol { margin: 0 0 1.35rem; }
.pgroom-guide a { color: var(--pgroom-accent-dark); text-underline-offset: 3px; }
.pgroom-guide__lead { font-size: 1.08em; color: #30373d; }
.pgroom-guide__hero { margin: 1.6rem 0 2rem; }
.pgroom-guide__hero img { display: block; width: 100%; max-height: 460px; object-fit: cover; border: 1px solid var(--pgroom-line); border-radius: 6px; }

.pgroom-guide__next-step,
.pgroom-guide__quick-check,
.pgroom-guide__map-searches,
.pgroom-guide__footer-note,
.pgroom-guide__formula {
  margin: 2rem 0;
  padding: 1.35rem;
  border: 1px solid var(--pgroom-line);
  border-radius: 6px;
  background: var(--pgroom-soft);
}
.pgroom-guide__next-step > span { display: block; margin-bottom: .8rem; color: var(--pgroom-muted); font-weight: 700; }
.pgroom-guide__formula { display: grid; gap: .4rem; }
.pgroom-guide__formula strong { color: var(--pgroom-accent-dark); font-size: 1.08em; }
.pgroom-guide__formula span { font-weight: 750; }

.pgroom-guide__cta,
.pgroom-guide__route-link--primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: var(--pgroom-accent) !important;
  background: var(--pgroom-accent) !important;
  color: #fff !important;
  animation: pgroom-soft-pulse 6.5s ease-in-out infinite;
}
.pgroom-guide__cta {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.15rem;
  border: 2px solid var(--pgroom-accent);
  border-radius: 6px;
  font-weight: 850;
  line-height: 1.45;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.pgroom-guide__cta::after,
.pgroom-guide__route-link--primary::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -55%;
  bottom: -55%;
  left: -20%;
  width: 8%;
  background: #fff;
  opacity: 0;
  transform: skewX(-16deg);
  pointer-events: none;
  animation: pgroom-runner 6.5s ease-in-out infinite;
}
.pgroom-guide__cta > *,
.pgroom-guide__route-link--primary > * { position: relative; z-index: 1; }
.pgroom-guide__cta:hover,
.pgroom-guide__route-link--primary:hover { transform: translateY(-2px); background: var(--pgroom-accent-dark) !important; border-color: var(--pgroom-accent-dark) !important; }
.pgroom-guide__cta:focus-visible,
.pgroom-guide__route-link--primary:focus-visible { outline: 3px solid var(--pgroom-focus); outline-offset: 4px; }
@keyframes pgroom-runner {
  0%, 22% { left: -20%; opacity: 0; }
  27% { opacity: .2; }
  48% { left: 112%; opacity: .12; }
  53%, 100% { left: 112%; opacity: 0; }
}
@keyframes pgroom-soft-pulse {
  0%, 18%, 54%, 100% { box-shadow: 0 0 0 0 rgba(49, 95, 115, 0); }
  27% { box-shadow: 0 0 0 7px rgba(49, 95, 115, .14); }
  39% { box-shadow: 0 0 0 3px rgba(49, 95, 115, .08); }
}

.pgroom-guide__place-card {
  margin: 2.1rem 0;
  padding: 1.4rem;
  border: 1px solid var(--pgroom-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(36, 72, 87, .06);
}
.pgroom-guide__facts { margin: 0 0 1rem; padding-left: 1.2rem; }
.pgroom-guide__facts li { margin: .4rem 0; }
.pgroom-guide__verification { color: var(--pgroom-muted); font-size: .94em; }
.pgroom-guide__map-link { display: inline-flex; min-height: 46px; align-items: center; padding: .7rem .95rem; border: 1px solid var(--pgroom-accent); border-radius: 5px; font-weight: 800; text-decoration: none !important; }
.pgroom-guide__map-link:hover { background: var(--pgroom-soft); }

.pgroom-guide__table-wrap { width: 100%; margin: 1.4rem 0 2rem; overflow-x: auto; border: 1px solid var(--pgroom-line); border-radius: 6px; background: #fff; -webkit-overflow-scrolling: touch; }
.pgroom-guide__scroll-hint { margin: .75rem .95rem -.45rem !important; color: var(--pgroom-muted); font-size: .9em; }
.pgroom-guide table { width: 100%; min-width: 680px; margin: 0; border-collapse: collapse; font-size: .96em; }
.pgroom-guide th,
.pgroom-guide td { padding: .85rem .95rem; border-right: 1px solid var(--pgroom-line); border-bottom: 1px solid var(--pgroom-line); text-align: left; vertical-align: top; }
.pgroom-guide th { background: #edf2f4; font-weight: 800; }
.pgroom-guide tr:last-child > * { border-bottom: 0; }
.pgroom-guide tr > *:last-child { border-right: 0; }

.pgroom-guide__decision-grid,
.pgroom-guide__route-grid,
.pgroom-guide__trust-nav,
.pgroom-home-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.pgroom-guide__decision-grid section { padding: 1.1rem; border: 1px solid var(--pgroom-line); border-radius: 6px; background: #fff; }
.pgroom-guide__decision-grid section p { margin-bottom: 0; }
.pgroom-guide__route-grid a,
.pgroom-guide__trust-nav a,
.pgroom-home-trust a { display: flex; min-height: 48px; align-items: center; padding: .75rem .9rem; border: 1px solid var(--pgroom-line); border-radius: 6px; background: #fff; font-weight: 750; text-decoration: none; }
.pgroom-guide__route-grid a { justify-content: center; }
.pgroom-guide__related-task { margin: 1.25rem 0 1.8rem; }
.pgroom-guide__related-task a { display: inline-flex; min-height: 44px; align-items: center; font-weight: 750; }
.pgroom-guide__ad { width: 100%; min-height: 1px; margin: 2rem 0; overflow: visible; }
.pgroom-guide__ad ins.adsbygoogle { max-width: 100%; }
.pgroom-home-trust { width: min(calc(100% - 32px), 860px); margin: 2rem auto; }

@media (max-width: 640px) {
  .pet-grooming-content-canary .entry-title { font-size: 1.95rem; }
  .pgroom-guide { font-size: 17px; line-height: 1.78; }
  .pgroom-guide h2 { margin-top: 2.35rem; }
  .pgroom-guide__next-step,
  .pgroom-guide__quick-check,
  .pgroom-guide__map-searches,
  .pgroom-guide__footer-note,
  .pgroom-guide__formula,
  .pgroom-guide__place-card { padding: 1.05rem; }
  .pgroom-guide__decision-grid,
  .pgroom-guide__route-grid,
  .pgroom-guide__trust-nav,
  .pgroom-home-trust { grid-template-columns: 1fr; }
  .pgroom-guide__hero img { max-height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  .pgroom-guide__cta,
  .pgroom-guide__cta::after,
  .pgroom-guide__route-link--primary,
  .pgroom-guide__route-link--primary::after { animation: none; transition: none; }
}
