@font-face{font-family:Plex;src:url(/fonts/plex-sans.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Instrument;src:url(/fonts/instrument-serif-italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Plex Mono;src:url(/fonts/plex-mono.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{font-family:Plex,Arial,sans-serif;color:#252925;background:#f5f3ed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--paper:#f5f3ed;--ink:#252925;--muted:#666a61;--line:#d6d6ca;--orange:#bc4326;--orange-bright:#cf4b2a;--mono:"Plex Mono",monospace;--serif:Instrument,Georgia,serif;--dark:#202824}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;min-width:320px}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button{color:inherit}a{color:inherit;text-decoration:none}p,h1,h2,h3,figure{margin:0}button{border:0}img,video{display:block;max-width:100%}img{height:auto}[hidden]{display:none!important}::selection{background:#ecc3a4;color:#252925}:focus-visible{outline:3px solid var(--orange);outline-offset:5px}button:focus:not(:focus-visible){outline:none}svg.icon{display:inline-block;width:21px;height:21px;flex:none;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:calc(100% - 112px);max-width:1280px;margin-inline:auto}.eyebrow{font-family:var(--mono);font-size:11px;font-weight:400;line-height:1.5;letter-spacing:.075em;text-transform:uppercase}.status-dot{display:inline-block;width:7px;height:7px;flex:none;border-radius:50%;background:var(--orange)}.small-cross{font:25px/1 var(--mono);font-weight:400}.section-space{padding-block:110px}.section-kicker{margin-bottom:29px;color:var(--muted)}h1,h2{font-weight:450;letter-spacing:-.052em}h1{font-size:clamp(64px,6.8vw,100px);line-height:.99}h1 em,h2 em,.closing em{font-family:var(--serif);font-weight:400;letter-spacing:-.032em}h1 em{color:var(--orange);font-size:1.16em;white-space:nowrap;line-height:1.04}h2{font-size:clamp(42px,4.4vw,66px);line-height:1.05}h2 em{font-size:1.16em;line-height:1.02}h3{font-weight:500;letter-spacing:-.025em;line-height:1.3}.section-intro{font-size:18px;line-height:1.65;color:var(--muted);max-width:365px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:64px;margin-bottom:55px}.section-heading .section-intro{padding-bottom:6px}.button{display:inline-flex;align-items:center;justify-content:center;gap:23px;min-height:52px;padding:14px 20px;border:1px solid transparent;border-radius:3px;font-size:14px;line-height:1.3;font-weight:500;transition:background .18s,transform .18s}.button:hover{transform:translateY(-2px)}.button-small{min-height:40px;padding:10px 15px;font-size:13px;gap:16px}.button-dark{background:var(--ink);color:var(--paper)}.button-dark:hover{background:#3e463d}.button-orange{background:var(--orange);color:#fff}.button-orange:hover{background:#9c371e}.button svg{width:19px;height:19px}.text-button{display:inline-flex;align-items:center;gap:10px;background:none;padding:0;font-size:14px;font-weight:500;line-height:1.5}.text-button:hover{text-decoration:underline;text-underline-offset:5px}.text-button .icon{width:18px;height:18px}.skip-link{position:fixed;left:16px;top:10px;z-index:100;padding:12px 20px;background:var(--ink);color:#fff;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:20;background:#f5f3edf5;border-bottom:1px solid var(--line)}@supports (backdrop-filter:blur(12px)){.site-header{background:#f5f3ede6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.header-inner{height:79px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:9px;font-size:24px;font-weight:600;letter-spacing:-1px;flex-shrink:0}.brand img{flex:none}.brand-ui{font-weight:400}.desktop-nav{display:flex;gap:20px;align-items:center;margin-left:auto;margin-right:auto;font-size:13px;white-space:nowrap}.desktop-nav a{position:relative;padding-block:11px}.desktop-nav a:after{content:"";position:absolute;bottom:3px;left:0;right:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.header-social{display:flex;align-items:center;gap:4px}.header-social a{display:grid;place-items:center;width:36px;height:40px;border-radius:3px}.header-social a:hover{color:var(--orange)}.menu-toggle{display:none;width:42px;height:42px;background:none;position:relative}.menu-toggle span{position:absolute;left:10px;right:10px;top:16px;height:1.5px;background:var(--ink);transition:transform .2s}.menu-toggle span+span{top:24px}.menu-toggle[aria-expanded=true] span{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span+span{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{border-top:1px solid var(--line);padding:14px 28px 24px;background:var(--paper);max-height:calc(100dvh - 79px);overflow-y:auto}.mobile-nav a{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:17px 0;font-size:20px}.mobile-nav a span{font:11px var(--mono);color:var(--muted)}.mobile-community{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-bottom:14px}.mobile-community a{justify-content:flex-start;gap:10px;padding:12px;font-size:14px;border:1px solid var(--line);border-radius:3px}.hero-ctas{display:flex;align-items:center;gap:22px;margin-top:27px;flex-wrap:wrap}.hero-ctas .button{font-size:13px;gap:15px}.hero-ctas .text-button{font-size:13px;gap:8px}.play-circle{display:grid;place-items:center;width:28px;height:28px;border:1px solid #b6baae;border-radius:50%}.play-circle .icon{width:14px;height:14px;transform:translate(-1px)}.studio-showcase{scroll-margin-top:95px}.showcase-bar{display:flex;align-items:center;gap:20px;border-top:1px solid var(--line);padding-block:0;min-height:58px}.showcase-label{display:flex;align-items:center;gap:10px;white-space:nowrap;font-size:10px}.showcase-label .small-cross{font-size:18px;line-height:1}.studio-tabs{display:flex;align-self:stretch;margin-inline:auto;gap:8px}.studio-tabs button{background:none;padding:16px 14px;font-size:12px;position:relative;white-space:nowrap;transition:color .2s}.studio-tabs button span{font:9px var(--mono);color:#737869;margin-right:6px}.studio-tabs button:after{content:"";position:absolute;bottom:0;left:12px;right:12px;background:var(--orange);height:2px;transform:scaleX(0);transition:transform .2s}.studio-tabs button[aria-selected=true]{color:var(--orange)}.studio-tabs button[aria-selected=true]:after{transform:scaleX(1)}.studio-tabs button:hover{color:var(--orange)}.showcase-live{display:flex;align-items:center;gap:7px;white-space:nowrap;font:9px var(--mono);color:var(--muted)}.showcase-live>span{width:5px;height:5px;border-radius:50%;background:#657557}.screenshot-button{padding:0;position:relative;display:block;width:100%;aspect-ratio:16/9;background:#0c0d0f;border:1px solid #3e453c;border-radius:5px;overflow:hidden;box-shadow:0 16px 35px -25px #28302480;cursor:zoom-in}.screenshot-button>img{width:100%;height:100%;object-fit:contain;transition:opacity .2s}.expand-hint{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;gap:8px;padding:9px 12px;color:#eee;background:#1d2525e8;border:1px solid #6e75644d;border-radius:3px;font-size:11px;transition:background .2s}.expand-hint .icon{width:15px;height:15px}button:hover>.expand-hint{background:#bc4326}.showcase-caption{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:21px 0 0;font-size:12px;min-height:61px}.showcase-caption>p:first-child{display:flex;gap:20px;align-items:center;flex-shrink:0}.showcase-caption strong{font-weight:500}.caption-index{font:10px var(--mono);color:var(--muted)}.showcase-caption>p:last-child{font-size:12px;color:var(--muted);text-align:right}.model-strip{display:flex;align-items:center;gap:35px;padding-block:48px 50px}.model-strip>.eyebrow{color:var(--muted);max-width:135px;font-size:9px;line-height:1.9}.model-strip>div{display:flex;flex:1;justify-content:space-between;align-items:center;gap:22px;color:#5d6359}.model-strip>div>span{font-weight:500;font-size:20px;letter-spacing:-.6px;white-space:nowrap}.model-strip>div>span:first-child{font-weight:600;letter-spacing:-1px;font-size:24px}.model-strip a{font:10px var(--mono);display:flex;align-items:center;gap:8px;white-space:nowrap}.model-strip a .icon{width:15px;height:15px}.model-strip a:hover{color:var(--orange)}.possibilities{background:#ebece4;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-bottom:66px}.medium-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:65px;border-top:1px solid #c7cbbd;scroll-margin-top:105px}.medium{padding:25px 25px 0 0;display:flex;flex-direction:column;min-width:0}.medium+.medium{border-left:1px solid #c7cbbd;padding-left:25px}.medium:last-child{padding-right:0}.medium-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:21px;color:#5b6553}.medium-top .eyebrow{font-size:9px}.medium-top .icon{width:22px;height:22px}.medium h3{font-size:20px;margin-bottom:12px}.medium p{font-size:14px;line-height:1.65;color:#5a6255;margin-bottom:20px}.medium a{display:flex;gap:6px;align-items:center;flex-wrap:wrap;font-size:10px;font-family:var(--mono);line-height:1.7;margin-top:auto}.medium a .icon{width:13px;height:13px}.medium a:hover{color:var(--orange)}.mini-badge{display:inline-block;padding:2px 5px;border:1px solid #989e8f;border-radius:2px;font-family:Plex,sans-serif;font-size:9px}.model-note{margin-top:35px;padding-top:23px;border-top:1px solid #c7cbbd;font-size:11px;line-height:1.9;color:#62695b}.model-note a{margin-left:5px;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.model-note .icon{width:12px;height:12px}.video-duration{font:11px var(--mono);color:var(--muted)}.own-studio{background:var(--dark);color:#f0f1e8}.own-studio .section-kicker{color:#b0b8a6}.own-studio h2 em{color:#cdd5b9}.own-studio .section-intro{color:#b7bfb0;font-size:17px}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}details[open]>summary>.icon{transform:rotate(45deg)}summary>.icon{transition:transform .18s}.own-studio :focus-visible{outline-color:#dfb596}.get-started{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:start;scroll-margin-top:10px}.install-copy>.section-intro{margin-top:26px;font-size:17px}.install-copy>.button{margin-top:24px;grid-column:1;justify-self:start}.requirements{margin-top:35px;border-top:1px solid var(--line);padding-top:23px;max-width:350px}.requirements>p:first-child{display:flex;align-items:center;gap:10px;font-size:13px}.requirements strong{font-weight:500}.requirements dl{margin-block:18px 13px}.requirements dl>div{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;padding-bottom:9px;gap:18px}.requirements dt{color:var(--muted)}.requirements dd{margin:0;text-align:right}.requirements-note{font-size:11px;line-height:1.75;color:var(--muted)}.requirements a{display:inline-flex;align-items:center;gap:8px;font-size:12px;margin-top:13px;text-decoration:underline;text-underline-offset:4px}.requirements a .icon{width:15px;height:15px}.install-right{padding-top:8px;min-width:0}.terminal{background:#202623;color:#e9ece2;border:1px solid #353d35;border-radius:5px;overflow:hidden}.terminal-tabs{display:flex;border-bottom:1px solid #414b3e;padding:0 23px;gap:22px}.terminal-tabs button{position:relative;padding:19px 4px;font-size:12px;background:none;color:#b4beb0;white-space:nowrap}.terminal-tabs button:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#e9ae89;transform:scaleX(0)}.terminal-tabs button[aria-selected=true]{color:#eeeede}.terminal-tabs button[aria-selected=true]:after{transform:scaleX(1)}.terminal-tabs button:hover{color:#fff}.terminal-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 25px 0}.terminal-heading .eyebrow{font-size:9px;color:#bcc6b2;letter-spacing:.025em}.copy-button{display:flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid #5b6652;background:transparent;border-radius:3px;font-size:10px;color:#d6decf;min-height:32px}.copy-button:hover{background:#374032;color:#fff}.copy-button .icon{width:12px;height:12px}.terminal pre{padding:20px 25px 25px;margin:0;min-height:286px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;-moz-tab-size:2;tab-size:2;font:12px/1.95 var(--mono)}.code-comment{color:#a5b496}.terminal-footer{border-top:1px solid #414b3e;display:flex;align-items:center;gap:10px;padding:15px 25px;font-size:10px;line-height:1.7;color:#c1ccba;min-height:55px}.terminal-footer .status-dot{background:#b9c990;width:5px;height:5px}.terminal :focus-visible{outline-color:#dfb596;outline-offset:-3px}.install-prerequisites{font-size:11px;color:var(--muted);line-height:1.8;margin-top:15px;min-height:40px}.install-links{display:flex;justify-content:space-between;gap:20px;padding-block:23px;font-size:12px;border-bottom:1px solid var(--line)}.install-links a{display:flex;align-items:center;gap:7px}.install-links .icon{width:15px;height:15px}.install-links a:hover{color:var(--orange)}.alpha-note{font-size:11px;line-height:1.8;color:var(--muted);margin-top:20px}.alpha-note>span{display:inline-block;margin-right:6px;font:9px/1.8 var(--mono);text-transform:uppercase;letter-spacing:.035em;padding:2px 6px;background:#e4e5d9;border:1px solid #cccebf;color:#545e4b}.faq{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;padding-block:30px 110px}.faq h2{font-size:49px}.faq .section-kicker{font-size:10px;margin-bottom:19px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;font-size:16px;font-weight:450}.faq-list summary:hover{color:var(--orange)}.faq-list summary .icon{width:18px;height:18px;color:#6b7362}.faq-list details>p{padding:0 26px 23px 0;font-size:14px;line-height:1.8;color:var(--muted)}.faq-list p a{text-decoration:underline;text-underline-offset:4px}.closing{background:#df6b45;padding:45px 47px 47px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative}.closing .eyebrow{font-size:10px;color:#1e211a}.closing p{font-size:clamp(45px,5.5vw,81px);font-weight:450;letter-spacing:-.05em;margin-top:14px;line-height:1.1;color:#26291f}.closing p em{font-size:1.2em}.closing-link{display:grid;place-items:center;width:90px;height:90px;border:1px solid #5c3925;border-radius:50%;flex:none;transition:background .2s,transform .2s}.closing-link .icon{width:40px;height:40px;stroke-width:1}.closing-link:hover{transform:rotate(45deg);background:#eb8b64}.site-footer{padding-block:56px 28px}.footer-top{display:flex;align-items:center;gap:25px;padding-bottom:30px;border-bottom:1px solid var(--line)}.footer-top .brand{font-size:23px}.footer-top>p{font-size:12px;color:var(--muted)}.footer-top>a:last-child{margin-left:auto;display:flex;align-items:center;gap:8px;font-size:12px}.footer-top>a:last-child .icon{width:15px;height:15px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:23px;font-size:10px;color:#676d61}.footer-bottom>p{line-height:1.8}.footer-bottom>p>span{display:block;font-size:9px}.footer-bottom nav{display:flex;gap:25px}.footer-bottom a:hover,.footer-top>a:last-child:hover{color:var(--orange);text-decoration:underline;text-underline-offset:4px}.back-top{font:9px var(--mono)}.dialog-open{overflow:hidden}#media-dialog{padding:0;max-width:1440px;width:94vw;max-height:94dvh;background:#171c19;border:1px solid #58604f;border-radius:6px;color:var(--paper);overflow:auto;box-shadow:0 30px 120px #0009}#media-dialog::backdrop{background:#101713dc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:12px 15px 12px 22px;position:sticky;top:0;background:#171c19;z-index:2;border-bottom:1px solid #434b3e}.dialog-header p{font-size:14px;font-weight:450}.dialog-actions{display:flex;gap:12px;align-items:center;flex:none}#media-zoom{display:flex;align-items:center;gap:8px;min-height:38px;background:none;border:1px solid #58604f;color:#e6ebde;padding:6px 10px;border-radius:3px;font-size:11px}#media-zoom .icon{width:14px;height:14px}#media-zoom:hover{background:#2f392f}.dialog-close{display:grid;place-items:center;width:40px;height:40px;background:#2f392f;border-radius:3px;color:#f3f4eb;flex:none}.dialog-close:hover{background:#bc4326}.dialog-content{display:flex;align-items:center;justify-content:center;min-height:120px}.dialog-content>img{width:auto;max-width:100%;max-height:calc(94dvh - 123px);object-fit:contain}.dialog-content>video{width:100%;max-height:calc(94dvh - 123px);background:#0b0e0c}.is-zoomed .dialog-content{display:block;max-height:calc(94dvh - 130px);overflow:auto}.is-zoomed .dialog-content>img{width:auto;max-width:none;max-height:none}.media-caption{padding:12px 22px 15px;font-size:11px;line-height:1.7;color:#c1c8b8}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s,transform .65s}.reveal.is-visible{opacity:1;transform:none}@media(min-width:1600px){.section-space{padding-block:125px}.possibilities{padding-bottom:75px}}@media(max-width:1200px){.container{width:calc(100% - 80px)}.desktop-nav{display:none}.menu-toggle{display:block}.header-actions{gap:14px}.hero-ctas{gap:16px;margin-top:22px}.hero-ctas .button{padding:13px 15px;min-height:47px}.showcase-live{display:none}.studio-tabs{margin-right:0}.section-heading{gap:40px}.section-intro{max-width:315px;font-size:16px}.section-space{padding-block:85px}.model-strip{gap:23px}.model-strip>div{gap:16px}.model-strip>div>span{font-size:17px}.model-strip>.eyebrow{font-size:8px;max-width:100px}.medium{padding-right:18px}.medium+.medium{padding-left:18px}.medium h3{font-size:18px}.medium p{font-size:13px}.medium a{font-size:9px}.get-started,.faq{gap:60px}.terminal pre{font-size:11px}.install-links{font-size:11px;gap:12px}}@media(max-width:900px){.container{width:calc(100% - 56px)}.header-inner{height:70px}.header-social{display:none}.header-actions{gap:14px}h1{font-size:78px}.hero-ctas{margin:0;gap:15px}.showcase-label{font-size:9px}.studio-tabs{gap:0}.studio-tabs button{padding:16px 10px;font-size:11px}.studio-tabs button span{font-size:8px;margin-right:4px}.showcase-caption{align-items:flex-start;gap:15px;padding-top:18px}.showcase-caption>p:first-child{gap:12px;font-size:11px}.showcase-caption>p:last-child{font-size:11px;max-width:350px}.caption-index{font-size:9px}.model-strip{display:block;padding-block:32px}.model-strip>.eyebrow{max-width:none;margin-bottom:18px;font-size:9px}.section-heading{gap:30px}h2{font-size:48px}.section-intro{font-size:15px;max-width:270px}.section-kicker{font-size:9px;margin-bottom:22px}.medium-grid{grid-template-columns:repeat(2,1fr);margin-top:40px}.medium{padding:25px 28px 23px 0}.medium+.medium{padding-left:28px}.medium:nth-child(3){border-left:0;padding-left:0;border-top:1px solid #c7cbbd}.medium:nth-child(4){border-top:1px solid #c7cbbd}.medium:nth-child(2){padding-right:0}.medium p{max-width:290px;font-size:14px}.medium h3{font-size:21px}.medium a{font-size:10px}.medium-top{margin-bottom:15px}.model-note{margin-top:10px}.model-note a{white-space:normal}.own-studio .section-intro{font-size:15px}.get-started{grid-template-columns:1fr;gap:35px}.install-copy{display:grid;grid-template-columns:1fr 1fr;column-gap:45px}.install-copy .section-kicker{grid-column:1/-1}.install-copy h2{grid-column:1}.install-copy>.section-intro{grid-column:1;font-size:15px;margin-top:22px}.requirements{grid-column:2;grid-row:2/4;margin:0;max-width:none}.install-right{padding:0}.terminal pre{font-size:13px}.terminal-heading .eyebrow{font-size:10px}.install-prerequisites{font-size:12px}.install-links{font-size:13px}.alpha-note{font-size:12px}.faq{gap:35px;grid-template-columns:.7fr 1fr;padding-bottom:80px}.faq h2{font-size:43px}.faq-list summary{font-size:14px}.faq-list details>p{font-size:13px}.closing{padding:35px}.closing p{font-size:56px}.closing-link{width:70px;height:70px}.closing-link .icon{width:33px;height:33px}.footer-top{gap:17px}.footer-top>p{font-size:10px}.footer-top>a:last-child{font-size:11px}.footer-bottom{gap:20px;flex-wrap:wrap}.footer-bottom nav{gap:18px}}@media(max-width:600px){html{scroll-padding-top:85px}.container{width:calc(100% - 40px)}.header-inner{height:65px;gap:12px}.brand{gap:5px;font-size:23px}.brand img{width:33px;height:33px}.header-actions{gap:8px}.header-actions .button{font-size:11px;min-height:35px;gap:9px;padding:9px 11px}.header-actions .button .icon{width:16px;height:16px}.menu-toggle{width:36px;height:38px}.menu-toggle span{left:8px;right:6px}h1{font-size:clamp(44px,12.6vw,76px);letter-spacing:-.055em}h1 em{font-size:1.1em}.hero-ctas{display:flex;gap:22px;margin-top:22px}.hero-ctas .button{font-size:12px;min-height:47px;padding-inline:14px;gap:12px}.hero-ctas .text-button{font-size:12px;gap:7px}.showcase-bar{display:block;min-height:0;padding-top:14px}.showcase-label{font-size:8px}.showcase-label .small-cross{font-size:16px}.studio-tabs{display:flex;justify-content:space-between;gap:3px;margin-top:6px}.studio-tabs button{padding:14px 3px;font-size:11px}.studio-tabs button span{font-size:8px;margin-right:4px}.studio-tabs button:after{left:0;right:0}.screenshot-button{border-radius:3px}.expand-hint{right:8px;bottom:8px;padding:7px}.expand-hint>span{display:none}.expand-hint .icon{width:14px;height:14px}.showcase-caption{display:block;padding-top:15px;min-height:98px}.showcase-caption>p:first-child{gap:13px;font-size:12px}.showcase-caption>p:last-child{text-align:left;font-size:11px;line-height:1.7;max-width:none;margin-top:9px}.model-strip{padding-top:24px;padding-bottom:30px}.model-strip>.eyebrow{font-size:8px;margin-bottom:19px}.model-strip>div{justify-content:flex-start;gap:14px 25px;flex-wrap:wrap}.model-strip>div>span{font-size:16px}.model-strip>div>span:first-child{font-size:19px}.model-strip a{font-size:9px}.section-space{padding-block:64px}h2{font-size:43px}h2 em{font-size:1.13em}.section-heading{display:block;margin-bottom:30px}.section-kicker{font-size:9px;margin-bottom:20px}.section-heading .section-intro{margin-top:23px;max-width:420px;padding-bottom:0}.section-intro{font-size:16px;line-height:1.7}.medium-grid{margin-top:36px}.medium{padding:21px 15px 21px 0}.medium+.medium{padding-left:15px}.medium:nth-child(3){padding-left:0}.medium-top{margin-bottom:15px}.medium-top .icon{width:20px;height:20px}.medium-top .eyebrow{font-size:8px}.medium h3{font-size:18px;margin-bottom:9px}.medium p{font-size:12px;line-height:1.75;margin-bottom:15px}.medium a{font-size:9px;gap:4px}.mini-badge{font-size:8px}.model-note{font-size:10px;padding-top:18px;margin-top:0}.install-copy{display:block}.install-copy>.section-intro{max-width:400px;font-size:16px;margin-top:25px}.requirements{margin-top:27px;max-width:none;padding-top:20px}.requirements dl>div{font-size:12px}.requirements-note{font-size:11px;max-width:330px}.get-started{gap:28px}.terminal-tabs{padding-inline:15px;justify-content:space-between;gap:12px}.terminal-tabs button{font-size:11px;padding:16px 3px}.terminal-heading{padding:15px 16px 0;gap:10px}.terminal-heading .eyebrow{font-size:8px}.copy-button{font-size:9px;gap:6px;padding-inline:7px}.terminal pre{font-size:10px;line-height:2;padding:20px 16px 23px;min-height:255px}.terminal-footer{padding:13px 16px;font-size:9px}.install-prerequisites{font-size:10px;margin-top:13px}.install-links{font-size:11px;gap:14px;padding-block:20px}.install-links a{gap:6px}.install-links .icon{width:12px;height:12px}.alpha-note{font-size:11px;margin-top:17px}.faq{display:block;padding-block:0 64px}.faq h2{font-size:42px;margin-bottom:30px}.faq-list summary{font-size:15px;padding-block:20px}.faq-list details>p{font-size:13px;padding-right:12px}.closing{padding:27px 24px;gap:15px}.closing .eyebrow{font-size:8px;line-height:1.7;display:block;max-width:230px}.closing p{font-size:37px;line-height:1.1;max-width:230px;margin-top:14px}.closing p em{display:block;font-size:1.35em}.closing-link{width:53px;height:53px}.closing-link .icon{width:27px;height:27px}.site-footer{padding-block:35px 24px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding-bottom:23px}.footer-top .brand{grid-column:1;grid-row:1;font-size:22px}.footer-top>p{grid-column:1/-1;grid-row:2;font-size:11px}.footer-top>a:last-child{font-size:10px;grid-column:2;grid-row:1}.footer-bottom{padding-top:19px;display:grid;grid-template-columns:1fr auto;gap:21px 12px;font-size:10px}.footer-bottom>p{grid-column:1;grid-row:2}.footer-bottom nav{grid-column:1/-1;justify-content:space-between;gap:10px}.footer-bottom .back-top{grid-column:2;grid-row:2;font-size:8px}#media-dialog{width:96vw;max-height:92dvh}.dialog-header{padding:9px 10px 9px 14px;gap:12px}.dialog-header p{font-size:12px}.dialog-actions{gap:7px}#media-zoom{font-size:10px;padding-inline:8px;min-height:36px}#media-zoom .icon{display:none}.dialog-close{width:36px;height:36px}.dialog-content>img,.dialog-content>video{max-height:calc(92dvh - 120px)}.media-caption{font-size:10px;padding:11px 14px}}@media(max-width:365px){.hero-ctas{gap:14px}.hero-ctas .button{padding-inline:11px;font-size:11px}.hero-ctas .text-button{font-size:11px}.header-actions .button{font-size:10px}.brand{font-size:21px}.brand img{width:29px}.header-actions{gap:4px}.medium h3{font-size:16px}.studio-tabs button{font-size:10px}.studio-tabs button span{margin-right:2px}.install-links{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}.button:hover,.closing-link:hover{transform:none}}@media print{.site-header,.hero-ctas,.expand-hint,.menu-toggle,.closing-link,dialog{display:none!important}.container{width:100%}.section-space{padding-block:30px}body,.possibilities,.own-studio{background:#fff;color:#000}.reveal{opacity:1;transform:none}a{text-decoration:underline}.hero{padding-top:0}.screenshot-button{break-inside:avoid}details:not([open])>p{display:block}}.desktop-nav{gap:25px;padding-left:10px}.native-models{background:#ebece4;border-top:1px solid var(--line)}.native-models .section-intro{max-width:395px;font-size:17px}.native-models .section-intro strong{color:var(--ink);font-weight:500}.native-model-catalogue{border-bottom:1px solid #c7cbbd}.native-model-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:32px;align-items:baseline;padding-block:26px;border-top:1px solid #c7cbbd}.native-model-row h3{display:flex;align-items:center;gap:13px;font-size:15px;letter-spacing:0}.native-model-row h3 .icon{color:#5b6553}.native-model-list{display:flex;flex-wrap:wrap;gap:14px 30px;list-style:none;margin:0;padding:0}.native-model-list li{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 13px}.native-model-list a{display:inline-flex;flex-wrap:wrap;align-items:center;gap:7px 10px;font-size:20px;line-height:1.4;font-weight:500;letter-spacing:-.025em;text-underline-offset:5px}.native-model-list a:hover{color:var(--orange);text-decoration:underline}.native-model-status{border:1px solid #989e8f;border-radius:2px;padding:3px 6px;color:#51594c;font:9px/1.4 var(--mono);letter-spacing:0}.native-model-detail{color:var(--muted);font-size:12px}.native-model-footer{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:28px}.native-model-footer p{max-width:660px;color:#62695b;font-size:12px;line-height:1.8}.native-model-footer p a{display:inline;text-decoration:underline;text-underline-offset:3px}.native-model-footer p .icon{width:12px;height:12px}.native-model-footer .button{flex-shrink:0}.feature-gallery{min-width:0}.feature-tabs{display:flex;flex-wrap:wrap;gap:4px 30px;border-bottom:1px solid var(--line);margin-bottom:18px}.feature-tabs button{position:relative;padding:18px 0;background:transparent;font-size:13px;font-weight:500}.feature-tabs button[aria-selected=true]{color:#b03920}.feature-tabs button[aria-selected=true]:after{content:"";position:absolute;height:2px;bottom:-1px;left:0;right:0;background:currentColor}.feature-caption{display:grid;grid-template-columns:1fr 1.25fr;gap:30px;padding-top:20px;min-height:78px}.feature-caption strong{font-size:14px;font-weight:500}.feature-caption p{font-size:12px;line-height:1.7;color:var(--muted)}.feature-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:42px}.feature-notes h3,.library-notes h3{font-size:20px;margin-bottom:12px}.feature-notes p,.library-notes p{color:var(--muted);font-size:14px;line-height:1.75}.projects-section{background:#e9ebe2;border-block:1px solid var(--line)}.projects-section .section-intro{max-width:375px}.projects-section h2{font-size:clamp(42px,4.1vw,62px)}.project-proof{border-top:1px solid #cbd0c0;padding-top:25px;display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:22px}.project-proof .eyebrow{color:var(--muted);display:block;font-size:9px;margin-bottom:8px}.project-proof strong{font-size:18px;font-weight:500}.project-proof>p:last-child{max-width:350px;font-size:12px;color:var(--muted);line-height:1.7}.project-art-strip{display:grid;grid-template-columns:1fr 1fr .73fr .68fr;gap:25px;padding-top:55px;align-items:center}.project-art-strip figure{min-width:0}.project-art-strip button{display:block;padding:0;width:100%;background:transparent;cursor:zoom-in}.project-art-strip img{width:100%}.project-art-strip figcaption{display:flex;flex-wrap:wrap;justify-content:space-between;gap:5px;font:9px/1.6 var(--mono);color:#51594c;margin-top:11px}.project-art-note{padding-left:14px}.project-art-note>p{margin-top:24px;font:italic 39px/1.08 var(--serif)}.project-art-note .eyebrow{display:block;font-size:8px;line-height:1.8;margin-top:25px;color:var(--muted)}.library-section{background:var(--paper)}.library-section .section-intro{max-width:390px}.library-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 40px;margin-top:44px}.library-notes article{border-top:1px solid var(--line);padding-top:22px}.library-notes h3{font-size:19px}.possibilities .medium-grid{margin-top:36px}.own-studio{--muted: #c2c9b9;--line: #4b5549}.own-studio .section-intro{max-width:390px}.own-studio .feature-tabs button[aria-selected=true],.own-studio .section-links .text-button{color:#edb596}.own-studio :focus-visible{outline-color:#edb596}.own-studio .screenshot-button{border-color:#5b6456}.automation-story{border-top:1px solid var(--line);margin-top:70px;padding-top:54px}.automation-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:end}.automation-heading .eyebrow{color:var(--muted);margin-bottom:21px;font-size:10px}.automation-heading h3{font-size:35px;line-height:1.14;letter-spacing:-.035em}.automation-heading h3 em{font:italic 1.17em/1.1 var(--serif)}.automation-heading>p{font-size:15px;color:var(--muted);line-height:1.75;max-width:425px}.automation-sequence{display:flex;justify-content:space-between;align-items:center;gap:20px;list-style:none;padding:0;margin:30px 0;counter-reset:stages}.automation-sequence li{counter-increment:stages;display:flex;gap:10px;align-items:center;font-size:12px}.automation-sequence li:before{content:"0" counter(stages);font:10px var(--mono);color:#edb596}.automation-footnote{color:var(--muted);font-size:12px;line-height:1.7;margin-top:20px}.plugins-section{border-bottom:1px solid var(--line)}.plugins-section .section-intro{max-width:390px}.agent-note{display:grid;grid-template-columns:1fr 1.2fr;column-gap:70px;border-top:1px solid var(--line);margin-top:55px;padding-top:36px}.agent-note .eyebrow{grid-column:1;color:var(--orange);font-size:10px;margin-bottom:16px}.agent-note h3{grid-column:1;font-size:28px}.agent-note>p{grid-column:2;grid-row:1/3;font-size:14px;line-height:1.75;color:var(--muted)}.agent-note>a{grid-column:2;font-size:13px;color:var(--orange);margin-top:17px}.preset-section{border-top:1px solid var(--line)}.preset-section .section-intro{max-width:405px}.preset-contract{display:flex;align-items:center;justify-content:center;gap:25px;padding:24px 0;border-top:1px solid var(--line);font-size:13px}.preset-contract code{font:15px var(--mono);color:var(--orange)}.preset-contract .icon{width:25px;color:#929889}.preset-demo{display:grid;grid-template-columns:1fr .92fr 1.18fr;border:1px solid var(--line);background:#efeee6}.preset-demo>div{min-width:0}.preset-pane-heading{min-height:77px;padding:21px 23px 16px;display:flex;flex-direction:column;gap:9px;border-bottom:1px solid var(--line)}.preset-pane-heading .eyebrow{font-size:9px;letter-spacing:.025em}.preset-pane-heading code{font:15px var(--mono)}.preset-demo pre{margin:0;padding:26px 23px;overflow-x:auto;font:12px/1.75 var(--mono);-moz-tab-size:2;tab-size:2}.preset-source>p,.preset-pipeline>p{margin:0;padding:0 23px 23px;font-size:12px;line-height:1.7;color:var(--muted)}.yaml-key{color:#686e60}.yaml-value{color:#9a381f}.yaml-binding{color:#efb191}.preset-controls{border-inline:1px solid var(--line);background:var(--paper)}.preset-demo-label{font-size:14px}.preset-control-form{padding:31px 25px 22px}.preset-range-label{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500}.preset-range-label output{font:18px var(--mono);color:var(--orange)}#preset-steps{display:block;width:100%;margin:22px 0 13px;accent-color:var(--orange);cursor:ew-resize;min-height:24px}.preset-field-help{color:var(--muted);font-size:11px;line-height:1.5}.preset-switch{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:29px;padding-block:23px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer}.preset-switch strong{font-size:14px;font-weight:500;display:block}.preset-switch small{display:block;font-size:11px;color:var(--muted);margin-top:6px}.preset-switch input{position:absolute;right:0;width:41px;height:24px;opacity:0;z-index:1;cursor:pointer}.switch-track{width:41px;height:24px;border-radius:20px;background:#878c80;flex:none;padding:3px;transition:background .2s}.switch-track:after{content:"";display:block;width:18px;height:18px;border-radius:50%;background:var(--paper);transition:transform .2s}.preset-switch input:checked+.switch-track{background:var(--orange)}.preset-switch input:checked+.switch-track:after{transform:translate(17px)}.preset-switch input:focus-visible+.switch-track{outline:3px solid var(--orange);outline-offset:5px}.preset-execution{padding-top:22px;font-size:12px}.preset-execution>div{display:flex;align-items:center;gap:10px;min-height:36px}.preset-execution>div>span:first-child,.preset-execution b{font:10px var(--mono);color:var(--muted)}.preset-execution i{width:5px;height:5px;border-radius:50%;margin-left:auto;background:#687756}#enhance-stage{color:var(--muted)}#enhance-stage>span{margin-left:auto;font:9px var(--mono)}#enhance-stage.is-enabled{color:var(--orange)}.preset-stage-summary{min-height:42px;margin-top:16px;font-size:11px;line-height:1.6;color:var(--muted)}.preset-binding{margin:0;padding:13px 20px;border-top:1px solid var(--line);font:9px/1.7 var(--mono);overflow-wrap:anywhere}.preset-pipeline{background:#252d29;color:var(--paper)}.preset-pipeline .preset-pane-heading{border-color:#465044}.preset-pipeline .yaml-key{color:#c2cabb}.preset-pipeline .yaml-value{color:#efb191}.preset-pipeline>p{color:#c2cabb}.preset-pipeline pre{padding-top:15px}.pipeline-view{padding:15px 23px 0;display:flex;gap:8px;justify-content:space-between;align-items:center;font:9px var(--mono);color:#c2cabb}.pipeline-view button{padding:7px 9px;border:1px solid #65725c;background:transparent;color:var(--paper);font:9px var(--mono);min-height:32px}.pipeline-view button:hover{background:#3e483d}.preset-example-note{margin-top:17px;font-size:11px;line-height:1.8;color:var(--muted)}.preset-example-note a{text-decoration:underline;text-underline-offset:3px}.preset-example-note .icon{width:12px;height:12px}.preset-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:47px}.preset-benefits h3{font-size:19px;line-height:1.3;margin-bottom:13px}.preset-benefits p{font-size:14px;line-height:1.7;color:var(--muted)}.section-links{display:flex;flex-wrap:wrap;gap:19px 35px;margin-top:31px}.section-links .text-button{color:var(--orange);font-size:13px}@media(max-width:1150px){.desktop-nav{gap:18px;padding-left:0;font-size:12px}.native-models .section-heading{align-items:flex-start}.native-models .section-intro{max-width:340px;font-size:16px}.native-model-row{grid-template-columns:140px minmax(0,1fr);gap:26px}.native-model-list{gap:14px 25px}.native-model-list a{font-size:18px}.project-art-strip{gap:18px}.project-art-note{padding-left:0}.project-art-note>p{font-size:30px}.feature-notes,.library-notes{gap:26px}.feature-notes h3{font-size:18px}.automation-heading{gap:35px}.automation-heading h3{font-size:31px}.preset-demo{grid-template-columns:1fr 1fr}.preset-source{grid-column:1;grid-row:1}.preset-controls{grid-column:1;grid-row:2;border:0;border-top:1px solid var(--line)}.preset-pipeline{grid-column:2;grid-row:1/3}.preset-control-form{padding-top:22px}.preset-execution{display:none}.preset-source pre{font-size:11px;padding-block:18px}.preset-pipeline pre{font-size:13px}.preset-contract{gap:13px;font-size:11px}.preset-contract code{font-size:13px}.preset-benefits{gap:25px}}@media(max-width:650px){.native-models .section-heading{display:block}.native-models .section-intro{max-width:none;margin-top:23px}.native-model-row{grid-template-columns:minmax(0,1fr);gap:18px;padding-block:23px}.native-model-row h3{font-size:13px;gap:10px}.native-model-row h3 .icon{width:18px;height:18px}.native-model-list{gap:13px 23px}.native-model-list a{font-size:18px}.native-model-status{font-size:8px}.native-model-footer{align-items:flex-start;flex-direction:column;gap:23px;margin-top:23px}.native-model-footer p{font-size:11px}.feature-tabs{gap:4px 22px;margin-bottom:13px}.feature-tabs button{font-size:11px;padding-block:14px}.feature-caption{display:block;min-height:115px;padding-top:16px}.feature-caption strong{font-size:13px}.feature-caption p{margin-top:9px;font-size:11px}.feature-notes{grid-template-columns:1fr;gap:23px;margin-top:30px}.feature-notes h3{font-size:19px;margin-bottom:8px}.feature-notes p,.library-notes p{font-size:14px}.project-proof{display:block;padding-top:20px;margin-bottom:15px}.project-proof strong{font-size:16px}.project-proof>p:last-child{margin-top:12px;font-size:12px}.project-art-strip{grid-template-columns:1fr 1fr;gap:24px 15px;padding-top:34px}.project-poster{grid-column:1;grid-row:2}.project-art-note{padding-left:15px}.project-art-note>p{font-size:34px;margin-top:20px}.project-art-strip figcaption{font-size:8px}.library-notes{grid-template-columns:1fr 1fr;gap:25px 21px;margin-top:26px}.library-notes h3{font-size:17px}.library-notes p{font-size:12px}.automation-story{margin-top:40px;padding-top:32px}.automation-heading{display:block}.automation-heading .eyebrow{font-size:9px}.automation-heading h3{font-size:29px}.automation-heading>p{font-size:14px;margin-top:23px}.automation-sequence{flex-wrap:wrap;gap:15px 23px;margin-block:25px}.automation-sequence li{font-size:11px;gap:7px}.automation-footnote{font-size:11px}.agent-note{display:block;margin-top:35px;padding-top:28px}.agent-note h3{font-size:24px}.agent-note>p{margin-top:18px;font-size:13px}.preset-section .section-heading{margin-bottom:20px}.preset-contract{flex-wrap:wrap;justify-content:flex-start;gap:12px;padding-block:18px}.preset-contract>span{display:none}.preset-contract>svg:nth-of-type(2),.preset-contract>svg:nth-of-type(3){display:none}.preset-demo{display:flex;flex-direction:column}.preset-pane-heading{min-height:68px;padding:17px 20px}.preset-source pre{font-size:12px}.preset-pipeline pre{font-size:11px;padding-inline:20px}.preset-control-form{padding:24px 20px 0}.preset-controls{border:0;border-top:1px solid var(--line)}.preset-execution{display:block}.preset-stage-summary{min-height:30px}.preset-benefits{grid-template-columns:1fr;gap:24px;margin-top:32px}.preset-benefits h3{font-size:18px;margin-bottom:8px}.preset-benefits p{font-size:14px}.preset-example-note{font-size:10px}.section-links{gap:17px}}#how-it-works{max-width:1600px}.generation-intro{border-top:1px solid var(--line);padding-top:40px}.generation-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}.generation-heading .eyebrow{font-size:10px;color:var(--muted);margin-bottom:18px}.generation-heading h2{font-size:clamp(34px,3.6vw,52px);line-height:1.12}.generation-heading>p{color:var(--muted);font-size:15px;line-height:1.75;padding-bottom:3px}#generation-demo{scroll-margin-top:100px}.demo-tour{display:grid;grid-template-columns:258px minmax(0,1fr);border:1px solid var(--line);border-radius:8px;overflow:hidden}.demo-navigation{display:flex;flex-direction:column;padding:28px 18px;background:#eeece4}.demo-tour-label{padding:3px 12px 24px;color:var(--muted);font:9px var(--mono);text-transform:uppercase;letter-spacing:.08em}.demo-chapters{display:grid;gap:8px}.demo-chapters button{display:flex;align-items:center;gap:12px;min-width:0;width:100%;padding:19px 12px;border:1px solid transparent;border-radius:4px;background:none;text-align:left}.demo-chapters button>span:first-child{align-self:start;margin-top:5px;color:var(--muted);font:10px var(--mono)}.demo-chapters button strong{display:block;font-size:16px;font-weight:500;letter-spacing:-.02em}.demo-chapters button small{display:block;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.55}.demo-chapters button .icon{margin-left:auto;width:15px;height:15px;opacity:0}.demo-chapters button:hover{background:#f6f4ee}.demo-chapters button[aria-selected=true]{background:#faf9f4;border-color:#d6d5c8;box-shadow:0 2px 3px #292e2205}.demo-chapters button[aria-selected=true]>span:first-child,.demo-chapters button[aria-selected=true] .icon{color:var(--orange);opacity:1}.demo-tour-note{display:flex;align-items:center;gap:12px;margin-top:auto;padding:32px 12px 2px}.demo-tour-note img{opacity:.65}.demo-tour-note p{font-size:11px;line-height:1.65;color:var(--muted)}.demo-canvas{--demo-muted: #b2bdaf;--demo-line: #3b493f;--demo-signal: #d0dfb5;min-width:0;color:#edf0e6;background:#1b2822;color-scheme:dark}.demo-canvas :focus-visible{outline:2px solid var(--demo-signal);outline-offset:4px}.demo-panel:focus-visible{outline-offset:-4px}.demo-canvas-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:53px;padding:14px 32px;border-bottom:1px solid var(--demo-line);color:var(--demo-muted);font:9px/1.5 var(--mono)}.demo-canvas-bar>span:first-child{display:flex;align-items:center;gap:8px}.demo-canvas-bar i{width:5px;height:5px;background:#d0dfb5;border-radius:50%}.demo-canvas-bar>span:last-child{font-size:8px;text-transform:uppercase;letter-spacing:.06em}.demo-panel{display:flex;flex-direction:column;min-height:584px;padding:32px 32px 0;background-image:radial-gradient(#b7c9ad0c .8px,transparent .8px);background-size:18px 18px}.demo-chapter-heading .eyebrow{color:var(--demo-muted);font-size:8px;letter-spacing:.075em;margin-bottom:13px}.demo-chapter-heading h3{font-size:clamp(25px,2.4vw,35px);font-weight:450;letter-spacing:-.045em;line-height:1.15}.demo-chapter-heading h3 em{font-family:var(--serif);font-weight:400;font-size:1.14em;color:var(--demo-signal)}.demo-chapter-heading>p:last-child{max-width:560px;margin-top:13px;font-size:13px;line-height:1.75;color:var(--demo-muted)}.demo-generation-scene{display:grid;grid-template-columns:minmax(0,1.15fr) 64px minmax(0,1fr);align-items:center;gap:0;flex:1;padding-block:28px 20px}.demo-mini-label{display:block;font:9px/1.5 var(--mono);letter-spacing:.07em;text-transform:uppercase;color:var(--demo-muted)}.demo-assembly{min-width:0}.demo-assembly>.demo-mini-label{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;font-size:8px}.demo-assembly>.demo-mini-label small{font:9px Plex,Arial,sans-serif;text-transform:none;letter-spacing:0}.demo-segment{--segment-color: #e4b992;display:block;width:100%;padding:12px 14px;border:1px solid #5a604a;border-left:3px solid var(--segment-color);border-radius:4px;background:#2a342a;text-align:left}.demo-segment[data-demo-segment=scene]{--segment-color: #c2d69f}.demo-segment[data-demo-segment=lighting]{--segment-color: #c8bce2}.demo-segment[aria-pressed=true]{border-color:var(--segment-color);background:#354033}.demo-segment:hover{background:#354033}.demo-segment-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.demo-category{padding:3px 6px;border-radius:2px;background:#151e1750;color:var(--segment-color);font:8px var(--mono)}.demo-segment-meta small{color:var(--demo-muted);font-size:8px}.demo-segment>span:last-child{font-size:13px;line-height:1.5}.demo-template{margin-top:12px;padding:10px;border:1px dashed #6f8062;border-radius:5px}.demo-template-label{display:flex;align-items:center;gap:7px;margin-bottom:10px;color:#d0dcc4;font-size:9px}.demo-template-label>.icon{width:12px;height:12px}.demo-template-label>span{margin-left:auto;color:var(--demo-muted);font:8px var(--mono)}.demo-template .demo-segment+.demo-segment{margin-top:8px}.demo-assembly-join{display:flex;align-items:center;gap:8px;padding:12px 0;color:var(--demo-muted);font:8px var(--mono)}.demo-assembly-join>span:first-child{flex:1;height:1px;background:var(--demo-line)}.demo-assembly-join>span:last-child{margin-left:3px;font-size:14px}.demo-assembled-prompt{padding:14px 16px;border:1px solid #526049;border-radius:4px;background:#26342a;font-size:13px;line-height:1.85}.demo-assembled-prompt>span{border-bottom:1px solid transparent;padding-block:2px}[data-demo-piece=subject]{color:#e4b992}[data-demo-piece=scene]{color:#c2d69f}[data-demo-piece=lighting]{color:#c8bce2}[data-segment=subject] [data-demo-piece=subject],[data-segment=scene] [data-demo-piece=scene],[data-segment=lighting] [data-demo-piece=lighting]{border-color:currentColor;background:#aeb4a51a}.demo-directions{min-width:0;margin:20px 0 0;padding:0;border:0;display:flex;flex-wrap:wrap;gap:7px}.demo-directions legend{margin-bottom:11px;padding:0;font-size:10px;color:var(--demo-muted)}.demo-directions button{min-height:32px;padding:7px 10px;border:1px solid #52634f;border-radius:3px;background:transparent;color:#d2dec8;font-size:10px}.demo-directions button:hover{background:#3a4a37}.demo-directions button[aria-pressed=true]{color:#202a1c;background:var(--demo-signal);border-color:var(--demo-signal)}.demo-chapter-action{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:77px;margin-top:auto;padding-block:17px;border-top:1px solid var(--demo-line)}.demo-chapter-action>p{max-width:300px;font-size:10px;line-height:1.65;color:var(--demo-muted)}.demo-chapter-action>p .icon{height:14px;width:14px;margin-right:6px}.demo-action{display:inline-flex;align-items:center;justify-content:center;gap:14px;flex:none;min-height:40px;padding:10px 14px;border-radius:3px;background:var(--demo-signal);color:#25301f;font-size:11px;font-weight:500}.demo-action:hover{background:#e0ebc9}.demo-action .icon{width:15px;height:15px}.demo-collection-board{margin-block:28px;padding:20px;border:1px solid #54634e;border-radius:5px;background:#27362b;box-shadow:0 12px 25px #0d1b1920}.demo-board-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px}.demo-board-heading>span:first-child{display:flex;align-items:center;gap:10px;font-size:15px}.demo-board-heading .icon{width:17px;height:17px;color:var(--demo-signal)}.demo-board-heading small{color:var(--demo-muted);font-size:10px;margin-left:4px}#demo-collection-count{color:var(--demo-muted);font:9px var(--mono);white-space:nowrap}.demo-collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;min-height:230px}.demo-collected-card{position:relative;min-width:0}.demo-collected-card>button:first-child{width:100%;padding:0;text-align:left;background:transparent}.demo-collected-card img{width:100%;height:195px;padding:5px;object-fit:contain;background:#d6d8c8;border-radius:2px}.demo-collected-card>button:first-child>span{display:block;margin-top:12px;font-size:11px}.demo-collected-card>button:first-child:hover>span{text-decoration:underline;text-underline-offset:4px}.demo-remove{position:absolute;top:9px;right:9px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid #53634b;border-radius:50%;background:#243022;color:#e6eadb}.demo-remove:hover{background:#41503a}.demo-remove .icon{width:13px;height:13px}#demo-collection-empty{padding-block:12px;color:var(--demo-muted);font-size:13px;line-height:1.7}.demo-collection-grid:empty{min-height:180px}.demo-history-scene{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;padding-block:28px;flex:1;align-items:start}.demo-history-list>.demo-mini-label{margin-bottom:16px;font-size:8px}#demo-history-items{display:grid;gap:9px}.demo-history-item{display:flex;align-items:center;gap:13px;width:100%;padding:9px;border:1px solid var(--demo-line);border-radius:4px;background:#223127;text-align:left}.demo-history-item img{width:46px;height:56px;object-fit:cover;border-radius:2px}.demo-history-item strong{font-size:12px;font-weight:500}.demo-history-item small{display:block;margin-top:7px;font-size:8px;color:var(--demo-muted)}.demo-history-item>.icon{width:14px;height:14px;margin-left:auto;color:var(--demo-muted)}.demo-history-item[aria-pressed=true]{background:#31402e;border-color:#a5b792}.demo-history-item:hover{background:#31402e}.demo-memory{padding:22px;border:1px solid #59674f;border-radius:4px;background:#2c3a2d;transform:rotate(1deg)}.demo-memory blockquote{margin:15px 0 20px;font-size:18px;line-height:1.5;letter-spacing:-.02em}.demo-memory ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.demo-memory li{display:flex;align-items:center;gap:9px;font-size:10px;color:#c8d2bc}.demo-memory li .icon{width:13px;height:13px}.demo-original{margin-top:20px;border-top:1px solid #4b5b42}.demo-original summary{display:flex;justify-content:space-between;align-items:center;min-height:38px;padding-top:10px;color:var(--demo-muted);font-size:10px}.demo-original summary>span{font-size:17px}.demo-original[open] summary>span{transform:rotate(45deg)}.demo-original p{margin-top:14px;font-size:10px;color:var(--demo-muted);line-height:1.7}.demo-people-scene{max-width:590px;width:100%;margin:auto;padding-block:26px}.demo-studio-node{display:flex;align-items:center;gap:14px;border:1px solid #586a4f;border-radius:4px;padding:18px 20px;background:#2b3b2d}.demo-studio-node strong{font-size:16px;font-weight:500}.demo-studio-node div>span{display:block;margin-top:5px;font-size:10px;color:var(--demo-muted)}.demo-studio-node>small{margin-left:auto;font:8px/1.6 var(--mono);color:var(--demo-muted)}.demo-people{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:27px}.demo-people button{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:10px;border:1px solid var(--demo-line);border-radius:4px;background:#223127}.demo-people button:before{content:"";position:absolute;top:-28px;height:27px;width:1px;background:var(--demo-line)}.demo-people button[aria-pressed=true]{border-color:#a5b792;background:#34442f}.demo-people button[aria-pressed=true]:before{background:#a5b792}.demo-avatar{display:grid;place-items:center;flex:none;width:27px;height:27px;border-radius:50%;background:#b9c39d;color:#223121;font:11px var(--mono)}.demo-people button:nth-child(2) .demo-avatar{background:#d9b294}.demo-people button:nth-child(3) .demo-avatar{background:#b6bccf}.demo-people strong{font-size:11px;font-weight:500}.demo-access{margin-top:23px}.demo-access-heading{display:flex;justify-content:space-between;gap:10px;margin-bottom:11px;font-size:11px}.demo-access-heading small{font-size:9px;color:var(--demo-muted)}.demo-access-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.demo-access-tools button{display:flex;align-items:center;gap:13px;padding:14px 16px;text-align:left;border:1px solid var(--demo-line);border-radius:4px;background:#223127;color:var(--demo-muted)}.demo-access-tools button[aria-pressed=true]{border-color:#738461;background:#2b3b2b;color:#e6eed9}.demo-access-tools button>span{font-size:11px}.demo-access-tools small{display:block;margin-top:5px;font:8px var(--mono);color:var(--demo-muted)}.demo-access-check{display:grid;place-items:center;flex:none;width:19px;height:19px;border:1px solid #77866c;border-radius:50%;margin-left:auto}[aria-pressed=true]>.demo-access-check{background:var(--demo-signal);color:#223022}[aria-pressed=true]>.demo-access-check:before{content:"✓";font-size:12px}.demo-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 0 32px}.demo-footer>p{color:var(--muted);font-size:10px;line-height:1.8}.demo-footer>div{display:flex;align-items:center;gap:22px}.demo-footer .text-button{font-size:11px;color:var(--orange);white-space:nowrap;gap:7px}.demo-footer .icon{width:13px;height:13px}#demo-reset{flex:none;min-height:32px;padding:0;background:none;color:var(--muted);font-size:10px;text-decoration:underline;text-underline-offset:4px}.actual-app{border-block:1px solid var(--line)}.actual-app>summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-block:22px;font-size:15px}.actual-app>summary>span{display:flex;align-items:center;gap:24px;font-size:11px;color:var(--muted)}.actual-app[open]>summary .icon{transform:rotate(45deg)}.actual-app .studio-showcase{padding-bottom:24px}.demo-noscript{font-size:14px;line-height:1.7;padding-bottom:30px}@media(prefers-reduced-motion:no-preference){.demo-panel{animation:demo-appear .25s ease-out}.demo-directions button,.demo-access-tools button,.demo-chapters button{transition:background .18s,border-color .18s}@keyframes demo-appear{0%{opacity:.35}to{opacity:1}}}@media(min-width:1201px){#how-it-works{width:calc(100% - 64px)}}@media(max-width:1150px){.demo-tour{grid-template-columns:220px minmax(0,1fr)}.demo-navigation{padding-inline:10px}.demo-chapters button{gap:9px;padding-inline:10px}.demo-chapters button small{font-size:10px}.demo-chapters button .icon{display:none}.demo-panel{padding-inline:24px}.demo-generation-scene{grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr)}.demo-directions{gap:6px}.demo-footer{align-items:start}.demo-footer>p{max-width:270px}.demo-footer>div{gap:16px}.demo-history-scene{gap:16px}.demo-memory{padding:18px}.demo-people button{gap:6px;padding-inline:6px}}@media(max-width:900px){.generation-heading{align-items:start;gap:24px}.generation-heading>p{max-width:215px;font-size:13px}.demo-tour{grid-template-columns:1fr}.demo-navigation{padding:10px}.demo-tour-label,.demo-tour-note{display:none}.demo-chapters{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.demo-chapters button{padding:12px 9px}.demo-chapters button strong{font-size:13px}.demo-chapters button small{display:none}.demo-chapters button>span:first-child{margin-top:3px;font-size:8px}.demo-panel{min-height:590px}.demo-chapter-heading h3{font-size:32px}.demo-footer{flex-wrap:wrap;gap:10px}.demo-footer>p{max-width:none}}@media(max-width:600px){.generation-intro{padding-top:28px}.generation-heading{flex-direction:column;gap:20px;margin-bottom:26px}.generation-heading h2{font-size:36px}.generation-heading .eyebrow{margin-bottom:13px}.generation-heading>p{max-width:none}.demo-chapters{gap:3px}.demo-chapters button{flex-direction:column;align-items:start;gap:6px;padding:10px 5px}.demo-chapters button strong{font-size:11px}.demo-chapters button>span:first-child{font-size:8px;margin:0}.demo-canvas-bar{padding:13px 18px;font-size:8px;gap:8px}.demo-canvas-bar>span:last-child{max-width:65px;font-size:7px;text-align:right}.demo-panel{min-height:0;padding:25px 18px 0}.demo-chapter-heading .eyebrow{font-size:7px;line-height:1.7}.demo-chapter-heading h3{font-size:27px;max-width:290px}.demo-chapter-heading>p:last-child{font-size:12px}.demo-generation-scene{grid-template-columns:1fr;padding-block:22px}.demo-directions{margin-top:18px}.demo-chapter-action{align-items:start;flex-direction:column;gap:13px;padding-block:18px}.demo-action{width:100%;min-height:44px}.demo-collection-board{margin-block:22px;padding:14px}.demo-board-heading{align-items:start}.demo-board-heading>span:first-child{flex-wrap:wrap;gap:7px;font-size:14px}.demo-board-heading small{width:100%;margin:0;font-size:9px}.demo-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px;min-height:170px}.demo-collected-card img{height:145px}.demo-collected-card>button:first-child>span{font-size:10px;line-height:1.5}.demo-remove{top:6px;right:6px}.demo-history-scene{grid-template-columns:1fr;gap:24px;padding-block:24px}.demo-memory{transform:none;padding:22px}.demo-history-item strong{font-size:13px}.demo-history-item small{font-size:10px}.demo-history-item img{width:45px;height:50px}.demo-memory li{font-size:12px}.demo-studio-node{flex-wrap:wrap;gap:10px;padding:15px}.demo-studio-node>small{margin-left:42px}.demo-people{gap:6px}.demo-people button{flex-direction:column;gap:9px;padding:12px 4px}.demo-people strong{font-size:10px}.demo-access-heading{flex-direction:column;gap:6px}.demo-access-tools{grid-template-columns:1fr;gap:8px}.demo-footer>div{flex-wrap:wrap;gap:10px 16px}.demo-footer .text-button{min-height:32px}.actual-app>summary{font-size:14px;gap:10px}.actual-app>summary>span{font-size:0;gap:0}}.demo-journey{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:25px;padding-bottom:22px;border-bottom:1px solid var(--demo-line)}.demo-journey>button{display:flex;align-items:center;gap:10px;min-width:0;min-height:57px;padding:10px 12px;border:1px solid transparent;border-radius:4px;background:none;color:var(--demo-muted);text-align:left}.demo-journey>button>span:first-child{display:grid;place-items:center;flex:none;width:25px;height:25px;border:1px solid #66765b;border-radius:50%;font:9px var(--mono)}.demo-journey strong{display:block;font-size:12px;font-weight:500}.demo-journey small{display:block;margin-top:5px;font-size:9px}.demo-journey>button>.icon{width:13px;height:13px;margin-left:auto;opacity:.55}.demo-journey>button:hover{background:#28382c}.demo-journey>button[aria-selected=true]{color:#e7efd9;border-color:#687a56;background:#33422f}.demo-journey>button[aria-selected=true]>span:first-child{background:var(--demo-signal);border-color:var(--demo-signal);color:#24301f}.demo-stage{min-width:0;min-height:465px;padding-block:23px}.demo-stage:focus-visible{outline-offset:5px}.demo-stage h4{margin:0;letter-spacing:-.025em;font-weight:450}.demo-stage-intro{margin-bottom:22px}.demo-stage-intro h4{font-size:21px;line-height:1.3}.demo-stage-intro>p{max-width:640px;margin-top:9px;color:var(--demo-muted);font-size:12px;line-height:1.75}.demo-journey-footer>p{max-width:440px}.demo-journey-footer .demo-action{font-size:12px}.demo-generation-scene{grid-template-columns:minmax(0,1fr) minmax(0,.85fr);align-items:start;gap:36px;padding:0}.demo-stage .demo-mini-label,.demo-stage .demo-segment-meta small,.demo-stage .demo-category{font-size:9px}.demo-compose-aside{min-width:0;padding-top:21px}.demo-brief{display:flex;align-items:center;gap:20px}.demo-brief img{width:100px;height:130px;object-fit:cover;border:5px solid #d4d8c3;border-radius:2px;transform:rotate(3deg);box-shadow:0 12px 20px #101a1933}.demo-brief h4{margin-top:10px;font-size:26px;line-height:1.1}.demo-brief h4 em{font-family:var(--serif);font-weight:400;color:var(--demo-signal)}.demo-compose-aside>p{margin-top:23px;color:var(--demo-muted);font-size:12px;line-height:1.75}.demo-compose-aside .demo-directions button{font-size:11px;min-height:36px}.demo-compose-aside .demo-directions legend{font-size:11px}.demo-segment-explanation{margin-top:24px;padding:18px;border-left:2px solid #e4b992;background:#c2cdad08}[data-segment=scene] .demo-segment-explanation{border-color:#c2d69f}[data-segment=lighting] .demo-segment-explanation{border-color:#c8bce2}#demo-segment-note{margin-top:10px;font-size:12px;line-height:1.75;color:var(--demo-muted)}.demo-compose-aside>.demo-composition-footnote{font-size:10px;margin-top:16px}.demo-preset-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.demo-preset-picker>button{display:flex;align-items:center;gap:15px;min-width:0;min-height:74px;padding:14px 18px;background:#25352b;border:1px solid #4d6048;border-radius:4px;text-align:left}.demo-preset-picker>button>.icon{width:25px;height:25px;color:var(--demo-signal)}.demo-preset-picker strong{display:block;font-size:16px;font-weight:500}.demo-preset-picker small{display:block;color:var(--demo-muted);font:9px var(--mono);margin-top:7px}.demo-preset-check{display:grid;place-items:center;width:18px;height:18px;flex:none;margin-left:auto;border:1px solid #64735a;border-radius:50%;font-size:10px;color:transparent}.demo-preset-picker>button:hover{background:#34442f}.demo-preset-picker>button[aria-selected=true]{border-color:#b8c999;background:#34442f}[aria-selected=true]>.demo-preset-check{background:var(--demo-signal);border-color:var(--demo-signal);color:#273122}.demo-preset-detail{margin-top:18px;padding:22px 24px 18px;border:1px solid var(--demo-line);border-radius:5px;background:#1a2721;--medium-color: #c4d6a1}.demo-preset-detail[data-medium=video]{--medium-color: #c0b6da}.demo-preset-detail[data-medium=audio]{--medium-color: #dfb895}.demo-medium-diagram{display:grid;grid-template-columns:minmax(0,1fr) 25px minmax(0,1.7fr) 25px minmax(0,.9fr);align-items:center;gap:14px}.demo-medium-input,.demo-medium-output{min-width:0}.demo-medium-input>strong,.demo-medium-output>strong{display:block;margin-top:11px;font-size:17px;font-weight:450;letter-spacing:-.02em;line-height:1.4}.demo-medium-input-lines{display:grid;gap:6px;margin-top:17px}.demo-medium-input-lines i{height:3px;border-radius:2px;background:#e4b99275;width:90%}.demo-medium-input-lines i:nth-child(2){width:70%;background:#c2d69f75}.demo-medium-input-lines i:nth-child(3){width:82%;background:#c8bce275}.demo-medium-output small{display:block;margin-top:10px;color:var(--medium-color);font:9px/1.7 var(--mono)}.demo-medium-arrow{color:#8b9c7d;font-size:20px}.demo-medium-art{color:var(--medium-color)}.demo-medium-art svg{display:none;width:100%;height:145px}[data-medium=image] .demo-medium-image,[data-medium=video] .demo-medium-video,[data-medium=audio] .demo-medium-audio{display:block}.demo-medium-description{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:30px;margin-top:20px;padding-top:21px;border-top:1px solid var(--demo-line)}.demo-medium-description h4{font-size:20px}.demo-medium-description p{font-size:12px;color:var(--demo-muted);line-height:1.75;margin-top:10px}.demo-medium-controls{padding-left:24px;border-left:1px solid var(--demo-line)}.demo-medium-controls ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:13px 0 0;padding:0}.demo-medium-controls li{padding:5px 9px;background:#2c3b2d;border:1px solid #4d5d45;border-radius:3px;font-size:10px;color:#d4dfc9}.demo-medium-note{margin-top:22px;color:var(--demo-muted);font-size:10px;line-height:1.65}.demo-run-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px}.demo-run-toolbar>div>p{margin-top:7px;font-size:15px;letter-spacing:-.01em}.demo-action-outline{border:1px solid #809369;background:#c4d2a909;color:#dce7c9}.demo-action-outline:hover{background:#3b4b31}.demo-run-scene{display:grid;grid-template-columns:minmax(180px,.58fr) minmax(0,1.5fr);gap:27px;align-items:stretch}.demo-run-inputs{min-width:0;display:flex;flex-direction:column;gap:12px}.demo-run-inputs>.demo-mini-label{margin-bottom:2px}.demo-run-inputs>button{display:flex;gap:11px;width:100%;padding:14px 12px;border:1px solid #4d5b45;border-radius:4px;background:#2b382b;text-align:left}.demo-run-inputs>button:hover{background:#384632;border-color:#8ca273}.demo-run-input-icon .icon{width:17px;height:17px;color:var(--demo-signal)}.demo-run-inputs small{display:block;color:var(--demo-muted);font-size:10px;line-height:1.4}.demo-run-inputs strong{display:block;margin-top:7px;font-size:13px;font-weight:450;line-height:1.55}.demo-run-inputs em{display:block;margin-top:9px;font-size:9px;font-style:normal;color:#c5d7ad}.demo-run-format{display:flex;align-items:center;gap:11px;padding:6px 12px}.demo-run-format>.icon{width:16px;height:16px;color:var(--demo-muted)}.demo-run-format strong{font:10px var(--mono)}.demo-run-backend{display:flex;align-items:center;gap:10px;margin-top:auto;padding:6px 12px;color:var(--demo-muted);font-size:9px;line-height:1.65}.demo-workbench{position:relative;border:1px solid #607054;border-radius:5px;background:#27372b;box-shadow:0 12px 30px #0a151433}.demo-workbench:before{content:"→";position:absolute;left:-24px;top:48%;color:#90a478;font-size:19px}.demo-workbench-bar{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:12px 16px;border-bottom:1px solid #46583e;font-size:11px}.demo-workbench-bar>span:first-child{display:flex;align-items:center;gap:7px}.demo-workbench-bar .icon{width:14px;height:14px}#demo-preview-label{color:var(--demo-muted);font:8px var(--mono)}.demo-render{position:relative;display:grid;place-items:center;height:300px;overflow:hidden;border-radius:0 0 4px 4px;background:radial-gradient(ellipse at 50% 45%,#4c5c3d,#233428 80%);isolation:isolate}.demo-render-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.6;background-image:linear-gradient(#abc09715 1px,transparent 1px),linear-gradient(90deg,#abc09715 1px,transparent 1px);background-size:26px 26px;-webkit-mask-image:radial-gradient(ellipse at center,#000,transparent 75%);mask-image:radial-gradient(ellipse at center,#000,transparent 75%)}.demo-render-sketch{position:absolute;width:90%;height:88%;top:2%;right:5%;bottom:10%;left:5%;color:#d0deae;opacity:0}.demo-render #demo-result{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-height:none;padding:13px 13px 43px;object-fit:contain;filter:drop-shadow(0 8px 15px #14201644)}.demo-render-caption{display:flex;justify-content:space-between;align-items:center;gap:12px;position:absolute;bottom:0;inset-inline:0;min-height:34px;padding:9px 15px;background:#1c2c22e8;color:#dce5cf;font-size:10px;z-index:2}#demo-render-state{color:#b9c8aa;font:8px/1.6 var(--mono);text-align:right}[data-phase="0"] .demo-render #demo-result,[data-phase="1"] .demo-render #demo-result{opacity:0}[data-phase="0"] .demo-render-sketch{opacity:.18;stroke-dasharray:3 6}[data-phase="1"] .demo-render-sketch{opacity:.9}[data-phase="2"] .demo-render #demo-result{opacity:.65;filter:blur(7px)}[data-phase="2"] .demo-render-sketch{opacity:.4}[data-phase="3"] .demo-render-grid{opacity:.25}[data-phase="0"] .demo-run-inputs>button{border-color:#93a978}[data-phase="1"] .demo-run-inputs>button:nth-of-type(2){border-color:#d0deae;box-shadow:0 0 20px #bdd49b12}.demo-run-phases{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:22px}.demo-run-phases>button{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;min-height:47px;padding:12px 5px;border-top:2px solid #4a5b42;background:none;color:var(--demo-muted);font-size:11px}.demo-run-phases>button>span{font:8px var(--mono)}.demo-run-phases>button[aria-pressed=true]{border-color:#d0dfb5;color:#e5eed7;background:linear-gradient(#a7c08015,transparent)}.demo-run-phases>button.is-complete{border-color:#81976b}.demo-run-phases>button:hover{background:#a7c08012}.demo-run-explanation{display:flex;align-items:start;gap:16px;margin-top:12px;padding-top:4px}.demo-run-marker{color:#b5c996;font-size:25px}.demo-run-explanation>div{flex:1}.demo-run-explanation h4{font-size:17px}.demo-run-explanation p{margin-top:8px;max-width:620px;color:var(--demo-muted);font-size:11px;line-height:1.75}.demo-replay-label{flex:none;padding-top:3px;color:var(--demo-muted);font:8px/1.8 var(--mono);text-align:right}.demo-explore-layout{display:grid;grid-template-columns:minmax(0,1fr) 205px;align-items:start;gap:24px}.demo-explore-gallery{min-width:0}.demo-comparison{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.demo-comparison.is-comparing{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-comparison figure{min-width:0;background:#26362a;border:1px solid #586b4e;border-radius:4px;overflow:hidden}.demo-comparison img{width:100%;height:270px;padding:13px;object-fit:contain}.demo-comparison figcaption{padding:11px 13px;border-top:1px solid #44563d;font-size:11px;color:#d2dfc1}#demo-compare-next{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:8px;padding:9px 1px;background:transparent;color:#c9dab2;font-size:10px}#demo-compare-next>span{font-size:17px}#demo-compare-next:hover{text-decoration:underline;text-underline-offset:4px}.demo-result-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:17px}.demo-result-strip button{display:flex;align-items:center;gap:9px;min-width:0;padding:7px;background:#26362a;border:1px solid #506048;border-radius:4px;text-align:left}.demo-result-strip button[aria-pressed=true]{background:#37482f;border-color:#b9ce9b}.demo-result-strip button:hover{background:#37482f}.demo-result-strip img{flex:none;width:32px;height:42px;object-fit:cover;border-radius:2px}.demo-result-strip span{font-size:10px;line-height:1.55}.demo-result-options{min-width:0}.demo-result-options>.demo-mini-label{margin-bottom:17px}.demo-result-options>button:not(.demo-action){display:flex;align-items:start;gap:11px;width:100%;min-height:75px;padding:15px 0;border-top:1px solid #41523b;background:none;text-align:left}.demo-result-options>button:not(.demo-action):hover{color:#d3e7b1}.demo-result-options>button>.icon{width:17px;height:17px;color:#becfaa}.demo-result-options strong{display:block;font-size:12px;font-weight:500}.demo-result-options small{display:block;margin-top:7px;color:var(--demo-muted);font-size:10px;line-height:1.6}#demo-compare-toggle[aria-pressed=true]{color:#d3e7b1}.demo-result-options>.demo-action{width:100%;margin-top:17px;font-size:12px}.demo-result-options>.demo-action>.icon{color:inherit}.demo-result-options>p{margin-top:18px;color:var(--demo-muted);font-size:10px;line-height:1.75}@media(prefers-reduced-motion:no-preference){.demo-stage{animation:demo-appear .25s ease-out}.demo-render #demo-result,.demo-render-sketch,.demo-render-grid{transition:opacity .65s ease,filter .8s ease}[data-playing=true][data-phase="1"] .demo-render-sketch{animation:demo-sketch 1.8s ease both}[data-playing=true][data-phase="2"] .demo-render-grid{animation:demo-grid 1.8s ease both}@keyframes demo-sketch{0%{stroke-dasharray:8 10;stroke-dashoffset:50;opacity:.2}to{stroke-dasharray:8 0;stroke-dashoffset:0;opacity:.9}}@keyframes demo-grid{0%{transform:scale(.95);opacity:.8}to{transform:scale(1.06);opacity:.15}}}@media(max-width:1150px){.demo-journey{gap:4px}.demo-journey>button{gap:7px;padding-inline:7px}.demo-journey strong{font-size:11px}.demo-journey small{font-size:8px}.demo-journey>button>.icon{display:none}.demo-generation-scene{gap:24px}.demo-brief{gap:15px}.demo-brief img{width:70px;height:105px}.demo-brief h4{font-size:22px}.demo-run-scene{grid-template-columns:minmax(145px,.65fr) minmax(0,1.3fr);gap:20px}.demo-workbench:before{left:-18px;font-size:15px}.demo-run-inputs>button{padding:12px 10px;gap:9px}.demo-run-inputs strong{font-size:12px}.demo-replay-label{display:none}.demo-preset-picker{gap:10px}.demo-preset-picker>button{gap:11px;padding-inline:12px}.demo-preset-picker strong{font-size:14px}.demo-preset-picker small{font-size:8px}.demo-preset-picker>button>.icon{width:21px;height:21px}.demo-preset-check{display:none}.demo-preset-detail{padding:20px}.demo-medium-diagram{gap:10px;grid-template-columns:minmax(0,1fr) 15px minmax(0,1.5fr) 15px minmax(0,1fr)}.demo-medium-input>strong,.demo-medium-output>strong{font-size:15px}.demo-medium-description{gap:20px}.demo-medium-controls{padding-left:18px}.demo-explore-layout{grid-template-columns:minmax(0,1fr) 175px;gap:18px}.demo-result-strip button{flex-direction:column;align-items:start;gap:6px}.demo-result-strip img{width:100%;height:58px;object-fit:contain}.demo-result-strip span{font-size:9px}}@media(max-width:900px){.demo-journey>button{padding:12px 10px}.demo-journey strong{font-size:12px}.demo-journey small{font-size:9px}.demo-stage{min-height:0}.demo-run-scene{grid-template-columns:minmax(155px,.7fr) minmax(0,1.3fr)}.demo-result-strip button{flex-direction:row;align-items:center}.demo-result-strip img{width:28px;height:38px;object-fit:cover}}@media(max-width:600px){.demo-journey{gap:3px;margin-top:22px;padding-bottom:17px}.demo-journey>button{flex-direction:column;align-items:start;gap:9px;padding:10px 6px}.demo-journey strong{font-size:10px;line-height:1.6}.demo-journey small{display:none}.demo-journey>button>span:first-child{width:22px;height:22px;font-size:8px}.demo-stage{padding-block:22px}.demo-generation-scene{grid-template-columns:1fr;gap:24px}.demo-compose-aside{padding-top:0}.demo-brief img{width:90px;height:120px}.demo-brief h4{font-size:26px}.demo-stage-intro h4{font-size:21px}.demo-preset-picker{gap:7px}.demo-preset-picker>button{flex-direction:column;align-items:start;padding:13px 9px}.demo-preset-picker strong{font-size:14px}.demo-preset-picker small{font-size:7px;line-height:1.7}.demo-preset-detail{padding:18px 15px}.demo-medium-diagram{grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);gap:12px}.demo-medium-input{grid-column:1}.demo-medium-arrow{grid-column:2;grid-row:1}.demo-medium-output{grid-column:3;grid-row:1}.demo-medium-art{grid-column:1 / -1;grid-row:2}.demo-medium-art+.demo-medium-arrow{display:none}.demo-medium-art svg{height:120px}.demo-medium-input-lines{display:none}.demo-medium-description{grid-template-columns:1fr;gap:18px;margin-top:10px}.demo-medium-description h4{font-size:20px}.demo-medium-controls{padding-left:0;border:0}.demo-medium-note{font-size:9px}.demo-run-toolbar{align-items:start;flex-direction:column;gap:15px}.demo-run-toolbar .demo-action{width:auto;min-height:38px;font-size:11px}.demo-run-toolbar>div>p{font-size:14px;line-height:1.5}.demo-run-scene{grid-template-columns:1fr;gap:20px}.demo-run-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.demo-run-inputs>.demo-mini-label{grid-column:1 / -1}.demo-run-inputs>button{flex-direction:column;gap:9px;padding:12px}.demo-run-inputs strong{font-size:11px}.demo-run-inputs small{font-size:9px}.demo-run-inputs em{font-size:8px}.demo-run-format{padding:4px;gap:8px}.demo-run-format strong{font-size:9px}.demo-run-backend{padding:4px;font-size:8px;gap:7px}.demo-run-backend img{width:18px;height:18px}.demo-workbench:before{content:"↓";top:-20px;left:50%;font-size:16px}.demo-workbench-bar{padding:11px 12px;font-size:10px}#demo-preview-label{font-size:7px}.demo-render{height:290px}.demo-render-caption{flex-direction:column;align-items:start;gap:3px;padding:9px 12px;font-size:10px}.demo-render #demo-result{padding-bottom:57px}#demo-render-state{text-align:left;font-size:7px}.demo-run-phases{margin-top:19px}.demo-run-phases>button{flex-direction:column;gap:8px;font-size:9px}.demo-run-explanation{gap:11px}.demo-run-explanation h4{font-size:17px;line-height:1.4}.demo-run-explanation p{font-size:11px}.demo-explore-layout{grid-template-columns:1fr;gap:26px}.demo-comparison{gap:9px}.demo-comparison img{height:245px}.demo-comparison.is-comparing img{height:185px;padding:7px}.demo-comparison figcaption{font-size:10px;padding:10px}.demo-result-strip button{flex-direction:column;gap:8px;padding:7px}.demo-result-strip img{width:100%;height:55px;object-fit:contain}.demo-result-strip span{font-size:9px}.demo-result-options>button:not(.demo-action){min-height:64px}.demo-result-options>p{font-size:11px}}.site-header{color:#ecebe0;background:#101917f5;border-bottom-color:#b9c8ac20}.site-header .brand img{filter:invert(1)}.site-header .brand-ui{color:#c3cebf}.site-header .button-dark{color:#15231c;background:#dbe5bf}.site-header .button-dark:hover{background:#edf4dc}.site-header .menu-toggle span{background:#e3e9d9}.site-header .mobile-nav{color:#e3e9d9;background:#14201b;border-color:#526048}.site-header .mobile-nav a{border-color:#3e4d39}.site-header .mobile-nav a span{color:#b5c1a9}.site-header :focus-visible{outline-color:#e5ba87}.site-header .header-social a:hover,.site-header .mobile-community a:hover{color:#dfc397;background:#dbe5bf12}.potion-hero{--ingredient: #a3d9bd;position:relative;color:#efefe4;background:#101917;overflow:clip;isolation:isolate}.potion-hero[data-ingredient=video]{--ingredient: #efbe8c}.potion-hero[data-ingredient=audio]{--ingredient: #cdb4eb}.potion-hero:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.25;background-image:radial-gradient(#b3baa4 .6px,transparent .6px);background-size:29px 29px;-webkit-mask-image:linear-gradient(100deg,transparent 20%,#000);mask-image:linear-gradient(100deg,transparent 20%,#000)}.potion-atmosphere{position:absolute;z-index:-1;top:-20%;right:-20%;bottom:-20%;left:-20%;pointer-events:none;background:radial-gradient(ellipse at 50% 45%,#41735a24,transparent 48%),radial-gradient(ellipse at 66% 70%,#a9662920,transparent 45%),radial-gradient(ellipse at 15% 75%,#885f9c15,transparent 35%);-webkit-mask-image:radial-gradient(ellipse,#000 30%,transparent 70%);mask-image:radial-gradient(ellipse,#000 30%,transparent 70%)}.potion-layout{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:10px;padding-top:10px;padding-bottom:30px}.potion-copy{position:relative;z-index:2;padding-top:18px;padding-bottom:18px}.potion-eyebrow{display:flex;align-items:center;gap:10px;color:#c2cbb5;font-size:10px;margin-bottom:34px;letter-spacing:.13em}.potion-eyebrow>span{width:5px;height:5px;background:#cfdbaf;border-radius:50%;box-shadow:0 0 13px #dcf4bd80}.potion-copy h1{font-size:clamp(60px,6.3vw,91px);line-height:.99;letter-spacing:-.055em}.potion-copy h1 em{display:inline-block;font-size:1.12em;line-height:.95;color:#d9dfbd;margin-top:10px;letter-spacing:-.035em}.potion-description{margin-top:30px;color:#b5c0b4;font-size:16px;line-height:1.8}.potion-hero .hero-ctas{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:27px}.potion-cta{background:#dde6c1;color:#1b281e;padding:16px 19px;border-radius:3px;box-shadow:0 4px 22px #cbdabc09}.potion-cta:hover{background:#f0f5de;box-shadow:0 4px 30px #cbdabc22}.potion-hero .hero-ctas .text-button{color:#e0e5d6;font-weight:400}.potion-hero .play-circle{border-color:#8f9e7e}.potion-footnote{margin-top:17px;color:#98a68f;font-size:10px}.potion-experience{position:relative;min-width:0}.potion-stage{position:relative;isolation:isolate;width:100%;aspect-ratio:1}.potion-halo{position:absolute;top:22%;right:22%;bottom:22%;left:22%;border-radius:50%;background:radial-gradient(circle,#bcb78515,#72b89312 52%,#74c59f00 72%);box-shadow:0 0 110px 15px #a6c9910b}.potion-orbits{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.potion-orbit-guide{stroke:#a8bfa923;stroke-dasharray:1 7;stroke-width:.7}.potion-orbit-inner{stroke:#b6c2a42a;stroke-width:.6}.potion-logo-arcs{filter:drop-shadow(0 0 6px #ccda9d33)}.potion-streams{opacity:.6;animation:potion-stream 16s linear infinite}.potion-orbit-stars{opacity:.7}.potion-vessel{position:absolute;width:41%;aspect-ratio:1;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;overflow:hidden;background:#111e1a;box-shadow:inset 0 0 40px #82ad8815,0 0 0 1px #b8c5a630,0 0 45px #8aa67e0a}#potion-art{display:block;width:100%;height:100%}.potion-swirl{transform-origin:200px 200px;animation:potion-mix 48s linear infinite}.potion-ribbon-image{color:#a3d9bd}.potion-ribbon-video{color:#efbe8c}.potion-ribbon-audio{color:#cdb4eb}.potion-swirl>g{opacity:.82;transition:opacity .4s}.potion-filament{stroke:currentColor;stroke-width:1.1;stroke-opacity:.7}[data-ingredient=image] .potion-ribbon-image,[data-ingredient=video] .potion-ribbon-video,[data-ingredient=audio] .potion-ribbon-audio{opacity:1}.potion-core{fill:var(--ingredient);transition:fill .4s}.potion-vessel-label{position:absolute;top:73%;left:50%;transform:translate(-50%);text-align:center;white-space:nowrap;line-height:1}.potion-vessel-label>span{display:block;color:#dadfc8;font:8px/1.2 var(--mono);letter-spacing:.22em}.potion-vessel-label>small{display:block;margin-top:8px;color:#929e8d;font-size:10px;line-height:1.3}.potion-ingredient{position:absolute;z-index:4;width:48px;height:48px;padding:0;background:transparent;border-radius:50%;transform:translate(-50%,-50%);color:#a3d9bd}.potion-ingredient-image{left:50%;top:12.5%}.potion-ingredient-video{left:82.5%;top:68.75%;color:#efbe8c}.potion-ingredient-audio{left:17.5%;top:68.75%;color:#cdb4eb}.potion-dot{display:grid;place-items:center;width:100%;height:100%;border:1px solid currentColor;border-radius:50%;background:#18221df5;box-shadow:0 0 0 6px #9fb69908;transition:box-shadow .25s,transform .25s,background .25s}.potion-dot .icon{width:19px;height:19px;stroke-width:1.25}.potion-ingredient[aria-selected=true] .potion-dot{background:#284336;box-shadow:0 0 0 6px #a3d9bd0b,0 0 30px #a3d9bd28,inset 0 0 18px #a3d9bd15}.potion-ingredient-video[aria-selected=true] .potion-dot{background:#493629;box-shadow:0 0 0 6px #efbe8c0b,0 0 30px #efbe8c28}.potion-ingredient-audio[aria-selected=true] .potion-dot{background:#372e47;box-shadow:0 0 0 6px #cdb4eb0b,0 0 30px #cdb4eb28}.potion-ingredient:hover .potion-dot{transform:scale(1.13)}.potion-ingredient-label{position:absolute;left:calc(100% + 11px);top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:5px;text-align:left;font-size:13px;letter-spacing:-.01em}.potion-ingredient-label small{font:8px var(--mono);color:#b2bcaa}.potion-ingredient-audio .potion-ingredient-label{left:auto;right:calc(100% + 11px);text-align:right}.potion-media{position:absolute;z-index:2;width:30%;padding:13px;pointer-events:none;border:1px solid #c4cbb629;border-radius:6px;background:#1a241f;box-shadow:0 12px 35px #02080755;overflow:hidden;opacity:.57;transition:opacity .35s,border-color .35s,box-shadow .35s;animation:potion-float 9s ease-in-out infinite}.potion-image-card{--card-color: #a3d9bd;left:7%;top:12%;transform:rotate(-9deg);--card-angle: -9deg}.potion-video-card{--card-color: #efbe8c;right:0;top:29%;transform:rotate(8deg);--card-angle: 8deg;animation-delay:-3s}.potion-media-label{display:flex;align-items:center;gap:7px;color:#e0e3d6;font-size:10px}.potion-media-label .icon{width:13px;height:13px}.potion-audio-card{--card-color: #cdb4eb;left:0;top:43%;transform:rotate(-6deg);--card-angle: -6deg;animation-delay:-6s}.potion-card-visual{display:block;width:100%;margin-block:9px;height:50px;color:var(--card-color)}.potion-media>small{display:flex;justify-content:space-between;align-items:center;font:8px var(--mono);color:var(--card-color)}.potion-media>small>span{padding:4px 7px;border:1px solid #c5cebb36;border-radius:2px}[data-ingredient=image] .potion-image-card,[data-ingredient=video] .potion-video-card,[data-ingredient=audio] .potion-audio-card{opacity:1;border-color:#d7ddbc55;box-shadow:0 16px 45px #030b0790}.potion-interaction-hint{position:absolute;width:100%;bottom:8%;text-align:center;color:#a7b6a0;font-size:10px}.potion-interaction-hint>span{display:inline-block;margin-right:8px;color:#d6dabc;font-size:16px}.potion-ingredient-panel{position:relative;margin:-20px 30px 0 65px;padding:19px 0 5px;border-top:1px solid #acc2a32b;display:flex;justify-content:space-between;align-items:center;gap:25px;min-height:116px}.potion-ingredient-panel .eyebrow{font-size:9px;color:var(--ingredient);margin-bottom:9px}.potion-ingredient-panel h2{font-size:22px;line-height:1.25;letter-spacing:-.025em;font-weight:450}.potion-ingredient-panel div>p:last-child{color:#a4b19e;font-size:12px;line-height:1.7;max-width:375px;margin-top:7px}#potion-explore{display:grid;place-items:center;flex:none;width:42px;height:42px;border:1px solid #a9bea744;border-radius:50%;color:#d4dcc4}#potion-explore:hover{border-color:var(--ingredient);background:#b1cc9f10}.potion-hero :focus-visible{outline-color:#eed0a2}.potion-hero-footer{display:flex;align-items:center;gap:28px;border-top:1px solid #afc2a12b;min-height:80px;font-size:11px;color:#c2cbb5}.potion-hero-footer>p{display:flex;align-items:center;gap:12px}.potion-hero-footer>p>img{opacity:.8}.potion-hero-footer>span{display:flex;align-items:center;gap:14px;font:9px var(--mono);color:#a5b398;margin-left:18px}.potion-hero-footer i{font:11px var(--mono);color:#e3cba5}#potion-motion{display:flex;align-items:center;gap:7px;margin-left:auto;padding:10px 0;background:none;color:#bcc9b1;font-size:10px}#potion-motion .icon{width:12px;height:12px}.potion-release{display:flex;align-items:center;gap:7px;margin-left:auto;font:9px var(--mono);color:#a9b79e}.potion-release .icon{width:12px;height:12px}.potion-release:hover{color:#efdfb5}.potion-hero[data-motion=paused] *{animation-play-state:paused!important}.hero{padding-top:74px}@keyframes potion-stream{to{stroke-dashoffset:-160}}@keyframes potion-mix{to{transform:rotate(360deg)}}@keyframes potion-float{0%,to{transform:translateY(0) rotate(var(--card-angle))}50%{transform:translateY(-10px) rotate(var(--card-angle))}}@media(min-width:1600px){.potion-layout{padding-block:20px 40px}.potion-copy h1{font-size:100px}}@media(max-width:1100px){.potion-layout{grid-template-columns:1fr 1.1fr;padding-top:38px;gap:0}.potion-copy h1{font-size:70px}.potion-eyebrow{font-size:9px;margin-bottom:28px}.potion-description{font-size:14px}.potion-copy-break{display:none}.potion-hero .hero-ctas{gap:17px}.potion-hero .hero-ctas .button{font-size:12px;padding-inline:14px;gap:13px}.potion-hero .hero-ctas .text-button{font-size:12px}.potion-ingredient{width:39px;height:39px}.potion-ingredient-label{font-size:11px;left:calc(100% + 7px)}.potion-ingredient-audio .potion-ingredient-label{right:calc(100% + 7px)}.potion-media{padding:9px}.potion-media-label{font-size:8px;gap:5px}.potion-media-label .icon{width:11px;height:11px}.potion-card-visual{height:38px}.potion-media>small{font-size:6px}.potion-ingredient-panel{margin:-5px 5px 0 25px;min-height:137px}.potion-ingredient-panel h2{font-size:20px}.potion-ingredient-panel div>p:last-child{font-size:11px}.potion-hero-footer{gap:18px}.potion-hero-footer>span{margin-left:0;gap:8px;font-size:8px}}@media(max-width:800px){.potion-layout{grid-template-columns:1fr;padding-top:35px}.potion-copy{padding-bottom:0}.potion-copy h1{font-size:clamp(62px,11vw,90px)}.potion-copy h1 em{line-height:1.03}.potion-copy h1 em br{display:none}.potion-description{font-size:15px;margin-top:25px;max-width:440px}.potion-description>br{display:none}.potion-hero .hero-ctas{margin-top:23px;gap:24px}.potion-experience{width:100%;max-width:600px;margin:0 auto}.potion-stage{margin-top:15px}.potion-ingredient-panel{margin:-10px 15px 0;padding-top:18px;min-height:118px}.potion-hero-footer{flex-wrap:wrap;padding-block:20px;gap:14px 20px;min-height:80px}.potion-hero-footer>span{margin-left:auto}#potion-motion{margin-left:0}.potion-release{margin-left:auto}.hero{padding-top:50px}}@media(max-width:500px){.potion-copy h1{font-size:59px}.potion-copy h1 em br{display:block}.potion-copy h1 em{font-size:1.16em;line-height:.93}.potion-eyebrow{margin-bottom:25px;font-size:8px}.potion-layout{padding-top:16px;padding-bottom:24px}.potion-description{font-size:14px;line-height:1.8;margin-top:24px}.potion-footnote{font-size:9px}.potion-hero .hero-ctas{gap:18px}.potion-hero .hero-ctas .button{font-size:11px;padding-inline:12px;gap:10px}.potion-hero .hero-ctas .text-button{font-size:11px;gap:6px}.potion-hero .play-circle{width:24px;height:24px}.potion-stage{width:calc(100% + 10px);margin-left:-5px;margin-top:25px}.potion-vessel{width:42%}.potion-ingredient{width:35px;height:35px}.potion-dot .icon{width:15px;height:15px}.potion-ingredient-label{font-size:10px;gap:3px}.potion-ingredient-label small{font-size:7px}.potion-ingredient-audio .potion-ingredient-label{right:calc(100% + 5px)}.potion-image-card{left:6%;top:11%}.potion-media{padding:7px}.potion-media-label{font-size:6px;gap:4px}.potion-media-label .icon{width:9px;height:9px}.potion-card-visual{height:25px;margin-block:5px}.potion-media>small{font-size:5px}.potion-media>small>span{padding:2px 3px}.potion-vessel-label>span{font-size:6px;letter-spacing:.14em}.potion-vessel-label>small{font-size:7px;margin-top:5px}.potion-interaction-hint{font-size:8px;bottom:3%}.potion-interaction-hint>span{font-size:12px;margin-right:5px}.potion-ingredient-panel{margin:8px 0 0;padding-top:18px;min-height:120px;gap:15px}.potion-ingredient-panel h2{font-size:20px}.potion-ingredient-panel div>p:last-child{font-size:11px}#potion-explore{width:35px;height:35px}#potion-explore .icon{width:17px;height:17px}.potion-hero-footer{gap:14px}.potion-hero-footer>p{font-size:10px;gap:8px}.potion-hero-footer>span{display:none}#potion-motion{margin-left:auto;font-size:9px}.potion-release{margin-left:0;font-size:8px}}@media(max-width:365px){.potion-copy h1{font-size:55px}.potion-hero .hero-ctas{gap:10px}.potion-hero .hero-ctas .button{font-size:10px;padding-inline:9px}.potion-hero .hero-ctas .text-button{font-size:10px}.potion-ingredient-label{font-size:9px}.potion-ingredient{width:32px;height:32px}}@media(prefers-reduced-motion:reduce){.potion-hero *{animation:none!important;transition:none!important}.potion-ingredient:hover .potion-dot{transform:none}}@media print{.potion-hero{background:#fff;color:#000}.potion-atmosphere,.potion-hero:before,.potion-hero-footer{display:none}.potion-copy h1 em,.potion-description{color:#000}}
