:root {
  --accent: #a0bf6c;
  --accent-bright: #b8d883;
  --ink: #f3f5ef;
  --muted: #9b9f96;
  --surface: #11150f;
  --line: rgba(255, 255, 255, .1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #0a0c09;
  font-family: "DM Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header, main, footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  font: 600 28px "Space Grotesk", sans-serif;
  letter-spacing: -.8px;
}

.wordmark img {
  width: 33px;
  height: 33px;
  object-fit: contain;
  margin-right: -4px;
  margin-bottom: 1px;
}

nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #c8cbc4;
  font-size: 14px;
}

nav a {
  transition: color .2s;
}

nav a:hover {
  color: var(--accent);
}

.nav-download {
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 11px 19px;
  background-color: var(--accent);
  color: black;
}

.nav-download:hover {
  background-color: #b2d673;
  color: black;
}

.hero {
  min-height: 550px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -70px;
  top: 50px;
  background: rgba(160, 191, 108, .11);
  filter: blur(90px);
  border-radius: 50%;
}

.hero-copy {
  max-width: 650px;
  position: relative;
  z-index: 2;
  padding: 50px 0 90px;
}

.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--accent);
  font: 600 12px "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.eyebrow span {
  width: 23px;
  height: 1px;
  background: var(--accent);
}

h1, h2, h3 {
  font-family: "Space Grotesk", sans-serif;
}

h1 {
  font-size: clamp(54px, 6.2vw, 84px);
  line-height: .98;
  letter-spacing: -4px;
  margin: 0;
  max-width: 750px;
}

h1 em {
  display: block;
  color: var(--accent);
  font-style: normal;
}

.hero-intro {
  max-width: 570px;
  color: #aeb2aa;
  font-size: 18px;
  line-height: 1.7;
  margin: 30px 0 31px;
}

.hero-actions {
  display: flex;
  gap: 12px;
}

.button {
  min-height: 58px;
  padding: 0 22px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-weight: 700;
  transition: background .2s;
}

.button svg {
  width: 22px;
  fill: currentColor;
}

.button span {
  line-height: 1.05;
}

.button small {
  display: block;
  font-size: 9px;
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 4px;
}

.button-primary {
  background: var(--accent);
  color: #11150d;
}

.button-primary:hover {
  background: var(--accent-bright);
}

.button-secondary {
  background: #181c16;
  border: 1px solid var(--line);
}

.platform-note {
  color: #656a62;
  font-size: 11px;
  margin: 15px 0 0 3px;
}

.hero-visual {
  height: 590px;
  position: relative;
  display: grid;
  place-items: center;
  z-index: 1;
}

.disc-stage {
  width: min(440px, 90%);
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}

.disc-stage::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: rgba(160, 191, 108, .2);
  filter: blur(70px);
}

.spinning-disc {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
  background: #111111;
  border: 2px solid rgba(225, 235, 224, .24);
  box-shadow: 0 45px 90px rgba(0, 0, 0, .7), inset 0 0 65px rgba(0, 0, 0, .35), inset 0 0 0 2px rgba(0, 0, 0, .25), 0 0 0 1px rgba(160, 191, 108, .05);
  /* animation: disc-spin 10s linear infinite; */
}

.spinning-disc::before {
  content: "";
  position: absolute;
  inset: 3%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 30% 70%, rgba(0, 0, 0, .12));
}

.spinning-disc::after {
  content: "";
  width: 15%;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0a0c09;
  border: 5px solid rgba(215, 225, 215, .5);
  box-shadow: inset 0 0 10px #000, 0 0 0 3px rgba(0, 0, 0, .45);
}

.disc-label {
  width: auto;
  aspect-ratio: auto;
  justify-content: center;
  position: absolute;
  top: 15%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  color: var(--ink);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .7);
  font-size: clamp(30px, 3.3vw, 44px);
  white-space: nowrap;
}

.disc-label img {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 2px 7px rgba(0, 0, 0, .55));
}

