:root {
  --ink: #090b0a;
  --ink-2: #101412;
  --panel: #161c18;
  --panel-2: #1b231e;
  --line: #2a342e;
  --cream: #eeeee8;
  --muted: #a5ada7;
  --green: #718f7b;
  --green-dark: #345443;
  --blue: #7e8e98;
  --shadow: 0 34px 100px rgb(0 0 0 / 0.48);
  --shell: 1240px;
  --display: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --condensed: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  --mono: "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before { display: none; }

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

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.shell {
  width: min(var(--shell), calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--green);
  font-weight: 800;
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgb(9 11 10 / 0.92);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--cream);
  text-decoration: none;
}

.wordmark img {
  width: 38px;
  height: 38px;
  image-rendering: pixelated;
}

.wordmark span {
  font: 800 14px/1 var(--display);
  letter-spacing: 0.18em;
}

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

.site-nav a {
  color: var(--muted);
  font: 700 12px/1 var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--cream);
}

.site-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--green);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--line);
  color: var(--cream);
  background: transparent;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 0.2s, opacity 0.2s;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 77% 35%, rgb(62 91 74 / 0.32), transparent 32%),
    linear-gradient(115deg, #090b0a 0 52%, #101612 100%),
    var(--ink);
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background:
    linear-gradient(90deg, transparent 0 66%, rgb(255 255 255 / 0.035) 66% 66.08%, transparent 66.08%),
    linear-gradient(160deg, transparent 0 70%, rgb(113 143 123 / 0.1) 70% 70.1%, transparent 70.1%);
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 700px;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  padding-block: 102px;
}

.home-hero .hero-grid {
  min-height: 580px;
  grid-template-columns: minmax(0, 860px);
}

.home-hero .hero-copy {
  max-width: 860px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 38%, rgb(62 91 74 / 0.25), transparent 30%),
    linear-gradient(115deg, #090b0a 0 58%, #111712 100%);
}

.page-hero-grid {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
  padding-block: 100px 82px;
}

.page-hero h1 {
  margin: 0;
}

.page-hero-copy {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.back-link {
  display: inline-block;
  margin-bottom: 31px;
  color: #9bad9f;
  font: 800 11px/1 var(--display);
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--cream);
}

.hero-copy,
.player-card,
.product-demo-video,
.page-hero-grid > *,
.split-intro > *,
.buy-grid > *,
.support-grid > * {
  min-width: 0;
}

.kicker,
.eyebrow {
  margin: 0 0 20px;
  color: #91aa99;
  font: 800 11px/1.4 var(--display);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--condensed);
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(54px, 5.7vw, 88px);
  line-height: 0.92;
}

h1 em,
h2 em {
  color: #b7c6bb;
  font-style: normal;
}

h2 {
  margin-bottom: 25px;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 0.98;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.2;
}

.hero-lead {
  max-width: 630px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid transparent;
  font: 800 12px/1 var(--display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.16s, box-shadow 0.16s, color 0.16s, background 0.16s;
}

.button.primary {
  border-color: #789682;
  color: #fff;
  background: var(--green-dark);
}

.button.primary:hover,
.button.primary:focus-visible {
  border-color: #9cb1a2;
  background: #426652;
}

.button.secondary {
  border-color: var(--line);
  color: var(--cream);
  background: rgb(16 20 18 / 0.75);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: var(--cream);
}

.quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 32px 0 0;
  padding: 0;
  color: #8d96aa;
  font: 700 10px/1.4 var(--display);
  letter-spacing: 0.1em;
  list-style: none;
  text-transform: uppercase;
}

.quick-facts li::before {
  margin-right: 8px;
  color: #829b89;
  content: "—";
}

.player-card {
  position: relative;
  border: 1px solid #3b4941;
  background: #0b0e0c;
  box-shadow: var(--shadow);
}

.product-demo-video {
  overflow: hidden;
  border: 1px solid #3b4941;
  background: #000;
  box-shadow: var(--shadow);
}

