/* DEELORI — one visual system; component rules first, responsive rules below. */
@font-face{font-family:'Google Sans';src:url('fonts/GoogleSans-Cyrillic-400.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap;unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Google Sans';src:url('fonts/GoogleSans-Latin-400.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{
 color-scheme:light;--blue-deep:#294b5d;--blue:#477892;--blue-bright:#6c9bb3;--blue-soft:#dcebf2;--blue-mist:#eef5f7;--white:#fff;--page:#f5f7f7;--canvas:#f5f7f7;--heading-glow:#6f9caf24;--surface:#fbfcfc;--raised:#e9f0f2;--text:#252c2e;--muted:#5d676d;--line:#294b5d24;--edge:#47789242;--accent:var(--blue);--shine-mid:#7ca7bb;--shine-peak:#d6e7ed;--brand-gradient:linear-gradient(125deg,var(--blue-deep),#4f819a);
 --wave-base:#f0f4f5;--wave-blue:#bad0dc;--wave-pearl:#e3ebef;
 --glass:linear-gradient(135deg,#ffffffe8,#f4f8f9bd);--inset:inset 0 1px 0 #ffffffed,inset 0 -1px 0 #ffffff70;--shadow:0 22px 42px -17px #263e5033,0 8px 17px -11px #263e501f;
 --serif:'Google Sans',Arial,sans-serif;--sans:'Google Sans',Arial,sans-serif;--ease:cubic-bezier(.22,1,.36,1);--nav-offset:164px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:var(--nav-offset)}
body{position:relative;isolation:isolate;margin:0;background:var(--page);color:var(--text);font:400 15px/1.65 var(--sans)}
body::before{content:'';position:fixed;z-index:-2;inset:0;pointer-events:none;background:linear-gradient(145deg,var(--wave-base) 12%,var(--wave-pearl) 55%,var(--wave-base));opacity:.65}
body.has-gradient-wave::before{opacity:0}
.gradient-wave{position:fixed;inset:0;z-index:-1;display:block;width:100%;height:100%;pointer-events:none;filter:blur(28px);clip-path:inset(0);opacity:.68}
body:has(dialog[open]){overflow:hidden}
html.play-intro,html.play-intro body{overflow:hidden}
.site-intro{display:none}
html.play-intro .site-intro{position:fixed;inset:0;z-index:100;display:grid;place-items:center;overflow:hidden;perspective:1000px;background:linear-gradient(145deg,#d2dde1,#b6c9d0 58%,#829dab);animation:site-intro-leave 2s cubic-bezier(.4,0,.2,1) both}
.site-intro::after{content:'';position:absolute;inset:-80% auto -80% -45%;width:28%;transform:rotate(19deg);background:linear-gradient(90deg,transparent,#ffffff70,transparent);filter:blur(16px);animation:site-intro-light 2s ease-in-out both}
.site-intro-lockup{position:relative;text-align:center;transform-style:preserve-3d;animation:site-intro-arrive 2s both}
.site-intro-mark{display:block;width:clamp(150px,22vw,220px);height:auto;margin:0 auto 16px;backface-visibility:hidden;animation:site-intro-mark 2s cubic-bezier(.45,0,.18,1) both}
.site-intro-name{font-size:clamp(19px,2.8vw,27px);font-weight:500;letter-spacing:.14em;color:#425c68;animation:site-intro-wordmark 2s both}
.site-intro-group{margin-top:5px;font-size:9px;letter-spacing:.47em;color:#607985;animation:site-intro-wordmark 2s both}
html.play-intro .header,html.play-intro main,html.play-intro footer{animation:site-intro-reveal 2s cubic-bezier(.16,1,.3,1) both}
@keyframes site-intro-mark{0%{opacity:0;transform:translateZ(-360px) rotateY(-18deg) scale(.62)}48%{opacity:1;transform:translateZ(0) rotateY(1deg) scale(1)}69%{opacity:1;transform:translateZ(25px) rotateY(0) scale(1.06)}100%{opacity:1;transform:translateZ(580px) rotateY(0) scale(2.7)}}
@keyframes site-intro-arrive{0%,10%{opacity:0}34%,92%{opacity:1}100%{opacity:0}}
@keyframes site-intro-wordmark{0%,18%{opacity:0;transform:translateY(8px)}38%,63%{opacity:1;transform:translateY(0)}80%,100%{opacity:0;transform:translateY(6px)}}
@keyframes site-intro-light{0%,27%{left:-45%;opacity:0}44%{opacity:.65}73%{left:120%;opacity:.5}100%{left:130%;opacity:0}}
@keyframes site-intro-leave{0%,79%{opacity:1;visibility:visible;transform:rotateY(0) scale(1)}100%{opacity:0;visibility:hidden;transform:rotateY(5deg) scale(1.035)}}
@keyframes site-intro-reveal{0%,78%{opacity:.86;filter:blur(6px)}100%{opacity:1;filter:blur(0)}}
button,input,textarea{font:inherit;color:inherit}
button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
button{cursor:pointer;border:0}
button:disabled{cursor:default;opacity:.35}
a{color:inherit;text-decoration:none}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
img,svg{display:block;max-width:100%}
figure,p,h1,h2,h3{margin:0}
h1,h2,h3{line-height:1.15;text-wrap:balance}
h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;text-shadow:0 2px 18px var(--heading-glow)}
h2{font-size:clamp(32px,3.8vw,56px)}
h2 span{color:var(--muted)}
p{text-wrap:pretty}
::selection{color:var(--page);background:var(--accent)}
[hidden]{display:none!important}
.wrap{width:min(1600px,calc(100% - 112px));margin-inline:auto}
.section{padding-block:86px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:48px}
.section-heading>p{max-width:320px;flex:0 1 320px;color:var(--muted);font-size:14px}
.eyebrow{display:block;font-size:12px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:20px}
.text-link{display:inline-flex;align-items:center;gap:10px;padding-block:10px;transition:color .25s}
.text-link:hover{color:var(--accent)}
.button{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:58px;padding:16px 28px;border:1px solid var(--edge);border-radius:7px;background:var(--surface);box-shadow:0 9px 24px #2f485522;font-size:16px;font-weight:500;transition:background .25s,box-shadow .25s,transform .3s var(--ease),border-color .25s}
.button::before{content:'';position:absolute;inset:68% 14% -7px;z-index:-1;pointer-events:none;background:#7fa6b88a;filter:blur(18px);opacity:.18;transition:opacity .3s}
.button>span{font-size:20px;transition:transform .35s var(--ease)}
.button.orange{background:var(--brand-gradient);color:#f8fbfc;border-color:#294b5d;box-shadow:inset 0 1px 0 #ffffff2b,0 12px 28px #294b5d3d}
.button.dark{background:var(--blue-soft);color:#1e2b39;border-color:var(--blue-soft)}
.button:hover{transform:translateY(-2px);box-shadow:0 15px 32px #294b5d3d}
.button:hover::before{opacity:.34}
.button:hover>span{transform:translate(2px,-2px)}
.button:active{transform:translateY(0) scale(.985)}
.skip{position:fixed;z-index:20;top:-90px;left:16px;background:var(--text);color:var(--page);padding:14px}
.skip:focus{top:8px}

/* Floating navigation, with an expanding mobile menu. */
.nav-sentinel{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}
.header{--text:#f3f8fa;--muted:#cfdee4;--line:#dceaf538;--edge:#dceaf55c;--accent:#c0dce7;--surface:#f8fbfc;--raised:#e4eff3;position:sticky;z-index:8;top:16px;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px 22px;margin-top:16px;padding:12px 20px;border:1px solid var(--edge);border-radius:12px;color:var(--text);background:var(--brand-gradient);backdrop-filter:blur(22px) saturate(1.08);-webkit-backdrop-filter:blur(22px) saturate(1.08);box-shadow:0 15px 38px -18px #2038468f;transition:box-shadow .3s,border-color .3s}
.header.is-scrolled{background:linear-gradient(125deg,#294b5df2,#4f819af2);border-color:var(--edge);box-shadow:0 17px 42px -18px #203846a8}
.header::before{content:'';position:absolute;z-index:0;inset:-40% -55%;pointer-events:none;background:linear-gradient(105deg,transparent 38%,#d9eef40b 45%,#ffffff30 50%,#d9eef40d 55%,transparent 62%);transform:translateX(-48%);animation:header-sheen 14s cubic-bezier(.45,0,.35,1) infinite}
.header>*{position:relative;z-index:1}
.brand{display:inline-flex;align-items:center;gap:10px;width:fit-content}
.weel-mark{width:32px;flex-shrink:0}
.weel-mark img{width:100%;height:auto}
.header .weel-mark img{filter:brightness(0) invert(1) opacity(.94) drop-shadow(0 1px 2px #132b41a8)}
.weel-word{font-size:21px;font-weight:600;line-height:1;letter-spacing:-.035em}
.weel-word>span{display:block;font-size:7px;font-weight:500;letter-spacing:.38em;margin-top:7px;color:var(--muted)}
.header nav{display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px}
.header nav a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 12px;border:1px solid #d9ecf74a;border-radius:6px;background:#ffffff1c;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:600;letter-spacing:0;text-shadow:none;white-space:nowrap;transition:background .3s,border-color .3s,color .3s}
.header nav a:hover,.header nav a[aria-current]{background:#d7ebfb3b;border-color:#d9ecf78a;color:#fff}


.cart-trigger{display:flex;align-items:center;justify-content:center;gap:12px;min-height:44px;border:1px solid #dceaf570;border-radius:10px;background:#ffffff1c;color:#fff;box-shadow:inset 0 1px 0 #ffffff29,0 6px 18px #172c4026;padding:10px 16px;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:600;white-space:nowrap;transition:background .25s,border-color .25s}
.cart-trigger:hover{background:#ffffff2b;border-color:#edf7ffad}
.header .cart-trigger .text-shimmer{color:#fff;text-shadow:none}
.cart-trigger #cart-count{display:grid;place-items:center;min-width:23px;height:23px;border:1px solid var(--line);background:#eef5f7;color:var(--blue-deep);border-radius:6px;font-size:10px}
.menu-toggle{display:none}
.social-links{display:flex;gap:8px;align-items:center}
.social-link{width:44px;height:44px;border:1px solid var(--line);border-radius:11px;display:grid;place-items:center;background:var(--surface);color:var(--text);box-shadow:0 6px 17px #294b5d14;transition:background .3s,transform .3s,border-color .3s}
.social-link:hover{background:var(--raised);border-color:var(--edge);transform:translateY(-2px)}
.social-link svg{width:18px;height:18px}
.social-letter{font-size:11px;font-weight:600}
.social-label{display:none}


/* Light canvas and softly tinted sections. */
.dark-section,#work-dialog{color-scheme:dark;--page:#20272a;--surface:#293236;--raised:#343e42;--text:#f2f7f8;--muted:#ccdade;--line:#d8e8ec33;--edge:#d8e8ec52;--accent:#b9d7e2;--shine-mid:#c8e0e8;--shine-peak:#edf6f8;--heading-glow:#7fa7b53d;color:var(--text);background:#20272a}
.dark-section{border-block:0}
.pearl-section{background:linear-gradient(180deg,transparent 0,#dfe9f14d 14%,#e5edf480 50%,#dfe9f14d 86%,transparent 100%)}
.service-card,.price-category-card,.project-form,.price-conditions,.live-estimate{backdrop-filter:blur(14px) saturate(1.08);-webkit-backdrop-filter:blur(14px) saturate(1.08)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.header-tools{grid-column:1/-1;display:flex;align-items:center;gap:24px;padding-top:9px;border-top:1px solid var(--line);min-width:0}
.header-socials{display:flex;gap:8px;margin-left:auto}
.header-socials .social-link{width:40px;height:40px;border-radius:7px;color:var(--blue-deep)}
.site-search{position:relative;display:flex;align-items:center;flex:1;max-width:350px;min-width:0}
.site-search input[type=search]{margin:0;width:100%;height:42px;border:1px solid var(--line);border-radius:7px;background:var(--surface);padding:9px 48px 9px 15px;font-size:14px;color:#252c2e}
.site-search input::placeholder{color:#68737d}
.site-search>button{position:absolute;right:1px;top:1px;display:grid;place-items:center;width:42px;height:40px;background:transparent;color:var(--accent);border-radius:7px}
.site-search>button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}
.site-search-results{position:absolute;z-index:10;top:calc(100% + 8px);left:0;right:0;max-height:min(440px,60dvh);overflow:auto;overscroll-behavior:contain;padding:6px;border:1px solid var(--edge);border-radius:10px;background:var(--surface);box-shadow:0 18px 45px #252c2e26}
.site-search-result{display:grid;gap:4px;padding:12px;border-radius:6px;min-height:56px}
.site-search-result:hover,.site-search-result.is-active{background:var(--blue-mist)}
.site-search-name{font-size:14px;font-weight:500;line-height:1.4}
.site-search-meta{font-size:12px;color:var(--muted)}
.site-search-empty{padding:18px;font-size:14px;color:var(--muted)}
.what-we-do{position:relative;padding:44px clamp(22px,3vw,48px);margin-top:38px;margin-bottom:28px;border:1px solid #6f91ad2b;border-radius:12px;background:linear-gradient(125deg,var(--surface),var(--blue-mist));box-shadow:var(--shadow)}
.directions-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:38px}
.directions-heading h2{font-size:clamp(36px,4.5vw,58px)}
.direction-jump{display:block;width:70px;color:var(--accent);flex-shrink:0}
.direction-jump svg{width:100%;transition:transform .3s}
.direction-jump:hover svg{transform:translateY(5px)}
.turnkey{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;padding:36px 0 44px;border-bottom:1px solid var(--edge)}
.turnkey h3{font:400 clamp(30px,3.5vw,48px)/1.15 var(--serif);letter-spacing:-.025em}
.turnkey h3 em{color:var(--accent);font-style:normal}
.turnkey p{max-width:660px;margin-top:20px;color:var(--muted);font-size:16px}
.turnkey-actions{display:grid;gap:12px;align-content:center;justify-items:center}
.turnkey-actions .text-link{font-size:15px;gap:16px}
.direction-row{display:grid;grid-template-columns:44px minmax(0,1.2fr) minmax(0,1fr) 44px;align-items:center;gap:24px;min-height:116px;padding:24px 0;border-bottom:1px solid var(--line);transition:background .25s}
.direction-number{font-size:12px;color:var(--muted)}
.direction-row h3{font:400 clamp(28px,2.7vw,42px)/1.18 var(--serif);letter-spacing:-.025em;text-shadow:0 2px 16px var(--heading-glow)}
.direction-row p{font-size:14px;color:var(--muted)}
.direction-row>svg{width:44px;fill:none;stroke:var(--accent);stroke-width:1.4;transition:transform .3s}
.direction-row:hover>svg{transform:translateX(5px)}
.direction-row:hover{background:#dcebf24a}
.project-modes{display:flex;gap:10px;flex-wrap:wrap;border:0;padding:0;margin:0 0 18px}
.project-modes legend{font-size:13px;margin-bottom:10px;color:var(--muted)}
.project-modes label{flex:1;min-width:120px;display:flex;gap:8px;align-items:center;border:1px solid var(--line);border-radius:7px;padding:12px;cursor:pointer;color:var(--text)}
.project-modes label:has(:checked){border-color:var(--accent);background:var(--blue-soft)}
.project-modes input{margin:0;accent-color:var(--accent);width:17px;height:17px}
.project-mode-description{font-size:14px;color:var(--muted);margin-bottom:20px}
.price-row:target{background:var(--blue-soft);outline:2px solid #364e68;outline-offset:4px}

/* Hero: typography, architectural planes and the existing metal mark. */
.hero{position:relative;display:grid;grid-template-columns:1.06fr 1fr;align-items:center;gap:48px;padding-block:38px 28px}
.hero::before{content:'';position:absolute;inset:0 0 -15% 40%;z-index:-1;pointer-events:none;opacity:.34;background-image:linear-gradient(#d4e2e908 1px,transparent 1px),linear-gradient(90deg,#d4e2e908 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse,#000 15%,transparent 70%)}
.hero-copy{position:relative;z-index:2;min-width:0;padding-block:12px}
.hero-copy .eyebrow{font-size:9px;letter-spacing:.13em}
.little-line{display:inline-block;width:24px;height:1px;margin-right:12px;vertical-align:middle;background:var(--accent)}
.hero h1{font-size:clamp(48px,5.2vw,78px);line-height:1.04;letter-spacing:-.05em;margin-block:26px 16px}
.line-window{display:block}
.hero-type-line{min-height:1.04em;font-size:.78em;white-space:nowrap}
.hero h1 em{color:var(--accent);font-style:normal}
.type-caret{display:inline-block;height:.7em;width:1px;margin-left:4px;background:var(--accent);animation:caret 1s step-end infinite}
.typing-complete .type-caret,.hero-motion-paused .type-caret{visibility:hidden}
@keyframes header-sheen{0%,16%{transform:translateX(-48%)}72%,100%{transform:translateX(48%)}}
@keyframes caret{50%{opacity:0}}
.hero-description{color:var(--muted);font-size:16px;line-height:1.75;max-width:440px;margin-bottom:25px}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px 24px}
.hero-works-link{display:inline-flex;align-items:center;gap:14px;min-height:44px;font-size:12px;color:var(--muted);transition:color .3s}
.hero-works-link>span{font-size:18px;transition:transform .3s}
.hero-works-link:hover{color:var(--text)}
.hero-works-link:hover>span{transform:translate(2px,-2px)}
.hero-discount{display:flex;align-items:center;gap:5px;margin-top:18px;color:var(--muted);font-size:12px;line-height:1.5}
.hero-discount::before{content:'';flex:none;width:18px;height:1px;margin-right:7px;background:var(--accent)}
.hero-discount strong{color:var(--accent);font-weight:500}
.hero-price-link{display:flex;gap:14px;align-items:center;width:fit-content;margin-top:18px}
.hero-price-link strong{font:400 31px/1 var(--serif);color:var(--accent)}
.hero-price-link>span{color:var(--muted);font-size:12px;line-height:1.5;font-weight:500;letter-spacing:.1em}
.brand-object{position:relative;isolation:isolate;min-width:0;align-self:stretch;min-height:440px;display:flex;flex-direction:column;perspective:1100px}
.brand-object::before{content:'';position:absolute;z-index:-1;inset:10% 7% 13% 9%;border:1px solid #d5e0ec38;border-radius:30px;background:linear-gradient(135deg,#dbe8ed13,#e3edf202 45%,#8fadcd0b);box-shadow:inset 0 1px 0 #fff3,inset -1px 0 0 #fff1,20px 22px 60px #01050840;transform:rotateY(-15deg) rotateZ(-6deg)}
.brand-object::after{content:'';position:absolute;z-index:-2;inset:19% 0 7% 21%;border:1px solid #c3d5dd13;border-radius:24px;background:linear-gradient(130deg,#cadbe509,transparent);transform:rotateY(-12deg) rotateZ(8deg)}
.scene-backplate{position:absolute;z-index:-3;inset:8% -2% 9% -3%;pointer-events:none;background:radial-gradient(ellipse at 50% 45%,#b1b9b71c,transparent 64%)}
.scene-floor{position:absolute;z-index:-1;bottom:8%;left:17%;width:74%;height:10%;border-radius:50%;background:#272d3240;filter:blur(25px);transform:rotate(-7deg)}
.scene-signature{position:absolute;right:10%;top:9%;font-size:8px;letter-spacing:.22em;color:#697274;transform:rotate(-6deg)}
.logo-canvas{position:relative;flex:1;min-height:390px}
.logo-canvas canvas{position:absolute;inset:0;width:100%;height:100%}
.logo-fallback{position:absolute;inset:13% 13% 12%;width:74%;height:75%;object-fit:contain;filter:drop-shadow(10px 16px 10px #05090e35);transform:rotate(-4deg);animation:logo-sway 12s ease-in-out infinite;animation-play-state:paused}
.logo-canvas.is-motion-active .logo-fallback{animation-play-state:running}
@keyframes logo-sway{0%,100%{transform:perspective(800px) rotateX(-4deg) rotateY(-12deg) rotateZ(-3deg) translateY(0)}35%{transform:perspective(800px) rotateX(7deg) rotateY(14deg) rotateZ(2deg) translateY(-5px)}70%{transform:perspective(800px) rotateX(-6deg) rotateY(3deg) rotateZ(-1deg) translateY(3px)}}
.has-webgl .logo-fallback{display:none}

/* Photographs: native scroll fallback, enhanced with dimensional switching. */
.works-track{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(240px,23vw,330px);align-items:start;gap:24px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 1px 18px;scroll-padding-inline:1px}
.works-track::-webkit-scrollbar{display:none}
.work-card{min-width:0;scroll-snap-align:start}
.work-photo{position:relative;display:block;padding:0;width:100%;overflow:hidden;border:1px solid #f5f0e41c;border-radius:18px;background:#1b2023;aspect-ratio:3/4;box-shadow:0 10px 28px #01080f26}
.work-photo::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#0e111500 65%,#06101914);transition:opacity .4s;opacity:0}
.work-photo img{width:100%;height:100%;object-fit:contain;transition:transform .8s var(--ease)}
.photo-zoom{position:absolute;z-index:1;top:16px;right:16px;width:42px;height:42px;border:1px solid #ffffff40;border-radius:12px;display:grid;place-items:center;background:#182125ad;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--page);font-size:21px;transition:background .3s,transform .4s}
.work-photo:hover .photo-zoom{background:#182125e8;transform:translate(2px,-2px)}
.work-photo:hover::after{opacity:1}
.work-card figcaption{padding-top:17px}
.work-card figcaption>span{color:var(--muted);font-size:10px}
.work-card h3{font-size:17px;font-weight:450;margin-top:5px;line-height:1.5;letter-spacing:-.02em}
.gallery-controls{display:flex;align-items:center;gap:30px;padding-top:16px}
#gallery-position{font-size:10px;letter-spacing:.12em;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;min-width:84px}
.gallery-progress{height:1px;background:var(--line);flex:1;overflow:hidden}
.gallery-progress>span{display:block;height:100%;background:var(--accent);transform:scaleX(var(--gallery-progress,.35));transform-origin:left;transition:transform .3s}
.gallery-arrows{display:flex;gap:8px}

/* Two separate faces preserve true perspective throughout a 180-degree turn. */
.photo-flip{min-width:0}
.works-flip{display:grid;grid-template-columns:minmax(0,440px) minmax(0,1fr);gap:clamp(36px,7vw,110px);align-items:center;padding:20px clamp(0px,4vw,55px) 35px}
.flip-stage{position:relative;display:block;width:100%;aspect-ratio:3/4;perspective:1400px;touch-action:pan-y;border:0;background:transparent;padding:0;isolation:isolate}
.flip-rotor{position:absolute;inset:0;display:block;transform-style:preserve-3d}
.flip-face{position:absolute;inset:0;display:block;overflow:hidden;border-radius:14px;backface-visibility:hidden;-webkit-backface-visibility:hidden;box-shadow:0 20px 34px -18px #294b5d60;background:var(--raised);transform:rotateY(0)}
.flip-face.flip-back{transform:rotateY(180deg)}
.flip-face img{display:block;width:100%;height:100%;object-fit:contain;border-radius:0}
.flip-caption{perspective:1000px;min-width:0}
.flip-category{display:block;color:var(--muted);font-size:12px;margin-bottom:18px}
.works-flip .flip-title{font:400 clamp(27px,3.2vw,44px)/1.15 var(--serif);letter-spacing:-.035em;color:var(--blue-deep);max-width:15ch}
.flip-controls{display:flex;gap:8px;align-items:center;margin-top:16px}
.landing-photo .flip-caption{margin-top:18px;min-height:95px}
.landing-photo .flip-category{font-size:10px;margin-bottom:6px}
.landing-photo .flip-title{font-size:15px;line-height:1.4}
.flip-full .flip-stage{height:min(70dvh,950px);aspect-ratio:auto}
.flip-full>.flip-caption{display:none}
.flip-full .flip-face{background:#151d22;box-shadow:none}

/* Services: light surfaces with restrained pointer feedback. */
.service-index{color:var(--accent);font:400 27px/1 var(--serif)}
.service-card::before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at var(--pointer-x,50%) var(--pointer-y,0%),#d5e1e514,transparent 65%);opacity:0;transition:opacity .4s}
.add-service:active{transform:scale(.97)}
.catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:32px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-card{position:relative;isolation:isolate;min-width:0;display:flex;flex-direction:column;padding:30px;overflow:hidden;background:var(--glass);border:1px solid var(--line);border-radius:12px;box-shadow:var(--inset),var(--shadow);transition:transform .45s var(--ease),border-color .4s,box-shadow .4s}.service-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:38px}.service-label{color:var(--accent);font-size:12px;font-weight:500;line-height:1.45;text-align:right}.service-card h3{font-size:20px;font-weight:450;letter-spacing:-.025em;line-height:1.35}.service-card>p{color:var(--muted);font-size:13px;margin-block:12px 30px}.service-pricing{margin-top:auto}.price{display:block;font-size:28px;font-weight:450;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.price small{font-size:12px;color:var(--muted);font-weight:400;letter-spacing:0}.price-offer{display:block;font-size:10px;color:var(--muted);margin-top:3px}.service-bottom{display:flex;justify-content:end;align-items:center;gap:10px;margin-top:24px}.add-service{display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:var(--surface);border:1px solid var(--line);box-shadow:0 6px 17px #294b5d17;padding:10px 15px;border-radius:10px;white-space:nowrap;font-size:13px;transition:background .25s,border-color .25s,transform .25s}.add-service:hover,.add-service.is-added{background:var(--blue-soft);border-color:#47789270;color:#263946}
.live-estimate{position:sticky;top:var(--nav-offset);min-width:0;border:1px solid var(--edge);border-radius:16px;background:linear-gradient(135deg,#e5ecf4d6,#ffffff9e);padding:27px;box-shadow:var(--inset)}.live-estimate .eyebrow{font-size:10px}.live-estimate h3{font:400 36px/1.15 var(--serif);text-shadow:0 2px 16px var(--heading-glow)}.live-total-row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line);font-size:12px}.live-total-row strong{font-size:25px;font-weight:500;white-space:nowrap}#live-count{font-size:12px;color:var(--muted)}.live-estimate>.button{width:100%;margin-top:22px;font-size:15px;padding-inline:16px}.live-estimate>small{display:block;margin-top:10px;font-size:11px;color:var(--muted)}.estimate-empty{margin-top:14px;color:var(--muted);font-size:12px}.estimate-legend{margin:14px 0 0;padding:0;list-style:none}.estimate-legend-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:8px;font-size:12px;align-items:baseline}.estimate-service-amount{font-weight:500;white-space:nowrap}.price-note{margin-top:28px;font-size:12px;color:var(--muted);max-width:760px}.price-note>span{margin-right:10px}
.discount-breakdown{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;align-items:baseline;color:var(--muted);font-size:12px;line-height:1.4}.discount-breakdown s,.discount-breakdown strong{justify-self:end;white-space:nowrap;font-variant-numeric:tabular-nums}.discount-breakdown strong{color:var(--accent);font-weight:500}.live-estimate .discount-breakdown{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.live-estimate .live-total-row{margin-top:10px;padding-top:0;border:0}.cart-footer .total-row{padding-top:13px;border-top:1px solid var(--line)}


/* Process, project form and footer. */
#process{position:relative}
#process>.wrap{--accent:#b9d7e2;--shine-mid:#c8e0e8;--shine-peak:#edf6f8;--text:#f2f7f8;--muted:#ccdade;--line:#d8e8ec33;position:relative;isolation:isolate;overflow:hidden;color:var(--text);padding:clamp(28px,3vw,42px);background:var(--brand-gradient);border-radius:12px;box-shadow:var(--inset),var(--shadow)}
#process>.wrap::before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 70% 0%,#d1e4e91a,transparent 70%)}
#process::before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 10% 50%,#bec7cc09,transparent 63%)}
:where(.project-form,#order-form) input:focus,:where(.project-form,#order-form) textarea:focus{background:var(--surface);border-color:var(--accent)}
.file-drop:hover{background:var(--blue-mist);border-color:var(--accent)}
.cta::before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 70% 0%,#d1e4e91a,transparent 70%)}
.footer-wordmark{width:100%;overflow:hidden;text-align:center;font:500 clamp(70px,18vw,310px)/.95 var(--sans);letter-spacing:-.075em;color:#30383c12;border-bottom:1px solid var(--line);padding-bottom:42px;user-select:none}
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}.steps article{position:relative;padding-top:26px;border-top:1px solid var(--line)}.steps article>span{color:var(--accent);font:400 44px/1 var(--serif);letter-spacing:-.05em}.steps h3{font-size:19px;font-weight:450;margin-block:28px 12px;letter-spacing:-.025em}.steps p{font-size:13px;color:var(--muted);max-width:310px}.project-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:100px;align-items:start}.project-heading p{color:var(--muted);margin-top:25px;max-width:480px}.project-heading .project-detail{font-size:13px}.plan-illustration{position:relative;max-width:470px;margin-top:48px;padding:20px;color:#aebbbd;border:1px solid var(--line);border-radius:4px;transform:perspective(900px) rotateX(10deg) rotateZ(-3deg);background:linear-gradient(135deg,#b9d4de07,transparent)}.plan-illustration svg{width:100%;fill:none;stroke:currentColor;stroke-width:1.2}.plan-illustration .water-route{stroke:var(--accent);stroke-width:2}.plan-illustration span{display:block;font-size:9px;letter-spacing:.16em;margin:8px 0 0 25px}.project-form{background:var(--glass);border:1px solid var(--edge);box-shadow:var(--inset),var(--shadow);padding:38px;border-radius:12px;min-width:0}.project-form h3{font:400 30px/1.2 var(--serif);margin-bottom:25px}
:where(.project-form,#order-form) label{display:block;font-size:13px;color:var(--muted)}:where(.project-form,#order-form) input:not([type=checkbox]):not([type=file]):not([type=radio]),:where(.project-form,#order-form) textarea{display:block;width:100%;min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:9px;margin-top:8px;padding:14px;color:var(--text);font-size:16px;line-height:1.45;transition:border-color .25s,background .25s}:where(.project-form,#order-form) textarea{resize:vertical}:where(.project-form,#order-form) input::placeholder,:where(.project-form,#order-form) textarea::placeholder{color:#6d7072;font-size:14px}.file-drop{position:relative;display:grid;justify-items:center;gap:7px;padding:28px 18px;background:var(--blue-mist);border:1px dashed var(--edge);border-radius:7px;text-align:center;cursor:pointer;transition:background .25s,border-color .25s}.file-drop:focus-within{outline:2px solid var(--accent);outline-offset:4px}.file-drop strong{font-weight:500;font-size:14px}.file-drop>span{color:var(--muted);font-size:11px}.file-drop .file-symbol{font-size:30px;color:var(--text)}.file-drop input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}#project-file-name{max-width:100%;overflow-wrap:anywhere}.project-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-block:24px 18px}.project-consent,.order-consent{display:flex;gap:12px;align-items:start;color:var(--muted);font-size:12px;line-height:1.6;margin-block:22px}input[type=checkbox]{width:18px;height:18px;margin:2px 0 0;flex-shrink:0;accent-color:var(--accent)}.project-form>.button{width:100%}#project-status,#order-status{font-size:13px;overflow-wrap:anywhere;margin-top:14px}
.cta{position:relative;isolation:isolate;overflow:hidden;padding:64px;display:flex;align-items:center;justify-content:space-between;gap:40px;margin-block:44px 80px;border:1px solid var(--edge);background:var(--brand-gradient);box-shadow:var(--inset),var(--shadow);border-radius:12px}.cta h2{font-size:clamp(35px,3.2vw,45px)}.cta-actions{display:grid;gap:18px;min-width:260px}.cta-actions>a:last-child{font-size:11px;text-align:center}.footer{display:flex;flex-wrap:wrap;align-items:center;gap:28px 40px;padding-block:0 48px}.footer>span,.footer>small{font-size:11px;color:var(--muted)}.footer>small{margin-left:auto}

/* Native dialogs scroll internally on short screens. */
dialog{padding:30px;border:1px solid var(--edge);border-radius:22px;background:var(--surface);color:var(--text);box-shadow:var(--inset),0 40px 100px #02080da3;width:min(580px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto}dialog::backdrop{background:#070d12c9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.icon-button{display:grid;place-items:center;min-width:44px;height:44px;border:1px solid var(--line);border-radius:11px;background:#d3e4ef08;font-size:22px;line-height:1;flex-shrink:0;transition:background .25s,border-color .25s,transform .25s}.icon-button:hover{background:#d3e4ef14;border-color:var(--edge)}.cart-header{display:flex;justify-content:space-between;align-items:start;gap:20px;padding-bottom:24px}.cart-header h2{font-size:36px}.cart-header .eyebrow{margin-bottom:7px}.cart-item{border-top:1px solid var(--line);padding-block:18px}.cart-item h3{font-size:16px;font-weight:500}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:14px;gap:14px}.cart-item-bottom strong{white-space:nowrap;font-size:16px}.quantity{display:flex;align-items:center;gap:5px}.quantity input{width:64px;min-width:0;text-align:center;border:1px solid var(--line);border-radius:6px;background:var(--page);padding:9px 2px;appearance:textfield;font-size:16px}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{appearance:none;margin:0}.quantity-hint,.cart-item-group{font-size:11px;color:var(--muted)}.quantity-hint{margin-top:9px}.cart-item-group{display:block;margin-bottom:7px}.estimate-intro{font-size:14px;color:var(--muted);margin-top:18px}.quantity button{width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:#d0e0e70e;font-size:18px}.remove-item,.text-button{background:none;color:var(--muted);font-size:12px;min-height:44px;padding:10px 0;text-align:left}.remove-item{max-width:100%}.cart-footer{border-top:1px solid var(--line);padding-top:22px}.total-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.total-row strong{font-size:29px;white-space:nowrap}.cart-footer>p{font-size:12px;color:var(--muted);margin-block:12px 20px}.cart-footer>.button{width:100%}.empty-cart{padding-block:30px 40px;text-align:center}.empty-cart>span{display:block;font-size:40px;color:var(--accent)}.empty-cart h3{font:400 26px/1.2 var(--serif)}.empty-cart p{color:var(--muted);font-size:13px;margin-block:12px 24px}
#order-form{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}#order-form h3{margin-bottom:20px;font-size:20px;font-weight:500}#order-form>label:not(.order-consent){margin-bottom:16px}#order-form>.button{width:100%}#toast{position:fixed;bottom:24px;left:50%;max-width:calc(100% - 32px);width:max-content;transform:translate(-50%,20px);background:var(--text);color:var(--page);padding:14px 22px;border-radius:12px;font-size:13px;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s;pointer-events:none;z-index:10}#toast.visible{opacity:1;visibility:visible;transform:translate(-50%,0)}
#work-dialog{width:min(1100px,calc(100% - 32px));padding:18px;background:#151d22}.work-dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px;font-size:13px}.work-dialog-controls{display:flex;align-items:center;justify-content:center;gap:30px;padding-top:14px;font-size:12px}

/* Price hub and landing pages: shared catalogue, no duplicate theme. */
.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--muted);margin-bottom:38px}.breadcrumbs a:hover{color:var(--text)}
.price-intro{padding-block:64px 60px}.price-intro h1{font-size:clamp(40px,5vw,68px);max-width:960px}.price-intro p{color:var(--muted);max-width:620px}.price-intro-bottom{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-top:30px}.price-intro-bottom p{max-width:580px}.catalog-count{display:flex;align-items:center;gap:18px;font-size:12px;color:var(--muted)}.catalog-count strong{color:var(--accent);font:400 64px/1 var(--serif)}
.price-directions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.price-category-card{display:flex;flex-direction:column;min-width:0;padding:32px;background:var(--glass);border:1px solid var(--line);border-radius:20px;box-shadow:var(--inset);transition:border-color .3s,background .3s,transform .3s,box-shadow .3s}.price-category-card:hover{border-color:var(--blue-bright);background:var(--blue-soft);box-shadow:0 20px 38px -18px #294b5d52;transform:translateY(-3px)}.category-card-top{display:flex;justify-content:space-between;gap:10px;font-size:11px;color:var(--muted);margin-bottom:38px}.category-card-top>span:first-child{color:var(--accent)}.price-category-card h2{font-size:34px}.price-category-card p{color:var(--muted);font-size:13px;margin-block:18px 28px}.category-card-link{display:flex;justify-content:space-between;gap:10px;font-size:12px;padding-top:18px;border-top:1px solid var(--line);margin-top:auto}.category-card-link>span{font-size:18px;color:var(--accent)}
.catalog-hub{margin-block:64px}.price-tools{display:flex;justify-content:space-between;align-items:end;gap:24px;padding-bottom:24px;border-bottom:1px solid var(--line)}.price-tools .eyebrow{margin-bottom:8px;font-size:16px;font-weight:600;letter-spacing:.08em}.price-tools p{font-size:13px;color:var(--muted)}.price-search{font-size:11px;color:var(--muted);width:300px;max-width:100%}.price-search input{display:block;width:100%;margin-top:8px;padding:12px 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);font-size:16px}#search-status{min-height:24px;margin-block:12px;font-size:12px;color:var(--muted)}
.catalog-group{border-bottom:1px solid var(--line)}.catalog-group>summary{list-style:none;display:flex;align-items:center;gap:22px;min-height:90px;padding-block:20px;cursor:pointer;font:400 31px/1.2 var(--serif)}.catalog-group>summary::-webkit-details-marker{display:none}.catalog-group>summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.catalog-group-count{font:400 11px/1.5 var(--sans);color:var(--muted);margin-left:auto;white-space:nowrap}.catalog-toggle{font:300 26px/1 var(--sans);color:var(--accent)}.catalog-group[open] .catalog-toggle{transform:rotate(45deg)}.catalog-group>div{padding:8px 26px 24px;background:#ffffff03;border-radius:12px}
.price-category{padding-block:30px}.price-category-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:22px}.price-category h2{font-size:clamp(27px,2.5vw,38px);max-width:640px}.price-category-heading>span{color:var(--muted);font-size:10px;white-space:nowrap}.price-row{display:grid;grid-template-columns:minmax(0,1fr) 165px 136px;align-items:center;gap:24px;padding-block:19px;border-top:1px solid var(--line);transition:background .2s}.price-row h3{font-size:14px;font-weight:400;line-height:1.5;overflow-wrap:anywhere}.price-row-amount{font-weight:500;font-size:17px;white-space:nowrap;font-variant-numeric:tabular-nums}.price-row-amount small{display:block;font-size:11px;font-weight:400;color:var(--muted)}.price-row-amount.negotiated{font-size:12px;white-space:normal}.price-row .add-service{justify-self:end}.price-row:hover,.price-row.is-selected{background:#dcebf25c}.price-row-action{display:flex;justify-content:flex-end}.price-row-quantity{display:grid;grid-template-columns:42px 46px 42px;align-items:center;border:1px solid #47789261;border-radius:10px;background:var(--surface);overflow:hidden;box-shadow:0 6px 18px #294b5d12}.price-row-quantity button{width:42px;min-height:44px;border:0;background:transparent;color:var(--accent);font-size:21px}.price-row-quantity button:hover{background:var(--blue-soft)}.price-row-quantity button:disabled{opacity:.35}.price-row-quantity input{width:100%;min-width:0;padding:8px 0;border:0;border-radius:4px;background:var(--blue-mist);color:var(--text);outline-offset:-2px}.price-row-quantity input:focus{outline:2px solid var(--accent)}.price-row-quantity output,.price-row-quantity input{text-align:center;font-size:14px;font-weight:600;font-variant-numeric:tabular-nums}.price-estimate-dock{position:sticky;z-index:8;bottom:16px;margin:26px auto;width:min(100%,560px);min-height:64px;padding:11px 14px 11px 20px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;border:1px solid #47789266;border-radius:14px;background:#fbfcfce8;box-shadow:0 17px 42px #294b5d2e;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:var(--text);text-align:left}.price-estimate-dock>span{font-size:15px;font-weight:600}.price-estimate-dock strong{font-size:20px;color:var(--accent);font-variant-numeric:tabular-nums;white-space:nowrap}.price-estimate-dock small{min-width:52px;padding:8px;border-radius:8px;background:var(--blue-soft);text-align:center;font-size:11px}.price-estimate-dock:hover{border-color:var(--accent);transform:translateY(-2px)}
.price-landing-intro{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:70px}.price-landing-intro h1{font-size:clamp(46px,5vw,68px)}.price-landing-intro .landing-promise{color:var(--text);font-size:18px;margin-top:24px}.price-landing-intro p+p{margin-top:12px;font-size:14px}.price-landing-intro .button{margin-top:28px;min-width:190px;font-size:17px}.landing-count{display:block;color:var(--muted);font-size:10px;margin-top:14px}.landing-photo{align-self:center}.landing-photo img{width:100%;height:auto;border-radius:14px;aspect-ratio:3/4;object-fit:contain}.landing-photo figcaption{font-size:10px;color:var(--muted);margin-top:10px}.demolition-art{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:26px;color:var(--accent)}.demolition-art>span{font-size:8px;letter-spacing:.08em}.demolition-art svg{width:100%;margin-block:24px;fill:none;stroke:currentColor;stroke-width:1.5}.demolition-art .art-guide{stroke-dasharray:4 5;opacity:.55}.demolition-art strong{font:400 28px/1.15 var(--serif)}
.price-tabs{display:flex;flex-wrap:wrap;gap:10px;padding-block:20px;border-block:1px solid var(--line)}.price-tabs a{display:inline-flex;align-items:center;min-height:46px;border:1px solid var(--line);border-radius:99px;padding:10px 20px;font-size:12px}.price-tabs a:hover{background:var(--raised)}.price-tabs a[aria-current=page]{background:var(--brand-gradient);color:#f8fbfc;border-color:var(--blue-deep);box-shadow:0 8px 21px #294b5d33}
.price-catalog-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:60px;align-items:start;margin-block:44px 64px}.catalog-content{min-width:0}.price-section-nav{position:sticky;top:var(--nav-offset);padding-top:8px}.price-section-nav nav{display:grid;gap:3px}.price-section-nav nav a{display:block;border-left:1px solid var(--line);padding:10px 0 10px 14px;color:var(--muted);font-size:12px;line-height:1.45}.price-section-nav nav a:hover{color:var(--text);border-color:var(--accent)}.price-section-nav .button{font-size:12px;margin-top:26px;padding-inline:16px;min-height:46px}.price-section-nav>p{color:var(--muted);font-size:10px;margin-top:12px}.price-section-nav .eyebrow{margin-bottom:18px;padding:12px 14px;font-size:15px;font-weight:600;letter-spacing:.07em;color:var(--accent);background:#dcebf28f;border:1px solid #47789238;border-radius:8px;text-shadow:0 2px 14px var(--heading-glow)}
.price-conditions{display:grid;grid-template-columns:1fr 1fr;gap:64px;border:1px solid var(--line);border-radius:20px;padding:36px;background:var(--glass);box-shadow:var(--inset)}.price-conditions h2{font-size:32px}.price-conditions p{color:var(--muted);font-size:12px;margin-top:16px;max-width:450px}.price-conditions dl{margin:0;align-self:center}.price-conditions dl>div{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding-block:16px;border-bottom:1px solid var(--line)}.price-conditions dt{font-size:14px}.price-conditions dd{font:400 35px/1 var(--serif);color:var(--accent);margin:0;white-space:nowrap}.price-contact{display:flex;justify-content:space-between;align-items:center;gap:40px;padding-block:70px 90px}.price-contact h2{font-size:44px}.price-contact p{color:var(--muted);font-size:13px;max-width:480px;margin-top:18px}.price-contact-actions{display:grid;gap:20px;justify-items:center;flex-shrink:0}.price-contact-actions>.button{min-height:64px;padding-inline:32px;font-size:17px}


/* Privacy text and consent remain legible beside the forms and on a narrow screen. */
.consent-note{margin:-10px 0 22px;color:var(--muted);font-size:12px;line-height:1.6}
.consent-note a,.footer-privacy,.privacy-page a,.privacy-header>a:last-child,.privacy-footer a{color:var(--blue-deep);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.project-form.is-preview-closed>:not(h3):not(#project-status){display:none!important}
.project-form.is-preview-closed h3{margin-bottom:16px}
.project-form.is-preview-closed #project-status,.forms-closed-note{padding:16px 18px;border:1px solid var(--edge);border-radius:9px;background:var(--blue-mist);color:var(--text);font-size:13px;line-height:1.6}
.project-form.is-preview-closed #project-status{margin-top:0}
.cart-footer>.forms-closed-note{margin:16px 0 0}
.forms-closed-note a,.project-form.is-preview-closed #project-status a{color:var(--blue-deep);text-decoration:underline;text-underline-offset:3px}
.consent-note a:hover,.footer-privacy:hover,.privacy-page a:hover,.privacy-header>a:last-child:hover,.privacy-footer a:hover{color:var(--blue)}
.footer-privacy{font-size:11px}
.privacy-header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:108px;border-bottom:1px solid var(--line)}
.privacy-header>a:last-child{font-size:13px}
.privacy-page{max-width:1120px;padding-block:48px 100px}
.privacy-page .breadcrumbs{margin-bottom:38px}
.privacy-page h1{max-width:850px;font-size:clamp(36px,5vw,64px);line-height:1.07;letter-spacing:-.035em}
.privacy-updated{margin:22px 0 58px;color:var(--muted);font-size:13px}
.privacy-content{max-width:780px}
.privacy-content section{padding:28px 0;border-top:1px solid var(--line)}
.privacy-content h2{font-size:clamp(20px,2.4vw,27px);line-height:1.25;letter-spacing:-.025em;margin-bottom:16px}
.privacy-content p{font-size:15px;line-height:1.75;overflow-wrap:anywhere}
.privacy-content p+p{margin-top:14px}
.privacy-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding-block:32px 48px;border-top:1px solid var(--line);font-size:12px}
@media(max-width:600px){.privacy-header{min-height:82px}.privacy-page{padding-block:35px 64px}.privacy-page .breadcrumbs{margin-bottom:26px}.privacy-updated{margin-bottom:38px}.privacy-content section{padding:24px 0}.privacy-content p{font-size:14px}}

/* Selective reveal never hides content before its observer is ready. */
.text-shimmer{color:var(--accent)}
.reveal{transition:opacity .75s var(--ease),transform .9s var(--ease)}
.reveal.is-pending{opacity:0;transform:translateY(22px)}
.reveal.is-visible{opacity:1;transform:none}
/* Responsive changes are grouped here; no separate theme or override file. */
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
 .service-card:hover{transform:perspective(1000px) translateY(-2px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));border-color:var(--edge);box-shadow:0 16px 34px #34302d12}
 .service-card:hover::before{opacity:1}
 .work-photo:hover img{transform:scale(1.025)}
}
@media(min-width:1900px){
 .hero{gap:100px;padding-block:46px 32px}.hero h1{font-size:82px}.brand-object{min-height:490px}.logo-canvas{min-height:440px}.section{padding-block:96px}.hero-description{font-size:15px}.hero-actions{gap:32px}
}
@media(max-width:1200px){
 .wrap{width:calc(100% - 64px)}.header{grid-template-columns:auto 1fr auto;gap:12px;padding-inline:16px}.header nav a{padding-inline:8px;font-size:13px}.hero{gap:30px;padding-top:54px}.hero h1{font-size:6vw}.brand-object{min-height:400px}.logo-canvas{min-height:350px}.catalog-layout{grid-template-columns:minmax(0,1fr) 280px;gap:24px}.service-card{padding:24px}.service-card h3{font-size:18px}.live-estimate{padding:24px}.project-section{gap:54px}.project-form{padding:30px}.project-fields{grid-template-columns:1fr}.price-catalog-layout{gap:40px}.price-landing-intro{gap:45px;grid-template-columns:minmax(0,1fr) 280px}.cta{padding:44px}
}
@media(max-width:850px){
 .works-flip{grid-template-columns:1fr;gap:30px;padding:8px 12px 20px}.works-flip .flip-stage{max-width:350px;margin-inline:auto}.works-flip .flip-caption{min-height:145px}.works-flip .flip-title{font-size:28px;max-width:100%}.flip-category{margin-bottom:10px}.flip-full .flip-stage{height:62dvh}
 .header-tools{grid-row:2}.turnkey{gap:24px}.direction-row{grid-template-columns:28px minmax(0,1fr) 38px;gap:16px}.direction-row p{grid-column:2;grid-row:2}.direction-row>svg{grid-column:3;grid-row:1/3}.direction-row h3{font-size:32px}
 :root{--nav-offset:168px}.wrap{width:calc(100% - 40px)}.header{grid-template-columns:minmax(0,1fr) auto auto;gap:12px;top:12px;margin-top:12px;padding:13px 16px;border-radius:15px}.header nav{display:none;grid-column:1/-1;grid-row:3;align-items:stretch;justify-content:start;gap:3px;flex-direction:column;font-size:14px;padding-block:8px}.header nav.is-open{display:flex}.header nav a{justify-content:start;min-height:44px;padding-inline:14px;font-size:15px}.menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:#ffffff03}.menu-toggle span{display:block;width:17px;height:1px;background:var(--text);transition:transform .25s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
 .hero{gap:24px;padding-block:48px 24px;grid-template-columns:1.05fr 1fr}.hero-copy .eyebrow{font-size:8px}.little-line{width:15px;margin-right:8px}.hero h1{font-size:5.2vw;margin-block:24px 16px}.hero-actions{gap:10px 20px}.hero-actions .button{font-size:15px;padding-inline:22px;min-height:58px}.hero-works-link{font-size:11px}.hero-description{font-size:15px}.hero-price-link{margin-top:22px}.brand-object{min-height:350px}.logo-canvas{min-height:300px}.brand-object::before{inset:15% 4% 18% 4%;border-radius:24px}.brand-object::after{inset:24% 4% 12% 13%;border-radius:20px}.scene-signature{top:15%;font-size:7px}.scene-floor{filter:blur(18px)}
 .section{padding-block:80px}.section-heading{align-items:start;flex-direction:column;gap:24px;margin-bottom:36px}.section-heading>p{flex:auto;max-width:440px;font-size:13px}.works-track{grid-auto-columns:34vw;gap:18px}.work-card h3{font-size:15px}.catalog-layout{grid-template-columns:1fr}.live-estimate{position:static;display:grid;grid-template-columns:1fr 1fr;column-gap:35px;align-items:start}.live-estimate .eyebrow,.live-estimate h3,.estimate-intro,#live-count{grid-column:1}.live-estimate .discount-breakdown{grid-column:2;grid-row:1/3;margin-top:0}.live-total-row{grid-column:2;grid-row:3/4;align-self:center}.live-estimate>.button{grid-column:2;grid-row:4/6;margin-top:14px;max-width:350px}.live-estimate>small,#estimate-breakdown{grid-column:1/-1}.estimate-legend{display:grid;grid-template-columns:1fr 1fr;column-gap:35px}.steps{gap:26px}.steps h3{font-size:17px}.project-section{grid-template-columns:1fr;gap:36px}.project-heading p{max-width:560px}.plan-illustration{display:none}.project-fields{grid-template-columns:1fr 1fr}.cta{padding:36px;gap:28px;align-items:start;flex-direction:column}.cta-actions{min-width:0}.footer{gap:24px 30px}.footer-wordmark{padding-bottom:30px}
 .price-directions{gap:12px}.price-category-card{padding:22px}.price-category-card h2{font-size:27px}.price-intro-bottom{align-items:start}.price-tools{align-items:stretch;flex-direction:column}.price-search{width:100%}.price-row{grid-template-columns:minmax(0,1fr) 140px 136px;gap:18px}.price-catalog-layout{grid-template-columns:1fr;gap:28px}.price-section-nav{position:static;padding-top:0}.price-section-nav nav{display:flex;flex-wrap:wrap;gap:6px 18px}.price-section-nav nav a{padding:8px 0;border:0;min-height:40px}.price-section-nav>.button,.price-section-nav>p{display:none}.price-landing-intro{grid-template-columns:minmax(0,1fr) 220px;gap:32px}.price-landing-intro h1{font-size:clamp(45px,6.2vw,53px)}.price-conditions{gap:32px;padding:28px}
}
@media(max-width:600px){
 .service-card,.price-category-card,.project-form,.price-conditions,.live-estimate{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
 .header-tools{gap:10px;padding-top:8px}.site-search{max-width:none}.header-socials{gap:4px}.header-socials .social-link{width:34px;height:40px}.site-search input[type=search]{font-size:13px;padding-left:10px}.site-search-results{position:fixed;top:146px;left:12px;right:12px;max-height:55dvh}.site-search-name{font-size:14px}.what-we-do{padding:28px 20px;margin-top:28px}.directions-heading{gap:14px;margin-bottom:14px}.directions-heading h2{font-size:34px}.direction-jump{width:48px}.turnkey{grid-template-columns:1fr;gap:24px;padding:24px 0 32px}.turnkey h3{font-size:30px}.turnkey p{font-size:15px}.turnkey-actions{justify-items:start}.turnkey-actions .button{width:100%}.direction-row{padding-block:22px;gap:10px;grid-template-columns:20px minmax(0,1fr) 30px}.direction-row h3{font-size:25px}.direction-row p{font-size:13px}.direction-row>svg{width:30px}
 :root{--nav-offset:158px}.wrap{width:calc(100% - 36px)}.header{width:calc(100% - 24px);padding:10px 12px;gap:10px;top:8px;margin-top:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.weel-word{font-size:18px}.weel-mark{width:28px}.brand{gap:8px}.cart-trigger{padding:8px 10px;gap:8px;font-size:12px}.header .cart-trigger .text-shimmer{color:#fff;text-shadow:none}
.cart-trigger #cart-count{min-width:21px;height:21px}.menu-toggle{width:40px;height:44px}
 .hero{grid-template-columns:1fr;gap:24px;padding-block:40px 0}.hero-copy{padding:0 4px}.hero-copy .eyebrow{font-size:8px;letter-spacing:.11em}.hero h1{font-size:clamp(38px,9.8vw,54px);line-height:1.04;margin-block:25px 14px}.hero-description{font-size:15px;margin-bottom:24px}.hero-actions{gap:12px}.hero-actions .button{font-size:15px;min-height:58px;padding-inline:22px}.hero-works-link{font-size:11px;gap:8px}.hero-price-link{margin-top:22px}.hero-price-link strong{font-size:29px}.hero-price-link>span{font-size:9px}.brand-object{min-height:250px;margin-inline:14px}.logo-canvas{min-height:230px}.logo-fallback{inset:9% 13% 9%;width:74%;height:82%}.brand-object::before,.brand-object::after{display:none}.scene-signature{display:none}.scene-floor{bottom:3%;left:21%;width:58%;height:8%;background:#294b5d29;filter:blur(18px)}.hero::before{inset:30% 0 0 0;background-size:60px 60px;opacity:.2}
 .section{padding-block:64px}.section-heading{gap:20px;margin-bottom:28px}.section-heading h2{font-size:29px}.section-heading>p{font-size:12px;max-width:320px}.eyebrow{font-size:11px;margin-bottom:16px}.works-track{grid-auto-columns:72%;gap:14px;padding-bottom:14px}.work-photo{border-radius:15px}.photo-zoom{width:38px;height:38px;top:13px;right:13px;backdrop-filter:none;-webkit-backdrop-filter:none;background:#182125dc}.work-card figcaption{padding-top:14px}.work-card h3{font-size:15px}.work-card figcaption>span{font-size:9px}.gallery-controls{gap:18px;padding-top:14px}.gallery-arrows{gap:6px}#gallery-position{font-size:9px;min-width:76px}
 .service-grid{grid-template-columns:1fr;gap:15px}.service-card{padding:27px;border-radius:12px}.service-top{margin-bottom:28px}.service-card h3{font-size:20px}.service-card>p{font-size:13px}.service-bottom{margin-top:20px}.live-estimate{display:block;padding:26px}.live-total-row{display:flex;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.live-estimate>.button{max-width:none;width:100%;margin-top:22px}.estimate-legend{display:block}.steps{grid-template-columns:1fr;gap:30px}.steps article{padding-top:20px}.steps article>span{font-size:36px}.steps h3{margin-block:20px 12px;font-size:19px}.steps p{max-width:100%;font-size:12px}.project-section{gap:30px}.project-heading h2{font-size:34px}.project-heading p{font-size:13px}.project-form{padding:27px 21px;border-radius:12px}.project-form h3{font-size:29px}.project-fields{grid-template-columns:1fr}.file-drop{padding:25px 15px}.cta{width:calc(100% - 36px);margin-block:16px 50px;padding:32px 24px;border-radius:12px}.cta h2{font-size:31px}.cta-actions{width:100%}.footer{display:grid;grid-template-columns:1fr;justify-items:start;gap:24px}.footer-wordmark{font-size:18.5vw;line-height:1.1;padding-bottom:20px}.footer>small{margin-left:0}.footer>small{font-size:9px}.social-links{gap:9px}dialog{padding:24px 18px;border-radius:18px}dialog::backdrop{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.cart-header h2{font-size:32px}.cart-item-bottom{flex-wrap:wrap}.total-row strong{font-size:26px}#work-dialog{width:calc(100% - 16px);padding:12px}.work-dialog-top{font-size:11px;gap:10px}
 .price-intro{padding-block:38px}.breadcrumbs{margin-bottom:28px;font-size:11px}.price-intro h1{font-size:clamp(34px,9vw,49px);overflow-wrap:anywhere}.price-intro-bottom{flex-direction:column;gap:24px;margin-top:24px}.price-intro p{font-size:14px}.catalog-count strong{font-size:42px}.price-directions{grid-template-columns:1fr}.price-category-card{padding:26px}.category-card-top{margin-bottom:20px}.price-category-card h2{font-size:28px}.price-category-card p{margin-block:14px 20px}.catalog-hub{margin-block:42px}.catalog-group>summary{font-size:24px;gap:12px;min-height:82px}.catalog-group-count{font-size:9px}.catalog-group>div{padding:4px 12px 12px}.price-category-heading{gap:12px;margin-bottom:18px}.price-category h2{font-size:28px}.price-row{grid-template-columns:minmax(0,1fr) 136px;gap:12px;padding-block:18px}.price-row>h3{grid-column:1/-1;font-size:14px}.price-row-amount{font-size:19px}.price-row-amount.negotiated{font-size:13px}.price-row-action{align-self:center}.price-landing-intro{grid-template-columns:1fr;gap:28px}.landing-photo{width:100%;max-width:300px}.demolition-art{min-height:0;padding:24px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:15px}.demolition-art>span{grid-column:1/-1}.demolition-art svg{margin:0}.demolition-art strong{font-size:24px}.price-tabs{gap:8px}.price-tabs a{font-size:11px;padding:10px 13px;justify-content:center}.price-catalog-layout{margin-block:30px 44px}.price-conditions{grid-template-columns:1fr;gap:18px;padding:24px}.price-conditions h2{font-size:29px}.price-conditions dt{font-size:13px}.price-contact{flex-direction:column;align-items:start;padding-block:45px 60px}.price-contact h2{font-size:34px}.price-contact-actions{width:100%;align-items:start}.price-contact-actions>.button{width:100%}.price-estimate-dock{bottom:10px;grid-template-columns:1fr auto;padding-left:16px;gap:6px 14px}.price-estimate-dock small{grid-column:1;grid-row:2;background:none;padding:0;min-width:0;text-align:left;color:var(--muted)}.price-estimate-dock strong{grid-column:2;grid-row:1/3}
}
@media(max-width:359px){
 .header{padding-inline:10px;gap:7px}.weel-word{font-size:16px}.weel-mark{width:26px}.cart-trigger{font-size:11px;padding-inline:8px;gap:6px}.brand{gap:6px}.hero h1{font-size:36px}.hero-copy .eyebrow{font-size:7px;letter-spacing:.09em}.little-line{width:12px}.hero-actions{gap:12px}.hero-works-link{min-height:42px}.brand-object{margin-inline:10px}.section-heading h2{font-size:29px}.price-tabs a{font-size:10px;padding-inline:12px}
}
@media(prefers-reduced-motion:reduce){
 .text-shimmer{background:none;color:var(--accent)}
 *,*::before,*::after{transition:none!important;animation:none!important;scroll-behavior:auto!important}
 .reveal.is-pending{opacity:1;transform:none}
 .button:hover,.button:active,.button:hover>span,.price-category-card:hover,.hero-works-link:hover>span,.social-link:hover,.work-photo:hover .photo-zoom,.add-service:active{transform:none}
}
@media(prefers-reduced-transparency:reduce){
 .service-card,.price-category-card,.project-form,.price-conditions,.live-estimate{background:var(--surface);backdrop-filter:none;-webkit-backdrop-filter:none}
 .header,.header.is-scrolled{background:var(--blue-deep);backdrop-filter:none;-webkit-backdrop-filter:none}.photo-zoom{background:#1a2226;backdrop-filter:none;-webkit-backdrop-filter:none}dialog::backdrop{backdrop-filter:none;-webkit-backdrop-filter:none}
}
@media(forced-colors:active){
 h1,h2,.direction-row h3,.live-estimate h3,.price-section-nav .eyebrow{text-shadow:none}.pearl-section{background:Canvas;color:CanvasText}
 .text-shimmer{background:none;color:CanvasText;animation:none}.header{color:CanvasText;background:Canvas}.header::before{display:none}.header nav a{color:CanvasText}
 body::before,.gradient-wave,.brand-object::before,.brand-object::after,.scene-backplate,.scene-floor{display:none}.button,.cart-trigger,.add-service,.icon-button,.menu-toggle,.work-photo{border:1px solid ButtonText}.footer-wordmark{color:GrayText}
}
