@font-face{font-family:Studio Sans;src:url('assets/studio-sans-regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Studio Sans;src:url('assets/studio-sans-bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Studio Mono;src:url('assets/studio-mono.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
:root{--bg:#090a0a;--surface:#101111;--text:#eeefea;--muted:#a4a6a2;--subtle:#838680;--line:#282b28;--accent:#ed8354;--mono:'Studio Mono',monospace;--sans:'Studio Sans',Arial,sans-serif;color-scheme:dark}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:32px}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:18px;line-height:1.5;-webkit-font-smoothing:antialiased}
::selection{color:var(--bg);background:var(--accent)}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
a:focus-visible{outline:2px solid var(--accent);outline-offset:7px}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.5}
p,h1,h2,h3,figure{margin:0}
h1,h2,h3{font-weight:400}
img{display:block;max-width:100%}
.wrap{width:calc(100% - 112px);max-width:1328px;margin-inline:auto}
.accent,.brand-dot{color:var(--accent)}
.header{height:98px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);position:relative;z-index:2}
.brand{font-family:var(--mono);font-size:15px;letter-spacing:.03em;white-space:nowrap}
.header nav{display:flex;gap:38px;align-items:center}
.nav-link{font-family:var(--mono);font-size:14px;color:#a5a7a2;display:flex;align-items:center;min-height:44px;position:relative;transition:color .2s}
.nav-link:hover,.nav-link.active{color:var(--text)}
.nav-link.active::after{position:absolute;bottom:3px;left:0;right:0;height:2px;background:var(--accent);content:''}
.skip-link{position:fixed;left:24px;top:16px;z-index:10;padding:12px 18px;background:var(--text);color:var(--bg);transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}
.hero{min-height:752px;position:relative;isolation:isolate;padding-top:64px;display:flex;flex-direction:column;overflow:hidden}
.hero-art{position:absolute;z-index:-1;width:83%;height:690px;top:6px;right:-135px;pointer-events:none;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,#000 14%,#000 96%,transparent 100%)}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:70% 50%;opacity:.9;mix-blend-mode:lighten}
.hero-art::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--bg),transparent 24%),linear-gradient(0deg,var(--bg),transparent 18%,transparent 89%,var(--bg))}
.hero-copy{width:610px;max-width:100%;padding-bottom:58px}
.eyebrow,.section-label,.status{font-family:var(--mono);font-size:13px;letter-spacing:.09em}
.hero-eyebrow{display:flex;gap:14px;align-items:center;color:#b2b5ad;margin-bottom:33px}
.small-rule{height:1px;width:24px;background:var(--accent)}
.mmm-wordmark{display:block;font-size:clamp(10rem,20vw,18rem);letter-spacing:-.055em;line-height:.83;font-weight:700;margin-left:-.027em}
.hero-name{display:block;font-size:37px;line-height:1.12;letter-spacing:-.025em;margin-top:27px}
.hero-description{max-width:434px;margin-top:24px;font-size:18px;line-height:1.65;color:var(--muted)}
.status{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--accent);letter-spacing:.09em}
.hero .status{margin-top:29px}
.status-light{display:block;width:6px;height:6px;flex:0 0 6px;background:var(--accent);box-shadow:0 0 12px #ed835424}
.hero-actions{display:flex;align-items:center;gap:15px;margin-top:27px}
.button{font-family:var(--mono);font-size:14px;letter-spacing:-.025em;display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:23px;padding:14px 20px;border:1px solid transparent;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}
.button svg{height:19px;width:19px;flex-shrink:0}
.button-primary{background:var(--text);color:#121412}
.button-primary:hover{background:var(--accent)}
.button-quiet{color:#c1c4bd;gap:8px;padding-inline:15px}
.button-quiet:hover{color:var(--accent)}
.button-quiet svg{height:17px;width:17px;stroke-width:1.3}
.button-outline{border-color:#555b52}
.button-outline:hover{border-color:var(--accent);color:var(--accent)}
.hero-bottom{margin-top:auto;min-height:75px;border-block:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:32px}
.index-mark,.scroll-mark{font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:#989c93;white-space:nowrap}
.index-mark{min-width:170px}
.scroll-mark{display:flex;align-items:center;gap:16px}
.scroll-mark svg{height:16px;width:16px;color:var(--accent)}
.sequence-rule{display:grid;grid-template-columns:repeat(16,1fr);gap:8px;width:340px;margin-right:auto}
.sequence-rule i{height:5px;background:#2a2c28}
.sequence-rule .lit{background:#b97851}
.sequence-rule .soft{background:#555044}
.section{padding-block:110px;border-bottom:1px solid var(--line)}
.section-label{display:flex;align-items:center;gap:18px;color:#aeb2a7;font-size:12px;line-height:1.6;white-space:nowrap}
.section-label>span{color:var(--accent)}
.concept{display:grid;grid-template-columns:225px 1fr;gap:40px;padding-block:120px}
.concept>.section-label{align-self:start;margin-top:9px}
h2{font-size:56px;line-height:1.08;letter-spacing:-.03em}
.concept h2{font-size:clamp(2.7rem,4.5vw,4rem)}
.concept-copy{max-width:635px;margin-top:33px;font-size:19px;line-height:1.65;color:var(--muted)}
.supporting{margin-top:22px;color:#d1d4cc;font-size:16px;line-height:1.65}
.concept .supporting{color:var(--text)}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px}
.compact-heading{justify-content:flex-start;align-items:center;gap:0}
.compact-heading .section-label{width:265px;flex-shrink:0}
.compact-heading h2{font-size:34px}
.idea-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px;margin-top:65px}
.idea{border-top:1px solid #3b3e36;padding-top:30px}
.idea-icon{width:35px;height:35px;color:#939b8b;stroke-width:1.4;margin-bottom:35px}
.icon-accent{stroke:var(--accent)}
.idea h3{font-size:22px;line-height:1.25;letter-spacing:-.02em;margin-bottom:14px}
.idea p{font-size:17px;line-height:1.65;color:var(--muted);max-width:260px}
.modular>.section-label,.preview>.section-label{margin-bottom:36px}
.section-copy{max-width:490px;font-size:18px;line-height:1.65;color:var(--muted)}
.section-copy .supporting{font-size:15px;margin-top:22px;color:#b8bcb2}
.module-studies{display:grid;grid-template-columns:1.17fr 1fr .89fr;gap:22px;margin-top:54px;align-items:start}
.module-study{min-width:0;height:295px;position:relative;overflow:hidden;border:1px solid #31342d;background:var(--surface);border-radius:3px;transition:border-color .35s,transform .45s}
.module-study:hover{border-color:#666a59;transform:translateY(-4px)}
.study-signal{margin-top:28px}
.study-pads{margin-top:54px;height:268px}
.study-head{height:37px;border-bottom:1px solid #272b24;display:flex;align-items:center;justify-content:space-between;padding-inline:18px}
.study-mark{width:20px;height:3px;background:#686f5b}
.study-dashes{width:31px;height:3px;border-inline:7px solid #414638}
.signal-study{width:100%;height:197px;margin-top:11px}
.study-grid{stroke:#252b23;stroke-width:.6}
.signal-shadow{stroke:#c6ceac;stroke-width:4;opacity:.06}
.signal-line{stroke:#b3c08f;stroke-width:1.2}
.study-sequence{display:flex;gap:8px;position:absolute;bottom:20px;left:20px;right:20px}
.study-sequence i{background:#363b2f;height:7px;flex:1}
.study-sequence i:nth-child(3n + 1){background:#b9a46d}
.study-loops{background:#111310}
.loops-study{width:100%;height:245px}
.loop-guides{stroke:#3a4130;stroke-width:1}
.loop-track{stroke-width:2;stroke:#abb397}
.loop-two{stroke:#6e795b;stroke-width:4}
.loop-three{stroke:#b38d62;stroke-width:1.6}
.loop-center{stroke:#a7b588;stroke-width:2}
.study-pads{background:#121210}
.pad-study{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);gap:9px;height:177px;max-width:220px;width:calc(100% - 52px);margin:26px auto}
.pad-study i{background:#1f211a;border:1px solid #393c2e;border-radius:2px}
.pad-study .pad-on{background:#a38a5b;border-color:#bda976}
.pad-study .pad-dim{background:#4a4935;border-color:#68654a}
.preview-heading{margin-bottom:38px;align-items:center}
.preview-heading p{font-size:18px;color:var(--muted);max-width:400px}
.video-placeholder{position:relative;width:100%;aspect-ratio:2.5;background:#0e100e;border:1px solid #252a23;display:grid;place-items:center;overflow:hidden;padding:55px 24px}
.video-brand{position:absolute;left:26px;top:20px;font-family:var(--mono);font-size:14px;color:#969f88}
.video-message{display:flex;align-items:center;flex-direction:column;gap:22px;text-align:center}
.play-symbol{width:66px;height:66px;border:1px solid #535d46;border-radius:50%;display:grid;place-items:center;color:#d0d9c0}
.play-symbol svg{width:27px;height:27px;stroke-width:1.1;margin-left:3px}
.video-message p{font-size:19px;letter-spacing:-.01em;color:#bec7b1}
.video-status{position:absolute;right:26px;bottom:19px;font-family:var(--mono);letter-spacing:.08em;font-size:12px;color:#8f9981}
.video-corner{position:absolute;width:12px;height:12px;border-color:#9ba78b;border-style:solid}
.top-left{top:-1px;left:-1px;border-width:1px 0 0 1px}
.top-right{top:-1px;right:-1px;border-width:1px 1px 0 0}
.bottom-left{bottom:-1px;left:-1px;border-width:0 0 1px 1px}
.bottom-right{bottom:-1px;right:-1px;border-width:0 1px 1px 0}
.video-note{color:var(--subtle);font-family:var(--mono);font-size:13px;margin-top:18px;line-height:1.5}
.closing{padding-block:82px 85px}
.closing-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:45px}
.closing-number{font-family:var(--mono);font-size:13px;color:var(--subtle)}
.closing h2{font-size:clamp(3rem,6.5vw,5.75rem);line-height:1.06;letter-spacing:-.04em}
.closing-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-top:35px}
.closing-bottom p{font-size:18px;line-height:1.6;max-width:440px;color:var(--muted)}
.footer{display:flex;min-height:124px;align-items:center;justify-content:space-between;gap:25px}
.footer .brand{font-size:14px}
.footer p{font-size:13px;font-family:var(--mono);color:var(--subtle)}
.footer .footer-status{color:#bbc2b1}
@media (prefers-reduced-motion:no-preference){.hero-copy{animation:arrive .7s ease-out both}.hero-art{animation:art-arrive 1.25s ease-out both}.sequence-rule .soft{animation:step-glow 6s ease-in-out 2 alternate}.sequence-rule .soft:nth-child(12){animation-delay:1s}}
@keyframes arrive{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes art-arrive{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}
@keyframes step-glow{0%,100%{background:#555044}50%{background:#bb805b}}
@media(min-width:1600px){.hero{min-height:810px;padding-top:80px}.hero-art{width:85%;height:720px}.hero-copy{padding-bottom:68px}.hero-description{margin-top:28px}}
@media(max-width:1100px){.wrap{width:calc(100% - 72px)}.hero-art{right:-140px;width:92%;opacity:.68}.hero{min-height:700px}.hero-name{font-size:33px}.hero-description{max-width:405px}.mmm-wordmark{font-size:22vw}.concept{grid-template-columns:170px 1fr;gap:28px}.compact-heading .section-label{width:198px}.idea-grid{gap:25px}.idea h3{font-size:20px}.section-heading{gap:35px}.section-copy{max-width:440px}.module-studies{gap:16px}.module-study{height:264px}.signal-study{height:173px}.loops-study{height:220px}.study-pads{height:241px}.pad-study{height:160px;width:calc(100% - 36px);gap:7px;margin-top:22px}.footer{gap:18px}.footer .brand{font-size:13px}.footer p{font-size:12px}}
@media(max-width:800px){.wrap{width:calc(100% - 48px)}.header{height:88px}.header nav{gap:24px}.brand{font-size:13px}.nav-link{font-size:13px}.hero{padding-top:52px;min-height:680px}.hero-art{width:116%;right:-200px;top:35px;height:595px;opacity:.5;mask-image:linear-gradient(to right,transparent,#000 45%)}.hero-copy{width:520px}.mmm-wordmark{font-size:25vw;max-width:100%}.hero-name{font-size:32px}.hero-description{max-width:395px}.hero-bottom{gap:24px}.index-mark{min-width:70px}.sequence-rule{width:230px;gap:5px}.scroll-mark{font-size:12px;gap:8px}.section{padding-block:80px}.concept{display:block}.concept>.section-label{margin-top:0;margin-bottom:28px}.concept h2{font-size:51px}.concept-copy{margin-top:28px;max-width:570px}.compact-heading{justify-content:space-between}.compact-heading .section-label{width:auto}.idea-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 32px;margin-top:43px}.idea-icon{margin-bottom:24px}.idea h3{font-size:23px}.idea p{max-width:100%}.modular-heading{align-items:flex-start;flex-direction:column;gap:28px}.modular-heading h2{font-size:50px}.section-copy{max-width:600px}.module-studies{grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}.study-signal{margin-top:22px}.study-pads{grid-column:2;margin-top:-3px}.module-study{height:258px}.study-pads{height:220px}.pad-study{max-width:185px;height:145px;margin-top:18px}.signal-study{height:174px}.loops-study{height:222px}.module-studies .study-pads{display:none}.preview-heading{gap:30px}.preview-heading h2{font-size:46px}.preview-heading p{font-size:17px;max-width:300px}.video-placeholder{aspect-ratio:1.9}.closing h2{font-size:64px}.closing-bottom{gap:30px}.closing-bottom p{font-size:17px;max-width:350px}.footer{flex-wrap:wrap;padding-block:30px;min-height:120px}.footer .brand{flex:1 1 50%}.footer p:nth-child(2){order:3;flex:1 1 100%}.footer .footer-status{font-size:13px}}
@media(max-width:540px){.wrap{width:calc(100% - 40px)}.header{height:auto;min-height:112px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;gap:8px}.header .brand{font-size:14px}.header nav{width:100%;justify-content:space-between;gap:12px}.nav-link{font-size:13px;min-height:37px}.nav-link.active::after{bottom:0}.hero{padding-top:38px;min-height:0;overflow:hidden}.hero-copy{padding-bottom:0}.hero-eyebrow{font-size:12px;gap:10px;margin-bottom:30px}.mmm-wordmark{font-size:29vw;line-height:.84;letter-spacing:-.045em}.hero-name{font-size:27px;margin-top:20px;letter-spacing:-.025em}.hero-description{font-size:17px;line-height:1.6;max-width:370px;margin-top:22px}.hero .status{margin-top:26px;font-size:13px}.hero-actions{gap:6px;margin-top:24px;flex-wrap:wrap}.button{min-height:49px;padding:13px 16px;font-size:13px;gap:15px}.button-quiet{gap:5px;padding-inline:12px}.hero-art{position:relative;order:2;width:calc(100% + 40px);height:280px;right:auto;left:-20px;top:auto;margin-top:-8px;opacity:.96;z-index:0;mask-image:none;animation:none}.hero-art img{object-position:82% 50%;height:340px;position:absolute;top:-32px}.hero-art::after{background:linear-gradient(0deg,var(--bg),transparent 23%,transparent 76%,var(--bg)),linear-gradient(90deg,var(--bg),transparent 12%,transparent 92%,var(--bg))}.hero-bottom{order:3;min-height:65px;gap:14px}.index-mark{display:none}.sequence-rule{width:34%;gap:3px}.sequence-rule i{height:4px}.scroll-mark{font-size:12px;letter-spacing:-.02em;gap:6px}.scroll-mark svg{height:13px;width:13px}.section{padding-block:62px}.section-label{font-size:12px;gap:14px}.concept h2{font-size:39px;line-height:1.12}.concept-copy{font-size:17px;line-height:1.65;margin-top:25px}.supporting{font-size:15px;margin-top:18px}.compact-heading{display:block}.compact-heading h2{margin-top:25px;font-size:31px}.idea-grid{gap:35px 22px;margin-top:36px}.idea{padding-top:23px}.idea-icon{height:31px;width:31px;margin-bottom:23px}.idea h3{font-size:20px;line-height:1.25;margin-bottom:12px}.idea p{font-size:16px;line-height:1.55}.modular>.section-label,.preview>.section-label{margin-bottom:27px}.modular-heading h2{font-size:43px}.modular-heading{gap:24px}.section-copy{font-size:17px;line-height:1.65}.section-copy .supporting{font-size:15px;margin-top:20px}.module-studies{display:grid;grid-template-columns:1fr;gap:17px;margin-top:32px}.module-study,.study-signal,.study-pads{height:237px;margin:0}.module-studies .study-pads{display:block;grid-column:auto;height:239px}.signal-study{height:162px}.study-sequence{bottom:16px}.loops-study{height:198px}.pad-study{height:160px;margin-top:21px;width:190px;max-width:190px;gap:9px}.preview-heading{display:block;margin-bottom:27px}.preview-heading h2{font-size:43px}.preview-heading p{font-size:17px;max-width:100%;margin-top:20px}.video-placeholder{min-height:254px;aspect-ratio:auto;padding:52px 16px}.play-symbol{width:54px;height:54px}.video-message{gap:17px}.video-message p{font-size:17px}.video-brand{font-size:12px;left:17px;top:14px}.video-status{font-size:12px;right:16px;bottom:13px}.video-note{font-size:12px;line-height:1.6;margin-top:14px}.closing-top{margin-bottom:30px}.closing .status{font-size:13px}.closing h2{font-size:46px;line-height:1.09;letter-spacing:-.035em}.closing-bottom{flex-direction:column;align-items:flex-start;gap:25px;margin-top:25px}.closing-bottom p{font-size:17px;max-width:100%}.closing-bottom .button{min-height:50px;font-size:14px}.footer{gap:18px;padding-block:29px}.footer .brand{font-size:12px;flex-basis:auto}.footer p{font-size:12px;line-height:1.7}.footer .footer-status{font-size:12px}.footer p:nth-child(2){font-size:12px}}
@media(max-width:360px){.wrap{width:calc(100% - 32px)}.hero-name{font-size:24px}.hero-actions{gap:0}.button{padding-inline:13px}.button-quiet{padding-inline:10px}.scroll-mark{font-size:12px}.idea-grid{grid-template-columns:1fr}.idea h3{font-size:22px}.idea p{max-width:300px}.closing h2{font-size:40px}}
/* The real product interface is presented at its original aspect ratio. */
.hero-product{min-height:0;padding-top:50px}
.hero-product .hero-copy{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:72px;align-items:end;width:100%;padding-bottom:0}
.hero-product .hero-eyebrow{margin-bottom:28px}
.hero-product .mmm-wordmark{font-size:clamp(8rem,16vw,13rem)}
.hero-product .hero-name{margin-top:22px;font-size:34px}
.hero-product .hero-intro{padding-bottom:2px;min-width:0}
.hero-product .hero-description{margin-top:0;max-width:445px}
.hero-product .hero-actions{margin-top:23px;flex-wrap:wrap;gap:8px}
.hero-product .product-screen{margin-top:46px;width:100%;padding:5px;border:1px solid #334048;border-radius:4px;background:#0d1113;overflow:hidden}
.product-screen img{width:100%;height:auto;display:block;border-radius:1px}
.hero-product .hero-bottom{margin-top:30px}
@media(max-width:1100px){.hero-product .hero-copy{gap:38px}.hero-product .hero-name{font-size:29px}.hero-product .hero-description{font-size:17px}.hero-product .hero-actions{gap:2px}.hero-product .button{padding-inline:15px}.hero-product .product-screen{margin-top:39px}}
@media(max-width:800px){.hero-product{padding-top:42px}.hero-product .hero-copy{grid-template-columns:1fr;gap:28px}.hero-product .mmm-wordmark{font-size:clamp(8rem,25vw,12rem)}.hero-product .hero-name{font-size:32px}.hero-product .hero-description{max-width:540px}.hero-product .hero-actions{gap:12px}.hero-product .product-screen{margin-top:35px}.hero-product .hero-bottom{margin-top:24px}}
@media(max-width:540px){.hero-product{padding-top:36px}.hero-product .hero-copy{gap:25px}.hero-product .hero-eyebrow{margin-bottom:26px}.hero-product .mmm-wordmark{font-size:29vw}.hero-product .hero-name{font-size:27px;margin-top:20px}.hero-product .hero-description{font-size:17px}.hero-product .hero-actions{gap:6px;margin-top:24px}.hero-product .product-screen{margin-top:30px;padding:2px;border-radius:2px}.hero-product .hero-bottom{margin-top:20px}.hero-product .button{padding-inline:13px}}
@media(max-width:360px){.hero-product .hero-name{font-size:24px}.hero-product .hero-actions{gap:0}.hero-product .button-quiet{padding-inline:10px}}
/* Window onto the supplied screenshots; their pixels and proportions stay intact. */
.interface-detail{min-width:0}
.concept-detail{margin-top:42px}
.ideas-detail{margin-top:42px}
.detail-viewport{--crop-width:1263;--crop-height:260;--crop-x:265;--crop-y:91;position:relative;width:100%;aspect-ratio:var(--crop-width) / var(--crop-height);overflow:hidden;isolation:isolate;border-radius:3px;background:#15252b;outline:1px solid #334048;outline-offset:-1px}
.detail-viewport img{position:absolute;display:block;width:calc(100% * 2048 / var(--crop-width));max-width:none;height:auto;left:calc(-100% * var(--crop-x) / var(--crop-width));top:calc(-100% * var(--crop-y) / var(--crop-height));pointer-events:none}
.interface-detail figcaption{margin-top:13px;font-family:var(--mono);font-size:12px;line-height:1.5;letter-spacing:.07em;text-transform:uppercase;color:var(--subtle)}
.ideas-detail+.idea-grid{margin-top:44px}
@media(max-width:800px){.concept-detail,.ideas-detail{margin-top:34px}.ideas-detail+.idea-grid{margin-top:34px}}
@media(max-width:540px){.concept-detail,.ideas-detail{margin-top:28px}.detail-sequencer{--crop-width:632}.detail-loopers{--crop-width:729;--crop-x:311}.interface-detail figcaption{margin-top:11px}.ideas-detail+.idea-grid{margin-top:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
