:root {
  color-scheme: dark;
  --ink: #070604;
  --black: #100d07;
  --panel: #2b2114;
  --sand: #a98753;
  --sand-light: #e7c579;
  --cream: #f5dca2;
  --muted: #b39762;
  --green: #b6ff1a;
  --purple: #c54dff;
  --orange: #ff9322;
  --pink: #ff4b9d;
  --line: rgba(232, 187, 105, 0.34);
  --scar: rgba(38, 26, 12, 0.88);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
  font-family: Arial, Helvetica, sans-serif;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.studio-shell {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(182, 255, 26, 0.08), transparent 22%),
    linear-gradient(218deg, rgba(255, 75, 157, 0.11), transparent 38%),
    linear-gradient(rgba(12, 9, 5, 0.76), rgba(9, 7, 4, 0.93)),
    url("assets/images/sjammfilter-backplate.png") center top / cover fixed,
    var(--ink);
}

.studio-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0 2px, transparent 2px 11px);
  mix-blend-mode: overlay;
  opacity: 0.7;
}

.studio-mode-on {
  --green: #c8ff2f;
  --purple: #ee65ff;
  --pink: #ff65b7;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--cream);
  background:
    linear-gradient(rgba(9, 8, 5, 0.78), rgba(9, 8, 5, 0.91)),
    url("assets/images/sjammfilter-backplate.png") center top / cover fixed,
    var(--ink);
  line-height: 1.55;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 200;
  padding: 10px 12px;
  border: 2px solid var(--green);
  border-radius: 6px;
  color: var(--ink);
  background: var(--green);
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}

.enter-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at center, rgba(182, 255, 26, 0.12), transparent 32%),
    rgba(5, 5, 3, 0.98);
  transition: opacity 320ms ease, visibility 320ms ease;
}

.enter-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gate-frame {
  width: min(920px, 100%);
  padding: clamp(28px, 6vw, 70px);
  border: 2px solid rgba(182, 255, 26, 0.86);
  border-radius: 4px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(43, 33, 20, 0.92), rgba(14, 11, 6, 0.9)),
    url("assets/images/sjammfilter-backplate.png") center / cover;
  box-shadow: 0 0 0 8px rgba(182, 255, 26, 0.045), 0 28px 90px rgba(0, 0, 0, 0.78);
}

.gate-frame h1 {
  font-size: clamp(3.1rem, 9vw, 8rem);
}

.signal {
  color: var(--green);
  font-weight: 900;
}

.gate-copy {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 2px solid rgba(232, 187, 105, 0.26);
  background:
    linear-gradient(90deg, rgba(43, 33, 20, 0.94), rgba(9, 8, 5, 0.96)),
    url("assets/images/sjammfilter-backplate.png") center 18% / cover;
  backdrop-filter: blur(16px);
}

.brand {
  position: relative;
  display: block;
  flex: 0 1 310px;
  width: clamp(210px, 24vw, 310px);
  min-height: 44px;
  aspect-ratio: 355 / 57;
  background: url("assets/product-art/sbs-plugin-wordmark.png") left center / contain no-repeat;
  filter: drop-shadow(2px 3px 0 rgba(0, 0, 0, 0.62));
  text-decoration: none;
}

.brand span,
.brand small {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 12px;
  border: 1px solid rgba(232, 187, 105, 0.12);
  border-radius: 4px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  background: rgba(9, 8, 5, 0.32);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  border-color: rgba(182, 255, 26, 0.54);
  color: var(--green);
  background: rgba(182, 255, 26, 0.05);
}

.nav-toggle {
  display: none;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--cream);
  background: var(--panel);
  font-weight: 800;
}

.brand-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(760px, calc(100vh - 70px));
  overflow: hidden;
  padding: clamp(42px, 8vw, 96px) clamp(18px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: var(--black);
}

.brand-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 8, 5, 0.92) 0%, rgba(9, 8, 5, 0.62) 44%, rgba(9, 8, 5, 0.12) 100%),
    linear-gradient(0deg, rgba(9, 8, 5, 0.86) 0%, rgba(9, 8, 5, 0.12) 46%, rgba(9, 8, 5, 0.24) 100%);
}

.brand-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.brand-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.brand-hero-copy h1 {
  max-width: 960px;
}

