/* Watchdog public navigation: one app-like shell for landing + search. */
.wd-nav .wd-nav-in{grid-template-columns:1fr auto 1fr}
.wd-public-trigger{align-items:center!important;border:1px solid rgba(255,255,255,.28);border-radius:999px!important;display:inline-flex!important;gap:8px!important;justify-content:center!important;min-height:44px;padding:0 14px!important;width:max-content}
.wd-public-trigger i{font-size:17px}
.wd-public-profile{justify-self:end;margin-left:auto}
.wd-public-profile img{border:2px solid rgba(255,255,255,.82);border-radius:50%;height:30px;object-fit:cover;width:30px}
.wd-nav.solid .wd-public-trigger{background:#f5f8fa!important;border-color:#dbe4ea!important}
.wd-public-backdrop{background:rgba(5,18,34,.54);inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .2s ease;z-index:7090}
.wd-public-backdrop.open{opacity:1;pointer-events:auto}
.wd-public-sheet{background:#fff;box-shadow:0 22px 65px rgba(7,28,50,.24);box-sizing:border-box;color:#122845;height:100dvh;max-width:430px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:22px 18px calc(30px + env(safe-area-inset-bottom));position:fixed;scrollbar-width:none;top:0;transform:translateX(-105%);transition:transform .24s cubic-bezier(.2,.8,.2,1);width:min(92vw,430px);z-index:7100;-ms-overflow-style:none}
.wd-public-sheet::-webkit-scrollbar{display:none;width:0;height:0}
.wd-public-sheet.right{left:auto;right:0;transform:translateX(105%)}
.wd-public-sheet.open{transform:none}
.wd-public-sheet-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:22px;min-height:48px}
.wd-public-sheet-head b{align-items:center;display:flex;font:800 20px/1.15 'Plus Jakarta Sans',sans-serif;gap:9px}.wd-public-sheet-head b i{color:#b79b2f}
.wd-public-close{align-items:center;background:#eef3f5;border:0;border-radius:50%;color:#213a58;cursor:pointer;display:flex;height:46px;justify-content:center;width:46px}
.wd-public-section{border-top:1px solid #e4eaee;padding:14px 0}.wd-public-section:first-of-type{border-top:0;padding-top:0}
.wd-public-label{color:#8290a2;display:block;font:800 9px/1.3 'Plus Jakarta Sans',sans-serif;letter-spacing:.13em;margin:4px 10px 8px;text-transform:uppercase}
.wd-public-link{align-items:center;border-radius:14px;color:#18304f;display:flex;font:750 15px/1.25 'Plus Jakarta Sans',sans-serif;gap:13px;min-height:52px;padding:6px 11px;text-decoration:none}
.wd-public-link:hover,.wd-public-link:focus-visible{background:#f1f6f7;outline:none}.wd-public-link>i{color:#6c8198;text-align:center;width:20px}.wd-public-link .fa-chevron-right{color:#a6b1bd;font-size:9px;margin-left:auto}
.wd-public-account{align-items:center;background:#f2f7f7;border-radius:18px;display:flex;gap:12px;margin-bottom:18px;padding:14px}.wd-public-account img,.wd-public-account .avatar{align-items:center;background:#0b8586;border-radius:50%;color:#fff;display:flex;font:800 17px 'Plus Jakarta Sans',sans-serif;height:48px;justify-content:center;object-fit:cover;width:48px}.wd-public-account b{display:block;font:800 14px 'Plus Jakarta Sans',sans-serif}.wd-public-account span{color:#728196;display:block;font-size:12px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/* Logged-out account CTA is Watchdog-first; provider choice stays in the canonical auth picker. */
.wd-public-signin{background:#10294b;border:0;border-radius:18px;box-shadow:0 10px 26px rgba(16,41,75,.14);color:#fff;cursor:pointer;display:grid;font:800 15px/1.2 'Plus Jakarta Sans',sans-serif;grid-template-columns:44px minmax(0,1fr);grid-template-rows:auto auto;min-height:72px;padding:12px 16px;text-align:left;width:100%}
.wd-public-signin>.fa-google{display:none}
.wd-public-signin:before{align-items:center;align-self:center;background:#b79b2f;border-radius:14px;color:#10294b;content:'\f6d3';display:flex;font-family:'Font Awesome 6 Free';font-size:20px;font-weight:900;grid-column:1;grid-row:1/3;height:40px;justify-content:center;margin-right:12px;width:40px}
.wd-public-signin:after{align-self:start;color:#c5d2df;content:'Google  ·  Facebook  ·  LinkedIn';font:650 10px/1.25 'Plus Jakarta Sans',sans-serif;grid-column:2;grid-row:2;letter-spacing:.015em;margin-top:4px}
.wd-public-signin:hover{background:#16375f;box-shadow:0 12px 30px rgba(16,41,75,.2)}
.wd-public-signin:focus-visible{outline:3px solid rgba(183,155,47,.42);outline-offset:3px}
.wd-public-recent-empty{color:#7d8a9a;font-size:12.5px;line-height:1.5;padding:8px 11px 12px}.wd-public-recent .wd-public-link{align-items:flex-start}.wd-public-recent small{color:#7c8b9b;display:block;font-size:10px;font-weight:600;margin-top:3px}
body.wd-public-menu-open{overflow:hidden}

/* Landing desktop: hero nav stays minimal; the real primary nav becomes the sticky utility bar. */
@media(min-width:941px){
  body.wd-consumer-mode #ssearch{display:none!important}
  body.wd-consumer-mode .wd-nav:not(.solid) .wd-left>a,
  body.wd-consumer-mode .wd-nav:not(.solid) .wd-right>a{display:none!important}
  body.wd-consumer-mode .wd-nav.solid{display:block!important;visibility:visible!important;opacity:1!important;z-index:6200!important}
  body.wd-consumer-mode .wd-nav.solid .wd-nav-in{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;max-width:1380px!important}
  body.wd-consumer-mode .wd-nav.solid .wd-left,
  body.wd-consumer-mode .wd-nav.solid .wd-right{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center!important}
  body.wd-consumer-mode .wd-nav.solid .wd-left>a,
  body.wd-consumer-mode .wd-nav.solid .wd-right>a{display:inline-flex!important;visibility:visible!important;opacity:1!important}
  body.wd-consumer-mode .wd-nav.solid .wd-public-trigger{display:inline-flex!important;visibility:visible!important;opacity:1!important}
}

/* Mobile: the main Watchdog header is the only navigation chrome. The old
   sticky landing search duplicated it as a second row and is intentionally
   suppressed; the hero search remains available in-page. */
@media(max-width:940px){
  body.wd-consumer-mode .ssearch{display:none!important}
}

/* Mobile certification 2026-08-19 run 002: compact the property-details
   toolbar so 320px phones keep Back + Save + Share + Sign in + More visible.
   Every icon remains a minimum 44px touch target; desktop is unaffected. */
@media(max-width:700px){
  body.wd-consumer-mode .plm-bar{gap:2px;padding:8px 8px}
  body.wd-consumer-mode .plm-back{flex:0 0 44px;height:44px;justify-content:center;overflow:hidden;padding:0;font-size:0;white-space:nowrap}
  body.wd-consumer-mode .plm-back i{font-size:16px;margin:0}
  body.wd-consumer-mode .plm-bar-actions{flex:1 1 auto;justify-content:flex-end;gap:0;min-width:0}
  body.wd-consumer-mode .plm-barbtn{flex:0 0 44px;height:44px;justify-content:center;padding:0}
  body.wd-consumer-mode .plm-barbtn i{font-size:16px}
  /* Run 005: explainer/comparison overlays used a 34px close target. */
  body.wd-consumer-mode .plm-note-x{height:44px;min-height:44px;min-width:44px;width:44px}
}
@media(max-width:560px){
  .wd-nav-in{padding:15px 17px!important}.wd-public-trigger{border-radius:50%!important;height:48px;min-height:48px;padding:0!important;width:48px}.wd-public-trigger span{display:none}.wd-logo{font-size:20px!important}.wd-logo i{font-size:21px}.wd-public-profile img{height:34px;width:34px}.wd-public-sheet{border-radius:0 26px 26px 0;padding-top:calc(18px + env(safe-area-inset-top));width:94vw}.wd-public-sheet.right{border-radius:26px 0 0 26px}
  body.wd-consumer-mode .ssearch-brand{height:48px!important;min-width:44px!important;width:44px!important}
  body.wd-consumer-mode .ssearch-geo{height:44px!important;min-width:44px!important;width:44px!important}
  body.wd-consumer-mode .ssearch-go{height:46px!important;min-width:46px!important;width:46px!important}
}

/* Mobile certification 2026-08-19 run 003: the legacy landing footer reduced
   important navigation to small inline text. Give every footer destination a
   phone-sized touch target without changing the desktop footer layout. */
@media(max-width:540px){
  body.wd-consumer-mode #wd-property-footer .wdf-link,
  body.wd-consumer-mode #wd-property-footer .wdf-legal-link,
  body.wd-consumer-mode #wd-property-footer .wdf-bottom-link{align-items:center!important;display:flex!important;font-size:14px!important;line-height:1.35!important;min-height:44px!important;padding:4px 0!important;width:100%!important}
  body.wd-consumer-mode #wd-property-footer .wdf-legal-links,
  body.wd-consumer-mode #wd-property-footer .wdf-bottom-links{align-items:stretch!important;display:flex!important;flex-direction:column!important;gap:2px!important;width:100%!important}
  body.wd-consumer-mode #wd-property-footer .wdf-social-link{align-items:center!important;display:inline-flex!important;height:44px!important;justify-content:center!important;min-height:44px!important;min-width:44px!important;width:44px!important}
}
@media(prefers-reduced-motion:reduce){.wd-public-sheet,.wd-public-backdrop{transition:none}}