:root{--ink: #111518;--ink2: #1a1f24;--ink3: #222831;--red: #C41230;--red-dark: #a00e26;--white: #ffffff;--off-white: #f5f5f3;--steel: #8a9199;--steel-light: #b0b8c1;--border: rgba(255,255,255,.08);--nav-height: 64px;--radius: 6px;--radius-lg: 12px;--shadow: 0 4px 24px rgba(0,0,0,.35);--shadow-sm: 0 2px 8px rgba(0,0,0,.2);--transition: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--white);font-family:Inter,sans-serif;font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:700;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.nav{position:sticky;top:0;z-index:1000;background:var(--ink);border-bottom:1px solid var(--border);height:var(--nav-height)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;gap:2rem}.nav-logo{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;color:var(--white);text-decoration:none;white-space:nowrap;flex-shrink:0}.nav-logo em{font-style:normal;color:var(--red)}.nav-links{display:flex;align-items:center;gap:.25rem;flex:1}.nav-link{padding:.5rem .75rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;color:var(--steel-light);transition:color var(--transition),background var(--transition);text-decoration:none}.nav-link:hover,.nav-link.active{color:var(--white);background:#ffffff0f}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:.3rem;padding:.5rem .75rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;color:var(--steel-light);cursor:pointer;transition:color var(--transition),background var(--transition);text-decoration:none;background:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active{color:var(--white);background:#ffffff0f}.nav-dropdown-trigger svg{width:10px;height:6px;flex-shrink:0}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;padding-top:.5rem;min-width:200px;z-index:100}.nav-dropdown-menu:before{content:"";display:block;background:var(--ink2);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);position:absolute;top:.5rem;right:0;bottom:0;left:0;z-index:-1}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-item{display:block;padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;font-weight:600;color:var(--steel-light);transition:color var(--transition),background var(--transition)}.nav-dropdown-item:hover{color:var(--white);background:#ffffff0f}.nav-phone{margin-left:auto;font-size:.9rem;font-weight:700;color:var(--red);white-space:nowrap;flex-shrink:0;transition:color var(--transition)}.nav-phone:hover{color:#e5162f}.nav-hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;border-radius:var(--radius);background:transparent;flex-shrink:0}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-drawer{display:none;position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;background:var(--ink);overflow-y:auto;padding:1.5rem;flex-direction:column;z-index:999}.nav-drawer.open{display:flex}.nav-drawer-group-label{font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--steel);margin:1.25rem 0 .5rem}.nav-drawer-group-label:first-child{margin-top:0}.nav-drawer-link{display:block;padding:.625rem 0;font-size:1rem;font-weight:600;color:var(--steel-light);border-bottom:1px solid var(--border);text-decoration:none}.nav-drawer-phone{display:inline-block;margin-top:1.5rem;font-size:1.25rem;font-weight:700;color:var(--red)}.reveal{transform:translateY(20px);transition:transform .5s ease}.reveal.visible{transform:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius);font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;border:2px solid transparent;transition:background var(--transition),color var(--transition),border-color var(--transition),transform var(--transition);text-decoration:none;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--red);color:var(--white);border-color:var(--red)}.btn-primary:hover{background:var(--red-dark);border-color:var(--red-dark)}.btn-outline{background:transparent;color:var(--white);border-color:#ffffff4d}.btn-outline:hover{border-color:var(--white);background:#ffffff0f}.btn-outline-dark{background:transparent;color:var(--ink);border-color:#00000040}.btn-outline-dark:hover{border-color:var(--ink);background:#0000000d}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem}.hero-wrap{position:relative;overflow:hidden;min-height:calc(100svh - var(--nav-height));display:flex;flex-direction:column;background:var(--ink)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#111518a6,#11151885 60%,#11151859);z-index:1}.hero-container{flex:1;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}.hero-inner{max-width:1200px;margin:0 auto;padding:5rem 1.5rem;width:100%}.hero-h1{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;max-width:680px;margin-bottom:1.25rem}.hero-p{font-size:clamp(1rem,2vw,1.2rem);color:#fffc;max-width:540px;margin-bottom:2rem;line-height:1.65}.rating-badge{display:inline-block;margin-top:1rem;background:var(--red);border:none;color:#fff;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:700;padding:.45rem 1rem;border-radius:999px;letter-spacing:.01em}.trust-stats{display:flex;flex-wrap:nowrap;gap:0;margin-top:2.5rem;border-top:1px solid rgba(255,255,255,.18);padding-top:1.5rem}.trust-stat-item{display:flex;flex-direction:column;padding-right:2rem;margin-right:2rem;border-right:1px solid rgba(255,255,255,.18)}.trust-stat-item:last-child{border-right:none;padding-right:0;margin-right:0}.trust-stat-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-bottom:.3rem}.trust-stat-value{font-family:Space Grotesk,sans-serif;font-size:2.25rem;font-weight:800;color:var(--white);line-height:1}.hero-trust-bar{background:#0009;padding:.75rem 0;position:relative;z-index:2}.trust-bar-items{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-wrap:nowrap;gap:0 1.5rem;align-items:center;overflow:hidden;white-space:nowrap}.trust-bar-items span{font-size:.75rem;font-weight:600;color:#ffffffb3;display:flex;align-items:center;gap:.4rem}.trust-bar-items span:before{content:"";display:inline-block;width:6px;height:6px;background:var(--red);border-radius:50%;flex-shrink:0}.page-hero{position:relative;overflow:hidden;min-height:calc(100svh - var(--nav-height));display:flex;align-items:flex-end;background:var(--ink2)}.page-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.page-hero-bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.page-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1115188c,#1115184d,#1115181a);z-index:1}.page-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:3rem 1.5rem 3.5rem;width:100%}.page-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;margin-bottom:.85rem;font-size:.825rem;background:none!important;border:none!important;box-shadow:none!important}.breadcrumb-item{display:flex;align-items:center;gap:.25rem}.breadcrumb-sep{color:#fff6;font-size:.85rem}.page-breadcrumb a{color:#ffffffb3;font-weight:600}.page-breadcrumb a:hover{color:#fff}.page-breadcrumb [aria-current=page]{color:#ffffffe6}.section{padding:5rem 0}.section-pad{padding:4rem 0}.section--dark{background:var(--ink)}.section--ink2,.section--light{background:var(--ink2)}.section-light{background:var(--white);color:var(--ink)}.section-light p,.section-light li,.section-light td,.section-light th,.section-light label,.section-light h1,.section-light h2,.section-light h3,.section-light h4,.section-light .section-title,.section-light .section-subtitle,.section-light .section-lead,.section-light .content-section p,.section-light .split-text p,.section-light .split-text h2,.section-light .check-list li{color:var(--ink)}.section-light a:not(.btn):not(.area-chip){color:var(--red)}.section-light .content-table tbody td,.section-light .fault-table tbody td{color:var(--ink);border-top-color:#0000001a}.section-light .content-table tbody tr:hover td,.section-light .fault-table tbody tr:hover td{background:#0000000a}.section-light .faq-item{border-color:#0000001f}.section--diagonal{clip-path:polygon(0 0,100% 0,100% calc(100% - 40px),0 100%);padding-bottom:80px}.section-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem}.section-subtitle{color:var(--steel-light);font-size:1.05rem;max-width:600px;line-height:1.7;margin-bottom:2.5rem}.section-title.centered{text-align:center;margin-left:auto;margin-right:auto}.section-lead{font-size:1.1rem;color:#fffc;max-width:700px;margin-bottom:2rem;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--ink2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:border-color var(--transition),transform var(--transition);text-decoration:none;display:flex;flex-direction:column}.service-card:hover{border-color:var(--red);transform:translateY(-3px)}.card-number{font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;color:var(--white);opacity:1;line-height:1;margin-bottom:.75rem}.service-card h3{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--white)}.service-card p{color:var(--steel-light);font-size:.9rem;line-height:1.65;flex:1}.service-card-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:1rem;font-size:.875rem;font-weight:700;color:var(--red)}.split-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.split-row.reverse{direction:rtl}.split-row.reverse>*{direction:ltr}.split-img{border-radius:var(--radius-lg);overflow:hidden}.split-img img{width:100%;height:400px;object-fit:cover;display:block}.split-text h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:1rem}.split-text p{color:#ffffffbf;line-height:1.75;margin-bottom:1rem}.split-text a:not(.btn){color:var(--red);font-weight:600}.split-text a:not(.btn):hover{text-decoration:underline}.check-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin:1.25rem 0}.check-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.95rem;color:#fffc}.check-list li:before{content:"";display:inline-block;width:18px;height:18px;min-width:18px;background:var(--red);border-radius:50%;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:10px;background-repeat:no-repeat;background-position:center}.emergency-cta{padding:4rem 0;text-align:center;background:var(--red)}.emergency-cta h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:.75rem}.emergency-cta p{font-size:1.05rem;color:#ffffffd9;max-width:560px;margin:0 auto 1.75rem;line-height:1.6}.emergency-cta .btn-primary{background:var(--white);color:var(--red);border-color:var(--white);font-size:1.15rem}.emergency-cta .btn-primary:hover{background:#ffffffe6}.area-grid{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.area-chip{display:inline-block;padding:.45rem 1rem;background:var(--ink);border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:.825rem;font-weight:600;color:#fff;transition:border-color var(--transition),background var(--transition)}.area-chip:hover{border-color:var(--ink);background:#fff;color:var(--ink)}.faq-list{display:flex;flex-direction:column;gap:.75rem;max-width:800px}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;background:var(--ink2);cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;color:var(--white);text-align:left;gap:1rem;border:none}.faq-question:hover{background:var(--ink3)}.faq-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;background:#c4123026;border-radius:50%;font-size:1.1rem;color:var(--red);font-weight:700;transition:transform var(--transition)}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer-inner{padding:1rem 1.25rem 1.25rem;color:#ffffffbf;font-size:.95rem;line-height:1.7;background:var(--ink)}.faq-section{padding:4rem 0}.pricing-table{width:100%;border-collapse:collapse;font-size:.95rem;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border)}.pricing-table th{background:var(--ink2);padding:.875rem 1.25rem;text-align:left;font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--steel)}.pricing-table td{padding:.875rem 1.25rem;border-top:1px solid var(--border);color:#fffc}.pricing-table tr:hover td{background:#ffffff05}.pricing-table .price-col{font-family:Space Grotesk,sans-serif;font-weight:700;color:var(--white)}.tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.tech-card{background:var(--ink2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;color:var(--white)}.tech-card img{width:100%;height:300px;object-fit:cover;object-position:top center;display:block}.tech-card h3{color:var(--white);padding:1.25rem 1.25rem 0;margin:0;font-size:1.15rem}.tech-card p{color:#ffffffb8;padding:.35rem 1.25rem;margin:0;font-size:.88rem;line-height:1.65}.tech-card p:last-child{padding-bottom:1.25rem}.tech-card .tech-title{color:var(--red);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.tech-card-img{width:100%;height:280px;object-fit:cover;object-position:top}.tech-card-body{padding:1.5rem}.tech-card-name{font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.tech-card-role{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--red);margin-bottom:.75rem}.tech-card-bio{font-size:.9rem;color:#ffffffb3;line-height:1.65}.content-section{padding:4rem 0}.content-section h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.4rem,2.5vw,1.9rem);margin-bottom:1rem}.content-section h3{font-family:Space Grotesk,sans-serif;font-size:1.2rem;margin-bottom:.6rem;margin-top:2rem}.content-section p{color:#ffffffc7;line-height:1.8;margin-bottom:1rem;max-width:760px}.content-section p a{color:var(--red);font-weight:600}.content-section p a:hover{text-decoration:underline}.map-wrap{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);margin:2rem 0}.neighborhood-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.5rem}.neighborhood-item{background:var(--ink2);border:1px solid var(--border);border-radius:var(--radius);padding:.875rem 1rem;font-size:.875rem;font-weight:600;color:var(--steel-light)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info-block{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;flex-direction:column;gap:.25rem}.contact-info-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--steel)}.contact-info-value{font-size:1rem;color:var(--white);font-weight:600}.contact-info-value a{color:var(--red)}.contact-info-value a:hover{text-decoration:underline}.sticky-call-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--red);padding:.875rem 1.5rem;align-items:center;justify-content:space-between;z-index:900;box-shadow:0 -4px 12px #0000004d}.sticky-call-bar-label{font-size:.8rem;font-weight:600;color:#fffc}.sticky-call-bar-num{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;color:var(--white)}.footer{background:var(--ink2);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.footer-logo em{font-style:normal;color:var(--red)}.footer-tagline{font-size:.875rem;color:var(--steel);line-height:1.65;margin-bottom:1rem;max-width:280px}.footer-phone{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;color:var(--red)}.footer-col h4{font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--steel);margin-bottom:1rem}.footer-col a{display:block;font-size:.875rem;color:var(--steel-light);margin-bottom:.5rem;transition:color var(--transition)}.footer-col a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:1.5rem;flex-wrap:wrap;gap:.75rem}.footer-copy,.footer-legal a{font-size:.8rem;color:var(--steel)}.footer-legal a:hover{color:var(--white)}.privacy-prose{max-width:760px}.privacy-prose h2{font-family:Space Grotesk,sans-serif;font-size:1.35rem;margin:2.5rem 0 .75rem}.privacy-prose p{color:#ffffffbf;line-height:1.8;margin-bottom:1rem}.privacy-prose ul{margin:.75rem 0 1rem 1.5rem;color:#ffffffbf;line-height:1.8}.content-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;overflow-x:auto;display:block}.content-table thead th{background:var(--ink2);padding:.75rem 1rem;text-align:left;font-family:Space Grotesk,sans-serif;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--steel);white-space:nowrap;border-bottom:1px solid var(--border)}.content-table tbody td{padding:.75rem 1rem;border-top:1px solid var(--border);color:#ffffffc7;vertical-align:top}.content-table tbody tr:hover td{background:#ffffff05}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;background:var(--ink2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;color:var(--white);-webkit-user-select:none;user-select:none}.faq-q svg{flex-shrink:0;color:var(--red);transition:transform .3s ease}.faq-item.open .faq-q svg{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;background:var(--ink);color:#ffffffbf;font-size:.95rem;line-height:1.75;padding:0 1.25rem;border:1px solid var(--border);border-top:none;border-radius:0 0 var(--radius) var(--radius)}.faq-item.open .faq-a{max-height:600px;padding:1rem 1.25rem 1.25rem}.fault-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;overflow-x:auto;display:block}.fault-table thead th{background:var(--ink2);padding:.75rem 1rem;text-align:left;font-family:Space Grotesk,sans-serif;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--steel);white-space:nowrap}.fault-table tbody td{padding:.75rem 1rem;border-top:1px solid var(--border);color:#ffffffc7;vertical-align:top}.fault-table tbody tr:hover td{background:#ffffff05}.prose-body p a{color:var(--red);font-weight:600}.prose-body p a:hover{text-decoration:underline}.highlight-box{background:#c4123014;border:1px solid rgba(196,18,48,.25);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:1.5rem 0}.highlight-box p{color:#ffffffd9;margin:0}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0}.info-card{background:var(--ink2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.info-card h3{font-family:Space Grotesk,sans-serif;font-size:1.05rem;margin-bottom:.5rem}.info-card p{color:var(--steel-light);font-size:.9rem;line-height:1.65}.borough-section{padding:2rem 0;border-bottom:1px solid var(--border)}.borough-section:last-child{border-bottom:none}.borough-section h2{font-family:Space Grotesk,sans-serif;font-size:1.5rem;margin-bottom:.75rem}.borough-section p{color:#ffffffbf;line-height:1.8;margin-bottom:.75rem;max-width:760px}.borough-section p a{color:var(--red);font-weight:600}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.services-grid{grid-template-columns:repeat(2,1fr)}.split-row{grid-template-columns:1fr;gap:2.5rem}.split-row.reverse{direction:ltr}.contact-grid{grid-template-columns:1fr}.info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-links,.nav-phone{display:none}.nav-hamburger{display:flex}.hero-inner{padding:3rem 1.5rem}.hero-h1{font-size:clamp(1.75rem,6vw,2.5rem)}.services-grid,.tech-grid{grid-template-columns:1fr}.neighborhood-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:2rem}.sticky-call-bar{display:flex}.section{padding:3rem 0}.section-pad{padding:2.5rem 0}.trust-stats{flex-wrap:wrap;gap:1.25rem 0}.trust-stat-item{padding-right:1.5rem;margin-right:1.5rem}.trust-stat-value{font-size:1.75rem}.trust-bar-items{gap:0 1rem}.info-grid{grid-template-columns:1fr}body{padding-bottom:56px}}@media(max-width:480px){.hero-inner{padding:2.5rem 1rem}.container{padding:0 1rem}.neighborhood-grid{grid-template-columns:1fr}.split-img img{height:260px}.tech-card-img{height:220px}.btn-lg{padding:.875rem 1.5rem;font-size:1rem}}.sidebar-layout{display:grid;grid-template-columns:1fr 260px;column-gap:2rem;align-items:start}.sidebar-layout__main{display:contents}.sidebar-layout__main>*{grid-column:1}.sidebar-layout__main>.page-hero{grid-column:1 / -1}.page-sidebar{grid-column:2;grid-row:2 / 100;align-self:start;position:sticky;top:80px;padding:1.5rem;background:var(--ink);border-radius:8px;max-height:calc(100vh - 88px);overflow-y:auto;scrollbar-width:none;margin-top:2rem}.page-sidebar::-webkit-scrollbar{display:none}.sidebar-section{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-section:last-child{border-bottom:none;margin-bottom:0}.sidebar-heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:0 0 .5rem}.sidebar-phone{display:block;font-size:.95rem;font-weight:700;color:#fff;text-decoration:none;margin-bottom:.25rem}.sidebar-phone:hover{opacity:.75}.sidebar-sub{color:#fff;font-size:.78rem;margin:0}.sidebar-links{display:flex;flex-direction:column}.sidebar-links a{font-size:.85rem;color:#fff;text-decoration:none;padding:.3rem 0;display:block;transition:opacity .15s;line-height:1.4}.sidebar-links a:hover{opacity:.7}@media(max-width:1020px){.sidebar-layout{grid-template-columns:1fr 220px}}@media(max-width:820px){.sidebar-layout{display:block}.sidebar-layout__main>*{display:revert}.page-sidebar{display:none}}.sitemap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}.sitemap-section-title{font-size:1.1rem;font-weight:700;color:var(--ink);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;border-bottom:2px solid var(--red);padding-bottom:.5rem}.sitemap-icon{font-size:1.1rem}.sitemap-list{list-style:none;padding:0;margin:0}.sitemap-list li{padding:.45rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.sitemap-list li:last-child{border-bottom:none}.sitemap-list a{font-weight:600;color:var(--ink);text-decoration:none;font-size:.9rem;display:block;transition:color .15s}.sitemap-list a:hover{color:var(--red)}.sitemap-desc{display:block;font-size:.8rem;color:var(--steel);margin-top:.15rem;line-height:1.4}@media(max-width:700px){.sitemap-grid{grid-template-columns:1fr}}.footer-sitemap{border-top:1px solid rgba(255,255,255,.08);padding-top:2.5rem;margin-bottom:2.5rem}.footer-sitemap-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#ffffff59;margin-bottom:1.5rem}.footer-sitemap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-sitemap-col h5{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:.625rem;padding-bottom:.4rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-sitemap-col a{display:block;font-size:.825rem;color:#ffffff8c;text-decoration:none;padding:.2rem 0;transition:color .15s}.footer-sitemap-col a:hover{color:#ffffffe6}@media(max-width:900px){.footer-sitemap-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.footer-sitemap-grid{grid-template-columns:1fr;gap:1.25rem}}.aggregate-rating--light{background:#f8f8f8;border:1px solid rgba(0,0,0,.1)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.why-item{padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px}.why-num{font-size:.7rem;font-weight:800;color:var(--red);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem}.why-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.4rem}.why-desc{font-size:.85rem;color:#fff9;line-height:1.6;margin:0}.aggregate-rating{display:flex;align-items:center;justify-content:center;gap:2.5rem;padding:2rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;margin-bottom:2.5rem}.aggregate-score{font-size:4rem;font-weight:800;color:#fff;line-height:1}.aggregate-stars{color:#f59e0b;font-size:1.4rem;letter-spacing:.1em;display:block;margin-bottom:.25rem}.aggregate-label{font-size:.85rem;color:#ffffff8c}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.review-card-light{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.review-stars{color:#f59e0b;font-size:1rem;letter-spacing:.05em}.review-stars-dark{color:#d97706;font-size:1rem;letter-spacing:.05em}.review-text{font-size:.9rem;line-height:1.7;color:#ffffffd9;font-style:italic;flex:1;margin:0}.review-text-dark{font-size:.9rem;line-height:1.7;color:var(--ink);font-style:italic;flex:1;margin:0}.review-author{font-size:.78rem;font-weight:700;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em}.review-author-dark{font-size:.78rem;font-weight:700;color:var(--steel);text-transform:uppercase;letter-spacing:.06em}@media(max-width:900px){.why-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.why-grid,.reviews-grid{grid-template-columns:1fr}.aggregate-rating{flex-direction:column;gap:1rem;text-align:center}}.snippet-wrap{background:#fff;padding:2rem 0;border-bottom:1px solid #ebebeb}.snippet-box{background:#f7f8fa;border-left:4px solid #c9943a;padding:1.25rem 1.625rem;border-radius:0 6px 6px 0;max-width:860px}.snippet-box p{margin:0;font-size:1rem;line-height:1.8;color:var(--ink)}.snippet-box strong{color:var(--ink);font-weight:700}@media(max-width:640px){.snippet-box{padding:1rem 1.125rem}.snippet-box p{font-size:.95rem}}