.brand-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--cream);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.brand-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(182, 255, 26, 0.55);
  border-radius: 6px;
  color: var(--green);
  background: rgba(9, 8, 5, 0.7);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  min-height: calc(100vh - 70px);
  padding: clamp(36px, 7vw, 92px) clamp(18px, 4vw, 54px) clamp(28px, 5vw, 72px);
}

.product-hero {
  min-height: auto;
  background: rgba(9, 8, 5, 0.48);
}

.hero-copy,
.page-hero {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: #ffe7a7;
  font-size: clamp(3.5rem, 10vw, 8.6rem);
  line-height: 0.86;
  font-style: italic;
  text-shadow:
    3px 3px 0 rgba(0, 0, 0, 0.9),
    6px 6px 0 rgba(197, 77, 255, 0.26),
    -2px 2px 0 rgba(182, 255, 26, 0.12);
}

.byline {
  margin: 18px 0 0;
  color: var(--sand-light);
  font-size: clamp(1.1rem, 2.5vw, 1.75rem);
  font-weight: 900;
  font-style: italic;
}

.hero-text {
  max-width: 680px;
  margin: 22px 0;
  color: var(--cream);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.price-panel,
.price-card {
  border: 2px solid var(--orange);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 38%),
    rgba(43, 33, 20, 0.88);
  box-shadow: var(--shadow);
}

.price-panel {
  display: inline-grid;
  gap: 3px;
  min-width: min(100%, 340px);
  padding: 16px 18px;
}

.price-panel span,
.price-panel small,
.notice {
  color: var(--muted);
}

.price-panel strong,
.price {
  color: var(--green);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 2px solid var(--line);
  border-radius: 4px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.22);
  transition: transform 120ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button:hover:not(:disabled):not(.disabled):not(.is-disabled) {
  transform: translateY(-1px);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.24), 0 0 22px rgba(182, 255, 26, 0.1);
}

.button.primary {
  border-color: var(--pink);
  color: var(--ink);
  background: var(--pink);
}

.button.secondary {
  border-color: var(--green);
  color: var(--green);
  background: rgba(182, 255, 26, 0.08);
}

.button.ghost {
  border-color: var(--orange);
  color: var(--orange);
  background: rgba(255, 159, 36, 0.08);
}

.button.disabled {
  opacity: 0.66;
  cursor: not-allowed;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line);
  pointer-events: none;
}

.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus-visible,
.button.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.button:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
}

.button:active:not(:disabled):not(.disabled):not(.is-disabled) {
  transform: translateY(1px);
}

.studio-panel {
  border: 1px solid rgba(232, 187, 105, 0.38);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 36%),
    linear-gradient(135deg, rgba(43, 33, 20, 0.9), rgba(9, 8, 5, 0.88)),
    url("assets/images/sjammfilter-backplate.png") center / cover;
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.48), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.studio-hero {
  position: relative;
  min-height: calc(100vh - 70px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(32px, 6vw, 72px) clamp(18px, 4vw, 54px);
}

.studio-hero > img,
.studio-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.studio-hero > img {
  object-fit: cover;
  object-position: center;
}

.studio-overlay {
  background:
    linear-gradient(90deg, rgba(9, 8, 5, 0.9), rgba(25, 18, 9, 0.66) 46%, rgba(9, 8, 5, 0.2)),
    linear-gradient(0deg, rgba(9, 8, 5, 0.9), transparent 54%),
    repeating-linear-gradient(90deg, rgba(182, 255, 26, 0.04) 0 1px, transparent 1px 17px);
}

.hero-console {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding: clamp(22px, 5vw, 50px);
}

.console-top,
.console-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hero-console h1 {
  margin-top: 18px;
}

.hero-line {
  max-width: 720px;
  color: var(--cream);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.hero-badges,
.mini-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-badges span,
.mini-specs li {
  padding: 8px 10px;
  border: 1px solid rgba(182, 255, 26, 0.36);
  border-radius: 4px;
  color: var(--green);
  background: rgba(0, 0, 0, 0.36);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.oversampling {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(182, 255, 26, 0.38);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.45);
}

.oversampling span {
  padding: 0 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.oversampling button {
  min-width: 42px;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 900;
}

.oversampling button.is-active {
  color: var(--ink);
  border-color: var(--green);
  background: var(--green);
}

.meter-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(18px, 1fr));
  gap: 8px;
  max-width: 420px;
  height: 72px;
  margin-top: 26px;
  align-items: end;
}

.meter-row span {
  display: block;
  height: var(--level);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(var(--pink), var(--orange) 42%, var(--green));
  box-shadow: 0 0 16px rgba(182, 255, 26, 0.28);
}

.studio-status {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 42px);
  z-index: 1;
  display: grid;
  gap: 4px;
  min-width: 150px;
  padding: 14px;
  border: 1px solid var(--orange);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 147, 34, 0.08), transparent),
    rgba(9, 8, 5, 0.84);
}

