:root{
  --ink:#1d1d1f;
  --muted:#6e6e73;
  --soft:#f5f5f7;
  --paper:#fff;
  --line:#d2d2d7;
  --green:#087c42;
  --green-dark:#034326;
  --green-pale:#e8f2e9;
  --red:#df342f;
  --blue:#1478d4;
  --radius:24px;
  --header-height:86px;
  --sans:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;
  --display:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--sans);letter-spacing:-.011em;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.wrap{width:min(1360px,calc(100% - 64px));margin:0 auto}
.eyebrow{margin:0 0 12px;font-size:.7rem;font-weight:700;line-height:1.15;letter-spacing:.13em;text-transform:uppercase}
.eyebrow.green{color:var(--green)}
.eyebrow.light{color:#a9e8bc}
.eyebrow.red{color:var(--red)}
.display{font-family:var(--display);font-weight:700;letter-spacing:-.065em}
.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:1.02rem;font-weight:500;transition:gap .2s}
.text-link:hover{gap:12px}
.text-link span{font-size:1.25em;line-height:.7}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:980px;background:var(--green);color:#fff;padding:13px 19px;font-size:.87rem;font-weight:600;cursor:pointer;transition:transform .2s,background .2s}
.button:hover{background:var(--green-dark);transform:scale(1.025)}
.button.light{background:#fff;color:var(--ink)}
.button.ghost{border:1px solid var(--line);background:transparent;color:var(--ink)}

/* Navigation */
.site-header{position:sticky;top:0;z-index:30;height:var(--header-height);background:#fffffff2;border-bottom:1px solid #0000000c;backdrop-filter:saturate(180%) blur(18px)}
.site-nav{height:86px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;padding-right:94px}
.brand{display:flex;align-items:center;gap:13px;flex:none}
.brand img{width:176px;height:auto}
.brand .bisaten-logo{width:118px;height:auto;display:block}
.brand-separator{width:1px;height:30px;background:#c7c7cc}
.desktop-links{display:flex;align-items:center;gap:28px;margin-left:auto;font-size:.78rem;font-weight:500}
.desktop-links a{color:#3d3d40;transition:color .18s}
.desktop-links a:hover,.desktop-links a.active{color:var(--green)}
.nav-retailer{padding:8px 13px;border:1px solid #dadade;border-radius:980px;font-size:.73rem;font-weight:600;white-space:nowrap}
.nav-retailer.current{border-color:#087c42;background:#087c42;color:#fff}
.language-picker{position:relative;z-index:4;flex:none}.desktop-language{position:absolute;top:50%;right:0;transform:translateY(-50%)}.language-trigger{height:38px;min-width:74px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #d5d5da;border-radius:14px;background:#f7f7f8;color:var(--ink);padding:0 12px;font:700 .73rem var(--sans);letter-spacing:.08em;cursor:pointer;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s}.language-trigger:hover,.language-picker.is-open .language-trigger{border-color:#9bc8aa;background:#fff;box-shadow:0 6px 18px #0b4c2512}.language-trigger:focus-visible{outline:0;box-shadow:0 0 0 4px #087c421d}.language-code{color:#14633b}.language-chevron{width:7px;height:7px;margin-top:-3px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .2s}.language-picker.is-open .language-chevron{margin-top:3px;transform:rotate(225deg)}.language-menu{position:absolute;top:calc(100% + 9px);right:0;display:grid;gap:3px;min-width:176px;padding:6px;border:1px solid #e2e2e6;border-radius:16px;background:#fffffff5;box-shadow:0 16px 36px #1212121c;backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-5px) scale(.98);transform-origin:top right;transition:opacity .18s,transform .18s,visibility .18s}.language-picker.is-open .language-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.language-option{display:flex;align-items:center;gap:10px;min-height:37px;padding:0 10px;border-radius:11px;color:#3f4044;font-size:.78rem;font-weight:620;letter-spacing:-.01em;transition:background .16s,color .16s}.language-option:hover,.language-option:focus-visible{outline:0;background:#edf6ef;color:#0b6d38}.language-option.active{background:#087c42;color:#fff}.language-option-code{width:27px;color:#6d706f;font-size:.65rem;font-weight:800;letter-spacing:.09em}.language-option.active .language-option-code{color:#b9f1cb}.mobile-language{display:none}
.menu-button{display:none;padding:6px;border:0;background:transparent;color:var(--ink);font-size:1.35rem;cursor:pointer}
.mobile-menu{display:none}
.training-partner-bar{position:absolute;top:0;left:50%;z-index:1;width:190px;height:86px;transform:translateX(-50%);background:transparent;display:flex;align-items:center;pointer-events:none}
.training-partner-lockup{width:100%;height:100%;margin:0;display:grid;place-content:center;justify-items:center;gap:5px}
.training-partner-lockup span{color:#767276;font-size:.72rem;font-weight:750;line-height:1;letter-spacing:.12em;text-transform:uppercase}
.training-partner-lockup img{width:172px;height:30px;object-fit:contain}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Privacy controls */
.cookie-consent{position:fixed;z-index:1000;right:22px;bottom:22px;width:min(100% - 44px,590px);color:var(--ink)}
.cookie-consent[hidden]{display:none!important}
.cookie-consent-panel{padding:24px;border:1px solid #d9d9dc;border-radius:24px;background:#fffffff5;box-shadow:0 18px 55px #00000024;backdrop-filter:blur(22px);outline:0}
.cookie-consent-topline{display:flex;align-items:center;gap:8px}.cookie-consent-topline p{margin:0;color:var(--green);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.cookie-consent-mark{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #087c4217}
.cookie-consent h2{margin:14px 0 0;font:700 clamp(1.72rem,3vw,2.15rem)/.96 var(--display);letter-spacing:-.065em}.cookie-consent>*,.cookie-consent-panel>*{max-width:100%}
.cookie-consent-panel>p{margin:12px 0 0;color:#515157;font-size:.88rem;line-height:1.48}.cookie-policy-links{font-size:.78rem!important}.cookie-policy-links a{color:#086bbb;text-decoration:underline;text-underline-offset:2px}
.cookie-consent-details{display:grid;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid #dddddf}.cookie-purpose{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;border:1px solid #dedee2;border-radius:14px;background:#fff}.cookie-purpose>div{display:grid;gap:3px}.cookie-purpose strong{font-size:.78rem}.cookie-purpose span{color:#66676c;font-size:.7rem;line-height:1.35}.cookie-purpose b{flex:none;color:#29623f;font-size:.67rem;white-space:nowrap}.cookie-purpose-choice{cursor:pointer}.cookie-purpose-choice input{width:18px;height:18px;accent-color:var(--green);cursor:pointer}
.cookie-consent-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap;margin-top:20px}.cookie-button{min-height:38px;border:0;border-radius:980px;padding:0 15px;font-size:.78rem;font-weight:700;cursor:pointer;transition:transform .18s ease,background .18s ease}.cookie-button:hover{transform:scale(1.025)}.cookie-button-primary{background:var(--green);color:#fff}.cookie-button-primary:hover{background:var(--green-dark)}.cookie-button-secondary{background:#ebebee;color:#2d2d31}.cookie-button-secondary:hover{background:#dedee2}.cookie-button-link{padding-left:7px;padding-right:7px;background:transparent;color:#086bbb}.cookie-button-link:hover{text-decoration:underline;text-underline-offset:3px}
.cookie-settings-link{margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.cookie-settings-link:hover{text-decoration:underline;text-underline-offset:3px}

/* Shared page hero */
.page-hero{padding:132px 0 112px;text-align:center;background:var(--soft)}
.page-hero .lead{max-width:580px;margin:18px auto 0;color:var(--muted);font-size:1.08rem;line-height:1.52;letter-spacing:-.01em}
.page-hero h1{max-width:960px;margin:0 auto;font:700 clamp(3.5rem,6vw,6.7rem)/.92 var(--display);letter-spacing:-.079em}
.page-hero h1 em{color:var(--green);font-style:normal}
.page-hero.dark{background:linear-gradient(135deg,#eef7f0 0%,#f8fbf8 58%,#e5f2e7 100%);color:var(--ink)}
.page-hero.dark .lead{color:#5c625e}
.page-hero.dark h1 em{color:var(--green)}
.page-hero.dark .eyebrow.light,.catalogue-hero .eyebrow.light,.system-feature .eyebrow.light,.cycle-finish .eyebrow.light{color:var(--green)}

/* Retailer finder */
.retailer-hero{padding:135px 0 110px;background:#eef5ed;text-align:center}
.retailer-hero h1{max-width:980px;margin:0 auto;font:700 clamp(3.8rem,6.2vw,6.85rem)/.9 var(--display);letter-spacing:-.08em}
.retailer-hero h1 em{font-style:normal;color:var(--green)}
.retailer-hero p:not(.eyebrow){max-width:560px;margin:22px auto 0;color:var(--muted);font-size:1.08rem;line-height:1.52}
.retailer-finder{padding:116px 0 130px;background:#fff}
.finder-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:45px;margin-bottom:35px}
.finder-intro h2{margin:0;font:700 clamp(3rem,5vw,5.45rem)/.92 var(--display);letter-spacing:-.075em}
.finder-intro>p{max-width:340px;margin:0;color:var(--muted);font-size:.94rem;line-height:1.5}
.finder-panel{padding:23px;border:1px solid #d9dfd8;border-radius:24px;background:#f7faf7;box-shadow:0 14px 42px #0645290a}
.finder-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px}
.finder-search input{width:100%;height:52px;border:1px solid #cdd5cd;border-radius:13px;background:#fff;padding:0 16px;color:var(--ink);font-size:1rem;outline:none}
.finder-search input:focus{border-color:var(--green);box-shadow:0 0 0 4px #087c4217}
.finder-submit,.finder-near,.finder-reset,.finder-more{border:0;border-radius:980px;font:600 .86rem var(--sans);cursor:pointer;transition:transform .18s,background .18s}
.finder-submit{padding:0 23px;background:var(--green);color:#fff}.finder-submit:hover{background:var(--green-dark);transform:scale(1.02)}
.finder-near{padding:0 18px;background:#e3eee2;color:#13552e}.finder-near:hover{background:#d6e7d5}.finder-near:disabled{opacity:.68;cursor:wait}
.finder-filters{display:flex;align-items:end;gap:13px;margin-top:14px}
.finder-filters label{display:grid;gap:5px;min-width:185px;color:#5a5b5e;font-size:.7rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase}
.finder-filters select{height:40px;border:1px solid #d4d8d4;border-radius:10px;background:#fff;padding:0 11px;color:var(--ink);font-size:.83rem;letter-spacing:normal;text-transform:none;outline:none}
.finder-reset{height:40px;padding:0 12px;background:transparent;color:#59605b}.finder-reset:hover{text-decoration:underline;text-underline-offset:3px}
.finder-geocode-notice{margin:13px 2px 0;color:#6c716e;font-size:.73rem;line-height:1.45}.finder-geocode-notice a{color:#28734a;text-decoration:underline;text-underline-offset:2px}
.retailer-status{padding:30px 2px 19px;color:#5b5e61;font-size:.88rem}
.retailer-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.retailer-card{display:flex;min-height:246px;flex-direction:column;padding:23px;border:1px solid #e0e0e3;border-radius:18px;background:#fff;transition:transform .22s,box-shadow .22s}
.retailer-card:hover{transform:translateY(-4px);box-shadow:0 13px 29px #0000000d}
.retailer-card h3{margin:0 0 12px;font-size:1.19rem;line-height:1.08;letter-spacing:-.037em}
.retailer-address,.retailer-area{margin:0;color:#55565a;font-size:.85rem;line-height:1.45}.retailer-area{margin-top:4px;color:#77787c}
.retailer-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}.retailer-tags span{border-radius:980px;background:#e8f3e8;padding:5px 8px;color:#17623b;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.retailer-tags span+span{background:#f3ede1;color:#7a5b1c}
.retailer-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:auto;padding-top:21px;font-size:.82rem;font-weight:650}.retailer-actions a{color:#086bbb}.retailer-actions a:hover{text-decoration:underline;text-underline-offset:3px}.retailer-actions .retailer-phone{color:var(--green)}.retailer-distance{margin-left:auto;color:#666a68;font-size:.75rem;font-weight:500}
.retailer-more-wrap{display:flex;justify-content:center;padding-top:30px}.finder-more{padding:13px 21px;background:#ecf4eb;color:#13552e}.finder-more:hover{background:#dcebdd}
.retailer-empty{padding:52px 20px;text-align:center;border:1px dashed #ccd5ce;border-radius:19px;background:#fafcf9}.retailer-empty h3{margin:0;font-size:1.45rem;letter-spacing:-.04em}.retailer-empty p{margin:9px 0 0;color:var(--muted)}
.retailer-note{padding:37px 0;background:#edf5ed;color:#59605b}.retailer-note p{max-width:840px;margin:0;font-size:.94rem;line-height:1.55}.retailer-note strong{color:var(--green)}

/* Home */
.home-hero{min-height:790px;position:relative;overflow:hidden;background:#e8e9e8 url('minimal-architecture.jpg') center/cover no-repeat}
.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff0 0%,#fff0 43%,#ffffff8a 100%)}
.home-hero-in{position:relative;z-index:1;min-height:790px;display:flex;align-items:center;justify-content:flex-end}
.home-copy{width:min(100%,540px);padding:10px 0 35px}
.home-copy h1{margin:0;font:700 clamp(4rem,6.5vw,7.15rem)/.9 var(--display);letter-spacing:-.082em}
.home-copy h1 em{color:var(--green);font-style:normal}
.home-copy p{max-width:455px;margin:23px 0 0;color:#424245;font-size:1.13rem;line-height:1.49;letter-spacing:-.012em}
.home-actions{display:flex;gap:27px;align-items:center;margin-top:27px}
.home-product-scene{--motion-x:0px;--motion-y:0px;position:absolute;left:1%;bottom:15px;z-index:1;height:540px;width:480px;display:flex;align-items:flex-end;justify-content:center;transform:translate3d(var(--motion-x),var(--motion-y),0);will-change:transform}
.home-product-scene:before{content:"";position:absolute;bottom:-130px;width:530px;height:510px;border-radius:50%;background:radial-gradient(ellipse,#58b878 0%,#bfdcc1 34%,#ffffff00 70%);filter:blur(13px)}
.home-product-scene:after{content:"";position:absolute;z-index:1;bottom:22px;width:315px;height:57px;border-radius:50%;background:#12332035;filter:blur(15px)}
.home-product-scene img{position:relative;z-index:2;height:495px;width:auto;object-fit:contain;filter:drop-shadow(0 29px 17px #00000054)}
.quick-strip{background:#edf5ed;color:var(--ink)}
.quick-strip-in{min-height:112px;display:grid;grid-template-columns:1.15fr repeat(3,1fr);align-items:center;gap:28px}
.quick-strip-title{font-size:1.5rem;line-height:1.02;font-weight:650;letter-spacing:-.052em}
.quick-item{padding-left:20px;border-left:1px solid #cad9cb}
.quick-item b{display:block;margin-bottom:4px;font-size:.78rem}
.quick-item span{font-size:.75rem;line-height:1.4;color:#657067}
.home-products{padding:166px 0;background:#fff}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:44px}
.section-head h2{max-width:720px;margin:0;font:700 clamp(3.1rem,5.2vw,5.6rem)/.94 var(--display);letter-spacing:-.075em}
.section-head h2 em{font-style:normal;color:var(--green)}
.section-head p{max-width:335px;margin:0;color:var(--muted);font-size:.95rem;line-height:1.52}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.product-tile{min-height:625px;position:relative;display:flex;flex-direction:column;overflow:hidden;padding:36px;border-radius:var(--radius);text-align:center;transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s}
.product-tile:hover{transform:translateY(-7px);box-shadow:0 19px 40px #00000016}
.product-tile:nth-child(1){background:#ecf5e5}
.product-tile:nth-child(2){background:#f5eee8}
.product-tile:nth-child(3){background:#eaf1e5}
.product-tile:nth-child(4){background:#e5f0f4}
.product-tile:nth-child(5){background:#f4eee7}
.product-tile.top-pick{background:linear-gradient(145deg,#ccefd7 0%,#f4fcf5 67%);color:var(--ink)}
.tile-meta{display:flex;justify-content:space-between;align-items:center;font-size:.64rem;font-weight:800;letter-spacing:.115em;text-transform:uppercase}
.tile-meta span:last-child{font-size:.8rem;color:#6f766f}
.top-pick .tile-meta span:last-child{color:var(--green)}
.product-tile h3{max-width:410px;margin:23px auto 9px;font:700 clamp(2rem,2.8vw,3rem)/.94 var(--display);letter-spacing:-.07em}
.product-tile p{max-width:375px;margin:0 auto;font-size:.91rem;line-height:1.48;color:#48494e}
.top-pick p{color:#4f5851}
.product-tile .product-pack{position:relative;z-index:1;height:340px;max-width:88%;width:auto;object-fit:contain;margin:auto auto 6px;transform:scale(1.28);transform-origin:50% 70%;filter:drop-shadow(12px 21px 13px #00000030);transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.product-tile.top-pick .product-pack{transform:scale(1.64);transform-origin:50% 68%}
.product-tile:hover .product-pack{transform:scale(1.36) translateY(-7px)}
.product-tile.top-pick:hover .product-pack{transform:scale(1.73) translateY(-7px)}
.top-pick .product-pack{filter:drop-shadow(0 28px 18px #173d242f)}
.tile-foot{display:flex;justify-content:center;align-items:center;gap:10px;padding-top:12px;font-size:.72rem;font-weight:650}
.tile-foot span:first-child{padding:8px 10px;border-radius:980px;background:#ffffff82;color:#56585b}.top-pick .tile-foot span:first-child{background:#ffffffad;color:#355842}
.tile-foot span:last-child{padding:9px 13px;border-radius:980px;background:var(--green);color:#fff}.top-pick .tile-foot span:last-child{background:var(--green);color:#fff}
.product-tile:nth-child(5){grid-column:span 2;min-height:485px;text-align:left}
.product-tile:nth-child(5) h3,.product-tile:nth-child(5) p{margin-left:0}
.product-tile:nth-child(5) .tile-foot{justify-content:flex-start}
.product-tile:nth-child(5) .product-pack{position:absolute;right:8%;bottom:-14px;height:430px;margin:0;transform:scale(1.34);transform-origin:50% 71%}
.product-tile:nth-child(5):hover .product-pack{transform:scale(1.43) translateY(-7px)}
.product-tile:nth-child(5) p,.product-tile:nth-child(5) .tile-foot{max-width:430px}
.solutions-band{padding:160px 0;background:var(--soft)}
.solutions-title{text-align:center;max-width:680px;margin:0 auto}
.solutions-title h2{margin:0;font:700 clamp(3rem,5.1vw,5.4rem)/.93 var(--display);letter-spacing:-.075em}
.solutions-title p{max-width:490px;margin:20px auto 0;color:var(--muted);font-size:.98rem;line-height:1.52}
.solution-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:52px}
.solution-card{min-height:350px;padding:31px;border-radius:var(--radius);background:#fff;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s}
.solution-card:nth-child(1){background:#eaf3e7}.solution-card:nth-child(2){background:#f4eee8}.solution-card:nth-child(3){background:#e7f0f5}
.solution-card:hover{transform:translateY(-6px);box-shadow:0 17px 32px #0000000e}
.solution-number{font-size:.7rem;font-weight:800;color:var(--green);letter-spacing:.11em}
.solution-card h3{margin:22px 0 10px;font:700 1.8rem/.97 var(--display);letter-spacing:-.06em}
.solution-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}
.solution-card .text-link{align-self:flex-start;margin-top:auto;padding:10px 13px;border-radius:980px;background:#fff;color:var(--green);font-size:.8rem}
.system-feature{position:relative;isolation:isolate;overflow:hidden;padding:0;background:linear-gradient(118deg,#e8f4ea 0%,#fbfdfb 56%,#e1f1e5 100%);color:var(--ink)}
.system-feature-in{min-height:720px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8vw}
.system-feature-copy h2{max-width:490px;margin:0;font:700 clamp(3rem,5vw,5.35rem)/.93 var(--display);letter-spacing:-.075em}
.system-feature-copy p{max-width:430px;margin:20px 0 26px;color:#5d655f;font-size:1rem;line-height:1.54}
.system-art{height:545px;position:relative;display:flex;align-items:flex-end;justify-content:center}
.system-art:before{content:"";position:absolute;z-index:-1;bottom:-165px;width:550px;height:430px;border-radius:50%;background:radial-gradient(ellipse,#75cb91 0%,#b6dfbf 42%,#eaf5eb00 74%);filter:blur(9px);opacity:.95}
.system-art:after{content:"";position:absolute;z-index:0;bottom:26px;width:320px;height:36px;border-radius:50%;background:#173a212e;filter:blur(15px)}
.system-art img{position:relative;z-index:1;height:505px;width:auto;object-fit:contain;filter:drop-shadow(0 26px 16px #173a212c)}

/* Solutions */
.solution-tool{padding:120px 0 142px;background:#fff}
.diagnostic{display:grid;grid-template-columns:.76fr 1.24fr;gap:70px;align-items:stretch}
.diagnostic-list{border-top:1px solid var(--line)}
.diagnostic-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--muted);text-align:left;cursor:pointer;font-size:1rem;font-weight:600;transition:color .2s}
.diagnostic-button span:first-child{display:flex;align-items:baseline;gap:15px}
.diagnostic-button i{font-style:normal;color:var(--green);font-size:.95rem}
.diagnostic-button.active,.diagnostic-button:hover{color:var(--ink)}
.diagnostic-button.active:after{content:"›";font-size:1.8rem;color:var(--green);font-weight:300}
.recommendation{min-height:540px;display:grid;grid-template-columns:44% 56%;overflow:hidden;border-radius:var(--radius);background:var(--soft);box-shadow:0 14px 35px #0000000a}
.recommendation-art{position:relative;display:grid;place-items:center;background:#e5f0e7}
.recommendation-art:before{content:"";position:absolute;width:80%;aspect-ratio:1;border-radius:50%;background:#d2ecd8}
.recommendation-art img{position:relative;z-index:1;height:360px;width:auto;object-fit:contain;filter:drop-shadow(14px 22px 14px #00000029)}
.recommendation-copy{padding:47px 41px;display:flex;flex-direction:column}
.recommendation-copy h2{margin:0;font-size:3rem;line-height:.93;letter-spacing:-.07em}
.recommendation-copy p{margin:17px 0 0;color:#48494e;font-size:.9rem;line-height:1.52}
.route-caption{margin:24px 0 9px;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.route-list{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.route-product{display:flex;align-items:center;gap:8px;min-height:48px;padding:6px;border:1px solid #dedee2;background:#fff;font-size:.67rem;font-weight:700;line-height:1.12}
.route-product img{width:35px;height:35px;object-fit:contain}
.route-product small{display:block;margin-bottom:2px;color:var(--green);font-size:.56rem;letter-spacing:.07em}
.recommendation-note{margin-top:auto;padding-top:17px;border-top:1px solid var(--line);color:var(--muted);font-size:.75rem;line-height:1.42}
.recommendation-note b{color:var(--green)}

/* Cycle */
.cycle-intro{padding:128px 0;background:#fff}
.cycle-intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw;align-items:start}
.cycle-intro h2{max-width:450px;margin:0;font:700 clamp(3rem,4.8vw,5.3rem)/.93 var(--display);letter-spacing:-.075em}
.cycle-intro-copy{color:var(--muted);font-size:1.03rem;line-height:1.55}
.cycle-intro-copy p{margin:0 0 17px}
.cycle-steps{padding:0 0 128px;background:#fff}.cycle-steps .wrap{display:grid;gap:14px}
.cycle-step{display:grid;grid-template-columns:90px 150px minmax(0,1fr) auto;gap:28px;align-items:center;padding:28px;border:0;border-radius:24px;background:#f3f8f3;box-shadow:0 10px 26px #063d1a08}
.cycle-step:nth-child(2){background:#eef5f7}.cycle-step:nth-child(3){background:#faf2e8}.cycle-step:nth-child(4){background:#e4f4e8}
.step-index{font-size:2.65rem;font-weight:700;letter-spacing:-.08em;color:var(--green)}
.step-product{height:105px;width:135px;object-fit:contain;filter:drop-shadow(7px 11px 9px #00000026)}
.cycle-step h3{margin:0 0 8px;font-size:1.32rem;letter-spacing:-.045em}
.cycle-step p{max-width:590px;margin:0;color:var(--muted);font-size:.91rem;line-height:1.52}
.step-label{font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);white-space:nowrap}
.cycle-finish{padding:130px 0;background:#f5f5f7;color:var(--ink)}
.cycle-finish-head{text-align:center;max-width:700px;margin:0 auto}
.cycle-finish-head h2{margin:0;font:700 clamp(3rem,5vw,5.25rem)/.93 var(--display);letter-spacing:-.075em}
.cycle-finish-head p{margin:20px auto 0;max-width:500px;color:#6e6e73;line-height:1.52}
.finish-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:54px}
.finish-mini{position:relative;isolation:isolate;min-height:530px;padding:34px;overflow:hidden;border:0;border-radius:28px;display:flex;flex-direction:column;background:#fff;box-shadow:0 10px 30px #00000008;transition:transform .32s cubic-bezier(.2,.7,.2,1),box-shadow .32s}
.finish-mini:before{content:"";position:absolute;z-index:-1;left:50%;top:42px;width:390px;height:330px;border-radius:50%;transform:translateX(-50%);background:radial-gradient(circle,#ffffffb8 0%,#ffffff00 69%)}
.finish-mini:nth-child(1){background:linear-gradient(145deg,#e4f5ea 0%,#f9fdf9 65%)}
.finish-mini:nth-child(2){background:linear-gradient(145deg,#e8f3f8 0%,#fbfdfe 65%)}
.finish-mini:nth-child(3){background:linear-gradient(145deg,#f8efe5 0%,#fffdf9 66%)}
.finish-mini:nth-child(4){background:linear-gradient(145deg,#c9f0d5 0%,#f6fff8 66%)}
.finish-mini:nth-child(5){background:linear-gradient(118deg,#e4f6ea 0%,#fbfdfb 68%)}
.finish-mini:hover{transform:translateY(-6px);box-shadow:0 20px 42px #00000012}
.finish-mini img{height:330px;width:100%;object-fit:contain;margin:0 auto 16px;transform:scale(1.3);transform-origin:50% 67%;filter:drop-shadow(8px 19px 12px #1730262b);transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.finish-mini:nth-child(4) img{transform:scale(1.6);transform-origin:50% 65%}.finish-mini:hover img{transform:scale(1.38) translateY(-6px)}.finish-mini:nth-child(4):hover img{transform:scale(1.68) translateY(-6px)}
.finish-mini h3{margin:0;font:700 1.55rem/.98 var(--display);letter-spacing:-.055em}
.finish-mini p{margin:8px 0 0;color:#6e6e73;font-size:.83rem;line-height:1.42}
.finish-mini-cta{align-self:flex-start;margin-top:auto;padding:11px 15px;border-radius:980px;background:#087c42;color:#fff;font-size:.76rem;font-weight:750;box-shadow:0 4px 10px #087c4224}.finish-mini-cta b{font-size:1rem;line-height:0}
.finish-mini:last-child{grid-column:1/-1;min-height:465px;display:grid;grid-template-columns:.85fr 1.15fr;grid-template-rows:1fr;align-items:center}.finish-mini:last-child:before{left:72%;top:15px;width:620px;height:500px}.finish-mini:last-child img{grid-column:2;grid-row:1;height:415px;margin:0;transform:scale(1.43)}.finish-mini:last-child h3{grid-column:1;grid-row:1;align-self:end;margin-bottom:108px}.finish-mini:last-child p{grid-column:1;grid-row:1;align-self:end;margin-bottom:64px}.finish-mini:last-child .finish-mini-cta{grid-column:1;grid-row:1;align-self:end;margin-bottom:8px}.finish-mini:last-child:hover img{transform:scale(1.5) translateY(-6px)}

/* Products and product detail */
.catalogue-hero{height:calc(100svh - var(--header-height));min-height:790px;position:relative;overflow:hidden;padding:66px 0 0;background:linear-gradient(145deg,#edf7ef 0%,#fbfdfb 56%,#e1f1e5 100%);color:var(--ink);text-align:center}
.catalogue-hero-copy{position:relative;z-index:2;max-width:900px;margin:0 auto}
.catalogue-hero h1{margin:0;font:700 clamp(3.8rem,5.2vw,6rem)/.9 var(--display);letter-spacing:-.083em}
.catalogue-hero h1 em{font-style:normal;color:var(--green)}
.catalogue-hero .lead{max-width:570px;margin:15px auto 0;color:#5d655f;font-size:1.02rem;line-height:1.48}
@media (min-width:700px){.catalogue-hero .lead{max-width:none;white-space:nowrap}}
.catalogue-launch-shell{position:relative;z-index:1;--launch-x:0px;--launch-y:0px;--launch-scroll-y:0px;--launch-scale:1;max-width:1180px;height:430px;margin:4px auto 0;transform:translate3d(var(--launch-x),calc(var(--launch-y) + var(--launch-scroll-y)),0) scale(var(--launch-scale));will-change:transform}
.catalogue-launch-shell:before{content:"";position:absolute;left:50%;bottom:-255px;width:1010px;height:630px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,#58bc7c 0%,#bfe2c8 35%,#eff8f0 67%,#eff8f000 72%);filter:blur(12px)}
.catalogue-launch{position:relative;height:100%;isolation:isolate}
.launch-pack{--pack-x:0px;--pack-rotate:0deg;position:absolute;z-index:1;bottom:2px;left:50%;height:350px;width:auto;object-fit:contain;transform:translateX(calc(-50% + var(--pack-x))) rotate(var(--pack-rotate));filter:drop-shadow(0 28px 18px #173a2138);mix-blend-mode:multiply}
.launch-pack:nth-child(1){--pack-x:-352px;--pack-rotate:-8deg;height:276px;z-index:2}
.launch-pack:nth-child(2){--pack-x:-178px;--pack-rotate:-3.2deg;height:350px;z-index:3}
.launch-pack:nth-child(3){--pack-x:0px;--pack-rotate:0deg;height:448px;z-index:5}
.launch-pack:nth-child(4){--pack-x:182px;--pack-rotate:3.5deg;height:350px;z-index:3}
.launch-pack:nth-child(5){--pack-x:360px;--pack-rotate:8deg;height:276px;z-index:2}
.catalogue{padding:128px 0;background:#fff}
.catalogue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.catalogue-card{min-height:650px;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border-radius:var(--radius);background:var(--soft);isolation:isolate}
.catalogue-card:nth-child(odd){background:#eaf3e7}
.catalogue-card:nth-child(3n){background:#e7f0f5}
.catalogue-card:nth-child(4n){background:#f5eee8}
.catalogue-card-copy{position:relative;z-index:2;padding:36px 36px 0;text-align:center}
.catalogue-kicker{margin:0 0 8px;color:var(--green);font-size:.68rem;font-weight:800;letter-spacing:.13em;line-height:1.2;text-transform:uppercase}
.catalogue-card h2{margin:0;font:700 clamp(2.05rem,3vw,3.2rem)/.92 var(--display);letter-spacing:-.07em}
.catalogue-card-copy>p:not(.catalogue-kicker){max-width:405px;margin:12px auto 0;color:#5d5d63;font-size:.95rem;line-height:1.45}
.catalogue-actions{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-top:18px}
.catalogue-action{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:35px;padding:0 13px;border:1px solid transparent;border-radius:999px;color:var(--green);font-size:.78rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .24s ease,background .24s ease,color .24s ease}
.catalogue-action.primary{background:var(--green);color:#fff}
.catalogue-action:hover{background:#fff;color:var(--green);transform:scale(1.035)}
.catalogue-action.primary:hover{background:#075c31;color:#fff}
.catalogue-media{position:relative;z-index:1;min-height:365px;display:flex;align-items:flex-end;justify-content:center;padding:0 36px 24px}
.catalogue-card .catalogue-image{display:block;width:min(100%,390px);height:auto;max-height:none;object-fit:contain;transform:scale(1.2);transform-origin:50% 73%;filter:drop-shadow(12px 20px 13px #0000002b);transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.catalogue-card.thermal-card .catalogue-image{transform:scale(1.5);transform-origin:50% 69%}
.catalogue-card:hover .catalogue-image{transform:scale(1.27) translateY(-6px)}
.catalogue-card.thermal-card:hover .catalogue-image{transform:scale(1.58) translateY(-5px)}
.catalogue-card.semilucida-card{grid-column:1/-1;grid-template-columns:.82fr 1.18fr;grid-template-rows:1fr;min-height:560px;background:#e9f3ed}
.semilucida-card .catalogue-card-copy{display:flex;flex-direction:column;justify-content:center;padding:50px;text-align:left}
.semilucida-card .catalogue-card-copy>p:not(.catalogue-kicker){margin-left:0}
.semilucida-card .catalogue-actions{justify-content:flex-start}
.semilucida-card .catalogue-media{min-height:0;padding:12px 52px 12px}
.semilucida-card .catalogue-image{width:min(100%,500px);transform:scale(1.34)}
.semilucida-card:hover .catalogue-image{transform:scale(1.42) translateY(-6px)}
.catalogue-support{padding:0 0 130px;background:#fff}
.support-panel{padding:47px;border-radius:var(--radius);background:#f5f5f7;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.support-panel h2{margin:0;font-size:2.7rem;line-height:.95;letter-spacing:-.07em}
.support-panel p{margin:13px 0 0;max-width:500px;color:var(--muted);font-size:.94rem;line-height:1.5}
.support-packs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;justify-items:center;gap:0;height:250px}
.support-packs a{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center}
.support-packs img{display:block;width:min(128%,250px);height:auto;max-width:none;max-height:none;object-fit:contain;filter:drop-shadow(8px 15px 10px #00000025);transition:transform .35s ease}
.support-packs a:hover img{transform:translateY(-7px) scale(1.04)}
.product-detail{min-height:720px;position:relative;overflow:hidden;background:#f4f6f3}
.product-detail.dark{background:linear-gradient(135deg,#e8f5eb 0%,#fbfdfb 58%,#dff0e3 100%);color:var(--ink)}
.detail-grid{min-height:720px;display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}
.detail-copy h1{max-width:520px;margin:0;font:700 clamp(3.45rem,5.3vw,6rem)/.93 var(--display);letter-spacing:-.08em}
.detail-copy .detail-lead{max-width:455px;margin:20px 0 25px;color:var(--muted);font-size:1.05rem;line-height:1.5}
.dark .detail-lead{color:#5b655d}
.detail-actions{display:flex;gap:24px;align-items:center}
.detail-art{height:570px;position:relative;display:flex;align-items:flex-end;justify-content:center}
.detail-art:before{content:"";position:absolute;bottom:-220px;width:720px;height:650px;border-radius:50%;background:radial-gradient(ellipse,#43ae6c 0%,#a5d8ac 37%,#f4f6f3 70%)}
.dark .detail-art:before{background:radial-gradient(ellipse,#55b978 0%,#afdabb 38%,#e7f4e9 68%)}
.detail-art img{position:relative;z-index:1;height:490px;width:auto;object-fit:contain;filter:drop-shadow(0 28px 18px #0000007c)}
.product-information{padding:120px 0;background:#fff}
.information-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw;align-items:start}
.information-grid h2{margin:0;font:700 clamp(2.85rem,4.5vw,4.9rem)/.94 var(--display);letter-spacing:-.075em}
.product-facts{border-top:1px solid var(--line)}
.fact{display:grid;grid-template-columns:1fr 1.6fr;gap:30px;padding:19px 0;border-bottom:1px solid var(--line);font-size:.91rem;line-height:1.46}
.fact b{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}
.fact span{color:var(--muted)}
.product-next{padding:118px 0;background:var(--soft);text-align:center}
.product-next h2{max-width:620px;margin:0 auto;font:700 clamp(3rem,5vw,5.15rem)/.93 var(--display);letter-spacing:-.075em}
.product-next p{max-width:480px;margin:19px auto 26px;color:var(--muted);line-height:1.5}

/* Footer */
.site-footer{padding:40px 0;background:#f5f5f7}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;color:var(--muted);font-size:.74rem}
.footer-inner .brand img{width:128px}
.footer-inner .brand .bisaten-logo{width:87px}
.footer-numero-verde{display:block;flex:none;width:156px;background:center/contain no-repeat url("numero-verde-verde.png");transition:transform .2s ease}
.footer-numero-verde:hover{transform:scale(1.025)}
.footer-numero-verde img{width:100%;height:auto;opacity:0}
.footer-links{display:flex;gap:22px}
.footer-links a:hover{text-decoration:underline;text-underline-offset:4px;color:var(--ink)}

@media (prefers-reduced-motion:no-preference){
  @keyframes product-arrival{0%{opacity:0;transform:translate3d(-42px,44px,0) scale(.86) rotate(-4deg)}72%{opacity:1;transform:translate3d(0,-7px,0) scale(1.018) rotate(.5deg)}100%{opacity:1;transform:translate3d(0,0,0) scale(1) rotate(0)}}
  @keyframes lineup-arrival{0%{opacity:0;transform:translateX(calc(-50% + var(--pack-x))) translateY(180px) scale(.68) rotate(calc(var(--pack-rotate) - 9deg));filter:blur(6px) drop-shadow(0 4px 5px #00000082)}72%{opacity:1;transform:translateX(calc(-50% + var(--pack-x))) translateY(-7px) scale(1.025) rotate(var(--pack-rotate));filter:blur(0) drop-shadow(0 28px 18px #000000cf)}100%{opacity:1;transform:translateX(calc(-50% + var(--pack-x))) translateY(0) scale(1) rotate(var(--pack-rotate));filter:blur(0) drop-shadow(0 28px 18px #000000cf)}}
  @keyframes detail-arrival{0%{opacity:0;transform:translate3d(0,85px,0) scale(.72)}68%{opacity:1;transform:translate3d(0,-12px,0) scale(1.035)}100%{opacity:1;transform:translate3d(0,0,0) scale(1)}}
  @keyframes product-breathe{0%,100%{filter:drop-shadow(0 29px 17px #00000054)}50%{filter:drop-shadow(0 36px 21px #00000069)}}
  .home-product-scene img{animation:product-arrival 1.15s cubic-bezier(.2,.72,.2,1) both,product-breathe 4.6s 1.2s ease-in-out infinite}
  .launch-pack{animation:lineup-arrival 1.28s cubic-bezier(.2,.72,.2,1) both}
  .launch-pack:nth-child(2){animation-delay:.1s}.launch-pack:nth-child(3){animation-delay:.2s}.launch-pack:nth-child(4){animation-delay:.3s}.launch-pack:nth-child(5){animation-delay:.4s}
  .detail-art img{animation:detail-arrival 1.1s cubic-bezier(.2,.72,.2,1) backwards}
  .motion-reveal{opacity:0;transform:translateY(34px);transition:opacity .72s ease,transform .78s cubic-bezier(.2,.72,.2,1)}
  .motion-reveal.is-visible{opacity:1;transform:translateY(0)}
  .motion-reveal:nth-child(2){transition-delay:.08s}.motion-reveal:nth-child(3){transition-delay:.16s}.motion-reveal:nth-child(4){transition-delay:.24s}.motion-reveal:nth-child(5){transition-delay:.32s}
  [data-product-scene] img{transform:translate3d(0,var(--scene-lift,0px),0) scale(var(--scene-scale,1));will-change:transform}
}

@media (max-width:1280px){
  .wrap{width:min(100% - 42px,1360px)}.site-nav{padding-right:0}
  .desktop-links,.nav-retailer,.desktop-language{display:none}
  .menu-button{display:block}
  .mobile-menu.open{position:absolute;top:var(--header-height);left:0;right:0;display:flex;flex-direction:column;padding:20px 21px 23px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 34px #1d1d1f12}
  .mobile-menu a{padding:11px 0;font-size:.94rem;font-weight:600}
  .mobile-menu .mobile-language{display:block;margin-top:11px;padding-top:16px;border-top:1px solid var(--line)}.language-mobile-label{margin:0 0 9px;color:#6e6e73;font-size:.65rem;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.desktop-language .language-mobile-label{display:none}.mobile-language .language-trigger{display:none}.mobile-language .language-menu{position:static;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;min-width:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;opacity:1;visibility:visible;pointer-events:auto;transform:none}.mobile-language .language-option{justify-content:center;min-height:43px;padding:0;border:1px solid #e5e5e9;border-radius:12px;background:#f7f7f8}.mobile-language .language-option>span:last-child{display:none}.mobile-language .language-option-code{width:auto;color:#3f4044;font-size:.69rem}.mobile-language .language-option.active{border-color:#087c42;background:#087c42}.mobile-language .language-option.active .language-option-code{color:#fff}
  .home-hero{min-height:740px;background-position:52% center}
  .home-hero-in{min-height:740px;justify-content:center;align-items:flex-end;padding-bottom:84px}
  .home-copy{text-align:center}
  .home-copy p{margin-left:auto;margin-right:auto}
  .home-actions{justify-content:center}
  .home-product-scene{display:none}
  .catalogue-hero{min-height:825px;padding-top:93px}
  .catalogue-launch-shell{height:465px;transform:none}
  .launch-pack:nth-child(1){--pack-x:-310px;height:260px}.launch-pack:nth-child(2){--pack-x:-155px;height:340px}.launch-pack:nth-child(3){height:440px}.launch-pack:nth-child(4){--pack-x:164px;height:338px}.launch-pack:nth-child(5){--pack-x:316px;height:260px}
  .quick-strip-in{grid-template-columns:1fr 1fr;padding:26px 0;gap:22px}
  .quick-strip-title{grid-column:span 2}
  .diagnostic,.cycle-intro-grid,.information-grid{grid-template-columns:1fr;gap:45px}
  .recommendation{min-height:455px}
  .system-feature-in{min-height:850px;grid-template-columns:1fr;gap:0;padding-top:95px;text-align:center}
  .system-feature-copy{justify-self:center}
  .system-feature-copy p{margin-left:auto;margin-right:auto}
  .system-art{height:460px}
  .finish-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .detail-grid{min-height:840px;grid-template-columns:1fr;gap:0;padding-top:94px;text-align:center}
  .detail-copy{justify-self:center}
  .detail-copy .detail-lead{margin-left:auto;margin-right:auto}
  .detail-actions{justify-content:center}
  .detail-art{height:390px}
  .detail-art img{height:390px}
  .retailer-results{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:980px){
  :root{--header-height:78px}
  .site-nav{height:78px}
  .brand{gap:10px}.brand img{width:118px}.brand .bisaten-logo{width:80px}.brand-separator{height:26px}
  .training-partner-bar{left:auto;right:56px;width:112px;height:78px;transform:none}
  .training-partner-lockup{gap:3px}.training-partner-lockup span{font-size:.52rem}.training-partner-lockup img{width:104px;height:19px}
}
@media (max-width:580px){
  :root{--header-height:70px}
  .wrap{width:min(100% - 32px,1360px)}
  .site-nav{height:70px}
  .brand{gap:8px}.brand img{width:106px}.brand .bisaten-logo{width:72px}
  .brand-separator{height:22px}
  .training-partner-bar{right:48px;width:88px;height:70px}
  .training-partner-lockup{gap:3px}
  .training-partner-lockup span{font-size:.44rem}
  .training-partner-lockup img{width:84px;height:16px}
  .cookie-consent{right:16px;bottom:16px;width:calc(100% - 32px)}
  .cookie-consent-panel{padding:20px;border-radius:20px}
  .cookie-consent-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-button{width:100%}.cookie-button-link{grid-column:span 2;order:-1}
  .page-hero{padding:96px 0 82px}
  .page-hero h1{font-size:3.35rem}
  .page-hero .lead{font-size:1rem}
  .retailer-hero{padding:93px 0 77px}
  .retailer-hero h1{font-size:3.55rem}
  .retailer-hero p:not(.eyebrow){font-size:1rem}
  .retailer-finder{padding:84px 0}
  .finder-intro{display:block;margin-bottom:25px}
  .finder-intro h2{font-size:3rem}
  .finder-intro>p{margin-top:15px}
  .finder-panel{padding:14px;border-radius:18px}
  .finder-form{grid-template-columns:1fr}
  .finder-submit,.finder-near{height:47px}
  .finder-filters{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
  .finder-filters label{min-width:0}
  .finder-reset{grid-column:span 2;justify-self:start;padding:0}
  .retailer-results{grid-template-columns:1fr}
  .retailer-card{min-height:220px;padding:20px}
  .retailer-note{padding:30px 0}
  .home-hero{min-height:665px;background-position:42% center}
  .home-hero:after{background:linear-gradient(0deg,#ffffffdc 0%,#ffffff50 57%,#ffffff15 100%)}
  .home-hero-in{min-height:665px;padding-bottom:52px}
  .home-copy h1{font-size:3.55rem}
  .home-copy p{font-size:1rem}
  .home-actions{gap:18px;flex-wrap:wrap}
  .quick-strip-in{grid-template-columns:1fr;padding:28px 0;gap:18px}
  .quick-strip-title{grid-column:auto}
  .quick-item{padding-left:15px}
  .home-products,.solutions-band,.solution-tool,.cycle-intro,.catalogue,.product-information{padding:84px 0}
  .section-head{display:block;margin-bottom:30px}
  .section-head h2{font-size:3rem}
  .section-head p{margin-top:16px}
  .product-grid,.catalogue-grid{grid-template-columns:1fr}
  .product-tile{min-height:555px;padding:25px;border-radius:19px}
  .catalogue-card{min-height:605px;padding:0;border-radius:19px}
  .catalogue-card-copy{padding:29px 22px 0}
  .catalogue-card h2{font-size:2.55rem}
  .catalogue-card-copy>p:not(.catalogue-kicker){font-size:.9rem}
  .catalogue-media{min-height:335px;padding:0 22px 18px}
  .catalogue-card .catalogue-image{width:min(100%,330px);height:auto;transform:scale(1.22)}
  .catalogue-card.thermal-card .catalogue-image{transform:scale(1.42)}
  .catalogue-card:hover .catalogue-image{transform:scale(1.22)}
  .catalogue-card.thermal-card:hover .catalogue-image{transform:scale(1.42)}
  .catalogue-card.semilucida-card{grid-column:auto;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);min-height:605px}
  .semilucida-card .catalogue-card-copy{display:block;padding:29px 22px 0;text-align:center}
  .semilucida-card .catalogue-card-copy>p:not(.catalogue-kicker){margin-left:auto}
  .semilucida-card .catalogue-actions{justify-content:center}
  .semilucida-card .catalogue-media{min-height:335px;padding:0 22px 18px}
  .semilucida-card .catalogue-image{width:min(100%,330px);transform:scale(1.28)}
  .semilucida-card:hover .catalogue-image{transform:scale(1.28)}
  .product-tile h3{font-size:2.25rem;margin-top:18px}
  .product-tile .product-pack{height:285px;transform:scale(1.22)}
  .product-tile.top-pick .product-pack{transform:scale(1.52)}
  .product-tile:hover .product-pack{transform:scale(1.22)}
  .product-tile.top-pick:hover .product-pack{transform:scale(1.52)}
  .product-tile:nth-child(5){grid-column:auto;min-height:555px;text-align:center}
  .product-tile:nth-child(5) h3,.product-tile:nth-child(5) p{margin-left:auto}
  .product-tile:nth-child(5) .tile-foot{justify-content:center}
  .product-tile:nth-child(5) .product-pack{position:relative;right:auto;bottom:auto;height:285px;margin:auto auto 6px;transform:scale(1.25)}
  .product-tile:nth-child(5):hover .product-pack{transform:scale(1.25)}
  .product-tile:nth-child(5) p,.product-tile:nth-child(5) .tile-foot{max-width:none}
  .solution-cards{grid-template-columns:1fr;margin-top:34px}
  .solution-card{min-height:278px;border-radius:19px}
  .system-feature-in{min-height:740px;padding-top:84px}
  .system-feature-copy h2{font-size:3.1rem}
  .system-art{height:370px}
  .system-art img{height:335px}
  .diagnostic{gap:32px}
  .diagnostic-button{font-size:.9rem}
  .recommendation{grid-template-columns:1fr;border-radius:19px}
  .recommendation-art{min-height:238px}
  .recommendation-art img{height:220px}
  .recommendation-copy{min-height:350px;padding:31px 24px}
  .recommendation-copy h2{font-size:2.65rem}
  .route-list{grid-template-columns:1fr 1fr}
  .cycle-step{grid-template-columns:48px 57px 1fr;gap:11px;padding:21px 0}
  .step-index{font-size:1.9rem}
  .step-product{width:52px;height:58px}
  .cycle-step h3{font-size:1rem}
  .cycle-step p{font-size:.78rem}
  .step-label{display:none}
  .cycle-finish{padding:84px 0}
  .finish-mini-grid{grid-template-columns:1fr;margin-top:34px}
  .finish-mini{min-height:465px;padding:24px;border-radius:22px}
  .finish-mini:before{top:34px;width:340px;height:285px}
  .finish-mini img{height:285px;transform:scale(1.25)}
  .finish-mini:nth-child(4) img{transform:scale(1.5)}
  .finish-mini:hover img{transform:scale(1.25)}.finish-mini:nth-child(4):hover img{transform:scale(1.5)}
  .finish-mini:last-child{grid-column:auto;min-height:465px;display:flex}.finish-mini:last-child:before{left:50%;top:34px;width:340px;height:285px}.finish-mini:last-child img{height:285px;margin:0 auto 14px;transform:scale(1.25)}.finish-mini:last-child h3,.finish-mini:last-child p,.finish-mini:last-child .finish-mini-cta{margin-bottom:0}.finish-mini:last-child:hover img{transform:scale(1.25)}
  .catalogue-hero{min-height:760px;padding-top:79px}
  .catalogue-hero h1{font-size:3.7rem}
  .catalogue-hero .lead{max-width:330px;font-size:.96rem}
  .catalogue-launch-shell{height:400px;margin-top:23px}
  .catalogue-launch-shell:before{bottom:-225px;width:620px;height:470px}
  .launch-pack{animation:none!important;filter:none;transform:translateX(calc(-50% + var(--pack-x))) rotate(var(--pack-rotate)) translateZ(0)}
  .launch-pack:nth-child(1){--pack-x:-195px;height:195px}.launch-pack:nth-child(2){--pack-x:-98px;height:260px}.launch-pack:nth-child(3){height:350px}.launch-pack:nth-child(4){--pack-x:102px;height:260px}.launch-pack:nth-child(5){--pack-x:199px;height:195px}
  .catalogue-support{padding-bottom:84px}
  .support-panel{grid-template-columns:1fr;padding:28px;gap:25px;border-radius:19px}
  .support-panel h2{font-size:2.45rem}
  .support-packs{height:205px}
  .support-packs img{width:min(128%,160px)}
  .product-detail,.detail-grid{min-height:720px}
  .detail-grid{padding-top:72px}
  .detail-copy h1{font-size:3.25rem}
  .detail-copy .detail-lead{font-size:1rem}
  .detail-actions{gap:18px;flex-wrap:wrap}
  .detail-art{height:320px}
  .detail-art img{height:325px}
  .fact{grid-template-columns:1fr;gap:6px;font-size:.86rem}
  .product-next{padding:84px 0}
  .product-next h2{font-size:3rem}
  .footer-inner{align-items:flex-start;flex-direction:column}
  .footer-numero-verde{width:168px}
  .footer-links{flex-wrap:wrap;gap:13px 20px}
}
@media (max-width:380px){
  .brand{gap:9px}
  .brand img{width:118px}
  .brand .bisaten-logo{width:80px}
  .brand-separator{height:21px}
  .home-copy h1,.page-hero h1{font-size:3.1rem}
  .catalogue-hero h1{font-size:3.35rem}
  .catalogue-hero{min-height:735px}
  .catalogue-launch-shell{height:375px}
  .launch-pack:nth-child(1){--pack-x:-166px;height:160px}.launch-pack:nth-child(2){--pack-x:-83px;height:218px}.launch-pack:nth-child(3){height:295px}.launch-pack:nth-child(4){--pack-x:86px;height:218px}.launch-pack:nth-child(5){--pack-x:170px;height:160px}
  .route-product{font-size:.62rem}
}