.disc-print {
  position: absolute;
  z-index: 2;
  color: rgba(236, 241, 235, .68);
  font: 700 clamp(7px, .72vw, 10px) "Space Grotesk", sans-serif;
  letter-spacing: .12em;
  line-height: 1.55;
}

.disc-format {
  top: 11%;
  right: 18%;
}

.disc-code {
  right: 14%;
  top: 50%;
  text-align: right;
  transform: translateY(-50%);
}

.disc-rating {
  width: 12%;
  aspect-ratio: .8;
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #e9eee8;
  border: 2px solid rgba(233, 238, 232, .72);
  letter-spacing: 0;
  line-height: 1;
}

.disc-rating b {
  font-size: clamp(17px, 2.3vw, 30px);
}

.disc-rating small {
  margin-top: 3px;
  font-size: clamp(4px, .42vw, 6px);
}

.disc-barcode {
  width: 21%;
  height: 8%;
  right: 15%;
  bottom: 18%;
  background: repeating-linear-gradient(90deg, rgba(236, 241, 235, .72) 0 2px, transparent 2px 4px, rgba(236, 241, 235, .72) 4px 5px, transparent 5px 8px);
}

.disc-legal {
  position: absolute;
  left: 10%;
  bottom: 4%;
  z-index: 2;
  width: 80%;
  height: 22%;
  overflow: visible;
  pointer-events: none;
}

.disc-legal text {
  fill: rgba(236, 241, 235, .68);
  font: 700 2.2px "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

@keyframes disc-spin {
  to {
    transform: rotate(360deg);
  }
}

.proof {
  padding: 34px 0 20px;
  border-bottom: 1px solid var(--line);
}

.proof p {
  text-align: center;
  color: var(--accent);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 25px;
}

.system-icons-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.system-icons-track {
  width: max-content;
  display: flex;
  animation: system-scroll 30s linear infinite;
}

.system-icons {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 0 0 auto;
  padding: 0 64px 0 0;
  margin: 0;
  list-style: none;
}

.system-icons li {
  width: 96px;
  height: 78px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.system-icons li.system-icon-wide {
  width: 150px;
}

.system-icons img {
  display: block;
  max-width: 82px;
  max-height: 66px;
  object-fit: contain;
  opacity: 1;
  transform: scale(var(--logo-scale, 1));
  transform-origin: center;
  transition: transform .2s ease;
}

.system-icons .system-icon-wide img {
  max-width: 150px;
  max-height: 52px;
}

.system-icons-marquee:hover .system-icons-track {
  animation-play-state: paused;
}

@keyframes system-scroll {
  to {
    transform: translateX(-50%);
  }
}

.product-showcase {
  overflow: hidden;
}

.showcase-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.showcase-heading .eyebrow {
  margin-bottom: 18px;
}

.showcase-heading h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.03;
  letter-spacing: -2.8px;
}

.showcase-heading > p {
  max-width: 410px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.product-preview {
  margin: 48px -4% 0;
  position: relative;
  aspect-ratio: 3020 / 1828;
}

.product-preview::after {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    linear-gradient(to right, #0a0c09 0%, transparent 10%, transparent 90%, #0a0c09 100%),
    linear-gradient(to bottom, #0a0c09 0%, transparent 12%, transparent 82%, #0a0c09 100%);
  pointer-events: none;
  z-index: 2;
}

.product-slide {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  filter: saturate(.9) brightness(.88);
  opacity: 0;
  transition: opacity .8s ease;
}

.product-slide.is-active {
  opacity: 1;
}

.slideshow-dots {
  position: absolute;
  left: 50%;
  bottom: 4%;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}

.slideshow-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, .38);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.slideshow-dots button.is-active {
  width: 24px;
  background: var(--accent);
}

.slideshow-dots button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.features {
  padding: 105px 0 100px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 35px;
}

.section-heading .eyebrow {
  align-self: flex-start;
  margin-top: 12px;
}

.section-heading h2 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -2.5px;
  margin: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-grid article {
  padding: 36px;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01));
}

.feature-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(160, 191, 108, .1);
  color: var(--accent);
  font-size: 22px;
  margin-bottom: 50px;
}

