:root{--ink: #0e0f11;--ink-2: #16181c;--ink-3: #22252b;--orange: #ee5b2b;--orange-bright: #ff7448;--orange-deep: #b8400f;--teal: #04bbbe;--teal-dark: #026e71;--bg: #ffffff;--bg-2: #f6f6f4;--bg-3: #ecece8;--text: #16181c;--text-muted: #5c626d;--border: #dedcd6;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--wrap: 1160px;--wrap-narrow: 760px;--gutter: clamp(1rem, 4vw, 2.5rem);--radius: 14px;--radius-lg: 22px;--shadow-sm: 0 1px 2px rgb(14 15 17 / .06), 0 2px 8px rgb(14 15 17 / .04);--shadow-md: 0 4px 12px rgb(14 15 17 / .08), 0 12px 32px rgb(14 15 17 / .08)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,video{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.12;letter-spacing:-.022em;margin:0 0 .5em;font-weight:800;text-wrap:balance}h1{font-size:clamp(2.25rem,6vw,4rem)}h2{font-size:clamp(1.7rem,3.6vw,2.6rem)}h3{font-size:clamp(1.2rem,2.2vw,1.5rem)}p{margin:0 0 1.1em;text-wrap:pretty}a{color:inherit;text-underline-offset:3px}:focus-visible{outline:3px solid var(--teal);outline-offset:3px;border-radius:4px}.hero-light{background:linear-gradient(180deg,var(--bg-2) 0%,var(--bg) 100%);border-bottom:1px solid var(--border);color:var(--text)}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gutter)}.wrap-narrow{max-width:var(--wrap-narrow)}.section{padding-block:clamp(3.5rem,8vw,6.5rem)}.section-tight{padding-block:clamp(2.5rem,5vw,4rem)}.section-dark{background:var(--bg-2);color:var(--text);border-block:1px solid var(--border)}.section-dark h1,.section-dark h2,.section-dark h3{color:var(--ink)}.section-muted{background:var(--bg-2)}.grid{display:grid;gap:clamp(1.1rem,2.4vw,1.9rem)}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(215px,1fr))}.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--orange-deep);margin:0 0 .9rem}.section-dark .eyebrow{color:var(--orange-deep)}.lede{font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.55;color:var(--text-muted);max-width:62ch}.section-dark .lede,.muted{color:var(--text-muted)}.prose{max-width:68ch}.prose h2{margin-top:2em}.prose h3{margin-top:1.6em}.prose>:first-child{margin-top:0}.prose figure{margin:2.5rem 0}.prose figure img{width:100%;height:auto;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.prose figcaption{margin-top:.7rem;font-size:.86rem;line-height:1.55;color:var(--text-muted)}.prose ul,.prose ol{padding-left:1.3em;margin:0 0 1.2em}.prose li{margin-bottom:.45em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.6rem;border-radius:999px;font-weight:700;font-size:1rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease;line-height:1.2;text-align:center}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--orange);color:var(--ink)}.btn-primary:hover{background:var(--orange-bright)}.btn-teal{background:var(--teal);color:#04262b}.btn-teal:hover{background:#22d3d6}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:var(--ink-3)}.btn-ghost{border-color:currentColor;background:transparent;color:inherit}.btn-ghost:hover{background:#ffffff1a}.section-muted .btn-ghost:hover,body>main .btn-ghost:hover{background:#0e0f110f}.btn-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);transition:transform .16s ease,box-shadow .16s ease}a.card,.card-link{text-decoration:none;display:block;color:inherit}a.card:hover,.card-link:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.section-dark .card{background:var(--bg);border-color:var(--border);color:var(--text)}.pill{display:inline-block;padding:.28rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:var(--bg-3);color:var(--text-muted)}.pill-accent{background:color-mix(in srgb,var(--orange) 34%,transparent);color:#6b2408}.pill-teal{background:color-mix(in srgb,var(--teal) 26%,transparent);color:#024446}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--orange);color:var(--ink);padding:.75rem 1.25rem;font-weight:700;border-radius:0 0 8px}.skip-link:focus{left:0}.scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}table{border-collapse:collapse;width:100%}hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}.hdr[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:#0e0f11f0;backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid #24272d;color:#fff}.hdr-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1rem;min-height:68px}.brand[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#fff;margin-right:auto}.brand-mark[data-astro-cid-3ef6ksr2]{font-size:1.35rem;line-height:1;filter:drop-shadow(0 0 8px rgb(238 91 43 / .6))}.brand-text[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;line-height:1.1}.brand-text[data-astro-cid-3ef6ksr2] strong[data-astro-cid-3ef6ksr2]{font-size:1.12rem;font-weight:800;letter-spacing:-.02em}.brand-text[data-astro-cid-3ef6ksr2] small[data-astro-cid-3ef6ksr2]{font-size:.64rem;letter-spacing:.07em;white-space:nowrap;text-transform:uppercase;color:var(--orange)}.nav[data-astro-cid-3ef6ksr2]>ul[data-astro-cid-3ef6ksr2]{list-style:none;display:flex;gap:.1rem;margin:0;padding:0}.nav[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{position:relative}.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;padding:.5rem .62rem;text-decoration:none;font-size:.875rem;font-weight:600;color:#d3d6dc;border-radius:8px;white-space:nowrap}.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover,.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2][aria-current=page]{color:#fff;background:#22252b}.sub[data-astro-cid-3ef6ksr2]{display:none;position:absolute;top:100%;left:0;flex-direction:column;gap:0;min-width:180px;background:var(--ink-2);border:1px solid var(--ink-3);border-radius:12px;padding:.4rem;box-shadow:0 16px 40px #0006}@media(hover:hover)and (pointer:fine){.has-sub[data-astro-cid-3ef6ksr2]:hover .sub[data-astro-cid-3ef6ksr2]{display:flex}}.has-sub[data-astro-cid-3ef6ksr2]:has(:focus-visible) .sub[data-astro-cid-3ef6ksr2]{display:flex}.hdr-cta[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.hdr-phone[data-astro-cid-3ef6ksr2]{font-weight:700;font-size:.9rem;text-decoration:none;color:#fff;white-space:nowrap}.hdr-phone[data-astro-cid-3ef6ksr2]:hover{color:var(--orange)}.btn-sm[data-astro-cid-3ef6ksr2]{padding:.6rem 1.1rem;font-size:.9rem}.mobile[data-astro-cid-3ef6ksr2]{display:none}.mobile[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2]{list-style:none;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px}.mobile[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2]::-webkit-details-marker{display:none}.mobile[data-astro-cid-3ef6ksr2] summary[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;height:2px;background:#fff;border-radius:2px}.mobile-panel[data-astro-cid-3ef6ksr2]{position:absolute;left:0;right:0;top:100%;background:var(--ink);border-bottom:1px solid var(--ink-3);padding:1rem var(--gutter) 1.75rem;display:flex;flex-direction:column;gap:.15rem;max-height:calc(100vh - 68px);overflow-y:auto}.mobile-panel[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:#e7e9ec;text-decoration:none;padding:.7rem 0;font-weight:600;border-bottom:1px solid #1e2126}.mobile-panel[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].indent{padding-left:1.1rem;font-weight:500;font-size:.92rem;color:#a7adb8}.mobile-panel[data-astro-cid-3ef6ksr2] .btn[data-astro-cid-3ef6ksr2]{margin-top:.9rem;border-bottom:0;justify-content:center}@media(max-width:1180px){.nav[data-astro-cid-3ef6ksr2],.hdr-cta[data-astro-cid-3ef6ksr2]{display:none}.mobile[data-astro-cid-3ef6ksr2]{display:block}}.nl-band[data-astro-cid-motrwrji]{background:var(--bg-2);color:#e6e8ec;padding-block:clamp(2.75rem,6vw,4.25rem);border-top:1px solid var(--border)}.nl-inline[data-astro-cid-motrwrji]{background:var(--bg-2);color:#e6e8ec;padding-block:2rem;border-top:1px solid var(--border)}.nl-inner[data-astro-cid-motrwrji]{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.75rem,4vw,3.5rem);align-items:center}@media(max-width:820px){.nl-inner[data-astro-cid-motrwrji]{grid-template-columns:1fr}}.nl[data-astro-cid-motrwrji] h2[data-astro-cid-motrwrji]{color:var(--ink);margin-bottom:.5rem;font-size:clamp(1.4rem,3vw,2.1rem)}.nl-inline[data-astro-cid-motrwrji] h2[data-astro-cid-motrwrji]{font-size:clamp(1.25rem,2.4vw,1.6rem)}.nl-eyebrow[data-astro-cid-motrwrji]{color:var(--orange-deep)}.nl-lede[data-astro-cid-motrwrji]{color:var(--text-muted);line-height:1.6;max-width:54ch;margin-bottom:0}.perks[data-astro-cid-motrwrji]{list-style:none;padding:0;margin:1.4rem 0 0}.perks[data-astro-cid-motrwrji] li[data-astro-cid-motrwrji]{position:relative;padding-left:1.6rem;margin-bottom:.5rem;font-size:.94rem;line-height:1.5;color:var(--text-muted)}.perks[data-astro-cid-motrwrji] li[data-astro-cid-motrwrji]:before{content:"✓";position:absolute;left:0;color:var(--orange-deep);font-weight:800}.nl-row[data-astro-cid-motrwrji]{display:flex;gap:.6rem;flex-wrap:wrap}.nl-row[data-astro-cid-motrwrji] input[data-astro-cid-motrwrji]{flex:1 1 230px;padding:.85rem 1.05rem;border-radius:999px;border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit;font-size:.98rem}.nl-row[data-astro-cid-motrwrji] input[data-astro-cid-motrwrji]::placeholder{color:var(--text-muted)}.nl-row[data-astro-cid-motrwrji] input[data-astro-cid-motrwrji]:focus{outline:none;border-color:var(--orange-deep);box-shadow:0 0 0 3px #ee5b2b40}.nl-row[data-astro-cid-motrwrji] .btn[data-astro-cid-motrwrji]{white-space:nowrap}.nl-fine[data-astro-cid-motrwrji]{font-size:.79rem;color:var(--text-muted);margin:.85rem 0 0;line-height:1.55;max-width:52ch}.nl-fine[data-astro-cid-motrwrji] a[data-astro-cid-motrwrji]{color:var(--text-muted)}.hp[data-astro-cid-motrwrji]{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.ftr[data-astro-cid-sz7xmlte]{background:var(--ink);color:#b9bec7;padding-block:clamp(3rem,6vw,4.5rem) 2rem;font-size:.94rem}.ftr-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:clamp(1.75rem,4vw,3rem)}@media(max-width:860px){.ftr-grid[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ftr-about[data-astro-cid-sz7xmlte]{grid-column:1 / -1}}.ftr-logo[data-astro-cid-sz7xmlte]{font-size:1.15rem;font-weight:800;color:#fff;margin-bottom:.7rem;letter-spacing:-.02em}.ftr-blurb[data-astro-cid-sz7xmlte]{max-width:38ch;line-height:1.6}.ftr[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{font-size:.76rem;letter-spacing:.13em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;font-weight:700}.ftr[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0}.ftr[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.5rem}.ftr[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#b9bec7;text-decoration:none}.ftr[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff;text-decoration:underline}address[data-astro-cid-sz7xmlte]{font-style:normal;line-height:1.65}.hours[data-astro-cid-sz7xmlte]{margin-top:1rem;line-height:1.6}.hours[data-astro-cid-sz7xmlte] strong[data-astro-cid-sz7xmlte]{color:var(--orange)}.ftr-bottom[data-astro-cid-sz7xmlte]{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #23262c;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;font-size:.86rem}.ftr-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0}.ftr-bottom[data-astro-cid-sz7xmlte] nav[data-astro-cid-sz7xmlte]{display:flex;gap:1.25rem;flex-wrap:wrap}