.product-demo-video video {
  display: block;
  width: 100%;
  aspect-ratio: 840 / 784;
  background: #000;
  object-fit: cover;
}

.demo-label {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  color: #819187;
  background: #111612;
  font: 800 8px/1 var(--mono);
  letter-spacing: 0.1em;
}

.demo-label span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.demo-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #829b89;
  box-shadow: 0 0 0 4px rgb(130 155 137 / 0.12);
}

.demo-label b {
  color: #b5c1b8;
  font: inherit;
}

.player-card::after {
  position: absolute;
  z-index: -1;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgb(113 143 123 / 0.28);
  content: "";
}

.window-titlebar {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  color: #d6dbe7;
  background: #151a17;
  font: 700 11px/1 var(--mono);
}

.window-titlebar > span:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}

.window-titlebar img {
  width: 22px;
  height: 22px;
}

.window-buttons {
  color: #788079;
  letter-spacing: 0.55em;
}

.player-toolbar {
  display: grid;
  grid-template-columns: minmax(140px, 1.8fr) repeat(3, minmax(62px, 0.62fr));
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
}

.fake-field {
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid #333d37;
  background: #101411;
}

.fake-field small,
.fake-field b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fake-field small {
  margin-bottom: 3px;
  color: #77817a;
  font: 700 8px/1 var(--mono);
}

.fake-field b {
  color: #e4e7ee;
  font: 700 10px/1.2 var(--mono);
}

.preview-stage {
  position: relative;
  display: grid;
  min-height: 390px;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgb(113 143 123 / 0.14), transparent 33%),
    #202622;
}

.pixel-grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(45deg, #111722 25%, transparent 25%),
    linear-gradient(-45deg, #111722 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #111722 75%),
    linear-gradient(-45deg, transparent 75%, #111722 75%);
  background-position: 0 0, 0 16px, 16px -16px, -16px 0;
  background-size: 32px 32px;
}

.preview-focus {
  position: relative;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
}

.preview-focus::before,
.preview-focus::after {
  position: absolute;
  border: 1px solid rgb(155 174 161 / 0.16);
  content: "";
}

.preview-focus::before { inset: -42px; }
.preview-focus::after { inset: -82px; }

.preview-focus > span {
  position: absolute;
  width: 250px;
  height: 1px;
  background: rgb(155 174 161 / 0.18);
}

.demo-icon {
  position: relative;
  z-index: 1;
  width: 150px;
  border-radius: 27px;
  box-shadow: 0 25px 50px rgb(0 0 0 / 0.42);
  transition: transform 0.3s ease;
}

.player-card:not(.paused) .demo-icon {
  animation: icon-pulse 2.4s ease-in-out infinite;
}

.live-pill {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border: 1px solid #425068;
  color: #b5bfd2;
  background: rgb(10 14 11 / 0.85);
  font: 700 8px/1 var(--mono);
  letter-spacing: 0.08em;
}

.live-pill i {
  width: 6px;
  height: 6px;
  background: #789682;
}

.frame-count {
  position: absolute;
  right: 16px;
  bottom: 14px;
  color: #8892a5;
  font: 700 10px/1 var(--mono);
}

.frame-count b {
  color: var(--cream);
}

.transport {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 20px;
  padding: 10px 12px;
  color: #8d96aa;
  font: 700 9px/1 var(--mono);
}

.transport-button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #465169;
  place-items: center;
  color: var(--cream);
  background: #202722;
  cursor: pointer;
}

.transport strong {
  margin-left: auto;
  color: #91aa99;
}

.section {
  padding-block: 118px;
}

.catalogue-section {
  color: var(--cream);
  background: #0d100e;
}

.catalogue-page {
  min-height: 620px;
}

.section-heading-row {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(45px, 8vw, 120px);
}

.section-heading-row > p {
  max-width: 460px;
  margin-bottom: 27px;
  color: var(--muted);
  font-size: 18px;
}

.catalogue-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
  color: #829287;
  font: 800 10px/1 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalogue-label b {
  color: var(--cream);
  font-size: 12px;
}

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

.product-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: #121713;
  transition: border-color 0.18s, transform 0.18s;
}

