@charset "UTF-8";
:root {
  color-scheme: dark;
  --bg: #09090b;
  --panel: #101012;
  --raised: #151517;
  --line: #29292d;
  --text: #f5f5f4;
  --body: #b6b6bc;
  --muted: #898990;
  --accent: #a78bfa;
  --sans: "Plus Jakarta Sans", Arial, sans-serif;
  --mono: "Space Mono", ui-monospace, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a, summary, input { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; }
a { color: inherit; text-decoration: none; }
button, a, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
button:focus:not(:focus-visible) { outline: none; }
::selection { background: var(--accent); color: var(--bg); }
img, video { display: block; max-width: 100%; height: auto; }
video { object-fit: contain; }
figure { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 900; color: var(--text); }
h1 { font-size: clamp(3.5rem, 5.1vw, 4.75rem); line-height: 1.04; letter-spacing: -.055em; margin-bottom: 25px; }
h2 { font-size: clamp(2rem, 3.3vw, 3rem); line-height: 1.18; letter-spacing: -.045em; margin-bottom: 24px; }
h3 { font-size: 1.25rem; line-height: 1.4; letter-spacing: -.025em; margin-bottom: 14px; }
p { color: var(--body); margin-bottom: 20px; }
.container { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.eyebrow { font-family: var(--mono); font-size: .75rem; font-weight: 400; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 23px; }
.accent { color: var(--accent); }
.fine, figcaption { font-family: var(--mono); font-size: .75rem; line-height: 1.8; color: var(--muted); }
.muted { color: var(--muted); }
.skip-link { position: absolute; z-index: 100; left: 20px; top: -60px; padding: 12px 20px; background: var(--accent); color: var(--bg); }
.skip-link:focus { top: 12px; }
.site-header { height: 76px; border-bottom: 1px solid #202023; background: rgba(9,9,11,.95); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.studio-logo { display: block; flex-shrink: 0; width: 76px; }
.studio-logo img { width: 76px; height: auto; }
.studio-nav { display: flex; gap: 34px; padding-left: 90px; }
.studio-nav a, .header-actions { font-family: var(--mono); font-size: .875rem; }
.studio-nav a, .manual-link { color: var(--body); }
.studio-nav a:hover, .manual-link:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 28px; }
.manual-link span { margin-left: 5px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 50px; padding: 12px 22px; border-radius: 4px; border: 1px solid var(--accent); background: var(--accent); color: #111305; font-family: var(--mono); font-size: .875rem; line-height: 1.5; transition: background .18s, border-color .18s; }
.button:hover { background: #c4b5fd; border-color: #c4b5fd; }
.button span { border-left: 1px solid #7c3aed; padding-left: 23px; }
.button-small { min-height: 38px; padding: 8px 18px; border-radius: 24px; font-size: .875rem; }
.button-outline { background: transparent; border-color: #44444b; color: var(--text); }
.button-outline:hover { background: #1c1c1f; border-color: #66666b; }
.text-button { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 8px 0; border: 0; background: none; font-family: var(--mono); font-size: .875rem; }
.text-button:hover, .small-link:hover { color: var(--accent); }
.icon { width: 22px; height: 22px; }
.hero-section { position: relative; isolation: isolate; overflow: hidden; }
.hero-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: .52; }
.hero-section::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg,rgba(9,9,11,.78),rgba(9,9,11,.3)), linear-gradient(0deg,#09090b 0%,transparent 40%,rgba(9,9,11,.15) 100%); }
.hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.35fr); gap: 64px; align-items: center; padding-block: 66px 68px; }
.hero-copy { min-width: 0; }
.hero-copy > .eyebrow { font-size: .75rem; letter-spacing: .035em; margin-bottom: 26px; display: flex; align-items: center; gap: 18px; }
.version { color: var(--body); }
.product-logo { width: 248px; height: auto; margin-bottom: 34px; }
.hero-description { max-width: 450px; font-size: 1rem; line-height: 1.85; font-family: var(--mono); margin-bottom: 28px; }
.hero-actions { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.format-note { font-family: var(--mono); font-size: .75rem; line-height: 1.9; margin: 23px 0 0; color: #c2c2c8; }
.format-note span { color: var(--muted); }
.hero-stage { min-width: 0; padding-top: 18px; }
.stage-top { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 15px; font-family: var(--mono); font-size: .75rem; letter-spacing: .065em; text-transform: uppercase; color: var(--muted); }
.stage-top span:last-child { color: #b0b0b8; }
.screen { position: relative; background: #111; border: 1px solid #36363a; border-radius: 7px; overflow: hidden; box-shadow: 0 22px 60px rgba(0,0,0,.32); aspect-ratio: 886/585; }
.screen video { width: 100%; height: 100%; object-fit: contain; }
.motion-toggle { position: absolute; right: 12px; bottom: 12px; width: 32px; height: 32px; border: 1px solid #686872; background: #0b0b0dd9; color: #fff; border-radius: 50%; font-family: var(--mono); opacity: 1; transition: opacity .15s; }
.screen:hover .motion-toggle, .motion-toggle:focus-visible { opacity: 1; }
.screen-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-bottom: 1px solid var(--line); }
.screen-tabs button { border: 0; border-bottom: 2px solid transparent; background: none; min-height: 56px; padding: 14px 4px; color: var(--muted); font-family: var(--mono); font-size: .875rem; text-align: left; white-space: nowrap; }
.screen-tabs button:not(:first-child) { padding-left: 14px; }
.tab-index { font-size: .75rem; margin-right: 15px; opacity: .55; }
.screen-tabs button[aria-selected="true"] { color: var(--accent); border-bottom-color: var(--accent); }
.screen-tabs button:hover { color: white; }
.stage-caption { min-height: 3em; margin: 14px 0 0; font-family: var(--mono); font-size: .75rem; line-height: 1.7; color: var(--muted); }
.listening-section { background: #111113; border-block: 1px solid var(--line); }
.listening-inner { display: grid; grid-template-columns: .82fr 1.35fr; gap: 64px; align-items: center; padding-block: 28px; }
.listening-copy { display: flex; gap: 34px; align-items: center; }
.listening-copy h2 { font-size: 1.3125rem; margin: 0; white-space: nowrap; letter-spacing: -.025em; }
.listening-copy p { font-size: .75rem; font-family: var(--mono); line-height: 1.8; margin: 0; color: var(--muted); }
.audio-player { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; min-width: 0; }
.audio-controls { display: flex; align-items: center; gap: 18px; min-width: 0; }
.play-button { width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; border: 1px solid #44444a; color: var(--accent); background: none; display: grid; place-items: center; }
.play-button:hover { border-color: var(--accent); }
.play-button svg { width: 22px; height: 22px; }
.audio-track { flex: 1; min-width: 0; }
.track-heading { display: flex; justify-content: space-between; gap: 12px; font-family: var(--mono); font-size: .75rem; color: var(--body); }
.waveform-wrap { position: relative; height: 38px; margin-top: 4px; }
#demo-waveform { width: 100%; height: 38px; }
#audio-seek { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.waveform-wrap:focus-within { outline: 1px solid var(--accent); outline-offset: 4px; }
.track-choices { display: flex; align-items: center; gap: 8px; }
.track-choices button { background: none; border: 1px solid var(--line); border-radius: 3px; color: var(--muted); width: 48px; min-height: 49px; padding: 6px; font-family: var(--mono); font-size: .875rem; }
.track-choices button span { display: block; font-size: .75rem; line-height: 1.6; }
.track-choices button[aria-pressed="true"] { color: var(--accent); border-color: #778229; background: #a78bfa05; }
.media-error { color: #ffd6ab; font-size: .875rem; grid-column: 1/-1; margin: 0; }
.media-error a { text-decoration: underline; }
.page-nav { display: flex; gap: 34px; font: .875rem/1.6 var(--mono); padding-block: 24px; border-bottom: 1px solid var(--line); overflow-x: auto; white-space: nowrap; color: var(--muted); }
.page-nav a:hover { color: var(--text); }
.section { padding-block: 95px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; margin-bottom: 48px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p, .section-heading > div > p:not(.eyebrow) { font-family: var(--mono); font-size: 1rem; line-height: 1.85; max-width: 530px; }
.section-heading > p { margin: 0; }
.section-heading > div > p:last-child { margin-bottom: 0; }
.feature-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.feature-columns article { border-top: 1px solid var(--line); padding-top: 25px; }
.feature-label { display: block; font: .75rem/1.5 var(--mono); color: var(--muted); margin-bottom: 26px; }
.feature-columns h3 { font-size: 1.1875rem; }
.feature-columns p { font-size: 1rem; }
.feature-columns .fine { font-family: var(--mono); font-size: .75rem; line-height: 1.9; }
.demo-section { display: grid; grid-template-columns: 1.65fr 1fr; gap: 45px; align-items: start; margin-top: 58px; }
.video-panel { position: relative; aspect-ratio: 16/9; border: 1px solid var(--line); background: #030304; border-radius: 5px; overflow: hidden; }
.video-panel iframe { border: 0; display: block; width: 100%; height: 100%; }
.video-list { min-width: 0; }
.video-list .eyebrow { margin-bottom: 9px; }
.video-list h3 { font-size: 1.5rem; margin-bottom: 18px; }
.video-choice { display: grid; grid-template-columns: 20px 1fr 12px; gap: 13px; width: 100%; text-align: left; padding: 14px 0; background: none; border: 0; border-top: 1px solid var(--line); color: var(--muted); }
.video-choice b { font-size: 1rem; font-weight: 900; display: block; }
.video-choice small { font-size: .875rem; line-height: 1.55; display: block; margin-top: 6px; color: var(--muted); }
.video-number, .video-arrow { font-family: var(--mono); font-size: .75rem; padding-top: 3px; }
.video-choice[aria-pressed="true"] b, .video-choice[aria-pressed="true"] .video-number { color: var(--accent); }
.video-choice[aria-pressed="true"] { border-top-color: #7c892c; }
.video-choice:hover b { color: white; }
.small-link { font: .75rem/1.6 var(--mono); color: var(--body); display: inline-block; margin-top: 12px; text-underline-offset: 5px; }
.shaded { background: var(--panel); border-block: 1px solid #232327; }
.shaping-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px 46px; }
.shaping-grid article { border-top: 1px solid #303034; padding-top: 24px; }
.shaping-grid h3 { font-size: 1.125rem; }
.shaping-grid p { font-size: 1rem; margin: 0; }
.catalogue-layout { display: grid; grid-template-columns: .75fr 1.3fr; gap: 120px; align-items: start; }
.catalogue-intro { position: sticky; top: 130px; }
.catalogue-intro > p:not(.eyebrow) { max-width: 360px; }
.catalogue-total { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 23px; }
.catalogue-total strong { font-size: 2.3rem; font-family: var(--sans); font-weight: 400; letter-spacing: -.045em; color: #dddddf; }
.catalogue-total strong span { color: var(--accent); }
.catalogue-total p { font: .75rem/1.7 var(--mono); color: var(--muted); margin: 8px 0 0; }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.engine-family { border-top: 1px solid var(--line); }
.engine-family:last-child { border-bottom: 1px solid var(--line); }
.engine-family summary { display: grid; grid-template-columns: 30px 1fr 35px 18px; gap: 20px; align-items: center; padding: 25px 0; font-size: 1.0625rem; }
.engine-family summary > span:nth-child(2) { font-weight: 900; }
.family-index, .family-count { font: .75rem/1.5 var(--mono); color: var(--muted); }
.family-count { text-align: right; }
.family-open { color: var(--muted); font-size: 1.25rem; line-height: 1; text-align: center; }
.engine-family[open] summary { color: var(--accent); }
.engine-family[open] .family-open { transform: rotate(45deg); color: var(--accent); }
.family-list { padding: 0 0 20px 50px; }
.engine-entry { padding: 18px 0; border-top: 1px solid #202023; }
.engine-entry h3 { display: flex; align-items: baseline; gap: 14px; font: 900 .875rem/1.6 var(--mono); margin: 0 0 4px; letter-spacing: 0; }
.engine-entry h3 span { color: var(--muted); font-size: .75rem; }
.engine-entry p { font-size: .875rem; line-height: 1.7; margin: 0; }
.sharing-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 140px; align-items: center; }
.sharing-copy p:not(.eyebrow) { max-width: 500px; line-height: 1.85; }
.share-image { width: 280px; max-width: 100%; justify-self: center; }
.share-image img { width: 100%; border: 1px solid #3b3b40; border-radius: 6px; }
.share-image figcaption { text-align: center; margin-top: 15px; font-size: .75rem; }
.playground-section { padding-block: 65px; }
.playground-details > summary { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.playground-details > summary h2 { font-size: clamp(1.8rem,2.6vw,2.3rem); margin-bottom: 13px; }
.playground-details > summary p:last-child { margin-bottom: 0; }
.playground-details .eyebrow { margin-bottom: 15px; }
.summary-open { width: 44px; height: 44px; border: 1px solid #44444c; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; color: var(--accent); font-size: 1.5rem; }
.playground-details[open] > summary .summary-open { transform: rotate(45deg); }
.playground-body { margin-top: 42px; border: 1px solid #38383e; border-radius: 5px; padding: 28px; background: #121214; }
.playground-top { display: flex; gap: 20px; align-items: center; justify-content: space-between; }
.playground-top .eyebrow { margin: 0; }
#web-model-name { color: var(--accent); }
#scope { display: block; width: 100%; height: 140px; background: #080809; border: 1px solid #242428; margin-block: 23px; }
.synth-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.synth-parameters { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 28px; padding-block: 32px 24px; margin-top: 10px; border-bottom: 1px solid var(--line); }
.synth-knob { --knob-value: 50; --knob-opacity: 1; display: flex; flex-direction: column; align-items: center; min-width: 0; gap: 6px; }
.synth-knob label { color: #c4c4c8; font: 700 .875rem/1.4 var(--sans); letter-spacing: .035em; text-transform: uppercase; text-align: center; cursor: ns-resize; }
.synth-knob output { position: absolute; inset: 0; display: grid; place-items: center; padding-bottom: 2px; color: var(--accent); font: 800 1.25rem/1 var(--sans); font-variant-numeric: tabular-nums; pointer-events: none; }
.knob-control { position: relative; width: clamp(76px,8vw,100px); max-width: 100%; aspect-ratio: 1; border-radius: 50%; cursor: ns-resize; }
.knob-ring { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; stroke-width: 11; stroke-linecap: round; pointer-events: none; }
.knob-track { stroke: #282c12; }
.knob-progress { stroke: var(--accent); stroke-dasharray: var(--knob-value) 100; opacity: var(--knob-opacity); }
.knob-control input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ns-resize; touch-action: none; }
.knob-control:hover .knob-progress, .synth-knob.is-dragging .knob-progress { stroke: #c4b5fd; }
.knob-control:focus-within { outline: 2px solid var(--accent); outline-offset: 5px; }
.synth-knob.is-dragging { user-select: none; }
.synth-models { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; border: none; padding: 20px 0 0; margin: 22px 0; }
.synth-models legend { font: .75rem/1.6 var(--mono); color: var(--muted); }
.synth-models label { display: flex; align-items: flex-start; gap: 13px; cursor: pointer; }
.synth-models input { accent-color: var(--accent); margin-top: 7px; }
.synth-models b { display: block; font: 900 .875rem/1.7 var(--mono); }
.synth-models small { display: block; color: var(--muted); font-size: .875rem; margin-top: 6px; }
.preview-disclaimer { margin: 0; }
.hardware-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: start; }
.hardware-layout figcaption { margin-top: 15px; }
.hardware-copy h3 { font-size: 1.75rem; }
dl { margin: 0; }
.hardware-highlights > div, .spec-details dl > div { border-top: 1px solid var(--line); padding: 13px 0; display: grid; grid-template-columns: 105px 1fr; gap: 24px; }
dt { font: .75rem/1.8 var(--mono); color: var(--muted); }
dd { font-size: .875rem; line-height: 1.7; color: var(--body); margin: 0; }
.spec-details { margin-top: 15px; }
.spec-details summary, .more-quotes summary { font: .875rem/1.6 var(--mono); color: var(--text); padding: 14px 0; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #3d3d45; }
.spec-details summary span, .more-quotes summary span { color: var(--accent); }
.spec-details[open] summary span, .more-quotes[open] summary span { transform: rotate(45deg); }
.spec-details dl { padding-block: 12px 0; }
.compact-heading { margin-bottom: 40px; }
.quotes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px; }
.quotes figure { border-top: 1px solid #4c4c50; padding-top: 26px; }
blockquote { font-size: 1.125rem; line-height: 1.75; margin: 0; color: #d0d0d4; letter-spacing: -.018em; }
.quotes figcaption { margin-top: 22px; color: var(--muted); }
.quotes figcaption a:hover { color: var(--accent); }
.more-quotes { margin-top: 38px; }
.more-quotes summary { border-color: var(--line); color: var(--body); }
.additional-quotes { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 38px; margin-top: 20px; }
.additional-quotes blockquote { font-size: 1rem; }
.purchase-section { border-top: 1px solid var(--line); background: #111015; }
.purchase-grid { display: grid; grid-template-columns: 1.3fr 1fr; border: 1px solid #39313f; background: var(--bg); }
.purchase-grid article { padding: 36px; }
.desktop-purchase { border-top: 2px solid var(--accent); }
.ios-purchase { border-left: 1px solid var(--line); border-top: 2px solid #41413d; }
.purchase-title { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; }
.purchase-title h3 { font-size: 1.75rem; margin: 0; }
.price { font-size: 2.875rem; color: var(--accent); letter-spacing: -.06em; line-height: 1.2; margin: 0; font-family: var(--sans); white-space: nowrap; }
.purchase-fine { font: .75rem/1.8 var(--mono); color: var(--muted); margin-top: 15px; }
.purchase-features { padding-left: 16px; margin-block: 26px 32px; color: var(--body); }
.purchase-features li { font-size: .875rem; padding: 5px 0 5px 7px; }
.purchase-features li::marker { color: var(--muted); font-size: .6em; }
.purchase-button { width: 100%; justify-content: space-between; }
.checkout-note { margin: 16px 0 0; font-size: .75rem; }
.desktop-purchase .small-link { font-size: .75rem; }
.ios-purchase .purchase-title { min-height: 55px; align-items: center; }
.ios-note { padding: 13px 0; border-top: 1px solid var(--line); margin-bottom: 13px; font: .875rem/1.7 var(--mono); color: var(--body); }
.site-footer { padding-block: 65px 28px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.65fr 1fr 1fr 1fr; gap: 42px; }
.footer-grid h2 { color: var(--muted); font: 900 .75rem/1.5 var(--mono); letter-spacing: .045em; text-transform: uppercase; margin-bottom: 23px; }
.footer-grid a { display: block; color: var(--body); font: .875rem/1.8 var(--mono); margin-bottom: 11px; }
.footer-grid a:hover { color: var(--accent); }
.footer-studio img { width: 93px; height: auto; margin-bottom: 28px; }
.footer-studio p { font-size: .875rem; color: var(--muted); }
.footer-studio a { font-size: .75rem; }
.acknowledgements { border-top: 1px solid var(--line); padding-top: 25px; margin-top: 40px; }
.acknowledgements p { font: .75rem/1.8 var(--mono); color: var(--muted); max-width: 970px; margin: 0; }
.footer-base { display: flex; justify-content: space-between; gap: 25px; padding-top: 30px; color: var(--muted); font: .75rem/1.6 var(--mono); }
[hidden] { display: none !important; }
@media (min-width: 1500px) { .hero { padding-block: 82px; } }
@media (max-width: 1150px) {
  .container { width: calc(100% - 56px); }
  .hero, .listening-inner { gap: 38px; grid-template-columns: 1fr 1.3fr; }
  .hero { padding-block: 46px; }
  h1 { font-size: 3.45rem; }
  .hero-description { font-size: 1rem; }
  .hero-actions { gap: 20px; }
  .hero-actions .button { padding-inline: 16px; gap: 16px; }
  .hero-actions .button span { padding-left: 16px; }
  .product-logo { width: 215px; }
  .listening-copy { display: block; }
  .listening-copy h2 { margin-bottom: 7px; }
  .listening-copy br { display: none; }
  .audio-player { gap: 15px; }
  .track-choices button { width: 38px; }
  .section-heading { gap: 65px; }
  .catalogue-layout { gap: 60px; }
  .sharing-layout { gap: 80px; }
  .demo-section { gap: 30px; grid-template-columns: 1.5fr 1fr; }
  .hardware-layout { gap: 38px; }
  .purchase-grid article { padding: 28px; }
  .purchase-title { display: block; }
  .price { margin-top: 14px; }
  .ios-purchase .purchase-title { min-height: 98px; }
}
@media (max-width: 850px) {
  .site-header { height: 66px; }
  .studio-nav { padding: 0; gap: 22px; }
  .header-actions { gap: 18px; }
  .manual-link { display: none; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-block: 46px; }
  .hero-copy { max-width: 560px; }
  h1 { font-size: clamp(3.5rem,8.5vw,4.75rem); }
  .hero-description { font-size: 1rem; max-width: 530px; }
  .hero-stage { padding-top: 0; }
  .format-note br { display: none; }
  .format-note span { display: block; }
  .motion-toggle { opacity: 1; }
  .screen-tabs button { font-size: .875rem; }
  .listening-inner { grid-template-columns: 1fr; gap: 20px; padding-block: 26px; }
  .listening-copy { display: flex; gap: 28px; }
  .listening-copy h2 { margin-bottom: 0; }
  .audio-player { gap: 28px; }
  .track-choices button { width: 49px; }
  .section { padding-block: 68px; }
  .section-heading { gap: 35px; }
  .section-heading > p, .section-heading > div > p:not(.eyebrow) { font-size: .875rem; }
  .feature-columns { gap: 25px; }
  .demo-section { grid-template-columns: 1fr; }
  .video-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
  .video-list > .eyebrow, .video-list > h3, .video-list > .small-link { grid-column: 1/-1; }
  .shaping-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .catalogue-layout { grid-template-columns: 1fr; gap: 40px; }
  .catalogue-intro { position: static; }
  .catalogue-intro h2 br { display: none; }
  .catalogue-intro > p:not(.eyebrow) { max-width: 520px; }
  .catalogue-total { margin-top: 20px; max-width: 500px; display: flex; align-items: center; gap: 28px; }
  .catalogue-total p { margin-top: 0; }
  .sharing-layout { gap: 40px; grid-template-columns: 1fr .75fr; }
  .hardware-layout { grid-template-columns: 1fr; }
  .hardware-copy { max-width: 600px; }
  .purchase-grid { grid-template-columns: 1fr; }
  .purchase-title { display: flex; }
  .price { margin: 0; }
  .ios-purchase { border-left: 0; border-top: 1px solid var(--line); }
  .ios-purchase .purchase-title { min-height: 0; }
  .quotes { gap: 35px; }
  .additional-quotes { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
  .footer-studio { grid-column: 1/-1; padding-bottom: 20px; }
}
@media (max-width: 560px) {
  .container { width: calc(100% - 36px); }
  .header-inner { gap: 16px; }
  .studio-logo, .studio-logo img { width: 65px; }
  .studio-nav { display: none; }
  .button-small { font-size: .875rem; }
  .hero { padding-block: 34px 30px; gap: 32px; }
  .hero-copy > .eyebrow { font-size: .75rem; flex-wrap: wrap; gap: 12px; margin-bottom: 23px; }
  .product-logo { width: 215px; margin-bottom: 27px; }
  h1 { font-size: clamp(3rem,12vw,4rem); line-height: 1.05; }
  .hero-description { font-family: var(--sans); font-size: 1rem; line-height: 1.75; }
  .hero-actions { gap: 25px; }
  .format-note { font-size: .75rem; }
  .stage-top { font-size: .75rem; }
  .screen-tabs button { font-size: .875rem; min-height: 51px; }
  .screen-tabs button:not(:first-child) { padding-left: 7px; }
  .tab-index { display: none; }
  .stage-caption { font-size: .75rem; margin-top: 11px; }
  .listening-copy { justify-content: space-between; gap: 18px; }
  .listening-copy h2 { font-size: 1.1875rem; }
  .listening-copy p { max-width: 160px; font-size: .75rem; }
  .audio-player { grid-template-columns: 1fr; gap: 12px; }
  .audio-controls { gap: 15px; }
  .track-choices { padding-left: 63px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .track-choices button { width: 100%; min-width: 0; min-height: 49px; padding: 6px 2px; }
  .track-choices button span { font-size: .75rem; }
  .track-heading { font-size: .75rem; }
  .page-nav { gap: 25px; font-size: .875rem; padding-block: 19px; }
  .section { padding-block: 54px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .section-heading > p, .section-heading > div > p:not(.eyebrow) { font-family: var(--sans); font-size: 1rem; }
  h2 { font-size: 2.15rem; }
  h2 br { display: none; }
  .eyebrow { font-size: .75rem; }
  .feature-columns { grid-template-columns: 1fr; gap: 20px; }
  .feature-columns article { padding-top: 20px; }
  .feature-label { margin-bottom: 16px; }
  .feature-columns article > p:last-child { margin-bottom: 0; }
  .demo-section { margin-top: 34px; gap: 27px; }
  .video-list { grid-template-columns: 1fr; }
  .video-choice { padding-block: 15px; }
  .shaping-grid { grid-template-columns: 1fr; gap: 24px; }
  .shaping-grid article { padding-top: 20px; }
  .catalogue-layout { gap: 30px; }
  .catalogue-total { gap: 23px; }
  .catalogue-total strong { font-size: 2rem; white-space: nowrap; }
  .engine-family summary { grid-template-columns: 20px 1fr 25px 15px; gap: 13px; font-size: 1rem; padding-block: 24px; }
  .family-index, .family-count { font-size: .75rem; }
  .family-list { padding-left: 33px; }
  .sharing-layout { grid-template-columns: 1fr; gap: 30px; }
  .share-image { width: 235px; }
  .playground-details > summary { gap: 20px; }
  .playground-details > summary h2 { font-size: 1.75rem; }
  .summary-open { width: 35px; height: 35px; font-size: 1.3rem; }
  .playground-body { padding: 18px; margin-top: 30px; }
  .playground-top { display: block; }
  .playground-top .fine { display: block; margin-top: 7px; }
  .synth-actions { gap: 10px 18px; }
  .synth-actions .button { font-size: .875rem; padding-inline: 14px; min-height: 44px; }
  .synth-parameters { grid-template-columns: 1fr 1fr; gap: 18px 26px; }
  .synth-parameters label { font-size: .875rem; }
  .synth-models { grid-template-columns: 1fr; gap: 20px; }
  .hardware-layout { gap: 30px; }
  .hardware-highlights > div, .spec-details dl > div { grid-template-columns: 92px 1fr; gap: 18px; }
  .quotes { grid-template-columns: 1fr; gap: 32px; }
  .quotes figure { padding-top: 21px; }
  blockquote { font-size: 1.0625rem; }
  .purchase-grid article { padding: 25px 22px; }
  .purchase-title { display: block; }
  .purchase-title h3 { font-size: 1.5rem; }
  .price { margin-top: 16px; font-size: 2.75rem; }
  .purchase-fine { font-size: .75rem; }
  .purchase-features { margin-block: 22px 25px; }
  .purchase-features li { font-size: .875rem; padding-left: 2px; }
  .purchase-button { gap: 18px; padding-inline: 16px; }
  .purchase-button span { padding-left: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-grid h2 { font-size: .75rem; margin-bottom: 15px; }
  .footer-grid a { font-size: .875rem; }
  .footer-studio { padding-bottom: 0; }
  .site-footer { padding-top: 45px; }
  .acknowledgements p { font-size: .75rem; }
}
.newsletter-section { border-top: 1px solid var(--line); background: var(--panel); }
.newsletter-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.newsletter-copy p:last-child { max-width: 42ch; margin-bottom: 0; }
.newsletter-label { display: block; margin-bottom: 10px; font-family: var(--mono); font-size: .875rem; }
.newsletter-fields { display: flex; gap: 12px; }
.newsletter-fields input { width: 100%; min-width: 0; min-height: 50px; padding: 12px 16px; border: 1px solid #515158; border-radius: 4px; background: var(--bg); color: var(--text); font-size: 1rem; }
.newsletter-fields input::placeholder { color: var(--muted); }
.newsletter-fields .button { flex-shrink: 0; }
.newsletter-fields .button:disabled { opacity: .65; cursor: wait; }
.newsletter-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; padding-block: 4px; color: var(--body); font-size: .875rem; cursor: pointer; }
.newsletter-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--accent); }
.newsletter-form .fine { margin: 10px 0 0; }
.newsletter-form .fine a { text-decoration: underline; text-underline-offset: 3px; }
.newsletter-status { min-height: 3.6em; }
.newsletter-status[data-state="success"] { color: var(--accent); }
.newsletter-status[data-state="error"] { color: #ffa9a9; }
.newsletter-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
@media (max-width: 800px) {
  .newsletter-layout { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .newsletter-fields { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* RAVIK shares Tresse's page system, with its own media and purple accent. */
.screen { aspect-ratio: 946/665; }
.screen img { width: 100%; height: 100%; object-fit: contain; }
.screen-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); }
.motion-toggle { width: 40px; height: 40px; }
.video-list { display: block; }
.purchase-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.windows-purchase { border-left: 1px solid var(--line); border-top: 2px solid var(--accent); }
.purchase-grid article { display: flex; flex-direction: column; }
.purchase-button { margin-top: auto; }
.routing-notes { border-left: 1px solid var(--line); padding-left: 36px; }
.routing-notes p:last-child { margin-bottom: 0; }
@media (max-width: 850px) { .purchase-grid { grid-template-columns: 1fr; } .windows-purchase { border-left: 0; } }
@media (max-width: 560px) { .routing-notes { padding-left: 22px; } .footer-studio a { overflow-wrap: anywhere; } }
