/* ═══════════════════════════════════════════════════════════════════════
   ADPEAK STUDIO — styles
   Static site for Vercel. Everything is scoped under .mv so the page can
   also be embedded elsewhere without leaking styles.
   ═══════════════════════════════════════════════════════════════════════ */

/* ── self-hosted faces (no third-party font requests) ──────────────────
   Archivo variable (wdth 62–125, wght 400–900) and JetBrains Mono, latin +
   latin-ext subsets from Google Fonts (SIL OFL 1.1), served from this origin
   so the CSP can forbid every outside host. */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.mv {
  --mv-bg: #0a0a0c;
  --mv-bg-2: #111115;
  --mv-bg-3: #18181d;
  --mv-ink: #f2f1f5;
  --mv-ink-2: rgba(242, 241, 245, 0.72);
  --mv-ink-3: rgba(242, 241, 245, 0.62);
  --mv-line: rgba(255, 255, 255, 0.1);
  --mv-line-2: rgba(255, 255, 255, 0.18);
  --mv-sig: #ff2d87;
  --mv-sig-2: #ff5aa2;
  --mv-sig-ink: #0a0a0c;
  --mv-glass: linear-gradient(158deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.02) 46%, rgba(255, 255, 255, 0.045) 100%);
  --mv-u: 13px;
  --mv-lattice: 26px;
  --mv-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --mv-ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --mv-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --mv-body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --mv-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --mv-shadow: 0 34px 70px -28px rgba(0, 0, 0, 0.85), 0 12px 24px -12px rgba(0, 0, 0, 0.6);
  --mv-radius: 20px;

  position: relative;
  isolation: isolate;
  color: var(--mv-ink);
  background-color: var(--mv-bg);
  background-image: radial-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1.3px);
  background-size: var(--mv-lattice) var(--mv-lattice);
  font-family: var(--mv-body);
  font-size: 1rem;
  line-height: 1.55;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  caret-color: var(--mv-sig);
  overflow-x: clip;
}

.mv *,
.mv *::before,
.mv *::after { box-sizing: border-box; }

.mv ::selection { background: var(--mv-sig); color: var(--mv-sig-ink); }

.mv img,
.mv video { display: block; max-width: 100%; }

.mv :where(h1, h2, h3, p, ul) { margin: 0; }
.mv :where(ul) { padding: 0; list-style: none; }

.mv a { color: inherit; text-underline-offset: 0.22em; text-decoration-thickness: 1px; }

.mv button { font: inherit; color: inherit; }

.mv :focus-visible {
  outline: 2px solid var(--mv-sig);
  outline-offset: 3px;
  border-radius: 6px;
}