.feature-grid h3 {
  font-size: 20px;
  margin: 0 0 14px;
}

.feature-grid p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
  margin: 0;
}

.cta {
  min-height: 220px;
  border-radius: 18px;
  background: var(--accent);
  color: #12150f;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  grid-template-rows: repeat(2, minmax(76px, auto));
  align-items: stretch;
  column-gap: 28px;
  row-gap: 18px;
  padding: 46px 58px;
  overflow: hidden;
}

.cta > img {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  width: 80px;
  opacity: .9;
}

.cta > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-self: stretch;
  align-items: flex-start;
  text-align: left;
}

.cta > div:first-of-type { grid-column: 1; grid-row: 1; }
.cta > div:last-of-type { grid-column: 1; grid-row: 2; }

.cta > a {
  grid-column: 3;
  align-self: end;
  height: 65%;
  min-height: 0;
  min-width: 190px;
}

.cta > a:first-of-type { grid-row: 1; }
.cta > a:last-of-type { grid-row: 2; }

.cta p {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.cta h2 {
  margin: 0;
  font-size: 36px;
  letter-spacing: -1.5px;
}

.button-light {
  background: #f4f5f1;
  min-height: 54px;
}

.button-light span {
  font-size: 20px;
}

footer {
  padding-top: 75px;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666b63;
  font-size: 12px;
}

footer p {
  text-align: center;
}

footer div {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
}

footer .wordmark {
  color: var(--ink);
}

.downloads-page {
  overflow: hidden;
}

.downloads-hero {
  position: relative;
  min-height: 460px;
  padding: 85px 0 0;
  border-bottom: 1px solid var(--line);
}

.downloads-hero h1 em {
  display: inline;
}

.downloads-intro {
  max-width: 590px;
  margin: 28px 0 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.release-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #747a70;
  font-size: 12px;
}

.release-badge span {
  padding: 5px 9px;
  border: 1px solid rgba(160, 191, 108, .28);
  border-radius: 99px;
  background: rgba(160, 191, 108, .08);
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.download-section {
  padding: 90px 0 50px;
}

.download-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 60px;
  margin-bottom: 38px;
}

.download-section-heading .eyebrow {
  margin-bottom: 15px;
}

.download-section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 52px);
  letter-spacing: -2px;
}

.download-section-heading > p {
  justify-self: end;
  margin: 0 0 5px;
  padding-right: 15px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

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

.download-card {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .012));
  transition: border-color .2s ease;
}

.download-card:hover {
  border-color: rgba(160, 191, 108, .32);
}

.download-platform-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(160, 191, 108, .1);
  color: var(--accent);
}

.download-platform-icon svg {
  width: 25px;
  fill: currentColor;
}

.download-platform-icon > span {
  font-size: 24px;
}

.download-card-copy {
  margin: 34px 0 30px;
}

.download-platform {
  margin: 0 0 7px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.download-card h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: clamp(21px, 3vw, 27px);
  letter-spacing: -.8px;
}

.download-meta {
  margin: 10px 0 0;
  color: #6f746c;
  font-size: 12px;
}

.download-card-action {
  min-height: 52px;
  margin-top: auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 9px;
  background: var(--accent);
  color: #11150d;
  font-size: 14px;
  font-weight: 700;
  transition: background .2s ease;
}

.download-card-action:hover {
  background: var(--accent-bright);
}

.download-card-action span:last-child {
  font-size: 19px;
}

.download-help {
  margin: 32px 0 0;
  color: #747a70;
  text-align: center;
  font-size: 13px;
}

.download-help a {
  color: var(--ink);
}

.download-help a span {
  color: var(--accent);
}

.downloads-empty {
  padding: 65px 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  text-align: center;
}

.downloads-empty img {
  width: 55px;
  opacity: .7;
}

.downloads-empty h3 {
  margin: 20px 0 8px;
  font-size: 25px;
}

