/* Puget Sound Residential Cleaners — find layer, manila roster */
:root {
  --ink: #161616; --ink-soft: #4a4a4a; --paper: #f3ead8; --paper-2: #e7dcc4;
  --raised: #faf6ec; --rule: #161616; --stamp: #c9a227; --link: #0b3d91;
  --link-deep: #082c69; --focus: #0b3d91; --max: 42rem; --max-wide: 56rem;
  --space: 1rem; --nav-h: 2rem;
  --display: "Arial Narrow", "Helvetica Neue Condensed", "Franklin Gothic Medium", sans-serif;
  --body: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper);
  font-family: var(--body); font-size: 1.0625rem; line-height: 1.5; }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-underline-offset: 0.15em; }
a:hover { color: var(--link-deep); }
a:focus-visible, .nav-toggle-label:focus-visible, .chip:focus-within {
  outline: 2px solid var(--focus); outline-offset: 3px; }
.skip { position: absolute; left: 0.75rem; top: 0.75rem; z-index: 20;
  padding: 0.4rem 0.7rem; background: var(--ink); color: var(--paper);
  text-decoration: none; transform: translateY(-200%); }
.skip:focus { transform: none; }
.preview-bar { margin: 0; padding: 0.45rem var(--space); background: var(--ink);
  color: var(--paper); font-size: 0.8125rem; font-weight: 600; text-align: center; }
.site-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 0.75rem 1rem; padding: 0.65rem var(--space); background: var(--paper);
  border-bottom: 3px solid var(--rule); }
.wordmark { display: inline-flex; color: var(--ink); text-decoration: none; line-height: 1; }
.wordmark-stack { display: flex; flex-direction: column; align-items: flex-start; gap: 0.16rem; }
.wordmark-primary { font-family: var(--display); font-size: 1.35rem; font-weight: 700;
  letter-spacing: 0.02em; text-transform: uppercase; line-height: 1; }
.wordmark-sub { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; line-height: 1; color: var(--ink-soft); }
.nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
.nav-toggle-label { display: inline-flex; align-items: center; min-height: 2.25rem;
  padding: 0.35rem 0.65rem; border: 2px solid var(--ink); background: var(--paper);
  font-size: 0.875rem; font-weight: 600; font-family: var(--body); cursor: pointer; border-radius: 0; }
.primary-nav { display: none; width: 100%; }
.nav-toggle:checked ~ .primary-nav { display: block; }
.primary-nav ul { list-style: none; margin: 0; padding: 0.25rem 0 0; }
.primary-nav li { margin: 0; padding: 0; border-top: 1px solid var(--paper-2); }
.primary-nav li + li { margin-top: 0; }
.primary-nav a { display: inline-flex; align-items: center; justify-content: center;
  box-sizing: border-box; min-height: var(--nav-h); height: var(--nav-h);
  padding: 0 0.55rem; color: var(--ink); text-decoration: none; font-size: 0.9rem;
  font-weight: 500; line-height: 1; border-bottom: 2px solid transparent; }
.primary-nav a[aria-current="page"] { border-bottom-color: var(--ink); }
.primary-nav a:hover { color: var(--link); }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.05;
  letter-spacing: 0.01em; text-transform: uppercase; color: var(--ink); }
h1 { margin: 0 0 0.65rem; font-size: clamp(1.7rem, 6.2vw, 2.55rem); }
h2 { margin: 0 0 0.45rem; font-size: clamp(1.2rem, 3.4vw, 1.55rem); }
p, ul, ol, dl { margin: 0 0 1rem; }
ul, ol { padding-left: 1.2rem; }
li + li { margin-top: 0.3rem; }
.wrap { width: min(100% - 2 * var(--space), var(--max)); margin-inline: auto; }
.wrap-wide { width: min(100% - 2 * var(--space), var(--max-wide)); margin-inline: auto; }
.lede { font-size: 1.05rem; max-width: 38rem; }
.kicker { margin: 0 0 0.35rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-soft); }
.page { padding: 1.25rem 0 2.4rem; }
.find { padding: 1.1rem 0 2.2rem; }
.filter-board { background: var(--raised); border: 3px solid var(--ink);
  padding: 0.85rem 0.9rem 1rem; margin: 0 0 1.1rem; }