.product-card:hover {
  border-color: #52635a;
  transform: translateY(-4px);
}

.product-card-visual {
  position: relative;
  display: grid;
  min-height: 310px;
  overflow: hidden;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 47%, rgb(113 143 123 / 0.2), transparent 28%),
    linear-gradient(145deg, #171d19, #0b0e0c);
}

.product-card-visual::before {
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgb(113 143 123 / 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgb(113 143 123 / 0.45) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
}

.product-card-visual img {
  position: relative;
  width: 150px;
  height: 150px;
  image-rendering: pixelated;
  filter: drop-shadow(14px 18px 0 rgb(0 0 0 / 0.3));
  transition: transform 0.2s;
}

.product-card:hover .product-card-visual img {
  transform: scale(1.04);
}

.product-card-visual > span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: #7f8e84;
  font: 800 9px/1 var(--mono);
  letter-spacing: 0.12em;
}

.product-card-copy {
  padding: 28px;
}

.product-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.product-type {
  margin-bottom: 7px;
  color: #91aa99;
  font: 800 9px/1 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card h2,
.product-card h3 {
  margin-bottom: 13px;
  color: var(--cream);
  font-family: var(--condensed);
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.product-card-copy > p {
  color: var(--muted);
}

.product-price {
  color: #b9c7bd;
  font: 800 17px/1 var(--mono);
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--cream);
  font: 800 11px/1 var(--display);
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  color: var(--green);
  font-size: 18px;
  transition: transform 0.16s;
}

.text-link:hover span {
  transform: translateX(4px);
}

.studio-statement {
  padding-block: 90px;
  border-top: 1px solid var(--line);
  background: var(--ink-2);
}

.studio-statement-grid {
  display: grid;
  grid-template-columns: 150px minmax(320px, 1fr) minmax(280px, 0.7fr);
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
}

.studio-statement img {
  width: 150px;
  image-rendering: pixelated;
}

.studio-statement h2,
.studio-statement p {
  margin-bottom: 0;
}

.studio-statement-grid > p {
  color: var(--muted);
  font-size: 17px;
}

.problem-section {
  color: var(--cream);
  background: #121713;
}

.problem-section .eyebrow,
.section-heading .eyebrow {
  color: #89a091;
}

.split-intro,
.buy-grid,
.support-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: clamp(45px, 9vw, 130px);
}

.split-intro > p,
.buy-copy > p,
.support-grid > div > p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 19px;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 72px;
  border-top: 1px solid #39453e;
  border-left: 1px solid #39453e;
}

.workflow article {
  position: relative;
  min-height: 290px;
  padding: 30px;
  border-right: 1px solid #39453e;
  border-bottom: 1px solid #39453e;
  background: #0e120f;
}

.workflow article:hover {
  background: #18231c;
}

.workflow span,
.feature-number {
  color: #737f77;
  font: 700 10px/1 var(--mono);
}

.workflow b {
  display: block;
  margin: 45px 0 16px;
  color: #8ca394;
  font: 800 27px/1 var(--condensed);
  letter-spacing: 0.05em;
}

.workflow p {
  margin: 0;
  color: #9ba49e;
}

.feature-section {
  background:
    radial-gradient(circle at 75% 25%, rgb(63 89 72 / 0.13), transparent 28%),
    var(--ink);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 62px;
}

.section-heading .eyebrow {
  color: #8ca394;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgb(16 20 18 / 0.7);
}

.feature-wide {
  grid-column: span 2;
}

.feature h3 {
  margin-top: auto;
}

.feature p {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--muted);
}

.feature-accent {
  color: var(--cream);
  background: #26382d;
}

