:root{--orange:#e93908;--orange-dark:#cf2d05;--black:#111;--text:#171719;--muted:#57585d;--cream:#fbf8f5;--line:#1111111a;--shadow:0 12px 28px #1111111f;--shadow-hover:0 20px 44px #1111112e;--gutter:clamp(20px, 5vw, 80px);--maxw:1280px;--header-h:clamp(74px, 6.6vw, 104px);color:var(--text);background:var(--cream);scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}*{box-sizing:border-box}body{background:var(--cream);min-width:320px;margin:0;font-size:1rem;line-height:1.5;overflow-x:hidden}img,svg{max-width:100%}[hidden]{display:none!important}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}:where(a,button,input,textarea):focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:4px}section[id]{scroll-margin-top:var(--header-h)}.site-header{z-index:50;height:var(--header-h);padding:0 var(--gutter);background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(16px,3vw,40px);display:grid;position:sticky;top:0;box-shadow:0 4px 18px #00000012}.brand{align-items:center;display:inline-flex}.logo{object-fit:contain;width:auto;height:clamp(50px,5.4vw,74px);display:block}.nav-links{justify-content:center;align-items:center;gap:clamp(20px,2.6vw,44px);font-size:clamp(15px,1.05vw,17px);font-weight:700;display:flex}.nav-links a{white-space:nowrap;padding:8px 2px;position:relative}.nav-links a:after{content:"";background:var(--orange);border-radius:3px;width:0;height:3px;transition:width .18s;position:absolute;bottom:-2px;left:0}.nav-links a:hover:after,.nav-links .active:after{width:100%}.nav-links .active{color:var(--orange)}.estimate-pill{color:#fff;background:linear-gradient(135deg,#da2c03,#f04a13);border-radius:8px;justify-content:space-between;justify-self:end;align-items:center;gap:12px;height:clamp(42px,4vw,50px);padding:0 clamp(16px,1.6vw,22px);font-size:clamp(14px,1vw,16px);font-weight:800;transition:transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 10px 18px #e9390833}.estimate-pill:hover{transform:translateY(-2px);box-shadow:0 14px 24px #e9390852}.nav-toggle{background:var(--cream);cursor:pointer;border:0;border-radius:10px;justify-content:center;justify-self:end;align-items:center;width:46px;height:46px;padding:0;display:none}.nav-toggle-bars{width:24px;height:16px;display:block;position:relative}.nav-toggle-bars span{background:var(--text);border-radius:3px;width:100%;height:2.5px;transition:transform .22s,opacity .16s,top .22s;position:absolute;left:0}.nav-toggle-bars span:first-child{top:0}.nav-toggle-bars span:nth-child(2){top:6.75px}.nav-toggle-bars span:nth-child(3){top:13.5px}.site-header.is-open .nav-toggle-bars span:first-child{top:6.75px;transform:rotate(45deg)}.site-header.is-open .nav-toggle-bars span:nth-child(2){opacity:0}.site-header.is-open .nav-toggle-bars span:nth-child(3){top:6.75px;transform:rotate(-45deg)}.mobile-overlay,.mobile-drawer{display:none}@media (width<=1080px){.mobile-overlay{display:block}.mobile-drawer{display:flex}}.mobile-overlay{z-index:60;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;visibility:hidden;background:#0d0d0e8c;transition:opacity .32s,visibility 0s linear .32s;position:fixed;inset:0}.mobile-overlay.is-open{opacity:1;visibility:visible;transition:opacity .32s}.mobile-drawer{z-index:70;will-change:transform;overscroll-behavior:contain;background:#fff;flex-direction:column;width:min(86vw,360px);height:100svh;transition:transform .38s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-24px 0 60px #00000047}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 22px 16px;display:flex}.mobile-drawer-label{letter-spacing:3px;text-transform:uppercase;color:var(--orange);font-size:12px;font-weight:800}.mobile-drawer-close{background:var(--cream);width:42px;height:42px;color:var(--text);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;transition:background .16s,transform .16s;display:inline-flex}.mobile-drawer-close:hover{background:#f0ece7;transform:rotate(90deg)}.mobile-drawer-close svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;width:22px;height:22px}.mobile-drawer-nav{flex-direction:column;padding:8px 12px;display:flex}.mobile-drawer-nav a{border-bottom:1px solid var(--line);opacity:0;border-radius:10px;justify-content:space-between;align-items:center;padding:16px 14px;font-size:19px;font-weight:750;transition:opacity .36s,transform .36s,background .16s,color .16s;display:flex;transform:translate(16px)}.mobile-drawer-nav a:last-child{border-bottom:0}.mobile-drawer.is-open .mobile-drawer-nav a{opacity:1;transition-delay:calc(.14s + var(--drawer-i,0) * 70ms);transform:translate(0)}.mobile-drawer-nav a .arrow-icon{width:22px;color:var(--orange);opacity:0;transition:opacity .16s,transform .2s;transform:translate(-6px)}.mobile-drawer-nav a:hover,.mobile-drawer-nav a.active{color:var(--orange);background:#e939080f}.mobile-drawer-nav a:hover .arrow-icon,.mobile-drawer-nav a.active .arrow-icon{opacity:1;transform:translate(0)}.mobile-drawer-foot{padding:16px 18px calc(18px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);margin-top:auto}.estimate-pill.mobile{justify-content:center;gap:12px;width:100%;height:54px;font-size:16px}.mobile-drawer-contact{gap:10px;margin:16px 0 0;padding:0;list-style:none;display:grid}.mobile-drawer-contact a{color:var(--muted);align-items:center;gap:12px;font-size:14px;font-weight:700;transition:color .16s;display:flex}.mobile-drawer-contact a:hover{color:var(--orange)}.mobile-drawer-contact .inline-icon{width:18px;height:18px;color:var(--orange)}.hero-section{height:calc(100svh - var(--header-h));background:var(--orange);grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:520px;display:grid}.hero-copy{padding:clamp(28px, 4vw, 56px) var(--gutter);color:#fff;background:radial-gradient(circle at 7% 15%,#ffffff1f,#0000 23%),linear-gradient(155deg,#df3504 0%,#e83f08 52%,#d73304 100%);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.angle-lines,.pattern-corner{pointer-events:none;position:absolute}.angle-lines{z-index:0;width:100%;height:100%;inset:0;overflow:hidden}.angle-lines:before{content:"";opacity:.28;background:repeating-linear-gradient(135deg,#fff6 0 2px,#0000 2px 64px) 0 0/90px 90px,linear-gradient(#ffffff29 1px,#0000 1px) 0 0/46px 46px,linear-gradient(90deg,#ffffff29 1px,#0000 1px) 0 0/46px 46px;animation:26s linear infinite hatch-drift;position:absolute;inset:-60%;-webkit-mask-image:linear-gradient(225deg,#000 28%,#0006 58%,#0000 84%);mask-image:linear-gradient(225deg,#000 28%,#0006 58%,#0000 84%)}.angle-lines:after{content:"";background:radial-gradient(34% 40% at 88% 12%,#ffffff38,#0000 70%),radial-gradient(40% 46% at 8% 92%,#15151547,#0000 72%);animation:9s ease-in-out infinite alternate glow-pulse;position:absolute;inset:0}@keyframes hatch-drift{to{background-position:90px 90px,46px 46px,46px 46px}}@keyframes glow-pulse{0%{opacity:.75}to{opacity:1}}@media (prefers-reduced-motion:reduce){.angle-lines:before,.angle-lines:after{animation:none}}.eyebrow,.section-kicker span{text-transform:uppercase;letter-spacing:clamp(2px,.4vw,4px);font-weight:800}.eyebrow{align-items:center;gap:12px;margin:0 0 14px;font-size:clamp(11px,.9vw,14px);display:flex}.eyebrow span{background:currentColor;border-radius:50%;flex:none;width:5px;height:5px}.hero-copy h1,.about-copy h2,.section-heading h2,.service-card h3{text-transform:uppercase;letter-spacing:0;font-family:Impact,Haettenschweiler,Arial Black,sans-serif;line-height:.95}.hero-copy h1{max-width:12ch;margin:0;font-size:clamp(46px,6vw,92px)}.hero-copy h1 span,.hero-copy h1 strong{display:block}.hero-copy h1 strong{color:#151515;font-weight:900}.hero-text{max-width:50ch;margin:clamp(16px,1.8vw,26px) 0;font-size:clamp(16px,1.25vw,21px);font-weight:500;line-height:1.5}.hero-actions{flex-wrap:wrap;align-items:stretch;gap:clamp(12px,1.4vw,18px);display:flex}.button{border-radius:8px;justify-content:center;align-items:center;gap:12px;height:clamp(46px,3.6vw,52px);padding:0 clamp(20px,2vw,28px);font-size:clamp(14px,1vw,16px);font-weight:800;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button.dark{color:#fff;background:#1b1b1d;flex:0 auto;box-shadow:0 12px 20px #0000002e}.button.dark:hover{transform:translateY(-2px);box-shadow:0 16px 26px #00000047}.button.outline{border:2px solid #ffffffe6;flex:0 auto}.button.outline:hover{background:#ffffff24}.service-area{align-items:center;gap:10px;margin:clamp(16px,2vw,24px) 0 0;font-size:clamp(13px,.95vw,16px);font-weight:600;display:flex}.inline-icon{fill:currentColor;stroke:currentColor;stroke-width:1.2px;flex:none;width:20px;height:20px}.hero-image-wrap{height:100%;min-height:0;position:relative;overflow:hidden}.hero-image{transform:translate3d(0, var(--parallax,0px), 0);will-change:transform;background-image:url(/assets/hero-tv-wall.png);background-position:50%;background-size:cover;position:absolute;inset:-8% 0}.hero-image-wrap:before{content:"";z-index:1;pointer-events:none;position:absolute;inset:0;box-shadow:inset 18px 0 40px -28px #0000008c}.section-pad{padding:clamp(56px, 7vw, 100px) var(--gutter)}.section-kicker{color:var(--orange);flex-direction:column;gap:12px;margin-bottom:clamp(18px,2.4vw,28px);display:inline-flex}.section-kicker span{font-size:clamp(13px,1vw,16px)}.section-kicker i{background:var(--orange);width:64px;height:4px}.about-section{background:radial-gradient(circle at 12% 35%,#e939080b,#0000 23%),#fffaf6;grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr);align-items:center;gap:clamp(36px,5vw,72px);display:grid;position:relative;overflow:hidden}.about-copy{z-index:1;position:relative}.about-copy h2{max-width:16ch;margin:0;font-size:clamp(32px,3.6vw,52px)}.headline-rule{background:linear-gradient(90deg, var(--orange) 0 calc(100% - 30px), transparent calc(100% - 30px));width:min(440px,100%);height:5px;margin:clamp(18px,2.4vw,26px) 0 20px;position:relative}.headline-rule:after{content:"";background:var(--orange);width:30px;height:5px;position:absolute;top:0;right:0;transform:skew(-28deg)}.about-copy p{max-width:56ch;margin:0 0 12px;font-size:clamp(15px,1.05vw,18px);line-height:1.6}.value-grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,24px);display:grid;position:relative}.value-card,.service-card{box-shadow:var(--shadow);background:#fff;border-radius:10px;transition:transform .2s,box-shadow .2s}.value-card:hover,.service-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.value-card{text-align:left;border:1px solid #1111110f;flex-direction:column;align-items:flex-start;padding:clamp(30px,2.8vw,40px) clamp(24px,2.2vw,30px) clamp(28px,2.6vw,34px);display:flex;position:relative;overflow:hidden}.value-card:before{content:"";background:linear-gradient(90deg, var(--orange), #f0561a);transform-origin:0;width:100%;height:4px;transition:transform .32s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;transform:scaleX(0)}.value-card:hover:before{transform:scaleX(1)}.value-index{color:#e939081a;letter-spacing:-1px;-webkit-user-select:none;user-select:none;font-family:Impact,Haettenschweiler,Arial Black,sans-serif;font-size:clamp(40px,4vw,58px);line-height:1;position:absolute;top:clamp(14px,1.6vw,22px);right:clamp(16px,1.8vw,24px)}.icon-circle{border:2px solid var(--orange);width:64px;height:64px;color:var(--orange);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.value-card>.icon-circle{background:#e939080d;border:2px solid #e9390840;width:clamp(64px,6vw,76px);height:clamp(64px,6vw,76px)}.icon-circle svg{fill:none;stroke:currentColor;stroke-width:3.6px;stroke-linecap:round;stroke-linejoin:round;width:70%;height:70%}.value-card h3{margin:clamp(18px,2vw,24px) 0 14px;font-size:clamp(19px,1.4vw,23px);font-weight:800}.mini-rule{background:var(--orange);width:40px;height:3px;margin:0 0 16px;display:block}.mini-rule.left{width:30px;margin:6px 0 12px}.value-card p{color:#41414a;margin:0;font-size:clamp(14px,1vw,16px);line-height:1.65}.decor-house{fill:none;stroke:#e939080e;stroke-width:14px;stroke-linecap:round;stroke-linejoin:round;width:300px;max-width:42vw;position:absolute;bottom:-12px;left:-16px}.pattern-corner{opacity:.2;background:repeating-linear-gradient(135deg,#0000 0 40px,#e9390833 42px 44px,#0000 46px 90px);width:300px;height:210px;top:-40px;right:-60px}.services-section{background:#fffaf6}.section-heading{max-width:var(--maxw);margin:0 auto}.centered{text-align:center}.centered .section-kicker{align-items:center;margin-bottom:14px}.centered .section-kicker i{width:56px}.section-heading h2{max-width:22ch;margin:0 auto clamp(32px,3.6vw,44px);font-size:clamp(30px,3.6vw,52px)}.services-grid{max-width:var(--maxw);grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,24px);margin:0 auto;display:grid}.service-card{flex-direction:column;display:flex;overflow:hidden}.service-media{overflow:hidden}.service-card img{aspect-ratio:2.35;object-fit:cover;width:100%;transition:transform .52s cubic-bezier(.22,1,.36,1);display:block}.service-card:hover img{transform:scale(1.06)}.service-content{flex:1;grid-template-columns:clamp(48px,4.4vw,60px) 1fr;align-items:start;gap:clamp(12px,1.4vw,18px);padding:clamp(18px,1.8vw,24px) clamp(20px,2vw,26px);display:grid}.service-content .icon-circle{width:clamp(48px,4.4vw,56px);height:clamp(48px,4.4vw,56px)}.service-card h3{margin:0;font-size:clamp(19px,1.5vw,24px);line-height:1}.service-card p{color:#29292d;margin:0;font-size:clamp(14px,1vw,16px);line-height:1.5}.contact-section{color:#fff;background:#151516}.contact-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.contact-panel{padding:clamp(40px, 5vw, 72px) var(--gutter);background:linear-gradient(135deg,#0000009e,#161617f5),radial-gradient(circle at 78% 18%,#e9390838,#0000 42%),radial-gradient(circle at 75% 55%,#ffffff0f,#0000 20%);border-right:1px solid #ffffff1f;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.contact-pattern{opacity:.12;background:repeating-linear-gradient(135deg,#0000 0 36px,#e9390880 38px 40px,#0000 42px 86px)}.contact-kicker{color:var(--orange);letter-spacing:3px;text-transform:uppercase;margin:0 0 4px;font-size:clamp(11px,.9vw,13px);font-weight:800;position:relative}.contact-panel h2{text-transform:uppercase;margin:0 0 14px;font-family:Impact,Haettenschweiler,Arial Black,sans-serif;font-size:clamp(32px,3.2vw,48px);line-height:1;position:relative}.contact-lead{color:#ffffffb8;max-width:38ch;margin:0 0 26px;font-size:clamp(14px,1.05vw,17px);line-height:1.55;position:relative}.contact-panel ul{gap:12px;margin:0;padding:0;list-style:none;display:grid;position:relative}.contact-panel li,.contact-panel li a{align-items:center;gap:14px;font-size:clamp(14px,1vw,17px);font-weight:600;transition:color .16s;display:flex}.contact-panel li a:hover{color:var(--orange)}.contact-panel li span{word-break:break-word}.contact-panel .inline-icon{color:#fff;background:linear-gradient(135deg, var(--orange), #f0561a);border-radius:8px;flex:none;width:36px;height:36px;padding:9px;box-shadow:0 6px 14px #e939084d}.estimate-form{padding:clamp(30px, 4vw, 56px) var(--gutter);color:var(--black);background:#f7f7f7;flex-direction:column;justify-content:center;display:flex}.estimate-form h3{margin:0 0 22px;font-size:clamp(17px,1.4vw,22px);font-weight:800}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.field span{letter-spacing:.4px;text-transform:uppercase;color:#6a6a72;font-size:12px;font-weight:700}.form-row .field{margin-bottom:0}.estimate-form input,.estimate-form textarea{color:#222;background:#fff;border:1px solid #d8d8d8;border-radius:8px;outline:none;width:100%;padding:13px 14px;font-size:15px;transition:border-color .16s,box-shadow .16s}.estimate-form textarea{resize:vertical;min-height:110px}.estimate-form input:focus,.estimate-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #e9390824}.estimate-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e23807,#f05a17);border:0;border-radius:6px;justify-content:center;align-items:center;gap:14px;width:100%;height:52px;margin-top:6px;padding:0 20px;font-size:clamp(15px,1.1vw,17px);font-weight:800;transition:transform .16s,box-shadow .16s;display:flex}.estimate-form button:hover{transform:translateY(-2px);box-shadow:0 14px 22px #e939084d}.estimate-form button .arrow-icon{width:20px}.arrow-icon{fill:none;stroke:currentColor;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:26px;height:20px}.copyright{text-align:center;color:#ffffffd1;background:#111;margin:0;padding:16px;font-size:clamp(12px,.9vw,13px)}[data-reveal]{opacity:0;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--reveal-i,0) * 90ms);will-change:opacity, transform;transform:translateY(26px)}[data-reveal].is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transition:none;transform:none}}@media (width<=1080px){.nav-links,.estimate-pill:not(.mobile){display:none}.nav-toggle{display:inline-flex}.hero-section{height:calc(100svh - var(--header-h));flex-direction:column;grid-template-columns:none;min-height:0;display:flex}.hero-image-wrap{flex:0 30svh;order:-1;height:auto;min-height:110px}.hero-copy{min-height:0;padding:clamp(26px, 4vh, 46px) var(--gutter);flex:auto;justify-content:center;gap:clamp(10px,1.8vh,18px)}.hero-copy .eyebrow{margin-bottom:0}.hero-copy h1{font-size:clamp(34px,8.5vw,60px)}.hero-text{margin:0;font-size:clamp(14px,2vh,18px)}.hero-actions,.service-area{margin-top:clamp(4px,1vh,12px)}.about-section{grid-template-columns:1fr;gap:clamp(32px,5vw,48px)}.about-copy h2{max-width:20ch}}@media (width<=1080px) and (height<=720px){.hero-image-wrap{flex-basis:24svh}.hero-copy{padding:clamp(16px, 3vh, 28px) var(--gutter);gap:8px}.hero-copy h1{font-size:clamp(30px,7.5vw,44px)}.hero-text{font-size:14px;line-height:1.4}}@media (width<=900px){.value-grid,.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-inner{grid-template-columns:1fr}.contact-panel{border-bottom:1px solid #ffffff1f;border-right:0}}@media (width<=600px){.value-grid,.services-grid,.form-row{grid-template-columns:1fr}.hero-copy h1{font-size:clamp(36px,10vw,52px)}.eyebrow{flex-wrap:wrap}.hero-actions{flex-direction:column}.button.dark,.button.outline{width:100%}.service-area{align-items:flex-start}.logo{height:54px}}@media (width<=380px){.logo{height:48px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto;transition-duration:.001ms!important;animation-duration:.001ms!important}}