.studio-status span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.studio-status strong {
  color: var(--green);
  font-size: 1.3rem;
}

.build-grid,
.plugin-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(18px, 4vw, 38px);
  align-items: center;
}

.build-shot {
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--line);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.45);
}

.build-shot img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: left top;
}

.build-card,
.plugin-detail {
  padding: clamp(20px, 4vw, 34px);
}

.catalog-table {
  margin: 0 0 clamp(24px, 5vw, 54px);
  overflow: hidden;
}

.catalog-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.9fr 0.9fr;
  gap: 16px;
  align-items: center;
  min-height: 64px;
  padding: 14px 18px;
  border-top: 1px solid rgba(232, 187, 105, 0.24);
  color: var(--muted);
  text-decoration: none;
}

.catalog-row:first-child {
  border-top: 0;
}

.catalog-row strong {
  color: var(--cream);
}

.catalog-row span:last-child {
  color: var(--green);
  font-weight: 900;
}

.catalog-head {
  min-height: 44px;
  color: var(--sand-light);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

a.catalog-row:hover {
  background: rgba(182, 255, 26, 0.045);
}

.studio-rack {
  background:
    linear-gradient(90deg, rgba(182, 255, 26, 0.06), transparent 42%),
    linear-gradient(180deg, rgba(43, 33, 20, 0.42), rgba(9, 8, 5, 0.68));
}

.rack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rack-module {
  position: relative;
  min-height: 260px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 44%),
    linear-gradient(135deg, rgba(43, 33, 20, 0.9), rgba(17, 16, 8, 0.84)),
    url("assets/images/sjammfilter-backplate.png") center / cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.rack-module::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(246, 222, 159, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 242, 188, 0.24) 0 18%, transparent 19%),
    repeating-conic-gradient(from 0deg, rgba(246, 222, 159, 0.18) 0 12deg, transparent 12deg 24deg);
  opacity: 0.72;
}

.rack-module.is-live {
  border-color: var(--green);
  background:
    linear-gradient(135deg, rgba(182, 255, 26, 0.1), rgba(255, 79, 163, 0.055)),
    rgba(17, 16, 8, 0.9);
}

.rack-led {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 8px;
  border-radius: 3px;
  color: var(--ink);
  background: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.rack-module.is-live .rack-led {
  background: var(--green);
}

.rack-module h3 {
  color: var(--cream);
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  font-style: italic;
}

.rack-module p {
  max-width: 28ch;
  color: var(--muted);
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
}

.standard-grid span {
  display: grid;
  place-items: center;
  min-height: 70px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--green);
  background:
    linear-gradient(180deg, rgba(182, 255, 26, 0.055), transparent),
    rgba(17, 16, 8, 0.82);
  font-weight: 900;
}

.release-board {
  background:
    linear-gradient(135deg, rgba(255, 79, 163, 0.08), rgba(255, 159, 36, 0.06)),
    rgba(9, 8, 5, 0.7);
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.release-grid div {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(17, 16, 8, 0.84);
}

.release-grid strong {
  color: var(--green);
  font-size: 1.6rem;
}

.release-grid span {
  color: var(--muted);
  font-weight: 800;
}

.manifest-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: rgba(182, 255, 26, 0.06);
}

.studio-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 22px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: rgba(9, 8, 5, 0.96);
}

.studio-footer button {
  border: 0;
  color: var(--green);
  background: transparent;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.developer-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  max-width: min(360px, calc(100vw - 36px));
  padding: 12px 14px;
  border: 1px solid var(--green);
  border-radius: 8px;
  color: var(--green);
  background: rgba(9, 8, 5, 0.94);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.developer-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.manifest-lines {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 5vw, 54px);
  color: var(--cream);
  font-size: clamp(1.2rem, 2.5vw, 2.2rem);
  font-weight: 900;
}

.contact-panel,
.compliance-grid {
  padding: clamp(22px, 4vw, 40px);
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hero-media,
.screenshot-grid figure,
.poster {
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--line);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.42);
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: left top;
}