.mv-sr {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

.mv-skip {
  position: absolute; left: var(--mv-u); top: -80px; z-index: 200;
  padding: 10px 16px; border-radius: 999px;
  background: var(--mv-sig); color: var(--mv-sig-ink);
  font-family: var(--mv-body); font-weight: 600; font-size: 0.875rem; text-decoration: none;
  transition: top 0.3s var(--mv-ease);
}
.mv-skip:focus { top: var(--mv-u); }

.mv-icon { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.mv-icon--fill { fill: currentColor; stroke: none; }

.mv-mono {
  font-family: var(--mv-mono);
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
  color: var(--mv-ink-3);
}

.mv-wrap { width: min(1320px, 100% - 2 * clamp(20px, 4vw, 52px)); margin-inline: auto; }

/* ── progress hairline ─────────────────────────────────────────────── */
.mv-progress {
  position: fixed; inset: 0 0 auto 0; z-index: 120; height: 2px;
  background: var(--mv-sig);
  transform-origin: 0 50%;
  transform: scaleX(var(--mv-p, 0));
  pointer-events: none;
}
.mv--embedded .mv-progress { display: none; }

/* ── buttons ───────────────────────────────────────────────────────── */
.mv-btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 22px;
  border-radius: 999px; border: 1px solid transparent;
  font-family: var(--mv-display);
  font-variation-settings: "wdth" 112;
  font-size: 0.9375rem; font-weight: 650; letter-spacing: 0.01em;
  text-decoration: none; white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 0.18s var(--mv-ease), background-color 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.3s;
}
.mv-btn:active { transform: scale(0.97); }
.mv-btn .mv-icon { transition: transform 0.3s var(--mv-ease); }
.mv-btn:hover .mv-icon--go { transform: translateX(4px); }

.mv .mv-btn--sig {
  background: var(--mv-sig); color: var(--mv-sig-ink);
  box-shadow: 0 12px 26px -14px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.mv-btn--sig:hover { background: var(--mv-sig-2); }

.mv-btn--glass {
  background: var(--mv-glass); border-color: var(--mv-line-2); color: var(--mv-ink);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}
.mv-btn--glass:hover { border-color: rgba(255, 255, 255, 0.34); }

.mv-btn[aria-disabled="true"] {
  cursor: default; opacity: 0.55; box-shadow: none;
}
.mv-btn[aria-disabled="true"]:active { transform: none; }

.mv-round {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px; padding: 0;
  border-radius: 50%; border: 1px solid var(--mv-line-2);
  background: var(--mv-glass); color: var(--mv-ink);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  cursor: pointer; touch-action: manipulation;
  transition: transform 0.18s var(--mv-ease), border-color 0.25s, background-color 0.25s;
}
.mv-round:hover { border-color: rgba(255, 255, 255, 0.36); }
.mv-round:active { transform: scale(0.94); }

/* ── header ────────────────────────────────────────────────────────── */
.mv-head {
  position: fixed; inset: 12px 0 auto 0; z-index: 100;
  pointer-events: none;
}
.mv--embedded .mv-head { position: absolute; }
.mv-head__bar {
  pointer-events: auto;
  display: flex; align-items: center; gap: 18px;
  height: 60px; padding: 0 8px 0 18px;
  border-radius: 999px; border: 1px solid var(--mv-line);
  background: rgba(10, 10, 12, 0.62);
  -webkit-backdrop-filter: blur(18px) saturate(1.3); backdrop-filter: blur(18px) saturate(1.3);
  box-shadow: 0 16px 40px -24px rgba(0, 0, 0, 0.9);
}
.mv-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.mv-brand__mark { width: 28px; height: 28px; }
.mv-brand__word {
  font-family: var(--mv-display); font-variation-settings: "wdth" 125;
  font-weight: 800; font-size: 1.0625rem; letter-spacing: 0.06em;
}
/* The footer always has room for the full wordmark. The header bar only does
   once the viewport can hold it next to the timecode, the nav and the CTA. */
.mv-head .mv-brand__tail { display: none; }
@media (min-width: 900px) { .mv-head .mv-brand__tail { display: inline; } }
.mv-head__tc { display: inline-flex; align-items: center; gap: 8px; margin-left: 6px; }
.mv-rec { width: 8px; height: 8px; border-radius: 50%; background: var(--mv-sig); }
.mv-note { font-size: 0.875rem; line-height: 1.5; color: var(--mv-ink-2); }
.mv-label { font-family: var(--mv-body); font-variation-settings: "wdth" 112; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.01em; line-height: 1.4; color: var(--mv-ink-2); }
.mv a.mv-skip { color: var(--mv-sig-ink); }
.mv-head__nav { display: flex; gap: 6px; margin-left: auto; }
.mv-head__nav a {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px;
  border-radius: 999px; text-decoration: none;
  font-family: var(--mv-body); font-variation-settings: "wdth" 112; font-size: 0.875rem; font-weight: 600; letter-spacing: 0.01em;
  color: var(--mv-ink-2); transition: color 0.2s, background-color 0.2s;
}
.mv-head__nav a:hover { color: var(--mv-ink); background: rgba(255, 255, 255, 0.05); }
.mv-head .mv-btn { min-height: 44px; padding: 0 18px; }

@media (max-width: 760px) {
  .mv-head__nav, .mv-head__tc { display: none; }
  .mv-head .mv-btn { margin-left: auto; }
  .mv-head__bar { height: 56px; }
}

/* Phones: tighten the bar so the CTA stays inside the pill next to the mark
   and the wordmark. Without this the button spills past the header edge. */
@media (max-width: 420px) {
  .mv-head__bar { gap: 10px; padding-left: 14px; }
  .mv-head .mv-btn { padding: 0 14px; }
}
@media (max-width: 389px) {
  .mv-head .mv-btn { padding: 0 12px; font-size: 0.8125rem; }
}
@media (max-width: 340px) {
  .mv-head .mv-brand__word { display: none; }
}

/* ── hero ──────────────────────────────────────────────────────────── */
.mv-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 120px 0 clamp(40px, 7vh, 88px);
}
.mv-hero__canvas {
  position: absolute; inset: 0; z-index: -1;
  width: 100%; height: 100%;
  background: var(--mv-bg);
}
.mv-hero__canvas::after { content: none; }
.mv-hero__fade {
  position: absolute; inset: auto 0 0 0; height: 30%; z-index: -1;
  background: linear-gradient(to bottom, rgba(10, 10, 12, 0), var(--mv-bg));
  pointer-events: none;
}
.mv-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; }
.mv-hero__copy { max-width: 42rem; }
.mv-hero__slate { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-bottom: 22px; }
.mv-hero__slate span { white-space: nowrap; }
.mv-rec--inline { display: inline-block; margin-right: 6px; vertical-align: 1px; }

