:root {
  color-scheme: light;
  --navy: #102b3f;
  --blue: #176b87;
  --blue-dark: #10536b;
  --aqua: #d9f0ef;
  --orange: #ee9b42;
  --paper: #f6f8f7;
  --white: #fff;
  --ink: #183143;
  --muted: #536977;
  --line: #d6e0e3;
  --shadow: 0 18px 48px rgba(16, 43, 63, .10);
  --radius: 18px;
  --content: 1160px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); }
a { color: var(--blue-dark); text-underline-offset: .2em; }
a:hover { color: var(--navy); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 30; background: var(--white); padding: .7rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(var(--content), calc(100% - 2.5rem)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 6px 20px rgba(16,43,63,.06); backdrop-filter: blur(12px); }
.utility-bar { background: var(--navy); color: #e7f1f3; font-size: .82rem; line-height: 1.2; }
.utility-row { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-row strong { color: #fff; }
.utility-call { color: #fff; text-decoration: none; font-weight: 750; }
.utility-call:hover { color: #b9e9eb; }
.utility-promise { white-space: nowrap; }
.weather-readout { display: inline-flex; align-items: center; gap: .42rem; min-width: 0; color: #f1f6f7; font-size: .79rem; white-space: nowrap; }
.weather-icon { width: 1.25rem; text-align: center; font-size: 1rem; }
.weather-copy { display: flex; align-items: baseline; gap: .4rem; }
.weather-city { color: #c6d7dc; }
.weather-details { color: #fff; font-weight: 700; }
.weather-updated { color: #c6d7dc; font-size: .72rem; }
.weather-source { color: #c6d7dc; text-decoration: underline; text-underline-offset: 2px; font-size: .7rem; }
.weather-source:hover { color: #fff; }
.header-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--navy); font-weight: 800; letter-spacing: -.04em; font-size: 1.2rem; white-space: nowrap; }
.brand img { width: 42px; height: 42px; }
.nav-wrap { display: flex; align-items: center; gap: 1.15rem; }
.main-nav { display: flex; gap: 1.15rem; align-items: center; }
.main-nav > a, .nav-dropdown > summary { color: var(--ink); font-size: .92rem; font-weight: 700; text-decoration: none; cursor: pointer; list-style: none; white-space: nowrap; }
.main-nav > a:hover, .main-nav > a[aria-current="page"], .nav-dropdown > summary:hover { color: var(--blue); }
.nav-dropdown { position: relative; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary::after { content: "\25BE"; color: var(--blue); font-size: .78em; }
.dropdown-menu { position: absolute; z-index: 40; top: 100%; left: -.8rem; display: none; min-width: 235px; padding: .55rem; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 18px 40px rgba(16,43,63,.16); }
.nav-dropdown[open] .dropdown-menu { display: grid; }
@media (hover: hover) and (pointer: fine) {
  .nav-dropdown:hover > .dropdown-menu, .nav-dropdown:focus-within > .dropdown-menu { display: grid; }
}
.dropdown-menu a { display: block; padding: .62rem .7rem; border-radius: 8px; color: var(--ink); font-size: .92rem; font-weight: 650; text-decoration: none; }
.dropdown-menu a:hover, .dropdown-menu a:focus-visible { background: #edf5f4; color: var(--blue-dark); }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 10px; padding: .55rem .7rem; color: var(--navy); font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; border-radius: 999px; padding: .7rem 1.15rem; border: 2px solid transparent; background: var(--blue); color: white; font-weight: 750; line-height: 1.2; text-decoration: none; box-shadow: 0 8px 20px rgba(23,107,135,.18); }
.button:hover { background: var(--blue-dark); color: white; }
.call-button { gap: .7rem; background: var(--orange); color: var(--navy); box-shadow: 0 10px 24px rgba(16,43,63,.17); }
.call-button:hover { background: #f3ad5e; color: var(--navy); transform: translateY(-1px); }
.call-icon { flex: none; width: 23px; height: 23px; }
.call-copy { display: grid; gap: .08rem; text-align: left; }
.call-copy strong { font-size: .98rem; }
.call-copy small { font-size: .78rem; font-weight: 700; opacity: .82; }
.header-call { min-width: 174px; padding: .55rem 1rem; }
.header-call .call-copy strong { font-size: .9rem; }
.header-call .call-copy small { font-size: .72rem; }
.button.secondary { color: var(--navy); background: white; border-color: var(--line); box-shadow: none; }
.button.secondary:hover { border-color: var(--blue); color: var(--blue-dark); }
.button.small { min-height: 42px; padding: .55rem .9rem; font-size: .9rem; }
.eyebrow { color: var(--blue-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; }
.hero { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 6rem) 0; background: radial-gradient(ellipse at 83% 25%, rgba(217,240,239,.96), transparent 40%), linear-gradient(120deg, #f7faf9, #edf5f4); }
.hero::after { content: ""; position: absolute; width: 300px; height: 300px; right: -100px; bottom: -190px; border: 44px solid rgba(23,107,135,.08); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); position: relative; z-index: 1; }
h1, h2, h3 { color: var(--navy); letter-spacing: -.035em; line-height: 1.15; }
h1 { max-width: 780px; margin: .65rem 0 1rem; font-size: clamp(2.5rem, 6vw, 4.6rem); }
h2 { margin: 0 0 1rem; font-size: clamp(1.8rem, 3.5vw, 2.75rem); }
h3 { margin: 0 0 .55rem; font-size: 1.25rem; }
.hero p { max-width: 660px; font-size: 1.1rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.hero-actions .call-button { min-height: 62px; padding: .78rem 1.35rem; }
.hero-actions .call-button .call-copy strong { font-size: 1.08rem; }
.hero-actions .secondary { min-height: 54px; }
.availability { display: flex; align-items: center; gap: .5rem; color: var(--navy); font-size: .92rem; font-weight: 700; margin-top: 1.1rem; }
.availability::before { content: ""; width: 9px; height: 9px; background: #2e9b71; border-radius: 50%; box-shadow: 0 0 0 4px rgba(46,155,113,.12); }
.hero-art { display: block; min-width: 0; }
.hero-van { display: block; width: 100%; height: 400px; aspect-ratio: auto; object-fit: cover; object-position: center top; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; box-shadow: var(--shadow); }
.art-card { width: min(100%, 390px); padding: 1.2rem; border: 1px solid rgba(255,255,255,.9); border-radius: 26px; background: rgba(255,255,255,.75); box-shadow: var(--shadow); transform: rotate(2deg); }
.art-card svg { width: 100%; height: auto; display: block; }
.art-image-frame { display: grid; place-items: center; width: 100%; height: 220px; overflow: hidden; border-radius: 15px; background: #edf5f4; }
.art-image-frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
.art-caption { padding: .8rem .35rem .25rem; color: var(--muted); font-size: .9rem; }
.section { padding: clamp(3rem, 6vw, 5.2rem) 0; }
.section.white { background: white; }
.section-heading { max-width: 720px; margin-bottom: 2rem; }
.section-heading p { color: var(--muted); margin: 0; font-size: 1.05rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.card { padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 6px 22px rgba(16,43,63,.035); }
.card p { color: var(--muted); margin: .4rem 0 .8rem; }
.testimonial { display: flex; width: min(100%, 320px); aspect-ratio: 1; flex-direction: column; justify-self: center; padding: 1rem; }
.testimonial blockquote { margin: 0; color: var(--ink); font-size: .84rem; line-height: 1.42; }
.testimonial figcaption { margin-top: auto; padding-top: 1rem; color: var(--navy); font-weight: 750; }
.testimonial figcaption cite { font-style: normal; }
.card-link { font-weight: 750; text-decoration: none; }
.icon-tile { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 1rem; border-radius: 13px; background: var(--aqua); color: var(--blue-dark); font-size: 1.3rem; font-weight: 800; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.callout { padding: clamp(1.4rem, 4vw, 2.2rem); border-radius: var(--radius); background: var(--navy); color: white; }
.callout h2, .callout h3 { color: white; }
.callout p { color: #d4e2e8; }
.callout a:not(.button) { color: #b9e9eb; }
.callout .button { background: var(--orange); color: var(--navy); box-shadow: none; }
.check-list { list-style: none; padding: 0; margin: 1rem 0; }
.check-list li { position: relative; padding: .35rem 0 .35rem 1.7rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.step { padding: 1.25rem; border-top: 3px solid var(--blue); background: white; border-radius: 0 0 14px 14px; }
.step::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: .7rem; color: var(--blue); font-weight: 850; }
.faq-list { display: grid; gap: .75rem; }
.faq-list details { padding: 1rem 1.1rem; background: white; border: 1px solid var(--line); border-radius: 13px; }
.faq-list summary { cursor: pointer; color: var(--navy); font-weight: 750; }
.faq-list details p { margin-bottom: .1rem; color: var(--muted); }
.breadcrumb { padding: .45rem 0 .2rem; color: var(--muted); font-size: .9rem; }
.breadcrumb + .hero { padding-top: clamp(1.25rem, 2.5vw, 2rem); }
.breadcrumb + .section { padding-top: clamp(1.25rem, 2.5vw, 2rem); }
.service-search-form { max-width: 650px; margin: 1.5rem 0; }
.search-input-row { display: flex; align-items: stretch; gap: .65rem; }
.search-input-row input { min-width: 0; }
.search-results { min-height: 3rem; margin-top: 1.5rem; color: var(--muted); }
.search-result-list { margin-top: 1rem; }
.search-result-list h2 { font-size: 1.3rem; margin-bottom: .55rem; }
.search-result-list h2 a { text-decoration: none; }
.search-result-list p { margin-bottom: 0; }
.breadcrumb a { color: var(--blue-dark); }
.prose { max-width: 820px; }
.prose p, .prose li { color: #344f60; }
.prose h2 { margin-top: 2.5rem; font-size: 1.7rem; }
.prose h3 { margin-top: 1.6rem; }
.notice { padding: 1rem 1.2rem; border-left: 4px solid var(--orange); background: #fff8ee; border-radius: 0 12px 12px 0; }
.contact-details { display: grid; gap: .75rem; }
.contact-details p { margin: 0; }
.contact-request { padding: clamp(1.1rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.contact-request h2 { margin: .25rem 0 .5rem; }
.form-feedback, .form-result { padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: #f3f7f6; }
.form-feedback:not([hidden]), .form-result:not([hidden]) { display: block; }
.form-success { border-color: #a6d5c0; background: #effaf4; }
.form-failure, .form-feedback { border-color: #e4b6ad; background: #fff4f1; }
.form-result h3 { margin: 0 0 .5rem; }
.form-result p:last-of-type { margin-bottom: .75rem; }
button:disabled { cursor: wait; opacity: .7; }
form { display: grid; gap: 1rem; }
label { display: grid; gap: .35rem; color: var(--navy); font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #b9c9cf; border-radius: 9px; padding: .75rem .8rem; background: white; color: var(--ink); }
textarea { min-height: 130px; resize: vertical; }
.site-footer { padding: 3rem 0; background: var(--navy); color: #d5e2e7; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; }
.site-footer h2, .site-footer h3 { color: white; font-size: 1.1rem; }
.site-footer a { color: #d5e2e7; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem .8rem; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem; border-top: 1px solid rgba(255,255,255,.18); margin-top: 2rem; padding-top: 1rem; font-size: .88rem; }
.mobile-call { display: none; }
.map-frame { overflow: hidden; min-height: 230px; margin: 1rem 0 .65rem; border: 1px solid var(--line); border-radius: 14px; background: #e5eeee; box-shadow: 0 8px 20px rgba(16,43,63,.08); }
.local-van-figure { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.local-van-figure img { display: block; width: 100%; height: 400px; aspect-ratio: auto; object-fit: cover; object-position: center; }
.local-van-figure figcaption { padding: .8rem 1rem; color: var(--muted); font-size: .9rem; }
.map-frame iframe { display: block; width: 100%; height: 230px; border: 0; }
.map-link { display: inline-block; font-weight: 750; }
.muted { color: var(--muted); }
.legal-meta { color: var(--muted); font-size: .9rem; }
@media (max-width: 960px) {
  .nav-wrap { gap: .65rem; }
  .main-nav { gap: .75rem; }
  .main-nav > a, .nav-dropdown > summary { font-size: .85rem; }
  .header-call { min-width: 150px; padding-inline: .75rem; }
}
@media (max-width: 760px) {
  .wrap { width: min(var(--content), calc(100% - 1.5rem)); }
  .utility-row { min-height: 30px; }
  .utility-row { font-size: .74rem; }
  .weather-readout { font-size: .72rem; gap: .25rem; }
  .weather-copy { gap: .28rem; }
  .weather-updated, .weather-source { display: none; }
  .header-row { min-height: 64px; gap: .4rem; }
  .menu-toggle { display: inline-flex; }
  .nav-wrap { gap: .45rem; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100dvh - 110px); overflow-y: auto; padding: .65rem 1rem 1rem; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 10px 18px rgba(16,43,63,.09); }
  .main-nav[data-open="true"] { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .2rem .6rem; align-items: start; }
  .main-nav > a, .nav-dropdown > summary { display: block; padding: .58rem; font-size: .92rem; }
  .nav-dropdown { min-width: 0; }
  .nav-dropdown[open] { grid-column: 1 / -1; }
  .dropdown-menu { position: static; min-width: 0; padding: .25rem; border: 0; border-radius: 8px; background: #f3f7f6; box-shadow: none; }
  .dropdown-menu a { padding: .55rem .65rem; font-size: .9rem; }
  .header-call { min-width: 0; min-height: 42px; padding: .45rem .7rem; }
  .header-call .call-icon { width: 19px; height: 19px; }
  .header-call .call-copy small, .header-call .call-number { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-art { width: min(100%, 520px); margin-inline: auto; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .utility-call { display: none; }
  .utility-row { justify-content: space-between; gap: .35rem; }
  .utility-promise { font-size: .68rem; }
  .utility-anytime { display: none; }
  .weather-readout { font-size: .68rem; }
  .weather-icon { width: 1rem; }
  .weather-details { display: block; max-width: 105px; overflow: hidden; text-overflow: ellipsis; }
  .search-input-row { align-items: stretch; }
  .search-input-row .button { min-width: 94px; }
  .brand { font-size: .98rem; gap: .45rem; }
  .brand img { width: 34px; height: 34px; }
  .header-call { padding-inline: .58rem; }
  .header-call .call-copy strong { font-size: .84rem; }
  .hero { padding: 2.8rem 0; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.1rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .grid-3, .grid-2, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-call { display: flex; position: fixed; z-index: 29; bottom: 0; left: 0; right: 0; min-height: 68px; align-items: center; justify-content: center; gap: .65rem; padding: .45rem .75rem calc(.45rem + env(safe-area-inset-bottom)); color: var(--navy); background: var(--orange); text-decoration: none; font-weight: 800; box-shadow: 0 -4px 18px rgba(16,43,63,.18); }
  .mobile-call .call-icon { width: 24px; height: 24px; }
  .mobile-call .call-copy strong { display: block; font-size: .94rem; line-height: 1.1; }
  .mobile-call .call-copy small { display: block; font-size: .79rem; }
  .mobile-call .mobile-availability { margin-left: .35rem; padding-left: .65rem; border-left: 1px solid rgba(16,43,63,.25); font-size: .74rem; line-height: 1.2; }
  .site-footer { padding-bottom: calc(5.5rem + env(safe-area-inset-bottom)); }
}
@media (max-width: 360px) { .testimonial { aspect-ratio: auto; min-height: 270px; } }
 :target { scroll-margin-top: 120px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