.feature-accent .feature-number,
.feature-accent p {
  color: #bdc9c0;
}

.pixel-icon {
  display: grid;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  border: 1px solid #6d8876;
  place-items: center;
  color: #9eb1a3;
  font: 900 23px/1 var(--mono);
  box-shadow: none;
}

.feature-accent .pixel-icon {
  border-color: #8fa497;
  color: #c4d0c7;
  box-shadow: none;
}

.reload-visual {
  position: relative;
  display: grid;
  width: min(100%, 470px);
  min-height: 98px;
  grid-template-columns: 1fr 44px 1fr;
  align-items: center;
  gap: 12px;
  margin: 40px 0 24px;
  color: var(--cream);
  font: 800 10px/1.3 var(--mono);
}

.reload-visual b,
.reload-visual strong {
  padding: 18px;
  border: 1px solid #4a556d;
  background: var(--panel);
}

.reload-visual strong {
  border-color: #748f7c;
  color: #9eb1a3;
}

.reload-visual i {
  position: absolute;
  left: calc(50% - 18px);
  width: 7px;
  height: 7px;
  background: #718f7b;
  animation: transfer 1.4s steps(3) infinite;
}

.reload-visual i:nth-child(1) { animation-delay: 0s; }
.reload-visual i:nth-child(2) { animation-delay: 0.22s; }
.reload-visual i:nth-child(3) { animation-delay: 0.44s; }

.buy-section {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    linear-gradient(120deg, rgb(7 10 8 / 0.35), transparent 55%),
    #2c4437;
}

.buy-section::before {
  position: absolute;
  top: -100px;
  left: 8%;
  width: 260px;
  height: 260px;
  border: 1px solid rgb(217 226 219 / 0.12);
  transform: rotate(18deg);
  content: "";
}

.buy-grid {
  position: relative;
  align-items: center;
}

.buy-copy .eyebrow {
  color: #bdcec2;
}

.buy-copy > p {
  max-width: 580px;
  color: #c1ccc4;
}

.price-card {
  padding: 42px;
  border: 1px solid #52675a;
  color: var(--cream);
  background: #0d110e;
  box-shadow: 0 28px 70px rgb(0 0 0 / 0.35);
}

.price-card > p:first-child {
  margin-bottom: 18px;
  color: #9eb1a3;
  font: 800 11px/1 var(--mono);
  letter-spacing: 0.1em;
}