.mv-display {
  font-family: var(--mv-display);
  font-variation-settings: "wdth" 125;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  word-spacing: 0.12em;
  line-height: 0.9;
  text-wrap: balance;
}
.mv-hero h1 { font-size: clamp(2.75rem, 7.2vw, 6rem); }
.mv-hero h1 em { font-style: normal; color: var(--mv-sig); }
.mv-hero__lede { margin-top: 24px; max-width: 34rem; font-size: clamp(1.0625rem, 1.3vw, 1.25rem); color: var(--mv-ink-2); }
.mv-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.mv-hero__cue { display: inline-flex; align-items: center; gap: 10px; margin-top: 44px; }
.mv-hero__cue i { display: block; width: 1px; height: 38px; background: linear-gradient(var(--mv-sig), transparent); animation: mv-cue 2.2s var(--mv-ease) infinite; transform-origin: top; }
@keyframes mv-cue { 0% { transform: scaleY(0); } 60% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }

.mv-hero__slate { margin: 40px 0 0; }

@media (min-width: 960px) {
  .mv-hero { align-items: center; }
  .mv-hero__grid { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
  .mv-hero__copy { grid-column: 2; }
  .mv-hero__fade { height: 18%; }
}

html.mv-lock { overflow: hidden; }
.mv [hidden] { display: none !important; }
@media (min-width: 861px) { .mv-cmp-wrap { margin-right: 52px; } }
@media (prefers-reduced-motion: no-preference) { html.mv-page { scroll-behavior: smooth; } }
.mv-mon.is-far { opacity: 0; pointer-events: none; }
.mv-bay__inner { transition: opacity 0.22s var(--mv-ease); }
.mv-bay__inner.is-swapping { opacity: 0; }
.mv-call__mark { width: clamp(56px, 7vw, 84px); height: clamp(56px, 7vw, 84px); color: var(--mv-ink); }
.mv-pack__sample { margin-top: 18px; text-align: center; }
.mv-foot__top { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }
.mv-foot__top .mv-icon { width: 16px; height: 16px; }
.mv-rack__stage:focus-within .mv-mon__hit:focus-visible { outline: 2px solid var(--mv-sig); }
@media (max-width: 959px) {
  .mv-hero { padding-top: 46svh; }
}

/* ── section rhythm ────────────────────────────────────────────────── */
.mv-section { position: relative; padding: clamp(96px, 13vw, 176px) 0 clamp(64px, 8vw, 104px); }
.mv-section__head { display: grid; gap: 18px; margin-bottom: clamp(36px, 5vw, 64px); }
.mv-section__head h2 { font-size: clamp(2.25rem, 5.2vw, 4.5rem); }
.mv-section__head p { max-width: 36rem; color: var(--mv-ink-2); font-size: 1.0625rem; }
@media (min-width: 900px) {
  .mv-section__head { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); align-items: end; }
  .mv-section__head p { justify-self: end; }
}

