@font-face{font-family:Archivo;font-style:normal;font-weight:500 900;font-display:optional;src:url(../fonts/archivo-latin.woff2) format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:300 700;font-display:optional;src:url(../fonts/inter-latin.woff2) format('woff2')}
:root{--blue:#2585f5;--blue-deep:#1768d5;--bg:#050505;--panel:#111318;--card:#171a20;--text:#fff;--muted:rgba(255,255,255,.72);--line:rgba(255,255,255,.13);--header:rgba(5,5,5,.9);--shadow:0 24px 60px rgba(0,0,0,.5);--max:1240px;--px:clamp(1rem,4vw,3rem);--bar:90px;color-scheme:dark}[data-theme=light]{--bg:#fff;--panel:#f4f6f9;--card:#fff;--text:#0a0c10;--muted:rgba(10,12,16,.68);--line:rgba(10,12,16,.13);--header:rgba(255,255,255,.92);--shadow:0 20px 50px rgba(10,20,40,.15);color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.6;overflow-x:hidden}body.nav-open,body.lightbox-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.container{width:min(100%,var(--max));margin:auto;padding-inline:var(--px)}.section{padding-block:clamp(3rem,7vw,6rem)}.section--alt{background:var(--panel)}h1,h2,h3{font-family:Archivo,Arial,sans-serif;line-height:1.08;margin:0}h1{font-size:clamp(2.35rem,6vw,4.7rem)}h2{font-size:clamp(1.75rem,3.4vw,2.65rem)}.lede{font-size:clamp(1rem,1.5vw,1.18rem);color:var(--muted);max-width:62ch;margin:1rem 0 0}.overline{display:inline-block;color:var(--blue);font:800 .76rem Archivo,sans-serif;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.8rem}.skip-link{position:absolute;left:-999px;top:0;z-index:999;background:var(--blue);padding:.8rem 1rem}.skip-link:focus{left:0}.sr-only,.hp{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.site-header{position:sticky;top:0;z-index:100;height:var(--bar);background:var(--header);border-bottom:1px solid var(--line);backdrop-filter:blur(15px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{height:64px}.brand img{height:100%;width:auto}.brand .dark-mark{display:none}[data-theme=light] .brand .light-mark{display:none}[data-theme=light] .brand .dark-mark{display:block}.nav,.nav-tools,.nav-list{display:flex;align-items:center}.nav{gap:1.2rem}.nav-list{list-style:none;margin:0;padding:0;gap:1.2rem}.nav-list a{font:700 .86rem Archivo,sans-serif;color:var(--muted)}.nav-list a:hover,.nav-list a[aria-current=page]{color:var(--blue)}.nav-tools{gap:.75rem}.nav-phone{font-weight:800}.icon-btn{border:1px solid var(--line);background:var(--card);min-width:44px;min-height:44px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.nav-toggle{display:none}.nav-toggle span{display:grid;place-items:center;font-size:1.2rem;line-height:1}.nav-toggle small{display:block;font:800 .48rem Archivo,sans-serif;letter-spacing:.08em}.nav-toggle-close{display:none}.nav-toggle[aria-expanded=true] .nav-toggle-open{display:none}.nav-toggle[aria-expanded=true] .nav-toggle-close{display:grid}.drawer{position:fixed;z-index:220;inset:0 0 0 auto;width:min(88vw,380px);padding:1.5rem;background:var(--panel);transform:translateX(105%);transition:transform .3s;overflow:auto}.drawer.is-open{transform:none}.drawer-close{margin-left:auto}.drawer-list{list-style:none;padding:1rem 0;margin:0}.drawer-list a{display:block;padding:1rem .2rem;border-bottom:1px solid var(--line);font:800 1.05rem Archivo,sans-serif}.scrim{position:fixed;z-index:210;inset:0;background:rgba(0,0,0,.62);opacity:0;pointer-events:none;transition:opacity .25s}.scrim.is-open{opacity:1;pointer-events:auto}
.page-hero{padding:clamp(3rem,7vw,6rem) 0;background:radial-gradient(circle at 82% 16%,rgba(37,133,245,.28),transparent 34%),linear-gradient(135deg,var(--bg),var(--panel))}.page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,340px);align-items:center;gap:clamp(2rem,6vw,5rem)}.page-callout,.contact-card,.notice,.gallery-empty{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.25rem;box-shadow:var(--shadow)}.page-callout{display:grid;gap:.45rem}.page-callout strong{font:900 clamp(1.6rem,3vw,2.3rem) Archivo,sans-serif;color:var(--blue)}.page-callout span,.fine-print,.form-note{color:var(--muted);font-size:.88rem}.page-callout a{font-weight:800}.notice{margin-bottom:1.25rem}.table-shell{overflow-x:auto;max-width:100%;width:100%;min-width:0;border:1px solid var(--line);border-radius:16px;background:var(--card)}table{width:100%;border-collapse:collapse;min-width:900px}th,td{text-align:left;padding:.8rem;border-bottom:1px solid var(--line)}th{font:800 .75rem Archivo,sans-serif;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}td input,td select,.field input,.field select,.field textarea{width:100%;min-height:46px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--text);padding:.7rem}.field textarea{min-height:130px;resize:vertical}.field label{display:block;font-weight:800;margin-bottom:.35rem}.field-error{display:block;color:#ff8d8d;font-size:.8rem;min-height:1.2em}.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:#ff6b6b}.remove-row{min-width:44px;min-height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer}.estimator-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.estimate-total{text-align:right;display:grid}.estimate-total strong{font:900 1.7rem Archivo,sans-serif;color:var(--blue)}.estimate-total small{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:0;border-radius:9px;padding:.82rem 1.35rem;background:var(--blue-deep);color:#fff;font:800 .9rem Archivo,sans-serif;cursor:pointer}.btn:hover{background:var(--blue)}.btn--ghost{background:transparent;border:1px solid var(--blue);color:var(--text)}.btn--block{width:100%}.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,6vw,5rem);align-items:start}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{margin-bottom:.8rem}.compact-contact{display:grid;gap:1rem;margin-top:1.4rem}.compact-contact a{display:grid}.compact-contact span{color:var(--muted)}.cf-turnstile{margin:1rem 0}.form-status{display:none;margin-top:1rem;padding:1rem;border-radius:8px}.form-status.is-visible{display:block}.form-status.ok{background:#123e2a}.form-status.err{background:#4c2020}
.project-video-section{background:linear-gradient(145deg,var(--panel),var(--bg))}.project-video-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:center;gap:clamp(2rem,7vw,6rem)}.project-video-copy{max-width:680px}.project-video-copy h2{font-size:clamp(2rem,5vw,4rem)}.project-video-note{margin:1.2rem 0;color:var(--muted);font-size:.9rem}.project-video-shell{width:min(100%,380px);justify-self:center;padding:.6rem;border:1px solid var(--line);border-radius:22px;background:var(--card);box-shadow:var(--shadow)}.project-video{display:block;width:100%;height:auto;aspect-ratio:29/53;border-radius:15px;background:#050505;object-fit:contain}
.gallery-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.gallery-filters{display:flex;gap:.6rem;flex-wrap:wrap}.filter-btn{min-height:44px;padding:.6rem 1rem;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--text);cursor:pointer}.filter-btn[aria-pressed=true]{background:var(--blue-deep);border-color:var(--blue);color:#fff}.gallery-count{color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(.8rem,2vw,1.25rem)}.gallery-card{grid-column:span 4;position:relative;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:var(--card);min-height:280px;cursor:pointer;text-align:left;color:var(--text);padding:0}.gallery-card:nth-child(5n+1){grid-column:span 8}.gallery-card img{width:100%;height:100%;min-height:280px;aspect-ratio:4/3;object-fit:cover;transition:transform .5s}.gallery-card:hover img,.gallery-card:focus-visible img{transform:scale(1.035)}.gallery-card-copy{position:absolute;inset:auto 0 0;padding:3.2rem 1rem 1rem;background:linear-gradient(transparent,rgba(0,0,0,.86));color:#fff}.gallery-card-copy strong{display:block;font:800 1.05rem Archivo,sans-serif}.gallery-card-copy span{font-size:.82rem;color:rgba(255,255,255,.78)}.gallery-more{display:flex;justify-content:center;margin-top:2rem}.gallery-empty{text-align:center}.gallery-empty[hidden]{display:none}.lightbox{position:fixed;z-index:400;inset:0;background:rgba(0,0,0,.94);display:none;align-items:center;justify-content:center;padding:clamp(.75rem,3vw,2rem)}.lightbox.is-open{display:flex}.lightbox-dialog{width:min(1100px,100%);height:min(88vh,900px);display:grid;grid-template-rows:minmax(0,1fr) auto;position:relative}.lightbox-media{min-height:0;display:grid;place-items:center}.lightbox-media img{max-height:100%;max-width:100%;object-fit:contain;border-radius:10px}.lightbox-copy{padding:1rem;color:#fff}.lightbox-copy h2{font-size:1.2rem}.lightbox-copy p{color:rgba(255,255,255,.74);margin:.3rem 0 0}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;z-index:2;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.65);color:#fff;display:grid;place-items:center;cursor:pointer}.lightbox-close{right:0;top:0}.lightbox-prev{left:0;top:50%}.lightbox-next{right:0;top:50%}
.site-footer{background:#090b0f;border-top:1px solid rgba(255,255,255,.12);padding:3rem 0 1.3rem;color:#fff}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.footer-brand img{width:180px;height:auto}.footer-brand p{color:rgba(255,255,255,.65);max-width:42ch}.footer-cols{display:flex;justify-content:flex-end;gap:clamp(2rem,6vw,5rem)}.footer-col{display:grid;align-content:start;gap:.5rem}.footer-col h2{font-size:1rem}.footer-col a{color:rgba(255,255,255,.75)}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.12);padding-top:1rem;margin-top:2rem;color:rgba(255,255,255,.6);font-size:.82rem}.aiq-signature{text-align:center;background:#050505;color:#fff;padding:.7rem}.aiq-signature a{display:inline-flex;align-items:center;gap:.42rem}.aiq-signature svg{width:15px;height:15px;color:#b7f801;filter:drop-shadow(0 0 7px rgba(183,248,1,.48))}.aiq-signature strong{color:#b7f801;font-weight:500}
@media(max-width:760px){.project-video-grid{grid-template-columns:1fr}.project-video-shell{width:min(100%,340px)}}
@media(max-width:900px){.nav-list,.nav-phone{display:none}.nav-toggle{display:grid}.page-hero-grid,.form-layout{grid-template-columns:1fr}.table-shell{display:block;width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);overflow:visible}.table-shell table{min-width:0;width:100%}.table-shell thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.table-shell tbody,.table-shell tr,.table-shell td{display:block;width:100%}.table-shell tr{border-bottom:1px solid var(--line);padding:.7rem}.table-shell td{border:0;padding:.42rem}.table-shell td::before{display:block;color:var(--muted);font:800 .68rem Archivo,sans-serif;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.22rem}.table-shell td:nth-child(1)::before{content:'Room / area'}.table-shell td:nth-child(2)::before{content:'Width (in)'}.table-shell td:nth-child(3)::before{content:'Height (in)'}.table-shell td:nth-child(4)::before{content:'Quantity'}.table-shell td:nth-child(5)::before{content:'Film'}.table-shell td:nth-child(6)::before{content:'Starting price'}.table-shell td:nth-child(7)::before{content:'Remove opening'}.gallery-card,.gallery-card:nth-child(5n+1){grid-column:span 6}.footer-top{grid-template-columns:1fr}.footer-cols{justify-content:flex-start}}
@media(max-width:620px){:root{--bar:82px}.brand{height:54px}.page-hero{padding-top:2.5rem}.field-row{grid-template-columns:1fr}.table-shell{display:block;width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);overflow:visible}.table-shell table{min-width:0;width:100%}.table-shell thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.table-shell tbody,.table-shell tr,.table-shell td{display:block;width:100%}.table-shell tr{border-bottom:1px solid var(--line);padding:.7rem}.table-shell td{border:0;padding:.42rem}.table-shell td::before{display:block;color:var(--muted);font:800 .68rem Archivo,sans-serif;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.22rem}.table-shell td:nth-child(1)::before{content:'Room / area'}.table-shell td:nth-child(2)::before{content:'Width (in)'}.table-shell td:nth-child(3)::before{content:'Height (in)'}.table-shell td:nth-child(4)::before{content:'Quantity'}.table-shell td:nth-child(5)::before{content:'Film'}.table-shell td:nth-child(6)::before{content:'Starting price'}.table-shell td:nth-child(7)::before{content:'Remove opening'}.gallery-grid{display:block}.gallery-card,.gallery-card:nth-child(5n+1){width:100%;margin-bottom:1rem;min-height:230px}.gallery-card img{min-height:230px}.footer-cols{display:grid;grid-template-columns:1fr 1fr}.footer-bottom{display:grid}.lightbox-prev{left:.2rem}.lightbox-next{right:.2rem}.page-hero .lede,.project-video-copy .lede{font-size:1.08rem;line-height:1.65}.project-video-copy h2{font-size:2.15rem}.project-video-note{font-size:1rem;line-height:1.65}.project-video-copy .btn{width:100%;font-size:1rem}.gallery-card-copy strong{font-size:1.1rem}.gallery-card-copy span{font-size:.94rem}.gallery-count,.fine-print{font-size:1rem;line-height:1.65}}
.estimator-hero{max-width:900px;text-align:center}.estimator-hero .overline{justify-content:center}.estimator-hero .lede{margin-inline:auto;max-width:70ch}.estimator-pricing-note{display:inline-block;margin-top:1.3rem;padding:.8rem 1rem;border:1px solid var(--line);border-radius:10px;background:var(--card);color:var(--muted);font-weight:650}.estimator-workspace{padding:clamp(1rem,3vw,2rem);max-width:1180px;margin-inline:auto}.estimator-workspace>.notice{margin-bottom:1.1rem}.estimator-customer-heading{margin-top:2.2rem;padding-top:2rem;border-top:1px solid var(--line);max-width:760px}.estimator-customer-heading p{margin-top:.65rem;color:var(--muted)}.estimator-submit-actions{display:flex;justify-content:flex-end;gap:.8rem;flex-wrap:wrap;margin-top:1.2rem}.estimator-submit-actions .btn{min-width:190px;justify-content:center}
@media(max-width:620px){.estimator-submit-actions{display:grid}.estimator-submit-actions .btn{width:100%}}
@media print{.site-header,.drawer,.scrim,.site-footer,.aiq-signature,.cf-turnstile,#pricing-status,#add-row-btn,.remove-row,.form-note,.form-status{display:none!important}body{background:#fff!important;color:#111!important}.page-hero{padding:0 0 1rem;background:none!important}.section{padding:0;background:#fff!important}.container{width:100%;max-width:none;padding:0}.contact-card{border:0;box-shadow:none;padding:0}.table-shell{overflow:visible}.table-shell table{min-width:0}.estimator-submit-actions{display:none}.estimator-customer-heading{margin-top:1rem;padding-top:1rem}input,select,textarea{color:#111!important;background:#fff!important;border:1px solid #999!important}.estimate-total strong{color:#111!important}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