.price {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.price sup {
  margin-top: 14px;
  color: #9eb1a3;
  font: 900 24px/1 var(--mono);
}

.price b {
  font-size: 74px;
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.price-card > small,
.checkout-note {
  color: #929caf;
  font-size: 12px;
}

.price-card ul {
  margin: 30px 0;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.price-card li {
  margin: 8px 0;
  color: #c6ccda;
}

.price-card li::before {
  margin-right: 10px;
  color: #9eb1a3;
  content: "✓";
}

.checkout-button {
  width: 100%;
}

.checkout-button[aria-disabled="true"] {
  opacity: 0.62;
  cursor: not-allowed;
  box-shadow: none;
}

.checkout-button[aria-disabled="true"]:hover {
  transform: none;
  box-shadow: none;
}

.checkout-note {
  margin: 16px 0 0;
  text-align: center;
}

.product-support-cta {
  padding-block: 76px;
  border-top: 1px solid var(--line);
  background: var(--ink-2);
}

.product-support-cta .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.product-support-cta h2,
.product-support-cta .eyebrow {
  margin-bottom: 0;
}

.product-support-cta .eyebrow {
  margin-bottom: 12px;
}

.support-section {
  background:
    radial-gradient(circle at 18% 18%, rgb(62 91 74 / 0.16), transparent 30%),
    var(--ink);
  color: var(--cream);
}

.support-section .support-grid > div > p {
  color: var(--muted);
}

.support-grid {
  align-items: start;
}

.system-box {
  margin-top: 45px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: none;
}

.system-box span,
.system-box b {
  display: block;
}

.system-box span {
  margin-bottom: 8px;
  color: #91aa99;
  font: 800 10px/1 var(--mono);
  letter-spacing: 0.1em;
}

.system-box p {
  margin: 5px 0 0;
  color: var(--muted);
}

.direct-email {
  margin-top: 26px;
  color: var(--muted);
}

.direct-email a {
  color: #a9c3b0;
  font-weight: 800;
}

.support-form {
  padding: 36px;
  border: 1px solid #3a463f;
  background: var(--panel);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  font: 800 11px/1.3 var(--mono);
  letter-spacing: 0.04em;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #4a574f;
  border-radius: 0;
  color: var(--cream);
  background: #0d110e;
  caret-color: var(--cream);
}

.field input {
  min-height: 50px;
  padding: 10px 12px;
}

.field textarea {
  min-height: 170px;
  padding: 12px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: #789682;
  outline: 3px solid rgb(113 143 123 / 0.2);
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-privacy,
.form-status {
  color: var(--muted);
  font-size: 12px;
}

.form-privacy a {
  font-weight: 800;
}

.form-status:not(:empty) {
  margin: 18px 0 0;
  padding: 10px 12px;
  border-left: 4px solid var(--green);
  background: #1d2a22;
}

.studio-strip {
  padding-block: 78px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgb(113 143 123 / 0.07), transparent 35%),
    var(--ink-2);
}

.studio-strip .shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 7vw, 90px);
}

.studio-strip img {
  width: clamp(110px, 14vw, 180px);
  image-rendering: pixelated;
}

.studio-strip p {
  margin-bottom: 14px;
  color: #8fa697;
  font: 800 10px/1 var(--mono);
  letter-spacing: 0.13em;
}

.studio-strip h2 {
  margin: 0;
}

.site-footer {
  background: #07090e;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  padding-block: 70px 58px;
}

.footer-brand p {
  max-width: 330px;
  margin-top: 18px;
  color: #8e97a9;
}

.footer-main h2 {
  margin: 3px 0 18px;
  color: #6f788b;
  font: 800 10px/1 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-main > div:not(:first-child) a {
  display: block;
  margin: 9px 0;
  color: #b6bdcb;
  font-size: 14px;
  text-decoration: none;
}

.footer-main > div:not(:first-child) a:hover {
  color: var(--green);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px 28px;
  border-top: 1px solid #252b39;
  color: #70798b;
  font-size: 11px;
}

/* Legal and error pages */
.plain-page {
  background: var(--cream);
  color: var(--ink);
}

.plain-page::before {
  display: none;
}

.plain-page .site-header {
  background: rgb(247 243 232 / 0.94);
}

.plain-page .wordmark,
.plain-page .site-nav a {
  color: var(--ink);
}

.plain-page .site-nav a[aria-current="page"] {
  text-decoration-color: var(--green-dark);
}

.plain-page .legal-main {
  width: min(820px, calc(100% - 64px));
  min-height: 65vh;
  margin-inline: auto;
  padding-block: 90px 120px;
}

.legal-main .eyebrow {
  color: #4b7e11;
}

.legal-main h1 {
  font-size: clamp(52px, 7vw, 82px);
}

.legal-main h2 {
  margin-top: 62px;
  font-size: 32px;
  letter-spacing: -0.03em;
}

.legal-main h3 {
  margin-top: 34px;
  font-size: 19px;
}

.legal-main p,
.legal-main li {
  color: #4f5661;
}

.legal-main a {
  color: #416d10;
  font-weight: 800;
}

.legal-note {
  margin: 34px 0;
  padding: 20px;
  border-left: 5px solid #4b7e11;
  background: #e8eddf;
}

.plain-page .site-footer {
  color: var(--cream);
}

.error-main {
  display: grid;
  min-height: calc(100vh - 82px);
  place-items: center;
  padding: 60px 24px;
  text-align: center;
}

.error-code {
  margin: 0;
  color: var(--green);
  font: 900 clamp(100px, 24vw, 260px)/0.8 var(--mono);
  letter-spacing: -0.12em;
}

.error-mark {
  width: 76px;
  margin: 0 auto 42px;
  image-rendering: pixelated;
}

@keyframes icon-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.025); }
}

