/* DogCare BC shell aligned to the maintained reference directory layout.
   Loaded last. Deliberately excludes provider cards, result grids and filters. */

body{background:#fff}
.dc-wrap{width:min(1280px,calc(100% - 70px))}

/* Shared header */
.dc-header{position:relative;z-index:40;background:#fff;border-bottom:0}
.dc-nav{min-height:57px;gap:20px}
.dc-brand{gap:5px;font-size:25px;font-weight:750;letter-spacing:-1px;white-space:nowrap}
.dc-brand img{width:38px;height:38px;transform:none}
.dc-menu{gap:28px;font-size:12px;font-weight:650}
.dc-menu>a,.dc-menu>details>summary{display:flex;align-items:center;min-height:44px;padding:0;text-decoration:none;border-radius:0;font-weight:650}
.dc-menu>a:hover,.dc-menu>a:focus-visible,.dc-menu>details>summary:hover{background:transparent;text-decoration:underline}
.dc-menu .dc-nav-cta{min-height:36px;padding:7px 24px;border:1px solid var(--orange-dark);border-radius:7px;color:var(--orange-dark)}
.dc-nav-dropdown{position:relative}
.dc-nav-dropdown summary{gap:5px;cursor:pointer;list-style:none}
.dc-nav-dropdown summary::-webkit-details-marker{display:none}
.dc-nav-dropdown summary:after{content:"⌄";font-size:12px;line-height:1;transform:translateY(-2px)}
.dc-nav-dropdown>div{position:absolute;right:0;top:44px;z-index:50;min-width:210px;max-height:65vh;overflow:auto;padding:8px;border:1px solid #e4e9e1;border-radius:8px;background:#fff;box-shadow:0 8px 30px rgba(9,42,64,.14)}
.dc-nav-dropdown>div a{display:block;padding:10px 12px;text-decoration:none;white-space:nowrap}
.dc-nav-dropdown>div a:hover,.dc-nav-dropdown>div a:focus-visible{background:#eef7fc;text-decoration:none}

/* Homepage hero: same full-width composition and search proportions as the reference. */
.dc-home-hero{position:relative;min-height:328px;padding:0;overflow:hidden;color:#fff;background:#092a40}
.dc-home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,29,46,.94) 0%,rgba(4,29,46,.70) 53%,rgba(4,29,46,.08) 100%);z-index:1;pointer-events:none}
.dc-home-hero>.dc-home-hero-art{position:absolute;inset:0;margin:0;background:#092a40}
.dc-home-hero>.dc-home-hero-art:after{display:none}
.dc-home-hero>.dc-home-hero-art img{width:100%;height:100%;object-fit:cover;object-position:center 46%}
.dc-home-hero-inner{position:relative;z-index:2;width:min(880px,70%);margin:0 auto;padding:57px 0 20px}
.dc-home-hero .dc-kicker{margin:0 0 8px;color:#d0ecfb;font-size:12px;text-transform:uppercase;letter-spacing:.14em}
.dc-home-hero h1{max-width:750px;margin:0;font-size:clamp(42px,5.2vw,67px);font-weight:750;line-height:.98;letter-spacing:-.035em;color:#fff}
.dc-hero-underline{display:block;width:42px;height:4px;margin:12px 0 8px;background:#ef7a51}
.dc-home-hero .dc-hero-deck{max-width:840px;margin:0 0 17px;color:#fff;font-size:18px;line-height:1.35}
.dc-home .dc-search{position:static;display:grid;grid-template-columns:1.25fr 1fr .65fr;gap:10px;width:100%;margin:0;padding:13px;border:1px solid #e6e8e5;border-radius:9px;background:#fff;box-shadow:0 2px 9px rgba(0,19,14,.2)}
.dc-home .dc-search .dc-field{min-width:0}
.dc-home .dc-search label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.dc-home .dc-search select,.dc-home .dc-search input{min-height:44px;padding:8px 10px;border:1px solid #d5dcd8;border-radius:6px;background:#fff;color:#263934;font-size:12px}
.dc-home .dc-search .dc-button{align-self:stretch;min-width:0;min-height:44px;border-radius:6px;box-shadow:none;font-size:16px}
.dc-home-hero-total{margin:11px 0 0;text-align:center;font-size:12px;color:#fff}

/* Common interior headings */
.dc-page-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.44fr);gap:34px;align-items:center;width:min(1280px,calc(100% - 70px));max-width:none;padding:35px 0 27px}
.dc-page-head:not(.dc-page-head-with-image){display:block}
.dc-page-head>div{max-width:890px}
.dc-page-head .dc-kicker{margin-bottom:13px;color:#396987;font-size:11px;letter-spacing:.14em}
.dc-page-head h1{margin:0 0 17px;font-size:clamp(34px,4.4vw,59px);font-weight:750;line-height:1.1;letter-spacing:-.035em}
.dc-page-head>div>p:last-child,.dc-page-head>p{max-width:760px;margin:0;color:var(--muted);font-size:18px;line-height:1.5}
.dc-page-head .dc-editorial-hero{margin:0;overflow:hidden;border-radius:9px}
.dc-page-head .dc-editorial-hero img{width:100%;aspect-ratio:3/2;object-fit:cover}

/* Centered guide layout with uncropped editorial photographs. */
.dc-article{width:min(1128px,calc(100% - 70px));max-width:none;margin-inline:auto;padding:24px 0 42px}
.dc-breadcrumb{margin:0 0 22px;gap:12px;font-size:12px}
.dc-article-head{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:36px;align-items:center;max-width:none;margin:0 0 36px;padding:32px;border:1px solid #c8dce7;border-top:5px solid var(--navy);border-radius:12px;background:#eaf4f9;box-shadow:0 3px 12px rgba(9,42,64,.04)}
.dc-article-head:not(.dc-article-head-with-image){display:block;max-width:none}
.dc-article-head h1{margin:0 0 16px;font-size:clamp(30px,3vw,40px);font-weight:750;line-height:1.14;letter-spacing:-.025em;text-wrap:pretty;overflow-wrap:break-word}
.dc-article-head p{max-width:650px;margin:0;color:var(--muted);font-size:17px;line-height:1.55}
.dc-article-head .dc-editorial-hero{margin:0;overflow:hidden;border-radius:9px;background:transparent;box-shadow:0 5px 18px rgba(9,42,64,.06)}
.dc-article-head .dc-editorial-hero img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain}
.dc-guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:48px;align-items:start}
.dc-guide-reading{min-width:0}
.dc-guide-reading>.dc-content{max-width:none}
.dc-article .dc-content h2{margin:30px 0 12px;font-size:28px;font-weight:750;line-height:1.2;letter-spacing:-.025em}
.dc-article .dc-content h3{font-size:19px;line-height:1.3}
.dc-article .dc-content p,.dc-article .dc-content li{font-size:16px;line-height:1.75}
.dc-article .dc-content .dc-editorial-inline{max-width:600px;margin:24px auto;overflow:hidden;border-radius:9px;background:transparent;box-shadow:none}
.dc-article .dc-content .dc-editorial-inline img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain}
.dc-related{max-width:none;border-radius:9px}
.dc-guide-sidebar{position:static;display:grid;gap:18px}
.dc-guide-search-card,.dc-guide-callback{padding:22px;border:1px solid #cfdee6;border-radius:9px;background:#edf6fa}
.dc-guide-sidebar h2{margin:0 0 9px;font-size:23px;line-height:1.2;letter-spacing:-.025em}
.dc-guide-sidebar p{margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.5}
.dc-guide-sidebar form{display:grid;gap:15px}
.dc-guide-sidebar label{display:block;margin-bottom:6px;font-size:13px;font-weight:750}
.dc-guide-sidebar select{display:block;width:100%;min-width:0;min-height:44px;padding:9px 10px;border:1px solid #b8cbd6;border-radius:6px;background:#fff;color:var(--navy);font:inherit;font-size:14px}
.dc-guide-sidebar .dc-button{width:100%;min-height:44px;padding:10px 12px;font-size:15px}
.dc-home-callback-link{margin:9px 0 0;text-align:center;font-size:14px;font-weight:750}.dc-home-callback-link a{color:#fff;text-underline-offset:4px}.dc-callback-section{scroll-margin-top:24px;background:#f3f8fa}.dc-callback-panel{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:44px;align-items:start;padding-top:34px;padding-bottom:34px}.dc-callback-intro .dc-kicker{margin:0 0 9px;color:#396987;font-size:11px;text-transform:uppercase;letter-spacing:.14em}.dc-callback-intro h2{margin:0 0 12px;font-size:clamp(1.7rem,2.6vw,2.25rem);line-height:1.12;letter-spacing:-.025em}.dc-callback-intro p:last-child{margin:0;color:var(--muted)}.dc-callback-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:22px;border:1px solid #c6d8e1;border-radius:9px;background:#fff}.dc-callback-form label{display:block;margin-bottom:6px;font-size:13px;font-weight:750}.dc-callback-form input:not([type="checkbox"]),.dc-callback-form select,.dc-callback-form textarea{display:block;width:100%;min-width:0;min-height:44px;padding:9px 10px;border:1px solid #9eb5c1;border-radius:6px;background:#fff;color:var(--navy);font:inherit;font-size:16px}.dc-callback-form textarea{min-height:112px;resize:vertical}.dc-callback-form .dc-callback-message,.dc-callback-form .dc-form-note{grid-column:1/-1}.dc-callback-form .dc-button{align-self:start;min-height:46px}.dc-callback-timing{align-self:center;margin:0;color:var(--navy);font-size:13px;font-weight:800}.dc-callback-form .dc-form-note{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.dc-callback-form .dc-form-note a{text-underline-offset:2px}.dc-callback-botcheck{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important}.dc-guide-callback h2{font-size:20px}.dc-guide-sidebar .dc-callback-form{grid-template-columns:1fr;gap:12px;padding:0;border:0;background:transparent}.dc-guide-sidebar .dc-callback-form .dc-callback-message,.dc-guide-sidebar .dc-callback-form .dc-form-note{grid-column:auto}.dc-guide-sidebar .dc-callback-form input:not([type="checkbox"]),.dc-guide-sidebar .dc-callback-form select,.dc-guide-sidebar .dc-callback-form textarea{font-size:16px}.dc-guide-sidebar .dc-callback-form textarea{min-height:100px}.dc-guide-sidebar .dc-callback-form .dc-form-note{margin:0;font-size:11px}

/* Shared footer */
.dc-footer{margin-top:0;padding:28px 0 20px;background:#092a40 url('/assets/dogcare-footer.png') right 68%/auto 145% no-repeat;color:#f2f7fa}
.dc-footer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#092a40 0%,rgba(9,42,64,.96) 58%,rgba(9,42,64,.70) 100%);opacity:1;height:auto}
.dc-footer-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px}
.dc-footer .dc-brand{font-size:23px}
.dc-footer .dc-brand img{width:36px;height:36px}
.dc-footer-top p{margin:3px 0 0 41px;color:#d6e7ef;font-size:12px}
.dc-footer-top nav{display:flex;flex-wrap:wrap;gap:30px;font-size:12px}
.dc-footer-top nav a{color:#f2f7fa;text-decoration:none}
.dc-footer-top nav a:hover{text-decoration:underline}
.dc-footer-bottom{margin-top:23px;padding-top:15px;font-size:10px;color:#d6e7ef}

@media(max-width:900px){
  .dc-wrap,.dc-page-head,.dc-article{width:calc(100% - 36px)}
  .dc-nav{min-height:66px;padding:0;flex-wrap:nowrap}
  .dc-menu-toggle{display:block;margin-left:auto}
  .dc-menu{display:none;width:100%;position:absolute;left:0;right:0;top:66px;padding:10px 18px 16px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(9,42,64,.1);gap:4px}
  .dc-menu[data-open=true]{display:flex}
  .dc-menu>a,.dc-menu>details>summary{justify-content:center;min-height:44px}
  .dc-nav-dropdown>div{position:static;max-height:none;margin:0 auto;width:min(320px,100%);box-shadow:none}
  .dc-home-hero-inner{width:calc(100% - 64px);padding-top:48px}
  .dc-page-head{grid-template-columns:minmax(0,1fr) minmax(220px,.42fr);gap:24px}
  .dc-article-head{grid-template-columns:minmax(0,1fr) 280px;gap:28px;padding:26px}
  .dc-guide-layout{grid-template-columns:minmax(0,1fr) 240px;gap:28px}
  .dc-guide-search-card,.dc-guide-callback{padding:18px}
  .dc-callback-panel{grid-template-columns:1fr;gap:22px}
  .dc-footer-top{align-items:flex-start}
  .dc-footer-top nav{gap:12px 20px}
}

@media(max-width:620px){
  .dc-wrap,.dc-page-head,.dc-article{width:calc(100% - 38px)}
  .dc-brand{font-size:23px}
  .dc-home-hero{min-height:440px}
  .dc-home-hero:before{background:linear-gradient(90deg,rgba(4,29,46,.94),rgba(4,29,46,.42))}
  .dc-home-hero>.dc-home-hero-art img{object-position:60% center}
  .dc-home-hero-inner{width:calc(100% - 38px);padding:36px 0 23px}
  .dc-home-hero h1{font-size:clamp(39px,12vw,55px);line-height:1.02}
  .dc-home-hero .dc-hero-deck{max-width:440px;margin-bottom:19px;font-size:15px}
  .dc-home .dc-search{grid-template-columns:1fr;gap:8px;padding:10px}
  .dc-home .dc-search select,.dc-home .dc-search input{font-size:16px}
  .dc-callback-panel{padding-top:28px;padding-bottom:28px}.dc-callback-form{grid-template-columns:1fr;padding:18px}.dc-callback-form .dc-callback-message,.dc-callback-form .dc-form-note{grid-column:auto}.dc-callback-form .dc-button{width:100%}
  .dc-page-head{display:block;padding:27px 0 17px}
  .dc-page-head .dc-editorial-hero{margin-top:22px}
  .dc-page-head h1{font-size:39px}
  .dc-page-head>div>p:last-child,.dc-page-head>p,.dc-article-head p{font-size:16px}
  .dc-article .dc-content h2{font-size:28px}
  .dc-footer{padding:25px 0}
  .dc-footer-top{flex-direction:column;gap:20px}
  .dc-footer-top p{margin-left:0}
  .dc-footer-top nav{gap:18px 24px}
}

@media(max-width:390px){.dc-wrap,.dc-page-head,.dc-article{width:calc(100% - 28px)}}

.dc-footer-bottom{position:relative;z-index:2}
.dc-home-services{padding:28px 0;background:#eef5f8}
.dc-service-card,.dc-service-card:nth-child(odd){border-radius:9px;box-shadow:0 2px 5px rgba(9,42,64,.06)}
.dc-home-compare{padding-top:36px}
.dc-compare-feature{border-radius:9px;box-shadow:none}
.dc-home-hero>.dc-home-hero-art{height:auto}

/* Match the reference's flat controls and compact listing affordances. */
.dc-button{border-radius:6px;box-shadow:none}
.dc-compare-feature{background:#edf6fa;border:1px solid #cbdde6}
.dc-compare-feature .dc-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.14em}
.dc-listing-details summary{justify-content:space-between;gap:12px;list-style:none}
.dc-listing-details summary::-webkit-details-marker{display:none}
.dc-listing-details summary:after{content:"+";font-size:19px;line-height:1}
.dc-listing-details[open] summary:after{content:"−"}
.dc-directory .dc-compare{justify-content:flex-start;background:#f1f6f8;color:var(--navy);border-color:#b5c8d2}
.dc-directory .dc-compare:before{content:"+";margin-right:5px}
.dc-directory .dc-compare[aria-pressed="true"]:before{content:"✓"}
.dc-directory .dc-tag{border-radius:3px;font-weight:500;background:#edf1f3;color:#344f5f}
.dc-home-hero>.dc-home-hero-art img{position:absolute;right:0;top:0;width:70%;object-position:center 25%}
@media(max-width:900px){.dc-home-hero>.dc-home-hero-art img{width:100%;object-position:center 20%}}
@media(max-width:620px){.dc-home-hero>.dc-home-hero-art img{object-position:60% center}}

/* All cities hub follows the compact reference directory structure. */
.dc-area-directory{padding:0 0 45px}.dc-area-page-head{max-width:890px;padding:28px 0 18px}.dc-area-page-head .dc-breadcrumb{margin:0 0 20px}.dc-area-page-head .dc-kicker{margin:0 0 10px;color:#396987;font-size:11px;text-transform:uppercase;letter-spacing:.14em}.dc-area-page-head h1{margin:0 0 14px;font-size:clamp(34px,4.4vw,54px);font-weight:750;line-height:1.08;letter-spacing:-.035em}.dc-area-page-head>p:last-child{max-width:760px;margin:0;color:var(--muted);font-size:18px;line-height:1.5}.dc-area-city-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0 34px}.dc-area-city-grid a{display:flex;align-items:center;gap:8px;min-height:56px;padding:12px;background:#f4f6f2;border:1px solid #dce4e6;border-radius:7px;color:var(--navy);text-decoration:none;font-size:13px;line-height:1.4}.dc-area-city-grid a:hover,.dc-area-city-grid a:focus-visible{border-color:#396987;background:#eaf3f7}.dc-area-city-grid svg{width:18px;height:18px;flex:none;fill:none;stroke:var(--orange-dark);stroke-width:1.7}.dc-area-city-grid .dc-area-city-all,.dc-area-city-grid a.is-active{color:#fff;background:var(--navy);border-color:var(--navy);font-weight:750}.dc-area-city-grid .dc-area-city-all:not(.is-active){color:var(--navy);background:#f4f6f2;border-color:#dce4e6;font-weight:650}.dc-area-city-grid a.is-active svg{stroke:#fff}.dc-area-directory>.dc-directory{padding:0}.dc-area-directory>.dc-directory>.dc-wrap{width:100%}.dc-area-directory .dc-compare-feature{margin-bottom:20px}.dc-home-areas .dc-area-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.dc-area-more{background:var(--navy)!important;color:#fff!important;font-weight:750}.dc-area-more span:last-child{font-size:18px}
@media(max-width:900px){.dc-area-city-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dc-home-areas .dc-area-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.dc-area-page-head{padding:22px 0 14px}.dc-area-page-head h1{font-size:39px}.dc-area-page-head>p:last-child{font-size:16px}.dc-area-city-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:26px}.dc-area-city-grid a{padding:9px;font-size:12px}.dc-home-areas .dc-area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

.dc-home-hero>.dc-home-hero-art img{mask-image:linear-gradient(90deg,transparent,#000 22%)}
@media(max-width:900px){.dc-home-hero>.dc-home-hero-art img{mask-image:none}}

@media(max-width:760px){
  .dc-article-head{display:block;padding:22px;margin-bottom:28px}
  .dc-article-head h1{font-size:30px;text-wrap:pretty}
  .dc-article-head .dc-editorial-hero{width:min(100%,440px);margin:22px auto 0}
  .dc-guide-layout{grid-template-columns:1fr;gap:32px}
  .dc-guide-sidebar{position:static}
  .dc-guide-sidebar select{font-size:16px}
}

.dc-article-head .dc-guide-eyebrow{margin:0 0 14px;font-size:11px;line-height:1.3;font-weight:800;text-transform:uppercase;letter-spacing:.13em;color:#406277}
.dc-guide-reading>.dc-content>p:first-child{margin-top:0}

/* One row-spanning business disclosure, following the Owl & Page grid pattern. */
.dc-directory .dc-provider-card{cursor:pointer;transition:border-color 150ms ease,box-shadow 150ms ease,background-color 150ms ease}.dc-directory .dc-provider-card.is-expanded{border-color:#6f9eb8;background:#fbfdfe;box-shadow:0 0 0 2px #d7e9f2}.dc-card-media-link{display:block;color:inherit;text-decoration:none}.dc-details-toggle{order:2;display:flex;width:100%;min-height:44px;align-items:center;justify-content:space-between;gap:10px;margin:0 0 7px;padding:8px 10px;border:1px solid var(--line);border-radius:6px;background:#f7fafb;color:var(--orange-dark);font:800 .78rem/1.3 var(--body);text-align:left;cursor:pointer}.dc-details-toggle:after{content:"+";font-size:19px;line-height:1}.dc-details-toggle[aria-expanded="true"]:after{content:"−"}.dc-business-panel{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr);gap:28px;margin:2px 0 7px;padding:24px;border:1px solid #b9d2de;border-top:4px solid var(--orange);border-radius:9px;background:linear-gradient(125deg,#fffdf8,#f4fafe);box-shadow:0 8px 24px rgba(9,42,64,.08)}.dc-business-facts{display:grid;align-self:start;align-content:start;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.dc-business-facts>div{min-width:0;padding:13px;border:1px solid #d5e1e6;border-radius:7px;background:#fff}.dc-business-facts dt{color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.dc-business-facts dd{margin:5px 0 0;color:var(--navy);font-size:.88rem;font-weight:750;line-height:1.4;overflow-wrap:anywhere}.dc-business-panel-copy h3{margin:0 0 8px;font:750 1.45rem/1.2 var(--heading);letter-spacing:-.02em}.dc-business-panel-copy>p{margin:0 0 16px;color:var(--muted)}.dc-business-panel-contact{display:flex;flex-wrap:wrap;gap:8px}.dc-business-panel-contact a{display:inline-flex;min-height:42px;align-items:center;padding:8px 12px;border:1px solid #b9cdd7;border-radius:6px;background:#fff;color:var(--orange-dark);font-size:.82rem;font-weight:800;text-decoration:none;overflow-wrap:anywhere}.dc-business-panel-contact a:hover,.dc-business-panel-contact a:focus-visible{border-color:var(--orange);background:#fff8ee}.dc-business-panel-contact .dc-business-profile-link{background:var(--orange);border-color:var(--orange);color:#fff}
@media(max-width:700px){.dc-business-panel{grid-template-columns:1fr;gap:20px;padding:18px}.dc-business-facts{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.dc-business-facts{grid-template-columns:1fr}.dc-business-panel-contact a{width:100%;justify-content:center}}

/* Keep the guide callback compact without shrinking its touch targets. */
.dc-guide-callback{padding:16px}.dc-guide-callback h2{margin-bottom:12px}.dc-guide-callback>p{display:block;margin:0 0 12px;font-size:13px;line-height:1.4}.dc-guide-sidebar .dc-callback-form{gap:8px}.dc-guide-sidebar .dc-callback-form label{margin-bottom:3px}.dc-guide-sidebar .dc-callback-form textarea{min-height:64px;height:64px}.dc-guide-sidebar .dc-callback-form .dc-callback-timing{margin:0;font-size:12px;line-height:1.35}.dc-guide-sidebar .dc-callback-form .dc-form-note{font-size:11px;line-height:1.35}