.filter-board > p { margin: 0 0 0.75rem; font-size: 0.95rem; }
fieldset.filter-set { border: 0; margin: 0 0 0.85rem; padding: 0; min-width: 0; }
.filter-set legend { display: block; width: 100%; margin: 0 0 0.4rem; padding: 0;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.chip-row { display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center; }
.row-king, .row-pierce, .row-thurston { display: none; }
.find:has(#county-king:checked) .row-king { display: block; }
.find:has(#county-pierce:checked) .row-pierce { display: block; }
.find:has(#county-thurston:checked) .row-thurston { display: block; }
.chip { position: relative; display: inline-flex; flex-direction: column; justify-content: center;
  min-height: 2.75rem; padding: 0.35rem 0.7rem; border: 2px solid var(--ink);
  background: var(--raised); color: var(--ink); cursor: pointer; border-radius: 0;
  font-size: 0.95rem; font-weight: 600; line-height: 1.15; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.chip:has(input:checked) { background: var(--ink); color: var(--paper); }
.filter-note { margin: 0.35rem 0 0; font-size: 0.8125rem; color: var(--ink-soft); }
.cards { display: grid; gap: 0.85rem; list-style: none; margin: 0; padding: 0; }
.cards > li { margin: 0; }
.cards > li + li { margin-top: 0; }
.card { display: grid; grid-template-columns: 5.25rem 1fr; gap: 0.75rem; margin: 0;
  padding: 0.75rem; background: var(--raised); border: 2px solid var(--ink); }
.photo-slot { display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 5.25rem; background: var(--paper-2); border: 1px solid var(--ink);
  color: var(--ink-soft); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 0.35rem; line-height: 1.25; }
.card h2 { text-transform: none; letter-spacing: 0; font-family: var(--body);
  font-size: 1.05rem; line-height: 1.25; margin: 0 0 0.25rem; }
.card h2 a { color: var(--ink); text-decoration: underline; }
.where { margin: 0 0 0.45rem; font-size: 0.875rem; color: var(--ink-soft); }
.chips { display: flex; flex-wrap: wrap; gap: 0.3rem; list-style: none; margin: 0 0 0.55rem; padding: 0; }
.chips li { margin: 0; padding: 0.15rem 0.4rem; border: 1px solid var(--ink);
  font-size: 0.75rem; font-weight: 600; }
.chips li + li { margin-top: 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.45rem 0.85rem; margin: 0; align-items: center; }
.cta-row a { font-weight: 600; font-size: 0.9rem; }
.find:has(#county-king:checked) .card:not(.county-king) { display: none; }
.find:has(#county-pierce:checked) .card:not(.county-pierce) { display: none; }
.find:has(#county-thurston:checked) .card:not(.county-thurston) { display: none; }
.find:has(#county-king:checked):has(#city-seattle:checked) .card:not(.city-seattle) { display: none; }
.find:has(#county-king:checked):has(#city-bellevue:checked) .card:not(.city-bellevue) { display: none; }
.find:has(#county-king:checked):has(#city-kent:checked) .card:not(.city-kent) { display: none; }
.find:has(#county-king:checked):has(#city-renton:checked) .card:not(.city-renton) { display: none; }
.find:has(#county-king:checked):has(#city-federal-way:checked) .card:not(.city-federal-way) { display: none; }
.find:has(#county-king:checked):has(#city-kirkland:checked) .card:not(.city-kirkland) { display: none; }
.find:has(#county-king:checked):has(#city-auburn:checked) .card:not(.city-auburn) { display: none; }
.find:has(#county-king:checked):has(#city-redmond:checked) .card:not(.city-redmond) { display: none; }
.find:has(#county-king:checked):has(#city-king-n:checked) .card:not(.city-king-n) { display: none; }
.find:has(#county-king:checked):has(#city-king-s:checked) .card:not(.city-king-s) { display: none; }
.find:has(#county-king:checked):has(#city-king-e:checked) .card:not(.city-king-e) { display: none; }
.find:has(#county-king:checked):has(#city-king-w:checked) .card:not(.city-king-w) { display: none; }
.find:has(#county-pierce:checked):has(#city-tacoma:checked) .card:not(.city-tacoma) { display: none; }
.find:has(#county-pierce:checked):has(#city-lakewood:checked) .card:not(.city-lakewood) { display: none; }
.find:has(#county-pierce:checked):has(#city-puyallup:checked) .card:not(.city-puyallup) { display: none; }
.find:has(#county-pierce:checked):has(#city-university-place:checked) .card:not(.city-university-place) { display: none; }
.find:has(#county-pierce:checked):has(#city-pierce-n:checked) .card:not(.city-pierce-n) { display: none; }
.find:has(#county-pierce:checked):has(#city-pierce-s:checked) .card:not(.city-pierce-s) { display: none; }
.find:has(#county-pierce:checked):has(#city-pierce-e:checked) .card:not(.city-pierce-e) { display: none; }
.find:has(#county-pierce:checked):has(#city-pierce-w:checked) .card:not(.city-pierce-w) { display: none; }
.find:has(#county-thurston:checked):has(#city-lacey:checked) .card:not(.city-lacey) { display: none; }
.find:has(#county-thurston:checked):has(#city-olympia:checked) .card:not(.city-olympia) { display: none; }
.find:has(#county-thurston:checked):has(#city-tumwater:checked) .card:not(.city-tumwater) { display: none; }
.find:has(#county-thurston:checked):has(#city-thurston-n:checked) .card:not(.city-thurston-n) { display: none; }
.find:has(#county-thurston:checked):has(#city-thurston-s:checked) .card:not(.city-thurston-s) { display: none; }
.find:has(#county-thurston:checked):has(#city-thurston-e:checked) .card:not(.city-thurston-e) { display: none; }
.find:has(#county-thurston:checked):has(#city-thurston-w:checked) .card:not(.city-thurston-w) { display: none; }

.find:has(#cadence-weekly:checked) .card:not(.cadence-weekly) { display: none; }
.find:has(#cadence-oneshot:checked) .card:not(.cadence-oneshot) { display: none; }
.find:has(#pets-ok:checked) .card:not(.pets-ok) { display: none; }
.find:has(#pets-unstated:checked) .card:not(.pets-unstated) { display: none; }
.listing-hero { display: grid; gap: 0.85rem; margin: 0 0 1.1rem; }
.listing-hero .photo-slot { min-height: 8rem; }
.facts { margin: 0 0 1rem; }
.facts dt { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin: 0.65rem 0 0.15rem; }
.facts dd { margin: 0; }
.qa { margin: 0; padding: 0; }
.qa > div { margin: 0 0 1.15rem; padding: 0 0 1rem; border-bottom: 1px solid var(--paper-2); }
.qa h2 { text-transform: none; font-family: var(--body); font-size: 1.05rem; letter-spacing: 0; margin: 0 0 0.35rem; }
.site-footer { padding: 1.6rem var(--space) 2.1rem; background: var(--ink); color: rgba(243,234,216,0.78); }
.site-footer a { color: var(--paper); }
.site-footer .wordmark { color: var(--paper); margin-bottom: 0.75rem; }
.site-footer .wordmark-sub { color: rgba(243,234,216,0.7); }
.foot-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 0.15rem 0.85rem;
  list-style: none; margin: 1rem 0 1.25rem; padding: 0; }
.foot-nav li { margin: 0; padding: 0; }
.foot-nav li + li { margin-top: 0; }
.foot-nav a { display: flex; box-sizing: border-box; align-items: center;
  min-height: 1.5rem; height: 1.5rem; padding: 0 0.1rem; text-decoration: none;
  font-size: 0.9rem; font-weight: 600; line-height: 1; }
.legal { margin: 0; font-size: 0.8125rem; color: rgba(243,234,216,0.62); }
.legal a { color: var(--paper); }
@media (min-width: 720px) {
  .cards { grid-template-columns: 1fr 1fr; }
  .listing-hero { grid-template-columns: 11rem 1fr; align-items: start; }
  .listing-hero .photo-slot { min-height: 11rem; }
}
@media (min-width: 900px) {
  .nav-toggle-label { display: none; }
  .site-header { flex-wrap: nowrap; align-items: center; }
  .primary-nav { display: block; width: auto; margin-left: auto; flex: 0 0 auto; }
  .primary-nav ul { display: flex; flex-wrap: wrap; align-items: center; gap: 0.15rem; padding: 0; margin: 0; }
  .primary-nav li { border: 0; display: flex; align-items: center; }
}

.stamp {
  display: inline-block;
  margin: 0 0 0.35rem;
  padding: 0.12rem 0.4rem;
  background: var(--stamp);
  color: #161616;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card.near-hide { display: none !important; }
.dist {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.row-miles[hidden] { display: none !important; }