/* ── the rack (3D carousel) ────────────────────────────────────────── */
.mv-rack { position: relative; }
.mv-rack__stage {
  position: relative;
  height: clamp(470px, 50vw, 660px);
  perspective: 1900px;
  perspective-origin: 50% 42%;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
.mv-rack__stage.is-dragging { cursor: grabbing; }

.mv-mon {
  --o: 0; --a: 0; --rx: 0deg; --ry: 0deg; --mx: 50%; --my: 30%;
  position: absolute; left: 50%; top: 50%;
  width: clamp(250px, 29vw, 390px);
  margin: 0;
  transform-style: preserve-3d;
  transform:
    translate(-50%, -50%)
    translateX(calc(var(--o) * 74%))
    translateZ(calc(var(--a) * -300px))
    rotateY(calc(var(--o) * -34deg + var(--ry)))
    rotateX(var(--rx));
  opacity: calc(1 - var(--a) * 0.28);
  filter: brightness(calc(1 - var(--a) * 0.42)) saturate(calc(1 - var(--a) * 0.55));
  z-index: calc(10 - var(--a));
  transition: transform 1s var(--mv-ease), opacity 0.7s var(--mv-ease), filter 0.7s var(--mv-ease);
  will-change: transform;
}
.mv-mon.is-tilting { transition: transform 0.2s linear, opacity 0.7s var(--mv-ease), filter 0.7s var(--mv-ease); }

.mv-mon__bezel {
  position: relative;
  padding: 10px 10px 16px;
  border-radius: var(--mv-radius);
  border: 1px solid var(--mv-line-2);
  background: var(--mv-glass), rgba(16, 16, 20, 0.72);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  box-shadow: var(--mv-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  overflow: hidden;
}
.mv-mon__bezel::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(120% 60% at var(--mx) var(--my), rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 55%);
  mix-blend-mode: soft-light;
  opacity: calc(1 - var(--a));
}
.mv-mon__screen {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  overflow: hidden;
  background: var(--mv-bg-3);
}
.mv-mon__screen img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.02);
  transition: transform 1.2s var(--mv-ease);
}
.mv-mon.is-active:hover .mv-mon__screen img { transform: scale(1.06); }
.mv-mon__slate {
  position: absolute; inset: 10px 10px auto 10px;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 7px 10px; border-radius: 8px;
  background: rgba(10, 10, 12, 0.66);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  color: var(--mv-ink-2);
}
.mv-mon__slate .mv-rec { display: inline-block; margin-right: 6px; vertical-align: 1px; opacity: 0; }
.mv-mon.is-active .mv-mon__slate .mv-rec { opacity: 1; }
.mv-mon__meta { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 14px 6px 0; }
.mv-mon__name {
  font-family: var(--mv-display); font-variation-settings: "wdth" 118;
  font-weight: 750; font-size: clamp(1.125rem, 1.5vw, 1.375rem); line-height: 1.1; letter-spacing: -0.01em;
}
.mv-mon__cue { display: inline-flex; align-items: center; gap: 6px; color: var(--mv-ink); white-space: nowrap; opacity: 0; transform: translateX(-6px); transition: opacity 0.4s var(--mv-ease), transform 0.4s var(--mv-ease); }
.mv-mon.is-active .mv-mon__cue { opacity: 1; transform: none; }
.mv-mon__cue .mv-icon { width: 16px; height: 16px; }
.mv-mon__hit {
  position: absolute; inset: 0; z-index: 3;
  width: 100%; height: 100%; padding: 0; margin: 0;
  border: 0; border-radius: var(--mv-radius); background: transparent;
  cursor: pointer;
}
.mv-mon__hit:focus-visible { outline-offset: 4px; border-radius: var(--mv-radius); }

