:root{
  --purple:#7f168a;--purple2:#a22bad;--purple-soft:#f6eff7;--ink:#19161b;--muted:#6f6871;
  --soft:#f7f6f7;--line:#e7e2e8;--dark:#151217;--white:#fff;--radius:22px;
  --shadow:0 24px 70px rgba(48,26,51,.11)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:138px}
body{margin:0;font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.965);backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(48,36,50,.08)}
.topbar{min-height:86px;display:grid;grid-template-columns:1fr auto auto;gap:30px;align-items:center}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand img{width:78px;height:66px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand strong{font-size:18px;line-height:1.2}.brand small{font-size:11px;color:var(--muted);margin-top:4px;letter-spacing:.02em}.header-info{display:flex;flex-direction:column;align-items:flex-end;font-size:12px;gap:3px}.header-info a{font-weight:800;color:#56105e}.header-info .header-email{font-weight:700;font-size:11px}.header-info span{color:var(--muted)}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:none;padding:9px}.menu-toggle span{display:block;height:2px;background:#4b384d;margin:6px 0}
.main-nav{border-top:1px solid var(--line)}.nav-inner{display:flex;justify-content:center;gap:52px;min-height:48px;align-items:center}.nav-inner a{font-size:12px;font-weight:800;color:#514a53;position:relative}.nav-inner a:after{content:"";position:absolute;left:0;right:100%;bottom:-14px;height:2px;background:var(--purple);transition:.2s}.nav-inner a:hover{color:var(--purple)}.nav-inner a:hover:after{right:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:49px;padding:0 22px;border-radius:10px;font-weight:800;font-size:12px;border:1px solid transparent;transition:.2s}.btn-outline{border-color:rgba(255,255,255,.72);color:#fff;background:rgba(0,0,0,.10)}.btn-outline:hover{background:#fff;color:#241d25}
.hero{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;background:#1b181d}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,12,15,.95) 0%,rgba(14,12,15,.82) 38%,rgba(14,12,15,.30) 68%,rgba(14,12,15,.08) 100%)}.hero-content{position:relative;z-index:2;color:#fff;padding-block:84px;max-width:1180px}.partner-chip{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.09);border-radius:999px;font-size:11px;font-weight:800;margin-bottom:22px;backdrop-filter:blur(8px)}.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:800;margin:0 0 14px}.eyebrow.purple{color:var(--purple)}.hero h1{font-size:clamp(44px,5.7vw,75px);line-height:.99;max-width:820px;margin-bottom:26px}.hero h1 span{color:#dc92e3}.hero-lead{max-width:690px;font-size:18px;color:#eee7ef;margin-bottom:30px}.hero-points{display:flex;gap:28px;margin-top:34px;color:#f1eaf2;font-size:12px;font-weight:700}.hero-points span{display:flex;align-items:center;gap:8px}.hero-points span:before{content:"";width:6px;height:6px;border-radius:50%;background:#d36bdc}
.stats-strip{background:#fff;border-bottom:1px solid var(--line)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stats-grid article{padding:23px 21px;display:flex;align-items:center;gap:14px;border-right:1px solid var(--line)}.stats-grid article:last-child{border-right:0}.stats-grid b{font-size:10px;color:var(--purple);letter-spacing:.13em}.stats-grid span{font-weight:800;font-size:13px}
.section{padding:94px 0}.section-head{display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:end;margin-bottom:42px}.section-head h2,.about-copy h2,.partner-grid h2,.contact-copy h2,.advantages-intro h2{font-size:clamp(34px,4vw,52px);line-height:1.04;margin-bottom:0}.section-head>p{color:var(--muted);max-width:520px;margin-bottom:3px;font-size:14px}
.directions-section{background:#f6f3f7}.directions-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.direction-card{position:relative;padding:36px;border:1px solid var(--line);border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(43,27,45,.05)}.direction-card.accent{background:linear-gradient(145deg,#221c23,#171318);color:#fff;border-color:#322a34}.direction-number{position:absolute;right:26px;top:20px;font-size:58px;line-height:1;font-weight:800;letter-spacing:-.07em;color:#efe9f0}.direction-card.accent .direction-number{color:#342c36}.direction-label{position:relative;z-index:1;font-size:9px;font-weight:800;letter-spacing:.16em;color:var(--purple)}.direction-card.accent .direction-label{color:#db91e1}.direction-card h3{position:relative;z-index:1;max-width:520px;font-size:27px;line-height:1.12;margin:11px 0 28px}.tag-list{display:flex;flex-wrap:wrap;gap:9px;position:relative;z-index:1}.tag-list span{font-size:10px;font-weight:700;padding:9px 11px;border:1px solid #e2dce3;border-radius:999px;background:#faf8fa}.direction-card.accent .tag-list span{border-color:#453b47;background:#28222a;color:#e9dfea}.text-link{display:inline-flex;margin-top:24px;font-size:12px;font-weight:800;color:var(--purple)}.text-link.light-link{color:#e4a8e9}.card-link{display:inline-flex;margin-top:13px;font-size:11px;font-weight:800;color:var(--purple)}
.work-section{background:#fff}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 8px 28px rgba(44,28,46,.055);transition:.25s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-card img{width:100%;height:230px;object-fit:cover}.service-card>div{padding:21px 22px 23px}.service-card span{font-size:10px;font-weight:800;color:var(--purple);letter-spacing:.13em}.service-card h3{font-size:20px;margin:8px 0}.service-card p{font-size:12px;color:var(--muted);margin:0}.result-card{background:#fcfbfc}
.advantages-section{padding-top:0}.advantages-intro{max-width:720px;margin-bottom:30px}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.advantages-grid article{border-top:2px solid var(--purple);background:#faf8fa;padding:25px 22px;border-radius:0 0 18px 18px}.advantages-grid span{font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--purple)}.advantages-grid h3{font-size:18px;margin:13px 0 8px}.advantages-grid p{font-size:12px;color:var(--muted);margin:0}.clients-section{background:#fff;padding-top:0}.clients-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.clients-grid article{padding:26px 22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff,#faf8fa)}.clients-grid span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:var(--purple-soft);color:var(--purple);font-size:10px;font-weight:800}.clients-grid h3{font-size:18px;margin:18px 0 8px}.clients-grid p{font-size:12px;color:var(--muted);margin:0}
.process-section{background:#fbfafb}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.process-grid article{position:relative;padding:24px 20px 22px;border:1px solid var(--line);border-radius:17px;background:#fff;min-height:220px}.process-grid span{font-size:10px;color:var(--purple);font-weight:800;letter-spacing:.13em}.process-grid h3{font-size:17px;margin:38px 0 9px}.process-grid p{font-size:11px;color:var(--muted);margin:0}
.section-dark{background:var(--dark);color:#fff}.section-head.light>p{color:#bdb5bf}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project-card{min-height:300px;padding:28px;border-radius:24px;background:radial-gradient(circle at 85% 15%,rgba(187,81,198,.22),transparent 28%),linear-gradient(145deg,#241f26,#181519);border:1px solid #38303a;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.project-card:before{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-50px;top:-48px}.project-index{font-size:64px;font-weight:800;line-height:1;color:rgba(255,255,255,.11);letter-spacing:-.06em}.project-copy{position:relative;z-index:1}.project-copy span{font-size:9px;letter-spacing:.15em;color:#cba7cf;font-weight:800}.project-copy h3{font-size:28px;line-height:1.07;margin:10px 0 8px}.project-copy p{margin:0;color:#aaa1ac;font-size:12px}.project-line{height:3px;width:64px;background:var(--purple2);border-radius:3px;margin-top:22px}
.team-section{background:#fff}.work-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:245px;gap:14px}.gallery-item{position:relative;border:0;padding:0;overflow:hidden;border-radius:18px;background:#ddd;cursor:pointer}.gallery-item.wide{grid-column:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.35s}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.72))}.gallery-item span{position:absolute;z-index:2;left:18px;bottom:15px;color:#fff;font-size:12px;font-weight:800}.gallery-item:hover img{transform:scale(1.03)}
.about-section{background:#f8f6f8}.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:start}.about-copy .lead{font-size:19px;color:#3e3640;margin:20px 0 30px;max-width:710px}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feature-list article{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.feature-list b{display:block;font-size:14px;margin-bottom:6px}.feature-list span{display:block;font-size:11px;color:var(--muted)}.legal-card{background:#fff;border:1px solid #e7dce8;border-radius:24px;padding:30px;box-shadow:0 14px 40px rgba(50,29,53,.06)}.legal-card img{width:132px;height:112px;object-fit:contain;margin-bottom:20px}.legal-kicker{font-size:9px;letter-spacing:.15em;font-weight:800;color:var(--purple);margin-bottom:8px}.legal-card h3{font-size:22px;margin-bottom:18px}.legal-card dl{margin:0}.legal-card dl>div{border-top:1px solid #e9e2ea;padding:12px 0}.legal-card dt{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:#8a7d8c;font-weight:800}.legal-card dd{margin:4px 0 0;font-size:12px;font-weight:700}.legal-card a{color:var(--purple)}
.partner-section{padding:82px 0;background:linear-gradient(135deg,#5d0f65,#8c1997);color:#fff}.partner-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center}.partner-grid p{max-width:680px;color:#eadfeb;font-size:14px}.partner-box{min-height:220px;border:1px solid rgba(255,255,255,.27);background:rgba(255,255,255,.075);border-radius:24px;padding:30px;display:flex;flex-direction:column;justify-content:center}.partner-box span{font-size:9px;letter-spacing:.17em;font-weight:800;color:#e6c6e9}.partner-box strong{font-size:clamp(28px,4vw,46px);line-height:1.05;letter-spacing:-.04em;margin:13px 0}.partner-box small{color:#eadfeb;font-size:11px}
.contact-grid-simple{display:grid;grid-template-columns:minmax(0,760px);justify-content:start}.contact-copy>p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:580px;margin:20px 0 30px}.contact-cards{display:grid;gap:12px}.contact-cards>a,.contact-cards>div{padding:17px 18px;border:1px solid var(--line);border-radius:13px;display:flex;justify-content:space-between;gap:15px;align-items:center}.contact-cards span{font-size:9px;text-transform:uppercase;letter-spacing:.10em;color:var(--muted);font-weight:800}.contact-cards b{font-size:12px}
.site-footer{background:#111014;color:#d7d0d8;padding:48px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:42px}.footer-grid>div{display:flex;flex-direction:column;gap:8px;font-size:12px}.footer-grid b{color:#fff}.footer-grid span{color:#948c95}.footer-grid a:hover{color:#e4a8e9}.footer-brand{flex-direction:row!important;align-items:center!important;gap:14px!important}.footer-brand img{width:82px;height:74px;object-fit:contain;background:#fff;border-radius:10px;padding:6px}.footer-brand div{display:flex;flex-direction:column;gap:4px}.footer-bottom{margin-top:34px;padding-top:18px;border-top:1px solid #2c282d;display:flex;justify-content:space-between;gap:20px;color:#7e7780;font-size:10px}

.service-page-hero{padding:84px 0 74px;background:radial-gradient(circle at 82% 18%,rgba(174,63,186,.22),transparent 30%),linear-gradient(135deg,#211a22,#151217);color:#fff}.service-page-hero .breadcrumbs{font-size:11px;color:#c9becb;margin-bottom:28px}.service-page-hero .breadcrumbs a{color:#e1a7e6}.service-page-hero h1{font-size:clamp(42px,6vw,72px);line-height:1;max-width:920px;margin-bottom:22px}.service-page-hero p{max-width:740px;color:#e8e0e9;font-size:17px}.service-page-hero .service-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn-primary{background:var(--purple);color:#fff;border-color:var(--purple)}.btn-primary:hover{background:#681170}.btn-light{background:#fff;color:#241d25;border-color:#fff}.service-content-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:start}.service-content-grid .lead{font-size:19px;color:#3f3741}.service-list{display:grid;gap:10px;margin-top:26px}.service-list div{padding:15px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:13px;font-weight:700}.service-aside{border:1px solid var(--line);border-radius:22px;padding:27px;background:#faf8fa}.service-aside h3{font-size:22px;margin-bottom:16px}.service-aside p{font-size:13px;color:var(--muted)}.service-aside a{color:var(--purple);font-weight:800}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related-grid a{padding:23px;border:1px solid var(--line);border-radius:16px;background:#fff;font-size:14px;font-weight:800;transition:.2s}.related-grid a:hover{border-color:#caa8ce;transform:translateY(-2px)}.service-contact{background:#f6f2f7}.service-contact-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.service-contact h2{font-size:clamp(30px,4vw,48px);margin-bottom:10px}.service-contact p{color:var(--muted);margin:0}.service-contact-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.error-page{min-height:72vh;display:flex;align-items:center;padding:70px 0;background:radial-gradient(circle at 80% 20%,rgba(165,42,176,.16),transparent 30%),#f8f6f8}.error-code{font-size:clamp(80px,16vw,170px);line-height:.8;font-weight:800;color:#e5d6e7;letter-spacing:-.08em}.error-page h1{font-size:clamp(34px,5vw,58px);margin:24px 0 14px}.error-page p{max-width:620px;color:var(--muted);font-size:16px}.error-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}

.lightbox{position:fixed;inset:0;background:rgba(10,8,11,.92);z-index:80;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:min(1200px,94vw);max-height:88vh;border-radius:12px}.lightbox-close{position:absolute;right:24px;top:18px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:28px;cursor:pointer}.mobile-actions{display:none}
@media(max-width:980px){.nav-inner{gap:30px}.clients-grid{grid-template-columns:repeat(2,1fr)}.service-content-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr 1fr}.service-contact-grid{grid-template-columns:1fr}.service-contact-actions{justify-content:flex-start}.services-grid{grid-template-columns:repeat(2,1fr)}.advantages-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.projects-grid{grid-template-columns:1fr 1fr}.about-grid,.partner-grid{grid-template-columns:1fr;gap:42px}.work-gallery{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}}
@media(max-width:760px){html{scroll-padding-top:82px}.service-page-hero{padding:62px 0 54px}.service-page-hero p{font-size:15px}.service-page-hero .service-hero-actions{display:grid;grid-template-columns:1fr}.service-contact-actions{display:grid;grid-template-columns:1fr;width:100%}.container{width:min(100% - 28px,1180px)}.site-header{position:sticky}.topbar{min-height:76px;grid-template-columns:1fr auto;gap:12px}.brand img{width:64px;height:56px}.brand strong{font-size:14px}.brand small{font-size:10px}.header-info{display:none}.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;border-top:1px solid var(--line);box-shadow:0 18px 30px rgba(28,18,30,.11)}.menu-open .main-nav{display:block}.nav-inner{display:grid;gap:0;padding:8px 14px 14px}.nav-inner a{padding:13px 7px;border-bottom:1px solid #eee9ef}.nav-inner a:after{display:none}.hero{min-height:660px;align-items:flex-end}.hero-image{object-position:58% center}.hero-overlay{background:linear-gradient(0deg,rgba(13,11,14,.97) 0%,rgba(13,11,14,.77) 50%,rgba(13,11,14,.20) 100%)}.hero-content{padding:78px 0 54px}.hero h1{font-size:clamp(39px,11.5vw,58px);max-width:100%}.hero-lead{font-size:15px}.hero-points{gap:10px;flex-wrap:wrap}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid article:nth-child(2){border-right:0}.stats-grid article{border-bottom:1px solid var(--line)}.section{padding:70px 0}.section-head{grid-template-columns:1fr;gap:16px;margin-bottom:30px}.directions-grid,.projects-grid{grid-template-columns:1fr}.direction-card{padding:29px 23px}.direction-card h3{font-size:23px}.services-grid{grid-template-columns:1fr}.service-card img{height:240px}.process-grid{grid-template-columns:1fr 1fr}.advantages-grid{grid-template-columns:1fr 1fr}.work-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:210px}.gallery-item.wide{grid-column:span 2}.about-grid{gap:34px}.feature-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.mobile-actions{display:grid;grid-template-columns:1fr 1fr;position:fixed;z-index:70;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));border-radius:14px;overflow:hidden;box-shadow:0 12px 34px rgba(35,17,38,.25);background:#fff}.mobile-actions a{min-height:50px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:var(--purple);border:1px solid #dfd3e1}.site-footer{padding-bottom:88px}}
@media(max-width:520px){.stats-grid{grid-template-columns:1fr}.clients-grid,.related-grid{grid-template-columns:1fr}.stats-grid article{border-right:0}.advantages-grid,.process-grid{grid-template-columns:1fr}.process-grid article{min-height:auto}.process-grid h3{margin-top:22px}.work-gallery{grid-template-columns:1fr;grid-auto-rows:220px}.gallery-item.wide{grid-column:auto}.partner-box{min-height:180px}.contact-cards>a,.contact-cards>div{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}}

/* ===== v14 premium refinement ===== */
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.hero-phone{box-shadow:0 12px 32px rgba(127,22,138,.28)}
.hero-scope-panel{margin-top:38px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:940px;border:1px solid rgba(255,255,255,.19);background:rgba(24,18,25,.42);backdrop-filter:blur(12px);border-radius:16px;overflow:hidden}.hero-scope-panel div{padding:16px 17px;display:flex;gap:10px;align-items:flex-start;border-right:1px solid rgba(255,255,255,.13)}.hero-scope-panel div:last-child{border-right:0}.hero-scope-panel b{font-size:9px;color:#df91e6;letter-spacing:.12em}.hero-scope-panel span{font-size:11px;font-weight:750;line-height:1.35;color:#f4eef4}
.directions-grid{align-items:stretch}.support-card{grid-column:1/-1;background:linear-gradient(105deg,#fff 0%,#fbf6fc 62%,#f2e7f4 100%);padding-right:min(36vw,430px)}.support-card:after{content:"ИД / СМЕТЫ";position:absolute;right:40px;bottom:28px;font-size:clamp(38px,6vw,78px);font-weight:800;letter-spacing:-.06em;color:rgba(127,22,138,.065);white-space:nowrap}.direction-copy{position:relative;z-index:1;max-width:720px;color:var(--muted);font-size:13px;margin:0 0 20px}
.work-features{display:grid;gap:24px}.work-feature{display:grid;grid-template-columns:1.15fr .85fr;min-height:390px;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 16px 48px rgba(43,27,45,.055)}.work-feature.reverse .work-feature-media{order:2}.work-feature.reverse .work-feature-copy{order:1}.work-feature-media{overflow:hidden;min-height:390px}.work-feature-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.045) brightness(.98);transition:transform .7s cubic-bezier(.2,.7,.2,1)}.work-feature:hover .work-feature-media img{transform:scale(1.025)}.work-feature-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.work-index{font-size:9px;font-weight:800;letter-spacing:.14em;color:var(--purple)}.work-feature h3{font-size:clamp(29px,3.2vw,42px);line-height:1.05;margin:13px 0 16px}.work-feature p{color:var(--muted);font-size:14px;max-width:490px}
.results-head{margin:42px 0 16px;display:flex;justify-content:space-between;gap:30px;align-items:end}.results-head span{font-size:9px;font-weight:800;letter-spacing:.16em;color:var(--purple)}.results-head p{margin:0;color:var(--muted);font-size:12px}.result-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.result-gallery article{position:relative;height:260px;overflow:hidden;border-radius:18px;background:#ddd}.result-gallery img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.04);transition:.45s}.result-gallery article:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(15,11,16,.72))}.result-gallery span{position:absolute;z-index:2;left:18px;bottom:16px;color:#fff;font-size:12px;font-weight:800}.result-gallery article:hover img{transform:scale(1.035)}
.advantages-grid{grid-template-columns:repeat(3,1fr)}.b2b-section{background:linear-gradient(135deg,#231a25,#151217);color:#fff}.b2b-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:62px;align-items:center}.b2b-copy .eyebrow{color:#d989df}.b2b-copy h2{font-size:clamp(37px,4.8vw,60px);line-height:1.02;margin-bottom:22px}.b2b-copy>p:not(.eyebrow){color:#d8cfd9;max-width:590px;font-size:15px;margin-bottom:28px}.b2b-capabilities{display:grid;grid-template-columns:1fr 1fr;border:1px solid #3c323e;border-radius:24px;overflow:hidden;background:rgba(255,255,255,.025)}.b2b-capabilities article{padding:25px;display:grid;grid-template-columns:auto 1fr;gap:15px;border-right:1px solid #3c323e;border-bottom:1px solid #3c323e}.b2b-capabilities article:nth-child(2n){border-right:0}.b2b-capabilities article:nth-last-child(-n+2){border-bottom:0}.b2b-capabilities b{font-size:9px;color:#d989df;letter-spacing:.12em}.b2b-capabilities h3{font-size:17px;margin:0 0 7px}.b2b-capabilities p{font-size:11px;color:#aaa0ac;margin:0}
.process-grid-six{grid-template-columns:repeat(6,1fr)}.process-grid-six article{min-height:235px}.project-top{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.project-top span,.project-top em{font-size:8px;letter-spacing:.15em;font-weight:800;font-style:normal;color:#9f94a1}.project-top em{color:#c78bcd}.project-card{transition:transform .35s,border-color .35s,box-shadow .35s}.project-card:hover{transform:translateY(-5px);border-color:#6f4d74;box-shadow:0 30px 60px rgba(0,0,0,.25)}
.work-gallery img,.hero-image{filter:saturate(.92) contrast(1.035)}.gallery-item{outline:0}.gallery-item:focus-visible{box-shadow:0 0 0 3px rgba(127,22,138,.35)}
.service-ops{background:#fbf9fb}.ops-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ops-grid article{padding:24px 21px;border:1px solid var(--line);background:#fff;border-radius:17px}.ops-grid span{font-size:9px;font-weight:800;letter-spacing:.13em;color:var(--purple)}.ops-grid h3{font-size:18px;margin:20px 0 8px}.ops-grid p{font-size:11px;color:var(--muted);margin:0}.docs-callout{margin-top:18px;padding:26px 28px;border-radius:20px;background:linear-gradient(115deg,#f0e1f2,#fbf8fc);border:1px solid #e2d2e5;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.docs-callout span{font-size:9px;letter-spacing:.14em;font-weight:800;color:var(--purple)}.docs-callout h3{font-size:24px;margin:8px 0}.docs-callout p{margin:0;color:var(--muted);font-size:12px}.docs-hero{background:radial-gradient(circle at 80% 25%,rgba(214,112,224,.25),transparent 28%),linear-gradient(135deg,#2a1d2c,#151217)}
.site-footer{padding:72px 0 24px;background:radial-gradient(circle at 10% 0%,rgba(127,22,138,.18),transparent 25%),#100e11}.footer-lead{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #302b31;display:flex;justify-content:space-between;gap:40px;align-items:end}.footer-lead h2{color:#fff;font-size:clamp(32px,4vw,52px);line-height:1.04;margin:0;max-width:720px}.footer-lead .eyebrow{color:#c97bcf}.footer-phone{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.footer-phone span{font-size:9px;color:#837b84;letter-spacing:.13em;text-transform:uppercase;font-weight:800}.footer-phone b{font-size:clamp(20px,2.4vw,30px);color:#fff}.footer-grid{grid-template-columns:1.35fr 1fr 1fr 1.15fr}.footer-grid>div{gap:10px}.footer-grid b{font-size:12px}.footer-grid a,.footer-grid span{font-size:11px;line-height:1.55}
.lightbox{gap:18px}.lightbox-stage{display:flex;flex-direction:column;max-width:min(1200px,82vw);max-height:92vh}.lightbox-stage img{max-width:100%;max-height:82vh;object-fit:contain}.lightbox-meta{display:flex;justify-content:space-between;gap:24px;color:#fff;padding-top:12px;font-size:11px}.lightbox-caption{font-weight:800}.lightbox-counter{color:#9e949f;font-weight:800}.lightbox-nav{width:48px;height:48px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;border-radius:50%;font-size:34px;line-height:1;cursor:pointer;flex:0 0 auto}.lightbox-nav:hover{background:rgba(255,255,255,.15)}
.js-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.js-reveal.in-view{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.js-reveal{opacity:1;transform:none;transition:none}.work-feature-media img,.result-gallery img,.gallery-item img,.project-card{transition:none}}
@media(max-width:1100px){.process-grid-six{grid-template-columns:repeat(3,1fr)}.b2b-grid{grid-template-columns:1fr}.support-card{padding-right:36px}.support-card:after{display:none}}
@media(max-width:980px){.hero-scope-panel{grid-template-columns:1fr 1fr}.hero-scope-panel div:nth-child(2){border-right:0}.hero-scope-panel div{border-bottom:1px solid rgba(255,255,255,.13)}.hero-scope-panel div:nth-last-child(-n+2){border-bottom:0}.work-feature{grid-template-columns:1fr}.work-feature.reverse .work-feature-media,.work-feature.reverse .work-feature-copy{order:initial}.work-feature-media{min-height:330px}.advantages-grid{grid-template-columns:repeat(2,1fr)}.ops-grid{grid-template-columns:1fr 1fr}.footer-lead{align-items:flex-start;flex-direction:column}.footer-phone{align-items:flex-start}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}}
@media(max-width:760px){.hero-actions{display:grid;grid-template-columns:1fr;width:100%;max-width:420px}.hero-scope-panel{margin-top:28px}.hero-scope-panel div{padding:13px}.work-feature-copy{padding:29px 24px 32px}.work-feature-media{min-height:260px}.result-gallery{grid-template-columns:1fr}.result-gallery article{height:240px}.results-head{align-items:flex-start;flex-direction:column;gap:8px}.b2b-capabilities{grid-template-columns:1fr}.b2b-capabilities article{border-right:0;border-bottom:1px solid #3c323e}.b2b-capabilities article:nth-last-child(-n+2){border-bottom:1px solid #3c323e}.b2b-capabilities article:last-child{border-bottom:0}.process-grid-six{grid-template-columns:1fr 1fr}.docs-callout{grid-template-columns:1fr}.lightbox{padding:16px 8px}.lightbox-stage{max-width:calc(100vw - 90px)}.lightbox-nav{width:38px;height:38px;font-size:28px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}}
@media(max-width:520px){.hero-scope-panel{grid-template-columns:1fr}.hero-scope-panel div{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)!important}.hero-scope-panel div:last-child{border-bottom:0!important}.advantages-grid,.ops-grid,.process-grid-six{grid-template-columns:1fr}.process-grid-six article{min-height:auto}.b2b-capabilities{border-radius:18px}.footer-grid{grid-template-columns:1fr}.lightbox-stage{max-width:calc(100vw - 62px)}.lightbox-nav{width:32px;height:32px;font-size:24px}}


/* ===== v15: focus on internal finishing + MEP ===== */
.internal-focus{background:linear-gradient(180deg,#fff 0%,#fbf8fc 100%)}
.internal-main-card{position:relative;display:grid;grid-template-columns:1fr auto;gap:30px;padding:44px 46px;border:1px solid #dfd3e1;border-radius:28px;background:linear-gradient(120deg,#fff,#faf4fb);overflow:hidden;box-shadow:0 20px 60px rgba(76,40,81,.06)}
.internal-main-card:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-110px;top:-150px;background:radial-gradient(circle,rgba(127,22,138,.14),rgba(127,22,138,0) 68%)}
.internal-main-copy{position:relative;z-index:2;max-width:880px}.internal-main-copy h3{font-size:clamp(34px,4vw,54px);line-height:1.02;margin:11px 0 17px}.internal-main-copy>p{font-size:14px;line-height:1.75;color:var(--muted);max-width:780px}.internal-main-number{font-size:clamp(100px,14vw,190px);line-height:.78;font-weight:800;color:rgba(127,22,138,.07);letter-spacing:-.08em;align-self:end}
.systems-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.system-card{position:relative;padding:32px;border-radius:22px;border:1px solid var(--line);background:#fff;overflow:hidden}.system-card:after{content:"";position:absolute;right:-60px;bottom:-90px;width:230px;height:230px;border-radius:50%;background:rgba(127,22,138,.045)}.system-card-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:28px}.system-card-head span{font-size:10px;font-weight:800;color:var(--purple)}.system-card-head b{font-size:9px;letter-spacing:.13em;color:#7d7480}.system-card h3{font-size:27px;margin:0 0 12px}.system-card p{font-size:12px;color:var(--muted);max-width:600px}.electrical-card{background:linear-gradient(145deg,#fff,#f8f4fa)}.plumbing-card{background:linear-gradient(145deg,#fff,#f4f8fa)}
.secondary-directions{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.compact-direction{min-height:auto}.compact-direction .direction-number{font-size:54px}.light-copy{color:rgba(255,255,255,.72)!important}

.engineering-section{background:#f6f3f7}.engineering-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.engineering-grid article{padding:29px 26px;border:1px solid #ddd4df;border-radius:20px;background:#fff}.engineering-index{font-size:10px;font-weight:800;letter-spacing:.13em;color:var(--purple)}.engineering-grid h3{font-size:24px;margin:22px 0 10px}.engineering-grid p{font-size:12px;line-height:1.65;color:var(--muted);min-height:80px}.engineering-link-card{background:linear-gradient(145deg,#2a202c,#171318)!important;border-color:#332a35!important}.engineering-link-card h3{color:#fff}.engineering-link-card p{color:#bcb3be}.engineering-link-card .text-link{color:#e49cea}

.internal-systems-page{background:#f7f4f8}.systems-links{display:grid;grid-template-columns:1fr 1fr;gap:16px}.systems-links a{display:flex;flex-direction:column;gap:8px;padding:26px 28px;border:1px solid #ddd3df;border-radius:20px;background:#fff;transition:.3s}.systems-links a:hover{transform:translateY(-3px);border-color:#b99cbd}.systems-links b{font-size:20px;color:#211b22}.systems-links span{font-size:11px;color:var(--purple);font-weight:700}
.systems-service-hero{background:radial-gradient(circle at 78% 24%,rgba(180,93,190,.23),transparent 28%),linear-gradient(135deg,#2a1d2c,#171418)}
@media(max-width:900px){.systems-grid,.secondary-directions,.engineering-grid{grid-template-columns:1fr}.internal-main-card{grid-template-columns:1fr}.internal-main-number{position:absolute;right:22px;bottom:20px}.engineering-grid p{min-height:auto}.systems-links{grid-template-columns:1fr}}
@media(max-width:600px){.internal-main-card{padding:30px 23px}.internal-main-number{font-size:90px}.system-card{padding:26px 22px}.engineering-grid article{padding:25px 22px}}


/* ===== v16: shorter homepage, stronger internal finishing focus ===== */
.nav-services{position:relative}
.nav-services-trigger{display:flex!important;align-items:center;gap:6px}
.nav-services-trigger span{font-size:13px;opacity:.65;transition:transform .25s}
.nav-dropdown{position:absolute;left:0;top:calc(100% + 13px);width:310px;padding:10px;background:#fff;border:1px solid #e3dbe5;border-radius:16px;box-shadow:0 24px 55px rgba(38,25,40,.16);opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s;z-index:80}
.nav-dropdown:before{content:"";position:absolute;left:0;right:0;top:-16px;height:18px}
.nav-services:hover .nav-dropdown,.nav-services:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:none}
.nav-services:hover .nav-services-trigger span{transform:rotate(180deg)}
.nav-dropdown a{display:block!important;padding:10px 11px!important;border-radius:10px!important;color:#282129!important;font-size:11px!important;line-height:1.3!important}
.nav-dropdown a:hover{background:#f7f1f8!important;color:var(--purple)!important}
.nav-dropdown a b{display:block;font-size:12px;margin-bottom:2px}
.nav-dropdown a small{display:block;color:#8f8491;font-size:9px;font-weight:600}

.internal-main-card .tag-list a{position:relative;z-index:2;display:inline-flex;align-items:center;padding:7px 10px;border:1px solid #e2d4e4;border-radius:999px;color:#5d4f60;background:#fff;font-size:10px;font-weight:700}
.internal-main-card .tag-list a:hover{border-color:#bd91c3;color:var(--purple)}
.internal-links{display:flex;gap:22px;flex-wrap:wrap;margin-top:8px}

.result-gallery-two{grid-template-columns:1fr 1fr}
.result-gallery-two article{height:330px}
.advantages-grid-four{grid-template-columns:repeat(4,1fr)}
.process-grid-five{grid-template-columns:repeat(5,1fr)}
.process-grid-five article{min-height:230px}
.plaster-hero{background:radial-gradient(circle at 78% 20%,rgba(202,111,211,.24),transparent 27%),linear-gradient(135deg,#2b202c,#161318)}

@media(max-width:1100px){
  .advantages-grid-four{grid-template-columns:1fr 1fr}
  .process-grid-five{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .nav-dropdown{position:static;width:auto;margin:4px 0 8px;padding:5px;background:#f8f4f9;border-radius:12px;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none}
  .menu-open .nav-dropdown{display:block}
  .nav-services{width:100%}
  .nav-services-trigger span{display:none}
  .nav-dropdown a{padding:8px 11px!important}
}
@media(max-width:700px){
  .result-gallery-two{grid-template-columns:1fr}
  .result-gallery-two article{height:250px}
  .advantages-grid-four,.process-grid-five{grid-template-columns:1fr 1fr}
  .process-grid-five article{min-height:auto}
}
@media(max-width:520px){
  .advantages-grid-four,.process-grid-five{grid-template-columns:1fr}
}


/* ===== v17: premium one-row header + 3-column mega menu ===== */
html{scroll-padding-top:92px}
body.nav-lock{overflow:hidden}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.93);
  backdrop-filter:blur(18px) saturate(1.2);
  -webkit-backdrop-filter:blur(18px) saturate(1.2);
  border-bottom:1px solid rgba(55,41,58,.08);
  box-shadow:none;
  transition:background .28s,box-shadow .28s,border-color .28s
}
.site-header.is-scrolled{
  background:rgba(255,255,255,.965);
  border-color:rgba(55,41,58,.12);
  box-shadow:0 10px 34px rgba(42,27,44,.08)
}
.header-shell{
  min-height:88px;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  gap:26px;
  align-items:center;
  transition:min-height .28s
}
.site-header.is-scrolled .header-shell{min-height:70px}

.header-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:210px
}
.header-brand img{
  width:66px;
  height:58px;
  object-fit:contain;
  transition:width .28s,height .28s
}
.site-header.is-scrolled .header-brand img{width:52px;height:46px}
.header-brand span{display:flex;flex-direction:column}
.header-brand strong{
  font-size:14px;
  line-height:1.15;
  letter-spacing:-.02em;
  white-space:nowrap
}
.header-brand small{
  margin-top:4px;
  color:#827984;
  font-size:9px;
  font-weight:700;
  white-space:nowrap
}

.site-header .main-nav{
  position:static;
  border:0;
  min-width:0
}
.site-header .nav-inner{
  min-height:0;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:25px
}
.site-header .nav-inner> a,
.site-header .nav-services-trigger{
  appearance:none;
  border:0;
  background:none;
  padding:12px 0;
  color:#49414b;
  font:800 11px/1.2 "Manrope",sans-serif;
  cursor:pointer;
  white-space:nowrap;
  position:relative
}
.site-header .nav-inner> a:after,
.site-header .nav-services-trigger:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:3px;
  height:2px;
  background:var(--purple);
  transition:right .22s
}
.site-header .nav-inner> a:hover,
.site-header .nav-services-trigger:hover,
.site-header .nav-services.services-open .nav-services-trigger{
  color:var(--purple)
}
.site-header .nav-inner> a:hover:after,
.site-header .nav-services-trigger:hover:after,
.site-header .nav-services.services-open .nav-services-trigger:after{right:0}
.nav-services-trigger span{
  display:inline-block;
  margin-left:3px;
  font-size:12px;
  opacity:.65;
  transition:transform .22s
}
.nav-services:hover .nav-services-trigger span,
.nav-services.services-open .nav-services-trigger span{transform:rotate(180deg)}

.nav-services{position:relative}
.mega-menu{
  position:absolute;
  top:calc(100% + 14px);
  left:-82px;
  width:min(790px,calc(100vw - 80px));
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr;
  padding:16px;
  border:1px solid #e4dce6;
  border-radius:22px;
  background:rgba(255,255,255,.985);
  box-shadow:0 28px 70px rgba(42,25,45,.18);
  opacity:0;
  visibility:hidden;
  transform:translateY(9px);
  transition:opacity .2s,visibility .2s,transform .2s;
  overflow:hidden
}
.mega-menu:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-18px;
  height:20px
}
.nav-services:hover .mega-menu,
.nav-services:focus-within .mega-menu,
.nav-services.services-open .mega-menu{
  opacity:1;
  visibility:visible;
  transform:none
}
.mega-column{
  padding:13px 16px 15px;
  border-left:1px solid #eee8ef
}
.mega-column:first-child{border-left:0}
.mega-primary{
  margin:-16px 0 -16px -16px;
  padding:29px 31px;
  background:linear-gradient(145deg,#faf5fb,#f2e8f4);
  border-left:0
}
.mega-kicker{
  margin:0 0 12px;
  color:#9a8d9d;
  font-size:8px;
  font-weight:800;
  letter-spacing:.16em
}
.mega-column a{
  display:block;
  position:relative;
  padding:8px 9px;
  border-radius:10px;
  color:#3e3540;
  font-size:10px;
  font-weight:750;
  line-height:1.35;
  transition:background .18s,color .18s,transform .18s
}
.mega-column a:after{display:none!important}
.mega-column a:hover{
  color:var(--purple);
  background:#f7f1f8;
  transform:translateX(2px)
}
.mega-feature{margin-bottom:4px}
.mega-feature b{
  display:block;
  color:#241d25;
  font-size:12px;
  line-height:1.25
}
.mega-feature small{
  display:block;
  margin-top:3px;
  color:#8d838f;
  font-size:8.5px;
  font-weight:650;
  line-height:1.4
}
.mega-secondary{
  margin-top:12px;
  border-top:1px solid #eee8ef;
  border-radius:0!important;
  padding-top:13px!important
}
.mega-secondary small{
  margin-left:5px;
  color:#998f9b;
  font-size:8px;
  font-weight:650
}

.header-call{
  min-width:158px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  padding:10px 14px;
  border:1px solid #e3d9e5;
  border-radius:13px;
  background:linear-gradient(180deg,#fff,#fbf8fb);
  transition:border-color .2s,box-shadow .2s,transform .2s
}
.header-call:hover{
  border-color:#caa9ce;
  box-shadow:0 12px 28px rgba(102,34,111,.09);
  transform:translateY(-1px)
}
.header-call small{
  color:#928694;
  font-size:8px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase
}
.header-call strong{
  margin-top:2px;
  color:#5f1167;
  font-size:13px;
  letter-spacing:-.025em;
  white-space:nowrap
}

.site-header .menu-toggle{
  display:none;
  width:42px;
  height:42px;
  padding:8px;
  border:1px solid #e1d9e3;
  border-radius:11px;
  background:#fff
}
.site-header .menu-toggle span{
  width:21px;
  height:2px;
  margin:5px auto;
  background:#453947;
  transition:transform .22s,opacity .22s
}
.site-header.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.site-header.menu-open .menu-toggle span:nth-child(2){opacity:0}
.site-header.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media(max-width:1180px){
  .header-shell{gap:18px}
  .site-header .nav-inner{gap:17px}
  .header-brand{min-width:190px}
  .header-call{min-width:148px;padding-inline:11px}
  .header-call strong{font-size:12px}
  .mega-menu{left:-105px}
}

@media(max-width:1040px){
  html{scroll-padding-top:76px}
  .header-shell,
  .site-header.is-scrolled .header-shell{
    min-height:72px;
    grid-template-columns:auto 1fr auto auto;
    gap:12px
  }
  .header-brand{min-width:0}
  .header-brand img,
  .site-header.is-scrolled .header-brand img{width:52px;height:46px}
  .header-brand strong{font-size:12px}
  .header-brand small{font-size:8px}

  .site-header .menu-toggle{display:block}
  .site-header .main-nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    max-height:calc(100vh - 72px);
    overflow:auto;
    padding:12px 20px 22px;
    background:rgba(255,255,255,.99);
    border-top:1px solid #ece5ed;
    box-shadow:0 24px 45px rgba(32,22,34,.13)
  }
  .site-header.menu-open .main-nav{display:block}
  .site-header .nav-inner{
    width:min(100%,720px);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0
  }
  .site-header .nav-inner> a,
  .site-header .nav-services-trigger{
    width:100%;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:13px 4px;
    border-bottom:1px solid #eee8ef;
    font-size:12px;
    text-align:left
  }
  .site-header .nav-inner> a:after,
  .site-header .nav-services-trigger:after{display:none}
  .nav-services{width:100%}
  .nav-services:hover .mega-menu,
  .nav-services:focus-within .mega-menu{
    opacity:0;
    visibility:hidden;
    transform:none
  }
  .nav-services.services-open .mega-menu{
    opacity:1;
    visibility:visible
  }
  .nav-services.services-open .nav-services-trigger span{transform:rotate(180deg)}
  .mega-menu{
    position:static;
    width:100%;
    display:none;
    grid-template-columns:1fr;
    margin:0;
    padding:8px 0 14px;
    border:0;
    border-bottom:1px solid #eee8ef;
    border-radius:0;
    box-shadow:none;
    background:#faf7fb;
    opacity:1;
    visibility:visible;
    transform:none
  }
  .nav-services.services-open .mega-menu{display:grid}
  .mega-column,
  .mega-primary{
    margin:0;
    padding:13px 14px;
    border:0;
    border-top:1px solid #ece4ed;
    background:transparent
  }
  .mega-column:first-child{border-top:0}
  .mega-kicker{margin-bottom:6px}
  .mega-column a{padding:7px 8px}
  .mega-feature b{font-size:11px}
  .mega-feature small{font-size:8px}
  .mega-secondary{margin-top:5px}
}

@media(max-width:700px){
  .header-shell,
  .site-header.is-scrolled .header-shell{
    min-height:66px;
    grid-template-columns:auto 1fr auto;
    gap:8px
  }
  .header-brand img,
  .site-header.is-scrolled .header-brand img{width:46px;height:40px}
  .header-brand span{display:none}
  .header-call{
    justify-self:end;
    min-width:0;
    padding:8px 10px;
    border-radius:10px
  }
  .header-call small{display:none}
  .header-call strong{font-size:10px}
  .site-header .menu-toggle{width:40px;height:40px}
  .site-header .main-nav{
    max-height:calc(100vh - 66px);
    padding-inline:16px
  }
}

@media(max-width:390px){
  .header-call strong{font-size:9px}
  .header-call{padding-inline:8px}
}


/* ===== v18: premium split hero ===== */
.hero-v18{
  position:relative;
  overflow:hidden;
  min-height:auto;
  padding:52px 0 64px;
  background:
    radial-gradient(circle at 14% 5%, rgba(127,22,138,.075), transparent 25%),
    linear-gradient(180deg,#fff 0%,#faf7fb 100%);
  color:#211b22
}
.hero-v18:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:5px;
  height:100%;
  background:linear-gradient(180deg,var(--purple),#c16bca 70%,transparent)
}
.hero-premium-grid{
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr);
  gap:54px;
  align-items:center
}
.hero-premium-copy{position:relative;z-index:2;padding:18px 0 12px}
.hero-topline{
  display:flex;
  align-items:center;
  gap:17px;
  flex-wrap:wrap;
  margin-bottom:31px
}
.premium-chip{
  margin:0;
  background:#f4eaf6;
  border:1px solid #e1cee4;
  color:#6b2b72;
  box-shadow:none
}
.hero-region{
  color:#8a808c;
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase
}
.hero-kicker{
  margin-bottom:15px;
  color:var(--purple)
}
.hero-v18 h1{
  max-width:760px;
  margin:0;
  color:#1d181e;
  font-size:clamp(48px,5.2vw,78px);
  line-height:.95;
  letter-spacing:-.055em
}
.hero-v18 h1 span{
  display:block;
  margin-top:8px;
  color:#7f168a;
  font-weight:700
}
.hero-v18 .hero-lead{
  max-width:690px;
  margin:27px 0 0;
  color:#645a66;
  font-size:14px;
  line-height:1.75
}
.hero-v18 .hero-actions{margin-top:30px}
.btn-quiet{
  color:#332b34;
  background:transparent;
  border:1px solid #ddd3df
}
.btn-quiet:hover{
  color:var(--purple);
  border-color:#c7a5cb;
  background:#fff
}
.hero-trust{
  margin-top:40px;
  padding-top:21px;
  border-top:1px solid #e5dde6;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.hero-trust div{
  display:flex;
  gap:10px;
  align-items:flex-start
}
.hero-trust b{
  color:#a76aae;
  font-size:8px;
  letter-spacing:.12em
}
.hero-trust span{
  color:#554b57;
  font-size:10px;
  font-weight:750;
  line-height:1.4
}

.hero-premium-visual{min-width:0}
.hero-photo-wrap{
  position:relative;
  height:570px;
  overflow:hidden;
  border-radius:30px;
  background:#2a222c;
  box-shadow:0 32px 78px rgba(38,25,40,.17)
}
.hero-premium-image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.88) contrast(1.04) brightness(.97);
  transform:scale(1.015)
}
.hero-photo-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(18,13,19,.08),rgba(18,13,19,.03) 38%,rgba(18,13,19,.67) 100%),
    linear-gradient(90deg,rgba(43,21,47,.14),transparent 50%)
}
.hero-photo-label{
  position:absolute;
  left:28px;
  bottom:27px;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:5px
}
.hero-photo-label span{
  color:#d7bdDA;
  font-size:8px;
  font-weight:800;
  letter-spacing:.16em
}
.hero-photo-label strong{
  max-width:320px;
  color:#fff;
  font-size:22px;
  line-height:1.1
}
.hero-photo-index{
  position:absolute;
  right:27px;
  top:22px;
  z-index:2;
  color:rgba(255,255,255,.26);
  font-size:70px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.07em
}
.hero-capabilities{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin:-1px 20px 0;
  border:1px solid #e4dce6;
  border-top:0;
  border-radius:0 0 20px 20px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 40px rgba(45,31,47,.06)
}
.hero-capabilities a{
  min-height:82px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  padding:14px 15px;
  border-right:1px solid #ece5ed;
  transition:background .2s,color .2s
}
.hero-capabilities a:last-child{border-right:0}
.hero-capabilities a:hover{background:#faf5fb}
.hero-capabilities span{
  color:#a765ae;
  font-size:8px;
  font-weight:800
}
.hero-capabilities b{
  color:#342b36;
  font-size:10px;
  line-height:1.32
}

@media(max-width:1180px){
  .hero-premium-grid{
    grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);
    gap:36px
  }
  .hero-photo-wrap{height:520px}
  .hero-v18 h1{font-size:clamp(44px,5vw,68px)}
}

@media(max-width:980px){
  .hero-v18{padding:42px 0 55px}
  .hero-premium-grid{
    grid-template-columns:1fr;
    gap:38px
  }
  .hero-premium-copy{padding-bottom:0}
  .hero-v18 h1{max-width:820px}
  .hero-v18 .hero-lead{max-width:760px}
  .hero-photo-wrap{height:500px}
  .hero-capabilities{margin-inline:12px}
}

@media(max-width:700px){
  .hero-v18{
    padding:31px 0 44px;
    border-top:0
  }
  .hero-v18:before{width:3px}
  .hero-topline{
    margin-bottom:22px;
    gap:10px
  }
  .hero-region{font-size:8px}
  .hero-v18 h1{
    font-size:clamp(39px,11vw,56px);
    line-height:.98
  }
  .hero-v18 h1 span{margin-top:6px}
  .hero-v18 .hero-lead{
    margin-top:20px;
    font-size:12px;
    line-height:1.7
  }
  .hero-v18 .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    margin-top:24px
  }
  .hero-trust{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:27px
  }
  .hero-photo-wrap{
    height:390px;
    border-radius:22px
  }
  .hero-photo-label{left:20px;bottom:20px}
  .hero-photo-label strong{font-size:18px}
  .hero-photo-index{
    right:19px;
    top:16px;
    font-size:52px
  }
  .hero-capabilities{
    grid-template-columns:1fr 1fr;
    margin-inline:8px;
    border-radius:0 0 16px 16px
  }
  .hero-capabilities a{
    min-height:70px;
    border-bottom:1px solid #ece5ed
  }
  .hero-capabilities a:nth-child(2){border-right:0}
  .hero-capabilities a:nth-last-child(-n+2){border-bottom:0}
}

@media(max-width:430px){
  .premium-chip{font-size:8px}
  .hero-region{width:100%}
  .hero-photo-wrap{height:330px}
}


/* ===== v19: approved staff visuals integrated into the real site ===== */
.hero-premium-image{
  object-position:center center;
  filter:saturate(.93) contrast(1.035) brightness(.985)
}

.service-photo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.service-photo-card{
  overflow:hidden;
  border:1px solid #e2d9e4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 38px rgba(44,31,46,.055);
  transition:transform .28s,border-color .28s,box-shadow .28s
}
.service-photo-card:hover{
  transform:translateY(-5px);
  border-color:#c8a9cc;
  box-shadow:0 23px 50px rgba(64,35,68,.10)
}
.service-photo-media{
  height:235px;
  overflow:hidden;
  background:#e8e3e8
}
.service-photo-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.015);
  transition:transform .5s
}
.service-photo-card:hover .service-photo-media img{transform:scale(1.045)}
.service-photo-copy{
  position:relative;
  min-height:166px;
  padding:24px 24px 25px
}
.service-photo-copy span{
  color:#9b5ea3;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em
}
.service-photo-copy h3{
  margin:11px 0 9px;
  color:#251e27;
  font-size:21px;
  line-height:1.08
}
.service-photo-copy p{
  margin:0;
  color:#706572;
  font-size:11px;
  line-height:1.6
}

.b2b-photo-row{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px
}
.b2b-photo-card{
  position:relative;
  min-height:235px;
  overflow:hidden;
  border:1px solid #413642;
  border-radius:20px;
  background:#1b171c
}
.b2b-photo-card img{
  width:100%;
  height:100%;
  min-height:235px;
  object-fit:cover;
  object-position:center;
  filter:saturate(.9) contrast(1.03)
}
.b2b-photo-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 35%,rgba(18,14,19,.82))
}
.b2b-photo-card div{
  position:absolute;
  z-index:2;
  left:22px;
  right:22px;
  bottom:20px;
  display:flex;
  flex-direction:column;
  gap:5px
}
.b2b-photo-card span{
  color:#d591dc;
  font-size:8px;
  font-weight:800;
  letter-spacing:.15em
}
.b2b-photo-card b{
  color:#fff;
  font-size:18px;
  line-height:1.15
}

@media(max-width:1050px){
  .service-photo-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .service-photo-grid{grid-template-columns:1fr}
  .service-photo-media{height:260px}
  .service-photo-copy{min-height:auto}
  .b2b-photo-row{grid-template-columns:1fr}
}
@media(max-width:520px){
  .service-photo-media{height:220px}
}


/* ===== v20: compact header ===== */
html{scroll-padding-top:64px}

.site-header{
  min-height:0;
}

.header-shell,
.site-header.is-scrolled .header-shell{
  min-height:58px;
  height:58px;
  grid-template-columns:auto 1fr auto auto;
  gap:18px;
}

.header-brand{
  min-width:185px;
  gap:8px;
}
.header-brand img,
.site-header.is-scrolled .header-brand img{
  width:43px;
  height:38px;
}
.header-brand strong{
  font-size:12px;
  line-height:1.05;
}
.header-brand small{
  display:none;
}

.site-header .nav-inner{
  gap:20px;
}
.site-header .nav-inner> a,
.site-header .nav-services-trigger{
  padding:8px 0;
  font-size:10px;
}
.site-header .nav-inner> a:after,
.site-header .nav-services-trigger:after{
  bottom:0;
}

.header-call{
  min-width:0;
  padding:6px 10px;
  border-radius:9px;
  flex-direction:row;
  gap:7px;
  align-items:center;
  background:#fff;
}
.header-call small{
  display:none;
}
.header-call strong{
  margin:0;
  font-size:11px;
  white-space:nowrap;
}

.mega-menu{
  top:calc(100% + 8px);
}
.mega-menu:before{
  top:-10px;
  height:12px;
}

@media(max-width:1180px){
  .header-shell,
  .site-header.is-scrolled .header-shell{
    gap:13px;
  }
  .header-brand{min-width:165px}
  .site-header .nav-inner{gap:14px}
  .header-call strong{font-size:10px}
}

@media(max-width:1040px){
  html{scroll-padding-top:56px}
  .header-shell,
  .site-header.is-scrolled .header-shell{
    min-height:56px;
    height:56px;
    grid-template-columns:auto 1fr auto auto;
    gap:9px;
  }
  .header-brand img,
  .site-header.is-scrolled .header-brand img{
    width:39px;
    height:34px;
  }
  .header-brand strong{
    font-size:11px;
  }
  .site-header .main-nav{
    max-height:calc(100vh - 56px);
    padding-top:8px;
  }
  .site-header .menu-toggle{
    width:36px;
    height:36px;
    border-radius:9px;
    padding:6px;
  }
  .site-header .menu-toggle span{
    width:19px;
    margin:4px auto;
  }
  .site-header.menu-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .site-header.menu-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
}

@media(max-width:700px){
  .header-shell,
  .site-header.is-scrolled .header-shell{
    min-height:52px;
    height:52px;
    grid-template-columns:auto 1fr auto;
    gap:6px;
  }
  .header-brand{
    min-width:0;
  }
  .header-brand img,
  .site-header.is-scrolled .header-brand img{
    width:36px;
    height:31px;
  }
  .header-brand span{
    display:none;
  }
  .header-call{
    padding:5px 8px;
    border-radius:8px;
  }
  .header-call strong{
    font-size:9px;
  }
  .site-header .menu-toggle{
    width:34px;
    height:34px;
  }
  .site-header .main-nav{
    max-height:calc(100vh - 52px);
    padding:8px 12px 16px;
  }
}


/* ===== v21: explicit support heading ===== */
.support-heading-inline{
  margin:34px 0 14px;
}
.support-heading-inline span{
  display:block;
  margin-bottom:7px;
  color:var(--purple);
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}
.support-heading-inline h3{
  margin:0;
  color:#241d25;
  font-size:clamp(24px,2.8vw,34px);
  line-height:1.08;
  letter-spacing:-.025em;
}
.b2b-copy h2{
  max-width:720px;
}
