/* An editorial identity for the public site. Dashboard theme preferences carry across. */
:root,[data-theme="midnight"]{color-scheme:dark;--canvas:#111210;--surface:#191b17;--raised:#22251f;--ink:#f1eee5;--muted:#a7aa9d;--accent:#eac4a3;--accent-ink:#211b15;--line:#34372f;--wash:#292d22;--hero:#252d24;--orb-opacity:1;--glow:#b5885920;--paper:#e8dfcf;--paper-ink:#3a4033;--logo-tone:#f1eee5}
[data-theme="light"]{color-scheme:light;--canvas:#f3f0e8;--surface:#faf8f1;--raised:#e6e3d9;--ink:#2d342c;--muted:#656c5c;--accent:#73503c;--accent-ink:#fff8ed;--line:#d5d4c6;--wash:#e6e7db;--hero:#e3e6d7;--orb-opacity:1;--glow:#a2774520;--paper:#e1d7c5;--paper-ink:#30392b;--logo-tone:#29332b}
[data-theme="forest"]{color-scheme:dark;--canvas:#0d1b17;--surface:#14271f;--raised:#1d3429;--ink:#eeeede;--muted:#a5b8a2;--accent:#d4c8a4;--accent-ink:#25301e;--line:#304639;--wash:#28382a;--hero:#293b29;--orb-opacity:.9;--glow:#bca47820;--paper:#ded9c4;--paper-ink:#324635;--logo-tone:#eeeede}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--canvas);color:var(--ink);font-family:"Segoe UI",-apple-system,BlinkMacSystemFont,Arial,sans-serif;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:6px}::selection{background:var(--accent);color:var(--accent-ink)}svg{width:24px;height:24px;flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:450}em{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-style:italic;color:var(--accent)}.svg-definitions{position:absolute;width:0;height:0;overflow:hidden}.section-shell{padding-inline:6.1%;max-width:1680px;margin-inline:auto}.eyebrow,.section-index,.step-number,.section-caption{font-size:10px;letter-spacing:1.65px;line-height:1.8;font-weight:500}.eyebrow{color:var(--muted)}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 8%,transparent);margin-right:12px;vertical-align:middle}.site-header{height:94px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid var(--line);position:relative;z-index:50;background:var(--canvas)}.brand{display:flex;align-items:center;gap:10px;font-size:30px;font-weight:600;letter-spacing:-1.8px}.brand-logo{display:inline-block;width:32px;height:32px;flex-shrink:0;background:var(--logo-tone);-webkit-mask:url("/widget-files/brand-logo.png") center/contain no-repeat;mask:url("/widget-files/brand-logo.png") center/contain no-repeat}.brand-period{color:var(--accent)}.desktop-nav{display:flex;gap:30px;font-size:12px;color:var(--muted)}.desktop-nav a{position:relative;padding:8px 0}.desktop-nav a:after{content:"";position:absolute;bottom:0;left:0;height:1px;width:100%;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:24px}.login-link{font-size:12px}.theme-toggle{display:flex;align-items:center;gap:8px;padding:8px 0;border:0;background:none;color:var(--muted);font-size:10px}.theme-glyph{width:15px;height:15px;border-radius:50%;border:1px solid var(--muted);background:linear-gradient(90deg,var(--ink) 50%,transparent 50%);transform:rotate(-35deg)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;background:var(--accent);color:var(--accent-ink);padding:17px 20px;border:1px solid var(--accent);border-radius:3px;font-size:12px;font-weight:600;transition:background .25s,transform .25s,box-shadow .25s}.button svg{width:21px;height:21px;transition:transform .25s}.button:hover{transform:translateY(-2px);box-shadow:0 8px 30px var(--glow)}.button:hover svg{transform:translateX(4px)}.button-small{padding:11px 15px;gap:19px;font-size:11px}.button-small svg{width:18px;height:18px}.quiet-link{display:inline-flex;align-items:center;gap:13px;font-size:12px}.quiet-link:hover{color:var(--accent)}.quiet-link svg{width:20px;height:20px}.menu-toggle{display:none}.mobile-nav[hidden]{display:none}.mobile-nav{background:var(--surface);border-bottom:1px solid var(--line);padding:18px 6%;position:absolute;z-index:45;top:76px;width:100%;display:grid;gap:18px;font-size:14px}.hero{position:relative;min-height:805px;height:calc(100svh - 94px);max-height:1020px;overflow:hidden;padding-top:75px}.hero-ambient{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 77% 48%,var(--glow),transparent 58%)}.hero-copy{position:relative;z-index:3;max-width:650px}.hero-copy>.eyebrow{font-size:9px;letter-spacing:1.8px}.hero h1{font-size:clamp(70px,7.4vw,115px);line-height:.98;letter-spacing:-6px;margin:38px 0 28px;position:relative}.hero h1 em{font-size:1.14em;letter-spacing:-6px;line-height:1.02}.heading-spark{display:inline-block;width:48px;height:43px;vertical-align:top;margin:11px 0 0 28px}.hero-description{font-size:15px;line-height:1.9;color:var(--muted);max-width:390px}.hero-description i{color:var(--ink);font-family:Georgia,serif;font-size:17px}.hero-actions{display:flex;align-items:center;gap:27px;margin-top:28px}.play-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);color:var(--accent);font-size:17px}.hero-footnote{font-size:10px;color:var(--muted);margin-top:18px}.intelligence-scene{position:absolute;width:min(64vw,950px);height:min(64vw,950px);right:-3%;top:4%;translate:var(--pointer-x,0px) calc(var(--hero-shift,0px) + var(--pointer-y,0px));will-change:translate;pointer-events:none}.intelligence-orb{width:100%;height:100%;opacity:var(--orb-opacity);transform:rotate(var(--orb-rotation,0deg));animation:orb-breathe 12s ease-in-out infinite}.scene-coordinate{position:absolute;right:17%;top:4%;font-family:monospace;font-size:8px;letter-spacing:1.3px;color:var(--muted)}.scene-cross{position:absolute;color:var(--muted);font-size:17px;font-weight:200;opacity:.5}.cross-one{top:10%;left:24%}.cross-two{right:14%;bottom:10%}.orbit-label{position:absolute;display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.25px;color:var(--ink);padding:10px 13px;border:1px solid var(--line);background:color-mix(in srgb,var(--canvas) 78%,transparent);backdrop-filter:blur(15px);border-radius:2px}.label-dot{width:4px;height:4px;background:var(--accent);border-radius:50%}.label-knowledge{top:28%;right:15%}.label-character{bottom:27%;left:15%}.label-line{position:absolute;width:45px;height:1px;background:var(--line);top:50%;right:100%;transform:rotate(-30deg);transform-origin:right}.label-character .label-line{right:auto;left:100%;transform-origin:left}.orb-caption{position:absolute;bottom:12%;left:53%;display:grid;gap:5px;font-family:Georgia,serif;font-size:17px;line-height:1.3;font-style:italic;color:var(--muted)}.orb-caption span:last-child{color:var(--accent)}.hero-bottom{position:absolute;left:6.1%;right:6.1%;bottom:28px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:25px}.scroll-cue{display:flex;align-items:center;gap:17px;font-size:8px;letter-spacing:1.7px;color:var(--muted)}.scroll-cue>span{font-size:20px;color:var(--ink)}.hero-bottom-note{font-size:10px;color:var(--muted);line-height:1.7;margin-left:25%}.edition{font-family:monospace;letter-spacing:.6px;font-size:8px;color:var(--muted)}
.manifesto{padding-top:125px;padding-bottom:0;display:grid;grid-template-columns:1fr 2.3fr;column-gap:50px;border-top:1px solid var(--line)}.section-index{display:flex;flex-direction:column;align-items:flex-start;gap:58px;color:var(--muted);font-size:9px}.section-index .brand-logo{width:46px;height:41px}h2{font-size:clamp(42px,4.3vw,67px);line-height:1.1;letter-spacing:-2.5px}h2 em{font-size:1.11em;letter-spacing:-2.5px}.manifesto h2{font-size:clamp(39px,4.1vw,65px)}.manifesto-bottom{display:flex;gap:30px;margin-top:36px;align-items:flex-start}.tiny-rule{display:block;width:66px;height:1px;background:var(--accent);margin-top:13px}.manifesto-bottom p{color:var(--muted);font-size:13px;line-height:1.9}.capabilities{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:35px;padding:35px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:90px}.capabilities>span{font-size:10px;color:var(--muted)}.capabilities>div{font-size:15px;display:flex;align-items:center;gap:28px;letter-spacing:-.2px}.capabilities i{font-style:normal;color:var(--accent);font-size:14px}.experience{padding-top:125px;padding-bottom:100px}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:52px}.section-top .eyebrow{margin-bottom:24px}.section-top>p,.studio-intro>p{font-size:13px;line-height:1.9;color:var(--muted);padding-bottom:5px}.experience-stage{display:grid;grid-template-columns:1fr 1.05fr;min-height:580px;border:1px solid var(--line);border-radius:3px;overflow:hidden}.world-editorial{position:relative;background:#d4c7b1;color:#343b31;overflow:hidden;min-height:590px}.world-image{position:absolute;inset:0;background:linear-gradient(155deg,#a2ad94,#d1c6ad 67%);overflow:hidden;transition:background .6s}.architectural-arch{position:absolute;width:48%;height:66%;border:35px solid #e1d5bb;border-bottom:0;border-radius:190px 190px 0 0;box-shadow:inset 18px 6px 30px #4b523536,15px 12px 35px #6464492b;transform:rotate(9deg);transition:transform .8s,border-color .8s}.arch-back{top:-14%;left:35%;opacity:.55;transform:rotate(-16deg) scale(1.2)}.arch-front{top:2%;right:0%;transform:rotate(18deg)}.world-sun{position:absolute;top:14%;left:14%;width:94px;height:94px;border-radius:50%;background:radial-gradient(circle at 33% 30%,#fff2d2,#d5b887 80%);box-shadow:14px 18px 25px #57533821}.world-plinth{position:absolute;width:70%;height:40%;top:35%;left:20%;background:linear-gradient(115deg,#d3b18d,#b39773);transform:rotate(-15deg) skew(-15deg);box-shadow:12px 30px 30px #64523626;clip-path:polygon(12% 0,100% 15%,91% 87%,0 100%)}.world-shadow{position:absolute;inset:0;background:linear-gradient(0deg,#ded3be 12%,#ded3beeb 30%,transparent 65%)}.world-text{position:absolute;bottom:47px;left:42px;right:36px;z-index:2}.world-category{font-size:8px;letter-spacing:2px}.world-text h3{font-size:34px;line-height:1.1;letter-spacing:-1.3px;margin:20px 0 16px}.world-text h3 em{color:#666b51;font-size:1.1em}.world-text p{font-size:12px;line-height:1.8;max-width:290px;color:#56604d}.world-number{position:absolute;right:28px;top:25px;font:9px monospace;z-index:2}.still-life{position:absolute;transition:transform .8s,opacity .8s;opacity:0}.world-editorial[data-world="shop"] .world-image{background:linear-gradient(140deg,#b2abb3,#e5d8c8)}.world-editorial[data-world="shop"] .architectural-arch{transform:rotate(75deg) translate(-20px,-35px);border-color:#d8b7a4}.world-editorial[data-world="shop"] .world-sun{transform:translate(10px,100px);background:radial-gradient(circle at 30% 25%,#f4e9d8,#a19484)}.world-editorial[data-world="shop"] .still-life-one{opacity:1;top:15%;left:41%;height:200px;width:90px;border-radius:15px 15px 30px 30px;background:linear-gradient(100deg,#b47052,#e4a68a,#a86951);box-shadow:10px 20px 35px #382d332a;transform:rotate(-15deg)}.world-editorial[data-world="studio"] .world-image{background:linear-gradient(135deg,#97a09d,#c4cbc2)}.world-editorial[data-world="studio"] .architectural-arch{transform:rotate(-35deg) scale(.85);border-color:#c3ceb6}.world-editorial[data-world="studio"] .world-sun{transform:translate(190px,50px);background:radial-gradient(circle at 30% 25%,#dee7d4,#7b947f)}.world-editorial[data-world="studio"] .still-life-two{opacity:1;top:12%;left:15%;height:220px;width:125px;background:linear-gradient(90deg,#697b6a,#9dad9e);transform:rotate(-22deg);box-shadow:15px 15px 20px #3649362b}.conversation-preview{display:flex;flex-direction:column;padding:30px 38px 25px;background:var(--surface);min-width:0}.preview-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:7px;letter-spacing:1.2px;color:var(--muted);padding-bottom:30px}.preview-topline small{font-size:8px;letter-spacing:0}.preview-topline .status-dot{width:4px;height:4px;margin-right:7px}.conversation-header{display:flex;align-items:center;gap:12px;padding-bottom:23px;border-bottom:1px solid var(--line)}.assistant-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--wash)}.assistant-avatar .brand-logo{width:25px;height:23px}.conversation-header strong{font-size:13px;font-weight:500}.conversation-header div>span{display:block;font-size:9px;color:var(--muted);margin-top:6px}.assistant-menu{margin-left:auto;color:var(--muted)}.conversation-body{padding-top:30px;min-height:243px;display:flex;flex-direction:column;gap:24px}.visitor-message{align-self:flex-end;max-width:90%;font-size:12px;line-height:1.8;border:1px solid var(--line);background:var(--raised);padding:13px 16px;border-radius:12px 12px 2px 12px}.answer-wrap{display:flex;align-items:flex-start;gap:12px}.answer-mark{width:26px;height:24px;margin-top:2px}.assistant-message{font-size:13px;line-height:1.9;max-width:345px;min-height:98px}.source-citation{display:block;font-size:9px;color:var(--muted);margin-top:15px}.example-controls{margin-top:auto;padding-top:25px}.example-controls>span{font-size:7px;letter-spacing:1.4px;color:var(--muted)}.scenario-options{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.scenario-options button{border:1px solid var(--line);color:var(--muted);background:transparent;border-radius:3px;padding:10px;font-size:9px;transition:background .2s,color .2s}.scenario-options button[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.scenario-options button:hover{border-color:var(--accent)}.example-disclaimer{font-size:8px;line-height:1.6;color:var(--muted);margin-top:17px}
.journey{display:grid;grid-template-columns:1fr 1fr;gap:12%;padding-top:70px;padding-bottom:90px}.journey-heading{position:sticky;top:90px;align-self:start}.journey-heading .eyebrow{margin-bottom:27px}.journey-heading>p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.9;margin:27px 0}.journey-heading .quiet-link{padding-bottom:12px;border-bottom:1px solid var(--line)}.journey-progress{display:flex;gap:9px;margin-top:42px}.journey-progress span{width:33px;height:2px;background:var(--line);transition:background .4s,width .4s}.journey-progress span.active{background:var(--accent);width:60px}.journey-step{padding-bottom:55px;margin-bottom:52px;border-bottom:1px solid var(--line)}.journey-step:last-child{margin-bottom:0}.step-number{display:flex;justify-content:space-between;color:var(--muted);font-family:monospace;font-size:10px;letter-spacing:1px}.step-number>span{font-family:"Segoe UI",sans-serif;font-size:8px}.journey-step h3{font-size:27px;letter-spacing:-1px;margin-bottom:16px}.journey-step>p{font-size:13px;color:var(--muted);line-height:1.9;max-width:430px}.format-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.format-tags span{font:8px monospace;padding:7px 10px;border:1px solid var(--line);color:var(--muted)}.step-caption{display:block;font-size:10px;color:var(--accent);margin-top:22px}.knowledge-art,.personality-art,.connection-art{height:230px;margin:26px 0 35px;background:var(--surface);position:relative;overflow:hidden;border-radius:2px}.knowledge-art{background:radial-gradient(ellipse at 70% 50%,var(--wash),var(--surface) 75%)}.source-file{position:absolute;z-index:2;width:180px;padding:15px 18px;background:var(--raised);border:1px solid var(--line);box-shadow:8px 12px 30px #0002}.source-file>span{display:block;color:var(--accent);font-size:18px;margin-bottom:10px}.source-file b{display:block;font-size:10px;font-weight:500}.source-file small{display:block;color:var(--muted);font-size:8px;margin-top:6px}.file-one{left:24px;top:27px;transform:rotate(-9deg)}.file-two{left:87px;top:88px;transform:rotate(7deg)}.knowledge-core{position:absolute;right:28px;top:76px;width:74px;height:74px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:var(--wash);z-index:3;box-shadow:0 0 0 17px color-mix(in srgb,var(--line) 20%,transparent),0 0 0 40px color-mix(in srgb,var(--line) 10%,transparent)}.knowledge-core .brand-logo{width:44px;height:39px}.connector-line{position:absolute;left:25%;right:50px;top:50%;border-top:1px dashed var(--muted);opacity:.35}.personality-art{display:flex;align-items:center;justify-content:center}.personality-word{font-family:Georgia,serif;font-size:53px;line-height:1.02;letter-spacing:-2px;color:var(--muted);transform:rotate(-8deg)}.personality-word i{color:var(--accent)}.tone-label{position:absolute;border:1px solid var(--line);border-radius:30px;background:var(--raised);font-size:9px;padding:11px 15px;box-shadow:0 8px 20px #0002}.tone-one{left:24px;top:32px;transform:rotate(-7deg)}.tone-two{right:20px;bottom:37px;transform:rotate(6deg);color:var(--accent)}.connection-art{padding:25px 32px 0;background:var(--wash)}.mini-site{height:250px;background:var(--paper);padding:23px 23px 0;color:var(--paper-ink);transform:rotate(-4deg);position:relative;box-shadow:15px 12px 30px #0002}.mini-site-logo{font-family:Georgia,serif;font-size:15px;letter-spacing:-.5px}.mini-site-nav{float:right;font-size:5px;letter-spacing:1px;margin-top:8px}.mini-site-headline{font-family:Georgia,serif;font-size:37px;line-height:1.05;letter-spacing:-1px;margin-top:36px}.mini-site-line{height:7px;width:38%;background:color-mix(in srgb,var(--paper-ink) 12%,transparent);margin-top:15px}.mini-site-bubble{position:absolute;right:13px;bottom:49px;display:flex;align-items:center;gap:12px;background:#2c4035;color:#efe8d6;padding:7px 7px 7px 15px;border-radius:30px;font-size:9px;box-shadow:0 8px 20px #0002}.mini-site-bubble .brand-logo{width:28px;height:25px;padding:3px}
.studio-section{padding-top:100px;padding-bottom:105px;background:linear-gradient(180deg,transparent,var(--glow),transparent);border-top:1px solid var(--line)}.studio-intro{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.theme-swatches{display:flex;gap:6px;padding:5px;border:1px solid var(--line);border-radius:30px}.theme-swatches button{display:flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--muted);padding:9px 13px;border-radius:30px;font-size:9px}.theme-swatches button i{width:10px;height:10px;border-radius:50%;background:#eeeadd;display:inline-block;border:1px solid #9998}.theme-swatches button[data-theme-choice=midnight] i{background:#242520}.theme-swatches button[data-theme-choice=forest] i{background:#446653}.theme-swatches button[aria-pressed=true]{background:var(--raised);color:var(--ink)}.studio-frame{border:1px solid var(--line);border-radius:6px;overflow:hidden;box-shadow:0 50px 100px #0002;transform:perspective(1600px) rotateX(var(--studio-tilt,0deg));transform-origin:center bottom;background:var(--surface)}.window-bar{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid var(--line);font-size:7px;letter-spacing:1.3px;color:var(--muted)}.window-dots{letter-spacing:4px;opacity:.6}.window-bar>span:last-child{letter-spacing:0}.studio-layout{display:grid;grid-template-columns:210px 1fr}.studio-sidebar{display:flex;flex-direction:column;padding:26px 16px;border-right:1px solid var(--line)}.studio-sidebar .brand{font-size:24px;gap:7px;margin-bottom:30px}.studio-sidebar .brand .brand-logo{width:25px;height:23px}.studio-bot-select{border:1px solid var(--line);padding:11px 9px;margin-bottom:23px}.studio-bot-select small{display:block;font-size:6px;color:var(--muted);letter-spacing:1px}.studio-bot-select b{display:block;font-size:9px;font-weight:500;margin-top:9px}.studio-bot-select b span{float:right}.studio-nav-item{font-size:9px;padding:13px 10px;color:var(--muted)}.studio-nav-item.active{background:var(--wash);border-left:2px solid var(--accent);color:var(--accent)}.studio-sidebar-foot{font-size:5px;letter-spacing:.6px;margin-top:auto;padding-top:25px;color:var(--muted)}.studio-sidebar-foot .status-dot{width:4px;height:4px;margin-right:5px}.studio-main{padding:25px 28px;background:var(--canvas);min-width:0}.studio-breadcrumb{font-size:8px;display:flex;align-items:center;gap:10px;margin-bottom:23px;color:var(--muted)}.studio-status{margin-left:auto;font-size:7px;color:var(--accent)}.studio-greeting{display:flex;padding:33px 30px;background:var(--hero);border:1px solid var(--line);position:relative;overflow:hidden;border-radius:4px}.studio-greeting>div:first-child{position:relative;z-index:2}.studio-greeting .eyebrow{font-size:6px;letter-spacing:1px}.studio-greeting h3{font-size:33px;line-height:1.13;letter-spacing:-1px;margin:18px 0}.studio-greeting h3 em{font-style:normal;font-family:inherit}.studio-greeting p{font-size:9px;line-height:1.9;color:var(--muted);margin-bottom:22px}.studio-greeting .button{font-size:8px;padding:10px 12px}.studio-greeting .button svg{width:14px;height:14px}.studio-emblem{position:absolute;right:40px;top:55px;width:190px;height:190px;display:grid;place-items:center}.studio-emblem>.brand-logo{width:116px;height:103px}.studio-emblem span:not(.brand-logo){position:absolute;inset:0;border:1px solid color-mix(in srgb,var(--accent) 18%,transparent);border-radius:50%;transform:rotate(-40deg) scaleX(.6)}.studio-emblem span:last-child{transform:rotate(40deg) scaleX(.6)}.studio-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.studio-metrics>div{padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:4px}.studio-metrics span,.studio-metrics small{display:block;font-size:8px;color:var(--muted)}.studio-metrics small{font-size:6px}.studio-metrics b{display:block;font-size:30px;font-weight:450;margin:18px 0 12px;letter-spacing:-1px}.studio-metrics b .status-dot{width:6px;height:6px;margin-right:3px;font-style:normal}.studio-bottom-note{display:flex;gap:10px;font-size:7px;color:var(--muted);margin-top:19px;line-height:1.7}.studio-bottom-note>span{color:var(--accent)}.studio-caption{display:flex;justify-content:space-between;padding-top:23px;color:var(--muted)}.studio-caption>span{font-size:8px;letter-spacing:1.5px}.studio-caption a{display:flex;align-items:center;gap:12px;font-size:10px}.studio-caption svg{width:16px;height:16px}
.privacy-section{padding-top:120px;padding-bottom:110px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;column-gap:10%}.privacy-copy .eyebrow{margin-bottom:30px}.privacy-copy>p:not(.eyebrow){font-size:13px;line-height:1.9;color:var(--muted);max-width:385px;margin:28px 0}.privacy-visual{display:flex;flex-direction:column;justify-content:center;position:relative;min-height:400px}.private-world{position:relative;display:flex;flex-direction:column;align-items:center;padding:25px}.private-world>.brand-logo{width:72px;height:64px;z-index:1;transform:rotate(-15deg)}.private-world b{font-size:12px;font-weight:500;margin:17px 0 7px;z-index:1}.private-world small{font-size:9px;color:var(--muted);z-index:1}.world-orbit{position:absolute;width:235px;height:145px;border:1px solid var(--line);border-radius:50%;top:3px;transform:rotate(-15deg)}.world-orbit:after{content:"";position:absolute;inset:-20px 10px;border:1px dashed var(--line);border-radius:50%;transform:rotate(30deg);opacity:.5}.private-world-b>.brand-logo{transform:rotate(20deg)}.private-world-b .world-orbit{transform:rotate(15deg)}.boundary-line{height:1px;background:var(--line);position:relative;margin:22px 0;text-align:center}.boundary-line>span{position:relative;top:-8px;display:inline-block;background:var(--canvas);padding:0 15px;font-size:7px;letter-spacing:1.5px;color:var(--muted)}.privacy-principles{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:75px}.privacy-principles>div{border-top:1px solid var(--line);padding-top:23px}.privacy-principles>div>span{font-family:monospace;font-size:9px;color:var(--muted)}.privacy-principles h3{font-size:17px;letter-spacing:-.5px;margin:18px 0 13px}.privacy-principles p{font-size:12px;line-height:1.9;color:var(--muted)}.faq-section{display:grid;grid-template-columns:1fr 1.3fr;gap:10%;padding-block:90px 115px;border-top:1px solid var(--line)}.faq-section .eyebrow{margin-bottom:25px}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:24px 0;font-size:14px}summary::-webkit-details-marker{display:none}summary span{font-size:22px;font-weight:300;color:var(--muted);transition:transform .2s}details[open] summary span{transform:rotate(45deg)}details p{color:var(--muted);font-size:12px;line-height:1.95;margin-bottom:25px;max-width:92%}.finale{position:relative;text-align:center;overflow:hidden;border-top:1px solid var(--line);padding-top:100px;padding-bottom:40px;background:radial-gradient(ellipse at 50% 70%,var(--glow),transparent 65%)}.finale-inner{position:relative;z-index:2}.finale h2{font-size:clamp(85px,12vw,180px);line-height:.94;letter-spacing:-7px;margin:40px 0;position:relative;display:inline-block}.finale h2 em{letter-spacing:-9px}.finale-mark{position:absolute;right:-90px;top:65px;width:76px;height:68px;transform:rotate(15deg)}.finale .button{display:flex;width:fit-content;margin:0 auto;gap:55px}.finale-note{display:block;font-size:10px;color:var(--muted);margin-top:21px}.finale-orbit{position:absolute;width:75%;height:55%;left:12.5%;top:22%;border:1px solid var(--line);border-radius:50%;transform:rotate(-16deg);opacity:.6}.finale-orbit:after{content:"";position:absolute;inset:-25px -20px;border:1px solid var(--line);border-radius:50%}.finale-bottom{position:relative;margin-top:100px;display:flex;align-items:flex-end;justify-content:space-between;text-align:left;font-size:8px;line-height:1.8;letter-spacing:1.5px;color:var(--muted)}.site-footer{display:flex;align-items:center;justify-content:space-between;padding-block:28px;border-top:1px solid var(--line);gap:24px}.site-footer .brand{font-size:26px}.site-footer .brand .brand-logo{width:25px;height:23px}.site-footer>span{font-family:Georgia,serif;font-style:italic;font-size:15px;color:var(--muted)}.site-footer>div{display:flex;gap:30px;color:var(--muted);font-size:10px}.scroll-progress{position:fixed;top:0;left:0;z-index:100;width:100%;height:2px;background:var(--accent);transform:scaleX(var(--read-progress,0));transform-origin:left}.skip-link{position:fixed;z-index:110;left:12px;top:12px;padding:12px;background:var(--accent);color:var(--accent-ink);transform:translateY(-160%)}.skip-link:focus{transform:none}.motion-ready .reveal{transition:opacity .8s,translate .8s}.motion-ready .reveal.pending{opacity:0;translate:0 30px}@keyframes orb-breathe{50%{scale:1.025}}@keyframes conversation-in{from{opacity:.25;translate:0 8px}to{opacity:1;translate:0 0}}.conversation-body.switching{animation:conversation-in .45s ease-out}
@media(min-width:1500px){.hero-copy{max-width:800px}.hero-description{font-size:17px}.hero-actions{margin-top:38px}.intelligence-scene{right:0;top:-2%}.hero{padding-top:90px;min-height:890px}.hero h1{margin-top:45px}}
@media(max-width:1180px){.desktop-nav{gap:20px;font-size:10px}.header-actions{gap:16px}.theme-name{display:none}.hero{min-height:745px;padding-top:65px}.hero h1{font-size:88px;letter-spacing:-5px}.hero-copy{max-width:570px}.intelligence-scene{width:68vw;height:68vw;top:10%;right:-7%}.hero-actions{gap:20px}.hero-description{font-size:14px}.hero-bottom-note{margin-left:15%}.manifesto{column-gap:30px}.capabilities>div{gap:18px;font-size:13px}.conversation-preview{padding:25px}.world-text{left:32px;right:25px}.world-text h3{font-size:31px}.journey{gap:8%}.source-file{width:155px}.file-two{left:65px}.knowledge-core{right:20px}.studio-layout{grid-template-columns:180px 1fr}.studio-main{padding:22px}.studio-greeting{padding:27px}.studio-emblem{right:5px;opacity:.45}.studio-greeting h3{font-size:29px}.privacy-principles{gap:30px}.privacy-section{column-gap:7%}}
@media(max-width:900px){.site-header{height:76px;padding-inline:5%;gap:20px}.desktop-nav{display:none}.header-actions{gap:20px}.hero{height:auto;min-height:970px;padding-top:55px}.hero h1{font-size:88px}.hero-copy{max-width:620px}.hero-description{max-width:330px}.intelligence-scene{width:670px;height:670px;top:285px;right:-130px;opacity:.9}.hero-actions{position:relative;z-index:4;align-items:flex-start;flex-direction:column;gap:18px}.hero-footnote{margin-top:16px}.hero-copy>.eyebrow{font-size:8px}.scene-coordinate{display:none}.hero-bottom-note{margin-left:0}.orb-caption{bottom:11%;left:46%}.hero-bottom{bottom:27px}.label-knowledge{right:20%;top:26%}.label-character{left:21%;bottom:29%}.manifesto{padding-top:85px;grid-template-columns:1fr 2.8fr;gap:25px}.manifesto h2{font-size:40px}.section-index{font-size:7px}.capabilities{margin-top:60px;align-items:flex-start;flex-direction:column;gap:18px}.capabilities>div{font-size:14px;gap:20px}.experience{padding-top:90px;padding-bottom:70px}.section-top{gap:20px;margin-bottom:35px}.section-top>p,.studio-intro>p{font-size:11px}h2{font-size:43px}.experience-stage{grid-template-columns:.86fr 1fr}.world-editorial{min-height:590px}.conversation-preview{padding:23px 20px}.preview-topline>small{display:none}.world-text{left:25px;bottom:35px;right:20px}.world-text h3{font-size:27px}.world-text p{font-size:11px}.architectural-arch{border-width:26px;width:65%}.world-sun{width:72px;height:72px;left:9%}.world-plinth{width:90%;left:8%}.scenario-options{flex-direction:column;align-items:stretch}.scenario-options button{text-align:left}.conversation-body{min-height:260px;padding-top:22px;gap:18px}.assistant-message{font-size:12px}.conversation-header strong{font-size:11px}.visitor-message{font-size:11px;padding:11px}.journey{gap:7%;padding-top:55px}.journey-heading{top:50px}.journey-step h3{font-size:24px}.journey-step>p{font-size:12px}.knowledge-art,.personality-art,.connection-art{height:210px}.source-file{width:138px;padding:12px}.file-one{left:12px}.file-two{left:38px}.knowledge-core{right:10px;width:60px;height:60px}.tone-label{font-size:8px;padding:9px 12px}.tone-one{left:10px;top:20px}.tone-two{right:10px;bottom:25px}.personality-word{font-size:46px}.connection-art{padding:25px 17px 0}.mini-site{padding:18px}.mini-site-nav{display:none}.mini-site-bubble{bottom:60px}.studio-layout{grid-template-columns:150px 1fr}.studio-sidebar{padding:24px 12px}.studio-bot-select{padding:10px 6px}.studio-bot-select b{font-size:7px}.studio-sidebar .brand{font-size:22px}.studio-nav-item{font-size:7px}.studio-main{padding:18px}.studio-greeting{padding:24px}.studio-greeting h3{font-size:24px}.studio-greeting p{font-size:8px}.studio-emblem{opacity:.2;right:-60px}.studio-metrics{gap:8px}.studio-metrics>div{padding:14px 10px}.studio-metrics span{font-size:7px}.studio-metrics b{font-size:25px}.studio-metrics small{font-size:6px}.studio-section{padding-block:80px}.privacy-section{padding-block:85px;column-gap:5%}.privacy-copy>.eyebrow{font-size:8px}.privacy-copy>p:not(.eyebrow){font-size:12px}.privacy-principles{gap:25px}.privacy-principles h3{font-size:15px}.privacy-principles p{font-size:11px}.faq-section{gap:7%;padding-block:75px 90px}.faq-section summary{font-size:12px}.finale{padding-top:85px}.finale h2{font-size:125px}.finale-mark{width:56px;height:50px;right:-65px}.menu-toggle{display:flex;flex-direction:column;gap:5px;border:0;background:transparent;padding:8px;color:var(--ink)}.menu-toggle span{width:18px;height:1px;background:currentColor;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}}
@media(max-width:600px){.section-shell{padding-inline:24px}.site-header{padding-inline:22px;height:76px;gap:12px}.brand{font-size:28px;gap:7px}.brand .brand-logo{width:27px;height:24px}.header-actions{gap:12px}.header-actions .login-link{display:none}.header-actions .button{font-size:9px;padding:10px 12px;gap:10px}.header-actions .button svg{width:15px;height:15px}.theme-toggle{padding:5px}.theme-glyph{width:13px;height:13px}.menu-toggle{padding:5px}.hero{min-height:1060px;padding-top:45px}.hero-copy>.eyebrow{font-size:7px;letter-spacing:1.1px;white-space:nowrap}.hero-copy>.eyebrow .status-dot{width:4px;height:4px;margin-right:8px}.hero h1{font-size:clamp(59px,12.9vw,78px);letter-spacing:-3.8px;margin:29px 0 25px;line-height:1.01}.hero h1 em{letter-spacing:-4px;font-size:1.18em}.heading-spark{width:34px;height:30px;margin:8px 0 0 18px}.hero-description{font-size:12px;line-height:1.9;max-width:300px}.hero-description i{font-size:14px}.hero-actions{flex-direction:row;align-items:center;gap:18px;margin-top:25px}.hero-actions .button{font-size:10px;padding:14px;gap:13px}.hero-actions .button svg{width:18px;height:18px}.hero-actions .quiet-link{font-size:9px;gap:7px;max-width:106px;line-height:1.6}.play-icon{flex-shrink:0;width:25px;height:25px;font-size:14px}.hero-footnote{font-size:8px}.intelligence-scene{top:510px;left:50%;right:auto;width:490px;height:490px;margin-left:-245px;opacity:1}.label-knowledge{top:25%;right:15%;font-size:8px}.label-character{bottom:28%;left:14%;font-size:8px}.orbit-label{padding:8px 10px}.orb-caption{font-size:14px;bottom:9%;left:51%}.scene-cross{font-size:14px}.hero-bottom{left:24px;right:24px;padding-top:18px;bottom:23px}.scroll-cue{font-size:6px;gap:10px;letter-spacing:1.2px}.scroll-cue>span{font-size:17px}.hero-bottom-note{display:none}.edition{font-size:6px}.manifesto{grid-template-columns:1fr;padding-top:64px;gap:28px}.section-index{flex-direction:row;align-items:center;justify-content:space-between;font-size:8px}.section-index .brand-logo{width:30px;height:27px}.manifesto h2{font-size:clamp(29px,7.5vw,43px);letter-spacing:-1.6px;line-height:1.2}.manifesto h2 em{letter-spacing:-1.6px}.manifesto-bottom{gap:20px;margin-top:24px}.tiny-rule{width:32px;flex-shrink:0}.manifesto-bottom p{font-size:11px}.manifesto-bottom br{display:none}.capabilities{margin-top:20px;padding-block:25px;gap:16px}.capabilities>span{font-size:8px}.capabilities>div{font-size:11px;flex-wrap:wrap;gap:12px;line-height:1.8}.capabilities i{font-size:10px}.experience{padding-top:65px;padding-bottom:35px}.section-top{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:28px}.section-top .eyebrow{font-size:7px;letter-spacing:1.1px;margin-bottom:20px}h2{font-size:42px;letter-spacing:-1.8px}h2 em{letter-spacing:-2px}.section-top>p,.studio-intro>p{font-size:12px}.experience-stage{grid-template-columns:1fr}.world-editorial{min-height:430px}.world-text{left:28px;bottom:30px}.world-text h3{font-size:30px}.world-text p{font-size:11px;max-width:260px}.world-sun{width:73px;height:73px;top:9%;left:13%}.architectural-arch{width:45%;height:75%;border-width:28px}.arch-front{right:8%;top:-16%}.arch-back{top:-27%;left:38%}.world-plinth{top:28%;height:40%;width:70%;left:20%}.world-editorial[data-world="shop"] .still-life-one{height:140px;width:70px;top:5%}.world-editorial[data-world="studio"] .still-life-two{height:150px;width:95px;top:4%}.world-editorial[data-world="studio"] .world-sun{transform:translate(140px,25px)}.conversation-preview{padding:25px}.preview-topline{font-size:6px;padding-bottom:23px}.preview-topline>small{display:block;font-size:7px}.conversation-header strong{font-size:12px}.conversation-header div>span{font-size:8px}.conversation-body{min-height:250px;gap:24px;padding-top:25px}.visitor-message{font-size:11px;max-width:92%}.assistant-message{font-size:12px;min-height:110px}.source-citation{font-size:8px}.scenario-options{flex-direction:row;gap:6px}.scenario-options button{font-size:8px;padding:9px 8px}.example-controls{padding-top:20px}.example-disclaimer{font-size:7px;margin-top:16px}.journey{grid-template-columns:1fr;gap:40px;padding-top:55px;padding-bottom:30px}.journey-heading{position:static}.journey-heading .eyebrow{font-size:7px;margin-bottom:22px}.journey-heading h2 br:last-child{display:none}.journey-heading h2 em{font-size:1.05em}.journey-heading>p:not(.eyebrow){font-size:12px;margin-block:24px}.journey-heading .quiet-link{font-size:11px}.journey-progress{display:none}.journey-step{padding-bottom:35px;margin-bottom:38px}.knowledge-art,.personality-art,.connection-art{height:230px;margin-block:23px 28px}.source-file{width:150px;padding:15px}.file-one{left:22px;top:27px}.file-two{left:67px;top:86px}.knowledge-core{right:21px;top:82px;width:65px;height:65px}.tone-one{top:28px;left:22px}.tone-two{right:20px;bottom:30px}.personality-word{font-size:54px}.connection-art{padding:25px 30px 0}.mini-site-nav{display:block}.mini-site-bubble{bottom:47px}.journey-step h3{font-size:26px}.journey-step>p{font-size:12px}.studio-section{padding-top:65px;padding-bottom:55px}.studio-intro{gap:20px}.theme-swatches{padding:4px}.theme-swatches button{font-size:8px;padding:9px 11px}.studio-sidebar{display:none}.studio-layout{grid-template-columns:1fr}.window-bar{padding:11px 12px;font-size:5px;letter-spacing:.6px}.window-bar>span:last-child{font-size:5px}.window-dots{letter-spacing:2px}.studio-main{padding:13px}.studio-breadcrumb{font-size:6px;margin-bottom:15px;gap:7px}.studio-status{font-size:5px}.studio-greeting{padding:20px 17px}.studio-greeting .eyebrow{font-size:5px;letter-spacing:.6px}.studio-greeting h3{font-size:24px;letter-spacing:-1px;margin-block:13px}.studio-greeting p{font-size:7px;margin-bottom:17px}.studio-greeting .button{font-size:7px;padding:8px 10px}.studio-emblem{opacity:.16;right:-60px;top:15px}.studio-metrics{gap:6px;margin-top:10px}.studio-metrics>div{padding:13px 9px}.studio-metrics span{font-size:6px}.studio-metrics b{font-size:23px;margin-block:13px 10px}.studio-metrics small{font-size:5px;line-height:1.6}.studio-bottom-note{font-size:6px;margin-top:13px}.studio-caption{gap:15px;padding-top:17px}.studio-caption>span{font-size:6px;letter-spacing:.7px;max-width:145px;line-height:1.7}.studio-caption a{font-size:8px;gap:6px}.privacy-section{padding-top:65px;padding-bottom:60px;grid-template-columns:1fr}.privacy-copy .eyebrow{font-size:7px;letter-spacing:1.1px;margin-bottom:24px}.privacy-copy>p:not(.eyebrow){font-size:12px;margin-block:25px}.privacy-copy .quiet-link{font-size:11px}.privacy-visual{margin-top:40px;min-height:370px}.private-world{padding:22px}.private-world>.brand-logo{width:60px;height:54px}.private-world small{font-size:8px}.privacy-principles{grid-template-columns:1fr;gap:30px;margin-top:45px}.privacy-principles>div{padding-top:18px}.privacy-principles h3{font-size:18px;margin-top:14px;margin-bottom:10px}.privacy-principles p{font-size:12px}.faq-section{padding-top:60px;padding-bottom:65px;grid-template-columns:1fr;gap:28px}.faq-section .eyebrow{font-size:8px;margin-bottom:20px}.faq-section summary{font-size:12px;padding-block:21px}.faq-section details p{font-size:11px}.finale{padding-top:65px;padding-bottom:25px}.finale .eyebrow{font-size:7px;letter-spacing:1.3px}.finale h2{font-size:90px;letter-spacing:-5px;margin:35px 0}.finale h2 em{letter-spacing:-6px}.finale-mark{right:-39px;top:46px;width:42px;height:37px}.finale .button{font-size:11px;gap:35px;padding:15px 18px}.finale-note{font-size:8px;line-height:1.8}.finale-orbit{width:105%;left:-2.5%;height:45%;top:26%}.finale-bottom{margin-top:65px;font-size:6px;letter-spacing:1px}.site-footer{padding-block:25px;flex-wrap:wrap;gap:20px}.site-footer .brand{font-size:25px}.site-footer>span{font-size:13px}.site-footer>div{width:100%;justify-content:space-between;font-size:9px}}
@media(max-width:370px){.section-shell{padding-inline:20px}.site-header{padding-inline:18px}.header-actions{gap:9px}.header-actions .button{padding:10px;font-size:8px;gap:7px}.header-actions .button svg{display:none}.hero-copy>.eyebrow{font-size:6px;letter-spacing:1px}.hero h1{font-size:59px}.hero-actions{gap:12px}.hero-actions .button{font-size:9px;padding:13px;gap:9px}.hero-actions .quiet-link{font-size:8px}.manifesto h2{font-size:28px}.conversation-preview{padding:22px}.scenario-options button{font-size:7px}.file-two{left:48px}.knowledge-core{right:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.intelligence-scene{translate:0 0!important}.intelligence-orb,.studio-frame{transform:none!important}.motion-ready .reveal.pending{opacity:1;translate:none}}

/* Larger animated brand marks */
:root{--logo-spin-duration:18s}.brand-logo{animation:brand-logo-spin var(--logo-spin-duration) linear infinite;rotate:-6deg;transform-origin:50% 50%;will-change:rotate}.brand .brand-logo{width:48px;height:48px}.heading-spark{width:72px;height:65px;margin:8px 0 0 34px}.section-index .brand-logo{width:69px;height:62px}.assistant-avatar{width:56px;height:56px}.assistant-avatar .brand-logo{width:38px;height:35px}.answer-mark{width:39px;height:36px}.knowledge-core{width:96px;height:96px;right:20px;top:65px}.knowledge-core .brand-logo{width:66px;height:59px}.mini-site-bubble .brand-logo{width:42px;height:38px;padding:0}.studio-sidebar .brand .brand-logo{width:38px;height:35px}.studio-emblem>.brand-logo{width:174px;height:155px}.private-world>.brand-logo{width:108px;height:96px}.finale-mark{width:114px;height:102px;right:-120px;top:40px}.site-footer .brand .brand-logo{width:38px;height:35px}@keyframes brand-logo-spin{from{rotate:-6deg}to{rotate:354deg}}@media(max-width:600px){.brand .brand-logo{width:41px;height:36px}.heading-spark{width:51px;height:45px;margin:6px 0 0 20px}.section-index .brand-logo{width:45px;height:41px}.assistant-avatar{width:48px;height:48px}.assistant-avatar .brand-logo{width:32px;height:30px}.answer-mark{width:34px;height:31px}.knowledge-core{width:82px;height:82px;right:12px;top:73px}.knowledge-core .brand-logo{width:56px;height:50px}.mini-site-bubble .brand-logo{width:36px;height:32px}.studio-emblem>.brand-logo{width:174px;height:155px}.private-world>.brand-logo{width:90px;height:81px}.finale-mark{right:-56px;top:36px;width:63px;height:56px}.site-footer .brand .brand-logo{width:38px;height:35px}}@media(prefers-reduced-motion:reduce){.brand-logo{animation:none;rotate:-6deg}}

/* The character replaces the globe; head and pupils follow the visitor gently. */
.bot-hero{position:absolute;inset:0;display:grid;place-items:center;isolation:isolate;--head-rx:0deg;--head-ry:0deg;--eye-x:0px;--eye-y:0px}
.bot-hero::before{content:"";position:absolute;width:69%;height:69%;border-radius:50%;background:radial-gradient(circle,#d9a77830 0%,#bd7b4f0d 48%,transparent 68%);filter:blur(18px)}
.bot-halo{position:absolute;left:50%;top:49%;width:78%;height:47%;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);border-radius:50%;transform:translate(-50%,-50%) rotate(-23deg)}
.halo-two{width:91%;height:59%;opacity:.43;transform:translate(-50%,-50%) rotate(27deg);border-style:dashed}
.bot-character{position:relative;width:37%;height:45%;max-width:350px;max-height:430px;filter:drop-shadow(0 32px 28px #0005);animation:bot-float 6s ease-in-out infinite;z-index:2}
.bot-head{position:absolute;inset:13% 2% 21%;border-radius:37% 37% 42% 42% / 37% 37% 40% 40%;background:linear-gradient(135deg,#f8e8d0 4%,#dfb891 56%,#ae7f60 100%);border:1px solid #fff5d3;box-shadow:inset 14px 12px 22px #fff8dc88,inset -14px -16px 24px #78573e55,0 8px 25px #0002;transform:perspective(850px) rotateX(var(--head-rx)) rotateY(var(--head-ry));transition:transform .16s ease-out;transform-style:preserve-3d}
.bot-face{position:absolute;inset:16% 13% 15%;border-radius:36% 36% 42% 42%;background:radial-gradient(ellipse at 42% 20%,#3e4842,#1b2624 74%);box-shadow:inset 0 0 16px #0009,0 2px 2px #fff7;overflow:hidden;transform:translateZ(15px)}
.bot-eyes{position:absolute;left:16%;right:16%;top:34%;display:flex;justify-content:space-between;gap:19%}.bot-eye{width:34%;aspect-ratio:1.2;border-radius:48%;background:#eef5dd;box-shadow:0 0 17px #fcf4cd70;position:relative;overflow:hidden}.bot-pupil{position:absolute;left:37%;top:33%;width:30%;aspect-ratio:1;border-radius:50%;background:#333c33;transform:translate(var(--eye-x),var(--eye-y));transition:transform .13s ease-out}
.bot-cheek{position:absolute;top:61%;width:12%;height:5%;border-radius:50%;background:#f69e79;filter:blur(5px);opacity:.7}.cheek-left{left:14%}.cheek-right{right:14%}.bot-mouth{position:absolute;left:41%;top:65%;width:18%;height:10%;border-bottom:4px solid #e9c8a1;border-radius:0 0 50% 50%}
.bot-antenna{position:absolute;left:49%;top:0;width:2.5%;height:20%;background:#dbb38d;border-radius:8px;transform:rotate(-7deg);z-index:-1}.bot-antenna span{position:absolute;top:-9px;left:50%;translate:-50% 0;width:23px;height:23px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 7px color-mix(in srgb,var(--accent) 16%,transparent),0 0 24px var(--accent)}
.bot-ear{position:absolute;top:35%;width:13%;height:25%;border-radius:40%;background:linear-gradient(130deg,#e7c6a2,#98705a);border:1px solid #fff2d3;z-index:-1}.ear-left{left:-5%}.ear-right{right:-5%;transform:scaleX(-1)}.bot-neck{position:absolute;bottom:14%;left:43%;width:14%;height:15%;background:#ae8165;z-index:-2}.bot-shoulders{position:absolute;bottom:0;left:20%;width:60%;height:21%;border-radius:50% 50% 20% 20%;background:linear-gradient(125deg,#ead0ae,#a77b61);border:1px solid #fff0d1;z-index:-3}
.bot-spark{position:absolute;color:var(--accent);font-size:25px;opacity:.8}.spark-one{left:25%;top:23%;animation:spark-shimmer 4s ease-in-out infinite}.spark-two{right:20%;bottom:31%;font-size:15px;animation:spark-shimmer 4s ease-in-out 1.6s infinite}
.bot-caption{position:absolute;left:36%;bottom:9%;color:var(--muted);font:italic 17px/1.4 Georgia,serif;letter-spacing:.2px}.bot-caption em{font-size:1.1em}
@keyframes bot-float{50%{translate:0 -11px}}@keyframes spark-shimmer{50%{opacity:.25;scale:.65}}
@media(max-width:900px){.bot-character{width:39%;height:45%}.bot-caption{bottom:6%}}
@media(max-width:600px){.bot-character{width:45%;height:47%}.bot-caption{left:35%;bottom:6%;font-size:12px}.bot-antenna span{width:15px;height:15px;top:-6px}.bot-mouth{border-bottom-width:3px}}
@media(prefers-reduced-motion:reduce){.bot-character,.bot-spark{animation:none}.bot-head,.bot-pupil{transform:none!important;transition:none!important}}
