/* One horizontal product rail. Each product owns its own slide carousel. */
body{--dock-height:122px;--site-header-height:72px;background:#1a1e23}
body.product-mode{overflow:hidden}
body .global-header,body.product-mode .global-header{position:fixed;inset:0 0 auto;height:var(--site-header-height);display:grid;grid-template-columns:1fr auto 1fr;gap:16px;padding:0 24px;background:#1a1e23e8;color:#f4f5f6;backdrop-filter:blur(20px);z-index:40}
body:not(.product-mode) .global-header{background:linear-gradient(#1a1e2380,#1a1e2300);backdrop-filter:none}
body .global-header .wordmark{position:static;transform:none;mix-blend-mode:normal;color:#f4f5f6;justify-self:center}
.home-return{display:inline-flex;align-items:center;gap:10px;width:fit-content;min-height:44px;font-size:.875rem;color:#f4f5f6;padding:0 8px 0 0;white-space:nowrap}
.home-return svg{width:20px;height:20px}.home-return:hover{color:#c2d7d0}
body .global-tools{justify-self:end;gap:8px}
body .global-tools button,body .global-tools button:hover,body .global-tools button:focus-visible{width:44px;height:44px;min-width:44px;gap:8px;border:1px solid #ffffff22;color:#f4f5f6;background:#ffffff0a;border-radius:6px;transition:background .2s}
body .global-tools button.request-demo,body .global-tools button.request-demo:hover,body .global-tools button.request-demo:focus-visible{width:auto;padding:0 16px;background:#ecf0ee;color:#1e2723}
body .global-tools .request-demo span{font-size:.875rem;opacity:1;max-width:none}
body .global-tools button svg{width:18px;height:18px}
body .global-tools .request-demo .demo-short-label{display:none}
body .global-tools button:hover{background:#ffffff20}
body .global-tools button.request-demo:hover{background:#d6e2dc}
.product-dock{position:fixed;bottom:0;left:0;right:0;z-index:42;height:var(--dock-height);padding:10px 20px max(10px,env(safe-area-inset-bottom));background:#20252beF;color:#edf0f2;border-top:1px solid #ffffff24;backdrop-filter:blur(22px);box-sizing:border-box}
.dock-heading{display:flex;justify-content:space-between;gap:20px;font-size:.75rem;line-height:1.3;margin:0 56px 8px;color:#b5bec6;letter-spacing:.07em}
.dock-heading>span:last-child{letter-spacing:0;color:#b2bdc7}
.dock-row{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:12px;align-items:center}
.product-rail{display:flex;align-items:stretch;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;padding:3px 2px 5px;min-width:0}
.product-rail::-webkit-scrollbar,.deck-viewport::-webkit-scrollbar{display:none}
.product-tile{display:flex;align-items:center;gap:11px;flex:1 0 182px;max-width:250px;min-height:66px;scroll-snap-align:center;padding:6px 10px 6px 6px;border:1px solid #ffffff19;border-radius:6px;background:#ffffff05;color:#edf0f2;transition:background .2s,border-color .2s;text-decoration:none}
.product-tile>img{width:58px;height:52px;object-fit:cover;border-radius:3px;flex:none;opacity:.76;transition:opacity .2s}
.product-tile>span{min-width:0;flex:1}.product-tile small{display:block;font-size:.75rem;color:#aeb7c0;margin-bottom:4px;line-height:1.2}.product-tile strong{display:block;font-size:.875rem;line-height:1.3;font-weight:500}.product-tile>svg{width:16px;height:16px;opacity:0;flex:none}
.product-tile:hover{background:#ffffff12;border-color:#a7b7c3}.product-tile:hover>img{opacity:1}
.product-tile[aria-current]{background:#f0f3f1;color:#222a27;border-color:#f0f3f1}.product-tile[aria-current] small{color:#57635d}.product-tile[aria-current]>img{opacity:1}.product-tile[aria-current]>svg{opacity:1}
.rail-arrow{display:grid;place-items:center;color:#e4eaf0;background:none;border:1px solid #ffffff24;min-height:44px;width:44px;border-radius:5px;padding:0;cursor:pointer}.rail-arrow svg{width:20px;height:20px}.rail-arrow:disabled{opacity:.25;cursor:default}.rail-arrow:not(:disabled):hover{background:#ffffff12}
body .home{height:100svh;min-height:0}
body .home-footer{bottom:calc(var(--dock-height) + 24px)}
body .hero-heading{left:clamp(24px,4vw,64px);top:calc(var(--site-header-height) + 26px)}
body .home-footer{left:clamp(24px,4vw,64px);right:clamp(24px,4vw,64px)}
body.product-mode #main{padding-top:var(--site-header-height)}
.product-deck{height:calc(100svh - var(--site-header-height) - var(--dock-height));display:flex;flex-direction:column;background:#1a1e23;min-width:0;color:#f4f5f6}
.deck-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:64px;padding:0 26px;border-block:1px solid #ffffff16;flex-shrink:0;background:#1a1e23}
.deck-product-name{font-size:.875rem;line-height:1.4;color:#c2ccd4}
.deck-tabs{display:flex;gap:4px;overflow:auto;min-width:0;scrollbar-width:none}
.deck-tabs button{display:flex;gap:8px;align-items:center;white-space:nowrap;min-height:44px;padding:8px 17px;font-family:inherit;font-size:.875rem;border:0;background:none;color:#aeb8c2;border-radius:4px;cursor:pointer}
.deck-tabs button>span{font-size:.75rem;opacity:.55}.deck-tabs button[aria-selected=true]{background:#ffffff0e;color:#fff}.deck-tabs button[aria-selected=true]>span{opacity:1;color:#bdcfc4}.deck-tabs button:hover{background:#ffffff15}
.deck-arrows{justify-self:end;display:flex;align-items:center;gap:8px}.deck-arrows>span{font-size:.75rem;color:#b1bdc8;margin-right:12px;font-variant-numeric:tabular-nums}
.deck-arrows button{display:grid;place-items:center;background:transparent;color:#e4eaf0;border:1px solid #ffffff26;min-width:44px;min-height:44px;border-radius:4px;cursor:pointer}.deck-arrows button svg{width:18px;height:18px}.deck-arrows button:disabled{opacity:.25;cursor:default}.deck-arrows button:not(:disabled):hover{background:#ffffff12}
.deck-viewport{display:flex;flex:1;min-height:0;min-width:0;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;outline:none}
.deck-slide{flex:0 0 100%;width:100%;height:100%;min-width:0;overflow-y:auto;overflow-x:hidden;scroll-snap-align:start;scroll-snap-stop:always;overscroll-behavior-y:contain;scrollbar-color:#57616a #1a1e23;scrollbar-width:thin}
.deck-viewport.is-dragging{scroll-snap-type:none;cursor:grabbing;user-select:none}.deck-viewport.is-dragging *{user-select:none}
.deck-slide .hse-intro{max-width:none;min-height:100%;grid-template-columns:.95fr 1.05fr;gap:clamp(24px,4vw,64px);padding:28px clamp(24px,4vw,64px) 36px;box-sizing:border-box;align-items:center}
.deck-slide .hse-back{margin-bottom:24px}
.deck-slide .hse-intro h1{font-size:clamp(32px,4vw,62px);line-height:1.05;margin:18px 0 22px}
.deck-slide .hse-intro-copy>p{font-size:1rem;line-height:1.6;max-width:560px}
.deck-slide .hse-intro-actions{margin-top:24px;gap:14px}
.deck-slide .hse-photo{height:100%;min-height:320px;aspect-ratio:auto;align-self:stretch;border-radius:5px}
.deck-slide .hse-capabilities{max-width:1600px;min-height:100%;padding-top:36px;padding-bottom:48px;border:0}
.deck-slide .safety-demo{padding-top:30px;min-height:100%;scroll-margin:0}
.deck-slide .hse-demo-heading{padding-bottom:24px}
.deck-slide .hse-demo-heading h2{font-size:clamp(26px,2.7vw,38px)}
.deck-slide .hse-demo-heading p{margin-top:12px;font-size:1rem}
.deck-slide .hse-demo-footer{padding-bottom:26px}
.deck-slide .table-scroll,.deck-slide .ma-scroll{overscroll-behavior-x:contain}
.deck-slide .ma-experience{border-radius:0}
body .toast{bottom:calc(var(--dock-height) + 14px);z-index:60}
.product-dock :focus-visible,.deck-toolbar :focus-visible,.home-return:focus-visible{outline:2px solid #bcd1c8;outline-offset:2px}
.deck-viewport:focus-visible{outline:2px solid #bcd1c8;outline-offset:-3px}
@media(min-width:1600px){.product-tile{flex-basis:0;max-width:none}}
@media(max-width:1000px){.deck-toolbar{grid-template-columns:1fr auto}.deck-product-name{display:none}.deck-tabs{justify-self:start}.deck-slide .hse-photo{min-height:380px}.deck-slide .hse-intro{grid-template-columns:1fr 1fr;gap:26px}.deck-slide .hse-intro h1{font-size:36px}}
@media(max-width:760px){
 body{--dock-height:118px;--site-header-height:64px}
 body .global-header,body.product-mode .global-header{padding:0 16px;gap:10px}
 body .global-header .wordmark{font-size:23px}.home-return{font-size:.875rem;gap:5px}
 body .global-tools .request-demo .demo-full-label{display:none}body .global-tools .request-demo .demo-short-label{display:inline}
 body .global-tools button.request-demo{padding:0 12px}
 .product-dock{padding:9px 10px max(8px,env(safe-area-inset-bottom))}.dock-heading{margin-inline:2px;font-size:.75rem;gap:8px}.dock-heading>span:last-child{max-width:50%;text-align:right}
 .dock-row{grid-template-columns:1fr;gap:0}.rail-arrow{display:none}.product-tile{flex:0 0 190px;max-width:230px;min-height:64px}
 .deck-toolbar{min-height:60px;padding:0 12px;gap:4px}.deck-tabs{gap:1px}.deck-tabs button{padding:8px 10px;gap:4px}.deck-tabs button>span{display:none}.deck-arrows{gap:4px}.deck-arrows>span{display:none}
 .deck-slide .hse-intro{grid-template-columns:1fr;gap:26px;padding:26px 24px 32px}
 .deck-slide .hse-intro h1{font-size:40px;max-width:570px}.deck-slide .hse-back{margin-bottom:20px}
 .deck-slide .hse-photo{height:340px;min-height:340px;order:1}.deck-slide .hse-intro-copy{order:0}
 .deck-slide .hse-capabilities{grid-template-columns:1fr;padding-inline:24px;gap:40px}
 body .home-footer{bottom:calc(var(--dock-height) + 22px);left:24px;right:24px}
 body .hero-heading{top:calc(var(--site-header-height) + 32px);max-width:calc(100% - 48px)}
}
@media(max-width:480px){
 body .global-header,body.product-mode .global-header{grid-template-columns:auto 1fr auto;padding:0 12px;gap:8px}
 .home-return{min-width:36px;min-height:44px;justify-content:center;padding:0}.home-return>span{display:none}
 body .global-header .wordmark{justify-self:start;font-size:22px}.wordmark span{font-size:14px}
 body .global-tools{gap:5px}body .global-tools button.request-demo,body .global-tools button.request-demo:hover{padding:0 10px}
 .dock-heading>span:last-child{display:none}.dock-heading{margin-bottom:6px}.product-dock{padding-top:12px}.product-tile{flex-basis:184px}
 .deck-toolbar{padding:0 8px}.deck-tabs button{padding:8px}.deck-arrows button{min-width:44px}
 .deck-slide .hse-intro h1{font-size:36px}.deck-slide .hse-photo{height:290px;min-height:290px}
 .home-footer p{max-width:50%}.home-cta{max-width:45%;font-size:.875rem}
 body .hero-heading h1{font-size:clamp(38px,10vw,52px)}
}
@media(max-height:680px) and (min-width:761px){.deck-slide .hse-intro h1{font-size:34px}.deck-slide .hse-back{margin-bottom:12px}.deck-slide .hse-photo{min-height:280px}.deck-slide .hse-intro{padding-block:20px}.deck-slide .hse-intro-copy>p{font-size:1rem}.hero-heading{max-width:42%}}
@media(prefers-reduced-motion:reduce){.product-tile,.product-tile>img{transition:none}.product-rail,.deck-viewport{scroll-behavior:auto!important}}

/* Soft edges and restrained light on the graphite product surfaces. */
.product-dock{
 border-radius:18px 18px 0 0;
 background:radial-gradient(ellipse at 18% 0%,#8ca99e20,transparent 52%),linear-gradient(180deg,#2b323bef,#1d2229f5);
 box-shadow:0 -12px 44px #080c1438,inset 0 1px 0 #ffffff0d;
}
.product-tile{
 position:relative;isolation:isolate;overflow:hidden;border-radius:14px;
 background:linear-gradient(135deg,#ffffff0c,#ffffff02);
 box-shadow:0 3px 10px #080c1424,inset 0 1px 0 #ffffff08;
 transition:background .2s,border-color .2s,box-shadow .2s;
}
.product-tile>img{border-radius:9px}
.product-tile>.scene-thumbnail{position:relative;display:block;flex:none;width:58px;height:52px;border-radius:9px;overflow:hidden;opacity:.8;background:#242c2b;transition:opacity .2s}
.scene-thumbnail>img{position:absolute;display:block;max-width:none;object-fit:fill;pointer-events:none}
.product-tile:hover>.scene-thumbnail,.product-tile[aria-current]>.scene-thumbnail{opacity:1}
@media(prefers-reduced-motion:reduce){.product-tile>.scene-thumbnail{transition:none}}
.product-tile:hover{background:linear-gradient(135deg,#ffffff16,#ffffff06);box-shadow:0 4px 14px #080c1430,inset 0 1px 0 #ffffff16}
.product-tile[aria-current]{background:linear-gradient(135deg,#fcfdfc,#dce6e2);box-shadow:0 3px 12px #080c1438,inset 0 1px 0 #fff}
.deck-tabs button,.deck-arrows button,.rail-arrow{border-radius:10px}
.deck-tabs button[aria-selected=true]{background:linear-gradient(135deg,#ffffff16,#ffffff07);box-shadow:inset 0 1px 0 #ffffff0a}
body .global-tools button,body .global-tools button:hover,body .global-tools button:focus-visible{border-radius:10px}
.product-deck{background:radial-gradient(ellipse at 78% 8%,#89a39a0c,transparent 55%),#1a1e23}
.deck-slide .hse-photo{border-radius:16px;box-shadow:0 16px 42px #090e1840,0 0 0 1px #ffffff0c}
.deck-slide .hse-module{
 position:relative;isolation:isolate;overflow:hidden;border-radius:12px;
 margin-block:7px;padding-inline:14px;border:1px solid #ffffff16;
 background:linear-gradient(125deg,#ffffff08,#ffffff02);
 box-shadow:inset 0 1px 0 #ffffff05;
}
.product-tile>*,.deck-slide .hse-module>*{position:relative;z-index:1}
.product-tile::after,.deck-slide .hse-module::after{
 content:'';position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;opacity:0;
 background:radial-gradient(240px circle at var(--light-x,50%) var(--light-y,50%),#e0eee922,transparent 72%);
 transition:opacity .25s ease;
}
.product-tile.has-cursor-light::after,.deck-slide .hse-module.has-cursor-light::after{opacity:1}
.product-tile[aria-current]::after{background:radial-gradient(220px circle at var(--light-x,50%) var(--light-y,50%),#ffffff95,transparent 72%)}
.cursor-spotlight{
 position:fixed;left:0;top:0;width:600px;height:600px;z-index:44;pointer-events:none;border-radius:50%;
 background:radial-gradient(circle,#dceae916 0%,#ccdfe309 30%,transparent 68%);
 mix-blend-mode:screen;opacity:0;transition:opacity .3s ease;contain:strict;
}
.cursor-spotlight.is-active{opacity:1}
body:has(dialog[open]) .cursor-spotlight{opacity:0}
@media(hover:none),(pointer:coarse),(prefers-reduced-motion:reduce){
 .cursor-spotlight{display:none}
 .product-tile::after,.deck-slide .hse-module::after{display:none}
}
@media(prefers-reduced-motion:reduce){.product-tile,.product-tile::after,.deck-slide .hse-module::after{transition:none}}
@media(forced-colors:active){.cursor-spotlight,.product-tile::after,.deck-slide .hse-module::after{display:none}}