.mv-missing {
  position: absolute; inset: 0;
  display: grid; place-items: center; align-content: center; gap: 8px;
  padding: 16px; text-align: center;
  background-color: var(--mv-bg-3);
  background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1.3px);
  background-size: var(--mv-lattice) var(--mv-lattice);
  color: var(--mv-ink-3);
}
.mv-missing[hidden] { display: none; }
.mv-missing svg { width: 34px; height: 34px; color: var(--mv-ink-3); }

.mv-rack__controls {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  margin-top: clamp(8px, 2vw, 22px);
}
.mv-rack__count { min-width: 11ch; text-align: center; color: var(--mv-ink-2); }
.mv-rack__count b { color: var(--mv-ink); font-weight: 500; }
.mv-rack__hint { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 14px; }
.mv-rack__hint .mv-icon { width: 14px; height: 14px; }

@media (max-width: 700px) {
  .mv-rack__stage { height: clamp(430px, 128vw, 560px); perspective: 1200px; }
  .mv-mon { width: min(72vw, 320px); transform: translate(-50%, -50%) translateX(calc(var(--o) * 64%)) translateZ(calc(var(--a) * -260px)) rotateY(calc(var(--o) * -30deg + var(--ry))) rotateX(var(--rx)); }
}

/* ── the bay (project dialog) ──────────────────────────────────────── */
.mv-bay {
  width: min(1180px, 100vw - 24px);
  max-width: none;
  max-height: calc(100dvh - 24px);
  margin: auto;
  padding: 0;
  border: 1px solid var(--mv-line-2);
  border-radius: 26px;
  background: rgba(11, 11, 14, 0.9);
  color: var(--mv-ink);
  box-shadow: 0 60px 120px -40px rgba(0, 0, 0, 0.95);
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px) scale(0.965);
  clip-path: inset(6% 4% 6% 4% round 26px);
  transition: opacity 0.35s var(--mv-ease-in), transform 0.35s var(--mv-ease-in), clip-path 0.35s var(--mv-ease-in);
}
.mv-bay::backdrop {
  background: rgba(4, 4, 6, 0.78);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.mv-bay.is-open {
  opacity: 1; transform: none; clip-path: inset(0 0 0 0 round 26px);
  transition: opacity 0.5s var(--mv-ease), transform 0.7s var(--mv-ease), clip-path 0.8s var(--mv-ease);
}
.mv-bay__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 3vw, 48px);
  padding: clamp(18px, 3vw, 40px);
  max-height: calc(100dvh - 26px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--mv-line-2) transparent;
}
.mv-bay__close { position: absolute; top: 14px; right: 14px; z-index: 6; }

.mv-bay__info { display: flex; flex-direction: column; gap: 22px; min-width: 0; padding-top: 6px; }
.mv-bay__name { font-size: clamp(2.25rem, 4.6vw, 4.25rem); }
.mv-bay__angle { font-size: clamp(1.125rem, 1.6vw, 1.375rem); line-height: 1.5; color: var(--mv-ink); max-width: 30rem; text-wrap: pretty; }
.mv-bay__count { min-width: 8ch; text-align: center; color: var(--mv-ink-2); }
.mv-bay__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: auto; padding-top: 8px; }
.mv-bay__steps { display: inline-flex; align-items: center; gap: 8px; margin-right: auto; }

