:root{
  --ink:#07060c;
  --ink-2:#0d0a18;
  --panel:rgba(19,15,34,.74);
  --panel-2:rgba(12,10,23,.92);
  --line:rgba(214,211,232,.15);
  --text:#f5f3fb;
  --muted:#aaa5bb;
  --platinum:#d9d6e4;
  --gold:#d8af58;
  --violet:#8d6cff;
  --cyan:#67d9ff;
  --indigo:#32236e;
  --accent:var(--violet);
  --accent2:var(--cyan);
  --radius:26px;
  --shadow:0 30px 80px rgba(0,0,0,.42);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ink);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 50% -20%,rgba(113,79,255,.13),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.015),transparent 20%);z-index:-3}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:20;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='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}
.ambient{position:fixed;width:520px;height:520px;border-radius:50%;filter:blur(110px);opacity:.14;pointer-events:none;z-index:-2}
.ambient-a{background:#6743ff;top:15%;left:-300px}.ambient-b{background:#04bde9;right:-340px;top:56%}
.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.section{padding:120px 0}
.site-header{height:78px;position:sticky;top:0;z-index:15;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));background:linear-gradient(180deg,rgba(7,6,12,.96),rgba(7,6,12,.72));backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}
.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:32px;display:grid;place-items:center;position:relative}.brand-eye{display:block;width:34px;height:20px;border:1.5px solid var(--platinum);border-radius:90% 12%;transform:rotate(45deg);position:relative;box-shadow:0 0 18px rgba(141,108,255,.3)}.brand-eye::before{content:"";position:absolute;inset:5px;border-radius:50%;background:radial-gradient(circle,#fff 0 12%,var(--cyan) 13% 24%,var(--violet) 25% 50%,#07060c 52%);box-shadow:0 0 16px var(--violet)}
.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy b{letter-spacing:.18em;font-size:.9rem}.brand-copy small{margin-top:5px;color:var(--muted);font-size:.62rem;letter-spacing:.11em}
.desktop-nav{display:flex;gap:30px;color:#c6c1d3;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.desktop-nav a{transition:.25s}.desktop-nav a:hover{color:#fff}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;border-radius:999px;padding:0 24px;border:1px solid transparent;font-size:.83rem;font-weight:700;letter-spacing:.05em;transition:transform .25s,background .25s,border-color .25s,box-shadow .25s;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-primary{color:#090713;background:linear-gradient(115deg,#f1ecff,#a88cff 46%,#69dcff);box-shadow:0 12px 36px rgba(112,87,255,.26)}.button-primary:hover{box-shadow:0 16px 46px rgba(112,87,255,.42)}.button-ghost{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.14);color:#f7f5ff}.button-ghost:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.25)}.button-small{min-height:42px;padding:0 18px;font-size:.73rem}
.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:center;padding-top:88px;padding-bottom:110px}
.eyebrow{display:flex;align-items:center;gap:14px;color:#a9a3ba;font-size:.68rem;letter-spacing:.18em}.eyebrow i{width:52px;height:1px;background:linear-gradient(90deg,var(--violet),var(--cyan))}
.hero h1,.section h2,.closing h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em;line-height:.93}.hero h1{font-size:clamp(3.75rem,7vw,7rem);margin:28px 0 30px;max-width:760px}.hero h1 em,.section h2 em,.closing h2 em{font-weight:400;font-style:italic;color:transparent;background:linear-gradient(100deg,#f5f2ff 0,#d0c6ff 38%,#79ddff 68%,#dcb963 100%);background-clip:text;-webkit-background-clip:text}
.hero-lead{font-size:1.1rem;line-height:1.75;color:#b8b2c7;max-width:660px}.hero-actions{display:flex;gap:12px;margin-top:36px;flex-wrap:wrap}.hero-proof{display:flex;gap:34px;margin-top:52px;padding-top:24px;border-top:1px solid var(--line)}.hero-proof div{display:flex;align-items:baseline;gap:10px}.hero-proof b{font-family:Georgia,serif;font-size:1.9rem;color:var(--platinum);font-weight:400}.hero-proof span{font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;color:#8e899d}
.hero-console{position:relative;min-height:650px;border:1px solid rgba(203,194,235,.18);border-radius:34px;padding:24px;background:linear-gradient(145deg,rgba(25,20,44,.92),rgba(8,7,15,.94));box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.05);overflow:hidden}.hero-console::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 25%,rgba(255,255,255,.035) 47%,transparent 67%);transform:translateX(-100%);animation:scan 8s linear infinite}.console-glow{position:absolute;width:310px;height:310px;left:50%;top:130px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(100,212,255,.22),rgba(139,96,255,.13) 38%,transparent 72%);filter:blur(12px)}.console-topline{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:0 4px 18px;border-bottom:1px solid var(--line);font-size:.62rem;letter-spacing:.17em;color:#aaa4b8}.live-dot{width:7px;height:7px;border-radius:50%;background:#6ee7b7;box-shadow:0 0 12px #6ee7b7}
.orb-wrap{height:280px;position:relative;display:grid;place-items:center}.ocular-orb{width:150px;height:150px;border-radius:50%;border:1px solid rgba(213,207,235,.2);background:radial-gradient(circle at 40% 32%,#fff 0 2%,#7ee4ff 3% 7%,#876aff 14%,#1d1641 37%,#07060c 68%);box-shadow:0 0 70px rgba(115,86,255,.42),inset 0 0 42px rgba(126,228,255,.22);position:relative}.ocular-orb::before{content:"";position:absolute;inset:33px;border:1px solid rgba(255,255,255,.25);border-radius:50%;box-shadow:0 0 24px rgba(255,255,255,.15)}.ocular-orb span{position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;left:45px;top:36px;filter:blur(.4px);box-shadow:0 0 24px #fff}.orbit{position:absolute;border:1px solid rgba(177,162,229,.13);border-radius:50%;animation:spin 16s linear infinite}.orbit-one{width:240px;height:120px}.orbit-two{width:270px;height:190px;transform:rotate(48deg);animation-duration:23s;animation-direction:reverse}.orbit i{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 18px var(--cyan)}.orbit i:nth-child(1){top:-4px;left:50%}.orbit i:nth-child(2){right:12%;bottom:7%}.orbit i:nth-child(3){left:8%;bottom:18%}
.ritual-status{position:relative;z-index:2;text-align:center;padding:0 22px}.micro-label{font-size:.6rem;letter-spacing:.18em;color:#8b84a1}.ritual-status h2{font-family:Georgia,serif;font-weight:400;font-size:1.85rem;margin:10px 0}.ritual-status p{margin:0 auto;color:#aaa4b8;font-size:.84rem;line-height:1.6;max-width:450px}.ritual-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:26px}.ritual-grid div{padding:15px;border:1px solid var(--line);background:rgba(255,255,255,.02);border-radius:14px}.ritual-grid small{display:block;font-size:.54rem;letter-spacing:.13em;color:#7f788f;margin-bottom:7px}.ritual-grid b{font-size:.73rem;font-weight:600;line-height:1.35}.day-rail{position:relative;z-index:2;display:flex;justify-content:space-between;gap:5px;margin:20px 0 12px}.day{width:44px;height:35px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.025);cursor:pointer;color:#827c91;font-size:.67rem;transition:.25s}.day.active,.day:hover{color:#07060c;background:linear-gradient(110deg,#f4efff,#7fdfff);border-color:transparent;box-shadow:0 0 25px rgba(119,114,255,.2)}.progress-track{height:3px;background:rgba(255,255,255,.07);border-radius:3px;overflow:hidden}.progress-track i{display:block;width:14.2%;height:100%;background:linear-gradient(90deg,var(--violet),var(--cyan));transition:width .35s ease}
.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;background:rgba(255,255,255,.015)}.marquee-track{width:max-content;display:flex;gap:34px;align-items:center;animation:marquee 30s linear infinite;color:#777183;font-size:.65rem;letter-spacing:.2em}.marquee-track i{color:var(--gold);font-style:normal}
.section-kicker{font-size:.65rem;letter-spacing:.18em;color:#8e87a0;margin-bottom:24px}.section-heading,.stack-heading,.plate-heading,.visual-heading,.suite-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:end;margin-bottom:56px}.section h2{font-size:clamp(3rem,5.2vw,5.4rem);margin:0}.section-heading p,.stack-heading p,.plate-heading p,.visual-heading p,.suite-heading p,.tuner-copy>p,.timer-copy>p{color:#aaa4b9;line-height:1.75;margin:0;max-width:580px}.layer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.layer-card{position:relative;min-height:430px;padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(150deg,rgba(255,255,255,.045),rgba(255,255,255,.012));overflow:hidden}.layer-card::after{content:"";position:absolute;inset:auto -50px -80px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(119,95,255,.16),transparent 68%)}.layer-index{font-family:Georgia,serif;color:#6d667b;font-size:.82rem}.layer-icon{width:112px;height:112px;border-radius:50%;margin:50px auto 38px;border:1px solid rgba(255,255,255,.15);position:relative;background:radial-gradient(circle,rgba(123,96,255,.12),transparent 64%);box-shadow:inset 0 0 35px rgba(108,90,217,.08)}.signal-icon::before,.surface-icon::before,.system-icon::before{content:"";position:absolute;inset:33px;border:1px solid var(--accent2);border-radius:80% 14%;transform:rotate(45deg);box-shadow:0 0 24px rgba(103,217,255,.25)}.signal-icon::after{content:"";position:absolute;width:13px;height:13px;border-radius:50%;background:var(--violet);left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 18px var(--violet)}.surface-icon::before{border-radius:50% 50% 50% 0;transform:rotate(-45deg);inset:29px;background:linear-gradient(135deg,rgba(103,217,255,.5),rgba(141,108,255,.05))}.system-icon::before{inset:28px;border-radius:50%;border-style:dashed;animation:spin 12s linear infinite}.system-icon::after{content:"";position:absolute;inset:44px;border:1px solid var(--gold);border-radius:50%;box-shadow:0 0 20px rgba(216,175,88,.3)}.layer-card h3{font-family:Georgia,serif;font-size:2rem;font-weight:400;margin:0 0 12px}.layer-card p{color:#aaa4b7;font-size:.91rem;line-height:1.65}.layer-card ul{list-style:none;padding:22px 0 0;margin:22px 0 0;border-top:1px solid var(--line);color:#d6d1df;font-size:.76rem;letter-spacing:.04em}.layer-card li{margin:9px 0}.layer-card li::before{content:"+";color:var(--cyan);margin-right:9px}
.tuner-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.tuner-copy h2{font-size:clamp(3rem,5vw,5rem);margin:0 0 28px}.goal-tabs{display:flex;flex-direction:column;gap:9px;margin-top:38px}.goal{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 18px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.02);text-align:left;cursor:pointer;color:#aaa4b8;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;transition:.25s}.goal::after{content:"↗";opacity:.4}.goal.active,.goal:hover{border-color:rgba(124,205,255,.35);background:linear-gradient(90deg,rgba(114,86,255,.16),rgba(103,217,255,.05));color:#fff}.tuner-panel{padding:40px;border:1px solid rgba(192,181,231,.18);border-radius:32px;background:linear-gradient(145deg,rgba(26,20,48,.8),rgba(10,8,18,.95));box-shadow:var(--shadow);position:relative;overflow:hidden}.tuner-panel::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-120px;top:-140px;background:radial-gradient(circle,rgba(103,217,255,.15),transparent 65%)}.tuner-top{display:flex;align-items:center;gap:18px}.tuner-top span{font-family:Georgia,serif;font-size:3.5rem;font-weight:400;color:var(--platinum)}.tuner-top small{font-size:.62rem;letter-spacing:.17em;color:#948da4}.tuner-panel h3{font-family:Georgia,serif;font-weight:400;font-size:2.5rem;line-height:1.08;margin:24px 0 18px;max-width:570px}.tuner-panel>p{color:#aaa4b7;line-height:1.75;max-width:620px}.recommend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:32px 0}.recommend-grid div{min-height:105px;border:1px solid var(--line);border-radius:16px;padding:16px;background:rgba(255,255,255,.022)}.recommend-grid small{display:block;font-size:.55rem;letter-spacing:.14em;color:#7f798e;margin-bottom:10px}.recommend-grid b{font-size:.75rem;line-height:1.5}.goal-meter{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;font-size:.58rem;letter-spacing:.14em;color:#948da2}.goal-meter i{height:4px;background:rgba(255,255,255,.07);border-radius:4px;overflow:hidden}.goal-meter b{display:block;width:84%;height:100%;background:linear-gradient(90deg,var(--violet),var(--cyan));transition:width .4s}.goal-meter strong{font-size:.72rem;color:#eae7f0}
.vision-stack{background:linear-gradient(180deg,rgba(255,255,255,.015),transparent 15%,transparent 85%,rgba(255,255,255,.015));border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.stack-stage{position:relative;height:690px;border:1px solid var(--line);border-radius:34px;background:radial-gradient(circle at 50% 46%,rgba(74,50,143,.16),transparent 36%),linear-gradient(160deg,rgba(255,255,255,.025),rgba(255,255,255,.007));overflow:hidden}.stack-stage::before,.stack-stage::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.06);border-radius:50%;left:50%;top:47%;transform:translate(-50%,-50%)}.stack-stage::before{width:460px;height:460px}.stack-stage::after{width:610px;height:610px}.stack-center{position:absolute;width:120px;height:120px;left:50%;top:47%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,#fff 0 2%,#6bdfff 3% 7%,#8a6cff 13%,#16102e 39%,#08070d 68%);box-shadow:0 0 85px rgba(106,85,255,.45);z-index:2}.stack-center::before{content:"";position:absolute;width:170px;height:82px;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(207,201,232,.35);border-radius:90% 12%;rotate:45deg}.stack-center span{position:absolute;width:12px;height:12px;background:#fff;border-radius:50%;left:36px;top:30px;box-shadow:0 0 14px #fff}.system-node{position:absolute;width:140px;height:140px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(12,10,23,.86);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;z-index:3;transition:.3s;box-shadow:0 16px 40px rgba(0,0,0,.3)}.system-node i{font-family:Georgia,serif;font-style:normal;color:#8e879c;font-size:.75rem}.system-node b{font-family:Georgia,serif;font-weight:400;font-size:1.1rem;line-height:1.05}.system-node.active,.system-node:hover{border-color:rgba(116,218,255,.55);background:linear-gradient(145deg,rgba(89,62,170,.55),rgba(14,11,26,.92));transform:scale(1.05);box-shadow:0 0 36px rgba(102,93,255,.18)}.node-a{left:8%;top:13%}.node-b{right:9%;top:12%}.node-c{left:6%;bottom:10%}.node-d{right:7%;bottom:10%}.node-e{left:50%;top:3%;transform:translateX(-50%)}.node-e.active,.node-e:hover{transform:translateX(-50%) scale(1.05)}.system-readout{position:absolute;left:50%;top:47%;transform:translate(-50%,90px);width:min(530px,60%);text-align:center;z-index:4}.system-readout small{font-size:.57rem;letter-spacing:.18em;color:#8e879c}.system-readout h3{font-family:Georgia,serif;font-size:2.2rem;font-weight:400;margin:8px 0}.system-readout p{font-size:.83rem;color:#aaa5b7;line-height:1.6;margin:0 auto 14px;max-width:490px}.system-foods{font-size:.72rem;letter-spacing:.04em;color:#d8d4e2}.system-action{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:15px}.system-action span{font-size:.52rem;letter-spacing:.13em;color:var(--cyan)}.system-action b{font-size:.67rem;font-weight:600}
.timer-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.timer-copy h2{font-size:clamp(3rem,5vw,5.2rem);margin:0 0 28px}.timer-notes{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}.timer-notes span{padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:#a9a3b8;font-size:.65rem;letter-spacing:.08em}.focus-tool{display:flex;flex-direction:column;align-items:center;border:1px solid var(--line);border-radius:34px;padding:55px 34px;background:linear-gradient(150deg,rgba(23,18,42,.82),rgba(8,7,15,.95));box-shadow:var(--shadow)}.timer-ring{position:relative;width:300px;height:300px}.timer-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring-bg,.ring-progress{fill:none;stroke-width:4}.ring-bg{stroke:rgba(255,255,255,.08)}.ring-progress{stroke:url(#none);stroke:var(--cyan);stroke-linecap:round;stroke-dasharray:603;stroke-dashoffset:0;filter:drop-shadow(0 0 8px rgba(103,217,255,.55));transition:stroke-dashoffset .6s linear}.timer-face{position:absolute;inset:36px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(82,58,158,.22),rgba(11,9,20,.9) 70%);border:1px solid rgba(255,255,255,.08)}.timer-face small{font-size:.58rem;letter-spacing:.18em;color:#8f899e}.timer-face strong{font-family:Georgia,serif;font-size:4.1rem;font-weight:400;line-height:1.1;margin:8px 0}.timer-face span{font-size:.66rem;color:#918b9e}.timer-controls{display:flex;gap:10px;margin-top:34px}.icon-button{width:52px;height:52px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.025);font-size:.62rem;letter-spacing:.08em;cursor:pointer;color:#aaa4b6}
.plate-lab{background:linear-gradient(180deg,rgba(141,108,255,.045),transparent 35%),#090711;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.plate-interface{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.plate-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.plate-options label{cursor:pointer}.plate-options input{position:absolute;opacity:0;pointer-events:none}.plate-options span{min-height:120px;display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto;column-gap:14px;align-content:center;padding:20px;border:1px solid var(--line);border-radius:19px;background:rgba(255,255,255,.02);transition:.25s}.plate-options i{grid-row:1/3;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);font-family:Georgia,serif;font-style:normal;color:var(--cyan)}.plate-options b{font-family:Georgia,serif;font-size:1.15rem;font-weight:400}.plate-options small{color:#827c8e;font-size:.68rem;margin-top:4px}.plate-options input:checked+span{border-color:rgba(116,218,255,.5);background:linear-gradient(120deg,rgba(116,82,224,.19),rgba(103,217,255,.045));box-shadow:inset 0 0 26px rgba(110,91,255,.05)}.plate-options input:checked+span i{color:#08070d;background:linear-gradient(135deg,#ede8ff,#77dcff);border-color:transparent}.coverage-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid var(--line);border-radius:25px;background:linear-gradient(145deg,rgba(23,18,42,.85),rgba(9,7,16,.95));padding:34px}.coverage-orb{width:180px;height:180px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.13);background:radial-gradient(circle,rgba(110,82,218,.22),rgba(9,7,17,.92) 67%);box-shadow:0 0 50px rgba(105,87,255,.14)}.coverage-orb strong{font-family:Georgia,serif;font-size:3.4rem;font-weight:400}.coverage-orb span{font-size:.52rem;letter-spacing:.15em;color:#8e879c}.coverage-card h3{font-family:Georgia,serif;font-size:1.8rem;font-weight:400;margin:28px 0 8px}.coverage-card p{color:#918a9f;font-size:.78rem;line-height:1.55;min-height:48px}.coverage-bars{display:flex;gap:7px;margin:20px 0}.coverage-bars i{width:34px;height:4px;background:rgba(255,255,255,.08);border-radius:5px;transition:.3s}.coverage-bars i.on{background:linear-gradient(90deg,var(--violet),var(--cyan));box-shadow:0 0 10px rgba(103,217,255,.28)}.text-button{border:0;background:none;color:#c7c2d3;font-size:.69rem;letter-spacing:.08em;cursor:pointer;padding:9px 0}.text-button:hover{color:#fff}
.visual-gallery{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:10px;height:540px}.visual-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;position:relative;padding:0;background:#111;cursor:pointer;transition:.35s;min-width:0}.visual-card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.85) contrast(1.04);transition:.45s}.visual-card span{position:absolute;left:15px;bottom:14px;padding:7px 10px;border-radius:999px;background:rgba(5,5,8,.72);backdrop-filter:blur(10px);font-size:.58rem;letter-spacing:.12em;text-transform:uppercase}.visual-card:hover img{transform:scale(1.035)}.visual-card.active{grid-column:auto}.lightbox{position:fixed;inset:0;background:rgba(3,2,6,.94);backdrop-filter:blur(18px);z-index:50;display:none;place-items:center;padding:40px}.lightbox.open{display:grid}.lightbox img{max-width:min(92vw,900px);max-height:88vh;border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.7)}.lightbox button{position:absolute;right:30px;top:24px;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);font-size:1.5rem;cursor:pointer}
.suite{background:linear-gradient(180deg,rgba(255,255,255,.018),transparent),#08070e;border-top:1px solid rgba(255,255,255,.05)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-card{min-height:380px;padding:28px;border:1px solid var(--line);border-radius:23px;background:linear-gradient(150deg,rgba(255,255,255,.038),rgba(255,255,255,.01));display:flex;flex-direction:column;position:relative;overflow:hidden}.product-card::after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-100px;bottom:-100px;background:radial-gradient(circle,rgba(113,86,255,.15),transparent 65%)}.product-featured{background:linear-gradient(145deg,rgba(111,81,216,.42),rgba(13,10,25,.96));border-color:rgba(143,121,234,.35)}.product-tag{font-size:.55rem;letter-spacing:.15em;color:#8f899e}.product-num{font-family:Georgia,serif;font-size:3.5rem;color:#4c4659;margin:20px 0 30px}.product-card h3{font-family:Georgia,serif;font-size:1.55rem;font-weight:400;margin:0 0 12px}.product-card p{color:#918b9f;font-size:.78rem;line-height:1.65;flex:1}.product-card .button{align-self:flex-start;min-height:45px;margin-top:20px}.product-links{display:flex;gap:14px;margin-top:20px}.product-links a,.product-visual .text-button{font-size:.67rem;letter-spacing:.1em;color:#d6d1df}.mini-cover{height:150px;margin:14px 0 20px;border-radius:14px;overflow:hidden}.mini-cover img{width:100%;height:100%;object-fit:cover;object-position:center 34%}.complete-kit{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 34px;border:1px solid rgba(123,210,255,.22);border-radius:24px;background:linear-gradient(100deg,rgba(113,82,218,.18),rgba(103,217,255,.055))}.complete-kit small{font-size:.56rem;letter-spacing:.16em;color:#9690a4}.complete-kit h3{font-family:Georgia,serif;font-size:2rem;font-weight:400;margin:6px 0 0}
.closing{text-align:center;padding-top:160px;padding-bottom:160px}.closing-mark{width:100px;height:100px;border-radius:50%;display:grid;place-items:center;margin:0 auto 32px;border:1px solid var(--line);background:radial-gradient(circle,rgba(120,90,232,.18),transparent 66%)}.closing-mark span{width:47px;height:26px;border:1px solid var(--cyan);border-radius:90% 12%;transform:rotate(45deg);position:relative}.closing-mark span::after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--violet);left:18px;top:7px;box-shadow:0 0 14px var(--violet)}.closing>p{font-size:.63rem;letter-spacing:.22em;color:#8f899e}.closing h2{font-size:clamp(3.1rem,6vw,6.2rem);margin:25px auto 40px;max-width:900px}
.site-footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:40px;padding:34px 0 50px;border-top:1px solid var(--line);color:#817b8d;font-size:.66rem}.site-footer>p{text-align:center}.site-footer>div:last-child{display:flex;gap:18px}.site-footer a:hover{color:#fff}.mobile-dock{display:none}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@keyframes scan{to{transform:translateX(100%)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translateX(-50%)}}
@media (max-width:1000px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;gap:55px}.hero-console{max-width:700px;width:100%;margin:auto}.section-heading,.stack-heading,.plate-heading,.visual-heading,.suite-heading{grid-template-columns:1fr;gap:22px}.layer-grid{grid-template-columns:1fr}.layer-card{min-height:auto}.layer-icon{margin:28px 0}.tuner-section,.timer-layout{grid-template-columns:1fr;gap:52px}.goal-tabs{flex-direction:row;flex-wrap:wrap}.goal{width:auto}.stack-stage{height:820px}.node-a{left:5%;top:10%}.node-b{right:5%;top:10%}.node-c{left:5%;bottom:13%}.node-d{right:5%;bottom:13%}.node-e{top:2%}.system-readout{width:80%;transform:translate(-50%,95px)}.plate-interface{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.visual-gallery{grid-template-columns:repeat(5,1fr);height:420px}.site-footer{grid-template-columns:1fr;text-align:center}.site-footer>p{text-align:center}.site-footer>div{justify-content:center}.footer-brand{justify-content:center}}
@media (max-width:700px){.shell{width:min(100% - 28px,1180px)}.section{padding:88px 0}.site-header{height:66px;padding:0 15px}.site-header>.button{display:none}.brand-copy b{font-size:.78rem}.brand-mark{width:36px}.hero{min-height:auto;padding-top:70px;padding-bottom:80px}.hero h1{font-size:clamp(3rem,15vw,4.6rem)}.hero-lead{font-size:.98rem}.hero-proof{gap:15px;justify-content:space-between}.hero-proof div{display:block}.hero-proof span{display:block;margin-top:4px}.hero-console{min-height:620px;border-radius:26px;padding:18px}.orb-wrap{height:240px}.ritual-grid{grid-template-columns:1fr}.ritual-grid div{padding:11px}.day{width:36px}.section h2{font-size:clamp(2.7rem,13vw,4rem)}.layer-card{padding:25px}.tuner-panel{padding:25px}.tuner-panel h3{font-size:2rem}.recommend-grid{grid-template-columns:1fr}.goal-tabs{display:grid;grid-template-columns:1fr}.goal{width:100%}.stack-stage{height:980px;border-radius:26px}.stack-stage::before{width:300px;height:300px}.stack-stage::after{width:440px;height:440px}.system-node{width:112px;height:112px}.system-node b{font-size:.88rem}.node-a{left:3%;top:13%}.node-b{right:3%;top:13%}.node-e{top:2%}.node-c{left:3%;bottom:8%}.node-d{right:3%;bottom:8%}.stack-center{top:43%;width:100px;height:100px}.system-readout{top:43%;transform:translate(-50%,75px);width:90%}.system-readout h3{font-size:1.8rem}.system-action{flex-direction:column}.timer-ring{width:260px;height:260px}.timer-face strong{font-size:3.4rem}.plate-options{grid-template-columns:1fr}.visual-gallery{display:flex;overflow-x:auto;height:460px;scroll-snap-type:x mandatory;padding-bottom:8px}.visual-card{min-width:78vw;scroll-snap-align:center}.product-grid{grid-template-columns:1fr}.complete-kit{align-items:flex-start;flex-direction:column}.site-footer{padding-bottom:105px}.mobile-dock{position:fixed;z-index:18;left:12px;right:12px;bottom:10px;display:grid;grid-template-columns:repeat(4,1fr);padding:8px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(10,8,18,.88);backdrop-filter:blur(20px);box-shadow:0 12px 40px rgba(0,0,0,.4)}.mobile-dock a{height:49px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#9891a7}.mobile-dock i{font-family:Georgia,serif;font-style:normal;color:#d7d2df}.mobile-dock span{font-size:.52rem;letter-spacing:.08em}.closing{padding-top:110px;padding-bottom:120px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
