:root{--black:#0b0b0b;--charcoal:#151515;--white:#fff;--yellow:#f5c400;--gray-100:#f1f1f1;--gray-300:#c7c7c7;--gray-600:#6f6f6f;--max:1440px;--gutter:clamp(1.25rem, 4vw, 4.5rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}::selection{background:var(--yellow);color:var(--black)}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.025em;text-transform:uppercase;overflow-wrap:anywhere;font-family:Impact,Haettenschweiler,Arial Narrow Bold,Arial Narrow,sans-serif;font-weight:900;line-height:.92}.button{letter-spacing:.045em;text-transform:uppercase;border:1px solid #0000;justify-content:center;align-items:center;min-height:54px;padding:.9rem 1.65rem;font-family:Arial Narrow,Arial,sans-serif;font-size:.82rem;font-weight:800;transition:transform .2s,background .2s,color .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.button-yellow{background:var(--yellow);color:var(--black)}.button-yellow:hover{background:#ffcf00}.button-outline{border-color:var(--white);color:var(--white)}.button-outline:hover{background:var(--white);color:var(--black)}.hero-shell{background:var(--black);color:var(--white)}.site-header{width:min(100%, var(--max));height:108px;padding:1rem var(--gutter);background:var(--black);grid-template-columns:280px 1fr auto;align-items:center;gap:2rem;margin:0 auto;display:grid}.brand{width:190px;display:block}.brand img{object-fit:contain;object-position:left center;width:100%;height:86px}.desktop-nav{justify-content:flex-end;gap:clamp(1.4rem,3vw,3.25rem);display:flex}.desktop-nav a,.footer nav a{letter-spacing:.035em;text-transform:uppercase;font-family:Arial Narrow,Arial,sans-serif;font-size:.82rem;font-weight:800}.desktop-nav a{color:var(--white);position:relative}.desktop-nav a:after{content:"";background:var(--yellow);height:2px;transition:right .2s;position:absolute;bottom:-.5rem;left:0;right:100%}.desktop-nav a:hover:after{right:0}.header-cta{min-height:52px}.mobile-menu{display:none;position:relative}.hero-frame{width:min(calc(100% - 2 * clamp(.75rem, 1.5vw, 1.5rem)), calc(var(--max) - 2 * clamp(.75rem, 1.5vw, 1.5rem)));border:3px solid var(--yellow);border-bottom:0;grid-template-columns:minmax(440px,46%) 1fr;min-height:680px;margin:0 auto;display:grid}.hero-copy{z-index:2;background:var(--black);padding:clamp(4rem,7vw,7.4rem) clamp(2rem,5vw,5rem) 3rem;position:relative}.hero-copy h1{max-width:700px;margin-bottom:1.5rem;font-size:clamp(4.3rem,6.7vw,7rem)}.hero-copy h1 span{color:var(--yellow)}.hero-copy>p{max-width:560px;font-size:clamp(1.05rem,1.45vw,1.35rem);line-height:1.45}.hero-actions{gap:1rem;margin-top:2rem;display:flex}.trust-line{color:#d3d3d3;flex-wrap:wrap;gap:1.4rem;margin-top:1.8rem;font-size:.88rem;display:flex}.trust-line span{position:relative}.trust-line span:not(:last-child):after{content:"";background:var(--yellow);width:4px;height:4px;position:absolute;top:.45rem;right:-.8rem}.hero-media{background:var(--charcoal);min-width:0;position:relative;overflow:hidden}.hero-media:after{content:"";background:linear-gradient(90deg, var(--black), transparent);pointer-events:none;width:20%;position:absolute;inset:0 auto 0 0}.hero-media img{object-fit:cover;object-position:53% center}.services-section{width:min(100%, var(--max));padding:clamp(5rem, 9vw, 8.5rem) var(--gutter);grid-template-columns:minmax(300px,.8fr) 1.9fr;gap:clamp(3rem,8vw,8rem);margin:0 auto;display:grid}.section-intro h2,.work-heading h2,.process-section h2,.about-copy h2,.service-area h2,.estimate-copy h2,.services-hero h1,.service-hero h1,.service-detail h2,.service-process h2,.coverage-section h2{font-size:clamp(3.2rem,6vw,6.2rem)}.section-intro p{max-width:380px;color:var(--gray-600);font-size:1.1rem;line-height:1.55}.service-index{grid-template-columns:1fr 1fr;column-gap:clamp(2.5rem,5vw,5rem);display:grid}.service-row{border-bottom:1px solid var(--gray-300);grid-template-columns:42px 1fr 26px;align-items:center;gap:1rem;min-height:72px;font-family:Arial Narrow,Arial,sans-serif;font-weight:800;transition:padding .2s,color .2s;display:grid}.service-row:hover{color:#9a7900;padding-left:.35rem}.service-number{color:#d6a900;font-family:Impact,Arial Narrow Bold,sans-serif;font-size:1.4rem}.service-row svg,.text-link svg,.service-card svg{width:24px;height:24px;color:var(--yellow)}.work-section{width:min(100%, var(--max));padding:clamp(4rem, 7vw, 6.5rem) var(--gutter);background:var(--black);color:var(--white);grid-template-columns:.85fr 1.6fr 1fr;gap:clamp(1.25rem,2.5vw,2.5rem);margin:0 auto;display:grid}.work-heading{flex-direction:column;justify-content:space-between;align-items:flex-start;min-width:0;display:flex}.work-heading h2{font-size:clamp(3.3rem,5.4vw,5.7rem)}.text-link{border-bottom:2px solid var(--yellow);color:var(--yellow);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:1.2rem;padding-bottom:.65rem;font-size:.78rem;font-weight:900;display:inline-flex}.text-link svg{transition:transform .2s}.text-link:hover svg{transform:translate(5px)}.project{min-width:0;margin:0}.project-image{aspect-ratio:4/3;background:#222;position:relative;overflow:hidden}.project-image img{object-fit:cover;transition:transform .5s}.project:hover .project-image img{transform:scale(1.025)}.project figcaption{border-bottom:2px solid var(--yellow);padding:.7rem 0 .55rem;font-family:Arial Narrow,Arial,sans-serif;font-weight:700}.project-main .project-image{aspect-ratio:3/3.15}.project-stack{align-content:start;gap:1.2rem;display:grid}.project-stack .project-image{aspect-ratio:16/9}.project-stack .project-wide img{object-position:center}.about-section{background:var(--yellow);grid-template-columns:1fr 1fr;min-height:650px;display:grid}.about-photo{position:relative;overflow:hidden}.about-photo img{object-fit:cover}.about-copy{padding:clamp(4rem, 8vw, 8rem) var(--gutter);align-self:center}.about-copy h2{max-width:650px}.about-copy p{max-width:600px;font-size:1.05rem;line-height:1.65}.dark-link{color:var(--black);border-bottom-color:var(--black);margin-top:1.5rem}.dark-link svg{color:var(--black)}.process-section{width:min(100%, var(--max));padding:clamp(5rem, 8vw, 7rem) var(--gutter) 4rem;text-align:center;margin:0 auto}.process-section h2{margin-bottom:2.7rem}.process-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:clamp(2rem,4vw,5rem);display:grid}.process-step{grid-template-columns:auto 1fr;align-items:center;gap:1.25rem;display:grid}.process-step span{color:var(--yellow);font-family:Impact,Arial Narrow Bold,sans-serif;font-size:clamp(4rem,7vw,6rem);line-height:1}.process-step p{border-top:2px solid var(--black);margin:0;padding-top:.9rem;font-weight:700;line-height:1.35}.process-note{margin:2.3rem 0 0;font-size:1rem}.estimate-section{width:min(100%, var(--max));background:var(--black);color:var(--white);grid-template-columns:.9fr 1.1fr;margin:0 auto;display:grid}.estimate-copy{padding:clamp(3.5rem, 7vw, 7rem) var(--gutter);background-color:var(--charcoal);background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:28px 28px}.estimate-copy h2{max-width:600px}.estimate-copy p{max-width:500px;margin-bottom:2.2rem;font-size:1.15rem;line-height:1.55}.estimate-copy strong{max-width:500px;color:var(--yellow);letter-spacing:.07em;text-transform:uppercase;border-top:1px solid #777;padding-top:1.5rem;font-family:Arial Narrow,Arial,sans-serif;font-size:.85rem;display:block}.estimate-form{background:var(--white);color:var(--black);padding:clamp(2.5rem,5vw,5rem)}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.estimate-form label{letter-spacing:.045em;text-transform:uppercase;gap:.45rem;margin-bottom:1rem;font-size:.72rem;font-weight:900;display:grid}.estimate-form input,.estimate-form select,.estimate-form textarea{background:var(--white);width:100%;color:var(--black);text-transform:none;border:1px solid #777;border-radius:0;padding:.8rem .85rem;font-size:1rem;font-weight:400;line-height:1.3}.estimate-form textarea{resize:vertical;min-height:108px}.estimate-form input:hover,.estimate-form select:hover,.estimate-form textarea:hover{border-color:var(--black)}.form-submit{border:0;width:100%}.form-submit:disabled{cursor:wait;opacity:.7}.form-privacy{color:var(--gray-600);margin:.8rem 0 0;font-size:.72rem}.form-message{margin:1rem 0 0;padding:.8rem;font-weight:700;line-height:1.4}.form-message.success{color:#145722;background:#e4f6e7}.form-message.error{color:#8a1e12;background:#fde8e5}.service-area{width:min(100%, var(--max));padding:2.4rem var(--gutter);background:var(--yellow);grid-template-columns:minmax(370px,.8fr) 1.5fr;align-items:center;gap:3rem;margin:0 auto;display:grid}.service-area h2{border-right:2px solid var(--black);margin:0;padding-right:2rem;font-size:clamp(3rem,5vw,5rem)}.city-list{flex-wrap:wrap;gap:.85rem 1.35rem;display:flex}.city-list span{text-transform:uppercase;font-family:Arial Narrow,Arial,sans-serif;font-size:.78rem;font-weight:900;position:relative}.city-list span:not(:last-child):after{content:"";background:var(--black);width:3px;height:3px;position:absolute;top:.37rem;right:-.72rem}.footer{background:var(--black);color:var(--white)}.footer-inner{width:min(100%, var(--max));padding:2.3rem var(--gutter);grid-template-columns:300px 1fr 340px;align-items:center;gap:3rem;margin:0 auto;display:grid}.footer-brand{width:220px;display:block}.footer-brand img{object-fit:contain;object-position:left;width:100%;height:95px}.footer nav{justify-content:center;gap:2.4rem;display:flex}.footer p{color:#d1d1d1;margin:0;line-height:1.45}.footer-legal{width:min(100%, var(--max));padding:1rem var(--gutter) 1.5rem;color:#8d8d8d;border-top:1px solid #333;justify-content:space-between;margin:0 auto;font-size:.72rem;display:flex}.internal-header{background:var(--black);color:var(--white)}.services-hero{padding:clamp(5rem, 9vw, 9rem) var(--gutter);background:var(--yellow)}.services-hero h1{max-width:1050px;margin-bottom:1.3rem}.services-hero p{max-width:700px;margin:0;font-size:1.25rem;line-height:1.5}.all-services{width:min(100%, var(--max));padding:clamp(4rem, 7vw, 7rem) var(--gutter);grid-template-columns:repeat(3,1fr);gap:0;margin:0 auto;display:grid}.service-card{border:1px solid var(--gray-300);min-height:280px;margin:0 -1px -1px 0;padding:2rem;transition:background .2s,color .2s;position:relative}.service-card:hover{background:var(--black);color:var(--white);z-index:2}.service-card>span{color:#b18d00;font-family:Impact,Arial Narrow Bold,sans-serif;font-size:1.4rem}.service-card h2{margin:2rem 0 .85rem;font-size:2.3rem}.service-card p{max-width:340px;color:var(--gray-600);line-height:1.5}.service-card:hover p{color:#cfcfcf}.service-card svg{position:absolute;bottom:2rem;right:2rem}.simple-cta{padding:4rem var(--gutter);background:var(--black);color:var(--white);justify-content:center;align-items:center;gap:3rem;display:flex}.simple-cta h2{margin:0;font-size:clamp(2.6rem,5vw,4.5rem)}.service-hero{background:var(--black);min-height:670px;color:var(--white);grid-template-columns:.95fr 1.05fr;display:grid}.service-hero-copy{padding:clamp(4rem, 7vw, 7rem) var(--gutter);align-self:center}.breadcrumb{color:#a6a6a6;letter-spacing:.08em;text-transform:uppercase;gap:.75rem;margin-bottom:2rem;font-size:.78rem;font-weight:700;display:flex}.breadcrumb a:hover{color:var(--yellow)}.service-hero h1{max-width:780px;margin-bottom:1.5rem}.service-hero h1 span{color:var(--yellow)}.service-hero-copy>p{max-width:600px;margin-bottom:2rem;font-size:1.2rem;line-height:1.55}.service-hero-image{border-left:3px solid var(--yellow);min-height:520px;position:relative;overflow:hidden}.service-hero-image img{object-fit:cover}.service-detail{width:min(100%, var(--max));padding:clamp(5rem, 8vw, 8rem) var(--gutter);grid-template-columns:1.2fr .8fr;gap:clamp(3rem,8vw,8rem);margin:0 auto;display:grid}.service-detail h2{max-width:750px}.service-detail p{color:#414141;max-width:760px;font-size:1.08rem;line-height:1.7}.service-detail ul{align-self:center;margin:0;padding:0;list-style:none}.service-detail li{border-bottom:1px solid var(--gray-300);align-items:center;gap:1.1rem;padding:1.25rem 0;font-weight:700;display:flex}.service-detail li svg{color:#b18d00;flex:none;width:24px;height:24px}.service-process{padding:clamp(4rem, 7vw, 7rem) var(--gutter);background:var(--yellow)}.service-process h2{text-align:center}.service-process .process-grid{width:min(100%,1200px);margin:2.5rem auto 0}.coverage-section{width:min(100%, var(--max));padding:clamp(5rem, 8vw, 8rem) var(--gutter);background:var(--white);grid-template-columns:.9fr 1.1fr;gap:clamp(3rem,7vw,7rem);margin:0 auto;display:grid}.coverage-section p{max-width:550px;font-size:1.1rem;line-height:1.55}.coverage-cities{grid-template-columns:1fr 1fr;align-content:center;display:grid}.coverage-cities span{border-bottom:1px solid var(--gray-300);padding:.85rem 0;font-weight:700}@media (max-width:1080px){.site-header{grid-template-columns:210px 1fr auto;gap:1.2rem}.desktop-nav{gap:1.25rem}.hero-frame{grid-template-columns:minmax(390px,48%) 1fr}.hero-copy{padding-left:2.5rem;padding-right:2rem}.footer-inner{grid-template-columns:240px 1fr}.footer-inner p{grid-column:1/-1}.all-services{grid-template-columns:repeat(2,1fr)}}@media (max-width:850px){.site-header{grid-template-columns:1fr auto;height:84px}.brand{width:150px}.brand img{height:62px}.desktop-nav,.header-cta{display:none}.mobile-menu{display:block}.mobile-menu summary{cursor:pointer;border:1px solid #555;align-content:center;gap:5px;width:42px;height:42px;padding:10px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--white);height:2px}.mobile-menu nav{z-index:20;background:var(--white);width:min(86vw,330px);color:var(--black);padding:.8rem;display:grid;position:absolute;top:54px;right:0;box-shadow:0 18px 40px #00000047}.mobile-menu nav a{border-bottom:1px solid #ddd;padding:1rem;font-weight:800}.hero-frame{border-width:2px;grid-template-columns:1fr;width:calc(100% - 1.5rem);min-height:0}.hero-copy{padding:4.2rem 1.5rem 3rem}.hero-copy h1{font-size:clamp(3.7rem,16vw,6rem)}.hero-media{min-height:430px}.hero-media:after{background:linear-gradient(180deg, var(--black), transparent);width:100%;height:18%;inset:0 0 auto}.services-section,.service-index{grid-template-columns:1fr}.work-section{grid-template-columns:1fr 1.4fr}.project-stack{grid-column:1/-1;grid-template-columns:1fr 1fr}.project-main .project-image{aspect-ratio:4/3}.about-section{grid-template-columns:1fr}.about-photo{min-height:480px}.process-grid,.estimate-section{grid-template-columns:1fr}.service-area{grid-template-columns:1fr;gap:1.5rem}.service-area h2{border-right:0;border-bottom:2px solid var(--black);padding:0 0 1.5rem}.footer-inner{grid-template-columns:1fr;gap:1.5rem}.footer nav{flex-wrap:wrap;justify-content:flex-start}.service-hero{grid-template-columns:1fr}.service-hero-image{border-left:0;border-top:3px solid var(--yellow);min-height:500px}.service-detail,.coverage-section{grid-template-columns:1fr}}@media (max-width:580px){.button{width:100%}.hero-actions{flex-direction:column}.hero-copy{padding-top:3.4rem}.hero-copy h1{font-size:3.75rem}.hero-media{min-height:340px}.trust-line{gap:.65rem 1.2rem}.section-intro h2,.work-heading h2,.process-section h2,.about-copy h2,.service-area h2,.estimate-copy h2,.services-hero h1,.service-hero h1,.service-detail h2,.service-process h2,.coverage-section h2{font-size:3.35rem}.service-row{grid-template-columns:36px 1fr 24px;font-size:.92rem}.work-section{grid-template-columns:1fr}.work-heading{gap:2rem}.project-stack{grid-template-columns:1fr}.about-photo{min-height:360px}.form-row{grid-template-columns:1fr;gap:0}.estimate-form{padding:2.2rem 1.25rem}.footer nav{grid-template-columns:1fr 1fr;display:grid}.footer-legal{flex-direction:column;gap:.5rem}.all-services{grid-template-columns:1fr}.service-card{min-height:250px}.simple-cta{flex-direction:column;align-items:flex-start}.service-hero-copy{padding-top:3.5rem;padding-bottom:3.5rem}.service-hero-image{min-height:360px}.coverage-cities{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