/* comparison monitor */
.mv-cmp-wrap { display: grid; gap: 12px; justify-items: center; }
.mv-cmp {
  --w: 100%;
  position: relative;
  height: min(76dvh, 740px);
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  background: #060608;
  border: 1px solid var(--mv-line-2);
  box-shadow: var(--mv-shadow), 0 0 0 8px rgba(255, 255, 255, 0.03);
}
.mv-cmp__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #060608; }
.mv-cmp__raw {
  position: absolute; inset: 0; z-index: 2;
  clip-path: inset(0 calc(100% - var(--w)) 0 0);
  background-color: var(--mv-bg-3);
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1.3px);
  background-size: var(--mv-lattice) var(--mv-lattice);
}
.mv-cmp__raw img { position: absolute; inset: 14% 8% 22%; width: 84%; height: 64%; object-fit: contain; filter: saturate(0.9); }
.mv-cmp__callout {
  position: absolute; left: 8%; bottom: 9%;
  display: grid; gap: 6px;
  color: var(--mv-ink-2);
}
.mv-cmp__callout::before { content: ""; width: 1px; height: 40px; margin-left: 14px; background: var(--mv-line-2); }
.mv-cmp__tag {
  position: absolute; top: 12px; z-index: 3;
  max-width: calc(50% - 18px);
  padding: 6px 9px; border-radius: 7px;
  background: rgba(10, 10, 12, 0.7);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  pointer-events: none;
}
.mv-cmp__tag--raw { left: 12px; color: var(--mv-ink-2); }
.mv-cmp__tag--master { right: 12px; color: var(--mv-ink); text-align: right; }
.mv-cmp__handle {
  position: absolute; top: 0; bottom: 0; left: var(--w); z-index: 4;
  width: 2px; margin-left: -1px;
  background: var(--mv-sig);
  pointer-events: none;
}
.mv-cmp__knob {
  position: absolute; top: 50%; left: 50%;
  display: grid; place-items: center;
  width: 44px; height: 44px; margin: -22px 0 0 -22px;
  border-radius: 50%;
  background: var(--mv-sig); color: var(--mv-sig-ink);
  box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.8);
}
.mv-cmp__knob .mv-icon { width: 18px; height: 18px; stroke-width: 2.2; }
.mv-cmp[data-w-edge="start"] .mv-cmp__knob { left: 22px; }
.mv-cmp[data-w-edge="end"] .mv-cmp__knob { left: -20px; }
.mv-cmp__range {
  position: absolute; inset: 0; z-index: 5;
  width: 100%; height: 100%; margin: 0;
  opacity: 0; cursor: ew-resize;
  -webkit-appearance: none; appearance: none;
  touch-action: pan-y;
}
.mv-cmp__range::-webkit-slider-thumb { -webkit-appearance: none; width: 64px; height: 100vh; }
.mv-cmp__range::-moz-range-thumb { width: 64px; height: 100vh; border: 0; }
.mv-cmp:has(.mv-cmp__range:focus-visible) { outline: 2px solid var(--mv-sig); outline-offset: 4px; }
.mv-cmp .mv-missing { z-index: 1; }

.mv-transport {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; grid-template-areas: "play scrub tc mute"; align-items: center; gap: 12px;
  width: 100%; max-width: calc(min(76dvh, 740px) * 9 / 16);
  min-width: 280px;
}
.mv-transport .mv-round { width: 44px; height: 44px; }
.mv-scrub {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 44px; margin: 0; background: transparent; cursor: pointer;
}
.mv-scrub::-webkit-slider-runnable-track {
  height: 3px; border-radius: 3px;
  background: linear-gradient(to right, var(--mv-sig) var(--p, 0%), var(--mv-line-2) var(--p, 0%));
}
.mv-scrub::-moz-range-track { height: 3px; border-radius: 3px; background: var(--mv-line-2); }
.mv-scrub::-moz-range-progress { height: 3px; border-radius: 3px; background: var(--mv-sig); }
.mv-scrub::-webkit-slider-thumb { -webkit-appearance: none; width: 14px; height: 14px; margin-top: -5.5px; border-radius: 50%; background: var(--mv-ink); border: 0; }
.mv-scrub::-moz-range-thumb { width: 14px; height: 14px; border-radius: 50%; background: var(--mv-ink); border: 0; }
.mv-transport__tc { grid-area: tc; color: var(--mv-ink-2); white-space: nowrap; }
.mv-transport__play { grid-area: play; }
.mv-transport .mv-scrub { grid-area: scrub; }
.mv-transport__mute { grid-area: mute; }
.mv-transport.is-empty .mv-round,
.mv-transport.is-empty .mv-scrub { opacity: 0.4; cursor: default; }
.mv-transport.is-empty .mv-round:active { transform: none; }
.mv-scrub:disabled { cursor: default; }
@media (max-width: 860px) {
  .mv-transport { grid-template-columns: auto minmax(0, 1fr) auto; grid-template-areas: "play scrub mute" "tc tc tc"; row-gap: 2px; }
  .mv-transport__tc { text-align: center; }
}

