:root{--navy-950:#0a1628;--navy-900:#0f2040;--navy-800:#172c50;--navy-700:#20375d;--navy-600:#2c4a7a;--navy-100:#dfe6f1;--navy-50:#eef2f8;--red-700:#8f1417;--red-600:#b1191c;--red-500:#c92a2d;--red-50:#fbeeee;--ink:#161d2b;--body:#3a4456;--muted:#5d687b;--line:#e1e5ec;--paper:#fff;--sand:#f6f4ef;--gold:#f2b01e;--font-heading:var(--font-montserrat), "Arial", sans-serif;--font-body:var(--font-inter), "Arial", sans-serif;--radius-sm:8px;--radius:14px;--radius-lg:22px;--shadow-sm:0 1px 2px #0f20400f, 0 2px 8px #0f20400d;--shadow:0 2px 4px #0f20400d, 0 12px 28px #0f204017;--shadow-lg:0 4px 10px #0f204014, 0 28px 60px #0a162838;--container:1200px;--gutter:clamp(1.125rem, 4vw, 2rem);--section:clamp(3.75rem, 8vw, 6.75rem);--header-h:68px}@media (width>=960px){:root{--header-h:84px}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1.25rem)}body{font-family:var(--font-body);color:var(--body);background:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:1.0625rem;line-height:1.65}img,picture,svg{max-width:100%;display:block}img{height:auto}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--ink);letter-spacing:-.02em;text-wrap:balance;margin:0;line-height:1.15}h1{font-size:clamp(2.125rem,5.2vw,3.5rem);font-weight:800}h2{font-size:clamp(1.7rem,3.6vw,2.5rem);font-weight:800}h3{letter-spacing:-.01em;font-size:clamp(1.15rem,2vw,1.3rem);font-weight:700}p{text-wrap:pretty;margin:0}ul,ol{margin:0;padding:0;list-style:none}a{color:var(--navy-700);text-underline-offset:3px;text-decoration-thickness:1.5px}a:hover{color:var(--red-600)}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:3px solid var(--red-500);outline-offset:3px;border-radius:4px}::selection{background:var(--navy-700);color:#fff}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.container{width:100%;max-width:calc(var(--container) + var(--gutter) * 2);padding-inline:var(--gutter);margin-inline:auto}.container--narrow{max-width:calc(820px + var(--gutter) * 2)}.section{padding-block:var(--section)}.section--sand{background:var(--sand)}.section--navy{background:var(--navy-900);color:#c8d2e3}.section--navy h2,.section--navy h3{color:#fff}.section-head{max-width:720px;margin-bottom:clamp(2rem,4vw,3.25rem)}.section-head--center{text-align:center;margin-inline:auto}.section-head p{margin-top:1rem;font-size:1.125rem}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:200;border-radius:var(--radius-sm);background:var(--navy-900);color:#fff;padding:.75rem 1rem;font-weight:600;position:absolute;top:.5rem;left:.5rem;transform:translateY(-200%)}.skip-link:focus{color:#fff;transform:none}.navy-hero{isolation:isolate;color:#d3dcec;background:radial-gradient(58rem 30rem at 88% -12%, #2c4a7a99, transparent 62%), linear-gradient(160deg, var(--navy-950) 0%, var(--navy-900) 46%, #1b3157 100%);position:relative;overflow:hidden}.navy-hero:before{content:"";z-index:-1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='70' viewBox='0 0 140 70'%3E%3Cpath d='M-5 72.5 70 10l75 62.5' fill='none' stroke='%23fff' stroke-opacity='.05' stroke-width='1.5'/%3E%3C/svg%3E");background-size:140px 70px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 88%);mask-image:linear-gradient(#000,#0000 88%)}.navy-hero h1,.navy-hero h2{color:#fff}.navy-hero--ruled:after{content:"";background:linear-gradient(90deg, var(--red-600) 0%, var(--red-500) 35%, transparent 80%);height:4px;position:absolute;inset:auto 0 0}.eyebrow{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--red-600);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.8125rem;font-weight:700;display:inline-flex}.eyebrow:before,.section-head--center .eyebrow:after{content:"";background:currentColor;width:2rem;height:2px}.section--navy .eyebrow,.on-dark .eyebrow{color:#ff8d8f}.btn{min-height:52px;font-family:var(--font-heading);cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;padding:.8rem 1.6rem;font-size:.975rem;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn svg{flex:none}.btn--primary{background:var(--red-600);color:#fff;box-shadow:0 6px 18px #b1191c47}.btn--primary:hover{background:var(--red-700);color:#fff}.btn--navy{background:var(--navy-700);color:#fff}.btn--navy:hover{background:var(--navy-900);color:#fff}.btn--ghost{color:#fff;border-color:#ffffff73}.btn--ghost:hover{color:#fff;background:#ffffff1a;border-color:#fff}.btn--outline{border-color:var(--navy-100);color:var(--navy-700);background:#fff}.btn--outline:hover{border-color:var(--navy-700);color:var(--navy-700)}.btn--block{width:100%}.btn-row{flex-wrap:wrap;gap:.75rem;display:flex}.arrow-link{font-family:var(--font-heading);color:var(--navy-700);align-items:center;gap:.45rem;font-size:.925rem;font-weight:700;text-decoration:none;display:inline-flex}.arrow-link svg{transition:transform .18s}.arrow-link:hover svg{transform:translate(4px)}.prose>*+*{margin-top:1.15rem}.prose h2{margin-top:2.75rem;font-size:clamp(1.45rem,2.8vw,1.9rem)}.prose h3{margin-top:2rem}.prose ul:not([class]){gap:.6rem;display:grid}.prose ul:not([class]) li{padding-left:1.85rem;position:relative}.prose ul:not([class]) li:before{content:"";background:var(--red-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b1191c' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12.5 4 4 8-8.5'/%3E%3C/svg%3E") center / .7rem no-repeat;border-radius:50%;width:1.1rem;height:1.1rem;position:absolute;top:.42em;left:0}.prose strong{color:var(--ink)}.lead{font-size:clamp(1.1rem,1.8vw,1.25rem);line-height:1.6}.card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff}.icon-tile{background:var(--navy-50);width:3.25rem;height:3.25rem;color:var(--navy-700);border-radius:12px;flex:none;place-items:center;display:grid}.grid{gap:clamp(1rem,2vw,1.5rem);display:grid}@media (width>=640px){.grid--2,.grid--3,.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=960px){.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.topbar[data-astro-cid-nen7h5rs]{background:var(--navy-950);color:#b9c5da;font-size:.8125rem;display:none}.topbar__inner[data-astro-cid-nen7h5rs]{justify-content:space-between;gap:1.5rem;padding-block:.55rem;display:flex}.topbar[data-astro-cid-nen7h5rs] p[data-astro-cid-nen7h5rs]{align-items:center;gap:.45rem;display:flex}.topbar[data-astro-cid-nen7h5rs] p[data-astro-cid-nen7h5rs]:last-child svg{color:var(--gold)}@media (width>=1100px){.topbar[data-astro-cid-nen7h5rs]{display:block}}.header[data-astro-cid-nen7h5rs]{z-index:100;border-bottom:1px solid var(--line);background:#fff;transition:box-shadow .2s;position:sticky;top:0}.header[data-astro-cid-nen7h5rs][data-scrolled]{box-shadow:0 6px 24px #0f20401a}.header__inner[data-astro-cid-nen7h5rs]{height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand[data-astro-cid-nen7h5rs]{flex:none;align-items:center;gap:.6rem;text-decoration:none;display:flex}.brand__mark[data-astro-cid-nen7h5rs]{width:auto;height:34px}.brand__text[data-astro-cid-nen7h5rs]{line-height:1;font-family:var(--font-heading);text-transform:uppercase;flex-direction:column;display:flex}.brand__name[data-astro-cid-nen7h5rs]{letter-spacing:.03em;color:var(--navy-700);font-size:1rem;font-weight:800}.brand__sub[data-astro-cid-nen7h5rs]{letter-spacing:.13em;color:#676768;margin-top:.3rem;font-size:.565rem;font-weight:600;display:none}@media (width>=400px){.brand__sub[data-astro-cid-nen7h5rs]{display:block}}@media (width>=640px){.brand[data-astro-cid-nen7h5rs]{gap:.8rem}.brand__mark[data-astro-cid-nen7h5rs]{height:48px}.brand__name[data-astro-cid-nen7h5rs]{font-size:1.3rem}.brand__sub[data-astro-cid-nen7h5rs]{letter-spacing:.15em;font-size:.64rem}}.nav[data-astro-cid-nen7h5rs]{display:none}.nav__list[data-astro-cid-nen7h5rs]{align-items:center;gap:.25rem;display:flex}.nav__item[data-astro-cid-nen7h5rs]{position:relative}.nav__link[data-astro-cid-nen7h5rs]{border-radius:var(--radius-sm);font-family:var(--font-heading);color:var(--ink);align-items:center;gap:.3rem;padding:.7rem .85rem;font-size:.925rem;font-weight:600;text-decoration:none;display:flex}.nav__link[data-astro-cid-nen7h5rs]:hover,.nav__link[data-astro-cid-nen7h5rs][aria-current=page]{color:var(--red-600)}.nav__link[data-astro-cid-nen7h5rs] svg{transition:transform .18s}.nav__item--menu[data-astro-cid-nen7h5rs]:hover .nav__link[data-astro-cid-nen7h5rs] svg,.nav__item--menu[data-astro-cid-nen7h5rs]:focus-within .nav__link[data-astro-cid-nen7h5rs] svg{transform:rotate(180deg)}.menu[data-astro-cid-nen7h5rs]{border:1px solid var(--line);border-radius:var(--radius);width:520px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;background:#fff;padding:1rem;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:100%;left:-1rem;transform:translateY(8px)}.nav__item--menu[data-astro-cid-nen7h5rs]:hover .menu[data-astro-cid-nen7h5rs],.nav__item--menu[data-astro-cid-nen7h5rs]:focus-within .menu[data-astro-cid-nen7h5rs]{opacity:1;visibility:visible;transform:none}.menu__grid[data-astro-cid-nen7h5rs]{grid-template-columns:1fr 1fr;gap:.15rem;display:grid}.menu__link[data-astro-cid-nen7h5rs]{font-family:var(--font-heading);color:var(--ink);border-radius:10px;align-items:center;gap:.75rem;padding:.55rem .6rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.menu__link[data-astro-cid-nen7h5rs]:hover{background:var(--navy-50);color:var(--navy-700)}.menu__icon[data-astro-cid-nen7h5rs]{background:var(--navy-50);width:2.4rem;height:2.4rem;color:var(--navy-700);border-radius:9px;place-items:center;display:grid}.menu__link[data-astro-cid-nen7h5rs]:hover .menu__icon[data-astro-cid-nen7h5rs]{background:#fff}.menu__all[data-astro-cid-nen7h5rs]{border-top:1px solid var(--line);width:calc(100% - 1.2rem);margin:.75rem .6rem .25rem;padding-top:.85rem}@media (width>=1100px){.nav[data-astro-cid-nen7h5rs]{display:block}}.header__actions[data-astro-cid-nen7h5rs]{align-items:center;gap:.75rem;display:flex}.header__phone[data-astro-cid-nen7h5rs]{align-items:center;gap:.65rem;text-decoration:none;display:none}.header__phone-icon[data-astro-cid-nen7h5rs]{background:var(--navy-50);width:2.5rem;height:2.5rem;color:var(--navy-700);border-radius:50%;place-items:center;display:grid}.header__phone-text[data-astro-cid-nen7h5rs]{flex-direction:column;line-height:1.2;display:flex}.header__phone-label[data-astro-cid-nen7h5rs]{color:var(--muted);font-size:.72rem}.header__phone-number[data-astro-cid-nen7h5rs]{font-family:var(--font-heading);color:var(--navy-700);white-space:nowrap;font-size:1.05rem;font-weight:800}.header__phone[data-astro-cid-nen7h5rs]:hover .header__phone-number[data-astro-cid-nen7h5rs]{color:var(--red-600)}.header__cta[data-astro-cid-nen7h5rs]{min-height:46px;padding:.6rem 1.3rem;display:none}.header__toggle[data-astro-cid-nen7h5rs]{width:46px;height:46px;color:var(--navy-700);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;margin-right:-.4rem;display:grid}.header__toggle-close[data-astro-cid-nen7h5rs],.header[data-astro-cid-nen7h5rs][data-open] .header__toggle-open[data-astro-cid-nen7h5rs]{display:none}.header[data-astro-cid-nen7h5rs][data-open] .header__toggle-close[data-astro-cid-nen7h5rs]{display:block}@media (width>=640px){.header__phone[data-astro-cid-nen7h5rs]{display:flex}}@media (width>=800px){.header__cta[data-astro-cid-nen7h5rs]{display:inline-flex}}@media (width>=1100px){.header__toggle[data-astro-cid-nen7h5rs],.header__phone-label[data-astro-cid-nen7h5rs]{display:none}}@media (width>=1280px){.header__phone-label[data-astro-cid-nen7h5rs]{display:block}}.mobile-menu[data-astro-cid-nen7h5rs]{max-height:calc(100dvh - var(--header-h));overscroll-behavior:contain;border-top:1px solid var(--line);background:#fff;position:absolute;inset:100% 0 auto;overflow-y:auto;box-shadow:0 24px 40px #0a16282e}.mobile-menu__inner[data-astro-cid-nen7h5rs]{padding-block:1.25rem 1.75rem}.mobile-menu__heading[data-astro-cid-nen7h5rs]{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--red-600);margin-bottom:.6rem;font-size:.78rem;font-weight:700;text-decoration:none;display:block}.mobile-menu__services[data-astro-cid-nen7h5rs]{grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.mobile-menu__services[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{background:var(--navy-50);min-height:48px;font-family:var(--font-heading);color:var(--navy-700);border-radius:10px;align-items:center;gap:.55rem;padding:.5rem .7rem;font-size:.85rem;font-weight:600;line-height:1.2;text-decoration:none;display:flex}.mobile-menu__services[data-astro-cid-nen7h5rs] svg{flex:none}.mobile-menu__links[data-astro-cid-nen7h5rs]{border-top:1px solid var(--line);margin-top:1rem}.mobile-menu__links[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{border-bottom:1px solid var(--line);min-height:54px;font-family:var(--font-heading);color:var(--ink);justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:700;text-decoration:none;display:flex}.mobile-menu__links[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs][aria-current=page]{color:var(--red-600)}.mobile-menu__links[data-astro-cid-nen7h5rs] svg{color:var(--muted)}.mobile-menu__actions[data-astro-cid-nen7h5rs]{gap:.6rem;margin-top:1.25rem;display:grid}html.menu-open{overflow:hidden}.footer[data-astro-cid-jo6i4kqk]{background:var(--navy-950);color:#aebad0;font-size:.95rem}.footer__grid[data-astro-cid-jo6i4kqk]{gap:2.5rem;padding-block:clamp(3rem,6vw,4.5rem);display:grid}@media (width>=640px){.footer__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr 1fr}.footer__brand[data-astro-cid-jo6i4kqk]{grid-column:1/-1}}@media (width>=1000px){.footer__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem}.footer__brand[data-astro-cid-jo6i4kqk]{grid-column:auto}}.footer__logo[data-astro-cid-jo6i4kqk]{border-radius:var(--radius);background:#fff;padding:.9rem 1.1rem;display:inline-block}.footer__logo[data-astro-cid-jo6i4kqk] img{width:190px}.footer__brand[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk]{max-width:38ch;margin-top:1.25rem}.footer__contact[data-astro-cid-jo6i4kqk]{gap:.7rem;margin-top:1.5rem;display:grid}.footer__contact[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk],.footer__contact[data-astro-cid-jo6i4kqk] span[data-astro-cid-jo6i4kqk]{color:#fff;overflow-wrap:anywhere;align-items:center;gap:.6rem;font-weight:600;text-decoration:none;display:inline-flex}.footer__contact[data-astro-cid-jo6i4kqk] svg{color:#ff8d8f;flex:none}.footer[data-astro-cid-jo6i4kqk] h2[data-astro-cid-jo6i4kqk]{letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:1.1rem;font-size:.8125rem;font-weight:700}.footer[data-astro-cid-jo6i4kqk] nav[data-astro-cid-jo6i4kqk] ul[data-astro-cid-jo6i4kqk]{gap:.15rem;display:grid}.footer[data-astro-cid-jo6i4kqk] nav[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#aebad0;padding-block:.4rem;text-decoration:none;display:inline-block}.footer[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:#fff;text-decoration:underline}.footer__bottom[data-astro-cid-jo6i4kqk]{border-top:1px solid #ffffff1a;font-size:.85rem}.footer__bottom-inner[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;justify-content:space-between;gap:.5rem 2rem;padding-block:1.4rem;display:flex}.footer__tagline[data-astro-cid-jo6i4kqk]{font-family:var(--font-heading);color:#dbe3f0;font-weight:600}.mobile-cta[data-astro-cid-5jkxjsho]{z-index:90;padding:.5rem .6rem calc(.5rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);backdrop-filter:blur(8px);background:#fffffff5;grid-template-columns:1fr 1fr;gap:.5rem;display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -8px 24px #0a16281f}.mobile-cta__btn[data-astro-cid-5jkxjsho]{min-height:52px;font-family:var(--font-heading);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.mobile-cta__btn--call[data-astro-cid-5jkxjsho]{background:var(--navy-700)}.mobile-cta__btn--estimate[data-astro-cid-5jkxjsho]{background:var(--red-600)}@media (width>=768px){.mobile-cta[data-astro-cid-5jkxjsho]{display:none}}@media print{.mobile-cta[data-astro-cid-5jkxjsho]{display:none}}@media (width<=767px){body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}}
