:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#fff;--surface:#f7f8fb;--shoal:#0b3772;--ink:#161b3d;--ink-muted:#5f6368;--accent:#161b3d;--accent-hover:#0e1222;--on-accent:#fff;--line:#e4ebf3;--line-strong:#768ba4;--carrier-plate:#fff;--font:"Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display:"Castoro", Georgia, "Times New Roman", Times, serif;--nums:"tnum" 1, "lnum" 1;--t-hero:clamp(2.625rem, 1.55rem + 4.6vw, 4.375rem);--t-hero-lh:1.2;--t-h2:clamp(1.5rem, 1.2rem + 1.35vw, 2rem);--t-h2-display:clamp(1.5rem, .786rem + 3.571vw, 3rem);--t-h3:clamp(1rem, .95rem + .25vw, 1.125rem);--t-body:1rem;--t-body-lh:1.5;--t-lead:1rem;--t-small:.9375rem;--s1:4px;--s2:8px;--s3:12px;--s4:16px;--s5:24px;--s6:32px;--s7:48px;--s8:64px;--s9:96px;--wrap:80rem;--gutter:20px;--measure:68ch;--r-ctl:8px;--r-card:12px;--r-pill:999px;--brand-filter:none;--dur:.12s}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--canvas:#0e1222;--surface:#161b3d;--shoal:#9db4ee;--ink:#eef0f9;--ink-muted:#a9b0cd;--accent:#aab6f2;--accent-hover:#c3cbf8;--on-accent:#0e1222;--line:#2b3158;--brand-filter:brightness(0) invert(1)}@font-face{font-family:Castoro;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/castoro-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lexend;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/lexend-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{box-sizing:border-box}[hidden]{display:none!important}html{background:var(--canvas);-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--canvas);color:var(--ink);font-family:var(--font);font-size:var(--t-body);line-height:var(--t-body-lh);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;margin:0}h1{color:var(--ink);font-family:var(--font-display);font-weight:400;font-size:var(--t-hero);letter-spacing:-.029em;line-height:var(--t-hero-lh);text-wrap:balance;margin:0}h2{color:var(--accent-hover);font-family:var(--font);font-weight:600;font-size:var(--t-h2);letter-spacing:-.031em;text-wrap:balance;margin:0;line-height:1.1}h3{color:var(--ink);font-family:var(--font);font-weight:600;font-size:var(--t-h3);margin:0;line-height:1.4}p{margin:0 0 var(--s3)}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto}a{color:var(--shoal);text-underline-offset:.18em;text-decoration-thickness:from-font}a:hover{color:var(--accent)}b,strong{font-weight:600}address{font-style:normal}hr{border:0}.nums{font-feature-settings:var(--nums)}.lead{max-width:62ch;color:var(--ink-muted);font-size:var(--t-lead);line-height:var(--t-body-lh)}.prose p{max-width:var(--measure);margin-bottom:var(--s5);color:var(--ink-muted)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}#about,#insurance,#faqs{scroll-margin-top:var(--s5)}.skip{left:var(--s4);z-index:20;padding:var(--s3) var(--s4);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--r-ctl);color:var(--accent);transition:top var(--dur) ease;font-weight:600;text-decoration:none;position:absolute;top:-100px}.skip:focus{top:var(--s3)}#main:focus{outline:none}.wrap{width:100%;max-width:var(--wrap);padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:var(--s8)}.section-alt{background:var(--surface);border-block:1px solid var(--line)}.btn{border-radius:var(--r-ctl);min-width:44px;min-height:44px;font:inherit;font-size:var(--t-body);letter-spacing:-.006em;text-align:center;cursor:pointer;transition:background-color var(--dur) ease, color var(--dur) ease, border-color var(--dur) ease;border:1px solid #0000;justify-content:center;align-items:center;padding:12px 24px;font-weight:500;line-height:1.3;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.btn-primary:hover{border-color:var(--accent);color:var(--accent);background:0 0}.btn-primary:active{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--on-accent)}.btn-ghost{border-color:var(--line-strong);color:var(--accent);background:0 0}.btn-ghost:hover{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.btn-ghost:active{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--on-accent)}.btn-sm{min-width:44px;min-height:44px;padding:var(--s2) var(--s4);font-size:var(--t-small)}.site-header{padding-block:var(--s6) 0}.brand{line-height:0;display:inline-block}.brand img{width:min(400px,62vw);height:auto;filter:var(--brand-filter)}.hero{padding-block:var(--s7) var(--s9)}.hero-in{gap:var(--s7);grid-template-columns:minmax(0,690px) minmax(0,480px);align-items:center;display:grid}.hero .lead{margin:20px 0 40px}.hero-actions{flex-wrap:wrap;gap:28px;display:flex}.hero-actions+.hero-actions{margin-top:28px}.hero-actions li{display:flex}.hero-photo{border-radius:var(--r-card);justify-self:end;width:100%;max-width:480px;height:auto}.pullout{margin:var(--s4) 0 var(--s5);padding-left:var(--s4);border-left:3px solid var(--shoal);color:var(--shoal);font-size:var(--t-lead);font-weight:500}.about-actions{margin-top:var(--s6)}.section-strip{text-align:center}.section-strip h2{margin-bottom:var(--s6)}.carriers{background:var(--carrier-plate);border-radius:var(--r-card);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 2rem;padding-block:.5rem;display:flex}.carrier img{max-width:100%;height:auto;display:block}.faqs-in{grid-template-columns:.75fr 1fr;align-items:start;gap:4rem 5rem;display:grid}.faqs-head h2{width:max-content;min-width:125px;max-width:100%;padding-bottom:var(--s2);border-bottom:4px solid var(--shoal);font-size:var(--t-h2-display);letter-spacing:-.0033em;line-height:1.2}@media (width>=62rem){.faqs-head h2{font-weight:700}}.faqs{gap:1rem;display:grid}.faq{border:1px solid var(--ink)}.faq>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;list-style:none;display:flex}.faq>summary::-webkit-details-marker{display:none}.faq>summary h3{flex:auto;line-height:1.5}.faq>summary:after{content:"+";width:1.75rem;color:var(--shoal);text-align:center;flex:none;font-size:1.5rem;font-weight:500;line-height:1}.faq[open]>summary:after{content:"−"}.faq[open]>summary h3{color:var(--shoal)}.faq-a{color:var(--ink);padding:0 1.5rem 1.5rem}.faq-a p{margin-bottom:var(--s3)}.faq-actions{margin-top:var(--s4)}.referrals h1{margin-bottom:var(--s5)}.referrals-prose{max-width:var(--measure)}.referrals-actions{gap:var(--s3);flex-wrap:wrap;display:flex}.fax{color:var(--ink);font-weight:600}.site-footer{border-top:1px solid var(--line);color:var(--ink-muted);padding-block:80px 40px}.site-footer .wrap{max-width:940px}.footer-top{justify-content:space-between;align-items:flex-start;gap:var(--s7);flex-wrap:wrap;display:flex}.footer-brand{line-height:0;display:inline-block}.footer-mark{width:min(217px,60vw);height:auto;filter:var(--brand-filter)}.footer-title{color:var(--ink);margin:0;font-size:18px;font-weight:500;line-height:32px}.footer-block ul{flex-direction:column;display:flex}.footer-block a{min-width:44px;min-height:44px;color:var(--ink);align-items:center;text-decoration:none;display:inline-flex}.footer-block a:hover{color:var(--accent);text-decoration:underline}.footer-rule{background:var(--line);height:1px;margin:40px 0}.footer-address{align-items:center;gap:var(--s5);text-align:center;flex-direction:column;margin-bottom:40px;font-weight:500;display:flex}.footer-address a{color:var(--ink)}.footer-address a[href^=tel\:]{justify-content:center;align-items:center;min-width:44px;min-height:44px;margin-block:-12px;display:inline-flex}.footer-lines{color:var(--ink-muted);font-weight:400}.crisis{max-width:46rem;padding:var(--s4) var(--s5);border-left:3px solid var(--line-strong);background:var(--surface);margin:0 auto 40px}.crisis h2{color:var(--ink);font-size:var(--t-h3);letter-spacing:inherit;font-weight:600;line-height:1.4}.crisis p{margin:var(--s3) 0 0;font-size:var(--t-small)}.crisis-actions{gap:var(--s3);flex-wrap:wrap;display:flex}.footer-bottom{justify-content:space-between;align-items:center;gap:var(--s4);padding-top:var(--s5);border-top:1px solid var(--line);flex-wrap:wrap;display:flex}.footer-copyright{font-size:var(--t-small);margin:0}.theme-toggle{justify-content:center;align-items:center;gap:var(--s3);min-width:44px;min-height:44px;padding:var(--s2) 0;color:var(--ink);font:inherit;font-size:var(--t-small);text-align:left;cursor:pointer;background:0 0;border:0;font-weight:500;display:inline-flex}.theme-switch{background:var(--canvas);border:1px solid var(--line-strong);border-radius:var(--r-pill);width:40px;transition:background-color var(--dur) ease, border-color var(--dur) ease;flex:none;align-items:center;padding:3px;display:inline-flex}.theme-knob{background:var(--ink-muted);width:14px;height:14px;transition:background-color var(--dur) ease, transform var(--dur) ease;border-radius:50%}.theme-toggle[aria-pressed=true] .theme-switch{background:var(--accent);border-color:var(--accent)}.theme-toggle[aria-pressed=true] .theme-knob{background:var(--on-accent);transform:translate(18px)}@media (width<=60rem){.hero-in{gap:var(--s6);grid-template-columns:minmax(0,1fr)}.hero-photo{justify-self:start;max-width:min(480px,90%)}.faqs-in{gap:var(--s6);grid-template-columns:minmax(0,1fr)}}@media (width<=40rem){:root{--t-small:1rem}.section,.hero{padding-block:var(--s7)}.site-footer{padding-block:var(--s7) var(--s6)}.hero-actions{gap:var(--s3)}.hero-actions+.hero-actions{margin-top:var(--s3)}.hero-actions li,.hero-actions .btn{width:100%}.hero-photo{width:auto;max-width:70%}.carriers{gap:1rem 1.25rem}.carrier img{width:auto;max-width:6.75rem;max-height:2.75rem}.faq>summary,.faq-a{padding-inline:1.25rem}.faq>summary{gap:1rem}.footer-top{gap:var(--s5);text-align:center;justify-content:center}.footer-block ul{align-items:center}.footer-block a{justify-content:center}.footer-bottom{text-align:center;justify-content:center}}@media (width<=25rem){:root{--gutter:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.brand img,.footer-mark{filter:none}}