figcaption {
  padding: 10px 12px;
  color: var(--sand-light);
  font-size: 0.9rem;
  font-weight: 800;
}

.section,
.page {
  padding: clamp(38px, 6vw, 84px) clamp(18px, 4vw, 54px);
}

.section {
  border-top: 1px solid var(--line);
}

.two-column,
.price-section,
.support-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(22px, 5vw, 60px);
  align-items: start;
}

h2 {
  margin: 0;
  color: #ffe7a7;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.72);
}

h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.copy-stack p,
.feature p,
.demo-placeholder p,
.support-strip p,
.legal-block p,
.timeline p,
.page-hero p {
  color: var(--muted);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 24px;
}

.feature-grid,
.screenshot-grid,
.compat-grid,
.manual-grid,
.plugin-grid,
.parameter-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature,
.plugin-card,
.compat-grid div,
.manual-grid article,
.parameter-list div,
.legal-block,
.timeline article,
details {
  border: 1px solid var(--line);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 42%),
    rgba(17, 16, 8, 0.82);
}

.plugins-section {
  background: rgba(8, 19, 29, 0.58);
}

.section-heading p {
  max-width: 760px;
  color: var(--muted);
}

.plugin-card {
  min-height: 230px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plugin-card h3 {
  color: var(--cream);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-style: italic;
}

.plugin-card p {
  color: var(--muted);
}

.plugin-card.is-live {
  border-color: var(--green);
  background:
    linear-gradient(135deg, rgba(182, 255, 26, 0.12), rgba(255, 79, 163, 0.08)),
    rgba(17, 16, 8, 0.84);
}

.status {
  width: fit-content;
  padding: 6px 8px;
  border-radius: 3px;
  color: var(--black);
  background: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plugin-card.is-live .status {
  background: var(--green);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.feature {
  padding: 20px;
  min-height: 180px;
}

.feature.green {
  border-color: var(--green);
}

.feature.purple {
  border-color: var(--purple);
}

.feature.orange {
  border-color: var(--orange);
}

.feature.pink {
  border-color: var(--pink);
}

.screenshot-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.screenshot-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
}

.demo-placeholder {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  border-color: rgba(217, 82, 255, 0.45);
  background: rgba(217, 82, 255, 0.06);
}

.compat-grid div,
.parameter-list div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.compat-grid strong,
.parameter-list strong {
  color: var(--green);
}

.compat-grid span,
.parameter-list span {
  color: var(--muted);
}

.price-section {
  align-items: center;
}

.price-card {
  padding: clamp(22px, 4vw, 42px);
}

.poster img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

.faq {
  display: grid;
  gap: 12px;
}

details {
  padding: 16px 18px;
}

summary {
  cursor: pointer;
  color: var(--sand-light);
  font-weight: 900;
}

.support-strip {
  align-items: center;
  background: rgba(255, 159, 36, 0.07);
}

.page {
  max-width: 1180px;
  margin: 0 auto;
}

.page-hero {
  padding: clamp(26px, 5vw, 60px) 0;
}

.page-hero h1 {
  font-size: clamp(3rem, 8vw, 6.6rem);
}

.manual-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.manual-grid article,
.legal-block,
.timeline article {
  padding: 22px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 12px 14px;
  border-left: 4px solid var(--green);
  background: rgba(255, 255, 255, 0.05);
}

.legal-page {
  max-width: 960px;
}

.legal-block + .legal-block,
.timeline article + article {
  margin-top: 14px;
}

.timeline article span {
  color: var(--pink);
  font-weight: 900;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--black);
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 980px) {
  .hero,
  .two-column,
  .price-section,
  .support-strip,
  .demo-placeholder {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .feature-grid,
  .compat-grid,
  .plugin-grid,
  .parameter-list,
  .rack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .build-grid,
  .plugin-detail,
  .manifest-strip,
  .compliance-grid {
    grid-template-columns: 1fr;
  }

  .catalog-row {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-head {
    display: none;
  }

  .standard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .release-grid {
    grid-template-columns: 1fr;
  }

  .console-actions .button {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    inset: 68px 14px auto 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(9, 8, 5, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    padding-top: 42px;
  }

  h1,
  .page-hero h1 {
    font-size: clamp(3.1rem, 18vw, 5.2rem);
  }

  .feature-grid,
  .screenshot-grid,
  .compat-grid,
  .manual-grid,
  .plugin-grid,
  .parameter-list,
  .check-list {
    grid-template-columns: 1fr;
  }

  .brand-hero {
    min-height: 620px;
    align-items: end;
  }

  .brand-hero::after {
    background:
      linear-gradient(0deg, rgba(9, 8, 5, 0.94) 0%, rgba(9, 8, 5, 0.55) 58%, rgba(9, 8, 5, 0.2) 100%);
  }

  .brand-hero img {
    object-position: 64% center;
  }

  .hero-actions .button {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }

  .studio-hero {
    min-height: 780px;
    align-items: end;
    padding-top: 92px;
  }

  .studio-hero > img {
    object-position: 58% center;
  }

  .studio-overlay {
    background:
      linear-gradient(0deg, rgba(9, 8, 5, 0.94), rgba(9, 8, 5, 0.64) 58%, rgba(9, 8, 5, 0.22));
  }

  .hero-console {
    padding: 18px;
  }

  .console-actions .button,
  .gate-button {
    width: 100%;
  }

  .oversampling {
    width: 100%;
  }

  .oversampling span {
    width: 100%;
  }

  .studio-status {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 18px;
  }

  .standard-grid {
    grid-template-columns: 1fr;
  }

  .rack-grid {
    grid-template-columns: 1fr;
  }

  .catalog-row {
    gap: 6px 12px;
    padding: 16px;
  }

  .catalog-row span,
  .catalog-row strong {
    display: block;
  }

  .rack-module {
    min-height: 210px;
  }

  .mini-specs li,
  .hero-badges span {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Sounds By Sjammie storefront pass - built from the current plugin artwork. */
.studio-shell {
  background:
    linear-gradient(rgba(7, 6, 4, 0.92), rgba(7, 6, 4, 0.96)),
    url("assets/product-art/dark-splatter.png") repeat,
    var(--ink);
}

.studio-shell::before {
  z-index: 0;
  opacity: 0.22;
}

.site-header,
.studio-shell main,
.site-footer {
  position: relative;
  z-index: 1;
}

.product-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(600px, 1.28fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 120px);
  padding: clamp(52px, 8vh, 104px) clamp(18px, 4vw, 64px) 72px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(182, 255, 26, 0.045), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 42%);
}

.product-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  background: linear-gradient(90deg, var(--green) 0 24%, var(--orange) 24% 48%, var(--purple) 48% 73%, var(--pink) 73%);
  opacity: 0.8;
}

.product-stage-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.product-stage h1,
.catalog-hero h1 {
  margin: 8px 0 20px;
  color: #f8ddb0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 7rem;
  font-style: italic;
  font-weight: 900;
  line-height: 0.83;
  overflow-wrap: anywhere;
  text-shadow: 4px 4px 0 #080704, 7px 7px 0 rgba(182, 255, 26, 0.18);
}

.stage-lead,
.release-lead {
  color: var(--cream);
  font-size: 1.22rem;
  line-height: 1.48;
}

.stage-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.stage-meta span,
.stage-meta strong,
.release-state,
.release-number {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.52);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stage-meta strong {
  color: var(--ink);
  border-color: var(--green);
  background: var(--green);
}

.micro-copy {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-machine {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: 0;
  border: 1px solid rgba(245, 220, 162, 0.58);
  border-radius: 3px;
  background: #050503;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.7), 0 0 40px rgba(182, 255, 26, 0.08);
  transform: perspective(1400px) rotateY(-2deg);
}

.hero-machine::before {
  content: "CURRENT BUILD";
  position: absolute;
  top: -16px;
  right: 18px;
  z-index: 2;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--orange);
  font-size: 0.7rem;
  font-weight: 900;
}

.hero-machine img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.hero-machine figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 12px 16px;
  color: var(--green);
  background: rgba(6, 6, 3, 0.96);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.lineup-section {
  background:
    linear-gradient(180deg, rgba(246, 220, 162, 0.035), transparent 38%),
    rgba(5, 5, 3, 0.72);
}

.machine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1500px;
  margin: 0 auto;
}

.machine-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #0b0905;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.36);
}

.machine-card:hover {
  border-color: rgba(182, 255, 26, 0.62);
}

.machine-art {
  position: relative;
  display: block;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #050503;
}

.machine-art > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.machine-sjammiefilter .machine-art > img {
  transition: transform 260ms ease;
}

.machine-sjammiefilter:hover .machine-art > img {
  transform: scale(1.025);
}

.actual-plugin-art {
  background:
    linear-gradient(135deg, rgba(182, 255, 26, 0.04), rgba(255, 75, 157, 0.035)),
    #050503;
}

.machine-art.actual-plugin-art > img,
.release-art.actual-plugin-art > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.machine-art.actual-plugin-art > img {
  transition: transform 260ms ease, filter 260ms ease;
}

.machine-card:hover .actual-plugin-art > img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.018);
}

