:root{--white: #FFFFFF;--bg: #F4F4F4;--bg-alt: #FAFAFA;--ink: #1A1A1A;--muted: #555555;--faint: #999999;--line: #E0E0E0;--line-light: #EEEEEE;--primary: #0B5ED7;--primary-dark: #094DB3;--primary-bg: #EBF2FC;--red: #D12B1E;--red-dark: #B02418;--red-bg: #FDF0EF;--font: "DM Sans", "Segoe UI", system-ui, -apple-system, sans-serif;--radius: 8px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow: 0 2px 8px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:15px;line-height:1.6;color:var(--ink);background:var(--white)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,h4,h5{margin:0;line-height:1.25;font-weight:700}p{margin:0}.site-shell{min-height:100vh;display:flex;flex-direction:column}.wrap{width:min(1120px,calc(100% - 2rem));margin:0 auto}.utility-bar{background:var(--ink);color:#ccc;font-size:.8rem}.utility-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.45rem 0}.utility-contact{display:flex;align-items:center;gap:1.2rem}.utility-phone,.utility-email{display:inline-flex;align-items:center;gap:.4rem;color:#fff;font-weight:500}.utility-phone:hover,.utility-email:hover{text-decoration:underline}.utility-hours{color:#aaa;font-size:.78rem}.site-header{position:sticky;top:0;z-index:10;background:var(--white);border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0}.brand{display:flex;align-items:center;gap:.6rem}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:var(--radius);font-weight:700;font-size:.75rem;color:var(--white);background:var(--primary)}.brand-name{font-weight:700;font-size:1rem}.header-right{display:flex;align-items:center;gap:1.25rem}.primary-nav{display:flex;flex-wrap:wrap;gap:.15rem}.primary-nav a{padding:.45rem .7rem;border-radius:var(--radius);color:var(--muted);font-size:.88rem;font-weight:500;transition:background .12s,color .12s}.primary-nav a.is-active,.primary-nav a:hover{background:var(--bg);color:var(--ink)}.header-cta{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:var(--radius);background:var(--red);color:var(--white);font-weight:600;font-size:.85rem;white-space:nowrap;transition:background .12s}.header-cta:hover{background:var(--red-dark)}.hero,.section{padding:3.5rem 0}.section-alt{background:var(--bg)}.eyebrow{margin:0 0 .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary)}.hero h1,.city-panel h1{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2}.section h1{font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:.6rem}.section h2{font-size:clamp(1.4rem,2.5vw,1.9rem);margin-bottom:.6rem}.section h3{font-size:1.05rem}.hero p,.section p,.section li,.city-panel p,.site-footer p{color:var(--muted);line-height:1.65}.section-intro{max-width:60ch;margin-bottom:1.2rem}.section-cta{margin-top:1.2rem}.hero-grid,.two-up,.city-hero-grid,.stats-grid,.link-grid,.card-grid,.stat-band{display:grid;gap:1rem}.hero-grid{grid-template-columns:minmax(0,1.3fr) minmax(260px,.9fr);align-items:start}.city-hero-grid,.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid,.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-band{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.25rem 0}.button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.3rem;border-radius:var(--radius);font-weight:600;font-size:.92rem;transition:background .12s,border-color .12s}.button{color:var(--white);background:var(--primary)}.button:hover{background:var(--primary-dark)}.ghost-button{border:1px solid var(--line);background:var(--white)}.ghost-button:hover{border-color:var(--primary);color:var(--primary)}.panel,.city-card,.metric-card,.city-panel,.service-card,.info-card{padding:1.25rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.hero-panel{position:relative;overflow:hidden}.hero-side{display:grid;gap:.8rem}.hero-side-top h2{max-width:14ch}.city-card header,.service-card header,.info-card header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.city-card h3,.service-card h3,.info-card h3{margin:0 0 .4rem;font-size:1.05rem}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;background:var(--primary-bg);color:var(--primary);font-size:.73rem;font-weight:600}.meta-row{display:flex;flex-wrap:wrap;gap:.4rem;margin:.8rem 0 0}.meta-row span{padding:.35rem .6rem;border-radius:4px;background:var(--bg);border:1px solid var(--line-light);font-size:.8rem;color:var(--muted)}.metric-label{font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.metric-value{display:block;margin-top:.2rem;font-size:1.8rem;font-weight:700;color:var(--ink)}.stack,.footer-links,.detail-list,.faq-list{display:grid;gap:.6rem;padding:0;margin:0;list-style:none}.detail-list li,.faq-list li{padding:.85rem 1rem;border-radius:var(--radius);background:var(--bg-alt);border:1px solid var(--line-light)}.faq-list li h3{margin-bottom:.3rem}.city-card a,.text-link{color:var(--primary);font-weight:600}.text-link:hover,.city-card a:hover{text-decoration:underline}.hero-note{max-width:42rem;padding:.8rem 1rem 0;border-top:1px solid var(--line)}.hero-note p{margin:.4rem 0 0}.kicker{display:inline-flex;align-items:center;padding:.25rem .55rem;border-radius:4px;background:var(--bg);border:1px solid var(--line-light);color:var(--muted);font-size:.8rem;font-weight:600}.cta-panel{display:grid;grid-template-columns:minmax(0,1.2fr) auto;gap:1.5rem;align-items:center;padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--primary-bg)}.site-footer{margin-top:auto;padding:2.5rem 0 1.5rem;border-top:1px solid var(--line);background:var(--ink);color:#ccc}.site-footer p{color:#999}.footer-cols{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;align-items:start}.footer-brand{display:block;font-size:1.05rem;color:var(--white);margin-bottom:.5rem}.footer-heading{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:.6rem}.footer-links{gap:.4rem}.footer-links a{color:#ccc;font-size:.88rem}.footer-links a:hover{color:var(--white);text-decoration:underline}.footer-bottom{margin-top:2rem;padding-top:1.2rem;border-top:1px solid #333}.footer-bottom p{font-size:.8rem;color:#777}@media(max-width:900px){.hero-grid,.city-hero-grid,.two-up,.stats-grid,.card-grid,.link-grid,.stat-band,.cta-panel{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr;gap:1.5rem}.header-inner{flex-direction:column;align-items:flex-start;gap:.5rem}.header-right{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.primary-nav{justify-content:flex-start}.header-cta{width:100%;justify-content:center}.hero,.section{padding:2.5rem 0}.hero h1,.city-panel h1,.hero-side-top h2{max-width:none}.utility-bar-inner{flex-direction:column;align-items:flex-start;gap:.25rem}.utility-hours{display:none}}