@keyframes transfer {
  0% { opacity: 0; transform: translateX(-16px); }
  35%, 60% { opacity: 1; }
  100% { opacity: 0; transform: translateX(38px); }
}

@media (max-width: 1020px) {
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 80px 126px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .player-card {
    width: min(100%, 720px);
    justify-self: center;
  }

  .product-demo-video {
    width: min(100%, 720px);
    justify-self: center;
  }

  .page-hero-grid,
  .section-heading-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-hero-grid {
    min-height: 390px;
  }

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

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

  .studio-statement-grid {
    grid-template-columns: 120px 1fr;
  }

  .studio-statement img {
    width: 120px;
  }

  .studio-statement-grid > p {
    grid-column: 2;
  }

  .split-intro,
  .buy-grid,
  .support-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .split-intro > p,
  .buy-copy > p,
  .support-grid > div > p {
    max-width: 720px;
  }

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

  .feature-wide {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 36px, var(--shell));
  }

  .nav-wrap {
    min-height: 72px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .site-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--ink);
  }

  .site-nav.open {
    display: flex;
    flex-direction: column;
  }

  .site-nav a {
    min-height: 48px;
    padding: 16px 4px;
    border-bottom: 1px solid var(--line);
  }

  .plain-page .site-nav {
    background: var(--cream);
  }

  .hero-grid {
    gap: 58px;
    padding-block: 66px 118px;
  }

  .page-hero-grid {
    min-height: 340px;
    padding-block: 72px 62px;
  }

  h1 {
    font-size: clamp(47px, 14vw, 68px);
  }

  h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .button-row {
    display: grid;
  }

  .button-row .button {
    width: 100%;
  }

  .player-toolbar {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .file-field {
    grid-column: 1 / -1;
  }

  .preview-stage {
    min-height: 310px;
  }

  .preview-focus {
    width: 150px;
    height: 150px;
  }

  .demo-icon {
    width: 128px;
  }

  .transport {
    gap: 12px;
  }

  .transport strong {
    display: none;
  }

  .section {
    padding-block: 82px;
  }

  .workflow,
  .feature-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card-visual {
    min-height: 270px;
  }

  .studio-statement-grid {
    grid-template-columns: 84px 1fr;
    gap: 28px;
  }

  .studio-statement img {
    width: 84px;
  }

  .studio-statement-grid > p {
    grid-column: 1 / -1;
  }

  .product-support-cta .shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .workflow article {
    min-height: 240px;
  }

  .feature-wide {
    grid-column: auto;
  }

  .feature {
    min-height: 290px;
  }

  .reload-visual {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .reload-visual i {
    display: none;
  }

  .price-card,
  .support-form {
    padding: 28px 22px;
  }

  .field-row,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .studio-strip .shell {
    align-items: flex-start;
  }

  .studio-strip img {
    width: 88px;
    flex: 0 0 88px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .plain-page .legal-main {
    width: min(100% - 36px, 820px);
    padding-block: 65px 90px;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 42px;
  }

  .wordmark img {
    width: 39px;
    height: 39px;
  }

  .quick-facts {
    display: grid;
  }

  .window-titlebar {
    font-size: 9px;
  }

  .window-buttons {
    display: none;
  }

  .demo-label b {
    display: none;
  }

  .preview-stage {
    min-height: 270px;
  }

  .preview-focus {
    width: 130px;
    height: 130px;
  }

  .demo-icon {
    width: 110px;
  }

  .live-pill {
    top: 10px;
    right: 10px;
  }

  .transport span:nth-of-type(2) {
    display: none;
  }

  .studio-strip .shell {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

}