.skin-art {
  isolation: isolate;
}

.skin-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.skin-art .skin-backplate {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skin-art .skin-logo {
  position: absolute;
  z-index: 2;
  top: 13%;
  left: 50%;
  width: 76%;
  height: auto;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 7px 6px rgba(0, 0, 0, 0.72));
}

.mini-skin .skin-logo {
  top: 16%;
  width: 72%;
}

.skin-signal {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 9%;
  width: max-content;
  max-width: 82%;
  padding: 6px 9px;
  color: var(--green);
  border: 1px solid rgba(182, 255, 26, 0.52);
  background: rgba(4, 5, 3, 0.74);
  font-size: 0.62rem;
  font-weight: 900;
  text-align: center;
  transform: translateX(-50%);
}

.machine-copy {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 20px;
}

.release-state {
  width: fit-content;
  min-height: 28px;
  color: var(--orange);
  border-color: rgba(255, 147, 34, 0.48);
}

.release-state.live,
.release-state.ready {
  color: var(--green);
  border-color: rgba(182, 255, 26, 0.48);
}

.machine-copy h3 {
  margin: 16px 0 8px;
  color: var(--cream);
  font-size: 2rem;
  font-style: italic;
}

.machine-copy p {
  color: var(--muted);
}

.machine-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(232, 187, 105, 0.22);
}

