.landing-root{--paper:#f6f5f1;--card:#fff;--ink:#171b22;--ink-2:#565d6b;--line:#e5e2da;--blue:#1560e8;--blue-ink:#0b2e6e;--blue-wash:#eaf1fd;--navy:#081a33;--navy-2:#0d2547;--ivory:#f4f1e8;--ivory-dim:#f7f5f5;--rule:#f4f1e829;--gold:#f0a93c;--sans:var(--font-good-sans),var(--font-hanken),system-ui,sans-serif;--app-sans:var(--font-sans),system-ui,sans-serif;--music:var(--font-cormorant),serif;--pad-x:clamp(22px,5vw,72px);--rail-h:72px;--nav-h:64px;--radius:18px}.landing-root *{box-sizing:border-box;margin:0;padding:0}.landing-root{scroll-behavior:smooth}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.landing-root{font-family:var(--sans);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;font-size:16.5px;line-height:1.62;overflow-x:clip}.landing-root ::selection{background:var(--blue);color:#fff}.landing-root img,.landing-root svg{display:block}.landing-root a{color:var(--blue);text-decoration:none}.landing-root a:hover{text-decoration:underline}.landing-root button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.landing-root :focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}.landing-root h1,.landing-root h2,.landing-root h3{font-family:var(--sans);letter-spacing:-.03em;font-weight:700;line-height:1.08}.landing-root h4{font-family:var(--sans);letter-spacing:-.03em}.landing-root .thin{font-weight:300}.landing-root .it{font-style:italic;font-weight:400}.landing-root .eyebrow{color:var(--blue);letter-spacing:.01em;margin-bottom:10px;font-size:15px;font-weight:600}.landing-root .movement-head{flex-direction:column;gap:6px;margin-bottom:clamp(30px,4.5vh,52px);display:flex}.landing-root .movement-head .tempo{font-family:var(--music);color:var(--blue);font-size:19px;font-style:italic}.landing-root .movement-head h2{text-transform:uppercase;letter-spacing:.01em;font-size:clamp(34px,4.8vw,62px);font-weight:100;line-height:1.07;overflow:hidden}@media (min-width:981px){.landing-root .movement-head h2{white-space:nowrap}.landing-root #team .movement-head h2{white-space:normal}}.landing-root .movement-head h2 .h2line{display:inline-block}.landing-root .tempo .mvt-num{margin-right:.12em;font-size:.92em}.landing-root .movement-head .lede{color:var(--ink-2);max-width:52ch}.landing-root .scroll-hint{color:var(--ink-2);letter-spacing:.02em;align-items:center;gap:7px;margin-top:16px;font-size:13px;font-weight:500;display:inline-flex}.landing-root .scroll-hint svg{animation:1.6s ease-in-out infinite lnScrollHint}@keyframes lnScrollHint{0%,to{transform:translateY(-2px)}50%{transform:translateY(2px)}}.landing-root section.movement{padding:clamp(80px,11vh,140px) var(--pad-x)}.landing-root .inner{max-width:1180px;margin:0 auto}.landing-root .loader{z-index:400;background:var(--navy);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:14px;transition:opacity .7s,visibility .7s;display:flex;position:fixed;inset:0}.landing-root .loader.done{opacity:0;visibility:hidden;pointer-events:none}.landing-root .loader .tuning{font-family:var(--music);color:#8fb4e8;font-size:21px;font-style:italic}.landing-root .loader .hz{color:var(--ivory);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:clamp(62px,11vw,148px);font-weight:600;line-height:1}.landing-root .loader .hz small{color:var(--ivory-dim);margin-left:.15em;font-size:.32em;font-weight:400}.landing-root .loader .loader-staff{width:min(420px,70vw);margin-top:26px}.landing-root .loader .loader-staff .l-rule{background:var(--rule);height:1px;margin-bottom:9px}.landing-root .loader .loader-staff .l-rule:last-child{margin-bottom:0}.landing-root .loader .skip{color:var(--ivory-dim);letter-spacing:.06em;text-transform:uppercase;margin-top:22px;font-size:12.5px}.landing-root .btn{background:var(--navy);color:var(--ivory);border-radius:999px;align-items:center;gap:10px;padding:12px 26px;font-size:15px;font-weight:600;transition:transform .25s,background .25s;display:inline-flex}.landing-root .btn:hover{background:var(--blue);text-decoration:none;transform:translateY(-1px)}.landing-root .btn.light{background:var(--card);color:var(--ink);border:1px solid var(--line)}.landing-root .cta-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.landing-root .badges{flex-wrap:wrap;gap:13px;display:flex}.landing-root .badge-img{transition:transform .25s;display:block}.landing-root .badge-img:hover{transform:translateY(-2px)}.landing-root .badge-img img{width:auto;height:53px;display:block}.landing-root .hero{min-height:100svh;padding:calc(var(--nav-h) + 24px) var(--pad-x) calc(var(--rail-h) + 24px);grid-template-columns:1.2fr .8fr;align-content:center;align-items:center;gap:clamp(34px,4.5vw,96px);max-width:1520px;margin:0 auto;display:grid}.landing-root .hero-copy .pill{color:#0d254f;background:#ffc273;border-radius:999px;align-items:center;gap:8px;margin-bottom:26px;padding:8px 17px;font-size:13.5px;font-weight:700;display:inline-flex}.landing-root .hero-copy h1{letter-spacing:-.03em;color:#000d36;margin-bottom:24px;font-size:clamp(40px,5.4vw,88px);font-weight:100;line-height:1.06}.landing-root .hero-copy h1 em{color:#0d254f;font-style:italic;font-weight:800}.landing-root .hero-copy .sub{color:#4b4c52;max-width:56ch;margin-bottom:14px;font-size:clamp(15.5px,.6vw + 12.3px,20.5px);font-weight:300;line-height:1.55}.landing-root .hero-copy .note4note{margin-bottom:24px;font-weight:500}.landing-root .hero-stage{justify-content:center;align-items:center;min-height:620px;display:flex;position:relative}.landing-root .hero-mark{aspect-ratio:1000/686;z-index:0;background:url(/landing/hero-orchestra.webp) 50%/contain no-repeat;width:min(600px,104%);position:absolute;top:50%;left:50%;transform:translate(-50%,-54%)}.landing-root .phone-wrap{perspective:1400px;z-index:1}.landing-root .phone{aspect-ratio:9/19.2;width:min(272px,64vw);transform-style:preserve-3d;will-change:transform;background:#0b0e14;border-radius:42px;padding:11px;box-shadow:0 60px 90px -40px #081a3373,0 25px 45px -25px #081a3359,inset 0 0 0 1.5px #ffffff17}.landing-root .phone .screen{background:#f3f1f1;border-radius:32px;flex-direction:column;height:100%;font-size:11px;display:flex;position:relative;overflow:hidden}.landing-root .scr-home{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.landing-root .scr-rec{color:#fff;width:92%;font-family:var(--app-sans);background:#0a1a32;border-radius:11px;padding:9px 11px 10px;position:absolute;bottom:12.5%;left:4%;box-shadow:0 10px 22px #081a3359}.landing-root .scr-rec .r1{align-items:center;gap:6px;font-size:8.5px;font-weight:600;display:flex}.landing-root .scr-rec .rdot{border:2px solid #df2669;border-radius:50%;flex:none;width:7px;height:7px;animation:1.6s infinite lnBlink}.landing-root .scr-rec .r2{align-items:center;gap:7px;margin-top:6px;display:flex}.landing-root .scr-rec .rt{font-variant-numeric:tabular-nums;flex:none;font-size:9.5px;font-weight:700}.landing-root .scr-rec .livebars{flex:1;align-items:center;gap:2.5px;height:22px;display:flex;overflow:hidden}.landing-root .scr-rec .livebars i{background:#9ef3c7;border-radius:4px;flex:none;width:2px}.landing-root .scr-rec .pse{background:#e9e7e7;border-radius:50%;flex:none;justify-content:center;align-items:center;width:17px;height:17px;display:flex}.landing-root .scr-rec .pse:before{content:"";border-left:1.8px solid #0a1a32;border-right:1.8px solid #0a1a32;width:2px;height:7px}@keyframes lnBlink{50%{opacity:.35}}@keyframes lnEq{50%{transform:scaleY(.4)}}.landing-root .hiw-card{background:var(--card);border:1px solid var(--line);border-radius:calc(var(--radius) + 6px);margin-bottom:clamp(26px,4vh,44px);padding:clamp(28px,4vw,54px);position:relative;overflow:hidden;box-shadow:0 30px 60px -45px #081a3347}.landing-root #how{background:linear-gradient(180deg, var(--paper) 0,var(--paper) calc(190px + 13vh), var(--navy) calc(560px + 13vh), var(--navy) 100%)}.landing-root #how .movement-head{top:calc(var(--nav-h) + 34px);z-index:0;margin-bottom:clamp(64px,13vh,150px);position:sticky}.landing-root .deck{position:relative}.landing-root .dwell{display:none}@media (min-width:981px){.landing-root .deck .hiw-card{will-change:transform;flex-direction:column;justify-content:center;height:clamp(620px,100vh - 170px,860px);margin-bottom:0;display:flex;position:sticky;top:88px;box-shadow:0 -26px 60px -34px #081a3361,0 30px 60px -45px #081a3347}.landing-root .dwell{display:block}.landing-root .deck #tenuto{justify-content:flex-start;padding-top:clamp(40px,7vh,72px)}}.landing-root .card-hint{display:none}@media (min-width:981px){.landing-root .deck .card-hint{text-align:center;color:#a6a7ad;letter-spacing:.02em;pointer-events:none;margin:0;font-size:12px;display:block;position:absolute;bottom:clamp(18px,2.6vw,30px);left:0;right:0}}.landing-root .hiw-eyebrow{font-family:var(--sans);color:var(--blue);letter-spacing:.3em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:500;line-height:1.3}.landing-root .hiw-eyebrow .hiw-term{font-family:var(--music);color:#98a0ae;letter-spacing:.01em;text-transform:none;pointer-events:none;font-size:20px;font-style:italic;font-weight:500;position:absolute;top:clamp(22px,3vw,34px);right:clamp(24px,3.5vw,44px)}.landing-root .hiw-card h3{margin-bottom:12px;font-size:clamp(26px,2.8vw,38px)}.landing-root .hiw-card .lede{color:var(--ink-2);max-width:46ch}.landing-root #tenuto .lede{max-width:none}.landing-root .split{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(26px,4vw,60px);display:grid}.landing-root .stepcopy{min-height:150px;margin-top:34px;position:relative}.landing-root .stepcopy .step{opacity:0;visibility:hidden;position:absolute;inset:0}.landing-root .stepcopy .step.on{opacity:1;visibility:visible;border:1px solid var(--line);background:#081a3308;border-radius:14px;padding:16px 18px;position:relative}.landing-root .stepcopy h4{margin-bottom:6px;font-size:15px;font-weight:600}.landing-root .stepcopy p{color:var(--ink-2);max-width:40ch;font-size:14px}.landing-root .dots{flex-direction:column;gap:10px;display:flex;position:absolute;top:50%;right:clamp(16px,2.4vw,30px);transform:translateY(-50%)}.landing-root .dots i{background:var(--line);border-radius:50%;width:8px;height:8px;transition:background .3s,transform .3s}.landing-root .dots i.on{background:var(--blue);transform:scale(1.25)}.landing-root #ovDots i,.landing-root #cdDots i{cursor:pointer}.landing-root #ovDots i:hover,.landing-root #cdDots i:hover{background:var(--blue);transform:scale(1.4)}.landing-root #ovDots i:focus-visible,.landing-root #cdDots i:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.landing-root .ov-stage,.landing-root .appframe,.landing-root .mini,.landing-root .recwidget,.landing-root .tunecard,.landing-root .metrocard,.landing-root .bmark,.landing-root .scr-rec{font-family:var(--app-sans)}.landing-root .ov-stage{min-height:460px;position:relative}.landing-root .ov-el{position:absolute;left:0;right:44px}.landing-root .plusbtn{color:#fff;cursor:pointer;background:#3b3c43;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex;position:absolute;top:172px;right:44px;box-shadow:0 16px 30px -16px #081a3373}.landing-root .plusbtn svg{display:block}.landing-root .plusbtn:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.landing-root .addcard{transform-origin:bottom;background:#f3f1f1;border-radius:12px;align-items:center;gap:16px;padding:16px;display:flex;top:82px;box-shadow:0 18px 40px -28px #081a334d}.landing-root .addcard .ic{color:#2e2e34;background:#fff;border-radius:4px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.landing-root .addcard .ic svg{width:20px;height:20px}.landing-root .addcard b{color:#2e2e34;font-size:15.5px;display:block}.landing-root .addcard small{color:#73757d;font-size:12.5px}.landing-root .recwidget{color:var(--ivory);transform-origin:top;background:#0a1a32;border-radius:12px;padding:13px 16px;top:34px;box-shadow:0 20px 44px -26px #081a338c}.landing-root .recwidget .row1{align-items:center;gap:9px;font-size:13.5px;font-weight:600;display:flex}.landing-root .recwidget .row1 .dot{background:#ff5c7a;border-radius:50%;width:8px;height:8px;animation:1.6s infinite lnBlink}.landing-root .recwidget .row2{font-variant-numeric:tabular-nums;align-items:center;gap:14px;margin-top:9px;font-size:14px;font-weight:700;display:flex}.landing-root .livebars{flex:1;justify-content:flex-end;align-items:center;gap:3px;height:24px;display:flex;overflow:hidden}.landing-root .livebars i{background:#93cbff;border-radius:8px;flex:none;width:3px}.landing-root .recwidget .pause{background:#f4f1e824;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;display:flex}.landing-root .transcript{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:16px;top:132px;box-shadow:0 22px 46px -30px #081a3359}.landing-root .bub{opacity:1;gap:10px;margin-bottom:13px;display:flex}.landing-root .bub .av{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:10.5px;font-weight:800;display:flex}.landing-root .bub.t .av{background:#3e7c63}.landing-root .bub.s .av{background:var(--blue)}.landing-root .bub .who{font-size:12.5px;font-weight:700}.landing-root .bub .who small{color:var(--ink-2);margin-left:6px;font-size:11px;font-weight:500}.landing-root .bub p{color:var(--ink-2);font-size:13px;line-height:1.45}.landing-root .bub .clip{margin-top:6px}.landing-root .clip{background:#f7f5f5;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;display:flex}.landing-root .clip .violin-img{object-fit:contain;flex:none;width:26px;height:33px}.landing-root .clip .eq{flex:1;align-items:flex-end;gap:3px;height:26px;display:flex}.landing-root .clip .eq i{background:#93cbff;border-radius:8px;width:3px}.landing-root .clip .dur{color:#73757d;font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.landing-root .violin-sm{object-fit:contain;vertical-align:-5px;width:17px;height:22px}.landing-root .coda-stage{justify-content:center;min-height:520px;display:flex;position:relative}.landing-root .appframe{background:var(--card);border:1px solid var(--line);border-radius:22px;width:min(320px,80%);position:absolute;top:0;overflow:hidden;box-shadow:0 28px 60px -34px #081a3366}.landing-root .af-head{border-bottom:1px solid var(--line);padding:16px 18px 10px}.landing-root .af-head b{font-size:16px}.landing-root .af-head small{color:var(--ink-2);margin-top:2px;font-size:12px;display:block}.landing-root .tabs{border-bottom:1px solid var(--line);gap:20px;padding:0 18px;display:flex;position:relative}.landing-root .tabs span{color:var(--ink-2);padding:10px 0;font-size:13px;font-weight:600}.landing-root .tabs span.cur{color:var(--blue)}.landing-root .tab-ind{background:var(--blue);width:58px;height:2px;transition:left .5s cubic-bezier(.6,.05,.2,1);position:absolute;bottom:-1px;left:18px}.landing-root .af-body{min-height:280px;position:relative}.landing-root .af-pane{opacity:0;visibility:hidden;padding:14px 18px;position:absolute;inset:0}.landing-root .af-pane.on{opacity:1;visibility:visible}.landing-root .af-pane h5{margin-bottom:8px;font-size:13px}.landing-root .sumli{color:var(--ink-2);gap:7px;margin-bottom:7px;font-size:12px;line-height:1.5;display:flex}.landing-root .sumli:before{content:"•";color:var(--blue)}.landing-root .bmark{background:#f7f5f5;border-radius:12px;margin-bottom:8px;padding:9px 11px}.landing-root .bm-row{align-items:center;gap:9px;display:flex}.landing-root .bm-row .violin-img{object-fit:contain;flex:none;width:20px;height:26px}.landing-root .bm-eq{flex:1;align-items:center;gap:2px;height:20px;display:flex;overflow:hidden}.landing-root .bm-eq i{background:#93cbff;border-radius:8px;flex:none;width:2.5px}.landing-root .bm-dur{color:#73757d;font-variant-numeric:tabular-nums;font-size:11px;font-weight:700}.landing-root .bm-cap{color:#73757d;margin-top:5px;font-size:11px}.landing-root .af-player{border-top:1px solid var(--line);color:var(--ink-2);align-items:center;gap:10px;padding:11px 18px;font-size:11px;display:flex}.landing-root .af-player .play{background:var(--navy);width:30px;height:30px;color:var(--ivory);border-radius:50%;justify-content:center;align-items:center;font-size:10px;display:flex}.landing-root .af-player .bar{background:var(--line);border-radius:3px;flex:1;height:3px;position:relative}.landing-root .af-player .bar i{background:var(--blue);border-radius:3px;width:12%;position:absolute;top:0;bottom:0;left:0}.landing-root .pr-head{padding:16px 18px 6px}.landing-root .pr-head b{font-size:17px}.landing-root .pr-head small{color:var(--ink-2);font-size:12px;display:block}.landing-root .pr-input{border:1px solid var(--line);color:var(--ink-2);border-radius:11px;margin:10px 18px;padding:10px 12px;font-size:12px}.landing-root .pr-sug{padding:2px 18px 6px}.landing-root .pr-sug .cap{letter-spacing:.12em;color:var(--ink-2);margin-bottom:8px;font-size:10px}.landing-root .pr-li{color:var(--ink-2);align-items:flex-start;gap:9px;margin-bottom:9px;font-size:12px;line-height:1.45;display:flex}.landing-root .pr-li .pl{border:1.5px solid var(--blue);width:16px;height:16px;color:var(--blue);border-radius:5px;flex:none;justify-content:center;align-items:center;margin-top:1px;font-size:11px;display:flex}.landing-root .pr-cta{background:var(--navy);color:var(--ivory);text-align:center;border-radius:999px;margin:8px 18px 18px;padding:11px;font-size:13px;font-weight:700}.landing-root .tenuto-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px;display:grid}.landing-root .t-card{text-align:left;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:14px;padding:20px;transition:transform .45s cubic-bezier(.34,1.3,.4,1),opacity .35s,filter .35s,box-shadow .45s;display:flex}.landing-root .t-card h4{font-size:17px;font-weight:700}.landing-root .t-card .oneline{color:var(--ink-2);letter-spacing:-.4px;font-size:13.5px}.landing-root .t-card.active .oneline{font-weight:700}.landing-root .tenuto-grid.has-active .t-card:not(.active){opacity:.42;filter:grayscale(.55)}.landing-root .t-card.active{border-color:#cbd8f2;transform:translateY(-8px)scale(1.03);box-shadow:0 30px 56px -34px #081a3366}.landing-root .t-full{grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.6,.05,.2,1);display:grid}.landing-root .t-card.active .t-full{grid-template-rows:1fr}.landing-root .t-full p{color:var(--ink-2);font-size:13.5px;line-height:1.55;overflow:hidden}@media (min-width:981px){.landing-root #tenuto{transition:padding-top .45s cubic-bezier(.34,1.3,.4,1)}.landing-root #tenuto .tenuto-grid{transition:transform .45s cubic-bezier(.34,1.3,.4,1);position:relative}.landing-root #tenuto .tenuto-grid.has-active{z-index:3;transform:translateY(-22px)}.landing-root #tenuto .card-hint{transition:opacity .3s}.landing-root #tenuto .tenuto-grid.has-active~.card-hint{opacity:0}}@media (min-width:981px) and (max-height:820px){.landing-root #tenuto:has(.tenuto-grid.has-active){padding-top:clamp(24px,4vh,52px)}}.landing-root .mini{border:1px solid var(--line);background:#fcfafa;border-radius:13px;min-height:118px;padding:13px;font-size:11.5px}.landing-root .mini .cap{margin-bottom:8px;font-size:11px;font-weight:800}.landing-root .chk{color:var(--ink-2);align-items:center;gap:8px;margin-bottom:6px;display:flex}.landing-root .chk i{border:1.5px solid var(--blue);color:#fff;border-radius:4px;flex:none;justify-content:center;align-items:center;width:13px;height:13px;font-size:9px;display:flex}.landing-root .chk.done i{background:var(--blue)}.landing-root .pbar{background:var(--line);border-radius:4px;height:4px;margin-top:8px;position:relative}.landing-root .pbar i{background:var(--blue);border-radius:4px;width:50%;position:absolute;top:0;bottom:0;left:0}.landing-root .bars{align-items:flex-end;gap:5px;height:52px;margin-bottom:8px;display:flex}.landing-root .bars i{background:var(--blue);opacity:.85;border-radius:4px 4px 0 0;flex:1}.landing-root .streak{background:var(--blue-wash);color:var(--blue-ink);border-radius:999px;padding:3px 10px;font-size:10.5px;font-weight:700;display:inline-block}.landing-root .cal-head{justify-content:space-between;align-items:baseline;display:flex}.landing-root .cal-head span{color:#2e2e34}.landing-root .cal-head small{color:#4b4c52;font-size:10px;font-weight:600}.landing-root .cal{grid-template-columns:repeat(7,1fr);row-gap:4px;margin:4px 0 9px;display:grid}.landing-root .cal span{color:#3b3c43;font-variant-numeric:tabular-nums;border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:17px;height:17px;font-size:8.5px;display:flex}.landing-root .cal .dw{color:#a6a7ad;height:12px;font-size:7.5px;font-weight:700}.landing-root .cal .off{color:#a6a7ad}.landing-root .cal .did{color:#f7f5f5;background:#3b3c43;font-weight:700}.landing-root .pod-pending{border:1px solid var(--line);color:var(--ink-2);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:7px;padding:4px 8px;font-size:9.5px;display:flex}.landing-root .pod-pending i{color:#fff;background:#22252c;border-radius:50%;justify-content:center;align-items:center;width:13px;height:13px;font-size:8.5px;font-style:normal;font-weight:700;display:flex}.landing-root .pod-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.landing-root .pod-row:last-child{margin-bottom:0}.landing-root .pod-ic{object-fit:cover;border-radius:5px;flex:none;width:22px;height:22px}.landing-root .pod-ic.rc{color:#fff;background:#2e2e34;justify-content:center;align-items:center;font-size:9px;font-weight:800;display:flex}.landing-root .pod-row b{font-size:10.5px;line-height:1.15;display:block}.landing-root .pod-row small{color:var(--ink-2);align-items:center;gap:4px;font-size:9px;display:flex}.landing-root .avs{display:inline-flex}.landing-root .avs i{border:1.5px solid #fff;border-radius:50%;width:9px;height:9px;margin-left:-3px}.landing-root .avs i:first-child{margin-left:0}.landing-root .tunecard{border:1px solid var(--line);background:#fff;border-radius:9px;margin-bottom:8px;padding:6px 9px 8px}.landing-root .tunecard .lst{letter-spacing:.16em;color:var(--ink-2);font-size:7.5px;font-weight:700;display:block}.landing-root .t-main{justify-content:center;align-items:baseline;gap:6px;margin:1px 0 5px;display:flex}.landing-root .t-main b{font-size:17px}.landing-root .t-main span{color:var(--ink-2);font-size:8.5px}.landing-root .t-main em{color:#e8506e;font-style:normal;font-weight:700}.landing-root .t-ticks{justify-content:center;align-items:center;gap:2px;display:flex}.landing-root .t-ticks i{background:#c9cdd6;border-radius:2px;width:1.5px;height:7px}.landing-root .t-ticks i:nth-child(3n){height:10px}.landing-root .t-ticks i.tgt{background:#3e9b63;width:2px;height:14px}.landing-root .t-ticks i.cur{background:#e8506e;width:2px;height:14px}.landing-root .metrocard{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:10px;padding:8px 9px;display:flex}.landing-root .m-dial{border:2px dotted #c4c8d1;border-radius:50%;flex:none;width:34px;height:34px;position:relative}.landing-root .m-dial i{background:var(--blue);border-radius:2px;width:2.5px;height:7px;position:absolute;top:-4px;left:50%;transform:translate(-50%)}.landing-root .m-dial em{background:#f1efef;border-radius:50%;position:absolute;inset:5px}.landing-root .m-col{text-align:center;flex:1;min-width:0}.landing-root .m-col b{font-size:12.5px;line-height:1.15;display:block}.landing-root .m-col small{color:var(--ink-2);font-size:8.5px;display:block}.landing-root .m-col .sig{margin-top:1px;font-size:9.5px;font-weight:700}.landing-root .m-vol{align-items:center;gap:5px;margin-top:4px;display:flex}.landing-root .m-vol .ln{background:#ded9ce;border-radius:2px;flex:1;height:2px;position:relative}.landing-root .m-vol .ln i{background:#22252c;border-radius:50%;width:7px;height:7px;position:absolute;top:50%;right:8%;transform:translateY(-50%)}.landing-root .stackzone{min-height:520px;position:relative}.landing-root .stackphoto{will-change:transform;background-position:50%;background-repeat:no-repeat;background-size:cover;border:5px solid #fff;border-radius:14px;position:absolute;top:50%;left:50%;box-shadow:0 24px 44px -26px #081a3373}.landing-root .stackphoto.p1{aspect-ratio:760/507;z-index:1;background-color:#ddd6c9;background-image:url(/images/lessons/cello-lesson.webp)}.landing-root .stackphoto.p2{aspect-ratio:760/507;z-index:3;background-color:#ddd6c9;background-image:url(/images/lessons/guitar-lesson.webp)}.landing-root .stackphoto.p3{aspect-ratio:562/760;z-index:2;background-color:#1e2b44;background-image:url(/images/lessons/piano-lesson.webp)}.landing-root .stackphoto.p4{aspect-ratio:760/507;z-index:4;background-color:#ddd6c9;background-image:url(/images/lessons/violin-lesson.webp)}.landing-root .tech{background:var(--navy);color:var(--ivory);position:relative;overflow:hidden}.landing-root .tech:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(58% 50% at 50% 56%,#1560e83d,#0000 72%),radial-gradient(40% 40% at 84% 34%,#7cf0ff1c,#0000 68%),radial-gradient(46% 50% at 10% 92%,#1560e81f,#0000 72%);position:absolute;inset:0}.landing-root .tech .inner,.landing-root .tech .techband{z-index:1;position:relative}.landing-root .tech .inner>p.big{max-width:66ch;color:var(--ivory-dim);text-align:center;margin:0 auto}.landing-root .tech h2.tt{text-align:center;color:var(--ivory);margin:0 auto 20px;font-size:clamp(30px,4vw,52px)}.landing-root .tech h2.tt em{color:#8fc2ff;text-shadow:0 0 26px #4d9bff8c;font-style:italic;font-weight:400;display:block}.landing-root .tt .tmask,.landing-root h1 .tmask{margin-bottom:-.08em;padding-bottom:.08em;display:block;overflow:hidden}.landing-root .tt .trise,.landing-root h1 .trise{will-change:transform;display:block}.landing-root .techband{margin:clamp(24px,4vh,48px) calc(-1*var(--pad-x));padding:clamp(40px,5.5vh,64px) var(--pad-x);position:relative}.landing-root .band-viz{position:absolute;inset:0;overflow:hidden}.landing-root #soundWaves{opacity:.8;filter:drop-shadow(0 0 7px #4d9bff8c);width:100%;height:100%;position:absolute;inset:0}.landing-root .duo{z-index:2;grid-template-columns:1fr 1fr;gap:clamp(26px,7vw,120px);max-width:920px;margin:0 auto;display:grid;position:relative}.landing-root .duo-card{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#ffffff0b;border:1px solid #8fb4e83d;border-radius:16px;padding:26px;transition:border-color .4s,background .4s,transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 22px 46px -30px #000000a6,inset 0 1px #ffffff0f}.landing-root .duo-card:hover{background:#ffffff13;border-color:#6fd3ff99;transform:translateY(-3px);box-shadow:0 28px 56px -28px #000000b3,0 0 34px -8px #4d9bff66,inset 0 1px #ffffff1a}.landing-root .duo-card .cap{letter-spacing:.2em;color:#8fc2ff;text-shadow:0 0 14px #4d9bff73;margin-bottom:8px;font-size:12px;font-weight:800}.landing-root .duo-card p{color:var(--ivory-dim);max-width:44ch;font-size:14.5px}.landing-root .mq{display:flex;position:absolute;left:0;right:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.landing-root .mq .track{white-space:nowrap;flex-shrink:0;align-items:center;animation:58s linear infinite lnMq;display:flex}.landing-root .mq.rev .track{animation-duration:72s;animation-direction:reverse}.landing-root .mq span{font-family:var(--music);color:#8fb4e8;padding:0 14px;font-size:21px;font-style:italic}.landing-root .mq span.hl{color:#7fc8ff;text-shadow:0 0 12px #6fd3ff99}.landing-root .mq span.gd{color:#a6e4ff;text-shadow:0 0 15px #7cf0ffbf}.landing-root .mq .sep{color:#8fb4e861;font-family:var(--sans);font-style:normal}@keyframes lnMq{to{transform:translate(-50%)}}.landing-root .mq.m1{top:calc(50% - 44px)}.landing-root .mq.m2{top:calc(50% + 12px)}.landing-root .ensemble{background:var(--navy-2);color:var(--ivory)}.landing-root .ensemble .movement-head h2{color:var(--ivory)}.landing-root .ensemble .movement-head .lede{color:var(--ivory-dim)}.landing-root .ens-split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(28px,5vw,80px);min-height:58vh;display:grid}.landing-root .role{border-top:1px solid var(--rule);padding:18px 0}.landing-root .role:last-child{border-bottom:1px solid var(--rule)}.landing-root .role .rl{font-family:var(--sans);letter-spacing:.3em;text-transform:uppercase;color:var(--ivory-dim);font-size:12px;font-weight:500;line-height:1.3;transition:color .4s}.landing-root .role.on .rl{color:#8fb4e8}.landing-root .ensemble .role:hover .rl{color:var(--ivory)}.landing-root .role .rbody{grid-template-rows:0fr;transition:grid-template-rows .6s cubic-bezier(.6,.05,.2,1);display:grid}.landing-root .role.on .rbody{grid-template-rows:1fr}.landing-root .role .rin{overflow:hidden}.landing-root .role h3{color:var(--ivory);margin:10px 0;font-size:clamp(24px,2.6vw,36px)}.landing-root .role p{color:var(--ivory-dim);max-width:42ch;font-size:15.5px}.landing-root .role a{color:#8fb4e8;margin-top:10px;display:inline-block}.landing-root .tri-zone{justify-content:center;display:flex}.landing-root #triSvg{width:min(480px,64vh,92%);overflow:visible}.landing-root .v-label{font-family:var(--music);fill:var(--ivory-dim);font-size:19px;font-style:italic;transition:fill .5s,font-size .5s,filter .5s}.landing-root .v-label.on{fill:#8fb4e8;filter:drop-shadow(0 0 7px #8fb4e899);font-size:23.5px;font-weight:600}.landing-root .marquee{cursor:grab;scrollbar-width:none;-ms-overflow-style:none;margin-top:10px;display:flex;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.landing-root .marquee::-webkit-scrollbar{display:none}.landing-root .marquee.dragging{cursor:grabbing}.landing-root .marquee .mtrack{flex-shrink:0;gap:20px;padding:10px 20px 44px;display:flex}.landing-root .q-card{background:var(--card);border:1px solid var(--line);border-radius:20px;flex-direction:column;flex:none;gap:18px;width:min(384px,82vw);padding:28px 30px;display:flex;box-shadow:0 26px 52px -40px #081a336b}.landing-root .q-top{justify-content:space-between;align-items:flex-start;display:flex}.landing-root .q-mark{font-family:var(--music);color:var(--blue);font-size:44px;font-style:italic;font-weight:600;line-height:.72}.landing-root .q-tag{background:var(--blue-wash);color:var(--blue-ink);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;flex:none;padding:5px 13px;font-size:10.5px;font-weight:800}.landing-root .q-card blockquote{color:var(--ink);flex:1;font-size:15.5px;line-height:1.66}.landing-root .q-who{border-top:1px solid var(--line);align-items:center;gap:15px;margin-top:auto;padding-top:22px;display:flex}.landing-root .q-av{object-fit:cover;object-position:center;background:var(--line);width:64px;height:64px;box-shadow:0 0 0 4px var(--paper),0 0 0 5px var(--line);border-radius:50%;flex:none}.landing-root .q-who b{letter-spacing:-.01em;font-size:15px;display:block}.landing-root .q-who small{color:var(--ink-2);margin-top:2px;font-size:12.5px;line-height:1.4;display:block}.landing-root .safe{background:var(--navy);color:var(--ivory)}.landing-root .safe .movement-head h2{color:var(--ivory)}.landing-root .safe .tempo{color:#8fb4e8}.landing-root .safe .cage{font-family:var(--music);color:var(--ivory-dim);margin-bottom:6px;font-size:17px;font-style:italic}.landing-root .safe-grid{grid-template-columns:1fr 1fr;gap:18px;max-width:1020px;display:grid}.landing-root .safe-item{border:1px solid var(--rule);background:#ffffff0a;border-radius:16px;grid-template-columns:56px 1fr;align-items:start;gap:16px;padding:26px 24px;transition:border-color .45s,background .45s,transform .45s,box-shadow .45s;display:grid}.landing-root .safe-item:hover{background:#ffffff0f;border-color:#f0a93c80;transform:translateY(-3px);box-shadow:0 18px 40px -26px #0000008c}.landing-root .dyn{font-family:var(--music);color:var(--gold);text-shadow:0 0 16px #f0a93c59;font-size:34px;font-style:italic;font-weight:600;line-height:1}.landing-root .safe-item h4{color:var(--ivory);margin-bottom:6px;font-size:18px}.landing-root .safe-item p{color:var(--ivory-dim);max-width:64ch;font-size:15px}.landing-root .safe-item a{color:#8fb4e8}.landing-root .cres .intro{max-width:62ch;color:var(--ink-2);margin-bottom:52px}.landing-root .cres-stage{padding:clamp(48px,8vh,96px) 0 clamp(28px,4vh,48px);position:relative}.landing-root #hairpin{pointer-events:none;filter:drop-shadow(0 3px 14px #f0a93c66);width:100%;height:100%;position:absolute;inset:0}.landing-root .stops{z-index:1;grid-template-columns:repeat(4,1fr);gap:26px;display:grid;position:relative}.landing-root .cres .stop{-webkit-backdrop-filter:blur(9px)saturate(1.3);backdrop-filter:blur(9px)saturate(1.3);background:#ffffff80;border:1px solid #ffffffd9;border-radius:16px;padding:22px 20px 24px;box-shadow:0 22px 44px -30px #081a336b,inset 0 1px #fff9}.landing-root .stop .d{font-family:var(--music);color:var(--gold);font-size:30px;font-style:italic;font-weight:600}.landing-root .stop .l{letter-spacing:.16em;text-transform:uppercase;color:var(--ink-2);margin:8px 0 6px;font-size:11.5px;font-weight:700}.landing-root .stop h4{margin-bottom:6px;font-size:17px}.landing-root .stop h4 em{font-family:var(--music);font-weight:600}.landing-root .stop p{color:var(--ink-2);font-size:13.5px}.landing-root #faq{background:var(--navy);color:var(--ivory)}.landing-root #faq .movement-head h2{color:var(--ivory)}.landing-root #faq .tempo{color:#8fb4e8}.landing-root #faqList{flex-direction:column;gap:14px;max-width:820px;margin:0 auto;display:flex}.landing-root .faq-item{background:var(--paper);border:1px solid var(--line);border-radius:16px;transition:border-color .4s,box-shadow .4s;overflow:hidden;box-shadow:0 24px 50px -34px #0000008c}.landing-root .faq-item.open{border-color:#cbd8f2}.landing-root .faq-q{text-align:left;width:100%;color:var(--navy);justify-content:space-between;align-items:center;gap:18px;padding:22px 24px;font-size:17.5px;font-weight:400;display:flex}.landing-root .faq-item.open .faq-q{font-weight:700}.landing-root .faq-q .fermata{flex:none;width:30px;height:20px;transition:transform .45s cubic-bezier(.6,.05,.2,1);position:relative}.landing-root .faq-q .fermata:before{content:"";border:1.5px solid var(--blue);border-bottom:none;border-radius:15px 15px 0 0;position:absolute;inset:0 0 4px}.landing-root .faq-q .fermata:after{content:"";background:var(--blue);border-radius:50%;width:4px;height:4px;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.landing-root .faq-item.open .fermata{transform:rotate(180deg)}.landing-root .faq-a{grid-template-rows:0fr;transition:grid-template-rows .55s cubic-bezier(.6,.05,.2,1);display:grid}.landing-root .faq-item.open .faq-a{grid-template-rows:1fr}.landing-root .faq-a>div{overflow:hidden}.landing-root .faq-a p{color:var(--ink-2);max-width:70ch;padding:0 24px 22px;font-size:15px}.landing-root #faq .faq-more{text-align:center;color:var(--ivory-dim);margin-top:28px;font-weight:600}.landing-root #faq .faq-more a{color:#8fb4e8}.landing-root .team p{max-width:70ch;color:var(--ink-2)}.landing-root .team .links{margin-top:18px;font-weight:600}.landing-root .team .links a{align-items:center;gap:6px;display:inline-flex}.landing-root .team .links a svg{transition:transform .2s}.landing-root .team .links a:hover svg{transform:translate(3px)}.landing-root .team-split{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(30px,5vw,66px);margin-top:6px;display:grid}.landing-root .team-split .team-copy p{max-width:52ch}.landing-root .team-split .team-copy p+p{margin-top:1.1em}.landing-root .site-card{border:1px solid var(--line);background:var(--card);border-radius:16px;transition:transform .4s cubic-bezier(.6,.05,.2,1),box-shadow .4s;display:block;position:relative;overflow:hidden;box-shadow:0 30px 60px -42px #081a3373}.landing-root .site-card:hover{text-decoration:none;transform:translateY(-5px);box-shadow:0 44px 74px -42px #081a338c}.landing-root .site-bar{border-bottom:1px solid var(--line);background:#f1efe8;align-items:center;gap:7px;padding:11px 15px;display:flex}.landing-root .site-bar i{background:#cbc8bc;border-radius:50%;flex:none;width:9px;height:9px}.landing-root .site-url{color:var(--ink-2);background:var(--card);border:1px solid var(--line);border-radius:999px;margin-left:8px;padding:3px 14px;font-size:12px}.landing-root .site-shot{width:100%;height:auto;display:block}.landing-root .site-cta{background:var(--navy);color:var(--ivory);opacity:0;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12.5px;font-weight:600;transition:opacity .4s,transform .4s;display:flex;position:absolute;bottom:14px;right:14px;transform:translateY(6px)}.landing-root .site-card:hover .site-cta{opacity:1;transform:translateY(0)}.landing-root .cta{background:var(--navy);color:var(--ivory);text-align:center;padding:clamp(100px,15vh,180px) var(--pad-x)}.landing-root .cta .fine{font-family:var(--music);color:#8fb4e8;margin-bottom:14px;font-size:22px;font-style:italic}.landing-root .cta h2{color:var(--ivory);margin-bottom:20px;font-size:clamp(38px,5vw,70px)}.landing-root .cta-prose{color:var(--ivory-dim);max-width:52ch;margin:0 auto 36px}.landing-root .cta-cap{color:var(--ivory);margin-top:1.1em;font-weight:700;display:block}.landing-root .cta .badges{justify-content:center}.landing-root .cta-copy{color:var(--ivory-dim);margin-top:24px;font-size:12.5px}.landing-root .score-rail{height:var(--rail-h);z-index:230;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--rule);background:#081a33ed;transition:transform .5s cubic-bezier(.6,.05,.2,1);position:fixed;bottom:0;left:0;right:0}@media (max-width:840px),(max-height:800px){.landing-root{--rail-h:0px}.landing-root .score-rail{display:none}}.landing-root.ens-active .score-rail,.landing-root.foot-active .score-rail{transform:translateY(110%)}.landing-root .score-rail svg{width:100%;height:100%}.landing-root .rail-hit{cursor:pointer}.landing-root .rail-hit:hover{fill:#8fb4e814}.landing-root .m-note{transition:opacity .5s,filter .5s}.landing-root .m-note ellipse,.landing-root .m-note line{transition:fill .5s,stroke .5s}.landing-root .m-note.ahead{opacity:.28}.landing-root .m-note.played{opacity:.62}.landing-root .m-note.current{opacity:1;filter:drop-shadow(0 0 6px #f0a93c8c)}.landing-root .m-label{fill:#f4f1e873;transition:fill .4s}.landing-root .m-label.hov{fill:#f4f1e8}.landing-root .m-label.current{fill:#f0a93c;filter:drop-shadow(0 0 5px #f0a93c80)}.landing-root [data-reveal]{will-change:transform}@media (max-width:980px){.landing-root .hero{padding-top:calc(var(--nav-h) + 26px);grid-template-columns:1fr;min-height:0}.landing-root .hero-stage{min-height:480px;margin-top:10px}.landing-root .split,.landing-root .duo,.landing-root .ens-split,.landing-root .safe-grid,.landing-root .team-split{grid-template-columns:1fr}.landing-root .hiw-eyebrow .hiw-term{display:none}.landing-root .tenuto-grid{grid-template-columns:1fr 1fr}.landing-root .stops{grid-template-columns:1fr 1fr;gap:34px}.landing-root .coda-stage{min-height:0;padding-bottom:26px;display:grid;overflow:hidden}.landing-root .coda-stage.anim .appframe{grid-area:1/1}.landing-root .appframe{width:100%;margin:0 auto;position:relative}.landing-root .tri-zone{order:-1}}@media (max-width:560px){.landing-root .tenuto-grid,.landing-root .stops{grid-template-columns:1fr}.landing-root .dots{display:none}}@media (prefers-reduced-motion:reduce){.landing-root *{transition-duration:.01ms!important;animation:none!important}.landing-root{scroll-behavior:auto}.landing-root .deck .hiw-card{height:auto;margin-bottom:26px;position:relative}.landing-root .dwell{display:none!important}}
