:root{--teal: #0a7c86;--teal-dark: #065c64;--teal-light: #e6f4f5;--accent: #f4a93c;--ink: #1d2b2d;--body: #3c4a4c;--muted: #586568;--line: #dfe7e8;--bg: #ffffff;--bg-soft: #f6fafa;--radius: 12px;--shadow: 0 2px 12px rgba(10, 124, 134, .08);--shadow-lg: 0 8px 30px rgba(10, 124, 134, .12);--maxw: 1140px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--body);background:var(--bg);line-height:1.65;font-size:17px}h1,h2,h3,h4{color:var(--ink);line-height:1.2;font-weight:700;margin:0 0 .5em}h1{font-size:clamp(1.9rem,4vw,2.8rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:1.25rem}p{margin:0 0 1rem}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:var(--maxw);margin-inline:auto;padding-inline:20px}.section{padding-block:clamp(2.5rem,6vw,4.5rem)}.section--soft{background:var(--bg-soft)}.center{text-align:center}.lead{font-size:1.15rem;color:var(--muted)}.eyebrow{color:var(--teal);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:999px;font-weight:700;border:2px solid transparent;cursor:pointer;transition:transform .15s,background .15s;text-decoration:none;font-size:1rem}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn--primary{background:var(--teal);color:#fff}.btn--primary:hover{background:var(--teal-dark)}.btn--accent{background:var(--accent);color:#2a1c00}.btn--ghost{background:#fff;color:var(--teal);border-color:var(--teal)}.grid{display:grid;gap:1.5rem}.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 (max-width: 860px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card h3{margin-bottom:.35rem}.card__icon{width:46px;height:46px;color:var(--teal);margin-bottom:.75rem}.prose{max-width:760px}.prose h2{margin-top:2rem}.prose h3{margin-top:1.5rem}.prose ul,.prose ol{padding-left:1.3rem;margin-bottom:1rem}.prose li{margin-bottom:.4rem}.prose img{border-radius:var(--radius);margin:1.5rem 0}.crumbs{font-size:.88rem;color:var(--muted);padding:1rem 0 0}.crumbs a{color:var(--muted)}.crumbs span{margin:0 .4rem}.skip-link{position:absolute;left:-999px;top:0;background:var(--teal);color:#fff;padding:.6rem 1rem;z-index:200}.skip-link:focus{left:0}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 0 var(--line)}.topbar[data-astro-cid-ctg3m53h]{background:var(--teal-dark);color:#cdeef0;font-size:.85rem}.topbar__row[data-astro-cid-ctg3m53h]{display:flex;justify-content:space-between;align-items:center;min-height:38px;gap:1rem}.topbar__phone[data-astro-cid-ctg3m53h]{color:#fff;font-weight:700}.topbar__phone[data-astro-cid-ctg3m53h]:hover{text-decoration:none;color:var(--accent)}.navbar__row[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:1rem}.brand[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.6rem;text-decoration:none}.brand[data-astro-cid-ctg3m53h]:hover{text-decoration:none}.brand__mark[data-astro-cid-ctg3m53h]{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;background:var(--teal);color:#fff;border-radius:10px;font-size:1.3rem;font-weight:700}.brand__name[data-astro-cid-ctg3m53h]{display:block;color:var(--ink);font-weight:800;font-size:1.08rem;line-height:1.1}.brand__sub[data-astro-cid-ctg3m53h]{display:block;color:var(--muted);font-size:.76rem}.navtoggle[data-astro-cid-ctg3m53h]{position:absolute;opacity:0;width:1px;height:1px}.burger[data-astro-cid-ctg3m53h]{display:none}.nav[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.5rem}.nav__list[data-astro-cid-ctg3m53h]{display:flex;list-style:none;margin:0;padding:0;gap:.15rem}.nav__item[data-astro-cid-ctg3m53h]{position:relative}.nav__link[data-astro-cid-ctg3m53h]{display:block;padding:.65rem .7rem;color:var(--ink);font-weight:600;font-size:.95rem;border-radius:8px;white-space:nowrap}.nav__link[data-astro-cid-ctg3m53h]:hover,.nav__link[data-astro-cid-ctg3m53h].is-active{background:var(--teal-light);color:var(--teal-dark);text-decoration:none}.nav__cta[data-astro-cid-ctg3m53h]{margin-left:.5rem;padding:.55rem 1rem;font-size:.9rem}.submenu[data-astro-cid-ctg3m53h]{position:absolute;top:100%;left:0;min-width:230px;list-style:none;margin:0;padding:.4rem;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s,transform .15s,visibility .15s}.nav__item[data-astro-cid-ctg3m53h].has-children:hover>.submenu[data-astro-cid-ctg3m53h],.nav__item[data-astro-cid-ctg3m53h].has-children:focus-within>.submenu[data-astro-cid-ctg3m53h]{opacity:1;visibility:visible;transform:translateY(0)}.submenu__link[data-astro-cid-ctg3m53h]{display:block;padding:.55rem .7rem;border-radius:7px;color:var(--body);font-size:.92rem}.submenu__link[data-astro-cid-ctg3m53h]:hover{background:var(--bg-soft);text-decoration:none}@media (max-width: 980px){.burger[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;cursor:pointer;border-radius:8px}.burger[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:block;height:3px;width:26px;background:var(--teal-dark);border-radius:2px;transition:transform .2s,opacity .2s}.nav[data-astro-cid-ctg3m53h]{position:fixed;inset:0 0 0 auto;width:min(86vw,340px);flex-direction:column;align-items:stretch;gap:0;background:#fff;padding:1rem 1rem 2rem;overflow-y:auto;box-shadow:-8px 0 30px #0000002e;transform:translate(105%);transition:transform .25s ease;z-index:120}.navtoggle[data-astro-cid-ctg3m53h]:checked~.nav[data-astro-cid-ctg3m53h]{transform:translate(0)}.nav__list[data-astro-cid-ctg3m53h]{flex-direction:column;gap:0}.nav__item[data-astro-cid-ctg3m53h]{border-bottom:1px solid var(--line)}.nav__link[data-astro-cid-ctg3m53h]{padding:.85rem .4rem;font-size:1.05rem}.submenu[data-astro-cid-ctg3m53h]{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 .5rem .8rem;min-width:0}.submenu__link[data-astro-cid-ctg3m53h]{padding:.6rem .4rem;min-height:44px;display:flex;align-items:center}.nav__cta[data-astro-cid-ctg3m53h]{margin:1rem 0 0;justify-content:center}.navtoggle[data-astro-cid-ctg3m53h]:checked~.burger[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:nth-child(1){transform:translateY(8px) rotate(45deg)}.navtoggle[data-astro-cid-ctg3m53h]:checked~.burger[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:nth-child(2){opacity:0}.navtoggle[data-astro-cid-ctg3m53h]:checked~.burger[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navtoggle[data-astro-cid-ctg3m53h]:checked~.nav[data-astro-cid-ctg3m53h]:before{content:"";position:fixed;inset:0;left:-100vw;width:100vw;background:#0d1e2073;z-index:-1}}@media (max-width: 520px){.topbar__loc[data-astro-cid-ctg3m53h]{display:none}.topbar__row[data-astro-cid-ctg3m53h]{justify-content:center}.brand__sub[data-astro-cid-ctg3m53h]{display:none}}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--ink);color:#c7d3d4;margin-top:3rem}.footer__grid[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2rem;padding:3rem 20px 2rem}@media (max-width: 860px){.footer__grid[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr 1fr}}@media (max-width: 520px){.footer__grid[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr;gap:1.5rem}}.footer__brand[data-astro-cid-gcn2mc3v]{font-weight:800;color:#fff;font-size:1.15rem;margin-bottom:.8rem}.footer__col[data-astro-cid-gcn2mc3v] h3[data-astro-cid-gcn2mc3v]{color:#fff;font-size:1rem;margin-bottom:.8rem}.footer__col[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v]{list-style:none;margin:0;padding:0}.footer__col[data-astro-cid-gcn2mc3v] li[data-astro-cid-gcn2mc3v]{margin-bottom:.45rem}.footer__col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:#c7d3d4;font-size:.92rem}.footer__col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--accent)}.footer__col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v].btn--accent,.footer__col[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v].btn--accent:hover{color:#2a1c00}.footer__addr[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:#fff}.footer__hours[data-astro-cid-gcn2mc3v]{color:#91a3a4;font-size:.88rem;margin-top:.8rem}.footer__bar[data-astro-cid-gcn2mc3v]{border-top:1px solid rgba(255,255,255,.12);font-size:.82rem;color:#91a3a4}.footer__bar-row[data-astro-cid-gcn2mc3v]{display:flex;justify-content:space-between;gap:1rem;padding:1rem 20px;flex-wrap:wrap}.footer__legal[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:#91a3a4}.footer__disclaimer[data-astro-cid-gcn2mc3v]{font-size:.76rem;color:#93a3a4;padding-bottom:2rem;max-width:900px}
