/* WolfWrap v11 — one shared system for the homepage, services and local pages. */
:root{color-scheme:light;--bg:#fafaf8;--surface:#fff;--soft:#f0f0ed;--ink:#141719;--muted:#5a6266;--line:#dedfdb;--red:#d60923;--red-hover:#b5081d;--night:#111416;--on-night:#f6f6f2;--night-muted:#b9bdbb;--container:1280px;--shadow:0 16px 42px #1114160a}
html[data-theme=dark]{color-scheme:dark;--bg:#101315;--surface:#171b1e;--soft:#1c2124;--ink:#f4f5f0;--muted:#a7afb3;--line:#30363a;--red:#ff3147;--red-hover:#ed142c;--shadow:0 16px 42px #0002}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}body.locked{overflow:hidden}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{line-height:1.13;font-weight:700;letter-spacing:-.045em}h2{font-size:clamp(32px,3.4vw,48px)}h3{font-size:24px;letter-spacing:-.035em}p{color:var(--muted)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.55;cursor:default}img{display:block;max-width:100%;height:auto}svg{display:block}button{color:inherit}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--red);outline-offset:5px}::selection{background:#d60923;color:#fff}[hidden]{display:none!important}.container{width:min(var(--container),calc(100% - 96px));margin-inline:auto}.section{padding-block:96px}.eyebrow{font-size:10px;letter-spacing:.18em;line-height:1.5;font-weight:700;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:10px;margin-bottom:22px}.eyebrow::before{content:"";display:inline-block;width:5px;height:5px;background:var(--red);flex:none}.icon{width:20px;height:20px;flex:none}.text-link{display:inline-flex;align-items:center;gap:14px;font-size:13px;font-weight:700;padding-block:8px;transition:color .2s}.text-link .icon{width:18px}.text-link:hover{color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;min-height:50px;padding:13px 22px;border:1px solid var(--line);font-size:12px;font-weight:700;line-height:1.5;border-radius:3px;transition:background .2s,border-color .2s,transform .2s;color:var(--ink);background:transparent}.btn .icon{width:18px;height:18px}.btn:hover{border-color:var(--ink);transform:translateY(-2px)}.btn.primary{background:var(--red);border-color:var(--red);color:#fff}.btn.primary:hover{background:var(--red-hover);border-color:var(--red-hover)}html[data-theme=dark] .btn.primary{background:#e70b2b;border-color:#e70b2b}.btn.wide{width:100%}.sr-only{position:absolute;clip:rect(0,0,0,0);clip-path:inset(50%);width:1px;height:1px;overflow:hidden;white-space:nowrap}.skip-link{position:fixed;top:10px;left:10px;transform:translateY(-160%);z-index:200;background:var(--red);color:#fff;padding:10px 20px}.skip-link:focus{transform:none}
/* Navigation */
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:var(--bg)}.header-inner{height:84px;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:9px;flex-shrink:0}.brand-symbol{width:38px;height:45px;object-fit:contain;filter:brightness(.08)}.brand-words{display:flex;flex-direction:column;align-items:center;width:78px;gap:1px}.brand-wolf{width:45px;height:20px;object-fit:contain;filter:brightness(.08)}.brand-wrap{width:78px;height:31px;object-fit:contain}.brand-note{border-left:1px solid var(--line);padding-left:16px;margin-left:6px;font-size:8px;font-weight:700;line-height:1.7;letter-spacing:.16em;color:var(--muted)}html[data-theme=dark] .brand-symbol,html[data-theme=dark] .brand-wolf{filter:none}.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.desktop-nav a{font-size:12px;font-weight:500;position:relative;padding-block:10px}.desktop-nav a::after{content:"";position:absolute;bottom:2px;left:0;width:0;height:2px;background:var(--red);transition:width .2s}.desktop-nav a:hover::after{width:100%}.header-actions{display:flex;align-items:center;gap:18px}.theme-toggle,.menu-toggle{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);background:transparent;border-radius:50%}.theme-toggle .sun{display:none}html[data-theme=dark] .theme-toggle .sun{display:block}html[data-theme=dark] .theme-toggle .moon{display:none}.menu-toggle{display:none;border-radius:3px}.header-cta{min-height:42px;padding:10px 18px}.mobile-nav{position:fixed;inset:84px 0 auto;background:var(--surface);padding:24px;box-shadow:0 20px 35px #0002;max-height:calc(100dvh - 84px);overflow:auto;border-bottom:1px solid var(--line)}.mobile-nav a{display:block;padding:15px 0;border-bottom:1px solid var(--line);font-size:22px;letter-spacing:-.03em}.mobile-nav .mobile-nav-bottom{font-size:14px;color:var(--muted);padding-top:20px}
/* Homepage hero: copy stays separate from the car, even on narrow screens. */
.hero{position:relative;overflow:hidden;background:var(--soft);border-bottom:1px solid var(--line)}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,var(--bg) 0%,var(--bg) 31%,transparent 65%);pointer-events:none}.hero-inner{position:relative;display:grid;grid-template-columns:.87fr 1.13fr;align-items:center;gap:20px;min-height:620px;padding-block:60px 66px}.hero-copy{position:relative;z-index:2}.hero-copy .eyebrow{margin-bottom:33px}.hero-kicker{font-size:21px;font-weight:700;letter-spacing:-.035em;color:var(--ink);margin-bottom:5px}.hero-display{font-size:clamp(58px,5.6vw,86px);line-height:1.04;font-weight:800;letter-spacing:-.065em;color:var(--ink);margin-bottom:27px}.hero-display>span{display:block}.hero-display em{display:block;font-style:normal;color:var(--red)}.hero-seo-title{font-size:16px;line-height:1.45;letter-spacing:-.02em;max-width:430px;margin-bottom:11px}.hero-lead{max-width:398px;line-height:1.75;font-size:14px}.hero-actions{display:flex;gap:24px;align-items:center;margin-top:28px}.hero-actions .btn{padding-inline:20px;gap:20px}.hero-actions .text-link{white-space:nowrap}.hero-visual{margin-right:-42px;position:relative;padding-top:34px}.hero-visual::before{content:"";position:absolute;width:106px;height:3px;background:var(--red);top:13px;right:18px}.hero-photo{width:100%;aspect-ratio:870/470;object-fit:contain;mix-blend-mode:multiply}.hero-image-dark{display:none}html[data-theme=dark] .hero-image-light{display:none}html[data-theme=dark] .hero-image-dark{display:block;mix-blend-mode:normal}.hero-visual figcaption{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:12px 22px 0 25px;color:var(--muted);font-size:10px;letter-spacing:.08em}.hero-visual figcaption b{font-weight:500;color:var(--ink)}.hero-bottom{position:relative;border-top:1px solid var(--line);background:var(--bg)}.hero-bottom-inner{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-services{display:flex;gap:27px;align-items:center}.hero-services span{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.hero-services .icon{width:16px;height:16px;color:var(--red)}.hero-location{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:10px}
/* Shared headings and service cards. */
.section-heading{display:grid;grid-template-columns:1.05fr .65fr auto;gap:42px;align-items:end;margin-bottom:34px}.section-heading .eyebrow{margin-bottom:15px}.section-heading p{font-size:14px;max-width:370px}.section-heading .text-link{padding-bottom:5px;white-space:nowrap}
/* Genuine project photographs. */
.works{background:var(--soft)}.works .section-heading{grid-template-columns:1fr .8fr;align-items:end}.works .section-heading>p{max-width:410px;justify-self:end}.work-grid{display:grid;grid-template-columns:1fr 1fr .8fr;grid-template-rows:250px 250px;gap:16px}.project{margin:0;position:relative;overflow:hidden;border-radius:4px;background:#101315;min-width:0}.project:nth-child(1),.project:nth-child(2){grid-row:span 2}.project button{width:100%;height:100%;background:none;border:0;display:block;padding:0;color:#fff;text-align:left;position:relative}.project img{height:100%;width:100%;object-fit:cover;object-position:50% 55%;transition:transform .55s}.project:nth-child(3) img,.project:nth-child(4) img{object-position:50% 66%}.project button:hover img{transform:scale(1.03)}.project button::after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#000b);pointer-events:none}.project-caption{position:absolute;bottom:25px;left:26px;right:22px;z-index:2;display:block}.project-caption small{display:block;color:#e1e4e2;font-size:10px;letter-spacing:.11em;text-transform:uppercase;margin-bottom:9px}.project-caption strong{font-size:22px;line-height:1.2;letter-spacing:-.03em;display:block;font-weight:700;max-width:90%}.project-caption em{display:block;font-size:12px;font-style:normal;color:#e1e4e2;margin-top:7px}.project:nth-child(3) .project-caption,.project:nth-child(4) .project-caption{bottom:20px;left:22px}.project:nth-child(3) .project-caption strong,.project:nth-child(4) .project-caption strong{font-size:19px}.zoom-icon{position:absolute;z-index:2;right:17px;top:17px;width:32px;height:32px;border-radius:50%;border:1px solid #ffffff75;display:grid;place-items:center;background:#0003}.zoom-icon .icon{width:15px;height:15px}.gallery-end{display:flex;align-items:center;justify-content:space-between;margin-top:26px;gap:20px}.gallery-end p{font-size:12px}.social-links{display:flex;align-items:center;gap:22px;font-size:12px}.social-links a{display:flex;align-items:center;gap:8px}.social-links .icon{width:17px}.social-links a:hover{color:var(--red)}
/* Studio, process and understated area navigation. */
.studio{position:relative;background:var(--night);color:var(--on-night);overflow:hidden}.studio-inner{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.studio .eyebrow{color:var(--night-muted)}.studio h2{font-size:clamp(38px,4.4vw,64px)}.studio h2 span{color:#ff344b}.studio-intro>p:not(.eyebrow){color:var(--night-muted);max-width:438px;margin-block:24px 25px;font-size:14px;line-height:1.85}.studio .text-link{color:var(--on-night)}.studio-detail{padding:25px 0;border-top:1px solid #ffffff24;display:grid;grid-template-columns:38px 1fr;gap:20px}.studio-detail:last-child{border-bottom:1px solid #ffffff24}.studio-detail>span{font-size:11px;color:#ff344b;letter-spacing:.12em}.studio-detail h3{font-size:20px;margin-bottom:9px}.studio-detail p{color:var(--night-muted);font-size:13px;line-height:1.8;max-width:390px}.process{padding-block:64px;border-bottom:1px solid var(--line)}.process-head{display:flex;align-items:baseline;gap:20px;justify-content:space-between;margin-bottom:36px}.process-head h2{font-size:30px}.process-head p{font-size:12px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;list-style:none;padding:0;margin:0;counter-reset:process}.process-grid li{padding-top:19px;border-top:1px solid var(--line);position:relative}.process-grid .step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.step-top span{color:var(--red);font-size:11px;letter-spacing:.12em}.step-top .icon{width:16px;color:var(--muted)}.process-grid h3{font-size:18px;margin-bottom:9px}.process-grid p{font-size:12px;line-height:1.8;max-width:250px}.location{padding-block:64px;background:var(--bg);border-bottom:1px solid var(--line)}.location-panel{border:1px solid var(--line);border-radius:5px;background:var(--surface);padding:40px 42px}.location-head{display:grid;grid-template-columns:1fr 330px;gap:65px;align-items:center}.location .eyebrow{margin-bottom:15px}.location h2{font-size:clamp(29px,3vw,40px);line-height:1.16;letter-spacing:-.045em}.location-copy{max-width:535px;font-size:14px;margin-top:14px;line-height:1.75}.location-address{border-left:2px solid var(--red);padding-left:26px}.location-address .address-label{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.location-address address{font-size:18px;font-style:normal;font-weight:700;line-height:1.6;letter-spacing:-.02em}.location-address address span{display:block;font-size:12px;font-weight:400;color:var(--muted);letter-spacing:0}.location-address .text-link{margin-top:5px;font-size:12px}.location-links-wrap{margin-top:32px;border-top:1px solid var(--line);padding-top:21px;display:flex;align-items:center;gap:34px}.location-links-label{font-size:11px;color:var(--muted);max-width:138px;line-height:1.6;flex:0 0 138px}.city-links{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;flex:1}.city-link{display:flex;justify-content:space-between;align-items:center;min-height:46px;padding:10px 15px;border:1px solid var(--line);font-size:13px;font-weight:700;gap:10px;border-radius:3px;transition:background .2s,border-color .2s}.city-link .icon{width:15px;height:15px;color:var(--red)}.city-link:hover{background:var(--soft);border-color:var(--red)}
/* Questions and a working mail composer. */
.faq-inner{display:grid;grid-template-columns:.78fr 1.22fr;gap:100px}.faq-intro p:not(.eyebrow){max-width:310px;margin-top:22px;font-size:14px}.accordion{border-top:1px solid var(--line)}.accordion details{border-bottom:1px solid var(--line);padding-block:0}.accordion summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:21px;font-size:14px;font-weight:700;line-height:1.5}.accordion summary::-webkit-details-marker{display:none}.accordion summary::after{content:"+";font-size:21px;line-height:1;font-weight:400;flex:none;color:var(--red)}.accordion details[open] summary::after{content:"−"}.accordion details p{font-size:13px;line-height:1.85;padding-bottom:22px;padding-right:35px}.contact{padding-block:74px;background:var(--soft);border-block:1px solid var(--line)}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.contact h2{font-size:clamp(36px,4.2vw,59px);line-height:1.09}.contact-copy>p:not(.eyebrow){max-width:383px;margin-top:20px;font-size:14px}.contact-phone{font-size:32px;font-weight:700;letter-spacing:-.035em;display:inline-flex;align-items:center;gap:14px;margin-top:27px}.contact-phone .icon{color:var(--red);width:23px;height:23px}.contact-email{display:block;font-size:14px;margin-top:8px;padding-block:4px;max-width:max-content}.contact-email:hover{text-decoration:underline;text-decoration-color:var(--red)}.contact-footnote{font-size:11px!important;margin-top:18px!important;color:var(--muted)}.quote-form{padding:30px;background:var(--surface);border:1px solid var(--line);border-radius:5px;box-shadow:var(--shadow)}.form-intro{font-size:18px;font-weight:700;letter-spacing:-.03em;color:var(--ink);margin-bottom:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{margin-bottom:16px;min-width:0}.field label{display:block;font-size:11px;font-weight:700;margin-bottom:7px}.field label small{font-size:10px;color:var(--muted);font-weight:400;margin-left:2px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:var(--bg);color:var(--ink);padding:11px 12px;min-height:44px;border-radius:3px;font-size:13px;line-height:1.5}.field textarea{resize:vertical;min-height:102px}.field input::placeholder,.field textarea::placeholder{color:var(--muted);opacity:.9}.form-note{font-size:10px;line-height:1.65;margin-top:13px;max-width:385px}.privacy-link{display:inline;padding:0;border:0;background:none;text-decoration:underline;text-underline-offset:3px;font-size:inherit;color:inherit}.form-error{font-size:12px;color:var(--red);margin-bottom:12px}.no-js{font-size:12px;line-height:1.7;margin:10px 0}
/* Footer */
.site-footer{padding-top:54px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr .9fr;gap:60px;padding-bottom:40px}.footer-brand-note{font-size:12px;max-width:210px;margin-top:18px}.footer-column h3{font-size:11px;letter-spacing:.09em;text-transform:uppercase;margin-bottom:17px}.footer-column a{display:block;color:var(--muted);font-size:12px;padding-block:5px}.footer-column a:hover{color:var(--red)}.footer-column p{font-size:12px;line-height:1.8;margin-bottom:8px}.footer-bottom{border-top:1px solid var(--line);padding-block:20px;display:flex;align-items:center;justify-content:space-between;font-size:10px;gap:25px;color:var(--muted)}.footer-bottom .text-link{font-size:10px;padding:0}.mobile-sticky{display:none}
/* Native dialogs retain escape key + focus trapping. */
dialog{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:7px;padding:35px;max-width:650px;width:calc(100% - 32px);max-height:calc(100dvh - 50px);overflow:auto;box-shadow:0 30px 80px #0005}dialog::backdrop{background:#07090cc7;backdrop-filter:blur(6px)}dialog h2{font-size:30px;margin-right:30px}dialog>p{font-size:13px;margin-top:17px}.dialog-close{position:absolute;right:14px;top:14px;display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--line);border-radius:50%;background:var(--bg)}.mail-preview{white-space:pre-wrap;word-break:break-word;font:12px/1.85 Arial,sans-serif;background:var(--soft);border:1px solid var(--line);padding:18px;margin-block:22px;max-height:300px;overflow:auto}.dialog-actions{display:flex;gap:14px;flex-wrap:wrap}.copy-status{min-height:20px}.privacy-body{margin-top:22px}.privacy-body h3{font-size:17px;margin-block:22px 8px}.privacy-body p{font-size:13px;line-height:1.8}.lightbox{width:min(1160px,calc(100% - 32px));max-width:none;padding:0;background:#101315;color:#fff;border-color:#3a3c3d;overflow:hidden}.lightbox-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 22px;border-bottom:1px solid #ffffff20}.lightbox-title{font-size:14px;letter-spacing:-.015em}.lightbox-head .dialog-close{position:static;background:#1a1e20;border-color:#454a4c;flex:none}.lightbox-body{height:min(70vh,760px);background:#07090a;display:flex;align-items:center;justify-content:center}.lightbox-body img{height:100%;width:100%;object-fit:contain}.lightbox-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px}.lightbox-footer p{font-size:12px;color:#c3c7c9}.lightbox-controls{display:flex;align-items:center;gap:15px;flex:none}.lightbox-controls button{display:grid;place-items:center;width:36px;height:36px;background:transparent;color:#fff;border:1px solid #43484b;border-radius:50%}.lightbox-counter{font-size:11px;color:#c3c7c9}
/* Service and local pages — same visual hierarchy, no repeated SEO slabs. */
.breadcrumbs{display:flex;align-items:center;gap:10px;font-size:11px;line-height:1.6;flex-wrap:wrap;color:var(--muted);margin-bottom:38px}.breadcrumbs a:hover{color:var(--red)}.breadcrumbs .icon{width:12px;height:12px}.subhero{padding-block:34px 66px;border-bottom:1px solid var(--line);background:var(--soft)}.subhero-inner{display:grid;grid-template-columns:1.04fr .8fr;align-items:center;gap:80px}.subhero-copy h1{font-size:clamp(36px,4.3vw,61px);line-height:1.08;letter-spacing:-.05em}.subhero-copy h1 .subhero-accent{display:block;color:var(--red);margin-top:8px}.subhero-copy .subhero-lead{font-size:15px;line-height:1.8;max-width:530px;margin-top:23px}.subhero-copy .hero-actions{flex-wrap:wrap;gap:22px}.subhero-location{display:flex;align-items:center;gap:8px;font-size:11px;margin-top:25px;color:var(--muted)}.subhero-location .icon{width:15px;height:15px;color:var(--red)}.subhero-figure{position:relative}.subhero-figure img{height:410px;width:100%;object-fit:cover;object-position:50% 63%;border-radius:4px}.subhero-figure figcaption{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:10px;line-height:1.7;margin-top:13px}.subhero-figure figcaption::before{content:"";width:18px;height:1px;background:var(--red);flex:none}.local-page .subhero-copy h1{font-size:clamp(34px,3.9vw,55px)}.article-intro{display:grid;grid-template-columns:.82fr 1.18fr;gap:100px}.article-intro h2{font-size:clamp(31px,3vw,43px);max-width:440px}.prose p{font-size:15px;line-height:1.85;margin-bottom:20px}.prose p:last-child{margin-bottom:0}.prose strong{color:var(--ink);font-weight:600}.scope-section{padding-top:0}.scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.scope-card{border:1px solid var(--line);border-radius:4px;padding:29px;background:var(--surface)}.scope-card>span{font-size:11px;color:var(--red);display:block;margin-bottom:25px;letter-spacing:.1em}.scope-card h3{font-size:23px;line-height:1.22;margin-bottom:16px}.scope-card p{font-size:13px;line-height:1.8}.scope-note{margin-top:21px;font-size:12px}.note-section{background:var(--night);color:var(--on-night);padding-block:62px}.note-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:center}.note-section .eyebrow{color:var(--night-muted)}.note-section h2{font-size:36px}.note-section p:not(.eyebrow){color:var(--night-muted);font-size:14px;line-height:1.9}.related{background:var(--soft);padding-block:56px}.related-head{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:24px}.related h2{font-size:27px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related-grid a{background:var(--surface);border:1px solid var(--line);border-radius:3px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:21px;font-size:14px;font-weight:700;transition:border-color .2s}.related-grid a .icon{color:var(--red);width:18px}.related-grid a:hover{border-color:var(--red)}.local-offer{padding-top:0}.local-offer .section-heading{grid-template-columns:1fr .8fr}.local-offer .section-heading h2{font-size:37px}.local-proof{background:var(--soft)}.local-proof .article-intro{align-items:center}.local-proof .proof-image{position:relative}.local-proof .proof-image img{width:100%;height:360px;object-fit:cover;object-position:50% 61%;border-radius:4px}.local-proof .proof-image figcaption{font-size:10px;color:var(--muted);margin-top:12px}.local-proof .prose h2{margin-bottom:25px}.local-proof .prose p{font-size:14px}.local-proof .proof-link{margin-top:14px}.local-faq .faq-inner{grid-template-columns:.78fr 1.22fr}
@media(min-width:1700px){.hero-inner{min-height:660px}.hero-visual{margin-right:-55px}.hero-display{font-size:90px}}
@media(max-width:1200px){.container{width:calc(100% - 64px)}.header-inner{gap:22px}.brand-note{display:none}.desktop-nav{gap:23px}.header-actions{gap:12px}.hero-display{font-size:clamp(56px,6.1vw,73px)}.hero-inner{grid-template-columns:.93fr 1.07fr;min-height:600px}.hero-visual{margin-right:-15px}.hero-actions{gap:14px}.hero-actions .text-link{font-size:11px}.hero-actions .btn{font-size:11px;padding-inline:16px;gap:16px}.section-heading{gap:25px;grid-template-columns:1fr .7fr}.section-heading>.text-link{display:none}.studio-inner,.faq-inner,.contact-inner{gap:60px}.location-head{gap:35px;grid-template-columns:1fr 265px}.location-links-wrap{gap:20px}.city-links{gap:8px}.city-link{padding-inline:12px}.subhero-inner{gap:45px}.article-intro,.note-inner{gap:65px}.footer-grid{gap:35px}}
@media(max-width:950px){.desktop-nav{gap:18px}.header-inner{height:76px;gap:20px}.desktop-nav a{font-size:11px}.header-cta{display:none}.header-actions{margin-left:auto}.desktop-nav{margin-left:auto}.mobile-nav{top:76px}.section{padding-block:72px}.hero-inner{grid-template-columns:.93fr 1.07fr;min-height:530px;padding-block:45px 50px;gap:8px}.hero-display{font-size:58px}.hero-kicker{font-size:19px}.hero-copy .eyebrow{font-size:9px;margin-bottom:25px}.hero-seo-title{font-size:14px;max-width:310px}.hero-lead{font-size:13px;max-width:310px}.hero-actions{flex-wrap:wrap;gap:11px 20px;margin-top:22px}.hero-visual{margin-right:-10px;align-self:center}.hero-visual figcaption{font-size:9px;letter-spacing:0;margin-inline:12px}.hero-location{display:none}.hero-bottom-inner{justify-content:center}.work-grid{grid-template-columns:1fr 1fr;grid-template-rows:390px 275px;gap:15px}.project:nth-child(1),.project:nth-child(2){grid-row:auto}.project:nth-child(3),.project:nth-child(4){grid-row:2}.studio-inner{gap:55px}.studio-intro>p:not(.eyebrow){font-size:13px}.process-grid{gap:22px}.process-head h2{font-size:28px}.location-panel{padding:30px}.location-head{grid-template-columns:1fr 230px;gap:30px}.location-address{padding-left:20px}.location-address address{font-size:16px}.location-links-wrap{display:block}.location-links-label{max-width:none;font-size:10px;margin-bottom:14px}.city-links{gap:12px}.faq-inner{gap:45px;grid-template-columns:.7fr 1.1fr}.contact-inner{gap:45px}.quote-form{padding:24px}.form-row{gap:11px}.contact-phone{font-size:29px}.footer-grid{grid-template-columns:1.1fr 1fr 1fr;gap:30px}.footer-column:last-child{grid-column:2 / span 2}.subhero-inner{gap:30px;grid-template-columns:1fr .8fr}.subhero-copy h1{font-size:44px}.local-page .subhero-copy h1{font-size:39px}.subhero-figure img{height:370px}.article-intro{gap:50px;grid-template-columns:.9fr 1.1fr}.scope-grid{gap:14px}.scope-card{padding:23px}.scope-card h3{font-size:21px}.note-inner{gap:50px}.note-section h2{font-size:31px}.subhero-copy .subhero-lead{font-size:14px}.related-grid a{font-size:13px;padding:17px}.local-proof .article-intro{gap:36px}.local-faq .faq-inner{gap:38px}}
@media(max-width:700px){html{scroll-padding-top:86px}.container{width:calc(100% - 40px)}.section{padding-block:56px}.eyebrow{font-size:9px;letter-spacing:.16em;margin-bottom:17px}h2{font-size:34px;line-height:1.13}.header-inner{height:70px;gap:16px}.brand-symbol{width:29px;height:35px}.brand-words{width:65px;gap:0}.brand-wolf{width:37px;height:17px}.brand-wrap{width:65px;height:26px}.brand{gap:8px}.desktop-nav{display:none}.menu-toggle{display:grid}.header-actions{gap:10px}.theme-toggle,.menu-toggle{width:37px;height:37px}.mobile-nav{top:70px;max-height:calc(100dvh - 70px)}.hero-inner{display:flex;flex-direction:column;align-items:stretch;min-height:0;gap:0;padding-block:37px 22px}.hero-copy .eyebrow{margin-bottom:24px}.hero-kicker{font-size:19px;margin-bottom:6px}.hero-display{font-size:clamp(55px,11.2vw,74px);line-height:1.03;margin-bottom:24px;letter-spacing:-.06em}.hero-display>span,.hero-display em{display:inline}.hero-display em::before{content:" ";display:block}.hero-seo-title{font-size:15px;max-width:375px;line-height:1.5}.hero-lead{font-size:13px;max-width:395px}.hero-actions{flex-wrap:wrap;margin-top:22px;gap:14px 22px}.hero-actions .btn{font-size:12px;padding:12px 17px;min-height:46px;gap:24px}.hero-actions .text-link{font-size:11px}.hero-visual{padding-top:24px;margin:10px -13px 0;align-self:stretch}.hero-visual::before{top:19px;right:18px;width:54px;height:2px}.hero-visual figcaption{margin-top:3px;margin-inline:13px;font-size:9px}.hero-photo{mix-blend-mode:multiply}.hero-bottom-inner{min-height:53px;gap:0}.hero-services{gap:17px;justify-content:space-between;width:100%}.hero-services span{font-size:8px;gap:7px;letter-spacing:.03em}.hero-services .icon{width:15px;height:15px}.section-heading,.works .section-heading,.local-offer .section-heading{display:block;margin-bottom:26px}.section-heading>p,.works .section-heading>p{margin-top:18px;font-size:13px;max-width:430px}.section-heading h2{font-size:34px}.section-heading .eyebrow{margin-bottom:14px}.work-grid{grid-template-columns:1fr 1fr;grid-template-rows:380px 240px;gap:12px}.project-caption{left:18px;right:16px;bottom:21px}.project-caption strong{font-size:21px}.project-caption small{font-size:9px;letter-spacing:.075em;margin-bottom:7px}.project-caption em{font-size:11px;line-height:1.5}.project:nth-child(3) .project-caption,.project:nth-child(4) .project-caption{left:16px;bottom:17px}.project:nth-child(3) .project-caption strong,.project:nth-child(4) .project-caption strong{font-size:19px}.zoom-icon{right:12px;top:12px;width:29px;height:29px}.gallery-end{display:block;margin-top:21px}.gallery-end p{font-size:11px;margin-bottom:12px}.social-links{font-size:11px;gap:24px}.studio-inner{grid-template-columns:1fr;gap:32px}.studio h2{font-size:43px}.studio-intro>p:not(.eyebrow){margin-block:20px 18px;max-width:480px}.studio-detail{padding:23px 0;grid-template-columns:27px 1fr;gap:15px}.studio-detail h3{font-size:19px}.studio-detail p{font-size:12px;max-width:460px}.process{padding-block:48px}.process-head{display:block;margin-bottom:27px}.process-head h2{font-size:28px}.process-head p{font-size:11px;margin-top:9px}.process-grid{grid-template-columns:1fr 1fr;gap:28px 24px}.process-grid p{font-size:12px}.location{padding-block:44px}.location-panel{padding:26px 23px}.location-head{display:flex;flex-direction:column;align-items:stretch;gap:24px}.location h2{font-size:30px;max-width:320px}.location-copy{font-size:12px;line-height:1.85;margin-top:14px;max-width:430px}.location-address{padding-left:17px}.location-address address{font-size:16px}.location-address .address-label{font-size:8px;margin-bottom:5px}.location-address .text-link{font-size:11px}.location-links-wrap{margin-top:23px;padding-top:20px}.city-links{grid-template-columns:1fr 1fr;gap:9px}.city-link{font-size:12px;padding:10px 13px;min-height:43px}.faq-inner,.local-faq .faq-inner{grid-template-columns:1fr;gap:27px}.faq-intro p:not(.eyebrow){font-size:13px;max-width:400px;margin-top:17px}.accordion summary{font-size:13px;line-height:1.6;padding-block:19px}.accordion details p{font-size:12px;padding-right:12px}.contact{padding-block:52px}.contact-inner{grid-template-columns:1fr;gap:32px}.contact h2{font-size:41px}.contact-copy>p:not(.eyebrow){font-size:13px;margin-top:18px;max-width:360px}.contact-phone{font-size:30px;margin-top:22px}.contact-email{font-size:13px}.contact-footnote{font-size:10px!important;margin-top:14px!important}.quote-form{padding:24px 21px}.form-intro{font-size:18px;margin-bottom:22px}.field input,.field textarea,.field select{font-size:16px;padding:11px 10px;min-height:45px}.field label{font-size:10px}.field label small{font-size:9px}.form-note{font-size:10px}.site-footer{padding-top:42px;padding-bottom:60px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 22px;padding-bottom:30px}.footer-brand-wrap{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-brand-note{margin-top:0;max-width:150px;font-size:10px}.footer-column:last-child{grid-column:auto}.footer-column h3{font-size:10px;margin-bottom:11px}.footer-column a,.footer-column p{font-size:11px}.footer-bottom{align-items:start;flex-wrap:wrap;gap:14px;font-size:9px;padding-block:20px}.footer-bottom .privacy-link{font-size:9px}.footer-bottom .text-link{font-size:9px}.mobile-sticky{position:fixed;inset:auto 0 0;z-index:40;background:var(--surface);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.1fr;padding:8px 20px max(8px,env(safe-area-inset-bottom));gap:12px}.mobile-sticky a{display:flex;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:700;min-height:39px;border-radius:3px}.mobile-sticky a:last-child{background:#d60923;color:#fff}.mobile-sticky .icon{width:16px;height:16px}.subhero{padding-block:25px 42px}.breadcrumbs{font-size:10px;margin-bottom:28px;gap:7px}.subhero-inner{grid-template-columns:1fr;gap:28px}.subhero-copy h1{font-size:clamp(34px,7.8vw,48px);line-height:1.14;letter-spacing:-.045em}.local-page .subhero-copy h1{font-size:36px;line-height:1.15}.subhero-copy .subhero-lead{font-size:13px;line-height:1.85;margin-top:18px}.subhero-location{font-size:10px;margin-top:20px;line-height:1.7}.subhero-figure img{height:320px;object-position:50% 60%}.subhero-figure figcaption{font-size:9px;line-height:1.6;margin-top:11px}.article-intro{grid-template-columns:1fr;gap:24px}.article-intro h2{font-size:31px}.prose p{font-size:14px;line-height:1.85;margin-bottom:17px}.scope-section{padding-top:0}.scope-grid{grid-template-columns:1fr;gap:13px}.scope-card{padding:25px;position:relative}.scope-card>span{margin-bottom:17px}.scope-card h3{font-size:23px;margin-bottom:12px}.scope-card p{font-size:13px}.scope-note{font-size:11px;margin-top:18px}.note-section{padding-block:46px}.note-inner{grid-template-columns:1fr;gap:22px}.note-section h2{font-size:31px}.note-section p:not(.eyebrow){font-size:13px}.related{padding-block:42px}.related-head{display:block}.related h2{font-size:27px}.related-grid{grid-template-columns:1fr;gap:10px}.related-grid a{font-size:13px;padding:18px}.local-offer{padding-top:0}.local-offer .section-heading h2{font-size:31px}.local-proof .proof-image img{height:300px}.local-proof .article-intro{gap:28px}.local-proof .prose h2{margin-bottom:20px}dialog{padding:30px 23px}dialog h2{font-size:25px}dialog>p{font-size:12px}.lightbox{padding:0}.lightbox-body{height:66dvh}.lightbox-head{padding:13px 15px}.lightbox-title{font-size:12px;line-height:1.5}.lightbox-footer{padding:14px;gap:14px;align-items:start}.lightbox-footer p{font-size:10px;max-width:60%}.lightbox-controls{gap:8px}.lightbox-controls button{width:31px;height:31px}.lightbox-counter{font-size:10px}}
@media(max-width:440px){.work-grid{grid-template-columns:1fr 1fr;grid-template-rows:400px 245px 245px;gap:13px}.project:nth-child(1){grid-column:1/-1;grid-row:1}.project:nth-child(2){grid-column:1/-1;grid-row:2}.project:nth-child(2) img{object-position:50% 59%}.project:nth-child(3),.project:nth-child(4){grid-row:3}.project-caption strong{font-size:25px}.project:nth-child(3) .project-caption strong,.project:nth-child(4) .project-caption strong{font-size:19px}.project:nth-child(3) .project-caption small,.project:nth-child(4) .project-caption small{font-size:8px}.project-caption{left:21px}.quote-form{padding-inline:18px}.field label small{display:block;margin:0}.field label{min-height:29px}.field.full label{min-height:0}.form-row{gap:12px}}
@media(max-width:360px){.container{width:calc(100% - 32px)}.hero-display{font-size:52px}.hero-kicker{font-size:18px}.hero-actions{gap:12px}.hero-actions .btn{font-size:11px;gap:18px}.hero-actions .text-link{font-size:10px}.hero-services{gap:8px}.hero-services span{font-size:7px;gap:5px}.location-panel{padding:25px 19px}.location h2{font-size:29px}.contact h2{font-size:37px}.form-row{grid-template-columns:1fr}.field label{min-height:0}.field label small{display:inline}.footer-brand-wrap{gap:15px}.footer-brand-note{max-width:128px}.lightbox-controls{gap:6px}.subhero-copy h1{font-size:33px}.local-page .subhero-copy h1{font-size:32px}.hero-seo-title{font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media print{.site-header,.hero-bottom,.mobile-sticky,.theme-toggle,.quote-form,.site-footer,.dialog,.hero-actions,.social-links{display:none!important}body{background:#fff;color:#111}.container{width:100%}.section{padding:25px 0}.studio,.note-section{background:#fff;color:#111}.studio p,.note-section p{color:#333!important}}
/* Blend the supplied hero's studio edge into the page without changing the photograph. */
.hero-photo{mask-image:linear-gradient(to right,transparent 0%,#000 3.5%,#000 100%)}
html[data-theme=dark] .hero-image-dark{filter:brightness(1.16)}
.hero-photo{mask-image:linear-gradient(to right,transparent 0%,transparent 1%,#000 4.5%,#000 100%)}
@media(max-width:700px){.hero-copy .hero-actions{column-gap:16px}.hero-copy .hero-actions .text-link{gap:9px}.hero-copy .hero-actions .btn{gap:18px;padding-inline:15px}}

/* v10 — restrained automotive details, consistent cards, no new layout dependencies. */
:root { --radius: 6px; --motion: 220ms; --shadow: 0 14px 38px #1717190c; }
html[data-theme=dark] { --shadow: 0 14px 38px #0003; }
h1,h2,h3 { text-wrap: balance; }
body { overflow-wrap: break-word; }
.section { padding-block: clamp(64px, 6.2vw, 94px); }
.site-header { box-shadow: 0 2px 18px #00000003; }
.header-inner { gap: 28px; }
.theme-toggle { width:auto; min-width:40px; gap:8px; display:flex; align-items:center; justify-content:center; padding:0 12px; border-radius:24px; }
.theme-toggle .theme-label { font-size:11px; font-weight:600; }
.theme-toggle:hover, .menu-toggle:hover { border-color:var(--muted); background:var(--surface); }
.btn { border-radius:4px; min-height:48px; transition:background var(--motion), border-color var(--motion), box-shadow var(--motion); }
.btn:hover { transform:none; }
.btn.primary:hover { box-shadow:0 5px 20px #d609231c; }
.btn .icon, .text-link .icon, .city-link .icon, .service-card-link .icon { transition:transform var(--motion); }
.btn:hover .icon, .text-link:hover .icon { transform:translateX(3px); }
.btn:active { transform:translateY(1px); }
.hero-inner { gap:24px; }
.hero-kicker { letter-spacing:-.025em; }
.hero-display { letter-spacing:-.052em; line-height:1.085; }
.hero-seo-title { text-wrap:pretty; }
.hero-visual::before { width:76px; height:2px; }
.hero-visual figcaption { letter-spacing:.07em; }
.hero-services { gap:26px; }
.hero-services span + span { padding-left:24px; border-left:1px solid var(--line); }
.hero-services span { font-weight:500; }
.section-heading { grid-template-columns:1fr .75fr auto; gap:34px; margin-bottom:32px; }
.section-heading h2 { font-size:clamp(30px,3vw,44px); }
.section-heading>p { line-height:1.8; }

/* Four different v8 illustrations. No client-gallery photograph is reused here. */
.service-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.service-card { position:relative; min-width:0; display:flex; flex-direction:column; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; transition:border-color var(--motion),box-shadow var(--motion),transform var(--motion); }
.service-card-image { flex:none; aspect-ratio:1.88; overflow:hidden; background:#151719; position:relative; }
.service-card-image::after { content:''; position:absolute; inset:0; box-shadow:inset 0 0 0 1px #ffffff0c; pointer-events:none; }
.service-card-image img { width:100%; height:100%; object-fit:cover; object-position:50% 50%; transition:transform 550ms cubic-bezier(.2,.7,.2,1); }
.service-card[data-service=oklejanie-samochodow] .service-card-image img { object-position:52% 50%; }
.service-card[data-service=powloki-ceramiczne] .service-card-image img { object-position:42% 63%; }
.service-card-body { padding:23px; display:flex; flex-direction:column; flex:1; }
.service-card-top { display:flex; justify-content:space-between; align-items:center; color:var(--red); margin-bottom:15px; }
.service-card-top .icon { width:23px; height:23px; }
.service-card-top span { color:var(--muted); font:500 10px/1.5 Arial,Helvetica,sans-serif; letter-spacing:.13em; }
.service-card h3 { margin:0 0 14px; min-height:2.4em; font-size:22px; line-height:1.2; letter-spacing:-.03em; text-wrap:balance; }
.service-card p { font-size:13px; line-height:1.8; margin-bottom:22px; max-width:32ch; }
.service-card-link { margin-top:auto; padding-top:16px; display:flex; align-items:center; justify-content:space-between; gap:10px; border-top:1px solid var(--line); font-size:12px; font-weight:700; line-height:1.5; }
.service-card-link .icon { color:var(--red); width:18px; height:18px; }
.service-card:focus-visible { outline:2px solid var(--red); outline-offset:4px; }
.service-card:focus-visible .service-card-link .icon { transform:translateX(3px); }
.advice-line { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; column-gap:9px; row-gap:2px; font-size:12px; color:var(--muted); margin-top:28px; }
.advice-line a { font-weight:700; color:var(--ink); border-bottom:1px solid var(--red); padding-bottom:2px; }
.advice-line a:hover { color:var(--red); }
@media(hover:hover) and (pointer:fine) {
  .service-card:hover { transform:translateY(-4px); border-color:var(--red); box-shadow:var(--shadow); }
  .service-card:hover .service-card-image img { transform:scale(1.035); }
  .service-card:hover .service-card-link .icon { transform:translateX(3px); }
  .service-card:hover .service-card-link { border-color:var(--red); }
}

/* Real photography takes the foreground below, not in the service list. */
.works { border-top:1px solid var(--line); }
.works .section-heading { grid-template-columns:1fr 1fr; }
.works .section-heading>p { max-width:410px; }
.work-grid { gap:18px; grid-template-rows:255px 255px; }
.project { border-radius:var(--radius); }
.project button::after { inset:35% 0 0; background:linear-gradient(180deg,transparent 0%,#06070926 24%,#060709df 100%); }
.project button::before { content:attr(data-photo-number); position:absolute; z-index:2; top:19px; left:20px; font-size:10px; letter-spacing:.13em; color:#fff; background:#080b0cc9; border:1px solid #ffffff35; padding:4px 8px; border-radius:2px; }
.project-caption small { color:#f7f7f7; letter-spacing:.1em; }
.project-caption strong { font-size:25px; }
.project-caption em { color:#e9eded; }
.zoom-icon { background:#0a0c0da8; border-color:#ffffff55; width:36px; height:36px; transition:background var(--motion); }
.project button:hover .zoom-icon { background:#d60923; border-color:#d60923; }
.project button:focus-visible { outline-offset:-5px; outline-color:#fff; }
.lightbox-controls button:hover { background:#d60923; border-color:#d60923; }

/* Quiet red details instead of additional sales claims or unverified figures. */
.studio { background:radial-gradient(ellipse at 0 100%,#5b112024,transparent 65%),var(--night); }
.studio::after { content:''; position:absolute; width:1px; height:160%; left:48%; top:-25%; background:#ffffff07; transform:rotate(18deg); pointer-events:none; }
.studio-inner { position:relative; z-index:1; }
.studio-detail>span { font-weight:700; padding-top:4px; }
.studio .text-link:hover { color:#ff5266; }
.process { padding-block:58px; }
.process-grid { gap:30px; }
.process-grid li { border-top-width:2px; }
.process-grid li:first-child { border-top-color:var(--red); }
.process-grid .step-top span { font-weight:700; }
.process-grid .step-top .icon { opacity:.65; }
.location-panel { border-radius:var(--radius); box-shadow:none; }
.location-links-label { font-size:11px; }
.city-link { min-height:48px; background:var(--bg); border-radius:4px; }
.city-link:hover .icon { transform:translate(2px,-2px); }
.city-link[aria-current=page] { border-color:var(--red); }
.accordion summary { padding-block:22px; }
.accordion summary::after { width:28px; height:28px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; font-size:19px; transition:background var(--motion),border-color var(--motion); }
.accordion details[open] summary { color:var(--red); }
.accordion details[open] summary::after { background:var(--red); color:#fff; border-color:var(--red); }
.accordion summary:hover::after { border-color:var(--red); }
.contact { background:linear-gradient(130deg,var(--soft),var(--bg)); }
.quote-form { border-radius:var(--radius); position:relative; box-shadow:var(--shadow); }
.quote-form::before { content:''; position:absolute; left:30px; right:30px; top:-1px; height:2px; background:var(--red); }
.field input,.field select,.field textarea { transition:background var(--motion),border-color var(--motion); }
.field input:hover,.field select:hover,.field textarea:hover { border-color:var(--muted); }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--red); background:var(--surface); }
.contact-phone:hover { color:var(--red); }
.footer-column a[aria-current=page] { color:var(--ink); text-decoration:underline; text-decoration-color:var(--red); text-underline-offset:5px; }
.footer-column a { transition:color var(--motion); }

/* The same finish on service/local pages, with useful in-page shortcuts. */
.subhero-figure img { border-radius:var(--radius); }
.subhero-copy h1 { line-height:1.14; }
.service-jump-links { display:flex; flex-wrap:wrap; gap:8px 18px; padding-top:20px; margin-top:22px; border-top:1px solid var(--line); max-width:530px; }
.service-jump-links a { font-size:11px; font-weight:500; color:var(--muted); text-underline-offset:5px; padding-block:5px; }
.service-jump-links a:hover { color:var(--red); text-decoration:underline; }
.scope-card { border-radius:var(--radius); }
.scope-card>span { font-weight:700; }
.related-grid a { border-radius:var(--radius); transition:background var(--motion),border-color var(--motion); }
.related-grid a:hover { background:var(--surface); border-color:var(--red); }
.local-offer .service-card h3 { font-size:22px; }
.local-offer .service-card-body { padding:25px; }

@media(min-width:1360px) { .service-card h3 { min-height:1.25em; } }
@media(min-width:1600px) { .hero-inner { min-height:650px; } }
@media(max-width:1100px) {
  .header-inner { gap:20px; }
  .header-actions { gap:12px; }
  .desktop-nav { gap:22px; }
  .service-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
  .service-card h3 { min-height:0; font-size:23px; }
  .service-card p { max-width:44ch; }
  .service-card-image { aspect-ratio:2.15; }
  .section-heading { grid-template-columns:1fr .8fr; gap:26px; }
  .section-heading>.text-link { display:none; }
  .works .section-heading>p { max-width:350px; }
}
@media(max-width:950px) {
  .theme-toggle { width:40px; padding:0; }
  .theme-label { display:none; }
  .hero-services span+span { padding-left:15px; }
  .work-grid { grid-template-columns:1fr 1fr; grid-template-rows:410px 290px; }
  .project:nth-child(1),.project:nth-child(2) { grid-row:1; }
  .project:nth-child(3),.project:nth-child(4) { grid-row:2; }
  .service-jump-links { margin-top:18px; gap:6px 15px; }
}
@media(max-width:700px) {
  .section { padding-block:56px; }
  .header-inner { height:70px; }
  .hero-inner { gap:20px; }
  .hero-display { font-size:clamp(54px,10.5vw,75px); line-height:1.06; }
  .hero-services { gap:12px; }
  .hero-services span+span { padding-left:12px; }
  .hero-bottom-inner { min-height:54px; }
  .section-heading,.works .section-heading,.local-offer .section-heading { display:block; margin-bottom:26px; }
  .section-heading h2 { font-size:34px; }
  .section-heading>p { max-width:42ch; }
  .service-grid { gap:16px; }
  .service-card-image { aspect-ratio:1.85; }
  .service-card-body { padding:21px; }
  .service-card h3 { font-size:22px; }
  .service-card p { font-size:13px; line-height:1.75; }
  .service-card-link { font-size:12px; }
  .service-card-top { margin-bottom:16px; }
  .project-caption strong { font-size:23px; }
  .work-grid { grid-template-rows:350px 260px; gap:14px; }
  .process { padding-block:44px; }
  .process-grid { grid-template-columns:1fr 1fr; gap:26px 24px; }
  .process-grid p { font-size:12px; }
  .location-panel { padding:28px 23px; }
  .location-head { gap:23px; }
  .location h2 { font-size:29px; max-width:none; }
  .location-copy { font-size:13px; }
  .location-links-wrap { gap:14px; }
  .city-link { min-height:46px; }
  .accordion summary { padding-block:19px; }
  .accordion summary::after { width:25px; height:25px; font-size:18px; }
  .contact { padding-block:50px; }
  .quote-form::before { left:21px; right:21px; }
  .service-jump-links { padding-top:14px; margin-top:17px; }
  .subhero-copy h1 { line-height:1.15; }
  .mobile-sticky { gap:10px; box-shadow:0 -3px 18px #00000005; }
}
@media(max-width:560px) {
  .service-grid { grid-template-columns:1fr; gap:20px; }
  .service-card-image { aspect-ratio:2.15; }
  .service-card-body { padding:23px; }
  .service-card-top { margin-bottom:13px; }
  .service-card h3 { min-height:0; margin-bottom:12px; font-size:23px; }
  .service-card p { margin-bottom:20px; max-width:none; }
  .service-card-link { padding-top:14px; }
  .advice-line { line-height:1.85; font-size:11px; margin-top:21px; }
  .local-offer .service-card-body { padding:25px; }
  .local-offer .service-card h3 { font-size:24px; }
  .work-grid { grid-template-columns:1fr 1fr; grid-template-rows:400px 340px 255px; gap:14px; }
  .project:nth-child(1) { grid-column:1/-1; grid-row:1; }
  .project:nth-child(2) { grid-column:1/-1; grid-row:2; }
  .project:nth-child(3),.project:nth-child(4) { grid-column:auto; grid-row:3; }
  .project:nth-child(2) img { object-position:50% 62%; }
  .project:nth-child(3) .project-caption,.project:nth-child(4) .project-caption { left:14px; right:12px; bottom:17px; }
  .project:nth-child(3) .project-caption strong,.project:nth-child(4) .project-caption strong { font-size:18px; }
  .project:nth-child(3) .project-caption em,.project:nth-child(4) .project-caption em { font-size:10px; }
  .project button::before { left:12px; top:13px; font-size:9px; }
  .zoom-icon { width:30px; height:30px; right:12px; top:13px; }
}
@media(max-width:360px) {
  .hero-display { font-size:51px; }
  .hero-services { gap:6px; }
  .hero-services span+span { padding-left:7px; }
  .service-card-body { padding:21px; }
  .service-card-image { aspect-ratio:1.95; }
  .section-heading h2 { font-size:31px; }
  .location-panel { padding:25px 20px; }
  .location h2 { font-size:28px; }
  .city-link { font-size:12px; padding-inline:12px; }
  .work-grid { grid-template-rows:350px 300px 235px; }
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after { animation:none!important; transition:none!important; scroll-behavior:auto!important; }
  .service-card:hover,.btn:hover,.service-card:hover img,.project button:hover img { transform:none!important; }
}
@media print {
  .service-jump-links,.theme-label,.service-card-image { display:none!important; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .service-card { break-inside:avoid; }
}

/* v11 — doposażenie: oświetlenie ambientowe i cyfrowy licznik. */
.service-card[data-service=oswietlenie-ambientowe] .service-card-image img{object-position:50% 50%}
.service-card[data-service=cyfrowy-licznik] .service-card-image img{object-position:50% 46%}
.service-card[data-service=oswietlenie-ambientowe] .service-card-top .icon,
.service-card[data-service=cyfrowy-licznik] .service-card-top .icon{stroke-width:1.55}
.service-poster-note{margin-top:12px;font-size:10px;color:var(--muted);letter-spacing:.02em}
@media(max-width:1100px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.service-grid{grid-template-columns:1fr}}
