:root {
  --ink: #070712;
  --ink-2: #0b0b1b;
  --ivory: #f1eee5;
  --muted: #aaa7a5;
  --gold: #c9a867;
  --gold-hi: #f0d492;
  --line: rgba(241, 238, 229, 0.16);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --gutter: clamp(22px, 4.2vw, 72px);
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: linear-gradient(180deg, #070712 0%, #090917 40%, #06060e 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  background:
    radial-gradient(
      circle at 78% 12%,
      rgba(73, 51, 127, 0.17),
      transparent 32%
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size:
    auto,
    9vw 100%;
  mix-blend-mode: screen;
}
.grain {
  position: fixed;
  inset: -80%;
  z-index: 21;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  animation: grain 0.28s steps(2) infinite;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 18px;
  top: 18px;
  padding: 12px 16px;
  background: var(--ivory);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.nav {
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 96px;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.24em;
  font-size: 13px;
  font-weight: 600;
}
.wordmark img {
  filter: drop-shadow(0 7px 16px rgba(0, 0, 0, 0.4));
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 46px);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.nav-links > a:not(.nav-cta) {
  color: #bbb8b6;
  transition: color 0.25s;
}
.nav-links > a:hover {
  color: #fff;
}
.nav-cta {
  padding: 13px 18px;
  border: 1px solid rgba(232, 206, 145, 0.48);
  color: var(--gold-hi);
}
.nav-cta span {
  margin-left: 26px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  width: 36px;
  height: 36px;
}
.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 23px;
  height: 1px;
  margin: 6px auto;
  background: var(--ivory);
}
.hero {
  position: relative;
  height: max(750px, 100svh);
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 68% 42%,
      rgba(64, 45, 112, 0.22),
      transparent 32%
    ),
    linear-gradient(120deg, #080813, #080815 65%, #0a0a1c);
}
.hero-bg-poster,
.hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  mask-image: linear-gradient(to right, transparent 0%, #000 24%, #000 100%);
}
.hero-bg-poster {
  z-index: -3;
  opacity: 0.42;
  filter: saturate(0.8) contrast(1.06);
}
.hero-bg-video {
  z-index: -2;
  opacity: 0.5;
  filter: saturate(0.82) contrast(1.06);
}
.scene-canvas,
.scene-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.scene-canvas {
  opacity: 0;
  transition: opacity 1.2s;
}
.scene-canvas.ready {
  opacity: 1;
}
.scene-fallback {
  background:
    radial-gradient(
      ellipse at 73% 46%,
      rgba(200, 167, 99, 0.12),
      transparent 9%
    ),
    radial-gradient(
      ellipse at 69% 44%,
      rgba(58, 45, 104, 0.44),
      transparent 35%
    );
}
.scene-fallback::after {
  content: "";
  position: absolute;
  width: 22vw;
  height: 10vw;
  right: 10vw;
  top: 41%;
  border: 1px solid rgba(222, 193, 127, 0.16);
  transform: rotate(-9deg) skew(12deg);
  box-shadow:
    0 0 60px rgba(198, 163, 94, 0.06),
    inset 0 0 50px rgba(198, 163, 94, 0.05);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(7, 7, 18, 0.98) 0%,
      rgba(7, 7, 18, 0.96) 50%,
      rgba(7, 7, 18, 0.48) 66%,
      rgba(7, 7, 18, 0.08) 82%
    ),
    linear-gradient(0deg, #070712 0%, transparent 18%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 128px var(--gutter) 90px;
  max-width: 820px;
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: clamp(24px, 4vh, 48px);
  color: #cac5bc;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
}
.hero h1 {
  font-size: clamp(64px, 8.4vw, 142px);
  font-weight: 300;
  line-height: 0.87;
  letter-spacing: -0.067em;
  margin: 0;
  white-space: nowrap;
}
.hero h1 span {
  display: block;
  margin: 0 0 0.12em 0.06em;
  font-size: 0.33em;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #cbc7c0;
  font-weight: 400;
}
.hero h1 em,
.film-heading h2 em,
.story h2 em,
.instrument h2 em,
.download h2 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--gold-hi);
}
.hero-foot {
  display: grid;
  grid-template-columns: minmax(260px, 490px) auto;
  align-items: end;
  gap: 36px;
  margin-top: clamp(36px, 6vh, 76px);
  padding-left: 0.5vw;
}
.hero-foot > p {
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.55;
  color: #b9b6b1;
  margin: 0;
  max-width: 46ch;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  min-width: 232px;
  padding: 17px 20px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 600;
}
.button-gold {
  color: #0b0a0d;
  background: linear-gradient(110deg, #a98443, #f1d699 55%, #ae8741);
  box-shadow: 0 15px 50px rgba(191, 155, 81, 0.16);
  transition:
    transform 0.25s var(--ease),
    filter 0.25s;
}
.button-gold:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
}
.text-link {
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 8px;
}
.text-link span {
  margin-left: 12px;
  color: var(--gold-hi);
}
.hero-index {
  position: absolute;
  z-index: 2;
  right: var(--gutter);
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #aaa;
}
.hero-index span {
  display: inline-block;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  margin: 0 12px;
}
.scroll-cue {
  position: absolute;
  z-index: 2;
  right: var(--gutter);
  bottom: 38px;
  color: #aaa;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.scroll-cue span {
  color: var(--gold-hi);
  padding-left: 20px;
}
.overline,
.story-number {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
  margin: 0 0 24px;
}
.film-stage {
  padding: clamp(100px, 14vw, 210px) var(--gutter);
  background: linear-gradient(180deg, #070712, #0a0914);
}
.film-heading {
  display: grid;
  grid-template-columns: 1fr 2.2fr 1fr;
  align-items: end;
  gap: 32px;
  margin-bottom: 48px;
}
.film-heading .overline {
  align-self: start;
}
.film-heading h2 {
  font-size: clamp(46px, 6vw, 92px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.92;
  margin: 0;
}
.film-heading > p:last-child {
  color: #a4a1a0;
  line-height: 1.55;
  max-width: 30ch;
  margin: 0;
}
.media-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: linear-gradient(135deg, #111125, #06060d);
  cursor: zoom-in;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  isolation: isolate;
}
.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.18);
}
.media-frame video,
.media-frame .media-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 1.1s var(--ease),
    opacity 0.4s;
}
.media-frame video {
  z-index: 1;
}
.media-frame .media-fallback {
  z-index: 0;
}
.media-frame.has-video .media-fallback {
  opacity: 0;
}
.media-frame:hover video,
.media-frame:hover .media-fallback {
  transform: scale(1.015);
}
.media-corner,
.media-label {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 24px;
  padding: 7px 10px;
  background: rgba(5, 5, 12, 0.72);
  backdrop-filter: blur(10px);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.media-play {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  padding: 13px 16px;
  background: rgba(239, 235, 224, 0.9);
  color: #0a0910;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 9px;
}
.media-play b {
  font-size: 15px;
  margin-left: 24px;
}
.media-open {
  position: absolute;
  z-index: 3;
  right: 22px;
  top: 20px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 18px;
  background: rgba(5, 5, 12, 0.35);
}
.manifesto {
  min-height: 92vh;
  padding: clamp(120px, 15vw, 230px) var(--gutter);
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 7vw;
  align-content: center;
  background:
    radial-gradient(
      circle at 10% 60%,
      rgba(82, 56, 135, 0.12),
      transparent 30%
    ),
    #070712;
}
.manifesto blockquote {
  font-size: clamp(43px, 6.8vw, 110px);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 16ch;
}
.manifesto blockquote em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--gold-hi);
}
.manifesto-note {
  grid-column: 2;
  display: grid;
  grid-template-columns: 60px minmax(240px, 450px);
  gap: 30px;
  margin-top: 70px;
  margin-left: auto;
}
.manifesto-note span {
  font-size: 10px;
  color: var(--gold);
  border-top: 1px solid var(--gold);
  padding-top: 10px;
}
.manifesto-note p {
  margin: 0;
  color: #a8a5a3;
  line-height: 1.7;
}
.stories {
  padding: 0 var(--gutter);
}
.story {
  min-height: 96vh;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(440px, 1.55fr);
  gap: clamp(45px, 8vw, 130px);
  align-items: center;
  padding: clamp(90px, 11vw, 170px) 0;
  border-top: 1px solid var(--line);
}
.story-reverse {
  grid-template-columns: minmax(440px, 1.55fr) minmax(300px, 0.82fr);
}
.story-reverse .story-copy {
  grid-column: 2;
}
.story-reverse .media-frame {
  grid-column: 1;
  grid-row: 1;
}
.story-copy h2 {
  font-size: clamp(45px, 5.5vw, 86px);
  line-height: 0.97;
  letter-spacing: -0.052em;
  font-weight: 300;
  margin: 0 0 35px;
}
.story-copy > p:not(.story-number) {
  max-width: 50ch;
  color: #aaa7a4;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
}
.feature-notes {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  border-top: 1px solid var(--line);
}
.feature-notes li {
  position: relative;
  padding: 12px 0 12px 19px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c8c4bd;
}
.feature-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.story[data-accent="violet"] .media-frame {
  box-shadow: 0 40px 100px rgba(72, 42, 119, 0.2);
}
.story[data-accent="cyan"] .media-frame {
  box-shadow: 0 40px 100px rgba(22, 98, 111, 0.14);
}
.story[data-accent="amber"] .media-frame {
  box-shadow: 0 40px 100px rgba(118, 76, 24, 0.16);
}
.story-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 85px);
  border-top: 1px solid var(--line);
  padding: clamp(110px, 12vw, 180px) 0;
}
.mini-story .media-frame {
  margin-bottom: 45px;
}
.mini-story h3 {
  font-size: clamp(34px, 4.2vw, 65px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0 0 25px;
}
.mini-story > p:last-child {
  max-width: 43ch;
  color: #aaa7a4;
  line-height: 1.65;
}
.instrument {
  padding: clamp(120px, 15vw, 220px) var(--gutter);
  background: #ebe6dc;
  color: #0c0b12;
}
.instrument > .overline {
  color: #715b2e;
}
.instrument > h2 {
  font-size: clamp(52px, 7.4vw, 116px);
  font-weight: 300;
  line-height: 0.88;
  letter-spacing: -0.06em;
  margin: 0 0 110px;
}
.instrument > h2 em {
  color: #755921;
}
.capabilities {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(12, 11, 18, 0.25);
}
.capabilities > div {
  min-height: 235px;
  padding: 22px clamp(14px, 2vw, 32px);
  border-right: 1px solid rgba(12, 11, 18, 0.2);
}
.capabilities > div:first-child {
  padding-left: 0;
}
.capabilities > div:last-child {
  border: 0;
}
.capabilities span {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #70592b;
}
.capabilities h3 {
  font-size: clamp(19px, 1.8vw, 27px);
  font-weight: 400;
  margin: 58px 0 14px;
}
.capabilities p {
  font-size: 13px;
  line-height: 1.6;
  color: #57535a;
  margin: 0;
}
.download {
  position: relative;
  text-align: center;
  padding: clamp(130px, 17vw, 260px) var(--gutter) 120px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 30%,
      rgba(92, 61, 145, 0.22),
      transparent 30%
    ),
    #080712;
}
.download::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(201, 168, 103, 0.08);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow:
    0 0 0 100px rgba(201, 168, 103, 0.025),
    0 0 0 200px rgba(201, 168, 103, 0.015);
}
.download > * {
  position: relative;
}
.download-mark {
  width: clamp(110px, 11vw, 180px);
  height: auto;
  margin-bottom: 55px;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.5));
}
.download h2 {
  font-size: clamp(54px, 7.5vw, 116px);
  font-weight: 300;
  line-height: 0.88;
  letter-spacing: -0.06em;
  margin: 0;
}
.download-intro {
  color: #aaa6a2;
  margin: 40px 0;
}
.platform-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 45px 0;
}
.platform-tabs button {
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: none;
  color: #77737a;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 9px;
  cursor: pointer;
}
.platform-tabs button.active {
  color: var(--gold-hi);
  border-color: var(--gold);
}
.downloads {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.download-option {
  position: relative;
  min-height: 180px;
  padding: 26px;
  border-right: 1px solid var(--line);
  transition: background 0.25s;
}
.download-option:last-child {
  border: 0;
}
.download-option:hover,
.download-option.featured {
  background: rgba(213, 180, 111, 0.08);
}
.download-option span {
  display: block;
  color: #89858a;
  font-size: 9px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.download-option b {
  display: block;
  font-size: 23px;
  font-weight: 300;
  margin-top: 34px;
}
.download-option small {
  display: block;
  color: #8c888a;
  font-size: 10px;
  margin-top: 8px;
}
.download-option i {
  position: absolute;
  right: 24px;
  top: 24px;
  color: var(--gold-hi);
  font-style: normal;
}
.linux-archive {
  max-width: 1200px;
  margin: 26px auto 0;
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  color: #767278;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.linux-archive a {
  margin-left: 12px;
  color: #aaa6a3;
}
.linux-archive a:hover {
  color: var(--gold-hi);
}
footer {
  min-height: 120px;
  padding: 30px var(--gutter);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  color: #827f82;
  font-size: 10px;
  letter-spacing: 0.08em;
}
footer .wordmark {
  color: var(--ivory);
}
footer > p {
  text-align: center;
}
footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}
footer a:hover {
  color: var(--gold-hi);
}
.motion-toggle {
  min-width: 44px;
  min-height: 44px;
  position: fixed;
  z-index: 35;
  left: 20px;
  bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 7, 18, 0.76);
  backdrop-filter: blur(12px);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  cursor: pointer;
}
.motion-toggle:disabled {
  cursor: default;
}
.motion-icon {
  color: var(--gold-hi);
}
.media-modal {
  width: min(94vw, 1500px);
  max-width: none;
  padding: 0;
  border: 0;
  background: #05050a;
  color: var(--ivory);
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.9);
}
.media-modal::backdrop {
  background: rgba(3, 3, 8, 0.9);
  backdrop-filter: blur(15px);
}
.media-modal video {
  display: block;
  width: 100%;
  max-height: 82vh;
  background: #000;
}
.media-modal p {
  margin: 0;
  padding: 14px 18px;
  color: #aaa;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.modal-close {
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 12px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(5, 5, 10, 0.75);
  cursor: pointer;
}
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 1s var(--ease),
    transform 1s var(--ease);
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}
@keyframes grain {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(3%, -2%);
  }
  50% {
    transform: translate(-2%, 4%);
  }
  75% {
    transform: translate(4%, 2%);
  }
  100% {
    transform: translate(-3%, -4%);
  }
}
@media (max-width: 900px) {
  body::before {
    background-size:
      auto,
      25vw 100%;
  }
  .nav {
    height: 76px;
  }
  .menu-toggle {
    display: block;
    z-index: 2;
  }
  .nav-links {
    position: absolute;
    top: 0;
    right: 0;
    width: min(88vw, 390px);
    height: 100vh;
    padding: 110px 30px 40px;
    background: rgba(8, 8, 19, 0.97);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    transition:
      transform 0.4s var(--ease),
      opacity 0.3s var(--ease),
      visibility 0s linear 0.4s;
  }
  .nav-links.open {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .nav-links a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }
  .nav-cta span {
    float: right;
  }
  .hero-copy {
    padding-top: 105px;
  }
  .hero h1 {
    font-size: clamp(55px, 15vw, 103px);
    white-space: normal;
    line-height: 0.86;
  }
  .hero-foot {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .hero-index {
    display: none;
  }
  .film-heading {
    grid-template-columns: 1fr 2fr;
  }
  .film-heading > p:last-child {
    grid-column: 2;
  }
  .manifesto {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .manifesto blockquote,
  .manifesto-note {
    grid-column: 1;
  }
  .story,
  .story-reverse {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 110px 0;
  }
  .story-reverse .story-copy,
  .story-reverse .media-frame {
    grid-column: 1;
    grid-row: auto;
  }
  .story-reverse .story-copy {
    order: 0;
  }
  .story-reverse .media-frame {
    order: 1;
  }
  .story-duo {
    grid-template-columns: 1fr;
  }
  .capabilities {
    grid-template-columns: 1fr 1fr;
  }
  .capabilities > div {
    border-bottom: 1px solid rgba(12, 11, 18, 0.2);
  }
  .downloads {
    grid-template-columns: 1fr 1fr;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }
  footer > p,
  footer > div {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .grain {
    display: none;
  }
  .scene-canvas,
  .scene-fallback {
    display: none;
  }
  .hero {
    min-height: 760px;
  }
  .hero-bg-poster,
  .hero-bg-video {
    width: 100%;
    opacity: 0.18;
    mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 92%);
  }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(7, 7, 18, 0.9), rgba(7, 7, 18, 0.35)),
      linear-gradient(0deg, #070712, transparent 30%);
  }
  .hero-copy {
    justify-content: flex-end;
    padding-bottom: 110px;
  }
  .hero-kicker {
    margin-bottom: 30px;
  }
  .hero-kicker img {
    width: 42px;
  }
  .hero h1 {
    font-size: clamp(53px, 17vw, 80px);
  }
  .hero-foot {
    margin-top: 35px;
  }
  .hero-foot > p {
    font-size: 14px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .scroll-cue {
    display: none;
  }
  .film-stage {
    padding-left: 0;
    padding-right: 0;
  }
  .film-heading {
    grid-template-columns: 1fr;
    padding: 0 var(--gutter);
  }
  .film-heading > p:last-child {
    grid-column: 1;
  }
  .film-heading h2 {
    font-size: 48px;
  }
  .media-frame-hero {
    aspect-ratio: 4/5;
  }
  .media-frame-hero video,
  .media-frame-hero .media-fallback {
    object-position: center;
  }
  .manifesto blockquote {
    font-size: 43px;
  }
  .manifesto-note {
    grid-template-columns: 35px 1fr;
    margin-top: 45px;
  }
  .story-copy h2 {
    font-size: 46px;
  }
  .story .media-frame {
    aspect-ratio: 4/3;
  }
  .mini-story h3 {
    font-size: 42px;
  }
  .capabilities {
    grid-template-columns: 1fr;
  }
  .capabilities > div {
    min-height: 170px;
    padding: 22px 0;
  }
  .capabilities h3 {
    margin-top: 30px;
  }
  .instrument > h2 {
    margin-bottom: 70px;
  }
  .downloads {
    grid-template-columns: 1fr;
  }
  .download-option {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .linux-archive {
    justify-content: center;
    flex-wrap: wrap;
  }
  .platform-tabs {
    gap: 20px;
  }
  .media-label {
    display: none;
  }
  .motion-label {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .grain {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .scene-canvas {
    display: none;
  }
  .hero-bg-video {
    display: none;
  }
  .media-frame video {
    display: none;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Runtime and accessibility states */
.nav {
  transition:
    transform 0.35s var(--ease),
    background 0.35s;
}
.nav.nav-scrolled {
  position: fixed;
  height: 72px;
  background: rgba(7, 7, 18, 0.86);
  backdrop-filter: blur(18px);
}
.nav.nav-hidden {
  transform: translateY(-105%);
}
.reveal {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 1s var(--ease),
    transform 1s var(--ease);
}
.js .reveal.in-view {
  opacity: 1;
  transform: none;
}
.motion-paused .grain {
  animation-play-state: paused;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold-hi);
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Keep the still visible until the browser has decoded and started the film. */
.media-frame video {
  z-index: 0;
}
.media-frame .media-fallback {
  z-index: 1;
}
.media-frame.has-video video {
  z-index: 1;
}
.media-frame.has-video .media-fallback {
  opacity: 0;
}