@media (max-width: 860px) {
  .mv-bay { width: 100vw; max-height: 100dvh; height: 100dvh; border-radius: 0; border: 0; }
  .mv-bay.is-open { clip-path: inset(0 0 0 0); }
  .mv-bay__inner { grid-template-columns: minmax(0, 1fr); max-height: 100dvh; padding: 64px 16px 28px; }
  .mv-cmp-wrap { order: -1; }
  .mv-cmp { height: min(62dvh, 640px); }
  .mv-transport { max-width: calc(min(62dvh, 640px) * 9 / 16); }
  .mv-bay__close { position: fixed; top: 10px; right: 10px; }
}

/* ── packages (slate) ──────────────────────────────────────────────── */
.mv-pack__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.mv-seg {
  display: inline-flex; gap: 4px; padding: 4px;
  border-radius: 999px; border: 1px solid var(--mv-line);
  background: rgba(255, 255, 255, 0.03);
  max-width: 100%; overflow-x: auto; scrollbar-width: none;
}
.mv-seg::-webkit-scrollbar { display: none; }
.mv-seg__opt { position: relative; }
.mv-seg__opt input { position: absolute; opacity: 0; pointer-events: none; }
.mv-seg__opt span {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px;
  border-radius: 999px; white-space: nowrap; cursor: pointer;
  font-family: var(--mv-body); font-variation-settings: "wdth" 112; font-size: 0.875rem; font-weight: 600;
  color: var(--mv-ink-2);
  transition: background-color 0.25s var(--mv-ease), color 0.25s;
}
.mv-seg__opt span:hover { color: var(--mv-ink); }
.mv-seg__opt input:checked + span { background: var(--mv-ink); color: var(--mv-bg); }
.mv-seg__opt input:focus-visible + span { outline: 2px solid var(--mv-sig); outline-offset: 2px; }

.mv-pack__grid { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 1000px) { .mv-pack__grid { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); } }

.mv-panel {
  position: relative;
  border-radius: 28px; border: 1px solid var(--mv-line);
  background: var(--mv-glass), var(--mv-bg-2);
  box-shadow: var(--mv-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: clamp(24px, 3.4vw, 44px);
}
.mv-panel__row { display: grid; gap: 32px; }
@media (min-width: 760px) { .mv-panel__row { grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1.15fr); } }
.mv-panel__rule { display: none; background: var(--mv-line); }
@media (min-width: 760px) { .mv-panel__rule { display: block; } }

.mv-price { display: flex; align-items: baseline; gap: 4px; margin-top: 0; font-family: var(--mv-display); font-variation-settings: "wdth" 125; font-weight: 850; font-size: clamp(3.5rem, 7vw, 5.5rem); line-height: 1; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.mv-price__cur { font-size: 0.5em; align-self: flex-start; margin-top: 0.18em; color: var(--mv-ink-2); }
.mv-price__digits { display: inline-flex; overflow: hidden; padding-block: 0.06em; }
.mv-price__digits span { display: inline-block; }
.mv-price__digits span.is-in { animation: mv-digit 0.55s var(--mv-ease) both; animation-delay: calc(var(--i, 0) * 32ms); }
@keyframes mv-digit { from { opacity: 0; transform: translateY(0.45em); filter: blur(6px); } to { opacity: 1; transform: none; filter: none; } }
.mv-pack__per { margin-top: 8px; }
.mv-pack__total { margin-top: 18px; color: var(--mv-ink-2); font-size: 0.9375rem; }
.mv-pack__total b { color: var(--mv-ink); font-weight: 650; font-variant-numeric: tabular-nums; }
.mv-pack__note { margin-top: 14px; color: var(--mv-ink-2); font-size: 0.9375rem; max-width: 26rem; }
.mv-panel .mv-btn { margin-top: 26px; }

.mv-list { display: grid; gap: 14px; align-content: center; }
.mv-list li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; align-items: start; color: var(--mv-ink-2); }
.mv-list .mv-tick { display: grid; place-items: center; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: rgba(255, 255, 255, 0.08); color: var(--mv-ink); }
.mv-list .mv-tick .mv-icon { width: 13px; height: 13px; stroke-width: 2.6; }

