@font-face {
  font-family: "Figtree";
  src: url("/assets/figtree-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #151515;
  --paper: #c2c1bc;
  --line: rgba(20, 20, 20, 0.28);
  --white: #f2f0e9;
  --red: #eb3f34;
  --orange: #f57128;
  --gold: #f5af28;
  --green: #058f5d;
  --teal: #0492a9;
  --violet: #3e28f5;
  --lavender: #b0a4f3;
  --blush: #f3a4ba;
}

* { box-sizing: border-box; }
html { margin: 0; background: var(--ink); scroll-behavior: smooth; }
body { min-width: 300px; min-height: 100%; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Figtree", Arial, sans-serif; font-variation-settings: "wght" 500; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; }

.scanlines { position: fixed; z-index: 100; inset: 0; pointer-events: none; opacity: .12; background: repeating-linear-gradient(0deg, transparent 0 3px, #000 4px, rgba(255,255,255,.07) 5px); mix-blend-mode: multiply; }

.intro { position: fixed; z-index: 90; inset: 0; width: 100%; height: 100%; overflow: hidden; border: 0; padding: 0; background: radial-gradient(circle at 50% 45%, #303030 0%, #292929 42%, #202020 100%); color: var(--white); cursor: pointer; touch-action: manipulation; transition: opacity 700ms cubic-bezier(.65,0,.35,1), visibility 700ms; }
body.entered .intro { opacity: 0; visibility: hidden; pointer-events: none; }
.intro__logo { --hue: 0deg; position: absolute; left: 0; top: 0; width: clamp(250px, 44vw, 680px); aspect-ratio: 426 / 180; overflow: hidden; filter: hue-rotate(var(--hue)) saturate(1.08); will-change: transform, filter; transition: filter 140ms linear; }
.intro__logo img { position: absolute; left: 0; top: -26.2%; display: block; width: 100%; user-select: none; -webkit-user-drag: none; }
.intro__logo.hit { animation: impact 160ms ease-out; }
.intro__prompt, .intro__corner { position: absolute; bottom: max(24px, env(safe-area-inset-bottom)); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.intro__prompt { left: max(24px, env(safe-area-inset-left)); }
.intro__corner { right: max(24px, env(safe-area-inset-right)); color: #898989; }
.intro__dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px var(--orange); animation: blink 1.2s steps(1) infinite; }

.site { opacity: 0; transform: translateY(18px); transition: opacity 900ms 250ms ease, transform 900ms 250ms ease; }
body.entered .site { opacity: 1; transform: none; }
.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 72px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 22px; padding: 0 28px; border-bottom: 1px solid var(--line); background: rgba(200,199,194,.9); backdrop-filter: blur(14px); }
.brand { display: block; width: 134px; height: 48px; overflow: hidden; }
.brand img { display: block; width: 100%; margin-top: -20px; filter: grayscale(1) contrast(1.8); }
.product-id { justify-self: center; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.mode-nav { display: flex; align-items: center; gap: 22px; }
.mode-nav a { position: relative; text-decoration: none; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.mode-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--ink); transition: right .2s; }
.mode-nav a:hover::after, .mode-nav a:focus-visible::after { right: 0; }

.panel { position: relative; min-height: 100svh; padding: clamp(110px, 12vw, 180px) clamp(24px, 6vw, 94px) clamp(72px, 9vw, 140px); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(480px, 1.22fr); grid-template-rows: 1fr auto; align-items: center; gap: 60px; padding-top: 120px; }
.eyebrow { margin: 0 0 20px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 30px; font-size: clamp(58px, 7.8vw, 126px); font-weight: 680; letter-spacing: -.067em; line-height: .84; }
h1 span { color: #5d5d5a; }
.lede { max-width: 560px; margin: 0; font-size: clamp(19px, 2vw, 30px); line-height: 1.15; letter-spacing: -.025em; }

.wedge { position: relative; width: min(100%, 780px); justify-self: end; padding: 14px 14px 18px; border: 2px solid #0c0c0c; border-radius: 18px 18px 28px 28px; background: #1d1d1d; box-shadow: 0 28px 70px rgba(0,0,0,.28), inset 0 0 0 1px #626262; transform: perspective(900px) rotateY(-4deg) rotateX(2deg); }
.wedge__top { height: 43px; display: grid; grid-template-columns: 1fr 1fr 40px; align-items: center; padding: 0 12px; border: 1px solid #555; border-radius: 8px 8px 3px 3px; color: #eae8df; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.wedge__top span:nth-child(2) { text-align: right; }
.wedge__menu { justify-self: end; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #8f8f8f; border-radius: 50%; font-size: 20px; }
.wedge__screen { min-height: 340px; display: grid; grid-template-columns: 36% 1fr; gap: 14px; margin-top: 10px; padding: 14px; border: 1px solid #535353; border-radius: 3px 3px 15px 15px; background: #292929; color: #eee; }
.amp-face { display: flex; flex-direction: column; min-height: 290px; padding: 16px; border: 2px solid var(--teal); border-radius: 8px; background: #353732; box-shadow: 0 0 18px rgba(4,146,169,.18); }
.amp-face__label { font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.amp-face__grille { flex: 1; margin: 16px 0 12px; border: 6px solid #161616; background: repeating-linear-gradient(0deg, transparent 0 5px, #9b9a86 6px), repeating-linear-gradient(90deg, #111 0 5px, #65655a 6px); }
.amp-face strong { font-size: 28px; letter-spacing: -.04em; }
.knob-row { display: grid; grid-template-columns: repeat(2, 1fr); place-items: center; gap: 12px; }
.knob { position: relative; width: clamp(112px, 13vw, 170px); aspect-ratio: 1; display: grid; place-items: center; border: 14px dashed #505050; border-radius: 50%; background: #202020; box-shadow: inset 0 0 0 5px #111; }
.knob i { position: absolute; top: 5px; width: 3px; height: 34%; transform-origin: 50% calc(100% + 18px); transform: rotate(36deg); background: var(--gold); }
.knob b { font-size: clamp(24px, 3vw, 42px); color: #a8a8a8; }
.knob span { position: absolute; bottom: -31px; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.wedge__feet { position: absolute; left: 38px; right: 38px; bottom: -11px; display: flex; justify-content: space-between; }
.wedge__feet i { width: 56px; height: 12px; border-radius: 0 0 8px 8px; background: #111; }
.hero__footer { grid-column: 1 / -1; display: flex; gap: 36px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.mode { display: grid; grid-template-columns: 100px minmax(260px, .65fr) minmax(420px, 1.35fr); grid-template-rows: 1fr auto; align-items: center; gap: clamp(30px, 6vw, 100px); }
.mode__number { align-self: start; padding-top: 7px; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.mode__copy { max-width: 480px; }
.mode h2, .cta h2 { margin-bottom: 28px; font-size: clamp(54px, 7vw, 112px); font-weight: 650; letter-spacing: -.065em; line-height: .86; }
.mode__copy > p:last-child { max-width: 440px; margin: 0; font-size: clamp(19px, 2vw, 28px); line-height: 1.17; letter-spacing: -.025em; }
.mode__note { grid-column: 2 / -1; margin: 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .16em; }

.mode--rig { background: #bcbcb7; }
.signal-card { min-height: 390px; display: grid; grid-template-columns: repeat(7, auto); align-items: center; justify-content: center; gap: clamp(8px, 1.2vw, 18px); padding: clamp(20px, 4vw, 54px); border: 1px solid #777; background: #242424; box-shadow: 14px 14px 0 #92928e; }
.signal-card > i { color: #777; font-style: normal; }
.signal-block { width: clamp(92px, 10vw, 150px); aspect-ratio: .74; display: flex; flex-direction: column; padding: 13px; border-radius: 5px; color: #151515; box-shadow: inset 0 0 0 3px rgba(0,0,0,.22), 0 9px 0 rgba(0,0,0,.2); }
.signal-block small { font-size: 8px; font-weight: 800; }
.signal-block strong { margin: auto 0; font-size: clamp(13px, 1.4vw, 20px); letter-spacing: -.03em; }
.signal-block span { font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.signal-block--input { background: #ddd8cc; }
.signal-block--pedal { background: var(--blush); }
.signal-block--amp { background: var(--orange); }
.signal-block--cab { background: var(--teal); color: #f4f1e9; }

.mode--jam { background: #b5b5b0; }
.jam-display { min-height: 400px; display: grid; grid-template-rows: auto 1fr auto; padding: clamp(22px, 4vw, 48px); border: 2px solid #1b1b1b; background: #181a18; color: var(--gold); box-shadow: 14px 14px 0 rgba(24,26,24,.23); }
.jam-display__top, .jam-display__controls { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.waveform { display: flex; align-items: center; justify-content: space-between; gap: 4px; padding: 30px 0; overflow: hidden; }
.waveform i { width: 3px; height: 34%; min-height: 20px; background: currentColor; box-shadow: 0 0 8px rgba(245,175,40,.5); }
.waveform i:nth-child(3n) { height: 76%; }
.waveform i:nth-child(4n) { height: 52%; }
.waveform i:nth-child(5n) { height: 90%; }
.waveform i:nth-child(7n) { height: 24%; }

.mode--presets { background: #aaa9a4; }
.preset-stack { position: relative; min-height: 450px; perspective: 1000px; }
.preset { position: absolute; left: 8%; width: 82%; min-height: 135px; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 20px; padding: 22px 28px; border: 1px solid #555; border-left-width: 10px; border-radius: 2px; background: #292929; color: var(--white); box-shadow: 7px 9px 0 rgba(0,0,0,.14); }
.preset:nth-child(2) { top: 130px; left: 11%; }
.preset:nth-child(3) { top: 260px; left: 6%; }
.preset span, .preset small { font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.preset strong { font-size: clamp(23px, 3vw, 44px); letter-spacing: -.04em; }
.preset--pink { border-left-color: var(--blush); }
.preset--blue { border-left-color: var(--violet); }
.preset--lime { border-left-color: var(--green); }

.features { background: #b7b6b1; }
.features__heading { display: grid; grid-template-columns: 1fr 2fr; align-items: end; gap: 40px; margin-bottom: clamp(50px, 7vw, 100px); }
.features__heading .eyebrow { align-self: start; }
.features h2 { margin: 0; font-size: clamp(58px, 8vw, 126px); font-weight: 650; letter-spacing: -.067em; line-height: .84; }
.bento { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, minmax(390px, 44vw)); gap: 14px; }
.bento-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(0,0,0,.5); padding: clamp(22px, 3.2vw, 48px); }
.bento-card__copy { position: relative; z-index: 3; }
.bento-card__copy > span { display: block; margin-bottom: 15px; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.bento-card h3 { margin: 0 0 8px; font-size: clamp(32px, 4vw, 66px); font-weight: 650; letter-spacing: -.055em; line-height: .92; }
.bento-card p { margin: 0; font-size: clamp(15px, 1.5vw, 21px); }

.bento-card--controls { background: #d4d1c8; }
.control-demo { position: absolute; left: 5%; right: 5%; bottom: 9%; display: flex; justify-content: space-around; gap: 10px; }
.demo-knob { position: relative; width: min(27%, 190px); aspect-ratio: 1; display: grid; place-items: center; border: clamp(10px, 1.2vw, 18px) dashed #88857d; border-radius: 50%; background: #222; box-shadow: inset 0 0 0 5px #0e0e0e, 8px 10px 0 rgba(0,0,0,.17); color: #d9d6cc; }
.demo-knob i { position: absolute; top: 4%; width: 3px; height: 36%; transform-origin: 50% calc(100% + 15px); transform: rotate(32deg); background: var(--gold); }
.demo-knob:nth-child(2) i { transform: rotate(-28deg); background: var(--blush); }
.demo-knob:nth-child(3) i { transform: rotate(68deg); background: var(--green); }
.demo-knob b { font-size: clamp(20px, 3vw, 42px); }
.demo-knob small { position: absolute; bottom: -32px; color: #191919; font-size: 8px; font-weight: 800; letter-spacing: .14em; }

.bento-card--radial { background: #272727; color: var(--white); }
.radial-demo { position: absolute; right: -4px; bottom: -4px; width: min(92%, 390px); aspect-ratio: 1; overflow: hidden; }
.radial-wedge { position: absolute; right: 8px; bottom: 8px; width: 66%; height: 66%; display: flex; align-items: flex-start; justify-content: center; gap: 8px; padding-top: 8%; border: 2px solid rgba(255,255,255,.5); border-radius: 100% 0 0 0; transform-origin: 100% 100%; clip-path: polygon(100% 100%, 0 35%, 7% 11%, 24% 0); color: #131313; }
.radial-wedge b, .radial-wedge span { display: none; }
.radial-wedge--rig { background: var(--violet); transform: rotate(-9deg); }
.radial-wedge--jam { background: var(--green); transform: rotate(23deg); }
.radial-wedge--preset { background: var(--gold); transform: rotate(55deg); }
.radial-label { position: absolute; z-index: 3; display: flex; align-items: center; gap: 5px; padding: 5px 8px; background: #151515; color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.radial-label b { font-size: 13px; }
.radial-label--rig { right: 47%; bottom: 15%; }
.radial-label--jam { right: 24%; bottom: 42%; }
.radial-label--preset { right: 2%; bottom: 62%; }
.radial-trigger { position: absolute; right: 12px; bottom: 12px; z-index: 4; width: 76px; height: 76px; display: grid; place-items: center; border: 3px solid #aaa; border-radius: 50%; background: #171717; box-shadow: 0 0 0 7px rgba(255,255,255,.09); font-size: 40px; }

.bento-card--capture { background: #aaa9a4; color: #101212; }
.capture-demo { position: absolute; left: 5%; right: 5%; bottom: 7%; height: 48%; border: 2px solid #15201f; background: #15201f; color: var(--teal); }
.capture-demo__trace { height: calc(100% - 58px); display: flex; align-items: center; justify-content: space-around; gap: 4px; padding: 20px; }
.capture-demo__trace i { width: 2px; height: 20%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.capture-demo__trace i:nth-child(3n) { height: 72%; }
.capture-demo__trace i:nth-child(4n) { height: 42%; }
.capture-demo__trace i:nth-child(5n) { height: 91%; }
.capture-demo__readout { height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-top: 1px solid #3a6660; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.capture-demo__readout b { padding: 8px 10px; background: var(--teal); color: #fff; }

.bento-card--open { background: #cbc9c2; box-shadow: inset 0 9px 0 var(--lavender); }
.open-demo { position: absolute; left: 8%; right: 8%; bottom: 8%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; color: var(--violet); }
.open-demo span { font-size: clamp(100px, 13vw, 190px); font-weight: 300; line-height: .6; }
.open-demo b { font-size: clamp(24px, 3.2vw, 46px); letter-spacing: -.04em; line-height: .9; text-align: center; }

.cta { min-height: 92svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #202020; color: var(--white); }
.cta h2 { max-width: 970px; }
.cta__button { width: min(100%, 640px); display: flex; justify-content: space-between; align-items: center; margin-top: 35px; padding: 24px 28px; border: 1px solid #777; border-radius: 0; background: var(--orange); color: #111; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: background .18s, transform .18s; }
.cta__button:hover, .cta__button:focus-visible { background: var(--gold); transform: translateY(-4px); }
.cta__button b { font-size: 24px; }
footer { min-height: 100px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 28px clamp(24px, 6vw, 94px); background: #151515; color: #777; font-size: 10px; font-weight: 800; letter-spacing: .15em; }

.coming-soon { width: min(calc(100% - 32px), 560px); padding: 0; border: 2px solid #eceae2; border-radius: 0; background: #202020; color: var(--white); box-shadow: 16px 16px 0 var(--orange); text-align: center; }
.coming-soon::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.coming-soon[open] { animation: tape-in .3s ease-out; }
.coming-soon__tape { padding: 10px 18px; background: var(--orange); color: #111; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-align: left; }
.coming-soon p { margin: 48px 0 12px; color: #969696; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.coming-soon h2 { margin: 0 24px 42px; font-size: clamp(50px, 8vw, 78px); letter-spacing: -.06em; }
.coming-soon button { width: calc(100% - 48px); margin: 0 24px 24px; padding: 17px; border: 1px solid #888; border-radius: 0; background: transparent; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.coming-soon button:hover, .coming-soon button:focus-visible { background: var(--white); color: #111; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.in-view { opacity: 1; transform: none; }

@keyframes impact { 50% { filter: hue-rotate(var(--hue)) saturate(1.7) brightness(1.1); } }
@keyframes blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: .25; } }
@keyframes tape-in { from { opacity: 0; transform: translateY(20px) skewY(-1deg); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 64px; padding: 0 18px; }
  .brand { width: 112px; height: 42px; }
  .brand img { margin-top: -17px; }
  .product-id { justify-self: end; }
  .mode-nav { display: none; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 52px; padding-top: 110px; }
  .wedge { width: 100%; justify-self: stretch; transform: none; }
  .mode { grid-template-columns: 52px 1fr; grid-template-rows: auto auto auto; align-content: center; gap: 35px 20px; }
  .mode__copy { grid-column: 2; }
  .signal-card, .jam-display, .preset-stack { grid-column: 1 / -1; }
  .mode__note { grid-column: 1 / -1; }
  .signal-card { min-height: 320px; }
  .features__heading { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; grid-template-rows: repeat(4, minmax(390px, 62vw)); }
}

@media (max-width: 600px) {
  .intro__logo { width: min(74vw, 360px); }
  .intro__corner { display: none; }
  .panel { min-height: auto; padding: 110px 20px 80px; }
  .hero { min-height: 100svh; }
  h1 { font-size: clamp(54px, 17vw, 82px); }
  .lede { font-size: 20px; }
  .wedge { padding: 8px 8px 12px; border-radius: 13px 13px 20px 20px; }
  .wedge__top { height: 34px; }
  .wedge__screen { min-height: 238px; grid-template-columns: 38% 1fr; gap: 7px; padding: 7px; }
  .amp-face { min-height: 222px; padding: 8px; }
  .amp-face__grille { margin: 10px 0 8px; border-width: 4px; }
  .amp-face strong { font-size: 17px; }
  .knob-row { gap: 5px; }
  .knob { width: min(22vw, 94px); border-width: 8px; }
  .knob i { height: 28%; transform-origin: 50% calc(100% + 12px); }
  .knob b { font-size: 20px; }
  .knob span { bottom: -21px; font-size: 6px; }
  .hero__footer { justify-content: space-between; gap: 6px; font-size: 8px; }
  .mode { display: block; }
  .mode__number { margin-bottom: 42px; }
  .mode__copy { margin-bottom: 60px; }
  .mode h2, .cta h2 { font-size: clamp(54px, 16vw, 78px); }
  .mode__copy > p:last-child { font-size: 20px; }
  .signal-card { min-height: 440px; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 22px; padding: 24px; box-shadow: 8px 8px 0 #92928e; }
  .signal-card > i { display: none; }
  .signal-block { width: 100%; max-height: 180px; aspect-ratio: auto; }
  .jam-display { min-height: 330px; padding: 20px; box-shadow: 8px 8px 0 rgba(24,26,24,.23); }
  .jam-display__controls { font-size: 8px; }
  .preset-stack { min-height: 390px; }
  .preset { left: 0; width: 96%; min-height: 114px; grid-template-columns: 38px 1fr; padding: 16px; }
  .preset:nth-child(2) { top: 115px; left: 4%; }
  .preset:nth-child(3) { top: 230px; left: 0; }
  .preset small { grid-column: 2; }
  .preset strong { font-size: 25px; }
  .features h2 { font-size: clamp(54px, 16vw, 78px); }
  .features__heading { gap: 8px; }
  .bento { grid-template-rows: repeat(4, minmax(365px, 105vw)); }
  .bento-card { padding: 24px; }
  .bento-card h3 { font-size: 42px; }
  .control-demo { bottom: 14%; }
  .demo-knob { width: 29%; border-width: 8px; }
  .demo-knob i { transform-origin: 50% calc(100% + 10px); }
  .radial-demo { width: 100%; }
  .radial-trigger { width: 68px; height: 68px; }
  .open-demo { bottom: 15%; }
  .cta { min-height: 82svh; }
  .cta__button { padding: 20px; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .intro__logo { left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .reveal { opacity: 1; transform: none; }
}
