@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg: #0a0a0a;--surface: #111113;--raised: #17171a;--surface-hover: #1b1b1f;--text: #f5f5f5;--muted: #96969e;--muted-strong: #b5b5bd;--border: rgba(255, 255, 255, .09);--border-strong: rgba(255, 255, 255, .15);--accent: #6366f1;--accent-secondary: #8b5cf6;--display: "Space Grotesk", sans-serif;--body: "DM Sans", sans-serif;--header-bg: rgba(10, 10, 10, .78);--shadow-small: 0 10px 35px rgba(0, 0, 0, .16);--shadow: 0 24px 80px rgba(0, 0, 0, .24);--radius-small: 8px;--radius-medium: 12px;--radius-large: 16px;--ease: cubic-bezier(.2, .8, .2, 1)}:root[data-theme=light]{--bg: #f2f0eb;--surface: #fffefa;--raised: #f8f7f3;--surface-hover: #ffffff;--text: #151517;--muted: #707078;--muted-strong: #4f4f56;--border: rgba(20, 20, 24, .1);--border-strong: rgba(20, 20, 24, .16);--header-bg: rgba(242, 240, 235, .82);--shadow-small: 0 10px 35px rgba(35, 31, 24, .07);--shadow: 0 24px 80px rgba(35, 31, 24, .1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px;overflow-x:hidden}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body,button,input,textarea,select{font-family:var(--body)}button,input{font:inherit}button{cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{display:block}img{max-width:100%}::selection{background:#6366f14d;color:var(--text)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.site{position:relative;min-height:100vh;width:100%;overflow:clip;background:radial-gradient(circle at 82% -10%,rgba(99,102,241,.035),transparent 28%),var(--bg)}.ambient{position:absolute;top:-300px;right:-220px;width:720px;height:720px;pointer-events:none;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.12) 0%,rgba(99,102,241,.04) 35%,transparent 70%);filter:blur(8px)}.header{position:relative;z-index:100;width:min(1240px,100%);height:76px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.brand{display:inline-flex;align-items:center;gap:9px;color:var(--text);font-family:var(--display);font-size:21px;font-weight:700;letter-spacing:-.06em;transition:opacity .25s ease}.brand:hover{opacity:.82}.brand-dot{color:var(--accent)}.logo-slot{position:relative;width:27px;height:27px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--raised)}.logo-slot img{width:100%;height:100%;object-fit:contain}.logo-fallback{color:var(--text);font-family:var(--display);font-size:13px;font-weight:700;line-height:1}.header nav{display:flex;align-items:center;gap:31px;margin-left:90px}.header nav a,.footer div a{position:relative;color:var(--muted);font-size:12px;font-weight:500;transition:color .25s ease,opacity .25s ease}.header nav a:hover,.footer div a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn,.menu-btn,.bag-btn{height:38px;border:1px solid var(--border);outline:none;background:transparent;color:var(--text);transition:background .25s ease,border-color .25s ease,transform .25s var(--ease)}.icon-btn:hover,.menu-btn:hover,.bag-btn:hover{background:var(--surface);border-color:var(--border-strong)}.icon-btn:active,.menu-btn:active,.bag-btn:active{transform:scale(.97)}.icon-btn,.menu-btn{width:38px;display:grid;place-items:center;border-radius:var(--radius-small)}.bag-btn{display:flex;align-items:center;gap:7px;padding:0 12px;border-radius:var(--radius-small);font-size:12px;font-weight:500}.bag-btn b{min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px;background:var(--accent);color:#fff;border-radius:50%;font-size:9px;font-weight:700}.menu-btn{display:none}.section{width:min(1240px,100%);margin:0 auto;padding-left:28px;padding-right:28px}.hero{position:relative;width:min(1240px,100%);min-height:610px;margin:0 auto;padding:122px 28px 55px;display:flex;flex-direction:column;justify-content:space-between}.hero-kicker{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.16em}.hero-kicker span:first-child{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:var(--accent);box-shadow:0 0 18px #6366f140}.hero h1{max-width:900px;margin:75px 0 50px;color:var(--text);font-family:var(--display);font-size:clamp(54px,7vw,94px);font-weight:600;line-height:.92;letter-spacing:-.075em}.hero h1 i,.section-head h2 i,.bundle h2 i,.closing h2 i{color:#77777f;font-style:normal}:root[data-theme=light] .hero h1 i,:root[data-theme=light] .section-head h2 i,:root[data-theme=light] .bundle h2 i,:root[data-theme=light] .closing h2 i{color:#85838a}.hero-bottom{max-width:820px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.hero-bottom p{max-width:370px;margin:0;color:var(--muted);font-size:15px;line-height:1.6}.hero-link{display:inline-flex;align-items:center;gap:10px;padding-bottom:9px;border-bottom:1px solid var(--border);color:var(--text);font-size:12px;font-weight:600;transition:gap .35s var(--ease),border-color .25s ease}.hero-link:hover{gap:15px;border-color:var(--border-strong)}.hero-link svg{transition:transform .35s var(--ease)}.hero-link:hover svg{transform:translate(2px,2px)}.hero-index{position:absolute;right:28px;bottom:60px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:9px;letter-spacing:.12em;writing-mode:vertical-rl}.hero-index b{color:var(--text);font-family:var(--display);font-size:13px}.marquee{width:100%;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:15px 0;white-space:nowrap;color:var(--muted);font-size:9px;letter-spacing:.2em}.marquee div{display:inline-block;min-width:max-content;animation:marquee 30s linear infinite}.marquee span{margin:0 25px;color:var(--accent)}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:125px 0 38px}.section-head>div{display:flex;align-items:flex-start;gap:25px}.section-no{padding-top:9px;color:var(--accent);font-size:10px;font-weight:600;letter-spacing:.16em}.eyebrow{color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.16em}.section-head h2{margin:0;color:var(--text);font-family:var(--display);font-size:clamp(38px,5vw,66px);font-weight:600;line-height:.94;letter-spacing:-.07em}.section-head p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.bento{display:grid;grid-template-columns:1.28fr .92fr .92fr;grid-template-rows:330px 330px 370px;gap:10px}.product-card{min-width:0;min-height:0;display:flex;flex-direction:column;opacity:1;transition:opacity .35s ease,transform .5s var(--ease)}.product-card.hidden{display:none}.product-card:nth-child(1){grid-column:1 / span 2;grid-row:1 / span 2}.product-card:nth-child(2){grid-column:3;grid-row:1}.product-card:nth-child(3){grid-column:3;grid-row:2}.product-card:nth-child(4){grid-column:1;grid-row:3}.product-card:nth-child(5){grid-column:2 / span 2;grid-row:3}.preview-wrap{position:relative;min-width:0;min-height:0;flex:1;overflow:hidden;border:1px solid var(--border);border-bottom:0;background:var(--raised);isolation:isolate;transition:border-color .35s ease,box-shadow .45s var(--ease)}.product-card:hover .preview-wrap{border-color:var(--border-strong);box-shadow:var(--shadow-small)}.preview{position:relative;width:100%;height:100%;overflow:hidden;font-family:var(--body);transition:transform .65s var(--ease),filter .5s ease}.product-card:hover .preview{transform:scale(1.018)}.preview-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.06),transparent 22%,transparent 75%,rgba(0,0,0,.08))}.preview-chip{position:absolute;top:13px;left:13px;z-index:10;padding:6px 8px;border:1px solid rgba(255,255,255,.14);background:#0000004d;color:#ffffffb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:8px;letter-spacing:.12em;transition:background .3s ease,border-color .3s ease}.product-card:hover .preview-chip{background:#0006;border-color:#fff3}.preview-arrow{position:absolute;top:13px;right:13px;z-index:10;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:#0000004d;color:#fff;opacity:0;transform:translateY(5px);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:opacity .3s ease,transform .35s var(--ease),background .25s ease}.product-card:hover .preview-arrow,.preview-arrow:focus-visible{opacity:1;transform:translateY(0)}.preview-arrow:hover{background:#6366f1bf}.product-info{display:grid;grid-template-columns:minmax(0,1fr) minmax(130px,1.15fr) auto;align-items:end;gap:22px;min-width:0;padding:19px 2px 22px;border-bottom:1px solid var(--border)}.product-info>div:first-child{min-width:0}.product-info .eyebrow{font-size:8px}.product-info h3{margin:5px 0 0;color:var(--text);font-family:var(--display);font-size:22px;font-weight:600;line-height:1;letter-spacing:-.05em}.product-info p{max-width:240px;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.product-meta{display:flex;align-items:center;gap:20px}.product-meta strong{color:var(--text);font-family:var(--display);font-size:17px;font-weight:500}.product-meta button{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:var(--text);font-size:11px;font-weight:600;white-space:nowrap}.product-meta button svg{transition:transform .3s var(--ease)}.product-meta button:hover svg{transform:translate(4px)}.preview-darksaas{position:relative;padding:16px;background:radial-gradient(circle at 75% 40%,rgba(99,102,241,.12),transparent 30%),linear-gradient(135deg,#0b0b10,#14141b 58%,#0d0d12);color:#f4f3f7}.mini-nav{display:flex;align-items:center;gap:5px;color:#f4f3f7;font-size:8px;opacity:.75}.mini-nav>div{display:flex;gap:12px;margin-left:auto}.mini-nav i{width:22px;height:3px;border-radius:4px;background:#777;opacity:.8}.mini-mark{width:9px;height:9px;border-radius:3px;background:#8170ff}.ds-copy{position:absolute;top:27%;left:11%;z-index:3}.ds-copy small{color:#898995;font-size:6px;letter-spacing:.16em}.ds-copy strong{display:block;margin:15px 0;font-family:var(--display);font-size:clamp(27px,3.8vw,52px);font-weight:500;line-height:.88;letter-spacing:-.07em}.ds-copy strong em{color:#8e8d9c;font-style:normal}.ds-copy p{max-width:175px;color:#898995;font-size:8px;line-height:1.5}.ds-copy button{display:flex;align-items:center;gap:5px;margin-top:7px;padding:7px 9px;border:1px solid #393942;border-radius:4px;background:#f1eff9;color:#17171b;font-size:7px;font-weight:600}.ds-orb{position:absolute;top:17%;right:5%;width:42%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 30%,#c5bfff 0,#655cf4 15%,#29245c 47%,transparent 70%);filter:blur(1px);opacity:.75;animation:orbFloat 7s ease-in-out infinite}@keyframes orbFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-7px,0)}}.ds-panel{position:absolute;right:7%;bottom:9%;width:29%;padding:11px;border:1px solid #33333e;background:#1a1a22c7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-size:6px}.ds-panel b{display:block;margin-top:5px;font-family:var(--display);font-size:16px;font-weight:600}.bars{height:32px;display:flex;align-items:flex-end;gap:3px;margin-top:6px}.bars i{display:block;flex:1;background:#7068ef;opacity:.7}.bars i:nth-child(1){height:30%}.bars i:nth-child(2){height:44%}.bars i:nth-child(3){height:34%}.bars i:nth-child(4){height:65%}.bars i:nth-child(5){height:55%}.bars i:nth-child(6){height:82%}.bars i:nth-child(7){height:95%}.preview-neural{position:relative;padding:15px;background:#e9e6df;color:#15151a}.neural-nav{display:flex;align-items:center;gap:22px;font-size:7px}.neural-nav b{margin-right:auto;font-family:var(--display);font-size:11px;font-weight:700}.neural-nav button{padding:6px 8px;border:0;background:#17171a;color:#fff;font-size:6px}.neural-hero{height:75%;display:flex;align-items:center;justify-content:space-between;padding:0 8%}.neural-hero small{font-size:5px;letter-spacing:.15em}.neural-hero strong{display:block;margin-top:12px;font-family:var(--display);font-size:clamp(25px,3.3vw,44px);font-weight:600;line-height:.9;letter-spacing:-.07em}.neural-hero em{color:#797772;font-style:normal}.neural-sphere{position:relative;width:36%;aspect-ratio:1;flex:0 0 auto;border-radius:50%;background:radial-gradient(circle at 30% 28%,#fff 0,#b6b0a5 8%,#68645f 26%,#262521 65%,#0c0c0b);box-shadow:inset -20px -18px 40px #090909,0 15px 30px #46413740;animation:neuralFloat 8s ease-in-out infinite}@keyframes neuralFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(2deg)}}.neural-sphere:before,.neural-sphere:after{content:"";position:absolute;top:12%;right:5%;bottom:12%;left:5%;border:1px solid rgba(255,255,255,.27);border-radius:50%;transform:rotate(35deg)}.neural-sphere:after{transform:rotate(-35deg)}.neural-foot{position:absolute;right:8%;bottom:12px;left:8%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:8px;border-top:1px solid #bdb9b1;font-size:6px}.preview-monument{position:relative;padding:14px;background:#d6d0c5;color:#24221e}.mon-nav{display:flex;justify-content:space-between;gap:10px;font-size:7px}.mon-nav b{font-family:var(--display);font-size:10px;font-weight:700;letter-spacing:.06em}.mon-grid{height:78%;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:7%;padding:0 9%}.mon-title{font-family:var(--display);font-size:clamp(25px,3.2vw,40px);font-weight:600;line-height:.85;letter-spacing:-.08em}.mon-title i{color:#777064;font-style:normal}.mon-photo{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:linear-gradient(145deg,#9e9483,#292722)}.mon-photo:after{content:"";position:absolute;top:25%;right:19%;bottom:25%;left:19%;background:#c2b9a7;transform:rotate(14deg);box-shadow:0 20px 25px #17150f66}.mon-photo span{position:absolute;top:8px;right:8px;z-index:2;color:#eee;font-size:6px}.mon-bottom{position:absolute;right:9%;bottom:12px;left:9%;display:flex;justify-content:space-between;gap:10px;padding-top:7px;border-top:1px solid #9e978c;font-size:6px}.preview-foundry{position:relative;padding:14px;background:#d7d1c7;color:#24211d}.foundry-nav{display:flex;justify-content:space-between;gap:10px;font-size:6px}.foundry-nav b:first-child{font-family:var(--display);font-size:10px;font-weight:700}.foundry-hero{padding:17% 7%}.foundry-hero small{font-size:5px;letter-spacing:.15em}.foundry-hero strong{display:block;margin:11px 0;font-family:var(--display);font-size:clamp(27px,3.2vw,43px);font-weight:600;line-height:.86;letter-spacing:-.07em}.foundry-hero em{color:#81776b;font-style:normal}.foundry-hero button{display:flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid #7f786e;background:transparent;color:#24211d;font-size:6px}.foundry-product{position:absolute;right:7%;bottom:-8%;width:39%;height:67%;display:flex;align-items:center;justify-content:center;gap:8%;background:#b7aea1;transform:rotate(-7deg)}.bottle{position:relative;width:23%;height:62%;border-radius:45% 45% 17% 17%;background:linear-gradient(90deg,#272520,#777065 40%,#292721)}.bottle:before{content:"";position:absolute;top:-10%;left:27%;width:45%;height:13%;background:#25231f}.bottle.b2{height:48%;opacity:.7}.foundry-product>span{position:absolute;bottom:7px;left:7px;font-size:5px}.preview-command{display:flex;background:#111316;color:#e6e7e9}.cmd-side{width:34px;flex:0 0 34px;display:flex;flex-direction:column;align-items:center;gap:21px;padding-top:18px;border-right:1px solid #292c30;color:#6d7177;font-size:8px}.cmd-side b{color:#d6d7da;font-size:12px}.cmd-side .active{color:#8b84ff}.cmd-main{min-width:0;flex:1;padding:18px 20px}.cmd-head{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:7px}.cmd-head span{color:#777b82}.cmd-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:17px}.cmd-stats div{min-width:0;padding:10px;border:1px solid #282c31}.cmd-stats small{display:block;color:#6d7178;font-size:5px}.cmd-stats b{display:block;margin:5px 0;font-family:var(--display);font-size:15px;font-weight:500}.cmd-stats em{color:#8c86ed;font-size:5px;font-style:normal}.cmd-chart{position:relative;height:52%;margin-top:12px;padding:8px;border:1px solid #282c31}.chart-grid{position:absolute;top:10px;right:10px;bottom:10px;left:10px;background:repeating-linear-gradient(to bottom,transparent 0,transparent calc(25% - 1px),#292c31 calc(25% - 1px),#292c31 25%);opacity:.7}.chart-line{position:absolute;top:22%;right:4%;bottom:15%;left:4%;z-index:2;clip-path:polygon(0 70%,10% 62%,18% 72%,27% 45%,36% 55%,47% 25%,56% 41%,67% 20%,78% 36%,88% 10%,100% 0,100% 4%,88% 15%,78% 41%,67% 25%,56% 46%,47% 30%,36% 61%,27% 51%,18% 78%,10% 67%,0 77%);background:#8a82ee}.cmd-chart>span{position:absolute;bottom:3px;color:#666;font-size:4px;transform:translate(-50%)}.cmd-chart>span:nth-of-type(1){left:10%}.cmd-chart>span:nth-of-type(2){left:25%}.cmd-chart>span:nth-of-type(3){left:40%}.cmd-chart>span:nth-of-type(4){left:55%}.cmd-chart>span:nth-of-type(5){left:70%}.cmd-chart>span:nth-of-type(6){left:85%}.bundle{position:relative;min-height:570px;margin-top:150px;padding:27px 32px 20px;overflow:hidden;border:1px solid var(--border);background:linear-gradient(135deg,rgba(255,255,255,.015),transparent 45%),#111114}:root[data-theme=light] .bundle{background:linear-gradient(135deg,rgba(99,102,241,.025),transparent 50%),var(--surface)}.bundle-glow{position:absolute;top:-210px;right:-120px;width:650px;height:650px;pointer-events:none;background:radial-gradient(circle,rgba(99,102,241,.19),transparent 65%)}.bundle-top,.bundle-bottom{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#777983;font-size:8px;letter-spacing:.15em}.bundle-content{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:80px;padding:88px 7% 70px}.bundle-copy h2{margin:0;font-family:var(--display);font-size:clamp(45px,6vw,78px);font-weight:600;line-height:.9;letter-spacing:-.075em}.bundle-copy>p{max-width:390px;margin:28px 0;color:#888891;font-size:12px;line-height:1.6}.price-line{display:flex;align-items:flex-end;gap:16px;margin-bottom:28px}.price-line>strong{font-family:var(--display);font-size:43px;font-weight:500;letter-spacing:-.07em}.price-line span{display:flex;align-items:center;gap:8px;color:#6f7078;font-size:10px}.price-line b{padding:5px 7px;background:#26242e;color:#b4b0f8;font-size:8px}.primary{display:inline-flex;align-items:center;gap:28px;min-height:43px;padding:13px 15px;border:1px solid #716df4;background:linear-gradient(110deg,#5b5ee7,#7061e8);color:#fff;font-size:11px;font-weight:600;transition:transform .3s var(--ease),box-shadow .3s ease,border-color .3s ease}.primary:hover{transform:translateY(-2px);border-color:#8581ff;box-shadow:0 12px 35px #6366f12e}.primary svg{transition:transform .3s var(--ease)}.primary:hover svg{transform:translate(4px)}.bundle-list{border-top:1px solid #2a2a2e}.bundle-list div{display:grid;grid-template-columns:35px minmax(0,1fr) minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #2a2a2e}.bundle-list span,.bundle-list small{color:#6d6e76;font-size:8px}.bundle-list b{overflow:hidden;font-family:var(--display);font-size:17px;font-weight:500;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.bundle-list strong{font-family:var(--display);font-size:13px;font-weight:400}.bundle-bottom{padding-top:16px;border-top:1px solid #2a2a2e}.why{padding-bottom:140px}.why-grid{display:grid;grid-template-columns:1.5fr .75fr .75fr;grid-template-rows:200px 200px;gap:10px}.why-large,.why-small{border:1px solid var(--border)}.why-large{grid-row:1 / span 2;min-width:0;display:flex;flex-direction:column;padding:28px;background:var(--raised)}.why-large h3{margin:40px 0 15px;font-family:var(--display);font-size:clamp(31px,4vw,50px);font-weight:500;line-height:.92;letter-spacing:-.07em}.why-large p{max-width:390px;margin:0;color:var(--muted);font-size:12px;line-height:1.6}.why-large>span{margin-top:auto;color:#666;font-size:8px;letter-spacing:.13em}.why-small{min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:25px;background:transparent}.why-small b{font-family:var(--display);font-size:36px;font-weight:500;letter-spacing:-.06em}.why-small span{font-size:11px;line-height:1.4}.dark-tile{background:#151519}:root[data-theme=light] .dark-tile{background:#e9e7e1}.closing{padding-top:100px;padding-bottom:105px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center}.closing h2{margin:30px auto 40px;font-family:var(--display);font-size:clamp(48px,7vw,90px);font-weight:600;line-height:.9;letter-spacing:-.075em}.footer{width:min(1240px,100%);margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:32px 28px 45px}.footer>span{color:var(--muted);font-size:9px}.footer div{display:flex;justify-content:flex-end;gap:22px}.toast{position:fixed;right:22px;bottom:22px;z-index:1000;display:flex;align-items:center;gap:9px;max-width:calc(100vw - 44px);padding:12px 15px;background:var(--text);color:var(--bg);box-shadow:var(--shadow);font-size:11px;animation:toastIn .35s var(--ease)}@keyframes toastIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.header nav{margin-left:30px}.hero h1{max-width:760px}.bento{grid-template-columns:1fr 1fr;grid-template-rows:380px 300px 300px 360px}.product-card:nth-child(1){grid-column:1 / span 2;grid-row:1}.product-card:nth-child(2){grid-column:1;grid-row:2}.product-card:nth-child(3){grid-column:2;grid-row:2}.product-card:nth-child(4){grid-column:1;grid-row:3}.product-card:nth-child(5){grid-column:2;grid-row:3}.product-info{grid-template-columns:minmax(0,1fr) auto}.product-info p{display:none}.bundle-content{gap:45px;padding-right:3%;padding-left:3%}}@media(max-width:900px){.header{padding-right:22px;padding-left:22px}.hero{min-height:560px;padding-right:22px;padding-left:22px}.section{padding-right:22px;padding-left:22px}.hero-index{display:none}.why-grid{grid-template-columns:1fr 1fr;grid-template-rows:320px 150px 150px}.why-large{grid-column:1 / span 2;grid-row:1}.footer{grid-template-columns:1fr 1fr}.footer>span{grid-column:1 / span 2;order:3}.footer div{grid-column:2}}@media(max-width:640px){.header{height:68px;padding:0 18px}.header nav{position:absolute;top:68px;left:0;right:0;display:none;flex-direction:column;gap:18px;margin:0;padding:20px 18px 22px;border-bottom:1px solid var(--border);background:var(--bg);box-shadow:0 20px 40px #0000001f}.header nav.open{display:flex;animation:mobileMenuIn .25s var(--ease)}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.header nav a{font-size:13px}.header-actions{gap:5px}.bag-btn{padding:0 10px}.bag-btn span{display:none}.menu-btn{display:grid}.hero{min-height:530px;padding:82px 18px 50px}.hero-kicker{font-size:8px;letter-spacing:.13em}.hero h1{max-width:100%;margin:60px 0 45px;font-size:clamp(49px,15vw,70px);line-height:.91}.hero-bottom{display:block}.hero-bottom p{max-width:310px;margin-bottom:23px;font-size:13px}.hero-link{font-size:11px}.section{padding-right:18px;padding-left:18px}.section-head{display:block;padding:88px 0 28px}.section-head>div{gap:15px}.section-no{padding-top:6px;font-size:8px}.section-head h2{font-size:clamp(38px,12vw,52px)}.section-head p{margin:20px 0 0 31px}.bento{display:flex;flex-direction:column;gap:0}.product-card,.product-card:nth-child(1),.product-card:nth-child(2),.product-card:nth-child(3),.product-card:nth-child(4),.product-card:nth-child(5){width:100%;margin:0 0 42px}.product-card:last-child{margin-bottom:0}.product-card .preview-wrap{height:300px;flex:none}.product-card:nth-child(1) .preview-wrap{height:340px}.product-card:nth-child(5) .preview-wrap{height:315px}.product-info{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px 0 20px}.product-info h3{font-size:20px}.product-info p{display:block;grid-column:1 / span 2;grid-row:2;max-width:290px;margin-top:2px;font-size:11px}.product-meta{grid-column:2;grid-row:1}.product-meta strong{display:none}.product-meta button{font-size:11px}.preview-chip{top:11px;left:11px;font-size:7px}.preview-arrow{top:11px;right:11px}.ds-copy{left:8%}.ds-copy strong{font-size:clamp(31px,10vw,48px)}.ds-orb{right:-3%;width:48%}.ds-panel{right:5%;width:35%}.neural-nav{gap:10px}.neural-nav span{display:none}.neural-hero{padding:0 6%}.neural-sphere{width:38%}.mon-grid{padding:0 7%}.foundry-product{right:4%;width:42%}.cmd-main{padding:15px}.cmd-side{width:30px;flex-basis:30px;gap:18px}.cmd-stats{gap:5px}.cmd-stats div{padding:7px}.cmd-stats b{font-size:11px}.bundle{min-height:auto;margin-top:80px;padding:20px 18px 18px}.bundle-top{font-size:7px}.bundle-content{display:flex;flex-direction:column;gap:50px;padding:65px 0 50px}.bundle-copy h2{font-size:clamp(52px,15vw,65px)}.bundle-copy>p{max-width:310px;font-size:12px}.price-line{gap:12px}.price-line>strong{font-size:40px}.bundle-list div{grid-template-columns:28px minmax(0,1fr) auto;gap:10px}.bundle-list small{display:none}.bundle-list b{font-size:15px}.bundle-list strong{font-size:12px}.bundle-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px;line-height:1.4}.bundle-bottom span:last-child{grid-column:1 / span 2}.why{padding-bottom:90px}.why-grid{display:flex;flex-direction:column;gap:10px}.why-large{min-height:360px}.why-small{min-height:120px}.closing{padding-top:75px;padding-bottom:80px}.closing h2{margin-top:25px;font-size:clamp(50px,14vw,65px)}.primary{gap:20px}.footer{display:flex;flex-wrap:wrap;justify-content:space-between;padding-right:18px;padding-left:18px}.footer>span{width:100%;order:3;margin-top:8px}.footer div{display:none}.toast{right:18px;bottom:18px;left:18px;justify-content:center;max-width:none;text-align:center}.ambient{top:-180px;right:-200px;width:420px;height:420px}}@media(max-width:360px){.header{padding-right:14px;padding-left:14px}.brand{font-size:19px}.logo-slot{width:25px;height:25px}.hero{padding-right:14px;padding-left:14px}.hero h1{font-size:47px}.section{padding-right:14px;padding-left:14px}.product-card .preview-wrap{height:270px}.product-card:nth-child(1) .preview-wrap{height:310px}.product-card:nth-child(5) .preview-wrap{height:285px}.product-info h3{font-size:19px}.bundle{padding-right:14px;padding-left:14px}.bundle-copy h2{font-size:48px}.price-line>strong{font-size:36px}.primary{width:100%;justify-content:space-between}.why-large{min-height:330px;padding:22px}.why-small{padding:20px}.closing h2{font-size:47px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.header,.hero,.section,.footer{max-width:100%}.bento,.bundle-content,.why-grid,.product-info,.bundle-list{min-width:0}.product-info>*,.bundle-content>*,.why-grid>*{min-width:0}