.mv-addons { display: grid; gap: 24px; }
.mv-addon { display: grid; gap: 6px; }
.mv-addon + .mv-addon { padding-top: 24px; border-top: 1px solid var(--mv-line); }
.mv-addon strong { font-family: var(--mv-display); font-variation-settings: "wdth" 112; font-size: 1.0625rem; font-weight: 700; }
.mv-addon__price { font-family: var(--mv-display); font-variation-settings: "wdth" 125; font-weight: 850; font-size: 2.5rem; line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.mv-addon p { color: var(--mv-ink-2); font-size: 0.9375rem; }

/* ── final call ────────────────────────────────────────────────────── */
.mv-call { position: relative; padding: clamp(110px, 16vw, 220px) 0 clamp(80px, 10vw, 140px); overflow: hidden; }
.mv-call__monitor {
  position: absolute; left: 50%; top: 50%; z-index: -1;
  width: min(1100px, 130vw); aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  background: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1.4px);
  background-size: var(--mv-lattice) var(--mv-lattice);
  -webkit-mask-image: radial-gradient(closest-side, #000 40%, transparent 100%);
  mask-image: radial-gradient(closest-side, #000 40%, transparent 100%);
}
.mv-call__inner { display: grid; justify-items: center; text-align: center; gap: 26px; }
.mv-call h2 { font-size: clamp(3rem, 8.4vw, 6rem); max-width: 14ch; }
.mv-call p { max-width: 32rem; color: var(--mv-ink-2); font-size: clamp(1.0625rem, 1.4vw, 1.25rem); }
.mv-call__contact { display: grid; justify-items: center; gap: 12px; margin-top: 6px; }
.mv-call .mv-btn--sig { min-height: 58px; padding: 0 30px; font-size: 1.0625rem; }

/* ── footer ────────────────────────────────────────────────────────── */
.mv-foot { border-top: 1px solid var(--mv-line); padding: 28px 0 36px; }
.mv-foot__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.mv-foot a { text-decoration: none; }
.mv-foot a:hover { color: var(--mv-ink); }

/* ── reveal (only once JS is running; content is visible without it) ─ */
.mv.mv-js [data-reveal] { opacity: 0; transform: translateY(28px); filter: blur(6px); transition: opacity 0.9s var(--mv-ease), transform 1.1s var(--mv-ease), filter 0.9s var(--mv-ease); transition-delay: calc(var(--d, 0) * 70ms); }
.mv.mv-js [data-reveal].is-in { opacity: 1; transform: none; filter: none; }

/* ── scrollbars (standalone page) ──────────────────────────────────── */
html.mv-page { background: #0a0a0c; scrollbar-color: rgba(255, 255, 255, 0.22) #0a0a0c; }
html.mv-page::-webkit-scrollbar { width: 10px; }
html.mv-page::-webkit-scrollbar-track { background: #0a0a0c; }
html.mv-page::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); border-radius: 10px; border: 2px solid #0a0a0c; }
html.mv-page body { margin: 0; background: #0a0a0c; }

/* ── reduced motion ────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .mv *, .mv *::before, .mv *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .mv-mon, .mv-mon.is-tilting { transition: opacity 0.3s, filter 0.3s; }
  .mv.mv-js [data-reveal] { transform: none; filter: none; transition: opacity 0.4s; }
  .mv-bay, .mv-bay.is-open { transform: none; clip-path: none; transition: opacity 0.25s; }
  .mv-price__digits span.is-in { animation: none; }
  .mv-rec { animation: none; }
}