.machine-footer strong {
  color: var(--cream);
}

.signal-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 7vw, 100px);
  align-items: center;
}

.signal-visual {
  min-height: 330px;
  display: grid;
  place-items: center;
  padding: 42px;
  border: 1px solid rgba(197, 77, 255, 0.42);
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 6px),
    #060704;
  box-shadow: inset 0 0 60px rgba(197, 77, 255, 0.07);
}

.signal-visual img {
  width: 100%;
  filter: drop-shadow(0 0 18px rgba(197, 77, 255, 0.3));
}

.signal-copy h2,
.studio-story h2,
.launch-section h2,
.catalog-hero h1,
.product-release h2 {
  max-width: 14ch;
}

.signal-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.signal-points div {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-top: 3px solid var(--green);
  background: rgba(255, 255, 255, 0.035);
}

.signal-points div:nth-child(2) { border-color: var(--purple); }
.signal-points div:nth-child(3) { border-color: var(--orange); }
.signal-points span { color: var(--muted); }

.studio-story {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 680px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-story > img,
.studio-story-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.studio-story > img {
  object-fit: cover;
  object-position: center 42%;
}

.studio-story-shade {
  background: linear-gradient(90deg, rgba(6, 5, 3, 0.94) 0%, rgba(6, 5, 3, 0.66) 48%, rgba(6, 5, 3, 0.08)), linear-gradient(0deg, rgba(6, 5, 3, 0.84), transparent 52%);
}

.studio-story-copy {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  margin: clamp(32px, 7vw, 100px);
}

.studio-story-copy p:not(.eyebrow) {
  color: var(--cream);
  font-size: 1.18rem;
}

.demo-stage,
.launch-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 7vw, 100px);
  align-items: center;
}

.demo-display {
  display: grid;
  place-items: center;
  min-height: 340px;
  padding: 28px;
  border: 1px solid rgba(255, 75, 157, 0.48);
  background:
    radial-gradient(circle at center, rgba(255, 75, 157, 0.12), transparent 42%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 6px),
    #080604;
  text-align: center;
}

.demo-icon {
  display: grid;
  place-items: center;
  width: 76px;
  aspect-ratio: 1;
  border: 2px solid var(--pink);
  border-radius: 50%;
  color: var(--pink);
  font-size: 1.6rem;
}

.demo-display strong { color: var(--cream); font-size: 1.1rem; }
.demo-display small { color: var(--muted); }

.launch-section {
  background:
    linear-gradient(90deg, rgba(182, 255, 26, 0.055), transparent 46%),
    rgba(6, 5, 3, 0.78);
}

