:root{--ink:#14162e;--navy:#1e2159;--navy-600:#2e3277;--navy-900:#0f1128;--slate:#333a63;--steel:#5c6389;--fog:#eef0f5;--paper:#f8f9fb;--white:#fff;--red:#e31b34;--red-deep:#b3122a;--red-soft:#f4808f;--font-display:"Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--maxw:1180px;--pad:clamp(1rem, 4vw, 2rem);--radius:10px;--shadow:0 12px 32px #14162e29;--shadow-sm:0 2px 10px #14162e1a;--ease:cubic-bezier(.22,.7,.24,1);--callbar-h:62px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}img,svg,video{max-width:100%;display:block}img{height:auto}a{color:inherit}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:balance;margin:0 0 .5em;font-weight:800;line-height:1.05}h1{font-size:clamp(2.35rem,6vw,4.25rem);font-weight:900}h2{font-size:clamp(1.9rem,4vw,3rem)}h3{letter-spacing:-.01em;font-size:1.2rem}p{margin:0 0 1.1em}.wrap{width:100%;max-width:var(--maxw);padding-inline:var(--pad);margin-inline:auto}.section{padding-block:clamp(3.5rem,8vw,6rem)}.center{text-align:center}.measure{max-width:62ch}.mx-auto{margin-inline:auto}.eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--red-deep);margin:0 0 .75rem;font-size:.75rem;font-weight:600;display:block}.on-dark .eyebrow{color:var(--red-soft)}.lead{color:var(--slate);font-size:clamp(1.02rem,1.6vw,1.16rem)}.on-dark,.on-dark h2,.on-dark h3{color:var(--white)}.on-dark .lead{color:#c3d0d8}.spec{font-family:var(--font-mono);letter-spacing:.02em;color:var(--slate);font-size:.8rem}.spec strong{color:var(--ink);font-weight:600}.on-dark .spec{color:#c3d0d8}.on-dark .spec strong{color:var(--white)}.btn{font-family:var(--font-display);letter-spacing:.01em;cursor:pointer;transition:transform .16s var(--ease), background .16s, box-shadow .16s, border-color .16s;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;padding:.95rem 1.6rem;font-size:1rem;font-weight:800;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--red);color:#fff;box-shadow:0 8px 20px #e31b344d}.btn--primary:hover{background:var(--red-deep);box-shadow:0 12px 26px #b3122a6b}.btn--ghost{color:var(--white);background:0 0;border-color:#ffffff8c}.btn--ghost:hover{background:var(--white);color:var(--ink);border-color:var(--white)}.btn--dark{background:var(--ink);color:var(--white)}.btn--dark:hover{background:var(--slate)}.btn--lg{padding:1.1rem 1.9rem;font-size:1.06rem}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--red);outline-offset:2px;border-radius:4px}.roofline{--pitch:3.5rem;clip-path:polygon(0 var(--pitch), 50% 0, 100% var(--pitch), 100% 100%, 0 100%);margin-top:calc(var(--pitch) * -1);padding-top:calc(clamp(3.5rem,8vw,6rem) + var(--pitch));position:relative}@media (width<=640px){.roofline{--pitch:2rem}}.section:has(+.roofline){padding-bottom:calc(clamp(3.5rem,8vw,6rem) + 1.5rem)}@media (width<=640px){.section:has(+.roofline){padding-bottom:calc(clamp(3.5rem,8vw,6rem) + 1.5rem)}}.bg-ink{background:var(--ink);color:var(--white)}.bg-navy{background:var(--navy);color:var(--white)}.bg-slate{background:var(--slate);color:var(--white)}.bg-fog{background:var(--fog)}.bg-paper{background:var(--paper)}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;border:1px solid #dde3e6;padding:1.75rem}.grid{gap:1.25rem;display:grid}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.reveal{opacity:0;transition:opacity .65s var(--ease), transform .65s var(--ease);transform:translateY(22px)}.reveal.is-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal{opacity:1!important;transform:none!important}}@media (width<=820px){body{padding-bottom:var(--callbar-h)}}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@layer astro.images{:where([data-astro-image]){height:auto}:where([data-astro-image=full-width]){width:100%}:where([data-astro-image=constrained]){max-width:100%}[data-astro-image-fit=fill]{object-fit:fill}[data-astro-image-fit=contain]{object-fit:contain}[data-astro-image-fit=cover]{object-fit:cover}[data-astro-image-fit=scale-down]{object-fit:scale-down}[data-astro-image-pos=top]{object-position:top}[data-astro-image-pos=bottom]{object-position:bottom}[data-astro-image-pos=left]{object-position:left}[data-astro-image-pos=right]{object-position:right}[data-astro-image-pos=center]{object-position:center}[data-astro-image-pos=top-bottom]{object-position:top bottom}[data-astro-image-pos=top-left]{object-position:top left}[data-astro-image-pos=top-right]{object-position:top right}[data-astro-image-pos=top-center]{object-position:top center}[data-astro-image-pos=bottom-top]{object-position:bottom top}[data-astro-image-pos=bottom-left]{object-position:bottom left}[data-astro-image-pos=bottom-right]{object-position:bottom right}[data-astro-image-pos=bottom-center]{object-position:bottom center}[data-astro-image-pos=left-top]{object-position:left top}[data-astro-image-pos=left-bottom]{object-position:left bottom}[data-astro-image-pos=left-right]{object-position:left right}[data-astro-image-pos=left-center]{object-position:left center}[data-astro-image-pos=right-top]{object-position:right top}[data-astro-image-pos=right-bottom]{object-position:right bottom}[data-astro-image-pos=right-left]{object-position:right left}[data-astro-image-pos=right-center]{object-position:right center}[data-astro-image-pos=center-top]{object-position:center top}[data-astro-image-pos=center-bottom]{object-position:center bottom}[data-astro-image-pos=center-left]{object-position:center left}[data-astro-image-pos=center-right]{object-position:center right}}.hdr[data-astro-cid-nen7h5rs]{z-index:60;backdrop-filter:blur(8px);background:#f7f8f9f0;border-bottom:1px solid #dde3e6;position:sticky;top:0}.hdr__in[data-astro-cid-nen7h5rs]{align-items:center;gap:1.25rem;min-height:72px;display:flex}.hdr__brand[data-astro-cid-nen7h5rs]{flex:none;align-items:center;gap:.6rem;text-decoration:none;display:flex}.hdr__brand[data-astro-cid-nen7h5rs] img{border-radius:6px;width:auto;height:46px}.hdr__name[data-astro-cid-nen7h5rs]{font-family:var(--font-display);line-height:1}.hdr__name[data-astro-cid-nen7h5rs] b[data-astro-cid-nen7h5rs]{letter-spacing:-.02em;color:var(--ink);font-size:1.02rem;font-weight:900;display:block}.hdr__sub[data-astro-cid-nen7h5rs]{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--red-deep);font-size:.6rem;font-weight:600;display:block}.hdr__nav[data-astro-cid-nen7h5rs]{margin-inline:auto}.hdr__nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.hdr__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--slate);padding:.35rem 0;font-size:.94rem;font-weight:500;text-decoration:none;position:relative}.hdr__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:after{content:"";background:var(--red);width:0;height:2px;transition:width .2s var(--ease);position:absolute;bottom:0;left:0}.hdr__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--ink)}.hdr__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover:after{width:100%}.hdr__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs].is-active{color:var(--ink);font-weight:600}.hdr__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs].is-active:after{width:100%}.hdr__cta[data-astro-cid-nen7h5rs]{flex:none;align-items:center;gap:.9rem;display:flex}.hdr__phone[data-astro-cid-nen7h5rs]{color:var(--ink);align-items:center;gap:.5rem;text-decoration:none;display:flex}.hdr__phone[data-astro-cid-nen7h5rs] svg[data-astro-cid-nen7h5rs]{width:20px;height:20px;fill:var(--red);flex:none}.hdr__phone[data-astro-cid-nen7h5rs] b[data-astro-cid-nen7h5rs]{font-family:var(--font-display);letter-spacing:-.01em;font-size:1.05rem;font-weight:800;display:block}.hdr__phone[data-astro-cid-nen7h5rs] small[data-astro-cid-nen7h5rs]{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--steel);font-size:.6rem;display:block}.hdr__toggle[data-astro-cid-nen7h5rs]{cursor:pointer;background:0 0;border:0;padding:.5rem;display:none}.hdr__toggle[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--ink);width:24px;height:2.5px;transition:.25s var(--ease);border-radius:2px;margin:5px 0;display:block}.hdr__toggle[data-astro-cid-nen7h5rs][aria-expanded=true] span[data-astro-cid-nen7h5rs]:first-child{transform:translateY(7.5px)rotate(45deg)}.hdr__toggle[data-astro-cid-nen7h5rs][aria-expanded=true] span[data-astro-cid-nen7h5rs]:nth-child(2){opacity:0}.hdr__toggle[data-astro-cid-nen7h5rs][aria-expanded=true] span[data-astro-cid-nen7h5rs]:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.hdr__drawer[data-astro-cid-nen7h5rs]{background:var(--paper);border-top:1px solid #dde3e6;display:none}.hdr__drawer[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{margin:0;padding:.5rem 0;list-style:none}.hdr__drawer[data-astro-cid-nen7h5rs] li[data-astro-cid-nen7h5rs]+li[data-astro-cid-nen7h5rs]{border-top:1px solid #e7ecee}.hdr__drawer[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{padding:.95rem var(--pad);color:var(--slate);font-family:var(--font-display);font-size:1rem;font-weight:800;text-decoration:none;display:block}.hdr__drawer[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs].is-active{color:var(--red-deep)}.hdr__drawerCta[data-astro-cid-nen7h5rs]{background:var(--red);margin:.5rem var(--pad) .25rem;text-align:center;border-radius:8px;color:#fff!important}@media (width<=1040px){.hdr__nav[data-astro-cid-nen7h5rs]{display:none}.hdr__in[data-astro-cid-nen7h5rs]{justify-content:space-between}.hdr__toggle[data-astro-cid-nen7h5rs],.hdr__drawer[data-astro-cid-nen7h5rs].is-open{display:block}}@media (width<=820px){.hdr__quote[data-astro-cid-nen7h5rs]{display:none}}@media (width<=400px){.hdr__name[data-astro-cid-nen7h5rs]{display:none}}.ftr[data-astro-cid-jo6i4kqk]{background:var(--navy-900);color:#b9cad4;padding-top:clamp(3rem,6vw,4.5rem)}.ftr__top[data-astro-cid-jo6i4kqk]{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2.5rem;display:grid}@media (width<=900px){.ftr__top[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr 1fr}}@media (width<=520px){.ftr__top[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr}}.ftr__name[data-astro-cid-jo6i4kqk]{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;margin:0 0 .6rem;font-size:1.2rem;font-weight:900}.ftr__blurb[data-astro-cid-jo6i4kqk]{max-width:36ch}.ftr__h[data-astro-cid-jo6i4kqk]{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--red-soft);margin:0 0 .9rem;font-size:.72rem;font-weight:600}.ftr__list[data-astro-cid-jo6i4kqk]{gap:.45rem;margin:0;padding:0;font-style:normal;list-style:none;display:grid}.ftr__list[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#b9cad4;text-decoration:none}.ftr__list[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:#fff;text-decoration:underline}.ftr__hours[data-astro-cid-jo6i4kqk]{margin:.75rem 0 0}.ftr__bottom[data-astro-cid-jo6i4kqk]{color:#93a6b2;border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-block:1.2rem;display:flex}.callbar[data-astro-cid-voe6clea]{z-index:70;height:var(--callbar-h);background:var(--ink);padding-bottom:env(safe-area-inset-bottom);border-top:1px solid #ffffff1f;align-items:stretch;display:none;position:fixed;inset:auto 0 0}.callbar[data-astro-cid-voe6clea] a[data-astro-cid-voe6clea]{font-family:var(--font-display);flex:1;justify-content:center;align-items:center;gap:.5rem;font-size:1rem;font-weight:800;text-decoration:none;display:flex}.callbar__call[data-astro-cid-voe6clea]{background:var(--red);color:#fff}.callbar__call[data-astro-cid-voe6clea] svg[data-astro-cid-voe6clea]{fill:#fff;width:19px;height:19px}.callbar__quote[data-astro-cid-voe6clea]{color:var(--white)}@media (width<=820px){.callbar[data-astro-cid-voe6clea]{display:flex}}.skip[data-astro-cid-hkbrpulz]{z-index:100;background:var(--ink);color:#fff;font-family:var(--font-display);border-radius:0 0 6px;padding:.75rem 1.25rem;font-weight:800;position:absolute;top:0;left:-9999px}.skip[data-astro-cid-hkbrpulz]:focus{left:0}