.downloads-empty p {
  margin: 0;
  color: var(--muted);
}

.art-pack-section {
  padding: 50px 0 0;
  border-top: 1px solid var(--line);
}

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

.art-pack-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .012));
  transition: border-color .2s ease;
}

.art-pack-card:hover {
  border-color: rgba(160, 191, 108, .32);
}

.art-pack-content {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 30px 32px 22px;
}

.art-pack-example {
  width: 125px;
  height: 150px;
  display: grid;
  place-items: center;
  padding: 10px;
  color: #747a70;
  text-align: center;
  font-size: 11px;
}

.art-pack-example img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .38));
}

.art-pack-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: -.7px;
}

.art-pack-copy > p:last-child {
  margin: 12px 0 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.art-pack-action {
  min-height: 50px;
  margin: auto 32px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid var(--accent);
  border-radius: 9px;
  background: var(--accent);
  color: #11150d;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .2s ease, background .2s ease;
}

.art-pack-action:hover {
  border-color: var(--accent-bright);
  background: var(--accent-bright);
}

.art-pack-action span:last-child {
  color: #11150d;
  font-size: 19px;
}

.art-pack-note {
  margin: 35px 0 0;
  color: #676c64;
  text-align: center;
  font-size: 12px;
}

.docs-layout {
  width: min(100% - 48px, 1240px);
  margin: 80px auto 140px;
  display: grid;
  grid-template-columns: 220px minmax(0, 900px);
  justify-content: center;
  align-items: start;
  gap: 64px;
}

.docs {
  width: 100%;
  max-width: 900px;
  min-width: 0;
}

.docs-sidebar {
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding-right: 18px;
  border-right: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.4;
}

.docs-sidebar-title {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.docs-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.docs-sidebar ul ul {
  margin: 5px 0 8px 12px;
  padding-left: 10px;
  border-left: 1px solid var(--line);
}

.docs-sidebar li + li { margin-top: 5px; }

.docs-sidebar a {
  position: relative;
  display: block;
  padding: 3px 0;
  color: #878c82;
  text-decoration: none;
  transition: color .18s ease;
}

.docs-sidebar a:hover, .docs-sidebar a:focus-visible {
  color: var(--accent);
}

.docs-sidebar a.is-active {
  color: var(--accent);
  font-weight: 600;
}

.docs-sidebar a.is-active::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 1.4em;
  margin-left: -19px;
  border-radius: 2px;
  background: var(--accent);
}

.docs-content h1, .docs-content h2, .docs-content h3 {
  scroll-margin-top: 110px;
}

.docs-content h1 {
  color: #F4F5F0;
}

.docs-content > h1 {
  font-size: clamp(44px, 6vw, 68px);
  margin: 18px 0 30px;
}

.docs-content {
  color: #9b9f96;
  font-size: 16px;
  line-height: 1.7;
}

.docs-content h2 {
  color: var(--ink);
  font-size: clamp(27px, 4vw, 36px);
  margin: 60px 0 16px;
  letter-spacing: -1px;
}

.docs-content h3 {
  color: var(--ink);
  font-size: 21px;
  margin: 36px 0 10px;
}

.docs-content a, .docs-content code {
  color: var(--accent);
}

.docs-content p, .docs-content li { max-width: 780px; }
.docs-content li + li { margin-top: 7px; }

.docs-content blockquote {
  margin: 28px 0;
  padding: 16px 22px;
  border-left: 3px solid var(--accent);
  background: var(--surface);
  color: var(--ink);
}

.docs-content blockquote p { margin: 0; }

.docs-content pre {
  overflow-x: auto;
  margin: 22px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #050705;
  line-height: 1.55;
}

.docs-content pre code { color: #dfe4da; }

.docs-content :not(pre) > code {
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(160, 191, 108, .1);
}

.docs-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  font-size: 14px;
}

.docs-content th, .docs-content td {
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.docs-content th {
  color: var(--ink);
  background: var(--surface);
}

.docs-content strong { color: var(--ink); }

@media (max-width: 650px) {
  .docs-content table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 1000px) {
  .docs-layout {
    width: min(100% - 30px, 760px);
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .docs-sidebar {
    position: static;
    max-height: none;
    padding: 20px 24px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--surface);
  }
}

@media (max-width: 850px) {
  .site-header, main, footer {
    width: min(100% - 30px, 680px);
  }

  nav a:not(.nav-download) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    text-align: center;
    padding: 80px 0 25px;
  }

  .hero-copy .eyebrow {
    justify-content: center;
  }

  h1 {
    letter-spacing: -3px;
  }

  .hero-intro {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    height: 430px;
  }

  .disc-stage {
    width: 370px;
  }

  .showcase-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .download-section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .download-section-heading > p {
    max-width: 580px;
    text-align: right;
  }

  .showcase-heading > p {
    max-width: 580px;
  }

  .section-heading {
    display: block;
  }

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

  .feature-grid article {
    min-height: 230px;
  }

  .feature-icon {
    margin-bottom: 35px;
  }

  .cta {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto repeat(2, minmax(76px, auto));
    padding: 38px;
  }

  .cta > img {
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0 auto 10px;
  }

  .cta > div:first-of-type { grid-column: 1; grid-row: 2; }
  .cta > a:first-of-type { grid-column: 2; grid-row: 2; }
  .cta > div:last-of-type { grid-column: 1; grid-row: 3; }
  .cta > a:last-of-type { grid-column: 2; grid-row: 3; }

  .cta .button {
    min-width: 170px;
  }
}

@media (max-width: 520px) {
  .site-header {
    height: 74px;
  }

  .nav-download {
    padding: 9px 14px;
  }

  .hero-copy {
    padding-top: 58px;
  }

  .downloads-hero {
    min-height: auto;
    padding: 65px 0 70px;
  }

  .downloads-hero h1 {
    font-size: 48px;
  }

  .downloads-intro {
    font-size: 16px;
  }

  .download-section {
    padding-top: 70px;
  }

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

  .art-pack-grid {
    grid-template-columns: 1fr;
  }

  .download-card {
    min-height: 295px;
    padding: 27px;
  }

  .art-pack-section {
    padding: 70px 0 0;
  }

  .art-pack-card {
    min-height: 295px;
  }

  .art-pack-content {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 18px;
    padding: 25px 25px 20px;
  }

  .art-pack-example {
    width: 100px;
    height: 125px;
  }

  .art-pack-action {
    margin: auto 25px 25px;
  }

  h1 {
    font-size: 48px;
    letter-spacing: -2.7px;
  }

  .hero-intro {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    height: 300px;
    margin-inline: -15px;
  }

  .disc-stage {
    width: 270px;
  }

  .disc-label {
    font-size: 27px;
  }

  .disc-label img {
    width: 36px;
    height: 36px;
  }

  .product-showcase {
    padding-top: 85px;
  }

  .showcase-heading h2 {
    font-size: 38px;
    letter-spacing: -2px;
  }

  .product-preview {
    margin: 35px -10% 0;
  }

  .features {
    padding: 90px 0;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .cta {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    text-align: center;
    padding: 38px 25px;
  }

  .cta > img {
    grid-column: 1;
    grid-row: auto;
    margin: auto;
  }

  .cta > div:first-of-type,
  .cta > a:first-of-type,
  .cta > div:last-of-type,
  .cta > a:last-of-type {
    grid-column: 1;
    grid-row: auto;
  }

  .cta > a {
    width: 100%;
    height: 54px;
  }

  .cta h2 {
    font-size: 30px;
  }

  footer {
    flex-direction: column;
    justify-content: center;
    padding: 45px 0;
    gap: 18px;
  }

  footer p {
    margin: 0;
  }
}

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

  .spinning-disc {
    animation: none;
  }

  .product-slide {
    transition: none;
  }

  .system-icons-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .system-icons-track {
    animation: none;
  }

  .system-icons-track .system-icons[aria-hidden="true"] {
    display: none;
  }
}