.launch-card {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--green);
  background:
    linear-gradient(180deg, rgba(182, 255, 26, 0.06), transparent),
    url("assets/product-art/beige-texture.png") repeat,
    #19130c;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.launch-card .price {
  display: block;
  margin: 22px 0 6px;
}

.bundle-saving {
  color: var(--green);
  font-weight: 900;
}

.launch-checks {
  margin-top: 24px;
}

.faq-home {
  max-width: 1180px;
  margin: 0 auto;
}

.footer-brand {
  position: relative;
  display: block;
  width: min(280px, 78vw);
  aspect-ratio: 355 / 57;
  background: url("assets/product-art/sbs-plugin-wordmark.png") left center / contain no-repeat;
}

.footer-brand strong,
.footer-brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--muted);
  text-decoration: none;
}
.site-footer a:hover { color: var(--green); }

.catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 42px;
  align-items: end;
  min-height: 560px;
  padding: clamp(52px, 8vh, 96px) clamp(18px, 5vw, 76px) 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(182, 255, 26, 0.06), transparent 34%),
    linear-gradient(180deg, #0a0805, #030302);
}

.catalog-hero > div {
  padding-bottom: 74px;
}

.catalog-hero > div > p:last-child {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.14rem;
}

.catalog-hero > img {
  align-self: end;
  width: 100%;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,0.7));
}

.product-index {
  position: sticky;
  top: 69px;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: rgba(8, 7, 4, 0.94);
  backdrop-filter: blur(14px);
}

.product-index a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  padding: 14px clamp(14px, 3vw, 34px);
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.product-index a:last-child { border-right: 0; }
.product-index span { grid-row: 1 / 3; color: var(--green); font-weight: 900; }
.product-index strong { color: var(--cream); }
.product-index small { color: var(--muted); }
.product-index a:hover { background: rgba(182, 255, 26, 0.055); }

.product-release {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  min-height: 780px;
  padding: clamp(64px, 9vw, 128px) clamp(18px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 142px;
}

.product-release:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.018);
}

.release-art {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 220, 162, 0.48);
  border-radius: 3px;
  background: #050503;
  box-shadow: 0 28px 70px rgba(0,0,0,0.5);
}

.release-art > img:first-child {
  width: 100%;
  height: auto;
}

.large-skin {
  aspect-ratio: 2 / 1;
}

.large-skin .skin-logo {
  top: 14%;
  width: 68%;
}

.large-skin.mini-skin .skin-logo {
  top: 16%;
  width: 64%;
}

.skin-control-labels {
  position: absolute;
  z-index: 2;
  left: 8%;
  right: 8%;
  bottom: 27%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  color: var(--orange);
  font-size: 0.66rem;
  font-weight: 900;
  text-align: center;
}

.skin-control-labels span {
  padding: 5px;
  border: 1px solid rgba(255, 147, 34, 0.4);
  background: rgba(0,0,0,0.42);
}

.mini-labels { grid-template-columns: repeat(3, 1fr); color: var(--purple); }

.release-copy {
  max-width: 630px;
}

.release-copy h2 {
  margin-top: 14px;
  color: var(--cream);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 4.8rem;
  font-style: italic;
  overflow-wrap: anywhere;
}

.release-number {
  margin-bottom: 16px;
  color: var(--green);
}

.release-copy .price {
  display: block;
  margin: 24px 0 4px;
}

.price-tba {
  color: var(--orange);
  font-size: 2rem;
}

.spec-list {
  display: grid;
  gap: 0;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.spec-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(232, 187, 105, 0.2);
}

.spec-list strong { color: var(--cream); }
.spec-list span { color: var(--muted); }

.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.compare-grid div {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(10, 8, 5, 0.82);
}

.bundle-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(30px, 7vw, 100px);
  align-items: center;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid rgba(255, 75, 157, 0.45);
  background:
    linear-gradient(90deg, rgba(182, 255, 26, 0.08), transparent 38%),
    linear-gradient(270deg, rgba(255, 75, 157, 0.07), transparent 42%),
    #090705;
}

.bundle-offer h2 {
  max-width: 11ch;
  color: var(--cream);
  font-size: clamp(2.4rem, 6vw, 5rem);
}

.bundle-offer p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
}

.bundle-price-stack {
  display: grid;
  gap: 12px;
  padding: 10px 0 10px clamp(24px, 4vw, 52px);
  border-left: 3px solid var(--orange);
}

