
:root{--ink:#171714;--muted:#74756f;--paper:#f7f7f4;--white:#fff;--accent:#ffc800;--accent2:#e3b000;--dark:#24251f;--line:#e2e2dd;--radius:4px;--shadow:0 16px 50px rgba(23,23,20,.10);--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Montserrat,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit}.wrap{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}.header__in{height:72px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.brand__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--accent);font-size:13px}.nav{display:flex;align-items:center;justify-content:center;gap:22px;flex:1}.nav>a,.navgroup>summary{text-decoration:none;font-size:13px;font-weight:700;cursor:pointer;list-style:none}.navgroup{position:relative}.navgroup>summary::-webkit-details-marker{display:none}.dropdown{position:absolute;top:32px;left:-18px;width:290px;padding:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:grid;gap:3px}.dropdown a{padding:9px 10px;text-decoration:none;font-size:13px}.dropdown a:hover{background:#fff7d3}.phone{text-decoration:none;font-weight:800;white-space:nowrap}.mobile{display:none;margin-left:auto}.mobile summary{font-size:27px;cursor:pointer;list-style:none}.mobile summary::-webkit-details-marker{display:none}.mobile__nav{position:absolute;top:72px;left:0;right:0;background:#fff;padding:20px;display:grid;gap:15px;box-shadow:var(--shadow)}.mobile__nav a{text-decoration:none;font-weight:750}.hero{padding:58px 0 64px;background:#fff}.crumbs{font-size:13px;color:var(--muted);margin-bottom:36px}.crumbs a{text-decoration:none}.hero__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);gap:68px;align-items:center}.eyebrow{display:inline-flex;padding:6px 11px;border-radius:999px;background:#fff8d5;border:1px solid #f1d865;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(38px,4.7vw,64px);line-height:1.04;letter-spacing:-.04em;margin:18px 0}.lead{font-size:clamp(16px,1.6vw,20px);color:#51534e;max-width:720px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid transparent}.btn--primary{background:var(--accent);color:#111}.btn--primary:hover{background:var(--accent2)}.btn--ghost{background:#fff;border-color:var(--line)}.hero__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:#d8d7cf}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(0,0,0,.18))}.hero__media img{width:100%;height:100%;object-fit:cover}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:26px}.fact{padding:14px 0;border-bottom:1px solid var(--line)}.fact b{display:block;font-size:15px}.fact span{font-size:12px;color:var(--muted)}.section{padding:82px 0}.section--soft{background:var(--paper)}.section--dark{background:var(--dark);color:#fff}.section__head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section h2{font-size:clamp(30px,3.7vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0}.section__head p{max-width:520px;color:var(--muted);margin:0}.section--dark .section__head p{color:#c9cdc5}.prose{max-width:860px}.prose h2{margin:58px 0 18px}.prose h3{font-size:24px;margin:34px 0 12px}.prose p,.prose li{font-size:17px;color:#484b46}.prose ul{padding-left:22px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.card{display:flex;flex-direction:column;min-height:100%;background:#fff;text-decoration:none;transition:transform .2s}.card:hover{transform:translateY(-3px)}.card__image{aspect-ratio:16/10;background:#deddd6;overflow:hidden}.card__image img{width:100%;height:100%;object-fit:cover}.card__body{padding:18px 0}.card h3{margin:0 0 8px;font-size:19px;line-height:1.2}.card p{margin:0;color:var(--muted);font-size:14px}.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.gallery figure{margin:0;overflow:hidden;background:#d9d8d1;min-height:260px}.gallery figure:nth-child(4n+1),.gallery figure:nth-child(4n+4){grid-column:span 7}.gallery figure:nth-child(4n+2),.gallery figure:nth-child(4n+3){grid-column:span 5}.gallery img{width:100%;height:100%;object-fit:cover}.tabs{display:flex;border:1px solid var(--accent);border-radius:999px;overflow:hidden;margin-bottom:28px}.tab{flex:1;border:0;background:#fff;padding:15px;cursor:pointer;font:inherit}.tab.is-active{background:var(--accent);font-weight:800}.calculator{background:#dedbd9;padding:64px}.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px}.field{display:grid;gap:8px;margin-bottom:20px}.field label{font-weight:700}.field input,.field select{width:100%;min-height:50px;border:1px solid #bab8b3;background:#fff;padding:10px 14px;font:inherit}.total{border-left:2px solid #222;padding-left:54px}.total output{display:block;font-size:clamp(38px,5vw,64px);font-weight:850;margin:20px 0}.leadform{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.leadform input{min-height:52px;border:0;padding:0 16px;font:inherit}.leadform button{grid-column:1/-1;cursor:pointer}.cta{display:grid;grid-template-columns:1fr minmax(320px,.7fr);gap:40px;align-items:center;padding:46px;background:var(--accent);color:#111}.cta h2{margin:0 0 8px}.cta p{margin:0;max-width:680px}.cta .btn{background:#171714;color:#fff}.footer{padding:54px 0 28px;background:#171912;color:#fff}.footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer a{color:#fff}.footer__links{display:grid;gap:9px}.footer__bottom{border-top:1px solid #34382f;margin-top:40px;padding-top:22px;color:#aeb2aa;font-size:13px}.empty-media{display:grid;place-items:center;height:100%;padding:20px;color:#666;text-align:center}[hidden]{display:none!important}
@media(max-width:980px){.nav,.header>.phone,.header__in>.phone{display:none}.mobile{display:block}.hero__grid{grid-template-columns:1fr}.hero__media{order:-1;aspect-ratio:16/9}.cards{grid-template-columns:repeat(2,1fr)}.facts{grid-template-columns:1fr 1fr}.footer__grid{grid-template-columns:1fr 1fr}.cta{grid-template-columns:1fr}.calc-grid{grid-template-columns:1fr}.total{border-left:0;border-top:2px solid #222;padding:30px 0 0}}
@media(max-width:640px){.wrap{width:min(100% - 28px,var(--max))}.header__in{height:64px}.brand{font-size:16px}.brand__mark{width:38px;height:38px}.mobile__nav{top:64px}.hero{padding:30px 0 44px}.hero__grid{gap:28px}.hero h1{font-size:38px}.section{padding:54px 0}.section__head{display:block}.section__head p{margin-top:12px}.cards{grid-template-columns:1fr}.gallery{display:grid;grid-template-columns:1fr}.gallery figure,.gallery figure:nth-child(n){grid-column:auto;min-height:220px}.cta,.calculator{padding:26px}.footer__grid{grid-template-columns:1fr}.actions .btn{width:100%}.leadform{grid-template-columns:1fr}.tabs{display:grid;border-radius:12px}.facts{grid-template-columns:1fr}}

/* V1 visual QA: tighter first-screen rhythm and conversion-first mobile flow. */
@media(min-width:981px){
  .hero{padding:36px 0 52px}
  .crumbs{margin-bottom:24px}
  .hero__grid{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);gap:48px;align-items:start}
  .hero h1{font-size:clamp(42px,4.15vw,58px);max-width:690px}
  .hero__media{margin-top:2px}
}
@media(max-width:980px){
  .hero__media{order:initial}
}
@media(max-width:640px){
  .hero{padding:22px 0 38px}
  .crumbs{margin-bottom:22px;line-height:1.45}
  .hero__grid{gap:24px}
  .hero h1{font-size:clamp(34px,10vw,40px);line-height:1.02;margin:14px 0 16px}
  .lead{font-size:16px;line-height:1.5;margin:0}
  .actions{margin-top:24px;gap:10px}
  .actions .btn{min-height:54px}
  .facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}
  .fact{padding:10px 0}
  .fact:last-child{grid-column:1/-1}
  .hero__media{aspect-ratio:4/3;margin-top:4px}
}

/* Homepage reconstruction from the supplied visual reference. */
.mv-hero{min-height:650px;padding:70px 0;color:#fff;background:linear-gradient(rgba(0,0,0,.58),rgba(0,0,0,.58)),url('/wp-content/themes/mosvip-factory-v1/archive/media/d1d323a94168bfb768fe.jpg') center/cover no-repeat}.mv-hero__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:70px;align-items:center}.mv-hero__copy h1{max-width:780px;margin:18px 0 30px;font-size:clamp(42px,4.6vw,66px);line-height:1.05;letter-spacing:-.04em}.mv-hero__copy>p{max-width:760px;font-size:21px}.mv-benefits{display:grid;grid-template-columns:1fr 1fr;gap:20px 34px;margin-top:54px}.mv-benefits span{position:relative;padding-left:28px;font-size:16px}.mv-benefits span:before{content:'✓';position:absolute;left:0;color:var(--accent);font-weight:900}.mv-form{display:grid;gap:14px}.mv-form h2{margin:0 0 8px;font-size:28px}.mv-form>input{width:100%;min-height:56px;padding:0 20px;border:0;border-radius:999px;font:inherit}.mv-form label{font-size:12px}.mv-form label input{accent-color:var(--accent)}.mv-form .btn{width:100%;cursor:pointer}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.service-card{text-decoration:none}.service-card img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}.service-card h3{margin:8px 0;font-size:21px;line-height:1.15}.service-card p{margin:0;color:var(--muted);font-size:14px}.service-price{display:block;margin-top:14px;color:#04a72f;font-size:19px}.calc-banner{padding:110px 0;text-align:center;color:#fff;background:linear-gradient(rgba(0,0,0,.62),rgba(0,0,0,.62)),url('/wp-content/themes/mosvip-factory-v1/archive/media/d1d323a94168bfb768fe.jpg') center/cover no-repeat}.calc-banner h2{margin:0;font-size:clamp(36px,4vw,58px)}.calc-banner p{font-size:24px}.calc-banner strong,.request-band strong{color:var(--accent);font-weight:inherit}.reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:52px 44px;margin-top:70px}.reasons article{display:grid;grid-template-columns:56px 1fr;gap:20px}.reasons article>b{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:var(--accent);font-size:21px}.reasons h3{margin:0 0 8px;font-size:20px}.reasons p{margin:0;color:#565852}.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:70px 50px;margin-top:70px}.numbers div{display:grid;gap:10px}.numbers b{font-size:34px}.numbers span{color:#555;font-size:18px}.project-list{display:grid;gap:70px}.project-list article{display:grid;grid-template-columns:1.25fr .75fr;gap:44px;align-items:center}.project-list article:nth-child(even){grid-template-columns:.75fr 1.25fr}.project-list article:nth-child(even) img{order:2}.project-list img{width:100%;aspect-ratio:4/3;object-fit:cover}.project-list h3{font-size:30px;line-height:1.15}.faq h2{font-size:clamp(42px,5vw,70px);max-width:900px}.faq-list{margin-top:70px}.faq-list details{border-bottom:1px solid var(--line);padding:0 0 22px;margin-bottom:24px}.faq-list summary{position:relative;padding-right:60px;font-size:23px;font-weight:800;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:10px;top:-8px;font-size:40px;font-weight:300}.faq-list details[open] summary:after{content:'×';color:#a77f00}.faq-list p{max-width:850px;color:#555;font-size:18px}.faq-cta{display:grid;justify-items:center;gap:18px;margin-top:60px}.request-band{padding:90px 0;color:#fff;background:linear-gradient(rgba(0,0,0,.63),rgba(0,0,0,.63)),url('/wp-content/themes/mosvip-factory-v1/archive/media/d1d323a94168bfb768fe.jpg') center/cover no-repeat}.request-band__grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.request-band h2{margin:0;font-size:clamp(36px,4vw,58px);line-height:1.08}.request-band p{font-size:20px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.review-grid blockquote{margin:0;padding:36px;background:var(--paper);font-size:20px}.review-grid cite{display:block;margin-top:24px;color:var(--muted);font-size:14px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:70px}.article-grid a{text-decoration:none}.article-grid img{width:100%;aspect-ratio:16/10;object-fit:cover}.article-grid h3{font-size:24px;line-height:1.2}.article-grid p{color:var(--muted)}
@media(max-width:980px){.mv-hero__grid,.request-band__grid{grid-template-columns:1fr}.mv-hero{padding:50px 0}.mv-form{max-width:600px}.service-grid{grid-template-columns:repeat(2,1fr)}.reasons,.numbers{grid-template-columns:repeat(2,1fr)}.project-list article,.project-list article:nth-child(even){grid-template-columns:1fr}.project-list article:nth-child(even) img{order:initial}.article-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.mv-hero{min-height:0;padding:34px 0 44px;background-position:58% center}.mv-hero__grid{gap:36px}.mv-hero__copy h1{font-size:39px;margin:14px 0 20px}.mv-hero__copy>p{font-size:17px}.mv-benefits{grid-template-columns:1fr;margin-top:30px;gap:12px}.mv-form{padding:22px;background:rgba(0,0,0,.35)}.service-grid,.reasons,.numbers,.review-grid,.article-grid{grid-template-columns:1fr}.service-grid{gap:38px}.calc-banner{padding:72px 0}.reasons,.numbers,.article-grid{margin-top:38px;gap:30px}.reasons article{grid-template-columns:48px 1fr}.reasons article>b{width:48px;height:48px}.numbers b{font-size:30px}.project-list{gap:48px}.project-list h3{font-size:25px}.faq h2{font-size:39px}.faq-list{margin-top:44px}.faq-list summary{font-size:19px}.request-band{padding:64px 0}.request-band h2{font-size:36px}.article-grid h3{font-size:22px}}

/* Native lightbox: no Tilda or third-party scripts. */
.smd-zoomable{cursor:zoom-in;transition:filter .2s,transform .2s}.smd-zoomable:hover{filter:brightness(.92)}.smd-zoomable:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.smd-lightbox{width:100vw;max-width:none;height:100vh;max-height:none;margin:0;padding:0;border:0;background:rgba(7,8,6,.94);color:#fff;overflow:hidden}.smd-lightbox::backdrop{background:rgba(7,8,6,.94)}.smd-lightbox[open]{display:grid;grid-template-columns:72px minmax(0,1fr) 72px;grid-template-rows:minmax(0,1fr) auto;align-items:center}.smd-lightbox figure{grid-column:2;grid-row:1;margin:28px;display:grid;place-items:center;min-width:0;min-height:0;height:calc(100vh - 92px)}.smd-lightbox figure img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;box-shadow:0 18px 70px rgba(0,0,0,.45)}.smd-lightbox figcaption{position:absolute;left:50%;bottom:24px;max-width:min(760px,70vw);transform:translateX(-50%);font-size:14px;text-align:center}.smd-lightbox button{border:0;color:#fff;background:rgba(255,255,255,.1);cursor:pointer}.smd-lightbox button:hover{background:var(--accent);color:#111}.smd-lightbox__close{position:fixed;z-index:2;top:18px;right:20px;width:48px;height:48px;border-radius:50%;font-size:34px;line-height:1}.smd-lightbox__nav{z-index:1;width:52px;height:72px;margin:auto;border-radius:999px;font-size:48px;line-height:1}.smd-lightbox__prev{grid-column:1;grid-row:1}.smd-lightbox__next{grid-column:3;grid-row:1}.smd-lightbox__count{position:fixed;top:30px;left:50%;transform:translateX(-50%);font-size:13px;letter-spacing:.08em}.smd-lightbox-open{overflow:hidden}
@media(max-width:640px){.smd-lightbox[open]{grid-template-columns:48px minmax(0,1fr) 48px}.smd-lightbox figure{margin:16px 4px;height:calc(100vh - 80px)}.smd-lightbox__nav{width:42px;height:58px;font-size:38px}.smd-lightbox__close{top:12px;right:12px;width:44px;height:44px}.smd-lightbox__count{top:26px}.smd-lightbox figcaption{bottom:18px;max-width:70vw;font-size:12px}}

/* Services carousel. */
.services-carousel{overflow:hidden}.service-slider{position:relative;width:min(1480px,100%);margin:0 auto;padding:0 62px}.service-slider__viewport{overflow:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory}.service-slider .service-grid{display:flex;gap:28px}.service-slider .service-card{display:flex;flex:0 0 calc((100% - 84px)/4);flex-direction:column;scroll-snap-align:start;min-width:0}.service-slider .service-card img{width:100%;aspect-ratio:16/10;object-fit:contain}.service-slider .service-card h3{min-height:50px}.service-slider .service-card p{min-height:66px}.service-slider .service-card .btn{align-self:flex-start;min-height:44px;margin-top:22px;padding:0 23px;font-size:13px}.service-slider__arrow{position:absolute;z-index:2;top:38%;display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:#111;color:#fff;font-size:31px;line-height:1;cursor:pointer}.service-slider__arrow:hover{background:var(--accent);color:#111}.service-slider__arrow:disabled{opacity:.25;cursor:default}.service-slider__prev{left:8px}.service-slider__next{right:8px}.service-slider__dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.service-slider__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#c9cac5;cursor:pointer}.service-slider__dots button.is-active{width:25px;border-radius:99px;background:#111}
@media(max-width:980px){.service-slider .service-card{flex-basis:calc((100% - 24px)/2)}.service-slider .service-grid{gap:24px}}
@media(max-width:640px){.service-slider{padding:0 14px}.service-slider__viewport{overflow-x:auto;scrollbar-width:none}.service-slider__viewport::-webkit-scrollbar{display:none}.service-slider .service-grid{gap:16px}.service-slider .service-card{flex-basis:88%}.service-slider .service-card h3,.service-slider .service-card p{min-height:0}.service-slider__arrow{display:none}.service-slider__dots{margin-top:24px}}

/* Homepage project feature. */
.projects-showcase{background:#fff}.projects-showcase .section__head{margin-bottom:64px}.project-feature{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);gap:54px;align-items:start}.project-feature__main{display:block;width:100%;aspect-ratio:1.2/1;object-fit:cover}.project-thumbs{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;margin-top:4px}.project-thumbs button{padding:0;border:2px solid transparent;background:none;cursor:pointer}.project-thumbs button.is-active{border-color:var(--accent)}.project-thumbs img{display:block;width:100%;aspect-ratio:1.15/1;object-fit:cover}.project-feature__copy h3{margin:4px 0 34px;font-size:31px;line-height:1.14}.project-feature__copy>div{margin-bottom:22px}.project-feature__copy p{margin:5px 0 20px;line-height:1.45}.project-feature__copy ul{margin:7px 0 0;padding-left:21px;line-height:1.5}.project-feature__copy .btn{margin-top:4px}
@media(max-width:980px){.project-feature{grid-template-columns:1fr;gap:36px}.project-feature__copy h3{margin-bottom:24px}.project-thumbs{grid-template-columns:repeat(8,1fr)}}
@media(max-width:640px){.projects-showcase .section__head{margin-bottom:34px}.project-feature__main{aspect-ratio:4/3}.project-thumbs{grid-template-columns:repeat(4,1fr)}.project-feature__copy h3{font-size:25px}.project-feature__copy ul{font-size:14px}}

/* Lightbox: two thirds image area, 60% translucent surround. */
.smd-lightbox{background:rgba(7,8,6,.6)}.smd-lightbox::backdrop{background:rgba(7,8,6,.6)}.smd-lightbox[open]{grid-template-columns:minmax(56px,1fr) minmax(0,66.666vw) minmax(56px,1fr);grid-template-rows:minmax(0,1fr)}.smd-lightbox figure{margin:36px 0;height:calc(100vh - 72px)}.smd-lightbox figcaption{bottom:18px;max-width:min(760px,58vw)}.smd-lightbox button{background:rgba(0,0,0,.45)}
@media(max-width:640px){.smd-lightbox[open]{grid-template-columns:44px minmax(0,1fr) 44px}.smd-lightbox figure{margin:62px 0;height:calc(100vh - 124px)}}

.projects-showcase .project-feature+.project-feature{margin-top:110px;padding-top:110px;border-top:1px solid var(--line)}.projects-more{display:flex;justify-content:center;margin-top:76px}.projects-more .btn{min-width:260px;cursor:pointer}
@media(max-width:640px){.projects-showcase .project-feature+.project-feature{margin-top:64px;padding-top:64px}.projects-more{margin-top:48px}.projects-more .btn{width:100%}}

/* Foundation service detail template. */
.service-detail-hero{padding:34px 0 110px}.service-detail-hero .crumbs{margin-bottom:80px}.service-detail-hero__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr);gap:70px;align-items:center}.service-detail-hero__copy h1{margin:0 0 32px;font-size:clamp(42px,4.5vw,68px);line-height:1.04;letter-spacing:-.04em}.service-detail-hero__copy>p{max-width:610px;font-size:21px;line-height:1.5}.service-benefits{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:52px}.service-benefits span{position:relative;padding-left:35px;font-size:16px}.service-benefits span:before{content:'✓';position:absolute;left:0;top:-2px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--accent);font-weight:900}.service-detail-hero__side>img{display:block;width:100%;height:320px;object-fit:contain}.service-quick-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.service-quick-form>input{min-height:54px;padding:0 18px;border:1px solid #999;border-radius:999px;font:inherit}.service-quick-form label{grid-column:1/-1;font-size:12px}.service-quick-form .btn{cursor:pointer}.service-quick-form small{align-self:center;color:#555}.service-detail-content>section{padding:100px 0}.service-detail-content h2{margin:0 0 54px;font-size:clamp(40px,4.5vw,64px);line-height:1.06;letter-spacing:-.035em}.service-lead{margin:-30px 0 46px;color:var(--muted);font-size:18px}.price-table{min-width:720px;margin-bottom:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.price-table>div{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:18px;padding:24px 18px}.price-table>div:first-child{background:var(--accent)}.service-cost .wrap{overflow-x:auto}.service-cost small{display:block;max-width:1080px;color:#666;line-height:1.5}.service-columns{display:grid;grid-template-columns:1fr 1fr;gap:70px}.service-columns p{margin:0;color:#555;font-size:19px;line-height:1.65}.service-stages,.service-why{background:#f2f2f1}.stage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px 36px}.stage-grid>div{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center}.stage-grid b{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--accent);font-size:20px}.stage-grid span{font-size:17px;font-weight:700}.service-why .reasons{margin-top:0}.service-numbers .numbers{margin-top:0}
@media(max-width:980px){.service-detail-hero__grid{grid-template-columns:1fr}.service-detail-hero .crumbs{margin-bottom:48px}.service-detail-hero__side{max-width:700px}.stage-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.service-detail-hero{padding:24px 0 64px}.service-detail-hero__copy h1{font-size:40px}.service-detail-hero__copy>p{font-size:17px}.service-benefits,.service-quick-form,.service-columns,.stage-grid{grid-template-columns:1fr}.service-detail-hero__side>img{height:230px}.service-quick-form label{grid-column:auto}.service-detail-content>section{padding:64px 0}.service-detail-content h2{margin-bottom:34px;font-size:38px}.service-columns{gap:20px}.service-columns p{font-size:16px}.stage-grid{gap:24px}.price-table{min-width:680px}}

/* Two-axis source price tables. */
.price-table{min-width:0;overflow-x:auto;border:0}.price-table table{width:100%;min-width:980px;border-collapse:collapse;font-size:16px}.price-table th,.price-table td{padding:24px 20px;text-align:left;vertical-align:middle}.price-table thead th{background:var(--accent);color:#111;font-size:16px}.price-table tbody tr:nth-child(even){background:#f0f0ef}.price-table tbody th{font-weight:800}.price-table tbody td{white-space:nowrap}.price-table thead th:not(:first-child){min-width:155px}.price-table thead th:first-child{min-width:130px}.service-cost .wrap{overflow:visible}.service-cost .price-table{overflow-x:auto;scrollbar-color:#999 #eee;scrollbar-width:thin}.service-cost .price-table::-webkit-scrollbar{height:8px}.service-cost .price-table::-webkit-scrollbar-thumb{border-radius:99px;background:#999}.service-cost .price-table::-webkit-scrollbar-track{background:#eee}
@media(max-width:640px){.price-table{margin-right:calc(var(--pad)*-1);padding-right:var(--pad)}.price-table table{min-width:900px}.price-table th,.price-table td{padding:18px 15px;font-size:14px}}

/* Accessible pointer targets without inflating the visual controls. */
.nav>a,.navgroup>summary,.footer a,.mobile summary,.mobile__nav a{display:flex;align-items:center;min-height:44px}
.project-thumbs button,.service-slider__dots button{position:relative;min-width:44px;min-height:44px}
.service-slider__dots button::after{content:"";position:absolute;inset:0}
@media(max-width:640px){.project-thumbs{gap:6px}.project-thumbs button{min-width:0}.phone{min-height:44px;display:flex;align-items:center}}
