:root{--ink:#3c2d27;--muted:#81746b;--paper:#fbf9f5;--line:#e7e0d7;--orange:#b76543;--sage:#697959;--mono:'DM Mono',monospace;--sans:'DM Sans',sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:28px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
button,a,input{touch-action:manipulation}
button{font:inherit;color:inherit;cursor:pointer}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{border:0;background:none}
button:disabled{cursor:default;opacity:.55}
button:focus-visible,a:focus-visible{outline:3px solid #a45b35;outline-offset:5px}
button svg,a svg{flex-shrink:0}
button{padding:0}
::selection{background:#ecc1a6;color:var(--ink)}
.container{width:min(1240px,calc(100% - 112px));margin-inline:auto}
.svg-library{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;display:inline-block;vertical-align:middle}
.icon.small{width:18px;height:18px}
.skip-link{position:fixed;left:20px;top:-100px;background:var(--ink);color:#fff;padding:12px 18px;z-index:100}
.skip-link:focus{top:20px}
.hero{position:relative;min-height:820px;height:min(920px,100svh);overflow:hidden;background:#eec3ad}
.hero-media{position:absolute;inset:0;overflow:hidden;background:radial-gradient(ellipse at 70% 50%,#efd2bd,#dba88f)}
.hero-art{position:absolute;inset:0;width:125%;height:100%;transform-origin:62% 55%;animation:peach-drift 16s ease-in-out infinite}
.hero-art::after{content:"";position:absolute;left:62%;top:79%;width:35%;height:8%;border-radius:50%;background:radial-gradient(ellipse,#8b452b32,transparent 70%);filter:blur(15px);transform:translateX(-50%)}
.hero-peach{position:absolute;z-index:1;left:62%;top:51%;width:clamp(320px,37vw,560px);aspect-ratio:1.06;border-radius:46% 49% 45% 46% / 43% 44% 57% 57%;transform:translate(-50%,-50%) rotate(-13deg);background:radial-gradient(ellipse at 25% 25%,#ffedd1cc,transparent 46%),radial-gradient(ellipse at 78% 61%,#d56c5480,transparent 54%),radial-gradient(ellipse at 43% 38%,#f6bc92 10%,#e69c75 55%,#ba674d 100%);box-shadow:inset 13px 14px 32px #fff0c63b,inset -17px -22px 37px #9f4a3238,22px 30px 65px #a6623b20}
.hero-peach::before{content:"";position:absolute;left:46%;top:3%;width:12%;height:92%;border-right:2px solid #a95a3b38;border-radius:0 90% 70% 0;box-shadow:7px 0 15px -9px #91462e,9px 0 13px -8px #ffdfbc}
.hero-peach::after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle,#fff0d226 .7px,transparent 1px);background-size:4px 4px;opacity:.3}
.hero-leaf{position:absolute;left:49%;top:-12%;width:34%;height:21%;border-radius:4% 95% 7% 95%;transform:rotate(-18deg);background:linear-gradient(145deg,#bec397 5%,#899064 48%,#616e46 100%);box-shadow:inset 0 2px 8px #e5e3b747,3px 10px 15px #5c603126}
.hero-leaf::after{content:"";position:absolute;left:7%;top:51%;width:88%;height:1px;background:#d5d3a170;transform:rotate(25deg)}
.hero-orbit{position:absolute;left:62%;top:51%;width:clamp(440px,48vw,740px);aspect-ratio:1;border:1px solid #fff5df55;border-radius:50%;transform:translate(-50%,-50%) rotate(-25deg) scaleY(.81)}
.hero-orbit::after{content:"";position:absolute;left:13%;top:13%;width:12px;height:12px;border-radius:50%;background:#faf0d8;box-shadow:0 0 25px #fff0d6a0}
.hero-media.motion-paused .hero-art{animation-play-state:paused}
@keyframes peach-drift{0%,100%{transform:translate3d(0,0,0) rotate(-1deg)}50%{transform:translate3d(-10px,-15px,0) rotate(2deg)}}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#edc2aded 0%,#edc2adda 26%,#edc2ad65 45%,transparent 65%),linear-gradient(0deg,#ecc4ad88,transparent 17%)}
.header{position:relative;z-index:5;height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #68453226;gap:30px}
.brand{display:inline-flex;align-items:center;gap:9px;font-size:34px;font-weight:700;letter-spacing:-1.9px;line-height:1}
.brand-peach{width:37px;height:39px;color:var(--ink)}
.brand-dot{color:#ad5637}
.version{align-self:center;border:1px solid #64473336;font:11px var(--mono);padding:4px 6px;border-radius:5px;margin-left:3px;letter-spacing:0}
.desktop-nav{display:flex;gap:35px;font-size:13px;font-weight:500;margin-left:auto;margin-right:28px}
.desktop-nav a,.desktop-nav button{position:relative;padding:12px 0}
.desktop-nav a:after,.desktop-nav button:after{content:"";position:absolute;bottom:4px;left:0;width:0;height:1px;background:currentColor;transition:width .2s}
.desktop-nav a:hover:after,.desktop-nav button:hover:after{width:100%}
.github-button{display:flex;align-items:center;gap:9px;border:1px solid #76553d40;border-radius:7px;padding:10px 14px;font-size:13px;transition:background .2s}
.github-button:hover{background:#fff5e942}
.github-button>.icon:first-child{width:18px;height:18px}
.menu-button,.mobile-nav{display:none}
.hero-content{position:relative;z-index:2;padding-top:89px;pointer-events:none}
.hero-content>*{pointer-events:auto}
.release-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid #80573727;border-radius:30px;background:#fff5e72b;padding:7px 8px 7px 12px;font-size:11px;letter-spacing:.15px;backdrop-filter:blur(8px)}
.status-dot{display:inline-block;width:6px;height:6px;background:#6e8755;border-radius:50%;box-shadow:0 0 0 3px #6e875513;flex-shrink:0}
.release-version{font:9px var(--mono);background:#fff8ed69;padding:4px 7px;border-radius:14px;margin-left:4px}
h1{font-size:clamp(54px,5.1vw,74px);line-height:1.035;font-weight:550;letter-spacing:-3.6px;margin:27px 0 24px}
h1 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-3.4px;color:#935338}
.hero-description{max-width:435px;line-height:1.85;font-size:14px;color:#6b4d3f;margin:0 0 26px}
.hero-description strong{font-weight:550;color:#583e33}
.hero-actions{display:flex;gap:12px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:49px;border:1px solid transparent;padding:0 22px;border-radius:7px;font-size:13px;font-weight:550;transition:transform .2s,box-shadow .2s,background .2s}
.button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #3c2d2710}
.button-dark{background:var(--ink);color:#fff4e6}
.button-dark:hover{background:#513b30}
.button-glass{background:#fff8eb27;border-color:#78563f4f}
.button-glass:hover{background:#fff7e955}
.hero-note{display:flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.05px;margin-top:18px;color:#775a49}
.hero-note .icon{width:13px;height:13px}
.harmony-note{position:absolute;z-index:2;left:65%;bottom:145px;display:flex;align-items:center;gap:13px;padding:15px 18px;background:#fff4e56b;border:1px solid #fffbeb65;border-radius:10px;backdrop-filter:blur(16px);box-shadow:0 8px 40px #70452b0a}
.harmony-icon{width:37px;height:37px;display:grid;place-items:center;border:1px solid #8e695328;border-radius:50%;color:#925d41}
.harmony-note strong{display:block;font-size:12px;font-weight:500;margin-top:4px}
.micro-label{font:7px var(--mono);letter-spacing:1.2px;color:#8e6a52}
.harmony-note>.status-dot{margin-left:5px}
.hero-bottom{position:absolute;left:0;right:0;bottom:29px;display:flex;align-items:center;justify-content:space-between;font:8px var(--mono);letter-spacing:1.35px;color:#785c49}
.scroll-cue{display:flex;align-items:center;gap:11px}
.scroll-cue>span{font-size:19px;transition:transform .2s}
.scroll-cue:hover>span{transform:translateY(4px)}
.hero-bottom-right{display:flex;align-items:center;gap:18px}
.animation-toggle{display:grid;place-items:center;width:32px;height:32px;border:1px solid #8d665442;border-radius:50%;background:#fff9eb25}
.integrations-strip{border-bottom:1px solid var(--line);background:#f6f2eb}
.integrations-inner{min-height:111px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.integrations-inner>p{font-size:11px;line-height:1.7;color:var(--muted);margin:0}
.integrations-inner>p strong{font-weight:500;color:#665c53}
.integration-logo{display:flex;align-items:center;gap:8px;color:#746c60;font-size:17px;font-weight:550;letter-spacing:-.5px;white-space:nowrap}
.logo-bars{font-size:32px;font-weight:400;line-height:1}
.ableton{font-size:21px;font-weight:650;letter-spacing:-1px}
.touchdesigner{font-size:16px}
.unreal{font-size:14px}
.unreal-u{font:bold 22px Georgia;border:1.5px solid;border-radius:50%;width:28px;height:28px;display:grid;place-items:center}
.and-beyond{font:10px var(--mono);color:#93887a;white-space:nowrap}
.section{padding-top:99px;padding-bottom:96px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:37px}
.eyebrow{font:9px var(--mono);letter-spacing:1.9px;color:#9b6d50;margin-bottom:18px}
.eyebrow>span{color:#b8a798;margin-right:10px}
h2{font-weight:500;font-size:39px;letter-spacing:-1.6px;line-height:1.15;margin:0}
.section-heading>p{font-size:13px;color:var(--muted);line-height:1.8;margin:0 0 2px}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.feature-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;padding:28px;background:#fffdfa;transition:transform .25s,box-shadow .25s}
.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #35271c06}
.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:29px;gap:8px}
.tile{width:43px;height:43px;display:grid;place-items:center;border-radius:10px}
.tile .icon{width:22px;height:22px}
.peach{color:#b67a56;background:#f6e5d6}
.sage{color:#788366;background:#e9ede1}
.lilac{color:#898098;background:#eee9f2}
.neutral{color:#8f806b;background:#f0ece4}
.blue{color:#6c8890;background:#e7eef0}
.card-number{font:10px var(--mono);color:#b2a79b}
h3{font-size:19px;font-weight:550;letter-spacing:-.45px;margin:0 0 13px}
.feature-card>p,.project-card>p{font-size:12.5px;line-height:1.9;color:var(--muted);margin:0 0 26px}
.feature-foot{display:flex;gap:7px;align-items:center;padding-top:20px;margin-top:auto;border-top:1px solid #eee7dc;font:9px var(--mono);color:#93826f}
.tiny-dot{width:4px;height:4px;border-radius:50%;background:#bc9a79;flex-shrink:0}
.how-section{background:#f2eee7;border-top:1px solid #eae2d8;border-bottom:1px solid #eae2d8;padding:86px 0}
.how-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:94px;align-items:center}
.accent{color:var(--orange)}
.section-description{font-size:13px;line-height:1.9;color:var(--muted);max-width:370px;margin:23px 0 30px}
.principles{padding:0;list-style:none;margin:0}
.principles li{display:flex;gap:14px;margin-bottom:23px}
.check-box{flex-shrink:0;width:21px;height:21px;border:1px solid #d7ccba;border-radius:50%;display:grid;place-items:center;color:#9b7a54;margin-top:1px}
.check-box .icon{width:12px;height:12px}
.principles strong{font-size:13px;font-weight:550}
.principles p{font-size:11.5px;color:var(--muted);line-height:1.7;margin:5px 0 0;max-width:330px}
.text-link{display:inline-flex;align-items:center;gap:16px;font-size:12px;font-weight:550;padding:5px 0 7px;border-bottom:1px solid #a080624b;margin-top:9px}
.text-link:hover{color:var(--orange)}
.code-window{background:#292925;border:1px solid #35352e;border-radius:13px;overflow:hidden;box-shadow:0 20px 40px #3d302914;color:#dfdccf;transform:rotate(.5deg)}
.code-title{height:49px;border-bottom:1px solid #ffffff0d;display:flex;align-items:center;gap:19px;padding:0 19px;font:9px var(--mono);color:#a4a395}
.window-dots{display:flex;gap:5px}
.window-dots i{width:6px;height:6px;border-radius:50%;background:#6b6659}
.window-dots i:first-child{background:#b3826b}
.window-dots i:nth-child(2){background:#b3a475}
.window-dots i:nth-child(3){background:#809576}
.copy-button{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-width:26px;min-height:26px;color:inherit;opacity:.65;border-radius:4px}
.copy-button:hover{opacity:1;background:#ffffff10}
.copy-button .icon{width:14px;height:14px}
.code-caption{display:flex;justify-content:space-between;align-items:center;padding:19px 24px 0;font:8px var(--mono);letter-spacing:1.3px;color:#7e8072}
.code-language{border:1px solid #64665857;border-radius:3px;padding:3px 6px}
.payload-pre{font:11px/1.8 var(--mono);overflow:auto;tab-size:2;padding:13px 24px 20px;margin:0;scrollbar-width:thin;scrollbar-color:#655c4c transparent}
.json-key{color:#b6c1a0}.json-string{color:#deb591}.json-number{color:#d3bba0}.json-boolean{color:#b5a8c6}
.code-footer{border-top:1px solid #ffffff10;background:#252622;display:flex;align-items:center;justify-content:space-between;padding:15px 22px;font:8px var(--mono);color:#9aa18a}
.code-footer>span:first-child{display:flex;align-items:center;gap:8px}
.code-footer .status-dot{width:5px;height:5px;background:#9bb37e}
.projects-section{padding-bottom:70px}
.projects-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}
.project-card{grid-column:span 2;background:#fffdfa;border:1px solid var(--line);border-radius:12px;padding:26px;display:flex;flex-direction:column;transition:border-color .2s}
.project-card:hover{border-color:#cbb6a1}
.project-card.wide-card{grid-column:span 3}
.project-card .card-top{margin-bottom:24px}
.project-card h3{font-size:17px}
.project-card h3>span{display:block;color:#9b8d7e;font-size:11px;letter-spacing:0;font-weight:400;margin-top:6px}
.project-card>p{font-size:12px;line-height:1.9}
.tech-tag{font:8px var(--mono);border:1px solid #e5ded3;padding:5px 7px;border-radius:4px;color:#8a7b69;background:#faf8f3;white-space:nowrap}
.tags{display:flex;gap:5px}
.terminal-line{padding:11px 12px;background:#f4f1eb;border:1px solid #e9e3d8;border-radius:5px;display:flex;align-items:center;gap:6px;min-height:55px;margin-top:auto;margin-bottom:20px}
.terminal-line code{font:9px/1.8 var(--mono);color:#716653;overflow-wrap:anywhere}
.terminal-line code span{color:#a29888}
.terminal-line .copy-button{color:#8d8070;min-width:20px}
.project-link{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:550;padding:16px 0 0;border-top:1px solid #eee7dc;text-align:left}
.project-link .icon{transition:transform .2s;width:15px;height:15px}
.project-link:hover{color:var(--orange)}
.project-link:hover .icon{transform:translate(2px,-2px)}
.project-link-stack{margin-top:auto}
.project-link.secondary{border:0;color:#8d806f;padding-top:15px}
.schema-visual{display:flex;gap:16px;align-items:center;margin-bottom:23px;padding:8px 0;color:#958970}
.schema-visual>span{font:30px var(--mono);letter-spacing:-3px}
.schema-visual b{font-size:10px;font-weight:500;display:block;margin-bottom:5px}
.schema-visual small{display:block;font-size:9px;color:#ada08e}
.network-config{gap:18px}
.local-tag{margin-left:auto;font:7px var(--mono);color:#92937a;letter-spacing:.5px}
.download-note{display:flex;gap:8px;justify-content:center;font-size:10px;color:#9b8d7a;margin:22px 0 0;line-height:1.7}
.download-note>span{font-size:12px}
.closing-section{padding-bottom:77px}
.closing-card{background:#383d32;border-radius:14px;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;color:#f7efde;min-height:343px}
.closing-copy{padding:47px 50px;position:relative;z-index:2}
.closing-copy .eyebrow{color:#babba1;font-size:8px;margin-bottom:19px}
.closing-copy h2{font-size:36px;letter-spacing:-1.3px}
.closing-copy>p{font-size:11px;color:#b6b7a5;margin:16px 0 24px}
.button-cream{background:#eee6d4;color:#424432;min-height:43px;font-size:11px;gap:29px}
.orbital-art{position:relative;display:grid;place-items:center;min-height:340px}
.orbit{position:absolute;border:1px solid #d9d6b51b;border-radius:50%;width:230px;height:230px}
.orbit-two{width:350px;height:350px}.orbit-three{width:470px;height:470px}
.orbit-center{width:95px;height:95px;border:1px solid #dde0ae21;border-radius:50%;display:grid;place-items:center;background:#4b5140;box-shadow:0 0 80px #ccad6033}
.orbit-center svg{width:58px;height:58px;color:#463d2e;transform:rotate(-12deg)}
.orbit-node{position:absolute;display:grid;place-items:center;width:43px;height:43px;background:#4c5142;border:1px solid #717560;color:#d6d2b7;border-radius:10px;font:21px var(--mono)}
.node-one{left:calc(50% - 178px);top:70px;transform:rotate(-12deg)}
.node-two{right:calc(50% - 181px);top:193px;transform:rotate(12deg)}
.node-three{left:calc(50% - 74px);bottom:47px;transform:rotate(9deg);width:34px;height:34px;font-size:17px}
.orbit-caption{position:absolute;bottom:23px;font:7px var(--mono);letter-spacing:1.8px;color:#959981}
.footer{border-top:1px solid var(--line);padding-top:31px;padding-bottom:26px}
.footer-main{display:flex;align-items:center;gap:45px;padding-bottom:35px}
.footer-main .brand{font-size:30px}
.footer-main .brand-peach{width:30px;height:33px}
.footer-main>p{font-size:10px;color:#978c7d;line-height:1.9}
.back-top{display:flex;align-items:center;gap:14px;font-size:10px;margin-left:auto}
.back-top>span{display:grid;place-items:center;border:1px solid #ded5c8;width:28px;height:28px;border-radius:50%;font-size:15px}
.footer-bottom{border-top:1px solid var(--line);padding-top:23px;display:flex;justify-content:space-between;font-size:9px;color:#a19484}
.footer-bottom>div{display:flex;align-items:center;gap:27px}
.footer-version{font:8px var(--mono);display:flex;align-items:center;gap:7px}
dialog{border:1px solid #e4d9c9;border-radius:16px;background:var(--paper);color:var(--ink);width:min(700px,calc(100% - 30px));max-height:88svh;padding:0;box-shadow:0 30px 100px #21180b33}
dialog::backdrop{background:#342a2366;backdrop-filter:blur(7px)}
.dialog-header{position:sticky;top:0;z-index:2;background:#fbf9f5f5;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:20px 28px}
.dialog-header .brand{font-size:24px}.dialog-header .brand-peach{width:27px;height:29px}
.dialog-close{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#f0eae0}
#dialog-content{padding:30px}
#dialog-content h2{font-size:29px;margin:0 0 13px}
#dialog-content p{font-size:13px;color:var(--muted);line-height:1.8}
#dialog-content h3{font-size:16px;margin-top:25px}
#dialog-content .eyebrow{font-size:8px}
.dialog-tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);margin:25px 0 20px}
.dialog-tabs button{padding:10px 14px;font-size:12px;border-bottom:2px solid transparent}
.dialog-tabs button[aria-pressed="true"]{color:var(--orange);border-color:var(--orange)}
.dialog-code{position:relative;background:#2c2e28;border-radius:8px;padding:18px;color:#e9dfca;overflow:auto;font:11px/1.8 var(--mono);white-space:pre-wrap;overflow-wrap:anywhere}
.dialog-code .copy-button{float:right;margin-left:10px}
.doc-table{width:100%;border-collapse:collapse;font-size:11px;margin:20px 0}
.doc-table td,.doc-table th{text-align:left;padding:12px 9px;border-bottom:1px solid var(--line);line-height:1.6}
.doc-table td:last-child{color:var(--muted)}
.doc-callout{background:#f2eadc;border:1px solid #e5dac6;border-radius:8px;padding:15px 18px;margin:20px 0}
.doc-callout p{margin:0;font-size:11px!important}
.dialog-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
.download-file{padding:18px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:13px;margin:23px 0}
.download-file strong{font:12px var(--mono);overflow-wrap:anywhere}
.download-file small{display:block;color:var(--muted);font-size:10px;margin-top:5px}
.toast{position:fixed;bottom:24px;left:50%;z-index:100;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#393d32;color:#fff6e6;padding:13px 22px;border:1px solid #6f755c;border-radius:9px;box-shadow:0 8px 30px #201d1a20;font-size:12px;transition:opacity .2s,transform .2s;max-width:90%;text-align:center}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media(min-width:1550px){.hero-art{width:120%}.hero-content{padding-top:110px}.harmony-note{left:65%;bottom:170px}}
@media(max-width:1150px){
  .container{width:calc(100% - 72px)}.desktop-nav{gap:22px;margin-right:5px}.hero{min-height:780px}
  .hero-content{padding-top:85px}h1{font-size:61px}.hero-description{max-width:390px;font-size:13px}
  .harmony-note{left:auto;right:55px;bottom:125px}.how-grid{gap:45px}.feature-card{padding:23px}
  .integration-logo{font-size:14px}.integrations-inner{gap:18px}.and-beyond{display:none}
  .project-card{padding:22px}.terminal-line code{font-size:8px}.tags{gap:3px}.tech-tag{font-size:7px}
  .local-tag{display:none}.feature-foot{font-size:8px}.section-heading>p{font-size:12px}
}
@media(max-width:850px){
  .container{width:calc(100% - 48px)}.desktop-nav{gap:18px;font-size:11px}.header{gap:18px;height:85px}.github-button{padding:9px;font-size:11px;gap:6px}
  .brand{font-size:30px}.brand-peach{width:31px}.version{font-size:9px}.hero-content{padding-top:96px}
  h1{font-size:54px;letter-spacing:-2.5px}h1 em{letter-spacing:-2.5px}.hero-description{max-width:335px;font-size:12px}
  .hero-art{width:153%;left:-5%}.hero-media:after{background:linear-gradient(90deg,#edc2adf0,#edc2ada0 37%,transparent 70%)}
  .harmony-note{right:35px;bottom:150px;padding:12px}.harmony-note strong{font-size:10px}.micro-label{font-size:6px}
  .hero-bottom-right>span{display:none}.integrations-inner{flex-wrap:wrap;justify-content:center;padding:24px 0;gap:24px 35px}
  .integrations-inner>p{width:100%;text-align:center}.integrations-inner>p br{display:none}.integrations-inner>p strong{margin-left:5px}
  .section{padding-top:70px;padding-bottom:70px}h2{font-size:32px}.section-heading{gap:20px}.features-grid{gap:12px}
  .feature-card{padding:19px}.feature-card h3{font-size:17px}.feature-card>p{font-size:11px}.feature-foot{line-height:1.7;align-items:flex-start}
  .feature-foot .tiny-dot{margin-top:5px}.how-section{padding:65px 0}.how-grid{gap:32px;grid-template-columns:1fr 1fr}
  .payload-pre{font-size:9px;padding:14px}.code-title{padding:0 12px;gap:9px;font-size:8px}.code-caption{padding:16px 14px 0}
  .code-footer{font-size:7px;padding:13px}.principles p{font-size:11px}.principles li{gap:9px}.section-description{font-size:12px}
  .projects-grid{gap:15px}.project-card{grid-column:span 3}.project-card:last-child{grid-column:span 6}.terminal-line code{font-size:9px}
  .closing-copy{padding:40px 30px}.closing-copy h2{font-size:29px}.closing-copy>p{max-width:200px;line-height:1.7}
  .orbital-art{transform:scale(.85);transform-origin:center}.closing-card{grid-template-columns:1.15fr 1fr}
  .footer-main{gap:24px}.footer-main>p{font-size:9px}.footer-bottom{font-size:8px}.footer-bottom>div{gap:16px}
}
@media(max-width:620px){
  .container{width:calc(100% - 40px)}.header{height:78px}.desktop-nav,.github-button{display:none}.brand{font-size:30px}
  .menu-button{display:flex;width:35px;height:35px;flex-direction:column;justify-content:center;gap:6px;padding:7px}
  .menu-button span{display:block;width:21px;height:1px;background:var(--ink);transition:transform .2s}
  .menu-button[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
  .menu-button[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .mobile-nav:not([hidden]){display:flex;position:absolute;top:85px;left:20px;right:20px;z-index:6;border:1px solid #d2ac93;border-radius:10px;background:#fae7d8f5;backdrop-filter:blur(20px);padding:15px;flex-direction:column;box-shadow:0 20px 30px #5d3d231a}
  .mobile-nav a,.mobile-nav button{padding:14px;text-align:left;font-size:13px}
  .hero{height:auto;min-height:980px;background:#edc2ad}.hero-media{background:#edc2ad}
  .hero-art{width:165%;height:56%;top:43%;left:-36%}
  .hero-peach{left:56%;top:54%;width:clamp(250px,74vw,390px)}
  .hero-orbit{left:56%;top:54%;width:clamp(330px,94vw,490px)}
  .hero-art::after{left:56%;top:83%;width:52%}
  .hero-media:after{background:linear-gradient(180deg,#edc2ad 0%,#edc2ad 42%,#edc2ad00 61%),linear-gradient(0deg,#ecc5ae77,transparent 15%)}
  .hero-content{padding-top:41px}.release-pill{font-size:10px;padding:6px 7px 6px 10px}.release-version{font-size:8px}
  h1{font-size:clamp(44px,11.3vw,63px);line-height:1.05;letter-spacing:-2.6px;margin:22px 0 21px}h1 em{letter-spacing:-2.2px}
  .hero-description{max-width:385px;font-size:12.5px;line-height:1.85;margin-bottom:22px}
  .button{min-height:46px;font-size:12px;padding:0 18px;gap:18px}.hero-actions{gap:10px}
  .hero-note{font-size:8.5px;margin-top:15px;gap:4px}.harmony-note{bottom:79px;right:20px;padding:10px 13px;gap:9px}
  .harmony-icon{width:29px;height:29px}.harmony-icon .icon{width:17px}.harmony-note strong{font-size:10px}.micro-label{font-size:6px;letter-spacing:.9px}
  .hero-bottom{bottom:22px;font-size:6px;letter-spacing:.9px}.scroll-cue{gap:8px}.hero-bottom-right{gap:0}
  .integrations-inner{gap:23px 30px;padding:25px 0}.integration-logo{font-size:14px}.integration-logo.ableton{font-size:18px}
  .integration-logo.unreal{font-size:12px}.integration-logo{width:calc(50% - 25px);justify-content:center}.integrations-inner>p{font-size:10px}
  .section{padding-top:56px;padding-bottom:56px}.section-heading{display:block;margin-bottom:27px}.eyebrow{font-size:8px;letter-spacing:1.6px;margin-bottom:14px}
  h2{font-size:31px;letter-spacing:-1.2px}.section-heading>p{font-size:12px;margin-top:17px}.desktop-break{display:none}
  .features-grid{grid-template-columns:1fr;gap:14px}.feature-card{padding:25px}.card-top{margin-bottom:23px}
  .feature-card h3{font-size:19px}.feature-card>p{font-size:12.5px;line-height:1.85;margin-bottom:20px}.feature-foot{font-size:9px;padding-top:17px}
  .how-grid{grid-template-columns:1fr;gap:36px}.how-section{padding:54px 0}.section-description{max-width:none;font-size:12.5px;margin-top:19px}
  .principles p{font-size:12px;max-width:none}.principles strong{font-size:13px}.principles li{gap:12px;margin-bottom:21px}
  .code-window{transform:none}.payload-pre{font-size:10px;padding:14px 17px 19px}.code-title{font-size:9px;padding:0 17px;gap:17px}
  .code-caption{padding:16px 17px 0}.code-footer{padding:15px 17px;font-size:8px}
  .projects-grid{grid-template-columns:1fr;gap:16px}.project-card,.project-card.wide-card,.project-card:last-child{grid-column:1}
  .project-card{padding:25px}.project-card h3{font-size:19px}.project-card>p{font-size:12px;margin-bottom:22px}
  .tech-tag{font-size:8px}.project-link{font-size:12px}.terminal-line code{font-size:10px}.schema-visual{margin:4px 0 24px}
  .download-note{text-align:center;font-size:9px;margin-top:20px}.closing-section{padding-bottom:49px}
  .closing-card{grid-template-columns:1fr}.closing-copy{padding:34px 28px}.closing-copy h2{font-size:33px}
  .closing-copy>p{max-width:none;font-size:11px}.orbital-art{min-height:240px;margin-top:-8px;transform:scale(.83)}
  .orbit-caption{bottom:0}.node-one{top:5px}.node-two{top:150px}.node-three{bottom:7px}
  .footer{padding-top:25px}.footer-main{display:grid;grid-template-columns:1fr auto;gap:10px;padding-bottom:24px}
  .footer-main>p{grid-row:2;grid-column:1/-1;font-size:10px;margin:5px 0 0}.back-top{grid-column:2;grid-row:1;font-size:9px}
  .footer-bottom{flex-direction:column;gap:19px;padding-top:20px;font-size:9px}.footer-bottom>div{justify-content:space-between;font-size:9px}
  .dialog-header{padding:17px 22px}#dialog-content{padding:25px 22px}#dialog-content h2{font-size:25px}.dialog-tabs button{font-size:11px;padding:10px}
  .doc-table{font-size:10px}.doc-table td,.doc-table th{padding:10px 5px}.dialog-code{font-size:10px;padding:14px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}