.bundle-price-stack > span,
.bundle-price-stack > small {
  color: var(--muted);
}

.bundle-price-stack .price {
  color: var(--green);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.bundle-price-stack .button {
  justify-self: start;
  margin-top: 10px;
}

.compare-grid strong { color: var(--green); font-size: 1.2rem; }
.compare-grid span { color: var(--muted); }

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .product-stage,
  .product-release {
    grid-template-columns: 1fr;
  }

  .product-stage {
    min-height: auto;
  }

  .product-stage-copy,
  .release-copy {
    max-width: 850px;
  }

  .hero-machine {
    width: 100%;
    transform: none;
  }

  .machine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .machine-card:first-child {
    grid-column: 1 / -1;
  }

  .product-release {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .product-stage h1,
  .catalog-hero h1 {
    font-size: 2.85rem;
  }

  .product-stage {
    gap: 24px;
    padding-top: 32px;
    padding-bottom: 38px;
  }

  .product-stage .stage-lead {
    font-size: 1rem;
  }

  .product-stage .stage-meta {
    margin: 16px 0;
  }

  .product-stage .micro-copy {
    margin-top: 10px;
  }

  .hero-machine::before {
    top: -14px;
    right: 8px;
  }

  .hero-machine figcaption {
    display: none;
  }

  .machine-grid,
  .signal-section,
  .signal-points,
  .demo-stage,
  .launch-section,
  .catalog-hero,
  .compare-grid,
  .bundle-offer {
    grid-template-columns: 1fr;
  }

  .bundle-price-stack {
    padding-left: 18px;
  }

  .machine-card:first-child {
    grid-column: auto;
  }

  .machine-copy {
    min-height: 240px;
  }

  .signal-visual,
  .demo-display {
    min-height: 260px;
    padding: 24px;
  }

  .studio-story {
    min-height: 620px;
  }

  .studio-story > img {
    object-position: 58% center;
  }

  .studio-story-shade {
    background: linear-gradient(0deg, rgba(6,5,3,0.96), rgba(6,5,3,0.52) 64%, rgba(6,5,3,0.12));
  }

  .studio-story-copy {
    margin: 28px 18px 44px;
  }

  .catalog-hero {
    min-height: 650px;
    align-items: end;
    padding-top: 52px;
  }

  .catalog-hero > div {
    padding-bottom: 0;
  }

  .catalog-hero > img {
    width: min(410px, 100%);
    margin: 0 auto;
  }

  .product-index {
    top: 68px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-index a {
    grid-template-columns: 1fr;
    gap: 1px;
    min-width: 0;
    padding: 10px 8px;
  }

  .product-index span {
    grid-row: auto;
  }

  .product-index strong {
    overflow-wrap: anywhere;
    font-size: 0.8rem;
  }

  .product-index small {
    display: none;
  }

  .product-release {
    padding-top: 70px;
    scroll-margin-top: 120px;
  }

  .release-copy h2 {
    font-size: 3.4rem;
  }

  .spec-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .large-skin .skin-logo,
  .large-skin.mini-skin .skin-logo {
    width: 74%;
  }

  .skin-control-labels {
    display: none;
  }

  .skin-signal {
    max-width: 92%;
    font-size: 0.54rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.portal-page .page-hero {
  max-width: 980px;
}

.portal-page .page-hero h1 {
  max-width: 12ch;
  font-size: 4.8rem;
}

.portal-page .page-hero > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.12rem;
}

.portal-status {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(24px, 5vw, 54px);
}

.portal-status h2 {
  font-size: 3.6rem;
}

.portal-status p:not(.eyebrow) {
  color: var(--muted);
}

.status-display {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 16px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.42);
}

.status-display span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-display strong {
  color: var(--orange);
  font-size: 0.76rem;
  text-align: right;
}

.portal-flow {
  padding-inline: 0;
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.error-page .page-hero {
  width: min(880px, 100%);
  padding: clamp(28px, 6vw, 68px);
}

@media (max-width: 900px) {
  .site-header {
    align-items: start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    inset: 68px 14px auto 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: rgba(9, 8, 5, 0.98);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.54);
  }

  .site-nav.is-open {
    display: flex;
  }

  .portal-status {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .portal-page .page-hero h1,
  .portal-status h2 {
    font-size: 3rem;
  }

  .status-display {
    grid-template-columns: 1fr;
  }

  .status-display strong {
    margin-bottom: 8px;
    text-align: left;
  }
}
