:root{
  --ink:#071820;--ink2:#0b2631;--paper:#f4f7f8;--white:#fff;--aqua:#67d8f3;
  --muted:#617781;--line:rgba(7,24,32,.14);--pad:clamp(22px,5vw,92px);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}body.is-loading{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.svg-sprite{position:fixed!important;left:-9999px!important;top:-9999px!important;width:0!important;height:0!important;overflow:hidden!important;visibility:hidden!important}

/* Intro: one clean movement, no repeating ripple */
.intro{position:fixed;z-index:300;inset:0;display:grid;place-items:center;color:#08212c;overflow:hidden;pointer-events:none;background:#eef7fa}.intro:before{content:"";position:absolute;inset:-18%;z-index:1;background:radial-gradient(circle at 22% 28%,rgba(85,196,232,.22),transparent 24%),radial-gradient(circle at 76% 68%,rgba(124,216,239,.18),transparent 25%),linear-gradient(118deg,transparent 38%,rgba(255,255,255,.72) 49%,transparent 60%);filter:blur(18px);opacity:.8;animation:introLight 4.8s ease-in-out infinite alternate}.intro-panel{position:absolute;top:0;bottom:0;width:51%;background:linear-gradient(135deg,rgba(250,253,254,.98),rgba(232,245,249,.97));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:transform 1.15s cubic-bezier(.76,0,.24,1);box-shadow:inset 0 0 90px rgba(87,177,207,.06)}.intro-panel-left{left:0}.intro-panel-right{right:0}.intro-content{position:relative;z-index:2;display:grid;justify-items:center;gap:24px;opacity:0;transform:translateY(12px) scale(.985);transition:opacity .8s ease,transform .8s ease}.intro-content:before{content:"";position:absolute;z-index:-1;width:min(620px,86vw);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.92),rgba(255,255,255,.28) 48%,transparent 70%);filter:blur(8px)}.intro.ready .intro-content{opacity:1;transform:none}.intro-content img{width:min(430px,72vw);filter:drop-shadow(0 16px 28px rgba(34,121,153,.12))}.intro-content span{font-size:9px;letter-spacing:.42em;color:rgba(8,33,44,.55)}.intro-water{position:relative;width:min(410px,64vw);height:44px;overflow:visible}.intro-water:before{content:"";position:absolute;left:-38%;top:15px;width:38%;height:2px;background:linear-gradient(90deg,transparent,#35b8df,transparent);filter:blur(.2px);animation:introSweep 1.65s .62s cubic-bezier(.4,0,.2,1) forwards}.intro-water:after{content:"";position:absolute;left:50%;top:15px;width:12px;height:12px;border:1px solid rgba(43,174,214,.42);border-radius:50%;transform:translate(-50%,-50%) scale(.2);opacity:0;animation:introRipple 1.55s 1.15s ease-out forwards}.intro.leaving .intro-content{opacity:0;transform:translateY(-8px) scale(.99)}.intro.leaving .intro-panel-left{transform:translateX(-101%)}.intro.leaving .intro-panel-right{transform:translateX(101%)}.intro.done{display:none}@keyframes introSweep{to{left:100%}}@keyframes introRipple{12%{opacity:.7}100%{opacity:0;transform:translate(-50%,-50%) scale(11)}}@keyframes introLight{to{transform:translate3d(3%,-2%,0) scale(1.04)}}

/* Header */
.site-header{position:fixed;z-index:100;top:0;left:0;right:0;height:96px;padding:0 var(--pad);display:flex;align-items:center;gap:26px;color:#fff;border-bottom:1px solid rgba(255,255,255,.13);transition:.35s}.site-header.scrolled{height:76px;color:var(--ink);background:rgba(247,250,251,.84);backdrop-filter:blur(22px);border-color:var(--line);box-shadow:0 12px 44px rgba(7,24,32,.06)}.brand{width:clamp(178px,12vw,228px);flex:none}.brand img{display:block;width:100%;filter:brightness(0) invert(1);transition:.35s}.site-header.scrolled .brand img{filter:none}.primary-nav,.quick-nav{display:flex;align-items:center;gap:21px;font-size:13px;white-space:nowrap}.primary-nav{margin-left:auto}.quick-nav{padding-left:22px;border-left:1px solid currentColor}.primary-nav a,.quick-nav a{position:relative;opacity:.84;transition:.25s}.primary-nav a:after,.quick-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-12px;height:1px;background:currentColor;transition:.3s}.primary-nav a:hover:after,.quick-nav a:hover:after{right:0}.quick-nav a{display:flex;align-items:center;gap:7px}.quick-nav svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.45}.header-phone{display:flex;flex-direction:column;text-align:right;padding-left:22px;border-left:1px solid currentColor;white-space:nowrap}.header-phone strong{font-size:14px;font-weight:500}.header-phone small{font-size:11px;color:var(--aqua);margin-top:3px}.menu-toggle{display:none;margin-left:auto;width:45px;height:45px;border:0;background:none;color:inherit}.menu-toggle i{display:block;width:26px;height:1px;background:currentColor;margin:7px auto;transition:.3s}.site-header.menu-open{color:var(--ink)}.site-header.menu-open .brand img{filter:none}.mobile-menu{display:none}

/* Global type and movement */
.kicker{font-size:10px;letter-spacing:.25em;font-weight:700;margin:0;color:rgba(255,255,255,.78)}.kicker.dark{color:#2b8eaf}.kicker.aqua{color:#8be5f7}.button{height:64px;padding:0 28px;display:inline-flex;align-items:center;justify-content:space-between;gap:38px;font-size:13px;font-weight:700;transition:.25s}.button:hover{transform:translateY(-3px)}.button-light{background:#fff;color:var(--ink)}.button-dark{background:var(--ink);color:#fff}.arrow-link,.underlink{position:relative;width:max-content;padding-bottom:10px;font-size:13px}.arrow-link:after,.underlink:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:currentColor;transition:.35s}.arrow-link:hover:after,.underlink:hover:after{right:0}.arrow-link span{margin-left:18px}.dark-link{color:var(--ink)}.reveal{opacity:0;transform:translateY(32px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}.delay-3{transition-delay:.32s}

/* Hero */
.hero{height:100svh;min-height:760px;position:relative;overflow:hidden;color:#fff;background:#06131a}.hero-image{position:absolute;inset:-4%;background:url('assets/scenes/hero-clean.jpg') center 74%/cover no-repeat;transform:scale(1.045)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,10,15,.66) 0%,rgba(2,10,15,.18) 58%,rgba(2,10,15,.32) 100%),linear-gradient(0deg,rgba(2,10,15,.57),transparent 58%)}.glass-sweep{position:absolute;right:-10%;top:-20%;width:55%;height:105%;background:linear-gradient(115deg,transparent 34%,rgba(255,255,255,.18) 45%,transparent 53%);mix-blend-mode:screen;opacity:.28;animation:glassSweep 9s ease-in-out infinite alternate}.water-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen;opacity:.65}.hero-copy{position:absolute;left:var(--pad);top:52%;transform:translateY(-42%);max-width:800px}.hero-copy.visible{transform:translateY(-42%)}.hero h1{font-size:clamp(70px,8vw,132px);line-height:.87;letter-spacing:-.07em;font-weight:300;margin:28px 0 0}.hero h1 em{font-style:normal;font-weight:700;color:#e3f9ff}.hero-text{max-width:625px;font-size:18px;line-height:1.65;color:rgba(255,255,255,.82);margin:34px 0}.hero-actions{display:flex;align-items:center;gap:30px}.hero-card{position:absolute;right:var(--pad);bottom:8%;width:360px;padding:30px;background:rgba(10,27,35,.48);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(18px)}.hero-card small{font-size:9px;letter-spacing:.25em}.hero-card h2{font-size:25px;line-height:1.25;font-weight:400;margin:18px 0}.hero-card p{font-size:11px;line-height:1.6;color:rgba(255,255,255,.62);margin:0}.scroll-cue{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);display:grid;justify-items:center;gap:9px;font-size:8px;text-transform:uppercase;letter-spacing:.22em}.scroll-cue i{width:1px;height:42px;background:linear-gradient(#fff,transparent);animation:scrollPulse 1.8s ease-in-out infinite}

/* Manifest */
.manifest{position:relative;display:grid;grid-template-columns:.88fr 1.12fr;min-height:760px;background:#06131a;color:#fff}.manifest-copy{padding:clamp(90px,10vw,150px) var(--pad);display:flex;flex-direction:column;justify-content:center}.manifest-copy h2{font-size:clamp(58px,6.3vw,102px);line-height:.92;letter-spacing:-.065em;font-weight:300;margin:24px 0}.manifest-copy>p:not(.kicker){max-width:510px;font-size:17px;line-height:1.7;color:rgba(255,255,255,.65);margin:0 0 38px}.manifest-water{position:relative;overflow:hidden;min-height:620px}.manifest-water img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.05)}.manifest-water:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#06131a 0%,transparent 22%),linear-gradient(0deg,rgba(6,19,26,.28),transparent)}.water-shine{position:absolute;z-index:2;inset:-20%;background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.2) 49%,transparent 57%);mix-blend-mode:screen;animation:waterShine 8s ease-in-out infinite alternate}.manifest-facts{position:absolute;left:var(--pad);right:var(--pad);bottom:0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.15)}.manifest-facts span{padding:24px 20px 28px 0;border-right:1px solid rgba(255,255,255,.15);font-size:11px;color:rgba(255,255,255,.5)}.manifest-facts span:last-child{border-right:0;padding-left:20px}.manifest-facts span:nth-child(2){padding-left:20px}.manifest-facts b{display:block;font-size:24px;color:#fff;margin-bottom:7px;font-weight:400}

/* Architecture scene */
.architecture{height:min(920px,86svh);min-height:670px;position:relative;overflow:hidden;color:#fff}.architecture-image{position:absolute;inset:-4%;background:url('assets/scenes/architecture-clean.jpg') center 75%/cover no-repeat;transform:scale(1.05)}.architecture-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,18,.74),rgba(3,12,18,.08) 63%),linear-gradient(0deg,rgba(3,12,18,.55),transparent 55%)}.architecture-copy{position:absolute;left:var(--pad);bottom:12%;max-width:780px}.architecture-copy h2{font-size:clamp(58px,6.8vw,112px);line-height:.9;letter-spacing:-.065em;font-weight:300;margin:22px 0}.architecture-copy>p:last-child{max-width:580px;font-size:18px;line-height:1.7;color:rgba(255,255,255,.72)}.liquid-line{position:absolute;left:-10%;right:-10%;bottom:18%;height:120px;background:repeating-radial-gradient(ellipse at center,transparent 0 18px,rgba(140,228,255,.14) 20px 21px,transparent 23px 39px);transform:perspective(320px) rotateX(68deg);mix-blend-mode:screen;animation:liquidMove 9s linear infinite}

/* Models */
.models,.service{padding:clamp(95px,10vw,155px) var(--pad)}.models{background:#f5f8f9}.section-heading{display:grid;grid-template-columns:1.12fr .88fr;gap:8vw;align-items:end}.section-heading h2{font-size:clamp(54px,6vw,96px);line-height:.94;letter-spacing:-.065em;font-weight:300;margin:20px 0 0}.section-heading>p{font-size:16px;line-height:1.7;color:var(--muted);max-width:520px;margin:0}.model-showroom{margin-top:70px;display:grid;grid-template-columns:1.25fr .75fr;min-height:790px;background:#fff;border:1px solid var(--line)}.model-stage{position:relative;display:grid;place-items:center;background:#fff;overflow:hidden}.model-stage:before{content:"";position:absolute;inset:28px;border:1px solid rgba(7,24,32,.08)}.model-stage img{position:relative;z-index:2;max-height:730px;max-width:82%;object-fit:contain;transition:opacity .35s,transform .35s}.model-stage.changing img{opacity:0;transform:scale(.985)}.dimension{position:absolute;z-index:3;font-size:10px;letter-spacing:.2em;color:#42626e}.dimension-length{left:35px;top:50%;transform:translateY(-50%) rotate(-90deg)}.dimension-width{left:50%;bottom:28px;transform:translateX(-50%)}.stage-number{position:absolute;right:38px;top:33px;font-size:13px;letter-spacing:.15em;color:#8aa0a8}.model-panel{padding:58px;display:flex;flex-direction:column;background:#f5f8f9;border-left:1px solid var(--line)}.model-family{font-size:10px;letter-spacing:.23em;color:#268fb5;margin:20px 0}.model-panel h3{font-size:clamp(42px,4vw,68px);line-height:1;letter-spacing:-.055em;font-weight:500;margin:0}.model-description{font-size:16px;line-height:1.7;color:#596f79;margin:25px 0 32px}.model-specs{margin:0}.model-specs>div{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid var(--line);font-size:12px}.model-specs>div:last-child{border-bottom:1px solid var(--line)}.model-specs dt{color:#7a9099}.model-specs dd{margin:0;text-align:right}.model-control{margin-top:28px}.model-control label{display:block;font-size:9px;letter-spacing:.2em;color:#718891;margin-bottom:13px}.model-tabs{display:flex;gap:7px;flex-wrap:wrap}.model-tabs button{width:58px;height:48px;border:1px solid var(--line);background:transparent;cursor:pointer}.model-tabs button.active{background:var(--ink);color:#fff}.color-tabs{display:flex;gap:18px}.color-tabs button{border:0;background:none;padding:0;display:grid;justify-items:center;gap:8px;cursor:pointer;color:#70858e;font-size:9px}.color-tabs i{width:30px;height:30px;border-radius:50%;background:#f4f4f1;border:5px solid #fff;box-shadow:0 0 0 1px rgba(7,24,32,.18)}.color-tabs button[data-color=silver] i{background:#c0c5c8}.color-tabs button[data-color=blue] i{background:#6dc9eb}.color-tabs button.active i{box-shadow:0 0 0 2px var(--ink)}.model-panel .button{margin-top:auto;align-self:flex-start;min-width:290px}

/* Director's sequence — image first, text secondary */
.solution-story{background:#fff}.solution-scene{min-height:720px;display:grid;grid-template-columns:1.25fr .75fr;border-top:1px solid var(--line)}.solution-scene.solution-right{grid-template-columns:.75fr 1.25fr}.solution-right .solution-image{order:2}.solution-right .solution-copy{order:1}.solution-image{position:relative;overflow:hidden;min-height:720px}.solution-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,12,18,.18),transparent 45%);pointer-events:none}.solution-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.2s cubic-bezier(.2,.7,.2,1);transform:scale(1.015)}.solution-scene:hover .solution-image img{transform:scale(1.055)}.solution-copy{position:relative;padding:clamp(60px,7vw,120px);display:flex;flex-direction:column;justify-content:center;background:#f7f9fa}.solution-copy h2{font-size:clamp(48px,5vw,82px);line-height:.95;letter-spacing:-.06em;font-weight:300;margin:24px 0}.solution-copy>p:not(.kicker){font-size:17px;line-height:1.72;color:var(--muted);max-width:520px;margin:0 0 36px}.scene-index{position:absolute;top:44px;right:44px;font-size:12px;letter-spacing:.18em;color:#3698b8}.solution-right .scene-index{left:44px;right:auto}

/* Work gallery */
.work-gallery{padding:clamp(100px,10vw,155px) var(--pad);background:#06131a;color:#fff}.gallery-heading{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:end;margin-bottom:62px}.gallery-heading h2{font-size:clamp(55px,6vw,96px);line-height:.94;letter-spacing:-.06em;font-weight:300;margin:20px 0 0}.gallery-heading>p:last-child{font-size:15px;line-height:1.7;color:rgba(255,255,255,.6);max-width:470px}.gallery-grid{display:grid;grid-template-columns:1.05fr 1.15fr .9fr;gap:18px;align-items:end}.gallery-grid figure{margin:0;overflow:hidden}.gallery-grid figure:nth-child(1){height:410px}.gallery-grid figure:nth-child(2){height:520px}.gallery-grid figure:nth-child(3){height:365px}.gallery-grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1s ease}.gallery-grid figure:hover img{transform:scale(1.04)}.gallery-grid figcaption{position:relative;margin-top:-42px;padding:12px 15px;color:rgba(255,255,255,.72);font-size:10px;letter-spacing:.12em;background:linear-gradient(transparent,rgba(3,12,18,.75))}

/* Service */
.service{background:#f4f7f8}.service-steps{margin-top:68px;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line)}.service-steps article{padding:29px 24px 25px 0;border-right:1px solid var(--line);margin-right:24px;min-height:230px}.service-steps article:last-child{border-right:0}.service-steps b{font-size:10px;color:#2894b8}.service-steps h3{font-size:28px;font-weight:400;margin:46px 0 15px}.service-steps p{font-size:13px;line-height:1.65;color:var(--muted)}

/* Final */
.final-scene{position:relative;min-height:760px;color:#fff;display:flex;align-items:center;overflow:hidden}.final-image{position:absolute;inset:-3%;background:url('assets/scenes/final-night.jpg') center/cover no-repeat;transform:scale(1.04)}.final-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,18,.87),rgba(3,12,18,.2) 68%),linear-gradient(0deg,rgba(3,12,18,.35),transparent)}.final-copy{position:relative;padding:100px var(--pad);max-width:760px}.final-copy h2{font-size:clamp(58px,6.5vw,105px);line-height:.91;letter-spacing:-.065em;font-weight:300;margin:24px 0}.final-copy>p:not(.kicker){font-size:17px;line-height:1.7;color:rgba(255,255,255,.7);max-width:520px;margin-bottom:32px}

/* Footer */
.footer{position:relative;background:#050f15;color:#fff;padding:62px var(--pad) 28px;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 8%,rgba(103,216,243,.08),transparent 30%);pointer-events:none}.footer>*{position:relative}.footer-brand{display:flex;align-items:flex-end;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.14)}.footer-brand img{width:220px;filter:brightness(0) invert(1)}.footer-brand p{margin:0 0 0 auto;text-align:right;font-size:13px;line-height:1.6;color:rgba(255,255,255,.55)}.footer-links{display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid rgba(255,255,255,.14)}.footer-links a{min-height:145px;padding:28px 18px 22px 0;border-right:1px solid rgba(255,255,255,.13);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.footer-links a:last-child{border-right:0}.footer-links svg{width:29px;height:29px;fill:none;stroke:#85e3f5;stroke-width:1.4}.footer-links span{font-size:14px}.footer-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-1px;height:2px;background:#62d8f0;transition:.35s}.footer-links a:hover:after{right:0}.footer-bottom{display:flex;align-items:center;gap:36px;padding-top:26px;font-size:11px;color:rgba(255,255,255,.5)}.footer-bottom a{margin-left:auto;color:#fff;font-size:14px}

@keyframes glassSweep{from{transform:translateX(-6%)}to{transform:translateX(8%)}}@keyframes scrollPulse{0%,100%{opacity:.25;transform:scaleY(.65)}50%{opacity:1;transform:scaleY(1)}}@keyframes waterShine{from{transform:translateX(-7%)}to{transform:translateX(11%)}}@keyframes liquidMove{to{background-position:150px 0}}

@media(max-width:1380px){.quick-nav a span{display:none}.quick-nav svg{width:20px;height:20px}.brand{width:185px}.model-showroom{grid-template-columns:1.1fr .9fr}.model-panel{padding:44px}}
@media(max-width:1020px){
  .site-header{height:78px;padding:0 22px}.site-header.scrolled{height:70px}.brand{width:174px}.primary-nav,.quick-nav,.header-phone{display:none}.menu-toggle{display:block}.mobile-menu{position:fixed;z-index:90;inset:0;background:rgba(247,250,251,.98);padding:110px 24px 38px;display:flex;flex-direction:column;gap:35px;transform:translateY(-105%);transition:.45s}.mobile-menu.open{transform:none}.mobile-menu-main,.mobile-menu-solutions{display:flex;flex-direction:column;gap:16px}.mobile-menu-main{font-size:31px}.mobile-menu-solutions{font-size:19px;color:#59717b}.mobile-call{margin-top:auto;font-size:20px}
  .hero-card{width:320px}.manifest{grid-template-columns:1fr}.manifest-copy{padding-bottom:110px}.manifest-water{min-height:600px}.manifest-water:after{background:linear-gradient(0deg,#06131a 0%,transparent 24%)}.manifest-facts{position:relative;grid-column:1;margin-top:-1px}.section-heading,.gallery-heading{grid-template-columns:1fr;gap:30px}.model-showroom{grid-template-columns:1fr}.model-stage{min-height:720px}.model-panel{border-left:0;border-top:1px solid var(--line);min-height:680px}.solution-scene,.solution-scene.solution-right{grid-template-columns:1fr}.solution-right .solution-image,.solution-right .solution-copy{order:initial}.solution-image{min-height:580px}.solution-copy{min-height:520px}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid figure:nth-child(3){grid-column:1/-1;height:400px}.service-steps{grid-template-columns:1fr 1fr}.footer-links{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:640px){
  .intro-content img{width:78vw}.hero{min-height:800px}.hero-image{background-position:58% 76%}.hero-copy{left:21px;right:21px;top:42%;transform:translateY(-50%)}.hero-copy.visible{transform:translateY(-50%)}.hero h1{font-size:57px;line-height:.91}.hero-text{font-size:15px;margin:24px 0}.hero-actions{flex-direction:column;align-items:flex-start;gap:14px}.button{height:58px}.hero-card{left:20px;right:20px;bottom:24px;width:auto;padding:18px}.hero-card h2{font-size:18px;margin:10px 0}.scroll-cue{display:none}
  .manifest-copy{padding:88px 21px 108px}.manifest-copy h2{font-size:54px}.manifest-copy>p:not(.kicker){font-size:16px}.manifest-water{min-height:470px}.manifest-facts{grid-template-columns:1fr;margin:0 21px}.manifest-facts span,.manifest-facts span:nth-child(2),.manifest-facts span:last-child{padding:18px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.manifest-facts span:last-child{border-bottom:0}.architecture{height:78svh;min-height:650px}.architecture-image{background-position:62% 76%}.architecture-copy{left:21px;right:21px;bottom:10%}.architecture-copy h2{font-size:52px}.architecture-copy>p:last-child{font-size:15px}
  .models,.service{padding:86px 20px}.section-heading h2{font-size:50px}.model-showroom{margin-top:42px}.model-stage{min-height:550px}.model-stage:before{inset:12px}.model-stage img{max-height:490px;max-width:88%}.dimension-length{left:4px}.dimension-width{bottom:11px}.stage-number{right:20px;top:18px}.model-panel{padding:32px 22px;min-height:680px}.model-panel h3{font-size:45px}.model-panel .button{min-width:0;width:100%}
  .solution-image{min-height:430px}.solution-copy{padding:72px 21px;min-height:470px}.solution-copy h2{font-size:49px}.scene-index,.solution-right .scene-index{top:28px;right:21px;left:auto}.work-gallery{padding:86px 20px}.gallery-heading h2{font-size:50px}.gallery-grid{grid-template-columns:1fr}.gallery-grid figure:nth-child(1),.gallery-grid figure:nth-child(2),.gallery-grid figure:nth-child(3){height:360px;grid-column:auto}.service-steps{grid-template-columns:1fr}.service-steps article{border-right:0;border-bottom:1px solid var(--line);margin:0;min-height:175px}.final-scene{min-height:690px}.final-copy{padding:88px 21px}.final-copy h2{font-size:54px}.footer{padding:50px 20px 25px}.footer-brand{align-items:flex-start;gap:20px}.footer-brand img{width:165px}.footer-brand p{font-size:10px}.footer-links{grid-template-columns:1fr 1fr}.footer-links a{min-height:126px}.footer-bottom{flex-wrap:wrap;gap:14px}.footer-bottom a{margin-left:0;width:100%;order:-1}.water-canvas{opacity:.5}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.glass-sweep,.water-shine,.liquid-line,.scroll-cue i{animation:none}.reveal{opacity:1;transform:none;transition:none}}

/* v18: real Fairland product scene and mobile-first model selector */
.mobile-model-toolbar,.mobile-stage-nav{display:none}
.heat-visual{background:#071820;isolation:isolate}
.heat-visual:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,13,19,.13),rgba(3,13,19,.58)),linear-gradient(0deg,rgba(3,13,19,.55),transparent 58%);pointer-events:none}
.heat-visual .heat-scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:66% 78%;filter:saturate(.78) brightness(.74);transform:scale(1.035)}
.heat-visual .heat-glass{position:absolute;z-index:2;left:7%;bottom:8%;width:min(78%,820px);height:62%;border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(7,24,32,.15));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 34px 80px rgba(0,0,0,.26)}
.heat-visual .heat-product{position:absolute;z-index:3;left:8%;bottom:8%;width:min(76%,760px);height:auto;object-fit:contain;filter:drop-shadow(0 32px 28px rgba(0,0,0,.42));transform:none!important;transition:transform .9s cubic-bezier(.2,.7,.2,1)!important}
.solution-scene:hover .heat-visual .heat-product{transform:translateY(-8px)!important}
.heat-caption{position:absolute;z-index:4;left:9%;top:9%;font-size:10px;letter-spacing:.25em;color:rgba(255,255,255,.82);padding:10px 13px;border:1px solid rgba(255,255,255,.22);background:rgba(3,13,19,.22);backdrop-filter:blur(8px)}

@media(max-width:640px){
  .model-showroom{display:grid;grid-template-columns:1fr;overflow:visible}
  .mobile-model-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;position:sticky;top:69px;z-index:18;padding:13px 14px;background:rgba(247,250,251,.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--line);box-shadow:0 10px 30px rgba(7,24,32,.07)}
  .mobile-toolbar-group>span{display:block;margin:0 0 8px;font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:#6e858e}
  .mobile-model-tabs{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding-bottom:1px}.mobile-model-tabs::-webkit-scrollbar{display:none}
  .mobile-model-tabs button{flex:0 0 46px;height:42px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:13px;border-radius:0}.mobile-model-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}
  .mobile-toolbar-colors{min-width:104px}.mobile-color-tabs{display:flex;gap:10px;align-items:center}
  .mobile-color-tabs button{width:27px;height:27px;border:0;background:none;padding:0;display:grid;place-items:center}
  .mobile-color-tabs i{display:block;width:22px;height:22px;border-radius:50%;background:#f4f4f1;border:4px solid #fff;box-shadow:0 0 0 1px rgba(7,24,32,.18)}
  .mobile-color-tabs button[data-color=silver] i{background:#c0c5c8}.mobile-color-tabs button[data-color=blue] i{background:#6dc9eb}.mobile-color-tabs button.active i{box-shadow:0 0 0 2px var(--ink)}
  .model-stage{order:2;min-height:520px}
  .model-panel{order:3;padding-top:28px;min-height:0}
  .model-panel .model-control{display:none}
  .model-panel .button{margin-top:28px}
  .mobile-stage-nav{display:flex;position:absolute;z-index:7;left:16px;right:16px;bottom:18px;justify-content:space-between;pointer-events:none}
  .mobile-stage-nav button{pointer-events:auto;width:44px;height:44px;border:1px solid rgba(7,24,32,.16);background:rgba(255,255,255,.88);backdrop-filter:blur(12px);color:var(--ink);font-size:20px;box-shadow:0 8px 24px rgba(7,24,32,.08)}
  .heat-visual{min-height:500px}
  .heat-visual .heat-scene{object-position:72% 74%;filter:saturate(.72) brightness(.62)}
  .heat-visual .heat-glass{left:6%;right:6%;bottom:7%;width:auto;height:48%}
  .heat-visual .heat-product{left:4%;bottom:8%;width:92%;max-width:none}
  .heat-caption{left:20px;top:22px;font-size:8px}
}

/* v19: P584, real Aqua Pools portfolio and real installation story */
.spa-visual{background:#06131a;isolation:isolate}
.spa-visual:after{background:linear-gradient(90deg,rgba(3,12,18,.12),rgba(3,12,18,.48)),linear-gradient(0deg,rgba(3,12,18,.62),transparent 58%)}
.spa-visual .spa-scene{object-position:center 48%;filter:saturate(.92) contrast(1.03) brightness(.86);transform:scale(1.025)}
.spa-product-card{position:absolute;z-index:4;left:clamp(18px,4vw,64px);bottom:clamp(18px,4vw,58px);width:min(42%,390px);min-height:150px;display:grid;grid-template-columns:minmax(92px,42%) 1fr;align-items:center;gap:20px;padding:18px;background:rgba(246,250,251,.9);color:var(--ink);border:1px solid rgba(255,255,255,.55);box-shadow:0 28px 70px rgba(0,0,0,.28);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.spa-product-card img{width:100%;height:auto;max-height:150px;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(7,24,32,.18));transform:none!important}
.spa-product-card div{display:flex;flex-direction:column;gap:8px}.spa-product-card b{font-size:31px;font-weight:400;letter-spacing:-.04em}.spa-product-card span{font-size:10px;line-height:1.55;color:#617781;text-transform:uppercase;letter-spacing:.09em}
.spa-product-card.image-unavailable{grid-template-columns:1fr}.spa-product-card.image-unavailable:before{content:"BE WELL CANADA SPA";font-size:9px;letter-spacing:.2em;color:#2b8eaf}.spa-product-card.image-unavailable div{margin-top:4px}
.spa-specs{display:flex;flex-wrap:wrap;gap:8px;margin:-10px 0 34px}.spa-specs span{padding:10px 12px;border:1px solid var(--line);font-size:10px;letter-spacing:.08em;color:#536b75;background:#fff}

.gallery-real{grid-template-columns:1.12fr .88fr .88fr;grid-auto-rows:220px;align-items:stretch}
.gallery-real figure,.gallery-real figure:nth-child(1),.gallery-real figure:nth-child(2),.gallery-real figure:nth-child(3){height:auto;min-height:0;position:relative;background:#0b2631}
.gallery-real .gallery-feature{grid-row:span 3}.gallery-real .gallery-tall{grid-row:span 2}.gallery-real .gallery-wide{grid-column:span 2;grid-row:span 2}
.gallery-real figure:not(.gallery-feature):not(.gallery-tall):not(.gallery-wide){grid-row:span 2}
.gallery-real img{object-position:center}
.gallery-real figure:nth-child(1) img{object-position:center 60%}.gallery-real figure:nth-child(2) img{object-position:center 52%}.gallery-real figure:nth-child(3) img{object-position:center 44%}.gallery-real figure:nth-child(4) img{object-position:center 58%}.gallery-real figure:nth-child(6) img{object-position:center 48%}
.gallery-real figcaption{position:absolute;left:0;right:0;bottom:0;margin:0;padding:44px 18px 17px;background:linear-gradient(transparent,rgba(3,12,18,.88));z-index:2}

.service-film{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-top:0}
.service-film article{padding:0 18px 30px 0;margin-right:18px;min-height:500px;display:flex;flex-direction:column;border-top:1px solid var(--line)}
.service-film article:last-child{margin-right:0}
.step-photo{height:230px;margin:0 0 23px;overflow:hidden;background:#dce6e9}.step-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}.service-film article:hover .step-photo img{transform:scale(1.045)}
.service-film article:nth-child(1) .step-photo img{object-position:center 57%}.service-film article:nth-child(2) .step-photo img{object-position:center 48%}.service-film article:nth-child(3) .step-photo img{object-position:center 48%}.service-film article:nth-child(4) .step-photo img{object-position:center 49%}.service-film article:nth-child(5) .step-photo img{object-position:center 54%}
.service-film b{margin-top:0}.service-film h3{margin:24px 0 13px}.service-film p{margin:0}

.final-image{background-image:url('assets/scenes/final-real.jpg');background-position:center;background-size:cover}
.final-overlay{background:linear-gradient(90deg,rgba(3,12,18,.9) 0%,rgba(3,12,18,.68) 38%,rgba(3,12,18,.1) 72%,rgba(3,12,18,.04) 100%),linear-gradient(0deg,rgba(3,12,18,.42),transparent 48%)}

@media(max-width:1020px){
  .spa-product-card{width:min(48%,380px)}
  .gallery-real{grid-template-columns:1fr 1fr;grid-auto-rows:260px}.gallery-real .gallery-feature{grid-row:span 2}.gallery-real .gallery-wide{grid-column:span 2;grid-row:span 1}.gallery-real figure:not(.gallery-feature):not(.gallery-tall):not(.gallery-wide){grid-row:span 1}
  .service-film{grid-template-columns:1fr 1fr}.service-film article{min-height:470px}.service-film article:nth-child(even){margin-right:0;border-right:0}
}
@media(max-width:640px){
  .spa-visual{min-height:520px}.spa-visual .spa-scene{object-position:center 48%}.spa-product-card{left:16px;right:16px;bottom:16px;width:auto;min-height:120px;grid-template-columns:100px 1fr;padding:13px;gap:13px}.spa-product-card img{max-height:105px}.spa-product-card b{font-size:26px}.spa-product-card span{font-size:8px}.spa-specs{margin-top:-6px}
  .gallery-real{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:14px}.gallery-real figure,.gallery-real figure:nth-child(1),.gallery-real figure:nth-child(2),.gallery-real figure:nth-child(3),.gallery-real .gallery-feature,.gallery-real .gallery-tall,.gallery-real .gallery-wide{flex:0 0 82vw;height:470px;grid-column:auto;grid-row:auto;scroll-snap-align:center}.gallery-real figure:nth-child(6){flex-basis:90vw}
  .service-film{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;margin-left:-20px;margin-right:-20px;padding:0 20px 15px}.service-film article{flex:0 0 82vw;min-height:500px;margin:0;padding-right:0;border-right:0;scroll-snap-align:center}.step-photo{height:300px}
  .final-scene{min-height:780px;align-items:flex-end}.final-image{background-position:66% center}.final-overlay{background:linear-gradient(0deg,rgba(3,12,18,.94) 0%,rgba(3,12,18,.72) 48%,rgba(3,12,18,.14) 82%),linear-gradient(90deg,rgba(3,12,18,.3),transparent)}.final-copy{padding-bottom:90px}
}

/* v20 — lead forms, premium contact controls, expanded portfolio and refined footer */
button.header-phone,.underlink,.arrow-link{appearance:none;-webkit-appearance:none;border:0;background:none;color:inherit;font:inherit;cursor:pointer}
button.header-phone{align-items:flex-end}
body.modal-open{overflow:hidden}

/* Expanded real portfolio */
.work-gallery{scroll-margin-top:74px}
.gallery-real{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:205px;grid-auto-flow:dense;align-items:stretch}
.gallery-real figure,.gallery-real figure:nth-child(1),.gallery-real figure:nth-child(2),.gallery-real figure:nth-child(3){height:auto;min-height:0;position:relative;background:#0b2631}
.gallery-real .gallery-feature{grid-column:span 2;grid-row:span 3}
.gallery-real .gallery-tall{grid-row:span 3}
.gallery-real .gallery-wide{grid-column:span 2;grid-row:span 2}
.gallery-real figure:not(.gallery-feature):not(.gallery-tall):not(.gallery-wide){grid-row:span 2}
.gallery-real figure:nth-child(6) img{object-position:center 44%}
.gallery-real figure:nth-child(7) img{object-position:center 45%}
.gallery-real figure:nth-child(8) img{object-position:center 58%}
.gallery-real figure:nth-child(9) img{object-position:center 52%}
.gallery-real figure:nth-child(10) img{object-position:center 48%}

/* Final contact scene */
.final-scene{padding:clamp(88px,9vw,145px) var(--pad)}
.final-layout{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,430px);gap:clamp(50px,8vw,130px);align-items:center}
.final-copy{padding:0;max-width:760px}
.final-contact-card{padding:34px;background:rgba(5,18,25,.68);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 30px 90px rgba(0,0,0,.28)}
.form-eyebrow{margin:0 0 14px;font-size:9px;letter-spacing:.24em;color:#85e3f5;font-weight:700}
.final-contact-card h3{margin:0 0 24px;font-size:28px;line-height:1.15;font-weight:400;letter-spacing:-.035em}
.lead-form{display:block}.lead-form label{display:block}.lead-form label>span{display:block;margin:0 0 8px;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#6d848e}
.final-contact-card .lead-form label>span{color:rgba(255,255,255,.52)}
.lead-form input,.lead-form textarea{width:100%;border:1px solid rgba(7,24,32,.16);border-radius:0;background:#fff;color:var(--ink);padding:15px 16px;font:inherit;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s}
.lead-form textarea{resize:vertical;min-height:112px}
.lead-form input:focus,.lead-form textarea:focus{border-color:#48bedf;box-shadow:0 0 0 3px rgba(72,190,223,.12)}
.final-contact-card .lead-form input{background:rgba(255,255,255,.94);margin-bottom:14px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid .form-full{grid-column:1/-1}
.form-consent{display:flex!important;align-items:flex-start;gap:10px;margin:16px 0 20px;cursor:pointer}.form-consent input{width:16px;height:16px;flex:0 0 16px;margin:1px 0 0;accent-color:#1aa8d2}.form-consent span{display:block!important;margin:0!important;font-size:10px!important;line-height:1.45!important;letter-spacing:0!important;text-transform:none!important;color:#6d848e!important}.final-contact-card .form-consent span{color:rgba(255,255,255,.58)!important}.form-consent a{text-decoration:underline;text-underline-offset:2px}
.form-submit{width:100%;border:0;cursor:pointer}.form-submit[disabled]{opacity:.55;cursor:wait;transform:none}.form-status{min-height:18px;margin:12px 0 0;font-size:11px;line-height:1.5;color:#7adcf4}.form-status.error{color:#ffb5ad}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.messenger-row{display:flex;align-items:center;gap:9px;margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15)}.messenger-row>span{margin-right:auto;font-size:10px;color:rgba(255,255,255,.52);letter-spacing:.08em;text-transform:uppercase}.messenger-row a{width:40px;height:40px;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;transition:.25s;background:rgba(255,255,255,.04)}.messenger-row a:hover{transform:translateY(-2px);border-color:#75def3;background:rgba(117,222,243,.12)}.messenger-row svg{width:19px;height:19px;fill:none;stroke:#8be5f7;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}

/* Footer: centered premium navigation and clean legal row */
.footer-brand{align-items:center}.footer-brand p{font-size:12px}
.footer-links a{padding:27px 12px 23px;align-items:center;text-align:center;justify-content:center;gap:24px}
.footer-links svg{flex:0 0 auto}.footer-links span{font-size:13px;line-height:1.3}
.footer-connect{display:flex;align-items:center;justify-content:center;gap:18px;padding:24px 0 0}.footer-connect>span{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.4)}.footer-connect>div{display:flex;gap:8px}.footer-connect a{width:38px;height:38px;border:1px solid rgba(255,255,255,.15);display:grid;place-items:center;transition:.25s}.footer-connect a:hover{border-color:#75def3;background:rgba(117,222,243,.1);transform:translateY(-2px)}.footer-connect svg{width:18px;height:18px;fill:none;stroke:#82e2f5;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;padding-top:26px;align-items:center}.footer-bottom>a:first-child{justify-self:start}.footer-copy{justify-self:center;color:rgba(255,255,255,.66);letter-spacing:.06em}.footer-bottom .footer-phone{justify-self:end;margin:0;color:#fff;font-size:14px}

/* Floating contact controls */
.floating-actions{position:fixed;z-index:82;right:24px;bottom:24px;display:flex;flex-direction:column;align-items:flex-end;gap:9px;opacity:0;transform:translateY(16px);pointer-events:none;transition:.35s}.floating-actions.visible{opacity:1;transform:none;pointer-events:auto}.floating-actions button,.floating-actions a{border:1px solid rgba(255,255,255,.34);background:rgba(7,24,32,.52);color:#fff;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 18px 45px rgba(1,12,17,.22);cursor:pointer;transition:.25s}.floating-actions svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.to-top{width:45px;height:45px;display:grid;place-items:center;padding:0}.float-call,.float-estimate{min-height:52px;padding:0 16px;display:flex;align-items:center;gap:12px;font-size:12px}.float-estimate{font:inherit}.floating-actions button:hover,.floating-actions a:hover{transform:translateY(-2px);border-color:#8be5f7;background:rgba(9,40,52,.72)}
.mobile-contact-bar{display:none}

/* Lead modal */
.lead-modal{position:fixed;z-index:250;inset:0;display:grid;place-items:center;padding:24px;visibility:hidden;opacity:0;transition:.3s}.lead-modal.open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(1,9,13,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer}.modal-dialog{position:relative;width:min(720px,100%);max-height:min(92svh,840px);overflow:auto;padding:clamp(28px,5vw,54px);background:#f5f8f9;color:var(--ink);box-shadow:0 40px 120px rgba(0,0,0,.4);transform:translateY(20px) scale(.985);transition:.35s}.lead-modal.open .modal-dialog{transform:none}.modal-close{position:absolute;right:18px;top:18px;width:44px;height:44px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer}.modal-close svg{width:18px;height:18px;fill:none;stroke:var(--ink);stroke-width:1.5}.modal-dialog h2{font-size:clamp(42px,6vw,70px);line-height:.94;letter-spacing:-.06em;font-weight:300;margin:16px 50px 14px 0}.modal-intro{max-width:520px;margin:0 0 28px;color:var(--muted);line-height:1.65}.modal-messengers{border-color:var(--line)}.modal-messengers>span{color:#6d848e}.modal-messengers a{border-color:var(--line);background:#fff}.modal-messengers svg{stroke:#1f92b7}

@media(max-width:1180px){
  .gallery-real{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:215px}.gallery-real .gallery-feature{grid-column:span 2}.gallery-real .gallery-wide{grid-column:span 2}
  .final-layout{grid-template-columns:1fr 390px;gap:45px}
}
@media(max-width:1020px){
  .gallery-real{grid-template-columns:1fr 1fr;grid-auto-rows:260px}.gallery-real .gallery-feature{grid-column:span 1;grid-row:span 2}.gallery-real .gallery-wide{grid-column:span 2;grid-row:span 1}.gallery-real figure:not(.gallery-feature):not(.gallery-tall):not(.gallery-wide){grid-row:span 1}
  .final-layout{grid-template-columns:1fr}.final-contact-card{max-width:560px}.final-scene{align-items:flex-end}
}
@media(max-width:640px){
  body{padding-bottom:68px}
  .gallery-real{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:14px}.gallery-real figure,.gallery-real figure:nth-child(1),.gallery-real figure:nth-child(2),.gallery-real figure:nth-child(3),.gallery-real .gallery-feature,.gallery-real .gallery-tall,.gallery-real .gallery-wide{flex:0 0 84vw;height:470px;grid-column:auto;grid-row:auto;scroll-snap-align:center}.gallery-real figure:nth-child(10){flex-basis:90vw}
  .final-scene{padding:84px 20px 82px;min-height:980px}.final-copy{padding:0}.final-contact-card{padding:24px}.final-contact-card h3{font-size:24px}.messenger-row>span{font-size:8px}
  .footer-brand{align-items:flex-start}.footer-links a{min-height:132px;padding:22px 10px;gap:18px}.footer-links span{font-size:12px}.footer-connect{flex-direction:column;gap:12px}.footer-bottom{grid-template-columns:1fr;text-align:center;gap:15px}.footer-bottom>a:first-child,.footer-copy,.footer-bottom .footer-phone{justify-self:center}.footer-bottom .footer-phone{order:-1}
  .floating-actions{display:none}.mobile-contact-bar{position:fixed;z-index:85;left:0;right:0;bottom:0;height:68px;display:grid;grid-template-columns:1fr 1fr;background:rgba(5,18,25,.88);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.18);color:#fff}.mobile-contact-bar a,.mobile-contact-bar button{border:0;background:none;color:inherit;display:flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:12px;cursor:pointer}.mobile-contact-bar a:first-child{border-right:1px solid rgba(255,255,255,.14)}.mobile-contact-bar svg{width:19px;height:19px;fill:none;stroke:#86e2f4;stroke-width:1.5}
  .lead-modal{padding:0;align-items:end}.modal-dialog{width:100%;max-height:94svh;padding:34px 20px 28px}.modal-dialog h2{font-size:45px}.form-grid{grid-template-columns:1fr}.form-grid .form-full{grid-column:auto}.modal-messengers{margin-bottom:12px}
}

/* v21 — social channels and refined contact groups */
.mobile-socials{display:none}
.footer-connect{display:flex;align-items:stretch;justify-content:center;gap:0;padding:28px 0 2px}
.footer-connect-group{display:flex;align-items:center;gap:16px;padding:0 28px}
.footer-connect-group+ .footer-connect-group{border-left:1px solid rgba(255,255,255,.14)}
.footer-connect-group>span{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.42);white-space:nowrap}
.footer-icon-row{display:flex;gap:8px}
.footer-connect a{width:40px;height:40px;border:1px solid rgba(255,255,255,.15);display:grid;place-items:center;transition:.25s}
.footer-connect a:hover{border-color:#75def3;background:rgba(117,222,243,.1);transform:translateY(-2px)}
.footer-connect svg{width:18px;height:18px;fill:none;stroke:#82e2f5;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:860px){
  .mobile-socials{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:22px;border-top:1px solid var(--line)}
  .mobile-socials a{min-height:48px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;color:#42606c}
  .mobile-socials svg{width:19px;height:19px;fill:none;stroke:#159fc7;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
}
@media(max-width:640px){
  .footer-connect{flex-direction:column;align-items:center;gap:18px}
  .footer-connect-group{width:100%;max-width:330px;justify-content:space-between;padding:0}
  .footer-connect-group+ .footer-connect-group{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding-top:18px}
}
