:root{--brand:#3b82f6;--brand-dark:#2563eb;--brand-light:#3b82f61f;--brand-secondary:#10b981;--brand-secondary-dk:#059669;--text-primary:#111827;--text-body:#374151;--text-muted:#6b7280;--text-light:#f9fafb;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-warm:#fffbf0;--bg-dark:#111827;--on-brand:#fff;--on-brand-muted:#ffffffd9;--on-brand-solid-bg:#fff;--on-brand-solid-color:#111827;--star:var(--brand);--star-high:#15803d;--star-mid:#b45309;--star-low:#dc2626;--border:#e5e7eb;--radius:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-pill:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 25px -5px #00000014, 0 8px 10px -6px #0000000a;--font-heading:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-body:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:2.5rem;--space-6:3rem;--space-7:3.5rem;--space-8:4rem;--space-10:5rem;--space-12:6rem;--section-y:5rem;--header-h:64px}@media (width<=767px){:root{--section-y:3rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text-body);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.75;overflow-x:clip}img,video{max-width:100%;height:auto;display:block}a{color:var(--brand-secondary);text-decoration:none}a:hover{color:var(--brand-secondary-dk)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:700;line-height:1.2}h1{letter-spacing:-.025em;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800}h2{letter-spacing:-.015em;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700}h3{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600}h4{font-size:1.125rem;font-weight:600}p{font-family:var(--font-body);color:var(--text-body);font-size:1rem;line-height:1.75}.lead{color:var(--text-body);font-size:1.125rem;line-height:1.65}.text-sm{font-size:.875rem;line-height:1.6}.text-xs{font-size:.8125rem;line-height:1.5}.overline{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--brand-secondary);font-size:.8125rem;font-weight:600}.container{width:90%;max-width:1200px;margin-inline:auto}.container-sm{width:90%;max-width:720px;margin-inline:auto}.section{padding:var(--section-y) 0}.section-sm{padding:calc(var(--section-y) * .6) 0}.bg-white{background-color:var(--bg-primary)}.bg-gray{background-color:var(--bg-secondary)}.bg-warm{background-color:var(--bg-warm)}.bg-dark{background-color:var(--bg-dark);color:var(--text-light)}.bg-brand{background-color:var(--brand);color:var(--on-brand)}.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4{color:var(--text-light)}.bg-dark .lead,.bg-dark p{color:#ffffffd9}.bg-dark .overline{color:#fffc}.bg-brand h1,.bg-brand h2,.bg-brand h3,.bg-brand h4{color:var(--on-brand)}.bg-brand .lead,.bg-brand p{color:var(--on-brand-muted)}.bg-brand .overline{color:var(--on-brand);opacity:.85}.bg-brand .btn-primary{background-color:var(--on-brand-solid-bg);color:var(--on-brand-solid-color);border-color:var(--on-brand-solid-bg)}.bg-brand .btn-primary:hover{background-color:var(--on-brand-solid-bg);border-color:var(--on-brand-solid-bg);color:var(--on-brand-solid-color);filter:brightness(.9)}.grid-2{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-5);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-4);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=479px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (width>=480px) and (width<=767px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width>=768px) and (width<=1023px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}.btn{font-family:var(--font-heading);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.btn:focus-visible{outline:3px solid var(--brand);outline-offset:3px}.btn-primary{background-color:var(--brand);color:#fff;border-color:var(--brand)}.btn-primary:hover{background-color:var(--brand-dark);border-color:var(--brand-dark);color:#fff;transform:translateY(-1px)}.btn-outline{color:var(--text-primary);border-color:var(--text-primary);background-color:#0000}.btn-outline:hover{background-color:var(--text-primary);color:#fff}.btn-outline-light{color:#fff;background-color:#0000;border-color:#ffffffb3}.btn-outline-light:hover{background-color:#ffffff26;border-color:#fff}.btn-outline-dark{background-color:var(--btn-outline-dark-bg,transparent);color:var(--btn-outline-dark-color,#fff);border-color:var(--btn-outline-dark-border,#ffffffbf)}.btn-outline-dark:hover{background-color:var(--btn-outline-dark-hover-bg,#ffffff1f);color:var(--btn-outline-dark-hover-color,#fff);border-color:var(--btn-outline-dark-hover-border,#fff)}.btn-brand-outline{background-color:var(--btn-brand-outline-bg,transparent);color:var(--btn-brand-outline-color,var(--brand));border-color:var(--btn-brand-outline-border,var(--brand))}.btn-brand-outline:hover{background-color:var(--btn-brand-outline-hover-bg,var(--brand));color:var(--btn-brand-outline-hover-color,#fff);border-color:var(--btn-brand-outline-hover-border,var(--brand))}.btn-brand-light{background-color:var(--btn-brand-light-bg,var(--brand-light));color:var(--btn-brand-light-color,var(--brand));border-color:var(--btn-brand-light-border,var(--brand-light))}.btn-brand-light:hover{background-color:var(--btn-brand-light-hover-bg,var(--brand));color:var(--btn-brand-light-hover-color,#fff);border-color:var(--btn-brand-light-hover-border,var(--brand))}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-sm{min-height:40px;padding:.5rem 1rem;font-size:.875rem}.btn-block{width:100%}.form-group{flex-direction:column;gap:.375rem;display:flex}label{font-family:var(--font-heading);color:var(--text-primary);font-size:.875rem;font-weight:600}input,textarea,select{width:100%;font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg-primary);border:1.5px solid var(--border);border-radius:var(--radius);outline:none;min-height:48px;padding:.75rem 1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:var(--text-muted)}input:focus,textarea:focus,select:focus{border-color:var(--brand-secondary);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-secondary) 18%, transparent)}textarea{resize:vertical;min-height:120px;line-height:1.6}.form-helper{color:var(--text-muted);font-size:.75rem}.form-error{color:#dc2626;font-size:.75rem}.card{background-color:var(--bg-primary);color:var(--text-body);border:1px solid var(--border);border-left:4px solid var(--brand);border-radius:var(--radius);padding:var(--space-5);transition:border-color .2s,background-color .2s,transform .2s}.card:hover{border-color:var(--brand);border-left-color:var(--brand-dark);background-color:var(--bg-secondary)}.card-feature{background-color:var(--bg-dark);border:1px solid var(--bg-dark);border-left:4px solid var(--brand);color:#ffffffd9}.card-feature h2,.card-feature h3,.card-feature h4{color:#fff}.card-feature p{color:#ffffffd9}.card-feature:hover{border-color:var(--brand);background-color:#0b1220}.card-flat{background-color:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-5)}.check-list{gap:var(--space-2);padding:0;list-style:none;display:grid}.check-list li{padding-left:2rem;position:relative}.check-list li:before{content:"✓";background:var(--brand);width:1.25rem;height:1.25rem;color:var(--on-brand);border-radius:var(--radius-pill);justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute;top:.15em;left:0}@media (width>=768px){.check-list{gap:var(--space-2) var(--space-5);grid-template-columns:1fr 1fr}}.process-grid{margin-top:var(--space-6)}.process-step{text-align:center}.process-step-num{border-radius:var(--radius-pill);background:var(--brand);width:3rem;height:3rem;color:var(--on-brand);font-family:var(--font-heading);margin-bottom:var(--space-2);justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:inline-flex}.pricing-display{margin:var(--space-3) 0}.pricing-amount{font-family:var(--font-heading);color:var(--brand);font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1}.card-icon{color:var(--brand);margin-bottom:var(--space-2)}.card-icon svg{width:2rem;height:2rem}.card-link{margin-top:var(--space-2);font-family:var(--font-heading);color:var(--brand-secondary);font-weight:600}.card:hover .card-link{color:var(--brand-secondary-dk)}.stars{color:var(--star);letter-spacing:.1em;font-size:.95rem;line-height:1}.testimonial-card .stars{margin-bottom:var(--space-2)}.trust-bar-item{flex-direction:column;align-items:center;line-height:1.2;display:flex}.trust-bar-item strong{font-size:1.25rem}.trust-bar-item span{opacity:.9;font-weight:500}.trust-row{gap:var(--space-4);margin-top:var(--space-5);text-align:left;grid-template-columns:repeat(3,1fr);display:grid}.trust-item{background:var(--bg-primary);border-left:4px solid var(--brand);padding:var(--space-3)}.trust-item strong{color:var(--text-primary);margin-bottom:.25rem;display:block}@media (width<=767px){.trust-row{grid-template-columns:1fr}}.nearby-links{line-height:2.1}.nearby-links a{font-family:var(--font-heading);font-weight:600}.related-list{gap:var(--space-2);padding:0;list-style:none;display:grid}.related-list a{padding:var(--space-3);background:var(--bg-primary);border-left:3px solid var(--brand);transition:background-color .15s;display:block}.related-list a:hover{background:var(--bg-secondary)}.related-list strong{color:var(--text-primary);display:block}.related-list span{color:var(--text-muted);font-size:.9375rem}.toc{background:var(--bg-secondary);border-left:4px solid var(--brand);padding:var(--space-4);border-radius:var(--radius)}.toc h2{margin-bottom:var(--space-2);font-size:1.125rem}.toc ol{margin:0;padding-left:1.25rem}.prose{overflow-wrap:break-word}.prose>*+*{margin-top:var(--space-3)}.prose h2{margin-top:var(--space-6);margin-bottom:var(--space-2)}.prose h3{margin-top:var(--space-4);margin-bottom:var(--space-2)}.prose ul,.prose ol{padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose a{color:var(--brand-secondary);overflow-wrap:anywhere;text-decoration:underline}.prose img{border-radius:var(--radius);margin:var(--space-4) 0}.prose table{border-collapse:collapse;width:100%;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);padding:.5rem}.prose pre{overflow-x:auto}.prose blockquote{border-left:4px solid var(--brand);padding-left:var(--space-3);color:var(--text-muted);font-style:italic}.testimonials-inner{gap:var(--space-5);display:grid}.t-feature{background:var(--brand-light);border-left:4px solid var(--brand);border-radius:var(--radius);max-width:820px;padding:var(--space-5);margin-inline:auto}.t-feature blockquote{color:var(--text-primary);margin:var(--space-2) 0;font-size:1.375rem;font-style:italic;line-height:1.5}.pull-quote{max-width:720px;margin-inline:auto}.pull-quote blockquote{color:var(--text-primary);margin:var(--space-2) 0;font-size:1.25rem;font-style:italic;line-height:1.55}.case-study{background:var(--bg-primary);border:1px solid var(--border);border-left:4px solid var(--brand);border-radius:var(--radius);padding:var(--space-5);max-width:820px;margin-inline:auto}.case-study h3{margin:.25rem 0 var(--space-2)}.case-study p{margin-bottom:.5rem}.section-header{max-width:720px;margin:0 auto var(--space-6)}.section-header h2{margin:.5rem 0 1rem}.photo-placeholder{background:var(--brand-light);border:1px solid var(--border);border-radius:var(--radius-md);aspect-ratio:4/3;color:var(--text-muted);font-family:var(--font-heading);text-align:center;justify-content:center;align-items:center;padding:1rem;font-size:.875rem;display:flex}.photo-placeholder--sq{aspect-ratio:1}.badge{border-radius:var(--radius-pill);font-family:var(--font-heading);align-items:center;gap:.3rem;padding:.3rem .875rem;font-size:.8125rem;font-weight:600;line-height:1;display:inline-flex}.badge-primary{background:var(--brand);color:#fff}.badge-light{background:var(--brand-light);color:var(--text-primary)}.badge-secondary{background:var(--brand-secondary);color:#fff}.badge-outline{border:1.5px solid var(--border);color:var(--text-body);background:0 0}.badge-muted{background:var(--bg-secondary);color:var(--text-muted)}main:focus{outline:none}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-heading{font-family:var(--font-heading)}.font-body{font-family:var(--font-body)}.text-brand{color:var(--brand)}.text-secondary{color:var(--brand-secondary)}.text-muted{color:var(--text-muted)}.text-light{color:var(--text-light)}.text-dark{color:var(--text-primary)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-to-content{z-index:1000;background:var(--brand);color:#fff;font-family:var(--font-heading);border-radius:0 0 var(--radius-md) 0;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;transition:transform .15s;position:fixed;top:0;left:0;transform:translateY(-100%)}.skip-to-content:focus,.skip-to-content:focus-visible{outline:3px solid var(--brand-dark);outline-offset:2px;color:#fff;transform:translateY(0)}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.w-full{width:100%}.h-full{height:100%}.divider{background-color:var(--border);width:100%;height:1px;margin:var(--space-6) 0}.site-header{z-index:40;background-color:var(--bg-primary);border-bottom:1px solid var(--border);padding:var(--space-2) 0;transition:box-shadow .2s;position:sticky;top:0}.site-header.header--scrolled{box-shadow:var(--shadow)}.logo{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:800;text-decoration:none}.logo-primary{color:var(--brand)}.logo-light{color:var(--text-light)}.header-cta{align-items:center;gap:var(--space-2);display:flex}@media (width<=1099px){.header-cta{display:none}}.nav-desktop{display:none}@media (width>=1100px){.nav-desktop{display:block}.nav-toggle{display:none}.nav-mobile{display:none!important}}.nav-desktop ul{gap:var(--space-4);list-style:none;display:flex}.nav-desktop a{font-family:var(--font-heading);color:var(--text-primary);font-size:.9375rem;font-weight:600;text-decoration:none;transition:color .15s}.nav-desktop a:hover{color:var(--brand)}.nav-toggle{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:.25rem}.nav-mobile{background:var(--bg-primary);border-top:1px solid var(--border);padding:var(--space-3);display:none}.nav-mobile.nav-open{display:block}.nav-mobile ul{flex-direction:column;gap:0;list-style:none;display:flex}.nav-mobile ul a{font-family:var(--font-heading);color:var(--text-primary);border-bottom:1px solid var(--border);padding:.75rem 0;font-size:1rem;font-weight:600;text-decoration:none;display:block}.nav-mobile-cta{gap:var(--space-2);margin-top:var(--space-3);flex-direction:column;display:flex}.sticky-mobile-cta{z-index:50;grid-template-columns:1fr 1fr;height:56px;display:grid;position:fixed;bottom:0;left:0;right:0}@media (width>=1100px){.sticky-mobile-cta{display:none}}.sticky-call,.sticky-quote{font-family:var(--font-heading);justify-content:center;align-items:center;gap:.375rem;min-height:56px;font-size:.9375rem;font-weight:700;text-decoration:none;display:flex}.sticky-call{background-color:var(--brand);color:var(--on-brand)}.sticky-quote{background-color:var(--brand-dark);color:var(--on-brand)}@media (width<=767px){body{padding-bottom:56px}}.site-footer{padding:var(--space-10) 0 var(--space-6)}.site-footer h4{color:var(--text-light);margin-bottom:var(--space-2);font-size:.9375rem}.site-footer ul{list-style:none}.site-footer li{margin-bottom:.375rem}.site-footer a{color:#ffffffa6;font-size:.9375rem;text-decoration:none;transition:color .15s}.site-footer a:hover{color:#fff}.footer-phone{font-size:1.125rem;font-weight:700;color:#fff!important}.footer-brand p{color:#ffffffa6;margin-bottom:var(--space-1);font-size:.9375rem}.footer-bottom{margin-top:var(--space-8);padding-top:var(--space-4);gap:var(--space-2);border-top:1px solid #ffffff1f;flex-wrap:wrap}.footer-bottom p{color:#fff9;font-size:.8125rem}.footer-bottom a{color:#fff9}.footer-bottom a:hover{color:#fffc}.social-links{gap:var(--space-2);margin-top:var(--space-2);display:flex}.social-links a{border-radius:var(--radius);color:#ffffffa6;background:#ffffff1a;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.social-links a:hover{color:#fff;background:#fff3}.section-angle{clip-path:polygon(0 0,100% 4%,100% 100%,0 96%);padding-top:calc(var(--section-y) + 3rem);padding-bottom:calc(var(--section-y) + 3rem)}.section-fade{background:linear-gradient(to bottom, var(--brand-light) 0%, var(--bg-primary) 100%)}.overlap-card{z-index:10;margin-top:-3rem;position:relative}.section-split{background:linear-gradient(135deg, var(--bg-primary) 60%, var(--brand-light) 60%)}.hero{padding:calc(var(--section-y) * 1.25) 0}.hero h1{margin-bottom:var(--space-3)}.hero .lead{margin-bottom:var(--space-4);max-width:640px}.hero.text-center .lead{margin-inline:auto}.hero.text-left .lead{margin-inline:0}.hero-cta{gap:var(--space-2);margin-bottom:var(--space-5);flex-wrap:wrap;justify-content:center;display:flex}.hero.text-left .hero-cta{justify-content:flex-start}.trust-bar{justify-content:center;gap:var(--space-3) var(--space-5);font-family:var(--font-heading);color:var(--text-body);border-top:1px solid var(--border);padding-top:var(--space-4);flex-wrap:wrap;font-size:.875rem;font-weight:600;display:flex}.trust-bar .trust-bar-item strong{color:var(--text-primary)}.trust-bar--dark{color:#ffffffd9;border-top-color:#fff3}.trust-bar--dark .trust-bar-item strong{color:#fff}.trust-bar--brand{color:var(--on-brand-muted);border-top-color:var(--on-brand-muted)}.trust-bar--brand .trust-bar-item strong{color:var(--on-brand)}.hero.text-left .trust-bar{justify-content:flex-start}.review-flow{max-width:560px;padding:var(--space-8) var(--space-3);margin-inline:auto}.progress-bar-track{background:var(--border);width:100%;height:4px;margin-bottom:var(--space-6);border-radius:2px;overflow:hidden}#progress-bar{background:var(--brand);border-radius:2px;width:0%;height:100%;transition:width .3s}.star-row{justify-content:center;gap:var(--space-2);margin:var(--space-5) 0;flex-wrap:nowrap;display:flex}@media (width<=359px){.star-row{gap:.25rem}}.star-btn{cursor:pointer;color:var(--border);background:0 0;border:none;padding:.25rem;font-size:clamp(2.25rem,11vw,3rem);line-height:1;transition:transform .15s,color .15s}.star-btn.star--active{transform:scale(1.2)}.star-btn.star--hover{color:var(--star-mid);transform:scale(1.1)}.chip-group{margin:var(--space-3) 0;flex-wrap:wrap;gap:.5rem;display:flex}.chip{border:2px solid var(--border);border-radius:var(--radius-pill);cursor:pointer;min-height:44px;font-family:var(--font-heading);color:var(--text-primary);background:0 0;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.chip:hover{border-color:var(--brand);color:var(--brand)}.chip.chip--active{background:var(--brand);border-color:var(--brand);color:#fff}.review-quote-display{background:var(--brand-light);border-left:4px solid var(--brand);border-radius:var(--radius);padding:var(--space-3) var(--space-4);margin:var(--space-3) 0;color:var(--text-body);font-style:italic}.faq-list{flex-direction:column;gap:.5rem;display:flex}.faq-groups{gap:var(--space-5);flex-direction:column;display:flex}.faq-group{flex-direction:column;gap:.5rem;display:flex}.faq-group__title{padding-bottom:var(--space-1);margin-bottom:var(--space-2);border-bottom:2px solid var(--brand);font-size:1.125rem;display:inline-block}details.faq-item{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}details.faq-item summary{padding:var(--space-3) var(--space-4);cursor:pointer;font-family:var(--font-heading);color:var(--text-primary);justify-content:space-between;align-items:center;font-weight:600;list-style:none;transition:background .15s;display:flex}details.faq-item summary::-webkit-details-marker{display:none}details.faq-item summary:hover{background:var(--bg-secondary)}details.faq-item summary:after{content:"+";color:var(--brand);flex-shrink:0;font-size:1.25rem;font-weight:400;transition:transform .2s}details.faq-item[open] summary:after{transform:rotate(45deg)}details.faq-item .faq-answer{padding:0 var(--space-4) var(--space-3);color:var(--text-body)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container-narrow{width:min(100%,46rem);margin-inline:auto;padding-inline:1.5rem}.section-bordered{border-top:1px solid var(--border)}.hero-byline{align-items:center;gap:.9rem;margin-bottom:1.75rem;display:flex}.hero-headshot{border-radius:var(--radius-xl);object-fit:cover;flex:none;width:4.5rem;height:4.5rem;display:block}.hero-byline-name{font-family:var(--font-heading);letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.hero-byline-title{color:var(--text-muted);margin:.15rem 0 0;font-size:.85rem;line-height:1.35}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin:0 0 1.25rem;font-size:.72rem;font-weight:700}.section-title{font-family:var(--font-heading);letter-spacing:-.025em;text-wrap:balance;margin:0 0 1.25rem;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.15}.body-text{max-width:62ch;margin:0 0 1rem;font-size:1rem;line-height:1.7}.inline-link{color:var(--text-primary);text-underline-offset:3px;text-decoration:underline}.inline-link:hover{color:var(--text-muted)}.stat-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem 1.25rem;margin:2.5rem 0 0;padding:0;list-style:none;display:grid}.stat{border-top:2px solid var(--text-primary);padding-top:.75rem}.stat-value{font-family:var(--font-heading);letter-spacing:-.035em;margin:0 0 .35rem;font-size:clamp(1.25rem,2.6vw,1.7rem);font-weight:700;line-height:1.05}.stat-label{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.4}.stat-source{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:.35rem 0 0;font-size:.66rem}.stat-grid-note{margin-top:2.5rem}.cta-block{justify-items:start;gap:.75rem;margin-top:2.5rem;display:grid}.cta-note{color:var(--text-muted);margin:0;font-size:.85rem}.proof-list{gap:2.5rem;display:grid}.proof-figure{margin:0}.proof-shot{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;height:auto;display:block}.proof-placeholder{text-align:center;border:2px dashed var(--border);border-radius:var(--radius-lg);background:var(--bg-secondary);place-content:center;gap:.5rem;min-height:15rem;padding:2rem 1.5rem;display:grid}.proof-placeholder-title{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.8rem}.proof-placeholder-note{color:var(--text-muted);max-width:46ch;margin:0;font-size:.88rem;line-height:1.6}.proof-caption{color:var(--text-muted);margin:.85rem 0 0;font-size:.85rem;line-height:1.6}.fit-grid{grid-template-columns:1fr 1fr;gap:2.25rem;display:grid}.fit-title{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .9rem;font-size:.72rem;font-weight:700}.fit-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.fit-list li{padding-left:1.25rem;font-size:.94rem;line-height:1.55;position:relative}.fit-list li:before{content:"";background:var(--text-primary);width:.55rem;height:2px;position:absolute;top:.62em;left:0}.fit-list-no li{color:var(--text-muted)}.fit-list-no li:before{background:var(--border)}.step-list{gap:1.6rem;margin:0;padding:0;list-style:none;display:grid}.step{grid-template-columns:2.1rem 1fr;align-items:start;gap:1rem;display:grid}.step-num{font-family:var(--font-heading);color:var(--text-muted);padding-top:.2rem;font-size:.8rem}.step-body{max-width:58ch;margin:0;font-size:.96rem;line-height:1.65}.book-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-warm);padding:clamp(1.5rem,4vw,2.25rem)}.price-row{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1.1rem;display:flex}.price{font-family:var(--font-heading);letter-spacing:-.035em;margin:0;font-size:clamp(2rem,4.5vw,2.75rem);font-weight:700;line-height:1}.price-unit{color:var(--text-muted);font-size:.9rem}.term-list{gap:.65rem;margin:0 0 1.5rem;padding:0;list-style:none;display:grid}.term-list li{color:var(--text-muted);padding-left:1.1rem;font-size:.88rem;line-height:1.55;position:relative}.term-list li:before{content:"";background:var(--border);width:.45rem;height:2px;position:absolute;top:.6em;left:0}.open-note{border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--bg-secondary);margin-top:1.5rem;padding:1.15rem 1.25rem}.open-note-title{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .6rem;font-size:.68rem}.open-note-body{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.6}.open-note-list{gap:.5rem;margin:0;padding-left:1.1rem;display:grid}.open-note-list li{color:var(--text-muted);font-size:.88rem;line-height:1.6}.open-note code,.open-note-list code{border-radius:var(--radius);background:var(--border);color:var(--text-primary);padding:.05rem .3rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.open-list{gap:1.25rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.open-item{border-top:1px solid var(--border);padding-top:.9rem}.open-item-label{margin:0 0 .3rem;font-size:.94rem;font-weight:700}.open-item-note{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.6}.log-list{gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.log-row{border-top:1px solid var(--border);padding-top:.9rem}.log-month{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .25rem;font-size:.72rem}.log-figures{font-family:var(--font-heading);letter-spacing:-.02em;margin:0 0 .4rem;font-size:1.2rem;font-weight:700}.log-note{color:var(--text-muted);max-width:58ch;margin:0;font-size:.92rem;line-height:1.6}.nav-personal ul{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-personal a{color:var(--text-muted);font-size:.9rem;text-decoration:none}.nav-personal a:hover{color:var(--text-primary)}.footer-routing{margin:0 0 var(--section-y);padding-bottom:var(--section-y);border-bottom:1px solid var(--border);color:var(--text-muted);max-width:58ch;font-size:.92rem;line-height:1.65}.footer-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:1.75rem;display:flex}.footer-name{font-family:var(--font-heading);letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700}.footer-links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.88rem;text-decoration:none}.footer-links a:hover{color:var(--text-primary)}.sticky-primary{background:var(--brand);width:100%;color:var(--on-brand-solid-bg);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.95rem 1rem;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}@media (width<=720px){.stat-grid{grid-template-columns:repeat(2,1fr);gap:1.6rem 1.1rem}.fit-grid{grid-template-columns:1fr;gap:1.9rem}.footer-row{flex-direction:column;gap:.75rem}.cta-block{justify-items:stretch}.cta-block .btn{text-align:center;width:100%}.nav-personal ul{gap:1rem}}.sticky-mobile-cta{grid-template-columns:1fr}.sticky-primary{min-height:56px}@media (width>=768px){.header-cta{display:flex}}@media (width<=1099px){.site-footer{padding-bottom:calc(56px + 1.5rem + env(safe-area-inset-bottom))}}.bg-dark a,.bg-brand a{color:var(--text-light)}.bg-dark a:hover,.bg-brand a:hover{color:var(--text-light);text-decoration:underline}.post-list,.link-list{gap:2.25rem;margin:0;padding:0;list-style:none;display:grid}.post-row,.link-row{border-top:1px solid var(--border);padding-top:1rem}.post-row-date{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .4rem;font-size:.7rem}.post-row-title,.link-row-title{font-family:var(--font-heading);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.15rem;font-weight:700;line-height:1.25}.post-row-title a,.link-row-title a{color:var(--text-primary);text-decoration:none}.post-row-title a:hover,.link-row-title a:hover{text-underline-offset:3px;text-decoration:underline}.post-row-desc,.link-row-desc{color:var(--text-muted);max-width:62ch;margin:0;font-size:.92rem;line-height:1.6}.city-list{flex-wrap:wrap;gap:.75rem 1.5rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.city-list a{font-size:.95rem}.post-meta{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:1.5rem 0 0;font-size:.78rem}.prose{max-width:66ch;margin-top:2.5rem}.prose p{margin:0 0 1.15rem;font-size:1rem;line-height:1.75}.prose h2{font-family:var(--font-heading);letter-spacing:-.025em;margin:2.5rem 0 1rem;font-size:clamp(1.3rem,2.6vw,1.6rem);font-weight:700;line-height:1.2}.prose h3{font-family:var(--font-heading);letter-spacing:-.015em;margin:2rem 0 .75rem;font-size:1.1rem;font-weight:700}.prose ul,.prose ol{margin:0 0 1.15rem;padding-left:1.25rem}.prose a{color:var(--text-primary);text-underline-offset:3px;text-decoration:underline}.prose a:hover{color:var(--text-muted)}.post-footer{border-top:1px solid var(--border);margin-top:3rem;padding-top:1.75rem}.form-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-warm);max-width:34rem;margin-top:2.25rem;padding:clamp(1.5rem,4vw,2.25rem)}.form-card label{margin-bottom:.4rem;font-size:.85rem;font-weight:700;display:block}.form-card input,.form-card select,.form-card textarea{width:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);padding:.7rem .85rem;font-size:.95rem}.form-card input:focus,.form-card select:focus,.form-card textarea:focus{outline:2px solid var(--text-primary);outline-offset:1px}.contact-alt{margin-top:1.5rem}.footer-local{padding-bottom:1.75rem}.footer-local-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .75rem;font-size:.68rem}.footer-local-list{flex-wrap:wrap;gap:.5rem 1.25rem;margin:0;padding:0;list-style:none;display:flex}.footer-local-list a{color:var(--text-muted);font-size:.82rem;text-decoration:none}.footer-local-list a:hover{color:var(--text-primary)}.offer-list{gap:2.25rem;margin:0;padding:0;list-style:none;display:grid}.offer{border-top:1px solid var(--border);padding-top:1.15rem}.offer-head{flex-wrap:wrap;align-items:baseline;gap:.85rem;margin-bottom:.6rem;display:flex}.offer-name{font-family:var(--font-heading);letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:700;line-height:1.2}.offer-tag{letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius);white-space:nowrap;padding:.2rem .5rem;font-size:.64rem;font-weight:700}.offer-tag-open{background:var(--brand);color:var(--on-brand-solid-bg)}.offer-tag-ask,.offer-tag-unbuilt{border:1px solid var(--border);color:var(--text-muted)}.offer-summary{max-width:60ch;margin:0 0 .5rem;font-size:.98rem;line-height:1.65}.offer-detail{color:var(--text-muted);max-width:60ch;margin:0 0 .9rem;font-size:.9rem;line-height:1.6}.offer-unbuilt .offer-name{color:var(--text-muted)}.offer-cta{color:var(--text-primary);align-items:center;gap:.35rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.offer-cta:hover{text-underline-offset:3px;text-decoration:underline}.stat-grid-compact{margin-top:3rem;padding-top:.5rem}.projection-list{grid-template-columns:repeat(2,1fr);gap:2rem;margin:0;padding:0;list-style:none;display:grid}.projection{border-top:2px dashed var(--border);padding-top:1rem}.projection-when{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .5rem;font-size:.7rem}.projection-arr{font-family:var(--font-heading);letter-spacing:-.035em;color:var(--text-muted);margin:0 0 .4rem;font-size:clamp(1.6rem,3.4vw,2.3rem);font-weight:700;line-height:1}.projection-unit{letter-spacing:.04em;font-size:.5em}.projection-detail{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.assumption-box{border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--bg-secondary);margin-top:2.5rem;padding:1.5rem 1.75rem}.assumption-title{letter-spacing:.12em;text-transform:uppercase;color:var(--text-primary);margin:0 0 .9rem;font-size:.7rem}.assumption-list{gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:grid}.assumption-list li{color:var(--text-muted);padding-left:1.1rem;font-size:.88rem;line-height:1.55;position:relative}.assumption-list li:before{content:"";background:var(--text-muted);width:.45rem;height:2px;position:absolute;top:.6em;left:0}.assumption-note{color:var(--text-muted);max-width:60ch;margin:0;font-size:.85rem;line-height:1.65}.section-hero{padding-top:clamp(4rem,10vw,7.5rem)}.section-title{margin-bottom:1.75rem}.stat-grid{gap:2.5rem 1.75rem;margin-top:0}.cta-block{margin-top:3rem}.form-card{margin-top:2.75rem}.lead{margin-bottom:0}@media (width<=720px){.projection-list{grid-template-columns:1fr;gap:1.75rem}}.container-narrow{width:min(100%,50rem);padding-inline:clamp(1.5rem,6vw,4rem)}.container{padding-inline:clamp(1.5rem,6vw,4rem)}.section-hero{padding-top:clamp(5rem,12vw,11rem);padding-bottom:clamp(5rem,12vw,11rem)}.site-header{padding-block:1.5rem}.lead{margin-top:2rem;font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.75}.body-text{margin-bottom:1.5rem;font-size:1.02rem;line-height:1.8}h1{letter-spacing:-.035em;line-height:1.04}.section-label{margin-bottom:2.75rem}.section-title{margin-bottom:2.25rem;line-height:1.2}.stat-grid{gap:3.5rem 2.25rem}.stat{padding-top:1.1rem}.stat-label{margin-top:.15rem}.stat-source{margin-top:.6rem}.offer-list{gap:4.5rem}.offer{padding-top:2.25rem}.offer-summary{margin-bottom:.85rem;line-height:1.75}.offer-detail{margin-bottom:1.4rem;line-height:1.7}.offer-head{margin-bottom:1rem}.post-list,.link-list{gap:3.5rem}.post-row,.link-row{padding-top:1.6rem}.post-row-title,.link-row-title{margin-bottom:.75rem}.post-row-desc,.link-row-desc{line-height:1.7}.step-list{gap:2.5rem}.step-body{line-height:1.8}.fit-grid{gap:3.5rem}.fit-list{gap:1.1rem}.fit-list li{line-height:1.7}.projection-list{gap:3rem}.projection{padding-top:1.4rem}.form-card{margin-top:3.5rem;padding:clamp(2rem,4vw,3rem)}.form-card .form-group{margin-bottom:1.6rem}.assumption-box{margin-top:3.5rem;padding:clamp(1.75rem,3vw,2.5rem)}.book-card{padding:clamp(2rem,4vw,3rem)}.cta-block{gap:1rem;margin-top:3.5rem}.btn{padding:1rem 1.9rem}.prose{margin-top:3.5rem}.prose p{margin-bottom:1.5rem;line-height:1.85}.prose h2{margin:3.5rem 0 1.25rem}.prose h3{margin:2.75rem 0 1rem}.prose li{margin-bottom:.75rem;line-height:1.8}.post-footer{margin-top:4.5rem;padding-top:2.5rem}.footer-routing{padding-bottom:var(--section-y);margin-bottom:0}.footer-local{padding-block:2.5rem}.footer-row{padding-bottom:2.5rem}.footer-bottom{padding-top:2rem}.hero-byline{margin-bottom:2.5rem}@media (width<=720px){.offer-list{gap:3rem}.post-list,.link-list{gap:2.5rem}.stat-grid{gap:2.25rem 1.25rem}}.site-footer a,.site-footer h4,.footer-brand p,.footer-bottom p,.footer-bottom a{color:var(--text-muted)}.site-footer a:hover,.footer-bottom a:hover{color:var(--text-primary)}.footer-routing a{color:var(--text-primary);text-underline-offset:3px;text-decoration:underline}.footer-routing a:hover{color:var(--text-muted)}.lead.subdued{color:var(--text-muted);margin-top:1.5rem}.footer-bottom{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.social-links{align-items:center;gap:1.25rem;margin-left:auto;display:flex}.social-links a{width:auto;min-width:0;height:auto;color:var(--text-muted);white-space:nowrap;font-size:.78rem;text-decoration:none;display:inline}.social-links a:hover{color:var(--text-primary);transform:none}@media (width<=600px){.footer-bottom{gap:.85rem}.social-links{width:100%;margin-left:0}}.js-reveal [data-reveal]{opacity:0;transform:translateY(14px)}.js-reveal [data-reveal][data-revealed]{opacity:1;transform:none}.js-reveal [data-reveal]{will-change:opacity, transform;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.js-reveal .section-hero [data-reveal]{opacity:1!important;transform:none!important}@media (prefers-reduced-motion:reduce){.js-reveal [data-reveal]{opacity:1!important;transition:none!important;transform:none!important}}html{font-feature-settings:"liga" 1, "calt" 1, "kern" 1;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,.section-title,.offer-name,.post-row-title,.link-row-title{text-wrap:balance}p,li,.lead,.body-text,.offer-summary,.offer-detail,.stat-label{text-wrap:pretty}h1{letter-spacing:-.038em}.section-title,.offer-name{letter-spacing:-.022em}.stat-value,.price,.projection-arr,.step-num,.log-figures{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1, "kern" 1}::selection{background:var(--text-primary);color:var(--bg-primary)}:focus-visible{outline:2px solid var(--text-primary);outline-offset:3px;border-radius:2px}:focus:not(:focus-visible){outline:none}.inline-link,.offer-cta,.footer-routing a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;padding-bottom:1px;text-decoration:none;transition:background-size .35s cubic-bezier(.22,1,.36,1),color .2s}.inline-link{background-size:100% 1px}.inline-link:hover{background-size:0% 1px}.offer-cta:hover,.footer-routing a:hover{background-size:100% 1px}.offer-cta:hover{text-decoration:none}.offer-cta span{transition:transform .35s cubic-bezier(.22,1,.36,1);display:inline-block}.offer-cta:hover span{transform:translate(4px)}.btn{transition:transform .25s cubic-bezier(.22,1,.36,1),background-color .25s,box-shadow .25s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px -12px #00000080}.btn-primary:active{transform:translateY(0)}:target,[id]{scroll-margin-top:6rem}.form-card input,.form-card select,.form-card textarea{transition:border-color .2s,box-shadow .2s}.form-card input:hover,.form-card select:hover,.form-card textarea:hover{border-color:var(--text-muted)}.form-card input:focus,.form-card select:focus,.form-card textarea:focus{border-color:var(--text-primary);outline:none;box-shadow:0 0 0 3px #1111110f}@media (prefers-reduced-motion:reduce){.btn,.btn:hover,.inline-link,.offer-cta,.offer-cta span{transition:none;transform:none}}.offer-lead{font-family:var(--font-heading);letter-spacing:-.035em;text-wrap:balance;margin:0 0 1.75rem;font-size:clamp(1.9rem,4.2vw,2.9rem);font-weight:700;line-height:1.05}.offer-aside{border-left:2px solid var(--text-primary);color:var(--text-primary);max-width:52ch;margin:2.25rem 0 0;padding-left:1.25rem;font-size:1.02rem;line-height:1.7}
