:root{--navy-900:#0c1f2f;--navy-800:#123249;--navy-700:#17415e;--navy-600:#1f5678;--accent-500:#e8720c;--accent-600:#cf6108;--accent-700:#a94705;--accent-100:#fdece0;--slate-50:#f7f9fb;--slate-100:#eef2f6;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-500:#64748b;--slate-600:#4b5867;--slate-700:#33404d;--slate-900:#131c24;--white:#fff;--font-body:"Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 3px #0c1f2f14, 0 1px 2px #0c1f2f0f;--shadow-md:0 8px 24px #0c1f2f1f;--shadow-lg:0 20px 45px #0c1f2f2e;--container:1180px;--header-h:76px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.scroll-cue{animation:none}}body{font-family:var(--font-body);color:var(--slate-700);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid var(--accent-500);outline-offset:3px}section[id]{scroll-margin-top:calc(var(--header-h) + 1rem)}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{color:var(--navy-900);margin:0;font-weight:700;line-height:1.25}p{margin:0 0 1rem}button{font:inherit;cursor:pointer}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.25rem}.section{padding:4.5rem 0}@media (width<=640px){.section{padding:3rem 0}}.section-head{text-align:center;max-width:640px;margin:0 auto 2.75rem}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-700);margin-bottom:.6rem;font-size:.8rem;font-weight:700;display:inline-block}.section-head h2{margin-bottom:.75rem;font-size:clamp(1.6rem,1.2rem + 1.6vw,2.4rem)}.section-head p{color:var(--slate-500);margin-bottom:0}.bg-alt{background:var(--slate-50)}.skip-link{background:var(--accent-700);color:var(--white);z-index:1000;border-radius:0 0 8px;padding:.75rem 1.25rem;font-weight:600;position:absolute;top:0;left:-999px}.skip-link:focus{left:0}.site-header{z-index:500;height:var(--header-h);border-bottom:1px solid #0000;align-items:center;transition:box-shadow .25s,border-color .25s,background-color .25s;display:flex;position:sticky;top:0}.site-header:before{content:"";backdrop-filter:saturate(180%)blur(10px);z-index:-1;background:#ffffffe6;position:absolute;inset:0}.site-header.is-scrolled{border-color:var(--slate-200);box-shadow:0 4px 20px #0c1f2f0f}.site-header .container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand{color:var(--navy-900);letter-spacing:.01em;align-items:center;gap:.65rem;font-size:1.05rem;font-weight:800;display:flex}.brand-mark{background:var(--navy-900);border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.brand-mark svg{width:24px;height:24px;color:var(--accent-500)}.brand-text{flex-direction:column;line-height:1.15;display:flex}.brand-text small{color:var(--slate-500);letter-spacing:.03em;font-size:.72rem;font-weight:500}.main-nav{align-items:center;gap:.25rem;display:flex}.main-nav a{color:var(--slate-700);border-radius:8px;padding:.6rem .9rem;font-size:.95rem;font-weight:600;transition:background-color .18s,color .18s}.main-nav a:hover,.main-nav a.is-active,.main-nav a:focus-visible{background:var(--slate-100);color:var(--navy-900)}.header-actions{align-items:center;gap:.6rem;display:flex}.header-phone{color:var(--navy-900);white-space:nowrap;align-items:center;gap:.5rem;font-size:.98rem;font-weight:700;display:inline-flex}.header-phone svg{width:1.15em;height:1.15em;color:var(--accent-500);flex-shrink:0}.nav-toggle{border:1px solid var(--slate-200);background:var(--white);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:none}.nav-toggle-bar{background:var(--navy-900);border-radius:2px;width:20px;height:2px;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s;display:block}.nav-toggle.is-open .nav-toggle-bar:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.is-open .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle.is-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=900px){.main-nav{inset:var(--header-h) 0 0 0;background:var(--white);will-change:transform;flex-direction:column;align-items:stretch;gap:.25rem;padding:1.25rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;overflow-y:auto;transform:translate(100%)}.main-nav.is-open{transform:translate(0)}.main-nav a{border-bottom:1px solid var(--slate-100);border-radius:0;padding:1rem;font-size:1.05rem}.header-phone{font-size:.88rem}.nav-toggle{display:inline-flex}}.hero{color:var(--white);background:linear-gradient(160deg, var(--navy-900) 0%, var(--navy-700) 60%, var(--navy-600) 100%);position:relative;overflow:hidden}.hero-media{z-index:0;position:absolute;inset:0}.hero-media img{object-fit:cover;object-position:center 20%;opacity:.32;width:100%;height:100%}.hero-media:after{content:"";background:radial-gradient(60% 80% at 20% 20%,#e8720c40,#0000 60%),linear-gradient(#0c1f2fbf 0%,#0c1f2fe6 100%);position:absolute;inset:0}.hero-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;padding:5.5rem 0 5rem;display:flex;position:relative}.hero-badge{letter-spacing:.04em;text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem .9rem;font-size:.82rem;font-weight:600;display:inline-flex}.hero h1{color:var(--white);letter-spacing:.01em;margin-bottom:.6rem;font-size:clamp(2.1rem,1.5rem + 3vw,3.4rem)}.hero .hero-sub{color:var(--accent-100);margin-bottom:1.1rem;font-size:clamp(1.1rem,1rem + .5vw,1.4rem);font-weight:600}.hero .hero-towns{color:#ffffffd9;max-width:600px;margin-bottom:2.25rem;font-size:1.05rem}.contact-line{color:var(--white);flex-wrap:wrap;justify-content:center;gap:.5rem 1.75rem;margin-bottom:2.75rem;font-size:1.05rem;font-weight:700;display:flex}.contact-line a{align-items:center;gap:.5rem;display:inline-flex}.contact-line a:hover,.header-phone:hover,.qs-phone:hover,.contact-item a.ci-value:hover{text-decoration:underline}.contact-line svg{width:1.15em;height:1.15em;color:var(--accent-500);flex-shrink:0}.contact-line-light{color:#ffffffeb;margin-bottom:0}.hero-stats{border-top:1px solid #ffffff2e;grid-template-columns:repeat(3,auto);gap:2.5rem;padding-top:2rem;display:grid}.hero-stats .stat-num{color:var(--white);font-size:1.5rem;font-weight:800}.hero-stats .stat-label{color:#ffffffb3;font-size:.85rem}@media (width<=640px){.hero-stats{text-align:center;grid-template-columns:1fr;gap:1rem}}.scroll-cue{z-index:1;color:#ffffffa6;letter-spacing:.08em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.35rem;font-size:.75rem;animation:2.4s ease-in-out infinite bob;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.scroll-cue svg{width:20px;height:20px}@keyframes bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,6px)}}.quick-strip{background:var(--navy-900);color:var(--white)}.quick-strip .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.1rem;display:flex}.quick-strip .qs-name{font-size:1.05rem;font-weight:700}.quick-strip .qs-phone{color:var(--accent-100);align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;display:inline-flex}.quick-strip .qs-phone svg{width:20px;height:20px;color:var(--accent-500)}.about-grid{grid-template-columns:200px 1fr;align-items:center;gap:3rem;display:grid}.about-figure{background:var(--slate-100);border-radius:var(--radius-lg);justify-content:center;align-items:center;padding:1.75rem;display:flex}.about-figure img{width:100%;height:auto}.about-text h2{margin-bottom:1rem;font-size:clamp(1.6rem,1.2rem + 1.6vw,2.2rem)}.about-highlights{grid-template-columns:repeat(2,1fr);gap:.75rem 1.5rem;margin-top:1.5rem;padding:0;display:grid}.about-highlights li{color:var(--navy-800);align-items:flex-start;gap:.6rem;font-size:.96rem;font-weight:600;display:flex}.about-highlights svg{width:20px;height:20px;color:var(--accent-500);flex-shrink:0;margin-top:2px}@media (width<=800px){.about-grid{text-align:center;grid-template-columns:1fr;gap:1.75rem}.about-figure{width:160px;margin-inline:auto}.about-highlights{text-align:left;grid-template-columns:1fr}}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}@media (width<=980px){.services-grid{grid-template-columns:1fr}}.service-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:2rem 1.85rem;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex}.service-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-6px)}.service-icon{background:var(--accent-100);border-radius:14px;place-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:grid}.service-icon svg{width:28px;height:28px;color:var(--accent-600)}.service-card h3{margin-bottom:.9rem;font-size:1.18rem}.service-list{flex-direction:column;gap:.55rem;margin-bottom:0;display:flex}.service-list>li{color:var(--slate-600);padding-left:1.35rem;font-size:.96rem;position:relative}.service-list>li:before{content:"";background:var(--accent-500);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.service-list ul{flex-direction:column;gap:.35rem;margin-top:.5rem;padding-left:1rem;display:flex}.service-list ul li{color:var(--slate-500);padding-left:.9rem;font-size:.9rem;position:relative}.service-list ul li:before{content:"–";color:var(--slate-300);position:absolute;left:0}.services-note{text-align:center;color:var(--navy-800);background:var(--accent-100);border-radius:999px;margin-top:2.5rem;padding:.75rem 1.5rem;font-weight:700;display:inline-block}.services-note-wrap{text-align:center}.area-wrap{grid-template-columns:1.1fr 1fr;align-items:stretch;gap:2.5rem;display:grid}@media (width<=900px){.area-wrap{grid-template-columns:1fr}}.area-text p{color:var(--slate-600)}.town-chips{flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;display:flex}.town-chips li{background:var(--white);border:1px solid var(--slate-200);color:var(--navy-800);border-radius:999px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.map-frame{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--slate-200);min-height:320px;overflow:hidden}.map-frame iframe{border:0;width:100%;height:100%;min-height:320px;display:block}.contact-grid{grid-template-columns:220px 1fr 1fr;align-items:center;gap:2.5rem;display:grid}@media (width<=900px){.contact-grid{text-align:center;grid-template-columns:1fr}.contact-figure{width:180px;margin-inline:auto}}.contact-figure img{width:100%;height:auto}.contact-item{align-items:flex-start;gap:.9rem;margin-bottom:1.5rem;display:flex}@media (width<=900px){.contact-item{text-align:left}}.contact-item .ci-icon{background:var(--slate-100);border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.contact-item .ci-icon svg{width:22px;height:22px;color:var(--navy-800)}.contact-item h6{text-transform:uppercase;letter-spacing:.06em;color:var(--slate-500);margin-bottom:.15rem;font-size:.78rem;font-weight:700}.contact-item .ci-value{color:var(--navy-900);font-size:1.05rem;font-weight:700}.cta-band{background:linear-gradient(135deg, var(--navy-900), var(--navy-700));color:var(--white);text-align:center}.cta-band h2{color:var(--white);margin-bottom:.75rem;font-size:clamp(1.5rem,1.2rem + 1.2vw,2.1rem)}.cta-band p{color:#ffffffc7;margin-inline:auto;max-width:560px;margin-bottom:1.75rem}.site-footer{background:var(--slate-900);color:var(--slate-300);padding:3.5rem 0 1.75rem}.footer-grid{grid-template-columns:1.3fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}@media (width<=800px){.footer-grid{text-align:center;grid-template-columns:1fr;gap:2rem}}.footer-brand .brand{color:var(--white);margin-bottom:.9rem}.footer-brand p{color:var(--slate-400,#94a3b8);max-width:320px;font-size:.92rem}@media (width<=800px){.footer-brand p{margin-inline:auto}.footer-brand .brand{justify-content:center}}.footer-col h4{color:var(--white);margin-bottom:1rem;font-size:.95rem}.footer-col ul{flex-direction:column;gap:.6rem;display:flex}.footer-col a,.footer-col span{color:var(--slate-400,#94a3b8);font-size:.92rem;transition:color .18s}.footer-col a:hover{color:var(--white)}.footer-bottom{color:var(--slate-400,#94a3b8);border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.5rem;font-size:.82rem;display:flex}@media (width<=800px){.footer-bottom{text-align:center;justify-content:center}}[data-reveal],[data-reveal].is-visible{opacity:1;transform:none}.to-top{background:var(--navy-900);width:46px;height:46px;color:var(--white);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;z-index:450;border:none;border-radius:50%;place-items:center;transition:opacity .25s,transform .25s;display:grid;position:fixed;bottom:1.25rem;right:1.25rem;transform:translateY(10px)}.to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.to-top svg{width:20px;height:20px}
