@font-face{font-family:Pinecrest Sans;src:url('../fonts/body.woff') format('woff');font-weight:400;font-display:swap}
@font-face{font-family:Pinecrest Sans;src:url('../fonts/body-bold.woff') format('woff');font-weight:700;font-display:swap}
@font-face{font-family:Pinecrest Condensed;src:url('../fonts/heading.woff') format('woff');font-weight:700;font-display:swap}
:root {
  /* Main website colors: edit these values to change the core palette. */
  --blue:#0077b6;
  --hero-blue:#006ba5;
  --navy:#0b2545;
  --aqua:#67d8f2;
  --orange:#ff9f43;
  --paper:#ffffff;
  --ink:#0b2545;
  --muted:#526579;
  --line:#d9e5ef;
  --body:'Pinecrest Sans',Arial,sans-serif;
  --heading:'Pinecrest Condensed','Arial Narrow',Impact,sans-serif
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:125px}body{margin:0;font:400 1rem/1.6 var(--body);color:var(--ink);background:var(--paper)}[hidden]{display:none!important}a{color:inherit}button,input,textarea{font:inherit}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--heading);font-weight:700;line-height:1.04}h1,h2{letter-spacing:-.015em}h2{font-size:clamp(2.4rem,4.2vw,3.8rem);text-transform:uppercase;margin-bottom:20px}h3{font-size:1.6rem}p{margin-bottom:20px}::selection{background:var(--aqua);color:var(--navy)}:focus-visible{outline:3px solid #bb5600;outline-offset:5px}.container{width:min(1240px,calc(100% - 80px));margin-inline:auto}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}.skip-link{position:fixed;top:-100px;left:16px;z-index:100;background:#fff;padding:12px 20px}.skip-link:focus{top:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:54px;background:var(--orange);color:var(--navy);border:1px solid var(--orange);padding:15px 23px;font-size:.9375rem;line-height:1.3;font-weight:700;text-decoration:none;border-radius:4px;cursor:pointer;transition:background .2s,transform .2s}.button:hover{background:#ffb66e;border-color:#ffb66e;transform:translateY(-2px)}.button .icon{width:20px;height:20px}.button-outline{background:transparent;color:white;border-color:#9bd5ed}.button-outline:hover{background:#ffffff12;border-color:var(--aqua)}.button-pine{background:var(--navy);color:#fff;border-color:var(--navy)}.button-pine:hover{background:#143c68;border-color:#143c68}.eyebrow{text-transform:uppercase;font-size:.8125rem;line-height:1.4;letter-spacing:.14em;font-weight:700;display:block;margin-bottom:20px}.text-link{font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:4px;display:inline-flex;align-items:center;gap:14px}.text-link .icon{width:18px;height:18px}.text-link:hover{color:#005b91}.section{padding:92px 0}.section-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:36px}.section-intro h2{margin:0}.section-intro>p{max-width:375px;margin:0;color:var(--muted)}
/* Hero */
.hero{background:var(--hero-blue);color:#fff;position:relative;padding:65px 0 57px;overflow:hidden}.hero:before{content:'';position:absolute;width:640px;height:640px;border:1px solid #b0e1ff20;border-radius:50%;left:-370px;top:-40px;pointer-events:none}.hero-layout{display:grid;grid-template-columns:1.16fr 1fr;gap:56px;align-items:center;position:relative}.hero-copy{padding:10px 0 16px}.hero .eyebrow{color:#fff;display:flex;align-items:center;gap:10px}.hero .eyebrow:before{content:'';height:2px;width:30px;background:var(--aqua)}.hero h1{font-size:clamp(3.8rem,6.6vw,6.25rem);line-height:.96;text-transform:uppercase;margin:0 0 27px;max-width:640px}.hero h1 span{color:var(--aqua);display:block}.hero-copy>p{max-width:470px;color:#f0f8ff;font-size:1.125rem;line-height:1.7;margin-bottom:30px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-small{display:flex;gap:23px;font-size:.875rem;line-height:1.4;margin-top:28px;color:#f0f8ff;flex-wrap:wrap}.hero-small span{display:flex;gap:7px;align-items:center}.hero-small .icon{color:var(--aqua);width:17px;height:17px}.hero-visual{position:relative;margin:0;padding-bottom:24px}.hero-photo{display:block;width:100%;height:482px;object-fit:cover;object-position:50% 50%;border-radius:5px 68px 5px 5px}.photo-tag{position:absolute;top:20px;left:20px;background:#ffffff;color:var(--blue);padding:11px 15px;font-size:.8125rem;font-weight:700;display:flex;gap:8px;align-items:center;border-radius:3px}.photo-tag .icon{width:17px;height:17px}.home-note{position:absolute;bottom:0;right:-15px;left:32px;background:var(--aqua);color:var(--navy);padding:22px 26px;display:flex;gap:18px;align-items:center;box-shadow:0 12px 30px #0b254520;border-radius:3px}.home-note>.icon{width:38px;height:38px;stroke-width:1.4}.home-note strong{font-family:var(--heading);font-size:1.65rem;line-height:1.1;display:block;text-transform:uppercase;margin-bottom:5px}.home-note span{font-size:.875rem}.hero-bottom{margin-top:45px;padding-top:24px;border-top:1px solid #6db4d7;display:flex;justify-content:space-between;gap:20px;color:#f0f8ff;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em}.hero-bottom b{color:white;font-weight:700}
/* Service cards: photo, category icon, navy copy panel, and orange action. */
.services-section { background: #edf8ff; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
  background: var(--navy);
  color: #fff;
  border: 1px solid #294d71;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 6px 18px #0b254512;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.service-card:hover,
.service-card:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 12px 28px #0b254529;
  transform: translateY(-4px);
}
.service-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #d7eaf6;
  flex: 0 0 auto;
}
.service-card-media::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 68px;
  height: 4px;
  background: var(--orange);
}
.service-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, #0b254535);
  pointer-events: none;
}
.service-card-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .3s;
}
.service-card:hover .service-card-photo { transform: scale(1.035); }
.service-card-icon {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--orange);
  box-shadow: 0 3px 12px #0b254520;
}
.service-card-icon .icon { width: 23px; height: 23px; }
.service-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px 23px 27px;
}
.service-card h3 {
  min-height: 2.1em;
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.06;
  text-transform: uppercase;
}
.service-card p {
  margin: 0 0 25px;
  color: #d6e5f4;
  font-size: 1rem;
  line-height: 1.6;
}
.service-card-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: auto;
  padding: 12px 17px;
  min-height: 44px;
  color: var(--navy);
  background: var(--orange);
  border-radius: 999px;
  font-size: .8125rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: background .2s;
}
.service-card-cta .icon { width: 18px; height: 18px; }
.service-card:hover .service-card-cta,
.service-card:focus-visible .service-card-cta { background: #ffb66e; }
.service-icon { display:grid;place-items:center;width:43px;height:43px;background:#e8f6ff;color:var(--blue);border-radius:4px; }
.services-foot { display:flex;justify-content:center;gap:8px;flex-wrap:wrap;align-items:center;margin:32px 0 0;font-size:.9375rem;color:var(--muted); }
.services-foot a { color:var(--blue);font-weight:700;text-underline-offset:4px; }
/* Emergency feature */
.emergency-band{background:var(--aqua);padding:52px 0}.emergency-inner{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}.emergency-emblem{width:72px;height:72px;border:1px solid #0077b6;border-radius:50%;display:grid;place-items:center}.emergency-emblem .icon{width:31px;height:31px}.emergency-band h2{font-size:clamp(2rem,3vw,2.65rem);margin:0 0 8px}.emergency-band p{margin:0;max-width:620px;font-size:1rem}.emergency-band .eyebrow{font-size:.75rem;margin-bottom:12px}
/* About and process */
.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:start}.about-copy p{color:var(--muted);font-size:1.0625rem}.about-copy .text-link{margin-top:8px}.promise-list{border-top:1px solid var(--line)}.promise{display:grid;grid-template-columns:45px 1fr;gap:16px;padding:25px 0;border-bottom:1px solid var(--line)}.promise-number{font-family:var(--heading);font-size:1.7rem;color:#0077b6}.promise h3{font-size:1.5rem;margin:0 0 8px;text-transform:uppercase}.promise p{font-size:.9375rem;color:var(--muted);margin:0}
/* Local section */
.local-section{background:#edf8ff;border-top:1px solid #d3e8f6;border-bottom:1px solid #d3e8f6;padding:69px 0}.local-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:75px;align-items:center}.local-label{display:flex;align-items:center;gap:10px;font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;margin-bottom:24px}.local-label .icon{width:20px;height:20px}.local-wordmark{font:700 clamp(3.9rem,8vw,7.4rem)/.92 var(--heading);letter-spacing:-.02em}.local-wordmark span{display:block;color:#0077b6}.local-copy h2{font-size:2.2rem;max-width:450px}.local-copy p{color:var(--muted);max-width:440px}.local-tags{display:flex;flex-wrap:wrap;gap:10px}.local-tags span{font-size:.8125rem;padding:5px 12px;border:1px solid #a8cbe3;border-radius:3px}
/* Questions */
.faq-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.faq-intro p{color:var(--muted);max-width:330px}.faq-list{border-top:1px solid #cfdeec}.faq-list details{border-bottom:1px solid #cfdeec;padding:0}.faq-list summary{font-weight:700;font-size:1rem;line-height:1.5;cursor:pointer;list-style:none;position:relative;padding:22px 38px 22px 0}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:0;top:21px;font-size:1.45rem;color:var(--blue);font-weight:400;line-height:1}.faq-list details[open] summary:after{content:'−'}.faq-list details p{font-size:1rem;color:var(--muted);margin:0;padding:0 30px 22px 0}.faq-list summary:hover{color:#005b91}
/* Contact */
.contact-section{padding:0 0 80px}.contact-panel{background:var(--blue);color:#fff;padding:50px 55px;display:grid;grid-template-columns:1fr 1fr;gap:60px;border-radius:5px}.contact-panel .eyebrow{color:#fff;margin-bottom:15px}.contact-panel h2{font-size:3.25rem;margin-bottom:16px}.contact-panel p{color:#f0f8ff;margin:0;max-width:455px}.contact-content{align-self:center;border-left:1px solid #639ec7;padding-left:40px}.contact-pending{font-size:1rem!important}.contact-pending strong{color:white;display:block;font-size:1.0625rem;margin-bottom:10px}.contact-live{display:grid;gap:13px}.contact-live>a{color:#fff;font-size:1.1rem;text-underline-offset:5px;overflow-wrap:anywhere}.contact-live .button{color:var(--navy);font-size:1rem}.contact-hours{font-size:.875rem;color:#f0f8ff}
/* Services page */
.page-hero{padding:58px 0 63px;background:var(--blue);color:#fff}.breadcrumbs{display:flex;gap:10px;font-size:.8125rem;flex-wrap:wrap;color:#f0f8ff;margin-bottom:28px}.breadcrumbs a{text-underline-offset:4px}.page-hero .eyebrow{color:#fff}.page-hero h1{font-size:clamp(3.5rem,6vw,5.5rem);text-transform:uppercase;margin-bottom:20px;max-width:850px}.page-hero>div>p{font-size:1.125rem;max-width:630px;color:#f0f8ff;margin-bottom:0}.service-directory{padding:64px 0 80px}.directory-layout{display:grid;grid-template-columns:235px 1fr;gap:60px;align-items:start}.directory-nav{position:sticky;top:130px;background:#edf6fd;padding:24px;border:1px solid #d5e5f2;border-radius:4px}.directory-nav h2{font-family:var(--body);font-size:.8125rem;letter-spacing:.1em;margin-bottom:18px}.directory-nav a{display:block;padding:9px 0;text-decoration:none;font-weight:700;font-size:.9375rem;line-height:1.4}.directory-nav a:hover{color:#005b91;text-decoration:underline}.service-category{padding-bottom:40px;margin-bottom:42px;border-bottom:1px solid var(--line)}.service-category:last-child{border:0;margin-bottom:0;padding-bottom:0}.service-category-heading{display:flex;gap:18px;align-items:center;margin-bottom:18px}.service-category-heading h2{font-size:2.5rem;margin:0}.service-category>p{color:var(--muted);max-width:700px}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service-detail{background:#fff;border:1px solid var(--line);padding:24px;border-radius:4px;scroll-margin-top:130px}.service-detail h3{font-size:1.4rem;margin-bottom:10px}.service-detail p{font-size:.9375rem;color:var(--muted);margin-bottom:0}
@media(max-width:1150px){.hero-layout{gap:36px}.hero-photo{height:455px}.hero-small{gap:14px}.hero h1{font-size:5.3rem}.hero-actions .button{font-size:.875rem;padding:15px 18px}.about-layout,.faq-layout{gap:50px}}
@media(max-width:900px){.container{width:calc(100% - 48px)}.hero-layout{grid-template-columns:1.05fr 1fr;gap:26px}.hero h1{font-size:4.2rem}.hero-photo{height:420px}.hero-copy>p{font-size:1rem}.hero .eyebrow{font-size:.75rem}.home-note{left:16px;right:-5px;padding:18px;gap:12px}.home-note strong{font-size:1.4rem}.home-note span{font-size:.8125rem}.home-note>.icon{width:30px;height:30px}.hero-small{font-size:.8125rem;display:grid;gap:10px}.hero-bottom{font-size:.75rem;letter-spacing:.04em}.section{padding:70px 0}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-intro{gap:30px}.section-intro>p{max-width:300px}.emergency-inner{grid-template-columns:auto 1fr;gap:22px}.emergency-inner>.button{grid-column:2;justify-self:start}.local-layout{gap:40px}.local-copy h2{font-size:1.9rem}.contact-panel{padding:38px;gap:30px}.contact-content{padding-left:30px}.contact-panel h2{font-size:2.65rem}.directory-layout{grid-template-columns:200px 1fr;gap:30px}.service-detail-grid{grid-template-columns:1fr}.service-category-heading h2{font-size:2.1rem}}
@media(max-width:700px){html{scroll-padding-top:100px}.hero{padding:42px 0 29px}.hero-layout{grid-template-columns:1fr;gap:34px}.hero h1{font-size:clamp(3.85rem,12.5vw,5.6rem);max-width:580px}.hero-copy{padding:0}.hero-copy>p{font-size:1.0625rem;max-width:540px}.hero-small{display:flex;gap:18px}.hero-photo{height:350px;object-position:50% 58%;border-radius:4px 45px 4px 4px}.hero-visual{padding-bottom:22px}.home-note{left:22px;right:0}.hero-bottom{margin-top:30px;line-height:1.5;flex-wrap:wrap;justify-content:flex-start;gap:12px 24px}.section-intro{display:block}.section-intro>p{max-width:100%;margin-top:18px}.section{padding:60px 0}.about-layout,.local-layout,.faq-layout{grid-template-columns:1fr;gap:32px}.about-copy p{max-width:none}.local-section{padding:52px 0}.local-wordmark{font-size:5.4rem}.local-copy h2{font-size:2.3rem}.local-copy p{max-width:100%}.faq-intro p{max-width:none;margin-bottom:0}.contact-section{padding-bottom:55px}.contact-panel{grid-template-columns:1fr;padding:32px;gap:25px}.contact-content{padding:24px 0 0;border-left:0;border-top:1px solid #639ec7}.contact-panel h2{font-size:2.7rem}.page-hero{padding:35px 0 45px}.directory-layout{grid-template-columns:1fr;gap:40px}.directory-nav{position:static;display:flex;flex-wrap:wrap;gap:8px 18px;padding:20px}.directory-nav h2{width:100%;margin-bottom:5px}.directory-nav a{padding:3px 0;font-size:.875rem}.service-detail-grid{grid-template-columns:1fr 1fr}.service-detail{padding:20px}.service-category-heading h2{font-size:2.2rem}}
@media(max-width:430px){.container{width:calc(100% - 36px)}.hero .eyebrow{font-size:.6875rem;letter-spacing:.11em}.hero h1{font-size:3.8rem}.hero-actions{gap:10px}.hero-actions .button{font-size:.8125rem;gap:9px;padding:14px 15px;min-height:50px}.hero-actions .icon{width:17px;height:17px}.hero-small{gap:10px 15px}.hero-photo{height:300px}.home-note{left:14px;padding:17px 15px}.home-note strong{font-size:1.4rem}.home-note span{font-size:.75rem}.service-icon{width:37px;height:37px}.service-icon .icon{width:21px;height:21px}.emergency-inner{grid-template-columns:1fr}.emergency-emblem{width:54px;height:54px}.emergency-inner>.button{grid-column:1}.local-wordmark{font-size:4.5rem}.service-detail-grid{grid-template-columns:1fr}.contact-panel{padding:28px 24px}.contact-panel h2{font-size:2.5rem}}
@media (max-width: 1150px) {
  .service-grid { gap: 20px; }
  .service-card-content { padding: 23px 19px 25px; }
  .service-card h3 { font-size: 1.45rem; }
}
@media (max-width: 900px) {
  .service-card h3 { font-size: 1.75rem; }
  .service-card-content { padding: 26px; }
}
@media (max-width: 600px) {
  .service-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .service-card h3 { min-height: 0; font-size: 1.85rem; }
  .service-card p { margin-bottom: 22px; }
  .service-card-content { padding: 26px; }
  .service-card-icon { width: 48px; height: 48px; top: 16px; right: 16px; }
  .service-card-cta { padding-inline: 21px; font-size: .875rem; }
}
@media (prefers-reduced-motion: reduce) {
  .service-card:hover .service-card-photo { transform: none; }
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.button:hover,.service-card:hover{transform:none}}
@media print{.utility-bar,.main-nav,.header-cta,.mobile-toggle,.mobile-contact-bar{display:none!important}.site-header{position:static}.hero,.contact-panel,.page-hero,.site-footer{background:#fff;color:#000}.hero h1 span,.hero-copy>p,.page-hero>div>p,.contact-panel p{color:#000}.section{padding:30px 0}.hero-photo{height:250px}.directory-nav{position:static}.service-card,.service-detail{break-inside:avoid}}

@media print { .service-card { background:#fff;color:#000;box-shadow:none; } .service-card h3,.service-card p { color:#000; } .service-card-photo { max-height:150px; } }
