:root{--ink:#0f0f0f;--orange:#f97316;--paper:#fff;--surface:#f4f4f5;--muted:#71717a;--border:#e4e4e7;--nav-h:64px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--paper);color:var(--ink);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}section[id]{scroll-margin-top:calc(var(--nav-h) + 1rem)}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.btn-primary{display:inline-block;background:var(--orange);color:#fff;font-weight:700;font-size:1rem;padding:.875rem 2rem;border-radius:4px;border:none;cursor:pointer;text-decoration:none;transition:opacity .15s;font-family:inherit}.btn-primary:hover{opacity:.88}.btn-outline{display:inline-block;background:transparent;color:#fff;font-weight:700;font-size:1rem;padding:.875rem 2rem;border-radius:4px;border:2px solid hsla(0,0%,100%,.7);cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.btn-outline:hover{background:#fff;color:var(--ink);border-color:#fff}section{padding:5rem 0}.section-label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}.section-heading{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.section-sub{font-size:1.05rem;color:var(--muted);max-width:600px;line-height:1.7}@media (max-width:768px){.section-heading{font-size:1.5rem}section{padding:3.5rem 0}}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;height:var(--nav-h);background:hsla(0,0%,6%,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(249,115,22,.2)}.nav-inner,.navbar{display:flex;align-items:center}.nav-inner{justify-content:space-between;width:100%}.nav-logo{height:38px;width:auto}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:hsla(0,0%,100%,.8);font-size:.875rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--orange)}.nav-cta{display:flex;align-items:center;gap:1rem}.nav-phone{color:var(--orange);font-size:.9rem}.nav-phone,.nav-quote-btn{font-weight:700;white-space:nowrap}.nav-quote-btn{background:var(--orange);color:#fff;font-size:.8rem;padding:.5rem 1.1rem;border-radius:4px;text-decoration:none;transition:opacity .15s}.nav-quote-btn:hover{opacity:.88}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all .2s}.mobile-menu{display:none;position:fixed;top:var(--nav-h);left:0;right:0;background:#111;border-bottom:1px solid rgba(249,115,22,.2);z-index:49;padding:1.5rem 1.25rem;flex-direction:column;gap:0}.mobile-menu.open{display:flex}.mobile-menu a{color:hsla(0,0%,100%,.8);font-size:.95rem;font-weight:500;padding:.875rem 0;border-bottom:1px solid hsla(0,0%,100%,.07);transition:color .15s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--orange)}.mobile-menu .mobile-phone{color:var(--orange);font-weight:700;margin-top:.5rem}@media (max-width:900px){.nav-links,.nav-phone,.nav-quote-btn{display:none}.hamburger{display:flex}}.hero{position:relative;width:100%;min-height:100svh;overflow:hidden;display:flex;align-items:center;background:var(--ink)}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0,rgba(0,0,0,.45) 60%,rgba(0,0,0,.25));z-index:1}.hero-content{position:relative;z-index:2;padding-top:calc(var(--nav-h) + 3rem);padding-bottom:4rem;max-width:680px}.hero-logo{width:160px;height:auto;margin-bottom:2rem}.hero-headline{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:900;color:#fff;line-height:1.08;margin-bottom:1.25rem;letter-spacing:-.01em}.hero-headline span{color:var(--orange)}.hero-sub{font-size:1.1rem;color:hsla(0,0%,100%,.82);margin-bottom:2.25rem;line-height:1.65;max-width:520px}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.trust-bar{background:var(--ink);padding:1.125rem 0;border-bottom:2px solid var(--orange)}.trust-items{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap}.trust-item{color:hsla(0,0%,100%,.88);font-size:.82rem;font-weight:600;letter-spacing:.04em;display:flex;align-items:center;gap:.5rem}.trust-dot{width:6px;height:6px;background:var(--orange);border-radius:50%;display:inline-block;flex-shrink:0}@media (max-width:600px){.trust-items{gap:1.25rem}.trust-item{font-size:.78rem}}.services-section{background:var(--surface)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:1.125rem;gap:1.125rem;margin-top:3rem}.service-card{background:var(--paper);border:1px solid var(--border);border-radius:8px;padding:1.75rem 1.5rem;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column}.service-card:hover{border-color:var(--orange);box-shadow:0 4px 20px rgba(249,115,22,.1)}.service-card-icon{font-size:2rem;margin-bottom:1rem;display:block}.service-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.service-card p{font-size:.875rem;color:var(--muted);line-height:1.6;margin-bottom:1.25rem;flex:1 1}.service-card-link{font-size:.825rem;font-weight:700;color:var(--orange);text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.service-card-link:hover{text-decoration:underline}.about-section{background:var(--paper);border-top:1px solid var(--border)}.about-grid{display:grid;grid-template-columns:3fr 2fr;grid-gap:5rem;gap:5rem;align-items:start}.about-text p{color:var(--muted);line-height:1.75;font-size:1.05rem}.about-text p+p{margin-top:1rem}.areas-list{list-style:none;display:flex;flex-direction:column}.areas-list li{font-size:.9rem;padding:.6rem 0;border-bottom:1px solid var(--border);color:var(--ink);font-weight:500;display:flex;align-items:center;gap:.5rem}.areas-list li:before{content:"";display:inline-block;width:6px;height:6px;background:var(--orange);border-radius:50%;flex-shrink:0}@media (max-width:768px){.about-grid{grid-template-columns:1fr;gap:2.5rem}}.contact-section{background:var(--ink);color:#fff}.contact-section .section-heading{color:#fff}.contact-section .section-sub{color:hsla(0,0%,100%,.65)}.contact-form{max-width:600px;margin-top:2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.form-group label{font-size:.82rem;font-weight:600;color:hsla(0,0%,100%,.8);letter-spacing:.02em}.form-group input,.form-group select,.form-group textarea{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.14);border-radius:4px;color:#fff;font-size:.95rem;padding:.75rem 1rem;width:100%;outline:none;transition:border-color .15s;font-family:inherit}.form-group input::placeholder,.form-group textarea::placeholder{color:hsla(0,0%,100%,.3)}.form-group select option{background:#1a1a1a;color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--orange)}.form-honeypot{display:none!important;visibility:hidden}.form-submit-btn{background:var(--orange);color:#fff;font-weight:700;font-size:1rem;padding:.9rem 2.25rem;border-radius:4px;border:none;cursor:pointer;font-family:inherit;transition:opacity .15s;width:100%}.form-submit-btn:hover:not(:disabled){opacity:.88}.form-submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-success{padding:2rem 1.5rem;background:rgba(249,115,22,.1);border:1px solid rgba(249,115,22,.4);border-radius:6px;color:#fff;text-align:center;margin-top:2.5rem}.form-success h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--orange)}.form-error-msg{color:#f87171;font-size:.875rem;margin-bottom:1rem}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.footer{background:#080808;color:hsla(0,0%,100%,.6);padding:3.5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2.5fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.footer-logo{height:44px;width:auto;margin-bottom:1rem}.footer-brand p{font-size:.85rem;line-height:1.65;max-width:280px}.footer-col h4{color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col ul li,.footer-col ul li a{font-size:.85rem;color:hsla(0,0%,100%,.6);transition:color .15s}.footer-col ul li a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.07);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.78rem}.footer-phone-link{color:var(--orange);font-weight:700;font-size:.9rem}@media (max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}}.service-hero{background:var(--ink);padding-top:calc(var(--nav-h) + 4rem);padding-bottom:4rem;border-bottom:2px solid var(--orange)}.service-hero h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.15;letter-spacing:-.01em}.service-hero p{font-size:1.1rem;color:hsla(0,0%,100%,.78);max-width:560px;margin-bottom:2.25rem;line-height:1.65}.service-content{padding:4.5rem 0}.service-content h2{font-size:1.5rem;font-weight:800;margin-bottom:1rem;color:var(--ink)}.service-content p{color:var(--muted);margin-bottom:1.5rem;line-height:1.75;font-size:1.02rem}.service-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin:2.5rem 0}.service-benefit{background:var(--surface);border-radius:6px;padding:1.25rem 1.25rem 1.25rem 1.5rem;border-left:3px solid var(--orange)}.service-benefit h3{font-size:.95rem;font-weight:700;margin-bottom:.375rem;color:var(--ink)}.service-benefit p{font-size:.85rem;color:var(--muted);margin:0;line-height:1.55}.service-areas-section{background:var(--surface);padding:3rem 0;border-top:1px solid var(--border)}.service-areas-section h2{font-size:1.25rem;font-weight:800;margin-bottom:1.25rem}.service-area-tags{display:flex;flex-wrap:wrap;gap:.5rem}.area-tag{background:var(--paper);border:1px solid var(--border);border-radius:4px;padding:.375rem .875rem;font-size:.85rem;font-weight:500;color:var(--ink)}