:root{
  --ink:#142a2d;
  --ink-2:#244347;
  --muted:#667b7d;
  --aqua:#47c2cb;
  --aqua-deep:#1b9da7;
  --mist:#edf8f7;
  --mist-2:#f6fbfb;
  --sand:#eef0ea;
  --white:#fff;
  --line:rgba(20,42,45,.12);
  --radius:28px;
  --shadow:0 28px 80px rgba(26, 75, 79, .14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--mist-2);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.narrow{width:min(940px,calc(100% - 48px));text-align:center}
.section-pad{padding:120px 0}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(246,251,251,.78);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.3s ease}
.site-header.scrolled{border-color:var(--line);background:rgba(246,251,251,.94)}
.nav-wrap{height:82px;display:flex;align-items:center;gap:34px}
.brand{display:inline-flex;align-items:center;gap:11px;font-family:"Manrope",sans-serif;font-weight:800;letter-spacing:-.04em;white-space:nowrap}
.brand-word{font-size:21px}.brand-word span{font-weight:500}
.brand-mark{width:28px;height:28px;position:relative;display:inline-block}
.brand-mark i{position:absolute;width:7px;height:13px;background:var(--aqua);border-radius:100% 10% 100% 10%;transform-origin:14px 14px;left:0;top:0}
.brand-mark i:nth-child(1){transform:translate(9px,0) rotate(0deg)}
.brand-mark i:nth-child(2){transform:translate(16px,9px) rotate(90deg)}
.brand-mark i:nth-child(3){transform:translate(9px,16px) rotate(180deg)}
.brand-mark i:nth-child(4){transform:translate(1px,9px) rotate(270deg)}
.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.desktop-nav a{font-size:14px;font-weight:600;color:var(--ink-2);transition:.2s}.desktop-nav a:hover{color:var(--aqua-deep)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 24px;border-radius:999px;border:0;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}
.button:hover{transform:translateY(-2px)}
.button-sm{min-height:45px;padding:0 19px;font-size:13px}
.button-dark{background:var(--ink);color:#fff}.button-dark:hover{box-shadow:0 12px 25px rgba(20,42,45,.2)}
.button-primary{background:var(--aqua);color:#0c3336;box-shadow:0 12px 30px rgba(71,194,203,.23)}
.button-primary:hover{background:#5ccdd4;box-shadow:0 16px 36px rgba(71,194,203,.32)}
.button-light{background:#fff;color:var(--ink)}
.menu-button,.mobile-panel{display:none}
.hero{position:relative;min-height:920px;padding-top:164px;background:radial-gradient(circle at 82% 24%,rgba(71,194,203,.10),transparent 29%),linear-gradient(180deg,#f8fcfc 0%,#edf8f7 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;min-height:600px;position:relative;z-index:2}
.hero-copy{padding-right:35px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:var(--aqua-deep)}
.eyebrow span{width:29px;height:1px;background:var(--aqua-deep)}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:"Manrope",sans-serif;letter-spacing:-.052em;line-height:.98}
h1{font-size:clamp(62px,6.5vw,96px);margin:27px 0 28px;font-weight:600;max-width:760px}
h1 em,h2 em{font-style:normal;color:var(--aqua-deep);font-weight:500}
.hero-lede{font-size:19px;line-height:1.65;color:var(--muted);max-width:610px}
.hero-actions{display:flex;align-items:center;gap:30px;margin-top:36px}
.text-link{display:inline-flex;align-items:center;gap:11px;font-weight:700;font-size:14px;border-bottom:1px solid rgba(20,42,45,.2);padding:7px 0}.text-link span{color:var(--aqua-deep)}
.hero-meta{display:flex;gap:40px;margin-top:54px;padding-top:28px;border-top:1px solid var(--line)}
.hero-meta div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;max-width:155px}.hero-meta strong{font-family:"Manrope";font-size:29px}.hero-meta span{font-size:11px;line-height:1.35;color:var(--muted)}
.product-stage{height:620px;position:relative;display:flex;align-items:center;justify-content:center}
.hero-chair{position:relative;z-index:6;width:min(580px,100%);filter:drop-shadow(0 40px 33px rgba(29,62,65,.18));animation:float 7s ease-in-out infinite}
.product-shadow{position:absolute;z-index:0;left:24%;right:8%;bottom:55px;height:48px;border-radius:50%;background:rgba(24,69,73,.18);filter:blur(19px)}
.breath-ring{position:absolute;border:1px solid rgba(71,194,203,.24);border-radius:50%;animation:breathe 6s ease-in-out infinite}
.ring-a{width:510px;height:510px}.ring-b{width:610px;height:610px;animation-delay:-2s}.ring-c{width:710px;height:710px;animation-delay:-4s}
.product-label{position:absolute;z-index:10;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.9);box-shadow:0 14px 42px rgba(28,67,71,.10);border-radius:999px;padding:11px 15px;font-size:11px;font-weight:700;color:var(--ink-2);white-space:nowrap}
.product-label .dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--aqua);margin-right:7px}.label-one{right:-15px;top:150px}.label-two{left:0;bottom:150px}.label-three{right:0;bottom:75px}
.hero-orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:470px;height:470px;background:rgba(71,194,203,.06);right:-160px;top:150px}.orb-two{width:280px;height:280px;background:rgba(185,217,206,.15);left:-100px;bottom:10px}
.hero-foot{position:relative;z-index:3;display:flex;justify-content:space-between;align-items:center;padding-top:60px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.venue-row{display:flex;align-items:center;gap:15px;font-weight:700;color:#4e686a}.venue-row i{width:3px;height:3px;background:var(--aqua);border-radius:50%}
.statement{background:#fff}.statement h2{font-size:clamp(44px,5vw,70px);font-weight:600;margin:20px 0 26px}.statement .narrow>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:780px;margin:0 auto}
.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:75px}
.experience-card{min-height:370px;border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.exp-calm{background:#dff4f2}.exp-focus{background:#eff0e8}.exp-recover{background:#e7f1f4}
.experience-number{font-size:11px;font-weight:800;letter-spacing:.14em;color:rgba(20,42,45,.47)}.experience-card h3{font-family:"Manrope";font-size:31px;letter-spacing:-.04em;margin-bottom:8px}.experience-card p{color:#557174;line-height:1.55;margin:0;max-width:280px}
.experience-icon{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);width:150px;height:150px}
.icon-wave:before,.icon-wave:after{content:"";position:absolute;border:1.5px solid rgba(27,157,167,.45);border-radius:50%;inset:21px;animation:breathe 5s infinite}.icon-wave:after{inset:40px;animation-delay:-2.5s}
.icon-focus:before{content:"";position:absolute;inset:20px;border:1px solid rgba(20,42,45,.25);border-radius:50%;box-shadow:0 0 0 22px rgba(20,42,45,.04),0 0 0 44px rgba(20,42,45,.025)}.icon-focus:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:var(--aqua);left:66px;top:66px}
.icon-recover:before{content:"";position:absolute;left:26px;right:26px;top:73px;height:1px;background:rgba(20,42,45,.28);box-shadow:0 -20px 0 rgba(20,42,45,.12),0 20px 0 rgba(20,42,45,.12)}.icon-recover:after{content:"";position:absolute;width:58px;height:58px;border:2px solid var(--aqua);border-left-color:transparent;border-radius:50%;left:46px;top:46px;transform:rotate(20deg)}
.how{background:#f2f7f4}.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.how-visual{height:680px;position:relative}.mini-stage{height:100%;border-radius:42px;background:linear-gradient(145deg,#d7efed,#f6faf7 54%,#e4eee9);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.mini-stage img{width:81%;position:relative;z-index:3;filter:drop-shadow(0 30px 25px rgba(32,72,75,.16));transform:translateY(22px)}.pulse-disc{position:absolute;border:1px solid rgba(71,194,203,.25);border-radius:50%;z-index:1}.pulse-1{width:540px;height:540px}.pulse-2{width:390px;height:390px;animation:breathe 5s infinite}
.session-card{position:absolute;z-index:8;right:-24px;bottom:42px;width:320px;border-radius:22px;background:rgba(19,43,46,.94);color:#fff;padding:20px 22px;box-shadow:0 25px 60px rgba(20,42,45,.24)}.session-top,.session-bottom{display:flex;align-items:center;justify-content:space-between}.session-top span{font-size:9px;letter-spacing:.16em;color:#b3d3d3}.session-top strong{font-family:"Manrope";font-size:22px}.session-wave{height:62px;display:flex;align-items:center;justify-content:center;gap:4px}.session-wave i{display:block;width:3px;border-radius:5px;background:var(--aqua);height:13px;animation:wave 1.2s ease-in-out infinite}.session-wave i:nth-child(2n){height:28px;animation-delay:-.2s}.session-wave i:nth-child(3n){height:42px;animation-delay:-.45s}.session-bottom{font-size:9px;color:#9dc0c1;text-transform:uppercase;letter-spacing:.08em}.session-progress{height:2px;flex:1;margin:0 12px;background:#4b6264}.session-progress b{display:block;width:57%;height:2px;background:#fff}
.how-copy h2{font-size:clamp(46px,5vw,67px);font-weight:600;margin:20px 0 42px}.steps{border-top:1px solid var(--line)}.step{border-bottom:1px solid var(--line)}.step button{width:100%;background:none;border:0;padding:23px 0;display:grid;grid-template-columns:44px 1fr 20px;text-align:left;align-items:center;cursor:pointer}.step button span{font-size:10px;color:var(--aqua-deep);font-weight:800}.step button strong{font-family:"Manrope";font-size:18px}.step button i{font-style:normal;font-size:20px;color:#6a8183}.step-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.step-body p{margin:0;padding:0 35px 23px 44px;color:var(--muted);line-height:1.6}.step.active .step-body{max-height:130px}.step.active button i{transform:rotate(45deg)}
.features{background:#102f33;color:#eaf4f3}.feature-head{display:flex;justify-content:space-between;align-items:end;gap:90px;margin-bottom:58px}.feature-head h2{font-size:clamp(48px,5vw,70px);font-weight:600;margin:19px 0 0}.feature-head p{max-width:420px;color:#9eb8b9;line-height:1.7}.feature-head .section-kicker{color:#6fd4db}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{min-height:300px;background:#173a3f;border:1px solid rgba(255,255,255,.065);border-radius:24px;padding:29px;position:relative;overflow:hidden}.feature-card>span,.feature-copy>span{font-size:9px;letter-spacing:.16em;color:#6fd4db;font-weight:800}.feature-card h3{font-family:"Manrope";font-size:24px;letter-spacing:-.035em;margin:18px 0 10px}.feature-card p{color:#9eb8b9;line-height:1.6;margin:0}.feature-large{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;min-height:380px}.feature-copy{align-self:end;max-width:400px}.motion-visual{position:relative}.mv-chair{position:absolute;left:20%;top:15%;width:140px;height:245px;border:2px solid rgba(111,212,219,.48);border-radius:80px 80px 35px 35px;transform:rotate(17deg)}.mv-chair:after{content:"";position:absolute;width:110px;height:70px;left:-56px;bottom:3px;border:2px solid rgba(111,212,219,.35);border-top:none;border-radius:0 0 70px 70px;transform:rotate(-17deg)}.motion-line{position:absolute;border:1px solid rgba(111,212,219,.17);border-radius:50%}.l1{inset:4%}.l2{inset:15%}.l3{inset:26%}
.feature-icon{height:85px;display:flex;align-items:center;justify-content:center;margin-bottom:36px}.heat-icon{gap:10px}.heat-icon i{width:3px;height:48px;background:#6fd4db;border-radius:5px;animation:heat 2s ease-in-out infinite}.heat-icon i:nth-child(2){animation-delay:-.6s}.heat-icon i:nth-child(3){animation-delay:-1.2s}.gravity-icon i{width:66px;height:66px;border:1.5px solid #6fd4db;border-radius:50%;position:relative}.gravity-icon i:after{content:"↓";position:absolute;inset:0;display:grid;place-items:center;color:#6fd4db;font-size:27px}.audio-icon{gap:6px}.audio-icon i{display:block;width:3px;border-radius:4px;background:#6fd4db;height:35px}.audio-icon i:nth-child(2){height:62px}.audio-icon i:nth-child(3){height:45px}.oxygen-icon{gap:8px}.oxygen-icon i{width:19px;height:27px;border:1.5px solid #6fd4db;border-radius:50% 50% 50% 3px;transform:rotate(45deg)}.screen-icon i{width:70px;height:52px;border:1.5px solid #6fd4db;border-radius:8px;position:relative}.screen-icon i:after{content:"";position:absolute;width:21px;height:2px;background:#6fd4db;bottom:8px;left:24px}
.business{background:#fff}.business-shell{border-radius:36px;background:#4abec6;display:grid;grid-template-columns:.85fr 1.15fr;padding:70px;gap:70px;min-height:650px;color:#0f383b;position:relative;overflow:hidden}.business-shell:before{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.18);border-radius:50%;left:-120px;bottom:-150px;box-shadow:0 0 0 80px rgba(255,255,255,.05),0 0 0 160px rgba(255,255,255,.035)}.business-copy{position:relative;z-index:2;align-self:center}.business-copy h2{font-size:clamp(50px,5vw,72px);font-weight:600;margin:20px 0 28px}.business-copy h2 em{color:#fff}.business-copy p{max-width:380px;line-height:1.7;color:#24595c}.business-copy .button{margin-top:20px}.section-kicker.light{color:#fff}.business-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative;z-index:2}.biz-card{background:rgba(255,255,255,.88);padding:28px;border-radius:22px;display:flex;flex-direction:column;justify-content:flex-end}.biz-card span{font-size:9px;letter-spacing:.14em;color:var(--aqua-deep);font-weight:800;margin-bottom:auto}.biz-card h3{font-family:"Manrope";font-size:23px;letter-spacing:-.035em;margin:30px 0 9px}.biz-card p{font-size:14px;line-height:1.55;color:#607779;margin:0}
.proof{background:#eff6f2}.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.proof-quote{min-height:460px;background:linear-gradient(145deg,#d5efeb,#f9fbf6);border-radius:36px;padding:50px;display:flex;align-items:end;position:relative;overflow:hidden}.proof-quote:before,.proof-quote:after{content:"";position:absolute;border:1px solid rgba(71,194,203,.24);border-radius:50%;width:390px;height:390px;left:35px;top:20px}.proof-quote:after{width:260px;height:260px;left:100px;top:85px}.quote-mark{position:absolute;top:28px;left:42px;font-family:Georgia;font-size:100px;color:rgba(27,157,167,.28)}.proof-quote p{font-family:"Manrope";font-size:34px;letter-spacing:-.04em;line-height:1.18;position:relative;z-index:3;margin:0;max-width:470px}.proof-copy h2{font-size:clamp(46px,5vw,68px);font-weight:600;margin:20px 0 25px}.proof-copy p{font-size:18px;line-height:1.7;color:var(--muted);max-width:480px}
.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.faq-intro h2{font-size:clamp(46px,5vw,68px);font-weight:600;margin:20px 0 25px}.faq-intro p{color:var(--muted);line-height:1.7;max-width:390px}.faq-intro .text-link{margin-top:12px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;border:0;background:none;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:27px 0;cursor:pointer}.faq-item button strong{font-family:"Manrope";font-size:19px}.faq-item button span{font-size:20px;color:var(--aqua-deep)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer p{color:var(--muted);line-height:1.65;padding:0 55px 25px 0;margin:0}.faq-item.active .faq-answer{max-height:180px}
.contact{background:#f0f7f5}.contact-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:center}.contact-copy h2{font-size:clamp(48px,5vw,70px);font-weight:600;margin:20px 0 28px}.contact-copy>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:500px}.contact-notes{display:flex;flex-direction:column;gap:13px;margin-top:30px;font-size:13px;color:#546e70}.contact-notes i{display:inline-grid;place-items:center;width:21px;height:21px;background:#d5f1ee;border-radius:50%;font-style:normal;color:var(--aqua-deep);margin-right:9px}
.inquiry-form{background:#fff;border-radius:30px;padding:38px;box-shadow:0 24px 70px rgba(28,70,73,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.inquiry-form label{display:flex;flex-direction:column;gap:8px;font-size:11px;font-weight:800;letter-spacing:.03em;color:#385457;margin-bottom:17px}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{border:1px solid #dbe8e6;background:#f9fcfb;border-radius:13px;padding:14px 15px;outline:none;color:var(--ink);transition:.2s;resize:vertical}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-color:var(--aqua);box-shadow:0 0 0 3px rgba(71,194,203,.10)}.form-submit{width:100%;margin-top:5px}.form-status{font-size:12px;line-height:1.5;color:var(--aqua-deep);margin:12px 0 0;min-height:18px;text-align:center}
.site-footer{background:#0f2c30;color:#d7e6e5;padding:56px 0 30px}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .brand-mark i{background:#62d0d7}.footer-top p{margin:0;color:#7fa1a3;font-size:13px}.back-top{font-size:12px;color:#a8c2c2}.footer-bottom{display:flex;justify-content:space-between;gap:25px;padding-top:27px;font-size:10px;color:#779799}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.12s}.reveal-delay-1{transition-delay:.09s}.reveal-delay-2{transition-delay:.18s}
@keyframes breathe{0%,100%{transform:scale(.95);opacity:.6}50%{transform:scale(1.04);opacity:1}}
@keyframes float{0%,100%{transform:translateY(2px)}50%{transform:translateY(-10px)}}
@keyframes wave{0%,100%{transform:scaleY(.6)}50%{transform:scaleY(1.2)}}
@keyframes heat{0%,100%{transform:translateY(7px);opacity:.45}50%{transform:translateY(-7px);opacity:1}}
@media(max-width:1020px){
  .desktop-nav{display:none}.desktop-cta{margin-left:auto}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-right:0;text-align:center}.hero-lede{margin-left:auto;margin-right:auto}.hero-actions,.hero-meta{justify-content:center}.product-stage{height:560px;margin-top:20px}.hero-foot{flex-direction:column;gap:17px}.how-grid,.proof-grid,.faq-grid,.contact-shell{grid-template-columns:1fr;gap:60px}.how-visual{height:620px}.how-copy{max-width:760px}.feature-head{align-items:start;flex-direction:column;gap:18px}.business-shell{grid-template-columns:1fr;padding:55px}.business-copy{max-width:650px}.business-cards{min-height:500px}.proof-quote{max-width:760px}.faq-intro{max-width:650px}.contact-copy{max-width:700px}.feature-card{min-height:280px}
}
@media(max-width:760px){
  .container,.narrow{width:min(100% - 30px,1180px)}.section-pad{padding:82px 0}.nav-wrap{height:70px}.desktop-cta{display:none}.menu-button{display:flex;margin-left:auto;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:6px;align-items:center}.menu-button span{display:block;width:21px;height:1.5px;background:var(--ink);transition:.25s}.menu-button.open span:first-child{transform:translateY(4px) rotate(45deg)}.menu-button.open span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-panel{display:flex;position:fixed;top:70px;left:0;right:0;background:#f7fbfb;padding:20px 20px 28px;flex-direction:column;gap:5px;transform:translateY(-130%);transition:.3s;z-index:45;border-bottom:1px solid var(--line)}.mobile-panel.open{transform:none}.mobile-panel a:not(.button){padding:13px 4px;font-weight:700}.hero{padding-top:125px}.hero-grid{display:block}h1{font-size:clamp(52px,14vw,72px)}.hero-lede{font-size:17px}.hero-actions{flex-direction:column;gap:16px}.hero-meta{gap:15px;justify-content:space-between}.hero-meta div{display:flex;flex-direction:column;gap:4px;text-align:left}.hero-meta strong{font-size:24px}.product-stage{height:440px;margin-top:5px}.hero-chair{width:96%}.ring-a{width:340px;height:340px}.ring-b{width:410px;height:410px}.ring-c{width:480px;height:480px}.label-one{right:0;top:85px}.label-two{left:0;bottom:115px}.label-three{right:0;bottom:50px}.product-label{font-size:9px;padding:9px 11px}.hero-foot{padding-top:25px}.venue-row{flex-wrap:wrap;justify-content:center}.statement h2{font-size:44px}.experience-grid{grid-template-columns:1fr;margin-top:50px}.experience-card{min-height:310px}.how-visual{height:500px}.mini-stage img{width:92%}.session-card{width:250px;right:-3px;bottom:20px}.how-copy h2,.feature-head h2,.business-copy h2,.proof-copy h2,.faq-intro h2,.contact-copy h2{font-size:44px}.feature-grid{grid-template-columns:1fr}.feature-large{grid-column:auto;grid-template-columns:1fr;min-height:500px}.motion-visual{min-height:230px;order:-1}.business-shell{padding:35px 20px;border-radius:28px}.business-cards{grid-template-columns:1fr;min-height:unset}.biz-card{min-height:210px}.proof-grid{gap:42px}.proof-quote{min-height:390px;padding:35px}.proof-quote p{font-size:29px}.faq-grid{gap:40px}.contact-shell{gap:40px}.inquiry-form{padding:25px 20px}.form-row{grid-template-columns:1fr;gap:0}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start;gap:15px}.footer-top{padding-bottom:28px}.footer-bottom{padding-top:22px}.business{padding-left:0;padding-right:0}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* V4 — visual refresh, imagery upgrade, science page, corrected logo + typography */
body{background:var(--mist-2)}
.brand-logo{width:168px;max-height:48px;object-fit:contain;display:block}
.desktop-nav a.active{color:var(--aqua-deep)}
.contact-email{color:var(--aqua-deep);font-weight:700}
.form-honey{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.form-privacy{margin:10px 0 0;font-size:12px;line-height:1.5;color:#73898b;text-align:center}
.mobile-sticky-cta{position:fixed;left:16px;right:16px;bottom:16px;z-index:48;display:none;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 20px;border-radius:999px;background:var(--ink);color:#fff;box-shadow:0 16px 40px rgba(20,42,45,.22);font-weight:700}

h1{font-size:clamp(50px,4.9vw,72px);max-width:680px;margin:24px 0 24px}
.hero{min-height:860px;padding-top:150px}
.hero-lede{font-size:17px;max-width:580px}
.hero-actions{margin-top:30px;gap:20px}
.hero-meta{gap:28px;margin-top:42px;padding-top:24px}
.hero-meta strong{font-size:25px}.hero-meta span{font-size:10px}
.hero-foot{padding-top:40px}
.product-stage{height:560px}.hero-chair{width:min(520px,96%)}
.label-one{right:10px;top:120px}.label-two{left:12px;bottom:124px}.label-three{right:10px;bottom:64px}
.statement h2,.how-copy h2,.feature-head h2,.business-copy h2,.faq-intro h2,.contact-copy h2,.proof-copy h2,.science-copy h2,.page-hero-copy h1,.science-intro h2{font-size:clamp(40px,4.4vw,62px)}
.statement .narrow>p,.proof-copy p,.contact-copy>p,.faq-intro p{font-size:17px}
.feature-head{margin-bottom:44px}
.feature-card h3{font-size:22px}
.feature-grid{gap:18px}
.inquiry-form{position:relative}

/* Business redesign */
.business{background:#fff}
.business-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}
.business-media{position:relative;min-height:640px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}
.business-media img{width:100%;height:100%;object-fit:cover}
.business-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,31,36,.06) 0%,rgba(7,31,36,.14) 36%,rgba(7,31,36,.58) 100%)}
.business-media-card{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;background:rgba(14,40,44,.78);backdrop-filter:blur(18px);color:#fff;padding:24px;border-radius:26px;border:1px solid rgba(255,255,255,.14)}
.business-media-card h3{font-family:"Manrope",sans-serif;font-size:30px;letter-spacing:-.04em;margin:14px 0 10px}
.business-media-card p{margin:0;line-height:1.6;color:#d4e8e7}
.business-media-card .section-kicker{color:#9ae7ec}
.business-copy-shell{background:linear-gradient(180deg,#edf8f7 0%,#f7fbfb 100%);border:1px solid #dceae8;border-radius:34px;padding:42px;display:flex;flex-direction:column;justify-content:space-between}
.business-copy p{max-width:480px}.business-actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px}
.business-cards{margin-top:34px}
.biz-card{background:#fff;border:1px solid #dce9e8;box-shadow:0 10px 30px rgba(28,70,73,.06)}

/* Science preview on homepage */
.science-preview{background:#eff6f2}
.science-preview-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center}
.science-photo{min-height:540px;border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}
.science-photo img{width:100%;height:100%;object-fit:cover}
.science-copy p{font-size:17px;line-height:1.7;color:var(--muted);max-width:560px}
.science-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0 22px}
.science-stat-card{background:#fff;border:1px solid #dbe8e6;border-radius:24px;padding:22px;box-shadow:0 12px 30px rgba(28,70,73,.05)}
.science-stat-card strong{display:block;font-family:"Manrope",sans-serif;font-size:42px;line-height:1;color:var(--aqua-deep);margin-bottom:10px}
.science-stat-card span{display:block;font-size:14px;line-height:1.5;color:#496568}
.science-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px}
.science-note{margin-top:14px;font-size:12px;line-height:1.5;color:#6d8284}

/* Science page */
.page-hero{padding-top:150px;background:linear-gradient(180deg,#f9fcfc 0%,#edf8f7 100%)}
.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.page-hero-copy .hero-lede{max-width:640px}
.page-hero-media{min-height:520px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}
.page-hero-media img{width:100%;height:100%;object-fit:cover}
.science-data{background:#fff}
.science-intro{text-align:center}.science-intro h2{margin:18px auto 22px}.science-intro p{font-size:17px;line-height:1.7;color:var(--muted);max-width:760px;margin:0 auto}
.science-results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:60px}
.result-card{display:grid;grid-template-columns:126px 1fr;gap:22px;align-items:start;background:#f5fbfb;border:1px solid #d9e8e6;border-radius:28px;padding:24px;box-shadow:0 16px 36px rgba(28,70,73,.05)}
.result-score{display:grid;place-items:center;min-height:102px;border-radius:24px;background:linear-gradient(135deg,#2eb7c3,#0f8fa0);color:#fff;font-family:"Manrope",sans-serif;font-size:42px;font-weight:700;letter-spacing:-.04em}
.result-card h3{font-family:"Manrope",sans-serif;font-size:24px;letter-spacing:-.04em;margin:3px 0 10px}
.result-card p{margin:0;color:var(--muted);line-height:1.65}
.science-next{background:#fff}
.science-next-shell{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;padding:36px;border-radius:34px;background:linear-gradient(135deg,#16363b,#204d51);color:#fff;box-shadow:var(--shadow)}
.science-next-shell h2{font-size:clamp(36px,4.2vw,54px);margin:18px 0 18px}.science-next-shell h2 em{color:#91e4ea}
.science-next-shell p{margin:0;color:#c7d7d6;line-height:1.7;max-width:640px}
.science-next-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.science-next-shell .text-link{border-bottom-color:rgba(255,255,255,.26);color:#fff}.science-next-shell .text-link span{color:#9ae7ec}

.site-footer .brand-logo{width:146px;max-height:42px}

@media(max-width:1180px){
  .science-stat-grid{grid-template-columns:1fr}
}
@media(max-width:1020px){
  .business-layout,.science-preview-grid,.page-hero-grid,.science-next-shell{grid-template-columns:1fr}
  .business-media{min-height:520px}
  .science-photo{min-height:420px}
  .science-results-grid{grid-template-columns:1fr}
  .science-next-actions{align-items:flex-start}
}
@media(max-width:760px){
  .brand-logo{width:132px;max-height:38px}
  .desktop-nav{display:none}
  .mobile-sticky-cta{display:inline-flex}
  h1{font-size:clamp(44px,12vw,62px)}
  .hero{padding-top:120px;min-height:auto}
  .hero-meta{flex-direction:column;align-items:flex-start}
  .product-stage{height:400px}
  .science-stat-grid{grid-template-columns:1fr}
  .business-copy-shell{padding:28px 22px}
  .business-media-card{left:16px;right:16px;bottom:16px;padding:18px}
  .business-media-card h3{font-size:24px}
  .science-photo,.page-hero-media,.business-media{min-height:320px}
  .page-hero{padding-top:120px}
  .result-card{grid-template-columns:1fr;gap:16px}
  .result-score{min-height:88px;font-size:36px}
  .science-next-shell{padding:26px 20px}
}
@media(min-width:761px){
  .mobile-sticky-cta{display:none!important}
}

/* V4.2 — hero photo upgrade + product render moved to features */
.hero-photo-stage{height:560px;display:flex;align-items:center;justify-content:center}
.hero-photo-frame{position:relative;width:100%;height:100%;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#dceff0}
.hero-lifestyle-photo{width:100%;height:100%;object-fit:cover;display:block}
.hero-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,32,36,.06) 0%,rgba(8,32,36,.18) 100%)}
.hero-photo-stage .product-label{background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.98)}
.hero-photo-stage .label-one{right:18px;top:18px}
.hero-photo-stage .label-two{left:18px;bottom:82px}
.hero-photo-stage .label-three{right:18px;bottom:18px}
.feature-product{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:18px;min-height:380px}
.feature-product-visual{display:flex;align-items:center;justify-content:center;min-height:300px}
.feature-product-visual img{max-width:92%;max-height:300px;filter:drop-shadow(0 28px 24px rgba(32,72,75,.16))}
@media(max-width:1020px){
  .hero-photo-stage{height:440px}
  .feature-product{grid-template-columns:1fr}
  .feature-product-visual{min-height:260px}
}
@media(max-width:760px){
  .hero-photo-stage{height:360px}
  .hero-photo-stage .product-label{font-size:9px;padding:9px 10px}
  .hero-photo-stage .label-one{right:10px;top:10px}
  .hero-photo-stage .label-two{left:10px;bottom:64px}
  .hero-photo-stage .label-three{right:10px;bottom:10px}
  .feature-product-visual{order:-1;min-height:220px}
  .feature-product-visual img{max-height:220px}
}

/* V4.3 — premium polish */
.section-pad{padding:104px 0}
.site-header{box-shadow:0 1px 0 rgba(20,42,45,.04)}
.nav-wrap{height:78px}
.desktop-nav{gap:24px}
.desktop-nav a{font-size:13px}
.button{min-height:50px;padding:0 22px}

/* Hero: smaller contained lifestyle image */
.hero{min-height:810px;padding-top:138px}
.hero-grid{grid-template-columns:.98fr 1.02fr;gap:34px;min-height:560px}
.hero-copy{padding-right:12px}
.hero-photo-stage{height:520px}
.hero-photo-frame{display:grid;place-items:center;padding:26px;background:linear-gradient(145deg,#e7f5f3,#f7fbfb 54%,#deeeeb);border:1px solid rgba(20,42,45,.08);box-shadow:0 24px 70px rgba(26,75,79,.12)}
.hero-lifestyle-photo{width:92%;height:auto;max-height:430px;object-fit:contain;border-radius:24px;box-shadow:0 18px 42px rgba(20,42,45,.16);position:relative;z-index:2}
.hero-photo-overlay{display:none}
.hero-photo-frame:before{content:"";position:absolute;width:390px;height:390px;border:1px solid rgba(71,194,203,.22);border-radius:50%;z-index:1;box-shadow:0 0 0 62px rgba(71,194,203,.045),0 0 0 124px rgba(71,194,203,.025)}
.hero-photo-stage .product-label{z-index:4;font-size:10px;padding:10px 13px;box-shadow:0 12px 34px rgba(28,67,71,.09)}
.hero-photo-stage .label-one{right:12px;top:22px}
.hero-photo-stage .label-two{left:12px;bottom:22px}
.hero-foot{padding-top:28px}

/* How it works: dedicated breathing visual */
.how-grid{gap:72px}
.how-visual{height:600px}
.mini-stage.breathing-stage{background:radial-gradient(circle at 50% 42%,rgba(71,194,203,.14),transparent 34%),linear-gradient(145deg,#dcefed,#f8fbf8 58%,#e7efeb)}
.breath-guide{position:relative;z-index:3;width:330px;height:330px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.62);border:1px solid rgba(71,194,203,.26);box-shadow:0 22px 60px rgba(28,70,73,.09),inset 0 0 0 32px rgba(71,194,203,.035);animation:breathe 6s ease-in-out infinite}
.breath-guide:before,.breath-guide:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(71,194,203,.22)}
.breath-guide:before{inset:-45px}.breath-guide:after{inset:-88px;border-color:rgba(71,194,203,.12)}
.breath-guide-core{text-align:center;position:relative;z-index:2}
.breath-guide-core span{display:block;font-size:9px;letter-spacing:.18em;font-weight:800;color:var(--aqua-deep);margin-bottom:12px}
.breath-guide-core strong{display:block;font-family:"Manrope",sans-serif;font-size:38px;letter-spacing:-.045em;font-weight:600}
.breath-guide-core small{display:block;margin-top:10px;font-size:12px;color:var(--muted)}
.breath-stage-pills{position:absolute;left:28px;bottom:30px;display:flex;gap:8px;z-index:4}
.breath-stage-pills span{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(20,42,45,.08);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#486568}
.session-card{right:-18px;bottom:38px;width:300px}

/* Feature product and brochure CTA */
.feature-product{background:linear-gradient(145deg,#173a3f,#1b4247)}
.feature-product-visual img{max-width:88%;max-height:285px}
.feature-cta{margin-top:18px;border-radius:28px;background:linear-gradient(135deg,#2fb6c0,#48c8cf);padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:28px;color:#0f383b;box-shadow:0 18px 44px rgba(37,151,160,.14)}
.feature-cta .section-kicker{color:#0f555b}
.feature-cta h3{font-family:"Manrope",sans-serif;font-size:26px;letter-spacing:-.04em;margin:8px 0 6px}
.feature-cta p{margin:0;color:#235b5f}
.feature-cta .button-light{flex:0 0 auto;box-shadow:0 10px 28px rgba(15,56,59,.12)}

/* Image/card polish */
.business-media,.science-photo,.page-hero-media{transition:transform .45s ease,box-shadow .45s ease}
.business-media:hover,.science-photo:hover,.page-hero-media:hover{transform:translateY(-3px);box-shadow:0 32px 84px rgba(26,75,79,.16)}
.business-layout{gap:24px}
.business-media{min-height:610px}
.business-copy-shell{padding:38px}
.science-preview-grid{gap:46px}
.science-photo{min-height:500px}
.science-photo img{object-position:center}

/* Science page: cleaner finished presentation */
.page-hero{padding-top:138px}
.page-hero-grid{gap:44px}
.page-hero-media{min-height:480px;background:#e7f4f2;padding:18px}
.page-hero-media img{border-radius:22px;object-fit:cover}
.science-results-grid{gap:16px;margin-top:50px}
.result-card{padding:22px;border-radius:24px}
.result-score{min-height:96px;border-radius:20px;font-size:38px}
.science-next-shell{padding:40px}

@media(max-width:1020px){
  .section-pad{padding:88px 0}
  .hero{padding-top:120px}
  .hero-grid{gap:18px}
  .hero-photo-stage{height:430px}
  .hero-lifestyle-photo{width:88%;max-height:355px}
  .how-visual{height:540px}
  .feature-cta{align-items:flex-start;flex-direction:column}
  .page-hero{padding-top:120px}
}
@media(max-width:760px){
  .section-pad{padding:74px 0}
  .nav-wrap{height:70px}
  .hero{padding-top:112px}
  .hero-photo-stage{height:330px;margin-top:26px}
  .hero-photo-frame{padding:14px;border-radius:28px}
  .hero-lifestyle-photo{width:94%;max-height:280px;border-radius:19px}
  .hero-photo-frame:before{width:240px;height:240px;box-shadow:0 0 0 38px rgba(71,194,203,.04),0 0 0 76px rgba(71,194,203,.02)}
  .hero-photo-stage .product-label{font-size:8px;padding:8px 9px}
  .hero-photo-stage .label-one{right:7px;top:8px}
  .hero-photo-stage .label-two{left:7px;bottom:8px}
  .how-visual{height:480px}
  .breath-guide{width:235px;height:235px}
  .breath-guide-core strong{font-size:30px}
  .breath-stage-pills{left:18px;bottom:18px}
  .session-card{right:8px;bottom:68px;width:235px}
  .feature-cta{padding:24px 20px;border-radius:24px}
  .feature-cta h3{font-size:23px}
  .business-media{min-height:360px}
  .science-photo,.page-hero-media{min-height:300px}
}

/* V4.3 science preview visual — avoids repeating hero photography */
.science-visual-card{position:relative;min-height:500px;border-radius:32px;overflow:hidden;padding:34px;background:radial-gradient(circle at 74% 20%,rgba(111,212,219,.20),transparent 32%),linear-gradient(145deg,#12383d,#1d5156);color:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between}
.science-visual-card:before,.science-visual-card:after{content:"";position:absolute;border:1px solid rgba(111,212,219,.16);border-radius:50%}
.science-visual-card:before{width:430px;height:430px;right:-155px;top:-92px}
.science-visual-card:after{width:290px;height:290px;right:-84px;top:-21px}
.science-visual-copy{position:relative;z-index:2;max-width:390px}
.science-visual-copy>span{display:block;font-size:9px;letter-spacing:.18em;font-weight:800;color:#82dce2;margin-bottom:16px}
.science-visual-copy>strong{display:block;font-family:"Manrope",sans-serif;font-size:36px;line-height:1.08;letter-spacing:-.045em;font-weight:600}
.science-visual-copy p{margin:14px 0 0;color:#b7cecf;line-height:1.6;font-size:15px}
.science-visual-stats{position:relative;z-index:2;display:grid;gap:9px}
.science-visual-stats div{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;padding:13px 15px;border-radius:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(8px)}
.science-visual-stats strong{font-family:"Manrope",sans-serif;font-size:28px;color:#84dce2}
.science-visual-stats span{font-size:12px;line-height:1.45;color:#c5d7d8}
@media(max-width:1020px){.science-visual-card{min-height:440px}}
@media(max-width:760px){.science-visual-card{min-height:410px;padding:26px 20px}.science-visual-copy>strong{font-size:30px}.science-visual-stats div{grid-template-columns:78px 1fr}.science-visual-stats strong{font-size:25px}}

/* V4.4 — layout corrections from live review */

/* Hero: smaller photo with four balanced feature tags */
.hero-photo-frame{padding:34px 42px}
.hero-lifestyle-photo{width:80%;max-height:360px}
.hero-photo-stage .label-one{right:14px;top:18px}
.hero-photo-stage .label-two{left:14px;bottom:18px}
.hero-photo-stage .label-three{left:14px;top:18px}
.hero-photo-stage .label-four{right:14px;bottom:18px}

/* Business: keep the full headline readable on the light panel */
.business-copy h2{font-size:clamp(38px,3.8vw,54px);line-height:1.02;max-width:500px}
.business-copy h2 em{color:var(--aqua-deep)}
.business-copy-shell{overflow:hidden}

/* Features: make the final card use the full row instead of leaving dead space */
.feature-controls-wide{grid-column:1 / -1;min-height:180px;display:grid;grid-template-columns:150px 1fr;align-items:center;gap:24px}
.feature-controls-wide .feature-icon{margin:0;height:110px}
.feature-controls-wide .feature-controls-copy>span{font-size:9px;letter-spacing:.16em;color:#6fd4db;font-weight:800}
.feature-controls-wide h3{margin:12px 0 8px}
.feature-controls-wide p{max-width:650px}

@media(max-width:1020px){
  .hero-photo-frame{padding:30px 34px}
  .hero-lifestyle-photo{width:78%;max-height:320px}
  .business-copy h2{font-size:clamp(38px,5vw,52px)}
}

@media(max-width:760px){
  .hero-photo-frame{padding:24px 20px}
  .hero-lifestyle-photo{width:82%;max-height:230px}
  .hero-photo-stage .label-one{right:7px;top:8px}
  .hero-photo-stage .label-two{left:7px;bottom:8px}
  .hero-photo-stage .label-three{left:7px;top:8px}
  .hero-photo-stage .label-four{right:7px;bottom:8px}
  .business-copy h2{font-size:38px;line-height:1.05}
  .feature-controls-wide{grid-column:auto;grid-template-columns:1fr;min-height:250px;gap:0}
  .feature-controls-wide .feature-icon{height:80px;margin-bottom:20px;justify-content:flex-start}
}


/* V4.4.1 — science hero uses product render with feature callouts */
.science-product-hero{background:linear-gradient(180deg,#eaf6f4 0%,#eef8f7 100%);padding:18px;display:flex;align-items:center;justify-content:center}
.science-product-stage{position:relative;min-height:444px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:26px;background:radial-gradient(circle at 50% 42%,rgba(71,194,203,.10),transparent 42%),linear-gradient(180deg,#f6fbfb 0%,#eaf6f4 100%)}
.science-product-stage .breath-ring{position:absolute;border-color:rgba(71,194,203,.22)}
.science-product-stage .ring-a{width:300px;height:300px}
.science-product-stage .ring-b{width:390px;height:390px}
.science-product-stage .ring-c{width:480px;height:480px}
.science-chair{position:relative;z-index:3;max-width:82%;max-height:310px;filter:drop-shadow(0 30px 28px rgba(29,62,65,.18))}
.science-product-hero .product-shadow{position:absolute;z-index:1;left:22%;right:22%;bottom:54px;height:34px;border-radius:50%;background:rgba(24,69,73,.14);filter:blur(16px)}
.science-product-hero .product-label{background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.98);z-index:4;font-size:10px;padding:10px 12px;box-shadow:0 12px 32px rgba(28,67,71,.08)}
.science-product-hero .label-one{right:16px;top:16px}
.science-product-hero .label-two{left:16px;bottom:16px}
.science-product-hero .label-three{left:16px;top:16px}
.science-product-hero .label-four{right:16px;bottom:16px}
@media(max-width:1020px){
  .science-product-stage{min-height:400px}
  .science-chair{max-width:86%;max-height:280px}
}
@media(max-width:760px){
  .science-product-hero{padding:14px}
  .science-product-stage{min-height:320px}
  .science-chair{max-width:88%;max-height:220px}
  .science-product-hero .product-label{font-size:8px;padding:8px 9px}
  .science-product-hero .label-one{right:8px;top:8px}
  .science-product-hero .label-two{left:8px;bottom:8px}
  .science-product-hero .label-three{left:8px;top:8px}
  .science-product-hero .label-four{right:8px;bottom:8px}
}


/* V4.5 — stronger benefit-led hero + clean science product panel */
.hero-copy h1{max-width:640px}
.hero-copy .hero-lede{max-width:610px}

.science-product-hero{padding:22px;background:linear-gradient(145deg,#e7f5f3,#f8fbfb 55%,#deeeeb)}
.science-product-stage{min-height:444px;background:radial-gradient(circle at 50% 46%,rgba(71,194,203,.08),transparent 38%),linear-gradient(180deg,#f8fcfc 0%,#edf8f7 100%);border:1px solid rgba(20,42,45,.07)}
.science-product-stage:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;border:1px solid rgba(71,194,203,.14);box-shadow:0 0 0 48px rgba(71,194,203,.025),0 0 0 96px rgba(71,194,203,.014);z-index:0}
.science-product-stage .breath-ring{display:none!important}
.science-product-stage .science-chair{width:auto!important;height:auto!important;max-width:70%!important;max-height:330px!important;object-fit:contain!important;position:relative;z-index:2;filter:drop-shadow(0 28px 24px rgba(29,62,65,.20))}
.science-product-hero .product-shadow{display:none!important}
.science-product-hero .product-label{z-index:4}

@media(max-width:1020px){
  .science-product-stage .science-chair{max-width:72%!important;max-height:290px!important}
}
@media(max-width:760px){
  .science-product-stage:before{width:220px;height:220px;box-shadow:0 0 0 34px rgba(71,194,203,.022),0 0 0 68px rgba(71,194,203,.012)}
  .science-product-stage .science-chair{max-width:72%!important;max-height:220px!important}
}


/* V4.6 — definitive image visibility fix: no decorative ellipse layers */
.hero-photo-frame::before,
.hero-photo-frame::after,
.science-product-stage::before,
.science-product-stage::after {
  content:none!important;
  display:none!important;
  box-shadow:none!important;
  border:0!important;
  background:none!important;
}

/* Home hero image panel */
.hero-photo-frame{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  padding:30px 38px!important;
  overflow:hidden!important;
  border-radius:34px!important;
  background:linear-gradient(145deg,#e8f5f3,#f8fbfb 55%,#e2f0ed)!important;
  border:1px solid rgba(20,42,45,.08)!important;
}
.hero-lifestyle-photo{
  display:block!important;
  position:relative!important;
  z-index:2!important;
  width:auto!important;
  height:auto!important;
  max-width:82%!important;
  max-height:390px!important;
  object-fit:contain!important;
  border-radius:24px!important;
  opacity:1!important;
  visibility:visible!important;
  box-shadow:0 20px 48px rgba(20,42,45,.16)!important;
}
.hero-photo-overlay{display:none!important}
.hero-photo-stage .product-label{z-index:5!important}

/* Science hero product panel */
.science-product-hero{
  position:relative!important;
  padding:22px!important;
  background:linear-gradient(145deg,#e8f5f3,#f8fbfb 55%,#e2f0ed)!important;
}
.science-product-stage{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:444px!important;
  overflow:hidden!important;
  border-radius:26px!important;
  background:#f4faf9!important;
  border:1px solid rgba(20,42,45,.07)!important;
}
.science-product-stage .breath-ring{display:none!important}
.science-product-stage .science-chair{
  display:block!important;
  position:relative!important;
  z-index:3!important;
  width:auto!important;
  height:auto!important;
  max-width:68%!important;
  max-height:330px!important;
  object-fit:contain!important;
  opacity:1!important;
  visibility:visible!important;
  filter:drop-shadow(0 28px 24px rgba(29,62,65,.20))!important;
}
.science-product-hero .product-shadow{display:none!important}
.science-product-hero .product-label{z-index:5!important}

@media(max-width:1020px){
  .hero-lifestyle-photo{max-width:82%!important;max-height:330px!important}
  .science-product-stage .science-chair{max-width:70%!important;max-height:285px!important}
}
@media(max-width:760px){
  .hero-photo-frame{padding:20px 16px!important}
  .hero-lifestyle-photo{max-width:84%!important;max-height:230px!important;border-radius:18px!important}
  .science-product-stage{min-height:310px!important}
  .science-product-stage .science-chair{max-width:68%!important;max-height:210px!important}
}


/* V4.6.1 — business image shows full chair */
.business-media{
  background: linear-gradient(180deg,#d7eef2 0%,#eef8f7 100%);
}
.business-media img{
  object-fit: contain;
  object-position: left bottom;
  padding: 18px 18px 0 18px;
  background: transparent;
}
@media(max-width:1020px){
  .business-media img{
    object-position: center bottom;
    padding: 14px 14px 0 14px;
  }
}


/* V4.7 — remove ellipse overlays completely and rebalance imagery */
.hero-photo-frame::before,
.hero-photo-frame::after,
.science-product-stage::before,
.science-product-stage::after{
  content:none !important;
  display:none !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}

/* Homepage hero image */
.hero-photo-frame{
  background:linear-gradient(145deg,#e8f5f3,#f7fbfb 58%,#e3f1ef) !important;
  padding:18px !important;
}
.hero-lifestyle-photo{
  max-width:94% !important;
  max-height:460px !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:24px !important;
  box-shadow:0 18px 44px rgba(20,42,45,.14) !important;
}
.hero-photo-stage .product-label{
  z-index:6 !important;
}

/* Science hero product render */
.science-product-hero{
  padding:18px !important;
  background:linear-gradient(145deg,#e8f5f3,#f7fbfb 58%,#e3f1ef) !important;
}
.science-product-stage{
  min-height:456px !important;
  background:linear-gradient(180deg,#f8fcfc 0%,#eef8f7 100%) !important;
}
.science-product-stage .science-chair{
  max-width:84% !important;
  max-height:370px !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  filter:drop-shadow(0 24px 24px rgba(29,62,65,.18)) !important;
}
.science-product-stage .breath-ring,
.hero-photo-frame .breath-ring{
  display:none !important;
}
.science-product-hero .product-label{
  z-index:6 !important;
}

/* Business lifestyle image: larger again, but keep chair visible */
.business-media{
  min-height:610px !important;
  background:linear-gradient(180deg,#dbeff2 0%,#eff8f7 100%) !important;
}
.business-media img{
  object-fit:cover !important;
  object-position:12% 72% !important;
  width:100% !important;
  height:100% !important;
  padding:0 !important;
}

@media(max-width:1020px){
  .hero-lifestyle-photo{max-width:94% !important;max-height:360px !important;}
  .science-product-stage{min-height:390px !important;}
  .science-product-stage .science-chair{max-width:86% !important;max-height:310px !important;}
  .business-media{min-height:480px !important;}
  .business-media img{object-position:18% 70% !important;}
}
@media(max-width:760px){
  .hero-photo-frame{padding:12px !important;}
  .hero-lifestyle-photo{max-width:96% !important;max-height:250px !important;border-radius:18px !important;}
  .science-product-hero{padding:12px !important;}
  .science-product-stage{min-height:300px !important;}
  .science-product-stage .science-chair{max-width:88% !important;max-height:230px !important;}
  .business-media{min-height:360px !important;}
  .business-media img{object-position:16% 72% !important;}
}


/* V4.7.1 — footer dark-background logo variant */
.footer-brand-alt{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.footer-mark{
  width:42px;
  height:42px;
  object-fit:contain;
  display:block;
}
.footer-wordmark{
  display:inline-flex;
  align-items:baseline;
  font-family:"Manrope",sans-serif;
  font-size:22px;
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1;
}
.footer-wordmark-o2{
  color:#2fbec9;
}
.footer-wordmark-chair{
  color:#dff5f4;
}
.site-footer .footer-top p{color:#9ec2c4}
.site-footer .back-top{color:#cde4e3}
@media(max-width:760px){
  .footer-mark{width:36px;height:36px}
  .footer-wordmark{font-size:20px}
}


/* V4.8 — clean media panels using new classes; no ellipse/pseudo elements */
.hero-media-clean{
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  overflow:hidden;
  border-radius:34px;
  background:linear-gradient(145deg,#e8f5f3,#f7fbfb 58%,#e3f1ef);
  border:1px solid rgba(20,42,45,.08);
}
.hero-media-clean .hero-lifestyle-photo{
  position:relative;
  z-index:2;
  display:block;
  width:auto;
  height:auto;
  max-width:94%;
  max-height:460px;
  object-fit:contain;
  border-radius:24px;
  opacity:1;
  visibility:visible;
  box-shadow:0 18px 44px rgba(20,42,45,.14);
}
.hero-media-clean .product-label{z-index:5}
.hero-media-clean .label-one{right:14px;top:18px}
.hero-media-clean .label-two{left:14px;bottom:18px}
.hero-media-clean .label-three{left:14px;top:18px}
.hero-media-clean .label-four{right:14px;bottom:18px}

.science-media-clean{
  position:relative;
  width:100%;
  min-height:456px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  overflow:hidden;
  border-radius:26px;
  background:linear-gradient(180deg,#f8fcfc 0%,#eef8f7 100%);
  border:1px solid rgba(20,42,45,.07);
}
.science-media-clean .science-chair{
  position:relative;
  z-index:2;
  display:block;
  width:auto;
  height:auto;
  max-width:84%;
  max-height:370px;
  object-fit:contain;
  opacity:1;
  visibility:visible;
  filter:drop-shadow(0 24px 24px rgba(29,62,65,.18));
}
.science-media-clean .product-label{z-index:5}
.science-media-clean .label-one{right:16px;top:16px}
.science-media-clean .label-two{left:16px;bottom:16px}
.science-media-clean .label-three{left:16px;top:16px}
.science-media-clean .label-four{right:16px;bottom:16px}

@media(max-width:1020px){
  .hero-media-clean .hero-lifestyle-photo{max-width:94%;max-height:360px}
  .science-media-clean{min-height:390px}
  .science-media-clean .science-chair{max-width:86%;max-height:310px}
}
@media(max-width:760px){
  .hero-media-clean{padding:12px}
  .hero-media-clean .hero-lifestyle-photo{max-width:96%;max-height:250px;border-radius:18px}
  .hero-media-clean .product-label,.science-media-clean .product-label{font-size:8px;padding:8px 9px}
  .hero-media-clean .label-one,.science-media-clean .label-one{right:7px;top:8px}
  .hero-media-clean .label-two,.science-media-clean .label-two{left:7px;bottom:8px}
  .hero-media-clean .label-three,.science-media-clean .label-three{left:7px;top:8px}
  .hero-media-clean .label-four,.science-media-clean .label-four{right:7px;bottom:8px}
  .science-media-clean{min-height:300px;padding:12px}
  .science-media-clean .science-chair{max-width:88%;max-height:230px}
}


/* V4.9 — compact footer with complete site navigation */
.site-footer{
  padding:30px 0 18px !important;
}
.footer-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding-bottom:22px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.footer-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:12px 24px;
}
.footer-nav a{
  color:#c8dfde;
  font-size:12px;
  font-weight:600;
  transition:color .2s ease;
}
.footer-nav a:hover{color:#64d0d7}
.footer-meta{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px;
  padding-top:16px;
  font-size:10px;
  color:#789b9d;
}
.footer-meta a{
  color:#9fc6c7;
  font-weight:600;
}
.footer-meta span:last-child{text-align:right}
.footer-mark{width:36px;height:36px}
.footer-wordmark{font-size:20px}
@media(max-width:900px){
  .footer-main{align-items:flex-start;flex-direction:column;gap:18px}
  .footer-nav{justify-content:flex-start}
  .footer-meta{grid-template-columns:1fr;gap:8px}
  .footer-meta span:last-child{text-align:left}
}
@media(max-width:760px){
  .site-footer{padding:26px 0 84px !important}
  .footer-main{padding-bottom:18px}
  .footer-nav{gap:10px 18px}
  .footer-nav a{font-size:11px}
}


/* V4.9.1 — definitive feature-tag positioning fix.
   Old label-three rules used opposite insets and stretched the pill into a giant ellipse. */
.hero-media-clean .product-label,
.science-media-clean .product-label{
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  white-space:nowrap !important;
  background:rgba(255,255,255,.94) !important;
}
.hero-media-clean .tag-top-right{top:18px !important;right:14px !important;}
.hero-media-clean .tag-bottom-left{bottom:18px !important;left:14px !important;}
.hero-media-clean .tag-top-left{top:18px !important;left:14px !important;}
.hero-media-clean .tag-bottom-right{bottom:18px !important;right:14px !important;}

.science-media-clean .tag-top-right{top:16px !important;right:16px !important;}
.science-media-clean .tag-bottom-left{bottom:16px !important;left:16px !important;}
.science-media-clean .tag-top-left{top:16px !important;left:16px !important;}
.science-media-clean .tag-bottom-right{bottom:16px !important;right:16px !important;}

@media(max-width:760px){
  .hero-media-clean .tag-top-right,
  .science-media-clean .tag-top-right{top:8px !important;right:7px !important;}
  .hero-media-clean .tag-bottom-left,
  .science-media-clean .tag-bottom-left{bottom:8px !important;left:7px !important;}
  .hero-media-clean .tag-top-left,
  .science-media-clean .tag-top-left{top:8px !important;left:7px !important;}
  .hero-media-clean .tag-bottom-right,
  .science-media-clean .tag-bottom-right{bottom:8px !important;right:7px !important;}
}


/* V5.0 — multilingual language switch */
.language-switch{position:relative;margin-left:2px;flex:0 0 auto}
.language-switch summary{list-style:none;display:flex;align-items:center;justify-content:center;min-height:38px;padding:0 11px;border:1px solid rgba(20,42,45,.12);border-radius:999px;background:rgba(255,255,255,.72);font-size:11px;font-weight:800;letter-spacing:.04em;color:var(--ink-2);cursor:pointer;user-select:none}
.language-switch summary::-webkit-details-marker{display:none}
.language-switch[open] summary{background:#fff;border-color:rgba(27,157,167,.28)}
.language-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:150px;padding:7px;background:#fff;border:1px solid rgba(20,42,45,.12);border-radius:16px;box-shadow:0 18px 45px rgba(20,42,45,.14);z-index:80}
.language-menu a{display:block;padding:9px 10px;border-radius:10px;font-size:12px;font-weight:700;color:var(--ink-2);white-space:nowrap}
.language-menu a:hover,.language-menu a.active{background:var(--mist);color:var(--aqua-deep)}
.mobile-language-switch{display:none}
@media(max-width:1180px){.desktop-nav{gap:18px}.nav-wrap{gap:18px}.desktop-nav a{font-size:13px}}
@media(max-width:760px){
  .language-switch{display:none}
  .mobile-language-switch{display:flex;align-items:center;gap:7px;padding:13px 0 3px;border-top:1px solid var(--line);margin-top:8px}
  .mobile-language-switch a{display:inline-flex!important;align-items:center;justify-content:center;padding:8px 10px!important;border:1px solid var(--line);border-radius:999px;font-size:11px!important;font-weight:800!important}
  .mobile-language-switch a.active{background:var(--ink);color:#fff;border-color:var(--ink)}
}


/* V5.1 — cleaner language selector + translated hero fit */
.language-switch summary{
  min-width:48px;
  gap:5px;
  padding:0 9px;
  letter-spacing:0;
}
.language-current-flag{font-size:18px;line-height:1}
.language-chevron{font-size:12px;line-height:1;color:var(--muted);transform:translateY(-1px)}
.language-switch[open] .language-chevron{transform:rotate(180deg) translateY(1px)}
.mobile-language-switch{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.mobile-language-switch a{white-space:nowrap}

html[lang="fr"] .hero-copy h1,
html[lang="es"] .hero-copy h1{
  font-size:clamp(46px,4.25vw,62px);
  line-height:1.02;
  max-width:620px;
  margin-bottom:28px;
}
html[lang="fr"] .page-hero-copy h1,
html[lang="es"] .page-hero-copy h1{
  font-size:clamp(42px,4vw,58px);
  line-height:1.04;
  margin-bottom:26px;
}
html[lang="fr"] .hero-copy .hero-lede,
html[lang="es"] .hero-copy .hero-lede,
html[lang="fr"] .page-hero-copy .hero-lede,
html[lang="es"] .page-hero-copy .hero-lede{
  position:relative;
  z-index:1;
}
@media(max-width:1020px){
  html[lang="fr"] .hero-copy h1,html[lang="es"] .hero-copy h1{font-size:clamp(46px,7vw,58px);max-width:760px;margin-left:auto;margin-right:auto}
  html[lang="fr"] .page-hero-copy h1,html[lang="es"] .page-hero-copy h1{font-size:clamp(42px,6.4vw,54px);max-width:760px}
}
@media(max-width:760px){
  .mobile-language-switch{display:grid}
  .mobile-language-switch a{font-size:10px!important;padding:8px 5px!important}
  html[lang="fr"] .hero-copy h1,html[lang="es"] .hero-copy h1{font-size:clamp(40px,11.4vw,52px);line-height:1.04;margin-bottom:22px}
  html[lang="fr"] .page-hero-copy h1,html[lang="es"] .page-hero-copy h1{font-size:clamp(38px,10.5vw,48px);line-height:1.06;margin-bottom:22px}
}


/* V5.1.1 — English language code instead of UK flag */
.language-current-flag.language-code{
  font-family:"DM Sans",sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  color:var(--ink);
}


/* V5.1.2 — translated hero metrics: no overlap */
.hero-meta{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:22px !important;
  width:100% !important;
  align-items:start !important;
}
.hero-meta > div{
  display:block !important;
  min-width:0 !important;
  max-width:none !important;
}
.hero-meta > div strong{
  display:block !important;
  font-family:"Manrope",sans-serif !important;
  font-size:24px !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
  overflow-wrap:anywhere !important;
}
.hero-meta > div span{
  display:block !important;
  margin-top:8px !important;
  font-size:10px !important;
  line-height:1.4 !important;
  color:var(--muted) !important;
  max-width:120px !important;
}
html[lang="fr"] .hero-meta > div strong,
html[lang="es"] .hero-meta > div strong{
  font-size:21px !important;
  line-height:1.12 !important;
}
html[lang="fr"] .hero-meta,
html[lang="es"] .hero-meta{
  gap:18px !important;
}
html[lang="fr"] .hero-meta > div span,
html[lang="es"] .hero-meta > div span{
  font-size:10px !important;
  max-width:135px !important;
}
@media(max-width:760px){
  .hero-meta{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .hero-meta > div{
    padding-bottom:12px !important;
    border-bottom:1px solid var(--line) !important;
  }
  .hero-meta > div:last-child{border-bottom:0 !important;}
  .hero-meta > div strong,
  html[lang="fr"] .hero-meta > div strong,
  html[lang="es"] .hero-meta > div strong{
    font-size:22px !important;
  }
  .hero-meta > div span,
  html[lang="fr"] .hero-meta > div span,
  html[lang="es"] .hero-meta > div span{
    max-width:none !important;
    margin-top:4px !important;
  }
}


/* V5.1.3 — cleaner French desktop navigation */
html[lang="fr"] .desktop-nav{gap:22px}
html[lang="fr"] .desktop-nav a{white-space:nowrap}
html[lang="fr"] .desktop-cta{white-space:nowrap;padding-left:18px;padding-right:18px}
@media(max-width:1180px){
  html[lang="fr"] .desktop-nav{gap:15px}
  html[lang="fr"] .desktop-nav a{font-size:12.5px}
  html[lang="fr"] .desktop-cta{font-size:12px;padding-left:16px;padding-right:16px}
}
