@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Work+Sans:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,500,1,0";:root{--ink:#111415;--panel:#1d2021;--panel-2:#282a2b;--line:#373a3b;--text:#e1e3e4;--muted:#b4b5b7;--orange:#f4641e;--orange-hi:#ff7a35;--paper:#e1e3e4;--max:1200px;--gutter:24px;--display:Montserrat, Arial, sans-serif;--body:"Work Sans", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body{background:var(--ink);color:var(--text);font-family:var(--body);margin:0;line-height:1.6}img{max-width:100%;display:block}a{color:inherit}button,input,textarea{font:inherit}.container{width:min(100% - 2*var(--gutter), var(--max));margin-inline:auto}.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-link{z-index:100;background:var(--orange);color:#111;padding:.8rem 1rem;font-weight:700;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}:focus-visible{outline-offset:4px;outline:3px solid #fff}h1,h2,h3{font-family:var(--display);text-transform:uppercase;letter-spacing:-.025em;margin:0;line-height:.96}p{margin:0 0 1rem}.eyebrow{color:var(--orange-hi);font-family:var(--display);letter-spacing:.16em;text-transform:uppercase;font-size:.86rem;font-weight:700}.lede{color:#d3d6d3;max-width:42rem;font-size:clamp(1.05rem,2vw,1.3rem)}.button{background:var(--orange);color:#130b07;letter-spacing:.09em;text-transform:uppercase;border:0;border-radius:2px;justify-content:center;align-items:center;min-height:3.4rem;padding:.75rem 1.35rem;font-size:.77rem;font-weight:800;text-decoration:none;transition:background .3s cubic-bezier(.25,1,.5,1),transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s cubic-bezier(.25,1,.5,1);display:inline-flex}.button:hover{background:var(--orange-hi);transform:translateY(-3px)scale(1.02);box-shadow:0 8px 20px #f4641e40}.button[disabled]{color:#b8bcba;cursor:not-allowed;background:#4a4e4d;transform:none}.button-small{min-height:2.7rem;padding:.55rem .85rem}.text-link{letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:800;text-decoration:none}.text-link span{color:var(--orange);margin-left:.35rem;font-size:1.25em}.section-heading{grid-template-columns:1.4fr .6fr;align-items:end;gap:4rem;margin-bottom:3rem;display:grid}.section-heading p:last-child{color:var(--muted);max-width:26rem}.section-link{margin-top:2.2rem;display:inline-block}.site-header{z-index:50;-webkit-backdrop-filter:blur(24px);background:#0d1011bf;border-bottom:1px solid #ffffff1f;position:fixed;inset:0 0 auto}.header-inner{width:min(100% - 2*var(--gutter), var(--max));justify-content:space-between;align-items:center;gap:2rem;height:74px;margin:auto;display:flex}.brand{font-family:var(--display);align-items:baseline;font-weight:800;line-height:1;text-decoration:none;display:flex}.brand span{text-transform:uppercase;font-size:1.45rem}.brand strong{color:var(--orange);letter-spacing:.06em;margin-left:.3rem;font-size:.78rem}.site-nav{align-items:center;gap:1.35rem;display:flex}.site-nav>a:not(.button){color:#d8dcda;font-size:.75rem;font-weight:700;text-decoration:none;position:relative}.site-nav>a[aria-current=page]:not(.button){color:#fff}.site-nav>a[aria-current=page]:not(.button):after{content:"";background:var(--orange);height:2px;position:absolute;bottom:-.6rem;left:0;right:0}.locale-link{border-left:1px solid var(--line);padding-left:1.25rem}.menu-button{border:1px solid var(--line);background:0 0;width:44px;height:44px;display:none}.menu-button i{background:#fff;width:20px;height:2px;margin:4px auto;display:block}.home-hero{align-items:center;min-height:92svh;padding-top:74px;display:flex;position:relative;overflow:hidden}.home-hero>img,.page-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-hero-shade,.page-hero-shade{background:linear-gradient(90deg,#090c0dfa 0%,#090c0dc4 43%,#090c0d1f 78%),linear-gradient(#0000 60%,#090c0db3);position:absolute;inset:0}.home-hero-content{z-index:2;padding-block:6rem 8rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp;position:relative}.home-hero h1{max-width:800px}.home-hero h1 em{color:var(--orange);font-style:normal}.home-hero .lede{margin:2rem 0}.hero-actions{align-items:center;gap:1.5rem;display:flex}.hero-rail{z-index:3;background:var(--paper);color:#16191a;justify-content:center;gap:0;display:flex;position:absolute;inset:auto 0 0}.hero-rail span{font-family:var(--display);text-align:center;text-transform:uppercase;border-left:1px solid #b9b9b3;flex:0 300px;padding:1.15rem 2rem;font-weight:800}.media-notice{color:#8f9693;align-items:flex-start;gap:.7rem;margin:1.2rem 0;font-size:.74rem;display:flex}.media-notice span{text-align:center;border:1px solid #5f6563;border-radius:50%;flex:none;width:1.2rem;height:1.2rem;font-size:.7rem}.service-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.service-card{background:var(--panel);min-height:245px;padding:2rem;transition:background .3s,transform .3s,box-shadow .3s}.service-card:hover{background:var(--panel-2);z-index:2;position:relative;transform:translateY(-6px);box-shadow:0 12px 30px #0006}.service-index{background:var(--orange);color:#16100c;width:2.7rem;height:2.7rem;font-family:var(--display);place-items:center;margin-bottom:3.7rem;font-weight:800;display:grid}.service-card p{color:var(--muted);font-size:.9rem}.service-card h3{margin-bottom:.7rem}.process-section{background:var(--paper);color:#16191a}.process-section .eyebrow{color:#bd430b}.process-section .section-heading p:last-child{color:#555b59}.process-list{border-top:1px solid #9da19e;grid-template-columns:repeat(5,1fr);margin:0;padding:0;list-style:none;display:grid}.process-list li{border-right:1px solid #b5b7b3;padding:2rem 1.2rem 1rem 0;position:relative}.process-list span{color:#bd430b;font-family:var(--display);margin-bottom:4rem;font-size:1.1rem;display:block}.process-list strong{font-family:var(--display);text-transform:uppercase;font-size:1.15rem}.split-feature{grid-template-columns:1.05fr .95fr;min-height:650px;display:grid}.split-media img{object-fit:cover;filter:saturate(.65);width:100%;height:100%}.split-copy{background:var(--panel);flex-direction:column;justify-content:center;padding:clamp(3rem,8vw,8rem);display:flex}.split-copy h2{margin:.7rem 0 1.5rem}.split-copy>p:not(.eyebrow){color:var(--muted);max-width:32rem}.check-list{margin:2rem 0;padding:0;list-style:none}.check-list li{border-top:1px solid var(--line);padding:1rem 0;font-weight:600}.check-list li:before{content:"↗";color:var(--orange);margin-right:1rem}.cta-band{background:var(--orange);color:#17100c;padding:clamp(4rem,9vw,7rem) 0}.cta-band .eyebrow{color:#421805}.cta-band h2{max-width:850px;margin:.5rem 0 1rem}.cta-band p{max-width:42rem}.cta-band .button{background:var(--ink);color:#fff;margin-top:1.5rem}.page-hero{align-items:end;min-height:570px;padding-top:74px;display:flex;position:relative}.page-hero-shade{background:linear-gradient(90deg,#090c0df5,#090c0d73),linear-gradient(#0000,#090c0de0)}.page-hero-content{z-index:2;padding-bottom:4.5rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp;position:relative}.page-hero h1{max-width:900px;margin:.6rem 0 1.2rem;font-size:clamp(3.5rem,8vw,6.8rem)}.editorial-note{border-left:4px solid var(--orange);background:var(--panel);grid-template-columns:100px 1fr;gap:2rem;margin-top:3rem;padding:2rem;display:grid}.editorial-note span{color:var(--orange);font-family:var(--display);font-weight:800}.empty-proof{text-align:center;background:linear-gradient(135deg, var(--panel), #101314);border:1px dashed #606665;place-content:center;min-height:390px;display:grid}.empty-proof>span{color:var(--orange);font-size:3rem}.empty-proof h2{max-width:740px;margin:1rem auto;font-size:clamp(2rem,5vw,4rem)}.empty-proof p{max-width:560px;color:var(--muted);margin:auto}.about-grid{grid-template-columns:1fr 1fr;gap:6rem;display:grid}.about-grid h2{margin-top:1rem}.value-row{border-top:1px solid var(--line);grid-template-columns:70px 1fr;align-items:center;padding:2.2rem 0;display:grid}.value-row span{color:var(--orange);font-family:var(--display)}.contact-grid{grid-template-columns:.7fr 1.3fr;gap:5rem;display:grid}.contact-panel{background:var(--panel);align-self:start;padding:2.2rem}.contact-panel h2{margin:.7rem 0 2rem;font-size:2.6rem}.contact-panel dl{margin:0}.contact-panel dt{color:var(--orange);text-transform:uppercase;margin-top:1.3rem;font-size:.72rem;font-weight:800}.contact-panel dd{color:#d7d9d7;margin:.25rem 0}.estimate-form{grid-template-columns:1fr 1fr;gap:1.3rem;display:grid}.field{flex-direction:column;display:flex}.field-wide{grid-column:1/-1}.field label{text-transform:uppercase;margin-bottom:.45rem;font-size:.75rem;font-weight:700}.field input,.field textarea{background:var(--panel);color:#fff;border:1px solid #4c5251;border-radius:2px;width:100%;padding:.9rem}.field input:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 2px var(--orange);outline:2px solid #0000}.field [aria-invalid=true]{border-color:#ff9b91}.error{color:#ffb4ab;min-height:1.3rem;font-size:.75rem}.consent{color:#c9cdca;align-items:flex-start;gap:.7rem;font-size:.85rem;display:flex}.consent input{margin-top:.35rem}.form-status{border-left:3px solid var(--orange);color:#d9dcda;background:#252a2b;padding:1rem;font-size:.85rem}.site-footer{border-top:1px solid var(--line);background:#090b0c;padding:4rem 0 1.5rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:4rem;display:grid}.footer-grid p{color:#969d99;font-size:.85rem}.footer-grid h2{color:var(--orange);letter-spacing:.08em;font-size:.95rem}.footer-grid>div:last-child{flex-direction:column;gap:.4rem;display:flex}.footer-grid a{font-size:.85rem;text-decoration:none}.footer-brand{margin-bottom:1rem}.footer-bottom{color:#737a77;border-top:1px solid #222728;justify-content:space-between;gap:2rem;margin-top:3rem;padding-top:1.5rem;font-size:.7rem;display:flex}@media (width<=900px){.menu-button{display:block}.site-nav{padding:1rem var(--gutter) 1.5rem;border-bottom:1px solid var(--line);background:#101314;align-items:stretch;display:none;position:absolute;top:74px;left:0;right:0}.site-nav.is-open{flex-direction:column;display:flex}.site-nav>a:not(.button){padding:.55rem 0;font-size:.9rem}.site-nav>a[aria-current=page]:not(.button):after{display:none}.locale-link{border:0;padding-left:0}.home-hero-shade{background:linear-gradient(90deg,#090c0df0,#090c0d6b),linear-gradient(#0000,#090c0de0)}.service-grid{grid-template-columns:repeat(2,1fr)}.section-heading{grid-template-columns:1fr;gap:1rem}.split-feature,.about-grid,.contact-grid{grid-template-columns:1fr}.split-media{height:420px}.process-list{grid-template-columns:1fr}.process-list li{border-bottom:1px solid #b5b7b3;border-right:0;grid-template-columns:60px 1fr;padding:1.2rem 0;display:grid}.process-list span{margin:0}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media (width<=600px){h1{font-size:clamp(3.2rem,17vw,5rem)}.home-hero{align-items:flex-end;min-height:780px}.home-hero>img{object-position:62% center}.home-hero-content{padding-block:7rem 9.5rem}.home-hero .lede{font-size:1rem}.hero-actions{flex-direction:column;align-items:flex-start}.hero-rail{justify-content:stretch}.hero-rail span{padding:.8rem .4rem;font-size:.68rem}.service-grid{grid-template-columns:1fr}.service-card{min-height:210px}.service-index{margin-bottom:2.5rem}.split-media{height:320px}.split-copy{padding:4rem var(--gutter)}.page-hero{min-height:530px}.page-hero>img{object-position:60% center}.estimate-form{grid-template-columns:1fr}.field-wide{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.editorial-note{grid-template-columns:1fr}.about-grid{gap:3rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}h1,h2,h3{font-family:var(--display);line-height:1.08}h1{font-size:clamp(3.35rem,6vw,5.5rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.3rem}.eyebrow{font-family:var(--body);font-size:.72rem}.home-hero{min-height:760px}.page-hero{min-height:500px}.page-hero h1{max-width:760px;font-size:clamp(3rem,5vw,4.8rem)}.section{padding:80px 0}.center-heading{text-align:center;max-width:760px;margin:0 auto 50px}.center-heading .eyebrow{margin-bottom:12px}.center-heading h2{position:relative}.center-heading h2:after{content:"";background:var(--orange);width:72px;height:3px;margin:20px auto 0;display:block}.service-grid{background:0 0;border:0;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:var(--panel-2);border:1px solid var(--line);min-height:430px;padding:0 24px 24px;position:relative;overflow:hidden}.service-card>img{object-fit:cover;width:calc(100% + 48px);height:210px;margin:0 -24px 28px}.service-index{width:44px;height:44px;margin:0;position:absolute;top:176px;left:24px}.service-card h3{margin-top:8px}.service-card p{font-size:.86rem;line-height:1.5}.evidence-section{background:#0c0f10}.illustrative-pair{grid-template-columns:1fr 1fr;gap:28px;display:grid}.illustrative-pair figure{background:var(--panel);margin:0;position:relative}.illustrative-pair img{aspect-ratio:16/9;object-fit:cover;filter:saturate(.65);width:100%}.illustrative-pair figcaption{border-top:3px solid var(--orange);color:var(--muted);text-transform:uppercase;padding:14px 18px;font-size:.76rem}.work-pair img{min-height:360px}.reviews-neutral{background:var(--panel);padding:80px 0}.reviews-neutral h2{margin:8px 0 14px}.reviews-neutral>div>p:not(.eyebrow){max-width:620px;color:var(--muted)}.review-placeholders,.team-placeholders{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px;display:grid}.review-placeholders span{background:#202425;border:1px dashed #525858;height:180px}.review-placeholders span:after{content:"VERIFIED CONTENT";color:#737a77;letter-spacing:.12em;place-items:center;height:100%;font-size:.7rem;display:grid}.services-split{min-height:500px}.boxed-cta{background:#0c0f10;padding:72px 0}.boxed-cta .container>div{text-align:center;background:radial-gradient(#333 1px, transparent 1px), var(--panel-2);background-size:16px 16px;border:1px solid #555b5b;padding:50px}.boxed-cta p{max-width:620px;margin:14px auto 24px}.about-story{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.story-media img{object-fit:cover;width:100%;min-height:390px}.about-story h2{margin:10px 0 22px}.principles{background:#0c0f10;padding:80px 0}.principle-grid{grid-template-columns:repeat(3,1fr);display:grid}.principle-grid article{text-align:center;border:1px solid var(--line);background:var(--panel-2);padding:38px 28px}.principle-grid article:nth-child(2){border-color:#8d4d31;transform:translateY(-12px)}.principle-grid span{border:1px solid var(--orange);width:50px;height:50px;color:var(--orange);place-items:center;margin:0 auto 22px;font-weight:800;display:grid}.principle-grid p{color:var(--muted);font-size:.83rem}.team-placeholders{grid-template-columns:repeat(4,1fr)}.team-placeholders span{background:linear-gradient(145deg,#242829,#131617);border:1px dashed #4b5150;height:320px}.contact-grid{grid-template-columns:.62fr 1.38fr;gap:28px}.contact-panel,.estimate-form{border:1px solid var(--line);background:var(--panel-2)}.estimate-form{padding:36px}.field input,.field textarea{background:#191c1d}.site-footer{padding-top:58px}.footer-grid{grid-template-columns:1.35fr .8fr 1fr;gap:60px}.page-hero-plain{text-align:center;align-items:center;min-height:580px}.page-hero-plain .page-hero-content{padding:90px 0 20px}.page-hero-plain .lede{margin:18px auto 0}.page-hero-plain+.container{display:none}@media (width<=900px){.service-grid{grid-template-columns:repeat(2,1fr)}.illustrative-pair,.about-story,.principle-grid{grid-template-columns:1fr}.principle-grid article:nth-child(2){transform:none}.team-placeholders{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){h1{font-size:clamp(2.9rem,14vw,4.3rem)}h2{font-size:2rem}.home-hero{min-height:700px}.page-hero{min-height:470px}.service-grid{grid-template-columns:1fr}.service-card{min-height:400px}.service-card>img{height:190px}.service-index{top:156px}.illustrative-pair{grid-template-columns:1fr}.work-pair img{min-height:230px}.review-placeholders{grid-template-columns:1fr}.team-placeholders{grid-template-columns:1fr 1fr}.team-placeholders span{height:220px}.estimate-form{padding:22px}.boxed-cta .container>div{padding:38px 20px}.footer-grid{gap:30px}}.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined;font-size:1.35rem;font-style:normal;font-weight:400;line-height:1}.stitch-home-hero{align-items:center;min-height:720px;padding-top:74px;display:flex;position:relative;overflow:hidden}.stitch-home-hero>img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.stitch-home-hero-shade{background:linear-gradient(90deg,#090c0df5 4%,#090c0dc7 42%,#090c0d2e 75%),linear-gradient(#0000 55%,#080a0bb8);position:absolute;inset:0}.stitch-home-hero-copy{z-index:2;padding-block:86px;position:relative}.stitch-home-hero-copy h1{max-width:700px;font-size:clamp(3rem,5.4vw,5rem);line-height:.98}.stitch-home-hero-copy h1 span{color:var(--orange)}.stitch-home-hero-copy>p{color:#d0d3d1;max-width:610px;margin:22px 0 30px;font-size:1.06rem}.button-outline{color:#fff;background:#0d1011;border:1px solid #ffffff8c}.button-outline:hover{color:#111;background:#fff}.trust-rail{background:#282a2b;border-block:1px solid #ffffff14}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-grid>div{border-right:1px solid #ffffff14;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:0 11px;min-height:116px;padding:20px 28px;display:grid}.trust-grid>div:first-child{border-left:1px solid #ffffff14}.trust-grid .material-symbols-outlined{color:var(--orange);grid-row:1/3;font-size:1.8rem}.trust-grid strong{font:800 1.45rem/1 var(--display)}.trust-grid small{color:#c0c4c2;letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:700}.stitch-section{padding:80px 0}.stitch-heading{text-align:center;max-width:760px;margin:0 auto 44px}.stitch-heading h2{font-size:clamp(2rem,3.7vw,2.8rem)}.stitch-heading h2:after{content:"";background:var(--orange);width:70px;height:3px;margin:18px auto 0;display:block}.stitch-heading p{color:var(--muted);margin:16px auto 0}.stitch-service-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.stitch-service-card{background:#282a2b;border:1px solid #ffffff14;border-radius:4px;overflow:hidden}.stitch-service-media{height:220px;position:relative;overflow:hidden}.stitch-service-media img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.stitch-service-card:hover img{transform:scale(1.045)}.stitch-service-media>.material-symbols-outlined{background:var(--orange);color:#fff;place-items:center;width:54px;height:54px;font-size:1.65rem;display:grid;position:absolute;bottom:0;left:22px}.stitch-service-copy{min-height:190px;padding:26px 24px 24px}.stitch-service-copy h3{margin-bottom:13px;font-size:1.25rem}.stitch-service-copy p{color:#d1d3d1;font-size:.88rem;line-height:1.55}.comparison-section{background:#0c0f10}.comparison-slider{aspect-ratio:2;background:#171b1c;border:1px solid #474d4c;border-radius:7px;width:min(100%,970px);margin-inline:auto;position:relative;overflow:hidden;box-shadow:0 22px 55px #00000059}.comparison-slider img{object-fit:cover;width:100%;height:100%}.comparison-after{position:absolute;inset:0}.comparison-before{width:var(--split);position:absolute;inset:0 auto 0 0;overflow:hidden}.comparison-before img{width:970px;max-width:none}.comparison-label{z-index:3;letter-spacing:.08em;text-transform:uppercase;background:#0c0f10e0;padding:5px 9px;font-size:.65rem;font-weight:800;position:absolute;top:18px}.comparison-label-before{left:18px}.comparison-label-after{background:var(--orange);color:#190c06;right:18px}.comparison-line{z-index:3;top:0;bottom:0;left:var(--split);background:#fff;width:2px;position:absolute;transform:translate(-1px)}.comparison-line span{color:#121516;background:#fff;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:900;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.comparison-slider input{z-index:4;cursor:ew-resize;opacity:0;width:100%;height:100%;margin:0;position:absolute;inset:0}.stitch-process-section{background:var(--ink)}.stitch-process-list{grid-template-columns:repeat(5,1fr);gap:28px;margin:0;padding:0;list-style:none;display:grid;position:relative}.stitch-process-list:before{content:"";border-top:1px dashed #636967;position:absolute;top:29px;left:9%;right:9%}.stitch-process-list li{z-index:1;text-align:center;position:relative}.stitch-process-list .material-symbols-outlined{background:var(--ink);width:58px;height:58px;color:var(--orange);border:1px solid #5b6260;border-radius:50%;place-items:center;margin:0 auto 19px;display:grid}.stitch-process-list strong{letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;display:block}.insurance-section{background:#191c1d;flex-direction:column;justify-content:center;min-height:570px;display:flex;position:relative;overflow:hidden}.insurance-section>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.insurance-shade{background:linear-gradient(90deg,#121516fa 0%,#121516eb 46%,#12151673 75%,#1215161f);position:absolute;inset:0}.insurance-grid{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:110px;display:grid;position:relative}.insurance-copy{max-width:590px}.insurance-copy h2{margin:12px 0 20px;font-size:clamp(2.2rem,4vw,3.1rem)}.insurance-copy>p:not(.eyebrow){color:#d0d3d1}.insurance-copy .button{margin-top:15px}.insurance-icon{border:2px solid var(--orange);width:58px;height:58px;color:var(--orange);border-radius:7px;place-items:center;margin-bottom:27px;font-size:2rem;display:grid}.insurance-grid ul{backdrop-filter:blur(12px);background:#222627e0;border:1px solid #ffffff1a;border-radius:4px;margin:0;padding:25px 30px;list-style:none}.insurance-grid li{text-transform:uppercase;border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:13px 0;font-size:.88rem;font-weight:700;display:flex}.insurance-grid li:last-child{border:0}.insurance-grid li span{color:var(--orange);font-size:1rem}.insurance-section>.container:last-child{z-index:2;position:relative}.home-contact-band{background:radial-gradient(circle at 50% 0,#1a1e22 0,#0d0f12 62%);padding-block:clamp(4rem,8vw,7rem)}.home-contact-grid{grid-template-columns:.95fr 1.12fr;align-items:stretch;gap:18px;display:grid}.home-contact-profile{background:url(/media/client/home-hero-garage-supplied.png) 50%/cover no-repeat;border:0;border-radius:18px;min-height:690px;position:relative;overflow:hidden}.home-contact-profile__shade{background:linear-gradient(90deg,#080a0cf7 0%,#080a0cdb 55%,#080a0c4d 100%);position:absolute;inset:0}.home-contact-profile__content{z-index:1;flex-direction:column;min-height:100%;padding:clamp(30px,4vw,52px);display:flex;position:relative}.home-contact-profile__brand{font-family:var(--display);text-transform:uppercase;align-items:center;gap:18px;font-size:clamp(1rem,1.5vw,1.35rem);display:flex}.home-contact-profile__brand>span{color:#fff;clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);border:2px solid #e3222b;place-items:center;width:58px;height:58px;font-weight:800;display:grid}.home-contact-profile__brand b{color:#e3222b}.home-contact-profile__statement{border-top:3px solid #e3222b;max-width:510px;margin:54px 0 32px;padding-top:26px}.home-contact-profile__statement p{font-family:var(--display);text-transform:uppercase;margin:0;font-size:clamp(1.35rem,2.2vw,2rem);font-weight:800;line-height:1.35}.home-contact-profile ul{gap:22px;margin:0;padding:0;list-style:none;display:grid}.home-contact-profile li{align-items:center;gap:16px;display:flex}.home-contact-profile li>span{color:#e3222b;border:2px solid #e3222b;border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.home-contact-profile li strong,.home-contact-profile li small{display:block}.home-contact-profile li strong{letter-spacing:.04em;text-transform:uppercase;font-size:.82rem}.home-contact-profile li small{color:#c6c9cc;margin-top:3px}.home-contact-profile__details{background:#1a1e23eb;border-radius:12px;flex-wrap:wrap;gap:12px 24px;margin-top:auto;padding:18px 22px;display:flex}.home-contact-profile__details a{align-items:center;gap:10px;font-weight:600;text-decoration:none;display:inline-flex}.home-contact-profile__details span{color:#e3222b}.home-form-card{background:linear-gradient(145deg,#1d2126,#15181c);border:1px solid #ffffff1a;border-radius:18px;padding:clamp(30px,4vw,52px)}.home-form-card>h2{max-width:620px;padding-bottom:18px;font-size:clamp(2rem,4vw,3.4rem)}.home-form-card>h2:after{content:"";background:#e3222b;width:58px;height:3px;margin-top:18px;display:block}.home-form-card>p{color:var(--muted);font-size:.87rem}.home-form-card .estimate-form{background:0 0;border:0;gap:11px;padding:0}.home-form-card .field label{font-size:.62rem}.home-form-card .field input,.home-form-card .field textarea{background:#080a0c73;border-color:#ffffff2e;padding:.9rem}.home-form-card .consent input,.estimate-form .consent input{accent-color:#e3222b;flex:0 0 20px;width:20px;min-width:20px;height:20px;padding:0}.form-honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.home-form-card .field textarea{min-height:130px}.home-form-card .error{min-height:.75rem}.home-form-card .form-status{margin:0;font-size:.72rem}.home-form-card .button{min-height:2.8rem}@media (width<=900px){.trust-grid,.stitch-service-grid{grid-template-columns:repeat(2,1fr)}.insurance-grid,.home-contact-grid{grid-template-columns:1fr;gap:45px}.insurance-grid{padding-block:70px}.stitch-process-list{grid-template-columns:1fr}.stitch-process-list:before{border-top:0;border-left:1px dashed #636967;inset:25px auto 25px 28px}.stitch-process-list li{text-align:left;grid-template-columns:58px 1fr;align-items:center;gap:18px;display:grid}.stitch-process-list .material-symbols-outlined{margin:0}.comparison-before img{width:calc(100vw - 48px)}}@media (width<=600px){.stitch-home-hero{align-items:flex-end;min-height:650px}.stitch-home-hero>img{object-position:62% center}.stitch-home-hero-copy{padding-block:150px 72px}.stitch-home-hero-copy h1{font-size:2.8rem}.stitch-home-hero-copy>p{font-size:.95rem}.stitch-home-hero .hero-actions{gap:10px}.stitch-home-hero .button{width:100%}.trust-grid>div{min-height:95px;padding:15px 13px}.trust-grid strong{font-size:1.05rem}.trust-grid small{font-size:.55rem}.stitch-section{padding:64px 0}.stitch-service-grid{grid-template-columns:1fr}.stitch-service-media{height:210px}.comparison-slider{aspect-ratio:1.25}.comparison-before img{width:calc(100vw - 48px)}.comparison-label{top:10px}.insurance-grid{padding-block:62px}.insurance-section>img{object-position:68% center}.insurance-shade{background:#121516d6}.home-contact-grid{gap:35px}.home-contact-profile{min-height:640px}.home-form-card{padding:24px}.home-form-card .estimate-form{grid-template-columns:1fr}}.comparison-slider:focus-within{outline-offset:5px;outline:3px solid #fff}.comparison-slider input:focus-visible{outline:none}.home-contact-grid .quote-mark.material-symbols-outlined{font-family:Material Symbols Outlined;font-size:2.5rem}@media (width<=600px){.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}.services-hero-wrap{padding:122px 0 36px}.services-hero{border:1px solid #ffffff12;border-radius:7px;align-items:center;min-height:430px;display:flex;position:relative;overflow:hidden}.services-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.services-hero-shade{background:linear-gradient(90deg,#090c0df5 0%,#090c0dd6 40%,#090c0d2e 72%),linear-gradient(#0000 50%,#090c0d73);position:absolute;inset:0}.services-hero-copy{z-index:2;width:min(52%,650px);padding:56px 46px;position:relative}.services-hero-copy h1{margin:12px 0 22px;font-size:clamp(3rem,5vw,4.8rem)}.services-hero-copy>p:not(.eyebrow,.media-notice){color:#d3d6d4;font-size:1rem}.services-hero-copy .media-notice{color:#b8bdbb;margin-bottom:0}.services-catalogue{padding-top:44px}.services-page-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.services-page-card{background:#282a2b;border:1px solid #ffffff17;border-radius:5px;flex-direction:column;min-height:500px;display:flex;overflow:hidden}.services-page-card-media{height:220px;position:relative;overflow:hidden}.services-page-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.services-page-card:hover img{transform:scale(1.04)}.services-page-card-media .material-symbols-outlined{background:var(--orange);color:#fff;place-items:center;width:54px;height:54px;font-size:1.65rem;display:grid;position:absolute;bottom:0;left:25px}.services-page-card-copy{flex-direction:column;flex:1;padding:27px 28px 24px;display:flex}.services-page-card-copy h3{margin-bottom:13px;font-size:1.25rem}.services-page-card-copy p{color:#d0d3d1;font-size:.88rem;line-height:1.55}.services-page-card-copy a{color:var(--orange);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:9px;margin-top:auto;font-size:.69rem;font-weight:800;text-decoration:none;display:inline-flex}.services-page-card-copy a:hover{color:var(--orange-hi)}.services-facility-section{background:#191d1e;border-block:1px solid #ffffff12;padding:84px 0}.services-facility-grid{grid-template-columns:1fr 1.05fr;align-items:center;gap:68px;display:grid}.services-facility-copy h2{max-width:570px;margin:12px 0 24px;font-size:clamp(2.3rem,4vw,3.4rem)}.services-facility-copy>p:not(.eyebrow){color:#d0d3d1;max-width:600px}.services-facility-copy ul{margin:30px 0 0;padding:0;list-style:none}.services-facility-copy li{grid-template-columns:44px 1fr;align-items:start;gap:14px;margin-top:17px;display:grid}.services-facility-copy li>.material-symbols-outlined{width:44px;height:44px;color:var(--orange);background:#f4641e1f;place-items:center;display:grid}.services-facility-copy strong,.services-facility-copy small{display:block}.services-facility-copy strong{font:700 .78rem/1.35 var(--display);text-transform:uppercase}.services-facility-copy small{color:#c6cac8;margin-top:3px;font-size:.78rem;line-height:1.45}.services-facility-media img{aspect-ratio:16/9;object-fit:cover;border:1px solid #ffffff1f;border-radius:6px;width:100%;height:auto}.services-facility-media .media-notice{margin-bottom:0}.services-cta-section{padding:74px 0}.services-cta-card{text-align:center;background-color:#282b2c;background-image:radial-gradient(#494d4b 1px,#0000 1px),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:18px 18px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:1px solid #565b59;border-radius:6px;padding:44px;position:relative;overflow:hidden}.services-cta-card:before{content:"";background:#232627d4;position:absolute;inset:0}.services-cta-card>*{position:relative}.services-cta-card h2{font-size:clamp(2rem,4vw,3rem)}.services-cta-card p{color:#d0d3d1;max-width:680px;margin:15px auto 25px}.services-cta-card .hero-actions{justify-content:center}.services-cta-card .button{min-width:210px}@media (width<=900px){.services-hero-copy{width:70%}.services-page-grid{grid-template-columns:repeat(2,1fr)}.services-facility-grid{grid-template-columns:1fr;gap:42px}.services-facility-media{max-width:720px}.services-facility-copy h2{max-width:680px}}@media (width<=600px){.services-hero-wrap{padding-top:96px}.services-hero{align-items:flex-end;min-height:590px}.services-hero>img{object-position:61% center}.services-hero-shade{background:linear-gradient(#090c0d33,#090c0db5 36%,#090c0dfa 92%)}.services-hero-copy{width:100%;padding:38px 24px}.services-hero-copy h1{font-size:2.75rem}.services-page-grid{grid-template-columns:1fr}.services-page-card{min-height:470px}.services-page-card-media{height:225px}.services-facility-section{padding:64px 0}.services-facility-grid{gap:34px}.services-facility-copy h2{font-size:2rem}.services-cta-section{padding:54px 0}.services-cta-card{padding:36px 22px}.services-cta-card .hero-actions{flex-direction:column}.services-cta-card .button{width:100%}}.services-hero-copy h1 span{display:block}@media (width<=600px){.services-hero-copy h1{font-size:2.35rem}}.services-hero-copy{width:min(55%,650px);padding:42px 46px}.services-hero-copy h1{font-size:clamp(2.8rem,4vw,3.4rem)}.services-hero-copy h1 span{white-space:nowrap}@media (width<=600px){.services-hero-copy{width:100%;padding:38px 24px}.services-hero-copy h1{font-size:1.75rem}}.work-hero{align-items:center;min-height:640px;padding-top:74px;display:flex;position:relative;overflow:hidden}.work-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.work-hero-shade{background:linear-gradient(90deg,#080b0cf7 0%,#080b0cd1 42%,#080b0c2e 78%),linear-gradient(#0000 55%,#080b0c80);position:absolute;inset:0}.work-hero-copy{z-index:2;padding-block:80px 55px;position:relative}.work-hero-copy h1{text-transform:none;max-width:710px;font-size:clamp(3.4rem,5.5vw,5.2rem)}.work-hero-copy h1 span{color:var(--orange)}.work-hero-copy>p:not(.media-notice){color:#d4d7d5;max-width:650px;margin:20px 0 28px;font-size:1.02rem}.work-hero-copy .media-notice{color:#afb4b2;max-width:720px}.work-comparison-section{background:#090c0d;padding:82px 0}.work-heading{text-align:center;max-width:780px;margin:0 auto 50px}.work-heading h2{text-transform:none;margin:8px 0 15px}.work-heading h2:after{content:"";background:var(--orange);width:74px;height:3px;margin:19px auto 0;display:block}.work-heading>p:last-child{color:var(--muted);margin:18px auto 0}.work-comparison-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.work-case-card{min-width:0}.work-comparison{aspect-ratio:1.38;background:#171a1b;border:1px solid #474c4b;border-radius:5px;position:relative;overflow:hidden;box-shadow:0 18px 40px #0000004d}.work-comparison img{object-fit:cover;height:100%}.work-comparison-after{width:100%}.work-comparison-before{width:var(--split);position:absolute;inset:0 auto 0 0;overflow:hidden}.work-comparison-before img{width:calc(min(100vw - 48px,1200px)/2 - 15px);max-width:none}.work-label{z-index:3;letter-spacing:.04em;text-transform:uppercase;background:#0a0d0edb;padding:5px 8px;font-size:.61rem;font-weight:800;position:absolute;bottom:14px}.work-label-before{left:14px}.work-label-after{background:var(--orange);color:#190c06;right:14px}.work-comparison-line{z-index:3;top:0;bottom:0;left:var(--split);background:var(--orange);width:4px;position:absolute;transform:translate(-2px)}.work-comparison-line span{background:var(--orange);color:#fff;border-radius:50%;place-items:center;width:35px;height:35px;font-weight:900;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.work-comparison input{z-index:4;cursor:ew-resize;opacity:0;width:100%;height:100%;margin:0;position:absolute;inset:0}.work-comparison:focus-within{outline-offset:5px;outline:3px solid #fff}.work-comparison input:focus-visible{outline:none}.work-case-copy{justify-content:space-between;gap:20px;padding:19px 0;display:flex}.work-case-copy h3{text-transform:none;font-size:1.15rem}.work-case-copy p{color:var(--muted);margin:4px 0 0;font-size:.74rem}.work-case-copy>.material-symbols-outlined{color:var(--orange);font-size:1.75rem}.work-proof-section{background:#121617;padding:82px 0}.work-proof-heading{justify-content:space-between;align-items:end;gap:50px;margin-bottom:42px;display:flex}.work-proof-heading h2{text-transform:none;margin:8px 0 13px}.work-proof-heading>div>p:last-child{max-width:780px;color:var(--muted)}.work-proof-heading>.material-symbols-outlined{width:58px;height:58px;color:var(--orange);border:1px solid #515755;flex:none;place-items:center;font-size:1.8rem;display:grid}.work-proof-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.work-proof-grid article{background:#202425;border:1px solid #393e3c;min-height:190px;padding:27px}.work-proof-grid article>.material-symbols-outlined{color:var(--orange)}.work-proof-grid h3{text-transform:none;margin:25px 0 9px;font-size:1.05rem}.work-proof-grid p{color:var(--muted);font-size:.8rem}.work-proof-grid article:nth-child(4){grid-column:1}.work-proof-grid article:nth-child(5){grid-column:2}.work-cta-section{text-align:center;background:#2a1811;padding:80px 0}.work-cta-icon{width:64px;height:64px;color:var(--orange);background:#f4641e33;border-radius:10px;place-items:center;margin:0 auto 25px;font-size:2rem;display:grid}.work-cta-section h2{text-transform:none;font-size:clamp(2.4rem,4.5vw,4rem)}.work-cta-section p{color:#d5d0cd;max-width:700px;margin:16px auto 28px}.work-cta-section .hero-actions{justify-content:center}.work-cta-section .button{min-width:210px}@media (width<=900px){.work-comparison-grid{grid-template-columns:1fr}.work-comparison-before img{width:calc(100vw - 48px)}.work-proof-grid{grid-template-columns:repeat(2,1fr)}.work-proof-grid article:nth-child(4),.work-proof-grid article:nth-child(5){grid-column:auto}}@media (width<=600px){.work-hero{align-items:flex-end;min-height:700px}.work-hero>img{object-position:67% center}.work-hero-shade{background:linear-gradient(#080b0c40,#080b0cbf 35%,#080b0cfa 93%)}.work-hero-copy{padding-block:150px 45px}.work-hero-copy h1{font-size:3rem}.work-hero-copy .hero-actions{flex-direction:column}.work-hero-copy .button{width:100%}.work-comparison-section{padding:65px 0}.work-comparison{aspect-ratio:1.15}.work-comparison-before img{width:calc(100vw - 48px)}.work-proof-section{padding:65px 0}.work-proof-heading{align-items:start}.work-proof-grid{grid-template-columns:1fr}.work-cta-section{padding:64px 0}.work-cta-section .hero-actions{flex-direction:column}.work-cta-section .button{width:100%}}.work-comparison-line{z-index:2}.work-gallery-section{background:#090c0d;padding:82px 0}.work-gallery-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.work-gallery-grid figure{background:#171b1c;border:1px solid #34393a;margin:0;overflow:hidden}.work-gallery-grid img{aspect-ratio:1;object-fit:cover;width:100%;transition:transform .25s}.work-gallery-grid figure:hover img{transform:scale(1.025)}.work-gallery-grid figcaption{gap:4px;padding:16px 17px;display:grid}.work-gallery-grid figcaption span{font-family:var(--display);text-transform:uppercase;font-size:.78rem;font-weight:800}.work-gallery-grid figcaption small{color:var(--muted);font-size:.66rem}@media (width<=900px){.work-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.work-gallery-section{padding:64px 0}.work-gallery-grid{grid-template-columns:1fr}}.about-page-hero{align-items:center;min-height:615px;padding-top:74px;display:flex;position:relative;overflow:hidden}.about-page-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.about-page-hero-shade{background:linear-gradient(90deg,#080b0cf7 0%,#080b0ccc 43%,#080b0c29 78%),linear-gradient(#0000 55%,#080b0c73);position:absolute;inset:0}.about-page-hero-copy{z-index:2;padding-block:74px 48px;position:relative}.about-page-hero-copy>.eyebrow{align-items:center;gap:11px;display:flex}.about-page-hero-copy>.eyebrow span{background:var(--orange);width:45px;height:3px;display:block}.about-page-hero-copy h1{text-transform:none;max-width:760px;margin:14px 0 20px;font-size:clamp(3.4rem,5.4vw,5rem)}.about-page-hero-copy h1>span{color:var(--orange)}.about-page-hero-copy>p:not(.eyebrow,.media-notice){color:#d3d6d4;max-width:650px;font-size:1rem}.about-page-hero-copy .media-notice{color:#afb4b2;max-width:720px}.about-story-section{background:#121617;padding:82px 0}.about-story-layout{grid-template-columns:1fr 1fr;align-items:center;gap:68px;display:grid}.about-story-media{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.about-archive-placeholder,.about-technical-media{aspect-ratio:4/5;border-radius:4px;min-width:0;overflow:hidden}.about-archive-placeholder{filter:grayscale();background:linear-gradient(155deg,#2a2e2f,#111516);border:1px dashed #626866;flex-direction:column;justify-content:flex-end;padding:24px;display:flex}.about-archive-placeholder>.material-symbols-outlined{color:#8f9693;margin-bottom:auto;font-size:2.3rem}.about-archive-placeholder strong{font-family:var(--display);text-transform:uppercase;font-size:1rem}.about-archive-placeholder small{color:#aeb4b1;margin-top:8px;line-height:1.45}.about-technical-media{margin-top:36px;position:relative;overflow:visible}.about-technical-media>img{object-fit:cover;border-radius:4px;width:100%;height:100%}.about-technical-media .media-notice{width:215%;margin:0;font-size:.62rem;position:absolute;top:calc(100% + 9px);left:0}.about-story-copy h2{border-left:4px solid var(--orange);text-transform:none;margin-bottom:25px;padding-left:22px;font-size:clamp(2.3rem,4vw,3.4rem)}.about-story-copy>p{color:#ced2d0}.about-story-copy aside{background:#292c2d;grid-template-columns:38px 1fr;gap:13px;margin-top:27px;padding:23px;display:grid}.about-story-copy aside>.material-symbols-outlined{color:var(--orange)}.about-story-copy aside strong{text-transform:uppercase;font-size:.78rem}.about-story-copy aside p{color:#d0d3d1;margin:5px 0 0;font-size:.8rem;font-style:italic}.about-standard-section{background:#090c0d;padding:82px 0}.about-standard-heading{text-align:center;max-width:790px;margin:0 auto 54px}.about-standard-heading h2{text-transform:none}.about-standard-heading p{color:var(--muted);margin:13px auto 0}.about-standard-grid{grid-template-columns:repeat(3,1fr);align-items:center;display:grid}.about-standard-grid article{text-align:center;background:#222627;border:1px solid #4a504e;min-height:300px;padding:39px 30px}.about-standard-grid article:nth-child(2){background:#2a2929;border-color:#a85b38;min-height:335px}.about-standard-grid article>.material-symbols-outlined{color:var(--orange);font-size:3rem}.about-standard-grid h3{text-transform:none;margin:23px 0 13px;font-size:1.2rem}.about-standard-grid p{color:#c7cbc9;font-size:.83rem}.about-team-section{background:#111516;padding:82px 0}.about-team-heading{align-items:end;gap:28px;margin-bottom:48px;display:flex}.about-team-heading>div{flex:none}.about-team-heading h2{text-transform:none}.about-team-heading p{color:var(--muted);margin:4px 0 0}.about-team-heading>span{background:#353a38;flex:1;height:1px;margin-bottom:13px}.about-team-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.about-team-placeholder{aspect-ratio:3/4;text-align:center;background:linear-gradient(145deg,#2b3030,#151919);border:1px dashed #555b59;place-content:center;display:grid;position:relative;overflow:hidden}.about-team-placeholder:after{content:"";background:linear-gradient(#0000 55%,#00000073);position:absolute;inset:0}.about-team-placeholder>span{color:#747c79;font-size:4.2rem}.about-team-placeholder>small{color:#8f9693;letter-spacing:.12em;text-transform:uppercase;margin-top:10px;font-size:.65rem}.about-team-placeholder>i{z-index:2;background:var(--orange);color:#fff;place-items:center;width:52px;height:52px;font-size:1.55rem;display:grid;position:absolute;bottom:0;left:0}.about-team-grid h3{text-transform:none;margin:13px 0 2px;font-size:1.05rem}.about-team-grid>article>p{color:var(--orange);font-size:.7rem}.about-cta-section{background:#101415;padding:74px 0}.about-cta-section .container>div{text-align:center;background:#282b2c;border:1px solid #525755;border-radius:6px;padding:54px}.about-cta-section h2{text-transform:none;font-size:clamp(2.5rem,4.7vw,4.2rem)}.about-cta-section p{color:#d0d3d1;max-width:680px;margin:15px auto 27px}.about-cta-section .hero-actions{justify-content:center}.about-cta-section .button{min-width:215px}@media (width<=900px){.about-story-layout{grid-template-columns:1fr;gap:75px}.about-story-media{max-width:650px}.about-standard-grid{grid-template-columns:1fr}.about-standard-grid article,.about-standard-grid article:nth-child(2){min-height:0}.about-team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.about-page-hero{align-items:flex-end;min-height:680px}.about-page-hero>img{object-position:67% center}.about-page-hero-shade{background:linear-gradient(#080b0c2e,#080b0cba 36%,#080b0cfa 92%)}.about-page-hero-copy{padding-block:145px 44px}.about-page-hero-copy h1{font-size:2.7rem}.about-story-section{padding:64px 0}.about-story-media{grid-template-columns:1fr 1fr;gap:12px}.about-archive-placeholder{padding:16px}.about-archive-placeholder strong{font-size:.76rem}.about-archive-placeholder small{font-size:.68rem}.about-technical-media{margin-top:24px}.about-technical-media .media-notice{width:210%;font-size:.56rem}.about-story-copy h2{font-size:2rem}.about-standard-section,.about-team-section{padding:64px 0}.about-team-heading{align-items:start}.about-team-heading>span{display:none}.about-team-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.about-team-placeholder>span{font-size:3rem}.about-team-grid h3{font-size:.9rem}.about-team-grid>article>p{font-size:.62rem}.about-cta-section{padding:55px 0}.about-cta-section .container>div{padding:40px 22px}.about-cta-section .hero-actions{flex-direction:column}.about-cta-section .button{width:100%}}.about-archive-image{aspect-ratio:4/5;background:#fff;border-radius:4px;min-width:0;overflow:hidden}.about-archive-image img{object-fit:cover;width:100%;height:100%}.about-technical-media{overflow:hidden}.about-story-media>.media-notice{grid-column:1/-1;margin:0;font-size:.68rem}.about-team-heading>div{flex:1;min-width:0}.page-contact{font-family:Georgia,Times New Roman,serif}.page-contact h1,.page-contact h2,.page-contact h3{letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif}.page-contact .site-header{background:#0d1011f0}.page-contact .header-inner{height:58px}.page-contact .brand span{font-family:Georgia,Times New Roman,serif;font-size:1.05rem}.page-contact .brand strong{font-family:Georgia,Times New Roman,serif;font-size:.73rem}.page-contact .site-nav{gap:1.5rem}.page-contact .site-nav>a:not(.button){font-family:Georgia,Times New Roman,serif;font-size:.77rem;font-weight:400}.page-contact .site-nav>a[aria-current=page]:not(.button){color:#ffb598}.page-contact .button-small{letter-spacing:0;text-transform:none;border-radius:4px;min-height:2.7rem;padding:.55rem 1.55rem;font-family:Georgia,Times New Roman,serif;font-size:.72rem;font-weight:400}.page-contact .header-inner,.page-contact .container{width:min(100% - 48px,924px)}.contact-page-hero{text-align:center;background:#111415;place-items:center;height:472px;padding-top:58px;display:grid;position:relative;overflow:hidden}.contact-page-hero>img{object-fit:cover;opacity:.18;width:100%;height:100%;position:absolute;inset:0}.contact-page-hero-shade{background:linear-gradient(#11141594,#111415 88%),linear-gradient(90deg,#11141559,#0000 45%,#11141559);position:absolute;inset:0}.contact-page-hero-copy{z-index:1;position:relative}.contact-page-hero h1{font-size:clamp(2.8rem,5.45vw,3.5rem);line-height:1.1}.contact-page-hero h1 span{color:var(--orange)}.contact-page-hero-copy>p:not(.media-notice){color:#e2bfb3;max-width:680px;margin:17px auto 0;font-size:1rem;line-height:1.55}.contact-page-hero .media-notice{color:#827a77;font-family:var(--body);justify-content:center;margin:12px auto 0;font-size:.58rem}.contact-page-hero .media-notice span{width:1rem;height:1rem;line-height:1rem}.contact-request-section{background:#111415;padding:0 0 64px}.contact-request-layout{grid-template-columns:minmax(0,4fr) minmax(0,8fr);align-items:start;gap:24px;display:grid}.contact-sidebar{gap:24px;display:grid}.contact-details-card,.contact-map-placeholder,.contact-insurance-note,.contact-request-layout>.estimate-form{background:#1d2021;border:1px solid #ffffff1a;border-radius:6px}.contact-details-card{min-height:382px;padding:28px}.contact-details-card h2{border-left:4px solid var(--orange);text-transform:none;margin-bottom:22px;padding-left:14px;font-size:1.42rem;line-height:1.3}.contact-details-card dl{margin:0}.contact-details-card dl>div{grid-template-columns:22px 1fr;gap:0 11px;margin-bottom:17px;display:grid}.contact-details-card dl .material-symbols-outlined{color:var(--orange);font-variation-settings:"FILL" 1;grid-row:1/3;font-size:1.25rem}.contact-details-card dt{color:#e1e3e4;font-size:.78rem;font-weight:700}.contact-details-card dd{color:#e2bfb3;margin:1px 0 0;font-size:.8rem;line-height:1.45}.contact-hours{border-top:1px solid #ffffff0f;margin-top:4px;padding-top:18px}.contact-hours strong{letter-spacing:.06em;text-transform:uppercase;font-size:.66rem}.contact-hours p{color:#e2bfb3;margin:8px 0 0;font-size:.8rem}.contact-map-placeholder{text-align:center;background:#0f1314;place-content:center;gap:8px;height:203px;display:grid;position:relative}.contact-map-button{color:#191c1d;text-transform:uppercase;background:#747777;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:3px 13px;font-size:.6rem;font-weight:700;display:inline-flex}.contact-map-placeholder small{color:#777f7c;max-width:210px;font-family:var(--body);font-size:.58rem}.contact-insurance-note{background:#4a1605;border-color:#f4641e73;grid-template-columns:34px 1fr;align-items:center;gap:12px;min-height:84px;padding:20px;display:grid}.contact-insurance-note>.material-symbols-outlined{color:var(--orange);font-variation-settings:"FILL" 1;font-size:2rem}.contact-insurance-note h2{color:#ffb598;text-transform:none;font-size:.84rem;line-height:1.25}.contact-insurance-note p{color:#e2bfb3;margin:3px 0 0;font-size:.67rem;line-height:1.35}.contact-request-layout>.estimate-form{padding:0;display:block;overflow:hidden}.estimate-form-heading{background:#282a2b8c;border-bottom:1px solid #ffffff0f;padding:27px 28px 24px}.estimate-form-heading h2{text-transform:none;font-size:1.4rem;line-height:1.3}.estimate-form-heading p{color:#e2bfb3;margin:7px 0 0;font-size:.8rem}.estimate-form-body{gap:22px;padding:24px 28px 28px;display:grid}.estimate-contact-grid{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.estimate-form-detailed .field{flex-direction:column;min-width:0;display:flex}.estimate-form-detailed .field label,.estimate-form-detailed legend{color:#e2bfb3;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:.62rem;font-weight:700}.estimate-form-detailed .field input,.estimate-form-detailed .field textarea{color:#e1e3e4;background:#191c1d;border:1px solid #5941387a;border-radius:2px;width:100%;padding:11px 13px;font-family:Georgia,Times New Roman,serif;font-size:.8rem}.estimate-form-detailed .field input{height:40px}.estimate-form-detailed .field textarea{resize:none;height:98px}.estimate-form-detailed .field input:focus,.estimate-form-detailed .field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 1px var(--orange);outline:0}.estimate-form-detailed .error{min-height:0}.estimate-form-detailed .error:not(:empty){min-height:1.15rem;padding-top:3px}.estimate-section{border:0;min-width:0;margin:0;padding:0}.estimate-section legend{color:#ffb598;letter-spacing:0;border-bottom:1px solid #ffb59838;width:100%;margin-bottom:14px;padding:0 0 8px;font-size:.74rem}.estimate-vehicle-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.photo-field-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.photo-field{aspect-ratio:1;color:#e2bfb3;text-align:center;cursor:pointer;background:#191c1d;border:2px dashed #5941388c;border-radius:2px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.photo-field:hover{border-color:var(--orange);color:#ffb598}.photo-field>.material-symbols-outlined{font-size:1.7rem}.photo-field strong{text-transform:uppercase;margin-top:7px;font-size:.54rem;line-height:1.2}.photo-field input{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.photo-field:has(input:disabled){cursor:not-allowed;opacity:.68}.photo-field:focus-within{outline-offset:3px;border-color:var(--orange);outline:3px solid #fff}.estimate-photos>p{color:#a98a7f;margin:11px 0 0;font-size:.62rem;line-height:1.4}.estimate-actions{border-top:1px solid #ffffff0f;grid-template-columns:1.7fr .9fr;gap:14px;padding-top:21px;display:grid}.estimate-submit,.estimate-draft{text-transform:uppercase;border-radius:2px;min-height:52px;font-family:Georgia,Times New Roman,serif;font-size:1.08rem;font-weight:700}.estimate-submit{background:var(--orange);color:#370e00;border:0;justify-content:center;align-items:center;gap:9px;display:flex}.estimate-submit .material-symbols-outlined{font-size:1.25rem}.estimate-submit[disabled]{background:var(--orange);color:#370e00;cursor:not-allowed;opacity:.74}.estimate-draft{color:#e1e3e4;background:0 0;border:2px solid #59413899}.estimate-draft[disabled]{cursor:not-allowed;opacity:.72}.contact-trust-section{background:#0c0f10;padding:64px 0 71px}.contact-trust-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.contact-trust-grid article{text-align:center}.contact-trust-grid article>.material-symbols-outlined{width:50px;height:50px;color:var(--orange);background:#7f2b002e;border:1px solid #f4641e59;border-radius:10px;place-items:center;margin:0 auto 17px;font-size:1.55rem;display:grid}.contact-trust-grid h2{text-transform:none;font-size:1.35rem;line-height:1.3}.contact-trust-grid p{color:#e2bfb3;max-width:310px;margin:12px auto 0;font-size:.8rem;line-height:1.5}.contact-footer{padding:62px 0 54px}.contact-footer-grid{grid-template-columns:1.15fr 1fr 1fr 1.05fr;gap:24px;display:grid}.contact-footer-grid>div{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.contact-footer .footer-brand{margin-bottom:13px}.contact-footer .footer-brand span{font-size:1rem}.contact-footer .footer-brand strong{font-size:.63rem}.contact-footer-grid h2{color:#ffb598;letter-spacing:0;text-transform:uppercase;margin-bottom:13px;font-size:.72rem}.contact-footer-grid p,.contact-footer-grid a{color:#e2bfb3;font-size:.73rem;line-height:1.45;text-decoration:none}.contact-footer-grid a{margin-bottom:8px}.contact-footer-grid p{gap:8px;margin:0 0 10px;display:flex}.contact-footer-grid p .material-symbols-outlined{font-size:.85rem}.contact-footer-grid small{color:#716966;letter-spacing:.08em;text-transform:uppercase;margin-top:20px;font-size:.52rem}.contact-social-placeholders{gap:10px;margin-top:20px;display:flex}.contact-social-placeholders span{color:#c4c6cb;background:#1d2021;border:1px solid #ffffff1a;border-radius:7px;place-items:center;width:32px;height:32px;font-size:1rem;display:grid}@media (width<=900px){.page-contact .header-inner{height:74px}.contact-page-hero{height:430px;padding-top:74px}.contact-request-layout{grid-template-columns:1fr}.contact-sidebar{grid-template-columns:1fr 1fr}.contact-insurance-note{grid-column:1/-1}.contact-trust-grid{gap:28px}.contact-footer-grid{grid-template-columns:1fr 1fr;gap:42px 28px}}@media (width<=600px){.contact-page-hero{height:390px}.contact-page-hero h1{font-size:2.55rem}.contact-page-hero-copy>p:not(.media-notice){font-size:.88rem}.contact-page-hero .media-notice{font-size:.52rem}.contact-request-section{padding-bottom:54px}.contact-sidebar{grid-template-columns:1fr}.contact-insurance-note{grid-column:auto}.contact-details-card{padding:25px}.estimate-form-heading{padding:24px}.estimate-form-body{gap:25px;padding:24px}.estimate-contact-grid,.estimate-vehicle-grid{grid-template-columns:1fr}.photo-field-grid{grid-template-columns:1fr 1fr}.estimate-actions{grid-template-columns:1fr}.estimate-submit,.estimate-draft{font-size:.94rem}.contact-trust-grid{grid-template-columns:1fr;gap:45px}.contact-footer-grid{grid-template-columns:1fr;gap:34px}}:root{--orange:#e31b23;--orange-hi:#ff3b43}.work-cta-section{background:#2b1012}.contact-insurance-note{background:#3a0c0f;border-color:#e31b2373}.contact-trust-grid article>.material-symbols-outlined{background:#780a1038;border-color:#e31b2361}.contact-social-placeholders a{background:#1d2021;border:1px solid #ffffff1a;border-radius:7px;place-items:center;width:32px;height:32px;text-decoration:none;display:grid}.contact-details-card a{color:inherit;text-underline-offset:3px;text-decoration-thickness:1px}.contact-map-button{text-decoration:none}@media (width<=1100px){.menu-button{display:block}.site-nav{padding:1rem var(--gutter) 1.5rem;border-bottom:1px solid var(--line);background:#101314;align-items:stretch;display:none;position:absolute;top:74px;left:0;right:0}.site-nav.is-open{flex-direction:column;display:flex}.site-nav>a:not(.button){padding:.55rem 0;font-size:.9rem}.site-nav>a[aria-current=page]:not(.button):after{display:none}.locale-link{border:0;padding-left:0}.page-contact .site-nav{gap:.4rem}}.garage-identity-section{background:#0d1011;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:72px 0}.garage-identity-grid{grid-template-columns:minmax(0,1.55fr) minmax(270px,.65fr);align-items:center;gap:46px;display:grid}.garage-sign-frame{background:linear-gradient(145deg,#1a1e1f,#080a0b);border:1px solid #34393a;padding:18px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0000004d}.garage-sign-frame:before{content:"";border-top:2px solid var(--orange);pointer-events:none;position:absolute;inset:0}.garage-sign-frame img{background:#fff;width:100%;height:auto;display:block}.garage-identity-copy h2{max-width:430px;margin:8px 0 17px;font-size:clamp(2rem,3.8vw,3.2rem)}.garage-identity-copy>p:last-child{color:var(--muted);margin:0;line-height:1.7}.google-reputation-section{background:radial-gradient(circle at 5%,#e31b2321,#0000 28%),#090c0d;padding:76px 0;overflow:hidden}.google-reviews-shell{grid-template-columns:minmax(360px,.9fr) minmax(0,2fr);align-items:stretch;gap:44px;display:grid}.google-reviews-summary{background:linear-gradient(145deg,#e31b2321,#0000 52%),#171b1c;border:1px solid #373c3d;flex-direction:column;justify-content:center;align-items:flex-start;padding:34px;display:flex}.google-reviews-summary h2{margin:7px 0 13px;font-size:clamp(2rem,3.35vw,3rem)}.google-reviews-summary>p:not(.eyebrow){color:var(--muted);margin:0}.google-rating{grid-template-columns:auto 1fr;align-items:center;gap:0 12px;margin:27px 0 25px;display:grid}.google-rating strong{color:#fff;font-family:var(--display);grid-row:1/3;font-size:2.6rem;line-height:1}.google-rating-stars{color:#fbbc04;letter-spacing:.05em;font-size:1.05rem;line-height:1}.google-rating small{color:#aeb4b1;margin-top:5px;font-size:.72rem}.google-reviews-summary>.button{gap:9px}.google-reviews-summary>.button .material-symbols-outlined{font-size:1rem}.google-reviews-content{min-width:0;padding:25px 0 6px}.google-reviews-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:17px;display:flex}.google-reviews-heading>strong{font-family:var(--display);letter-spacing:.1em;text-transform:uppercase;font-size:.84rem}.google-review-controls{gap:9px;display:flex}.google-review-controls button{color:#fff;cursor:pointer;background:#171b1c;border:1px solid #4b5150;place-items:center;width:42px;height:42px;display:grid}.google-review-controls button:hover,.google-review-controls button:focus-visible{border-color:var(--orange);background:var(--orange)}.google-review-controls button:disabled{cursor:not-allowed;opacity:.35}.google-review-rail{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--orange) #1c2021;overscroll-behavior-inline:contain;gap:16px;padding:2px 2px 15px;display:flex;overflow-x:auto}.google-review-rail:focus-visible{outline:2px solid var(--orange);outline-offset:5px}.google-review-rail::-webkit-scrollbar{height:7px}.google-review-rail::-webkit-scrollbar-track{background:#1c2021}.google-review-rail::-webkit-scrollbar-thumb{background:var(--orange)}.google-review-card{scroll-snap-align:start;color:#17191a;background:#f3f3f1;border:1px solid #414747;border-top:2px solid #e31b23b3;flex-direction:column;flex:0 0 max(255px,33.3333% - 10.6667px);min-height:235px;padding:21px;text-decoration:none;display:flex;position:relative}.google-review-card:hover{border-color:var(--orange)}.google-review-card header{grid-template-columns:42px 1fr auto;align-items:center;gap:11px;display:grid}.google-review-avatar{color:#fff;background:#2b3031;border-radius:50%;place-items:center;width:42px;height:42px;font-size:.72rem;font-weight:800;display:grid}.google-review-card header>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.google-review-card header strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;line-height:1.25;overflow:hidden}.google-review-card header small{color:#686d6d;margin-top:3px;font-size:.67rem}.google-review-mark{color:#4285f4;font-family:Arial,sans-serif;font-size:1.35rem;font-weight:800}.google-review-card blockquote{margin:28px 0 23px;font-size:.95rem;font-weight:600;line-height:1.55}.google-review-source{color:#5e5e5e;font-family:Roboto, var(--body), sans-serif;letter-spacing:normal;white-space:nowrap;margin-top:auto;font-size:.75rem;font-weight:400}.google-review-note{color:#858c89;max-width:780px;margin:12px 0 0;font-size:.67rem;line-height:1.45}.work-gallery-header{grid-template-columns:1fr auto;align-items:end;gap:34px;margin-bottom:28px;display:grid}.work-heading{max-width:780px}.work-heading small{color:#858c89;margin-top:12px;font-size:.72rem;display:block}.work-gallery-controls{gap:10px;display:flex}.work-gallery-controls button{color:#fff;cursor:pointer;background:#171b1c;border:1px solid #4b5150;place-items:center;width:46px;height:46px;transition:border-color .2s,background .2s,color .2s;display:grid}.work-gallery-controls button:hover,.work-gallery-controls button:focus-visible{border-color:var(--orange);background:var(--orange);color:#fff}.work-gallery-controls button:focus-visible{outline-offset:3px;outline:3px solid #fff}.work-gallery-controls button:disabled{cursor:not-allowed;opacity:.35}.work-gallery-grid{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--orange) #1c2021;overscroll-behavior-inline:contain;grid-template-columns:none;gap:20px;padding:0 0 18px;display:flex;overflow-x:auto}.work-gallery-grid:focus-visible{outline:2px solid var(--orange);outline-offset:6px}.work-gallery-grid figure{scroll-snap-align:start;flex:0 0 clamp(280px,35vw,420px)}.work-gallery-grid::-webkit-scrollbar{height:8px}.work-gallery-grid::-webkit-scrollbar-track{background:#1c2021}.work-gallery-grid::-webkit-scrollbar-thumb{background:var(--orange)}.contact-details-card,.contact-map,.contact-insurance-note,.contact-request-layout>.estimate-form{background:#1d2021;border:1px solid #ffffff1a;border-radius:6px}.contact-map{background:#0f1314;overflow:hidden}.contact-map iframe{filter:saturate(.75)contrast(1.05);border:0;width:100%;height:225px;display:block}.contact-map-footer{gap:10px;padding:14px;display:grid}.contact-map-footer small{color:#aeb3b1;font-family:var(--body);font-size:.62rem;line-height:1.4}.contact-map-button{background:var(--orange);color:#fff;justify-self:start;gap:5px}.contact-map-button .material-symbols-outlined{font-size:.8rem}@media (width<=900px){.garage-identity-grid{grid-template-columns:1fr;gap:30px}.garage-identity-copy{max-width:680px}.google-reviews-shell{grid-template-columns:1fr;gap:25px}.google-reviews-summary{grid-template-columns:1fr auto;gap:0 25px;display:grid}.google-reviews-summary>.eyebrow,.google-reviews-summary>h2,.google-reviews-summary>p{grid-column:1}.google-rating{grid-area:1/2/4;align-self:center;margin:0}.google-reviews-summary>.button{grid-column:1/-1;justify-self:start;margin-top:24px}.work-gallery-grid figure{flex-basis:clamp(285px,55vw,390px)}}@media (width<=600px){.garage-identity-section{padding:54px 0}.garage-sign-frame{padding:8px}.garage-identity-grid{gap:25px}.google-reputation-section{padding:54px 0}.google-reviews-summary{padding:27px 22px;display:flex}.google-rating{margin:24px 0 22px}.google-reviews-summary>.button{white-space:normal;width:100%;margin-top:0}.google-reviews-content{padding-top:0}.google-review-card{flex-basis:86%;min-height:220px}.work-gallery-header{grid-template-columns:1fr;gap:20px}.work-gallery-controls{justify-content:flex-end}.work-gallery-grid figure{flex-basis:84vw}.work-gallery-grid figcaption{min-height:86px}.contact-map iframe{height:250px}}
