:root{--ink:#111518;--charcoal:#1c2329;--red:#c41230;--red-hover:#a30f28;--bg:#fafaf8;--white:#fff;--steel:#4a5a68;--muted:#8899a8;--divider:#4a5a6826;--radius:3px;--container:1180px;--pad-x:1.5rem;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.7}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg)}img{max-width:100%;display:block}a{color:var(--red);text-decoration:none}.container{max-width:var(--container);padding:0 var(--pad-x);margin:0 auto}.section{padding:5rem 0}.section--white{background:var(--white)}.section--off-white{background:var(--bg)}.section--dark{background:var(--charcoal);color:var(--white)}.section--ink{background:var(--ink);color:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:.75rem}.section-header p{color:var(--steel);max-width:600px;margin:0 auto}.section--dark .section-header p,.section--ink .section-header p{color:#fff9}h1{letter-spacing:-.03em;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:800;line-height:1.1}h2{letter-spacing:-.02em;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:700;line-height:1.2}h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.3}p{line-height:1.8}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--red);border-left:3px solid var(--red);margin-bottom:.75rem;padding-left:.6rem;font-size:.7rem;font-weight:700;display:inline-block}.hero{text-align:center;min-height:calc(100vh - 68px);color:var(--white);background-color:var(--ink);background-position:top;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;align-items:stretch;display:flex;position:relative}.hero:before{content:"";z-index:1;background:linear-gradient(#111518cc 0%,#111518a6 55%,#111518e0 100%);position:absolute;inset:0}.hero-inner{z-index:2;max-width:860px;padding:2rem var(--pad-x);position:relative}.hero-inner .eyebrow{border-color:var(--red);color:#fffc}.hero-inner h1{color:var(--white);text-shadow:0 2px 16px #0009;margin-bottom:1.25rem}.hero-inner p{color:#fffc;max-width:640px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.75}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-stats{z-index:2;background:var(--red);text-align:center;grid-template-columns:repeat(4,1fr);width:100%;display:grid;position:relative}.page-hero{background-color:var(--ink);min-height:100vh;color:var(--white);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;padding:6rem 0 5rem;display:flex;position:relative;overflow:hidden}.page-hero:before{content:"";z-index:1;background:linear-gradient(#11151880 0%,#111518a6 100%);position:absolute;inset:0}.page-hero .container{z-index:2;position:relative}.page-hero-inner{max-width:760px}.page-hero h1{color:var(--white);text-shadow:0 2px 12px #000000b3;border-left:4px solid var(--red);margin-bottom:1rem;padding-left:1.25rem}.page-hero p{color:#fffc;max-width:680px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.breadcrumb{color:#ffffff8c;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.breadcrumb a{color:#ffffffb3}.breadcrumb a:hover{color:var(--white)}.breadcrumb span{color:#ffffff59}.btn{border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.9rem;font-weight:700;line-height:1;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-hover);color:var(--white)}.btn-outline{color:var(--white);background:0 0;border:2px solid #fff6}.btn-outline:hover{background:#ffffff14}.btn-dark{background:var(--ink);color:var(--white)}.btn-dark:hover{background:var(--charcoal)}.card{background:var(--white);border:1px solid var(--divider);border-radius:var(--radius);padding:1.75rem}.card h3{margin-bottom:.5rem}.card p{color:var(--steel);font-size:.9rem;line-height:1.75}.card-dark{border-radius:var(--radius);color:var(--white);background:#ffffff0d;border:1px solid #ffffff14;padding:1.75rem}.card-dark h3{color:var(--white);margin-bottom:.5rem}.card-dark p{color:#ffffffa6;font-size:.9rem;line-height:1.75}.services-grid,.problems-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.two-col{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.three-col{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stats-row{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-card{border-radius:var(--radius);text-align:center;background:#ffffff0f;border:1px solid #ffffff1a;padding:1.5rem 1rem}.stat-num{color:var(--red);font-size:2rem;font-weight:800;display:block}.stat-label{letter-spacing:.06em;text-transform:uppercase;color:#fff9;margin-top:.25rem;font-size:.72rem;font-weight:600}.stat-card-light{background:var(--white);border:1px solid var(--divider);border-radius:var(--radius);text-align:center;padding:1.5rem 1rem}.stat-card-light .stat-num{color:var(--red)}.stat-card-light .stat-label{color:var(--steel)}.steps-timeline{grid-template-columns:repeat(5,1fr);gap:0;display:grid;position:relative}.steps-timeline:before{content:"";background:#c412304d;height:2px;position:absolute;top:2rem;left:10%;right:10%}.step-node{text-align:center;padding:0 1rem;position:relative}.step-node-num{background:var(--red);width:4rem;height:4rem;color:var(--white);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.1rem;font-weight:800;display:flex;position:relative}.step-node h3{margin-bottom:.4rem;font-size:.9rem}.step-node p{color:var(--steel);font-size:.8rem;line-height:1.6}.section--dark .step-node p{color:#fff9}.section--dark .step-node h3{color:var(--white)}.steps-list{flex-direction:column;gap:1.75rem;display:flex}.step{align-items:flex-start;gap:1.25rem;display:flex}.step-num{background:var(--red);width:2.25rem;height:2.25rem;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;font-size:.85rem;font-weight:800;display:flex}.step h3{color:var(--white);margin-bottom:.25rem}.step p{color:#ffffffa6;font-size:.9rem}.accordion{border:1px solid var(--divider);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.accordion-item{border-bottom:1px solid var(--divider)}.accordion-item:last-child{border-bottom:none}.accordion-trigger{cursor:pointer;text-align:left;width:100%;color:var(--ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.accordion-trigger:hover{background:#c412300a}.accordion-icon{color:var(--red);flex-shrink:0;font-size:1.25rem;font-weight:300;transition:transform .2s}.accordion-icon.open{transform:rotate(45deg)}.accordion-body{color:var(--steel);padding:0 1.5rem 1.25rem;font-size:.9rem;line-height:1.8}.trust-bar{background:var(--red);padding:.9rem 0}.trust-bar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.trust-item{color:var(--white);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.emergency-cta{background:var(--ink);text-align:center;padding:4rem 0}.emergency-cta h2{color:var(--white);margin-bottom:.75rem}.emergency-cta p{color:#ffffffa6;max-width:560px;margin-bottom:1.75rem;margin-left:auto;margin-right:auto}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.review-card{background:var(--white);border:1px solid var(--divider);border-radius:var(--radius);border-top:3px solid var(--red);padding:1.75rem}.review-stars{color:var(--red);letter-spacing:.1em;margin-bottom:.75rem;font-size:1rem}.review-text{color:var(--steel);margin-bottom:1rem;font-size:.9rem;font-style:italic;line-height:1.8}.review-author{color:var(--ink);font-size:.85rem;font-weight:700}.review-location{color:var(--muted);font-size:.75rem}.brand-split{grid-template-columns:1fr 1fr;display:grid}.brand-col{padding:3.5rem}.brand-col:first-child{background:var(--ink);color:var(--white)}.brand-col:last-child{background:var(--charcoal);color:var(--white)}.brand-col h2{color:var(--white);margin-bottom:.75rem}.brand-col p{color:#ffffffa6;font-size:.95rem;line-height:1.8}.table-wrap{border-radius:var(--radius);border:1px solid var(--divider);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.875rem}thead{background:var(--ink);color:var(--white)}thead th{text-align:left;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;padding:.85rem 1rem;font-size:.72rem}tbody tr{border-bottom:1px solid var(--divider)}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:#c4123008}tbody td{color:var(--steel);vertical-align:top;padding:.85rem 1rem;line-height:1.6}tbody td:first-child{color:var(--red);white-space:nowrap;font-weight:700}tbody td:nth-child(2){color:var(--ink);font-weight:600}.neighborhood-tags{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.neighborhood-tag{color:var(--red);letter-spacing:.04em;text-transform:uppercase;background:#c4123014;border:1px solid #c4123033;border-radius:2px;padding:.3rem .7rem;font-size:.75rem;font-weight:700}.sticky-call-bar{background:var(--red);color:var(--white);z-index:999;flex-direction:row;justify-content:space-between;align-items:center;padding:.9rem 1.25rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -3px 16px #00000040}.sticky-call-label{letter-spacing:.03em;font-size:.8rem;font-weight:700}.sticky-call-number{color:var(--white);font-size:1.05rem;font-weight:800;text-decoration:none}.reveal{transition:transform .5s;transform:translateY(18px)}.reveal.visible{transform:none}.nav{z-index:100;background:var(--ink);border-bottom:1px solid #ffffff0f;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:1rem;height:64px;display:flex}.nav-logo{color:var(--white);letter-spacing:-.02em;font-size:1rem;font-weight:800;line-height:1.2;text-decoration:none}.nav-logo span{color:var(--red)}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-item{list-style:none;position:relative}.nav-link{color:#ffffffbf;border-radius:var(--radius);white-space:nowrap;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s;display:flex}.nav-phone{color:var(--white);background:var(--red);border-radius:var(--radius);white-space:nowrap;padding:.5rem 1rem;font-size:.85rem;font-weight:800;text-decoration:none;transition:background .2s}.nav-phone:hover{background:var(--red-hover)}.nav-dropdown{background:var(--charcoal);border-radius:var(--radius);border:1px solid #ffffff14;flex-direction:column;min-width:220px;padding:.4rem 0;display:none;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 24px #0000004d}.nav-dropdown.open{display:flex}.nav-dropdown a{color:#ffffffbf;padding:.65rem 1rem;font-size:.82rem;font-weight:600;text-decoration:none;display:block}.nav-dropdown a:hover{color:var(--white);background:#ffffff12}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.nav-hamburger span{background:var(--white);border-radius:1px;width:22px;height:2px;transition:all .2s;display:block}.nav-drawer{background:var(--ink);z-index:200;flex-direction:column;padding:1.5rem;display:none;position:fixed;inset:0;overflow-y:auto}.nav-drawer.open{display:flex}.drawer-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.drawer-close{color:var(--white);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem}.drawer-links{flex-direction:column;gap:.25rem;display:flex}.drawer-link{color:var(--white);border-bottom:1px solid #ffffff12;padding:.9rem 0;font-size:1rem;font-weight:700;text-decoration:none;display:block}.drawer-submenu{flex-direction:column;padding-left:1rem;display:flex}.drawer-submenu a{color:#ffffffb3;border-bottom:1px solid #ffffff0a;padding:.6rem 0;font-size:.9rem;text-decoration:none}.drawer-submenu-toggle{cursor:pointer;width:100%;color:var(--white);background:0 0;border:none;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:.9rem 0;font-size:1rem;font-weight:700;display:flex}.drawer-call{text-align:center;background:var(--red);color:var(--white);border-radius:var(--radius);margin-top:2rem;padding:1rem;font-size:1.1rem;font-weight:800;text-decoration:none;display:block}.footer{background:var(--ink);color:#ffffffa6;padding:4rem 0 0}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand p{color:#ffffff80;margin-top:.75rem;font-size:.875rem;line-height:1.8}.footer-col h4{color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem}.footer-col a{color:#ffffff80;margin-bottom:.5rem;font-size:.875rem;text-decoration:none;display:block}.footer-col a:hover{color:var(--white)}.footer-neighborhoods{flex-wrap:wrap;gap:.4rem;display:flex}.footer-hood{color:#ffffff73;font-size:.75rem;text-decoration:none}.footer-hood:hover{color:#fffc}.img-block{border-radius:var(--radius);overflow:hidden}.img-block img{object-fit:cover;width:100%;height:320px}.site-header{z-index:200;background:var(--ink);border-bottom:1px solid #ffffff0f;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;height:68px;display:flex}.logo{flex-shrink:0;align-items:baseline;gap:.25rem;text-decoration:none;display:flex}.logo-wolf{color:var(--red);font-size:1rem;font-weight:800}.logo-sep{color:#fff6;font-size:.8rem}.logo-sz{color:var(--white);font-size:1rem;font-weight:800}.logo-city{color:#ffffff73;text-transform:uppercase;letter-spacing:.08em;margin-left:.5rem;font-size:.7rem;font-weight:600}.desktop-nav{display:flex}.nav-list{align-items:center;gap:.15rem;list-style:none;display:flex}.has-dropdown{position:relative}.nav-link{color:#ffffffbf;border-radius:var(--radius);white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:.45rem .75rem;font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s;display:flex}.nav-link:hover,.nav-link.active{color:var(--white);background:#ffffff12}.nav-trigger{font-size:.82rem}.nav-caret{font-size:.6rem}.dropdown{background:var(--charcoal);border-radius:var(--radius);border:1px solid #ffffff1a;min-width:210px;padding:.4rem 0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px #00000059}.dropdown-link{color:#ffffffbf;padding:.65rem 1.1rem;font-size:.82rem;font-weight:600;text-decoration:none;display:block}.dropdown-link:hover{color:var(--white);background:#ffffff12}.header-cta{white-space:nowrap;flex-shrink:0}.burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.burger span{background:var(--white);border-radius:1px;width:22px;height:2px;transition:all .2s;display:block}.mobile-nav{background:var(--ink);border-top:1px solid #ffffff0f;padding:1rem 0}.mobile-nav-list{padding:0 var(--pad-x);flex-direction:column;list-style:none;display:flex}.mobile-nav-link{color:var(--white);cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;width:100%;padding:.85rem 0;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.mobile-toggle{border-bottom:1px solid #ffffff0f!important}.mobile-submenu{padding-left:1rem;list-style:none}.mobile-sub-link{color:#ffffffb3;border-bottom:1px solid #ffffff0a;padding:.6rem 0;font-size:.9rem;text-decoration:none;display:block}.mobile-call-btn{text-align:center;margin-top:1.25rem;display:block}.site-footer{background:var(--ink);color:#fff9;padding:4rem 0 0}.site-footer .footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{font-size:1.05rem;font-weight:800}.footer-tagline{color:#ffffff80;margin-top:.75rem;font-size:.875rem;line-height:1.8}.footer-address{color:#ffffff73;margin-top:.5rem;font-size:.85rem;font-style:normal;line-height:1.6}.footer-phone{color:var(--white);margin-top:.5rem;font-size:.95rem;font-weight:800;text-decoration:none;display:block}.footer-phone:hover{color:var(--red)}.footer-heading{color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.85rem;font-size:.72rem;font-weight:700}.footer-links{flex-direction:column;gap:.45rem;list-style:none;display:flex}.footer-links a{color:#ffffff80;font-size:.875rem;text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--white)}.footer-links--small li{color:#fff6;font-size:.8rem}.footer-bottom{color:#ffffff59;border-top:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1.25rem 0;font-size:.75rem;display:flex}.footer-disclaimer{color:#ffffff40;font-size:.7rem}.hero-content{z-index:2;max-width:100%;padding:2rem var(--pad-x);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-content h1{color:var(--white);text-shadow:0 2px 16px #0009;margin-bottom:1.25rem}.hero-content .eyebrow{color:#fffc;border-color:#ffffff80}.hero-sub{color:#fffc;max-width:640px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.75}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-stats .stat{border-right:1px solid #fff3;padding:1.25rem 1rem}.hero-stats .stat:last-child{border-right:none}.hero-stats .stat strong{color:var(--white);font-size:1.5rem;font-weight:800;display:block}.hero-stats .stat span{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;font-size:.7rem;font-weight:600}.page-hero .eyebrow{color:#fffc;border-color:#ffffff80}.step-card{text-align:center;padding:0 1rem;position:relative}.step-number{background:var(--red);width:3.5rem;height:3.5rem;color:var(--white);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1rem;font-weight:800;display:flex;position:relative}.step-card h3{color:var(--white);margin-bottom:.4rem;font-size:.9rem}.step-card p{color:#fff9;font-size:.82rem;line-height:1.6}.brand-col--wolf .brand-col-inner,.brand-col--sz .brand-col-inner{padding:3.5rem}.brand-col h3{color:var(--white);margin-bottom:.75rem;font-size:1.25rem}.brand-col p{color:#ffffffa6;margin-bottom:1rem;font-size:.95rem;line-height:1.8}.brand-col ul{flex-direction:column;gap:.4rem;margin-bottom:1.5rem;list-style:none;display:flex}.brand-col ul li{color:#fff9;padding-left:1rem;font-size:.875rem;position:relative}.brand-col ul li:before{content:"—";color:var(--red);position:absolute;left:0}.brand-link{color:var(--white);border-bottom:1px solid #c4123080;padding-bottom:2px;font-size:.9rem;font-weight:700;text-decoration:none}.brand-link:hover{border-color:var(--red)}.service-card{background:var(--white);border:1px solid var(--divider);border-radius:var(--radius);border-top:3px solid var(--red);padding:1.75rem}.service-card h3{margin-bottom:.5rem}.service-card p{color:var(--steel);margin-bottom:1.25rem;font-size:.9rem;line-height:1.75}.card-link{color:var(--red);font-size:.875rem;font-weight:700;text-decoration:none}.card-link:hover{color:var(--red-hover)}.models-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.model-card{background:var(--white);border:1px solid var(--divider);border-radius:var(--radius);padding:1.5rem}.model-card h3{color:var(--ink);margin-bottom:.5rem}.model-card p{color:var(--steel);margin-bottom:.75rem;font-size:.875rem;line-height:1.7}.content-block p{color:var(--steel);margin-bottom:1rem;line-height:1.85}.content-block p:last-child{margin-bottom:0}.content-block ul{flex-direction:column;gap:.5rem;margin:1rem 0;list-style:none;display:flex}.content-block ul li{color:var(--steel);padding-left:1.25rem;font-size:.95rem;line-height:1.7;position:relative}.content-block ul li:before{content:"—";color:var(--red);position:absolute;left:0}.content-block strong{color:var(--ink)}.problems-table{border-radius:var(--radius);border:1px solid var(--divider);overflow-x:auto}.problems-table table{border-collapse:collapse;width:100%}.problems-list{border:1px solid var(--divider);border-radius:var(--radius);flex-direction:column;gap:0;display:flex;overflow:hidden}.problem-entry{border-bottom:1px solid var(--divider);padding:2rem}.problem-entry:last-child{border-bottom:none}.problem-entry:nth-child(2n){background:var(--white)}.problem-header{flex-wrap:wrap;align-items:baseline;gap:1rem;margin-bottom:.75rem;display:flex}.problem-header h2{margin-bottom:0;font-size:1.2rem}.problem-brand{letter-spacing:.08em;text-transform:uppercase;color:var(--red);background:#c412301a;border-radius:2px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.problem-entry p{color:var(--steel);margin-bottom:.75rem;font-size:.9rem;line-height:1.8}.service-areas-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.area-card{background:var(--white);border:1px solid var(--divider);border-radius:var(--radius);padding:1.5rem}.area-card h2{color:var(--ink);margin-bottom:.5rem;font-size:1.1rem}.area-card p{color:var(--steel);font-size:.875rem;line-height:1.75}.map-embed{border-radius:var(--radius);border:1px solid var(--divider);margin-bottom:3rem;overflow:hidden}.contact-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;display:grid}.contact-info h2,.contact-detail{margin-bottom:1.5rem}.contact-detail strong{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem;font-size:.72rem;display:block}.contact-detail a{color:var(--red);font-size:1rem;font-weight:700}.contact-detail address{color:var(--ink);font-style:normal;line-height:1.6}.contact-detail p{color:var(--ink);font-size:.9rem;line-height:1.7}.contact-map{border-radius:var(--radius);border:1px solid var(--divider);overflow:hidden}.checklist-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.checklist-item{color:#ffffffbf;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.6;display:flex}.check-icon{color:var(--red);flex-shrink:0;margin-top:.1rem;font-size:1rem}.technician-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.tech-card{background:var(--white);border:1px solid var(--divider);border-radius:var(--radius);padding:2rem}.tech-img-placeholder{background:var(--ink);border-radius:50%;width:80px;height:80px;margin-bottom:1rem}.tech-card h3{margin-bottom:.2rem}.tech-title{letter-spacing:.06em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.tech-card p{color:var(--steel);font-size:.9rem;line-height:1.8}.standards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.standard-card{background:var(--white);border:1px solid var(--divider);border-radius:var(--radius);border-left:3px solid var(--red);padding:1.75rem}.standard-card h3{margin-bottom:.5rem}.standard-card p{color:var(--steel);font-size:.9rem;line-height:1.8}.review-service-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem;font-size:.7rem;font-weight:700}@media (width<=1024px){.services-grid,.problems-grid,.three-col{grid-template-columns:repeat(2,1fr)}.steps-timeline{grid-template-columns:repeat(3,1fr)}.steps-timeline:before{display:none}.footer-grid,.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.stats-row,.models-grid,.service-areas-grid{grid-template-columns:repeat(2,1fr)}.contact-layout,.technician-grid,.standards-grid{grid-template-columns:1fr}}@media (width<=768px){.desktop-nav,.header-cta{display:none}.burger{display:flex}.nav-links,.nav-phone{display:none}.nav-hamburger,.sticky-call-bar{display:flex}body{padding-bottom:60px}.two-col{grid-template-columns:1fr;gap:2rem}.brand-split{grid-template-columns:1fr}.brand-col--wolf .brand-col-inner,.brand-col--sz .brand-col-inner{padding:2.5rem 1.5rem}.hero-stats{grid-template-columns:repeat(2,1fr)}.hero-stats .stat,.hero-stat{border-bottom:1px solid #ffffff26}.reviews-grid,.checklist-grid{grid-template-columns:1fr}}@media (width<=640px){.section{padding:3rem 0}.services-grid,.problems-grid,.three-col,.steps-timeline{grid-template-columns:1fr}.stats-row{grid-template-columns:repeat(2,1fr)}.site-footer .footer-grid,.footer-grid{grid-template-columns:1fr}.trust-bar-inner{gap:1rem}.hero-ctas,.hero-cta{flex-direction:column;align-items:center}.models-grid,.service-areas-grid{grid-template-columns:1fr}}
