@font-face {
  font-family: "Anybody";
  src: url("../fonts/anybody-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-latin-ext-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --zs-forest-950: #101a14;
  --zs-forest-900: #15231a;
  --zs-forest-850: #1a2b20;
  --zs-forest-800: #203429;
  --zs-lichen: #ede8d9;
  --zs-lichen-soft: #c8c4b7;
  --zs-bronze: #9c8067;
  --zs-bronze-dark: #5f4a3b;
  --zs-mint: #4fe2bd;
  --zs-mint-soft: #a2f8df;
  --zs-chrome: #d7e0dc;
  --zs-danger: #ff8c7a;
  --zs-bg: var(--zs-forest-950);
  --zs-text: var(--zs-lichen);
  --zs-muted: var(--zs-bronze);
  --zs-accent: var(--zs-mint);
  --zs-surface: color-mix(in srgb, var(--zs-forest-900) 88%, transparent);
  --zs-border: color-mix(in srgb, var(--zs-bronze) 36%, transparent);
  --zs-shadow: 0 1.5rem 4rem rgb(0 0 0 / 0.34);
  --zs-header-height: 4.5rem;
  --zs-gutter: clamp(1.125rem, 5vw, 2rem);
  --zs-content: 76rem;
  --zs-reading: 46rem;
  --zs-radius: 0.35rem 1.5rem 0.35rem 1.5rem;
  --zs-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --zs-display: "Anybody", "Arial Narrow", sans-serif;
  --zs-body: "Source Sans 3", system-ui, sans-serif;
}

@supports (color: oklch(0.5 0.1 160)) {
  :root {
    --zs-forest-950: oklch(0.14 0.028 155);
    --zs-forest-900: oklch(0.18 0.035 154);
    --zs-forest-850: oklch(0.22 0.04 153);
    --zs-forest-800: oklch(0.27 0.045 151);
    --zs-lichen: oklch(0.92 0.025 92);
    --zs-lichen-soft: oklch(0.78 0.025 90);
    --zs-bronze: oklch(0.62 0.055 65);
    --zs-bronze-dark: oklch(0.39 0.045 57);
    --zs-mint: oklch(0.78 0.18 175);
    --zs-mint-soft: oklch(0.91 0.1 173);
    --zs-chrome: oklch(0.87 0.02 165);
  }
}

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

html {
  min-width: 20rem;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--zs-header-height) + 1rem);
  background: var(--zs-bg);
}

html.zs-nav-open {
  overflow: hidden;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--zs-text);
  background:
    radial-gradient(circle at 86% 13%, rgb(79 226 189 / 0.055), transparent 24rem),
    radial-gradient(circle at 8% 66%, rgb(156 128 103 / 0.07), transparent 28rem),
    var(--zs-bg);
  font-family: var(--zs-body);
  font-size: clamp(1rem, 0.94rem + 0.28vw, 1.125rem);
  font-weight: 400;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(110deg, transparent 0 47%, rgb(79 226 189 / 0.022) 47.1% 47.25%, transparent 47.35%),
    radial-gradient(circle at 50% 50%, transparent 0 97%, rgb(215 224 220 / 0.08) 97.4% 98%, transparent 98.4%);
  background-size: 100% 100%, 7.5rem 7.5rem;
  content: "";
  pointer-events: none;
}

[hidden] {
  display: none !important;
}

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

img,
video {
  height: auto;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--zs-mint-soft);
  text-underline-offset: 0.2em;
}

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

h1,
h2,
h3,
h4,
p {
  margin-block-start: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--zs-text);
  font-family: var(--zs-display);
  font-stretch: 115%;
  font-weight: 680;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3.2rem, 15vw, 6rem);
  letter-spacing: -0.055em;
}

h2 {
  font-size: clamp(2.35rem, 9.5vw, 4.5rem);
  letter-spacing: -0.045em;
}

h3 {
  font-size: clamp(1.55rem, 6vw, 2.3rem);
  letter-spacing: -0.025em;
}

::selection {
  color: var(--zs-forest-950);
  background: var(--zs-accent);
}

:focus-visible {
  outline: 0.18rem solid var(--zs-accent);
  outline-offset: 0.25rem;
}

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

.zs-skip-link {
  position: fixed;
  z-index: 10000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--zs-forest-950);
  background: var(--zs-accent);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.zs-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: env(safe-area-inset-top);
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgb(8 15 11 / 0.82), transparent);
  transition: background 280ms ease, border-color 280ms ease;
}

.zs-header.is-scrolled,
.zs-nav-open .zs-header {
  border-color: var(--zs-border);
  background: rgb(16 26 20 / 0.96);
}

.zs-header__inner {
  display: flex;
  min-height: var(--zs-header-height);
  align-items: center;
  justify-content: space-between;
  width: min(100%, calc(var(--zs-content) + 2 * var(--zs-gutter)));
  padding-inline: var(--zs-gutter);
  margin-inline: auto;
}

.zs-brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.55rem;
  color: var(--zs-text);
  text-decoration: none;
}

.zs-brand__name {
  font-family: var(--zs-display);
  font-size: clamp(1.05rem, 4.6vw, 1.4rem);
  font-variation-settings: "wdth" 118;
  font-weight: 680;
  letter-spacing: -0.035em;
}

.zs-brand__pulse {
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid var(--zs-accent);
  border-radius: 50%;
  box-shadow: 0 0 1rem rgb(79 226 189 / 0.7);
}

.zs-brand__pulse::after {
  position: absolute;
  inset: 0.13rem;
  border-radius: inherit;
  background: var(--zs-accent);
  content: "";
}

.zs-nav-toggle,
.zs-icon-button {
  display: inline-grid;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0;
  place-items: center;
  border: 1px solid var(--zs-border);
  border-radius: 50%;
  color: var(--zs-text);
  background: rgb(16 26 20 / 0.6);
  cursor: pointer;
}

.zs-nav-toggle {
  position: relative;
  z-index: 2;
}

.zs-nav-toggle > span:not(.visually-hidden) {
  position: absolute;
  width: 1.1rem;
  height: 1px;
  background: currentColor;
  transition: transform 220ms var(--zs-ease);
}

.zs-nav-toggle > span:nth-child(2) {
  transform: translateY(-0.22rem);
}

.zs-nav-toggle > span:nth-child(3) {
  transform: translateY(0.22rem);
}

.zs-nav-toggle[aria-expanded="true"] > span:nth-child(2) {
  transform: rotate(45deg);
}

.zs-nav-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: rotate(-45deg);
}

.zs-navigation {
  position: fixed;
  inset: calc(var(--zs-header-height) + env(safe-area-inset-top)) 0 0;
  display: grid;
  align-content: space-between;
  gap: 2rem;
  padding: 2rem var(--zs-gutter) max(2rem, env(safe-area-inset-bottom));
  overflow-y: auto;
  visibility: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgb(79 226 189 / 0.1), transparent 16rem),
    var(--zs-forest-950);
  opacity: 0;
  transform: translateY(-1rem);
  transition: opacity 220ms ease, transform 320ms var(--zs-ease), visibility 320ms;
}

.zs-navigation[data-open="true"] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.zs-navigation ul,
.zs-navigation .mod-menu {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 0;
  list-style: none;
}

.zs-navigation li {
  margin: 0;
}

.zs-navigation__menu a {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  border-bottom: 1px solid var(--zs-border);
  color: var(--zs-text);
  font-family: var(--zs-display);
  font-size: clamp(1.6rem, 7vw, 2.8rem);
  font-weight: 560;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.zs-navigation__menu .current > a,
.zs-navigation__menu .active > a {
  color: var(--zs-accent);
}

.zs-navigation__tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.zs-navigation__tools h4 {
  margin: 0;
  font-family: var(--zs-body);
  font-size: 0.9rem;
  letter-spacing: 0;
}

.zs-navigation__tools h4 a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--zs-border);
  border-radius: 999px;
  color: var(--zs-text);
  text-decoration: none;
  white-space: nowrap;
}

.mod-languages ul {
  display: flex;
  gap: 0.4rem;
}

.mod-languages a,
.mod-languages button,
.mod-languages select {
  min-height: 2.75rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--zs-border);
  color: var(--zs-text);
  background: transparent;
  font-size: 0.85rem;
}

.zs-navigation__tools div.mod-languages ul li.lang-active {
  border-radius: 999px;
  background: var(--zs-accent);
}

.zs-navigation__tools div.mod-languages ul li.lang-active a {
  color: var(--zs-forest-950);
}

.zs-scroll-page {
  --scroll-progress: 0;
  position: relative;
  isolation: isolate;
  background: var(--zs-forest-950);
}

.zs-scroll-page__stage {
  position: sticky;
  z-index: 0;
  top: 0;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 68% 36%, rgb(79 226 189 / 0.13), transparent 12rem),
    linear-gradient(160deg, var(--zs-forest-800), var(--zs-forest-950) 58%);
}

.zs-scroll-page__content {
  position: relative;
  z-index: 1;
  margin-top: -100svh;
}

.zs-scroll-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: flex-end;
}

.zs-scroll-hero__video,
.zs-scroll-hero__poster,
.zs-scroll-hero__poster img {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.zs-scroll-hero__video {
  visibility: hidden;
  opacity: 0;
}

.zs-scroll-hero__video.is-ready {
  visibility: visible;
  opacity: 1;
}

.zs-scroll-hero__poster {
  transition: opacity 320ms ease;
}

.zs-scroll-hero__poster.is-hidden {
  opacity: 0;
}

.zs-scroll-hero__shade {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(to top, rgb(8 14 10 / 0.88) 3%, rgb(8 14 10 / 0.28) 45%, transparent 76%),
    linear-gradient(to right, rgb(8 14 10 / 0.92), rgb(8 14 10 / 0.7) 58%, rgb(8 14 10 / 0.1));
}

.zs-scroll-hero__roots {
  position: absolute;
  z-index: -2;
  right: -9rem;
  bottom: -13rem;
  width: 28rem;
  aspect-ratio: 1;
  border: 1px solid rgb(79 226 189 / calc(0.08 + var(--scroll-progress) * 0.25));
  border-radius: 46% 54% 65% 35%;
  box-shadow:
    -4rem -6rem 0 -3.9rem rgb(79 226 189 / calc(0.04 + var(--scroll-progress) * 0.18)),
    -8rem -2rem 0 -7.9rem rgb(215 224 220 / calc(0.05 + var(--scroll-progress) * 0.14));
  transform: rotate(calc(-12deg + var(--scroll-progress) * 20deg));
  pointer-events: none;
}

.zs-scroll-hero__content {
  width: min(calc(100% - 2 * var(--zs-gutter)), 34rem);
  padding-bottom: max(7rem, calc(5rem + env(safe-area-inset-bottom)));
  margin-left: var(--zs-gutter);
}

.zs-scroll-hero__content .custom,
.zs-hero-copy {
  display: grid;
  justify-items: start;
  gap: 0.9rem;
}

.zs-scroll-hero__content h1 {
  max-width: 8.5ch;
  margin: 0;
  color: var(--zs-text);
  text-shadow: 0 0.2rem 2rem rgb(0 0 0 / 0.48);
}

.zs-scroll-hero__content p {
  max-width: 34rem;
  margin: 0;
  color: var(--zs-lichen-soft);
  font-size: clamp(1.05rem, 4.4vw, 1.35rem);
}

.zs-eyebrow,
.zs-kicker {
  margin: 0;
  color: var(--zs-accent);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.zs-section {
  position: relative;
  isolation: isolate;
  padding: clamp(5rem, 18vw, 9rem) var(--zs-gutter);
  overflow: clip;
}

.zs-section > :not(.zs-section__root) {
  width: min(100%, var(--zs-content));
  margin-inline: auto;
}

.zs-section__root {
  position: absolute;
  z-index: -1;
  top: -2rem;
  bottom: -2rem;
  left: calc(var(--zs-gutter) + 0.35rem);
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--zs-bronze-dark) 12%, var(--zs-bronze-dark) 88%, transparent);
  transform: rotate(1.5deg);
}

.zs-section__root::before,
.zs-section__root::after {
  position: absolute;
  left: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid var(--zs-accent);
  border-radius: 50%;
  background: var(--zs-forest-950);
  box-shadow: 0 0 1.2rem rgb(79 226 189 / 0.45);
  content: "";
  transform: translateX(-50%);
}

.zs-section__root::before {
  top: 24%;
}

.zs-section__root::after {
  bottom: 18%;
}

.zs-section--story,
.zs-section--connect {
  background:
    linear-gradient(105deg, transparent 0 58%, rgb(156 128 103 / 0.045) 58.1% 58.25%, transparent 58.35%),
    var(--zs-forest-900);
}

.zs-section--news {
  background: radial-gradient(circle at 88% 18%, rgb(79 226 189 / 0.08), transparent 22rem);
}

.zs-home .zs-home-main,
.zs-home .zs-section,
.zs-home .zs-section--story,
.zs-home .zs-section--news,
.zs-home .zs-section--connect {
  background: transparent;
}

.zs-home .zs-section {
  display: grid;
  min-height: 100svh;
  align-content: center;
  padding-block: clamp(5rem, 18svh, 10rem);
}

.zs-home .zs-section > :not(.zs-section__root) {
  width: min(100%, 34rem);
  margin-right: auto;
  margin-left: 0;
}

.zs-home .zs-section-heading {
  margin-bottom: clamp(1.75rem, 6vw, 3rem);
}

.zs-home .zs-section-heading h2 {
  font-size: clamp(1.55rem, 6vw, 2.35rem);
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.zs-home .zs-release-list,
.zs-home .zs-release-grid,
.zs-home .zs-story,
.zs-home .zs-connect-grid {
  grid-template-columns: minmax(0, 1fr);
}

.zs-home .zs-release-list {
  gap: 1.25rem;
}

.zs-home .zs-release-group + .zs-release-group {
  margin-top: 2.5rem;
}

.zs-home .zs-release-group__label {
  margin-bottom: 0.75rem;
}

.zs-home .zs-release-card,
.zs-home .zs-release-card--featured {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  border: 0;
  border-bottom: 1px solid var(--zs-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.zs-home .zs-release-card__artwork {
  width: 5.25rem;
  aspect-ratio: 1;
  align-self: start;
}

.zs-home .zs-release-card__artwork::after {
  border-color: rgb(255 255 255 / 0.1);
}

.zs-home .zs-release-card__body,
.zs-home .zs-release-card--featured .zs-release-card__body {
  padding: 0.1rem 0 0.9rem 1rem;
}

.zs-home .zs-release-card__body h2,
.zs-home .zs-release-card__body h3 {
  font-size: clamp(1.2rem, 5vw, 1.55rem);
  line-height: 1.05;
}

.zs-home .zs-release-card__excerpt {
  display: none;
}

.zs-home .zs-release-card__actions,
.zs-home .zs-release-links {
  gap: 0.35rem;
}

.zs-home .zs-release-card__actions .zs-button,
.zs-home .zs-release-links a {
  min-height: 2.4rem;
  padding: 0.42rem 0.7rem;
  font-size: 0.78rem;
}

.zs-home .zs-story {
  gap: 1.5rem;
}

.zs-home .zs-story__media {
  width: min(100%, 18rem);
}

.zs-home .zs-story__media img {
  box-shadow: none;
}

.zs-home .zs-external-gate,
.zs-home .zs-status-message {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.zs-home .zs-section__root {
  left: calc(var(--zs-gutter) + 0.35rem);
}

/* Journey points share one fixed stage position and cross-fade with scroll. */
.has-journey-sequence .zs-scroll-hero {
  min-height: 0;
  height: 0;
  overflow: visible;
}

.has-journey-sequence .zs-home-main {
  min-height: calc(var(--zs-journey-point-count) * 135svh);
}

.has-journey-sequence.zs-home .zs-section {
  display: block;
  min-height: 0;
  height: 0;
  padding: 0;
  overflow: visible;
}

.has-journey-sequence.zs-home .zs-section__root,
.has-journey-sequence.zs-home .zs-release-group__label {
  display: none;
}

.has-journey-sequence .zs-journey-point {
  --zs-journey-top: clamp(8rem, 17svh, 10rem);
  position: fixed;
  z-index: 2;
  top: var(--zs-journey-top);
  left: var(--zs-gutter);
  width: min(34rem, calc(100vw - 2 * var(--zs-gutter)));
  max-height: calc(100svh - var(--zs-journey-top) - 2rem);
  margin: 0;
  visibility: hidden;
  opacity: 0;
  animation: zs-journey-crossfade linear both;
  animation-range-end: var(--zs-journey-range-end);
  animation-range-start: var(--zs-journey-range-start);
  animation-timeline: scroll(root block);
}

.has-journey-sequence .zs-journey-point--centered {
  left: 50%;
  transform: translateX(-50%);
}

body.has-journey-sequence.zs-home .zs-section > .zs-journey-grid-point {
  width: min(84rem, calc(100vw - 2 * var(--zs-gutter)));
}

.has-journey-sequence .zs-journey-point--first {
  animation-name: zs-journey-first;
}

.has-journey-sequence .zs-scroll-hero__content.zs-journey-point {
  padding: 0;
}

.has-journey-sequence .zs-journey-grid-point .zs-release-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(1.75rem, 3vw, 3.5rem);
  row-gap: clamp(1.5rem, 4svh, 3rem);
}

.has-journey-sequence .zs-journey-grid-point .zs-section-heading {
  grid-column: 1 / -1;
  margin-bottom: 0.25rem;
}

.has-journey-sequence .zs-journey-grid-point .zs-release-group,
.has-journey-sequence .zs-journey-grid-point .zs-release-grid {
  display: contents;
}

.has-journey-sequence .zs-journey-grid-point .zs-release-card,
.has-journey-sequence .zs-journey-grid-point .zs-release-card--featured {
  --zs-journey-cover: clamp(9.5rem, 12vw, 12rem);
  grid-column: auto;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  border-bottom: 0;
}

.has-journey-sequence .zs-journey-grid-point .zs-release-card__artwork {
  width: var(--zs-journey-cover);
}

.has-journey-sequence .zs-journey-grid-point .zs-release-card__body,
.has-journey-sequence .zs-journey-grid-point .zs-release-card--featured .zs-release-card__body {
  padding: 0.85rem 0 0;
}

.has-journey-sequence .zs-journey-grid-point > .custom {
  display: grid;
  gap: 1rem;
}

.has-journey-sequence .zs-journey-grid-point .zs-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(1.75rem, 3vw, 3.5rem);
  row-gap: clamp(1.5rem, 4svh, 3rem);
}

.has-journey-sequence .zs-journey-grid-point .zs-news-card,
.has-journey-sequence .zs-journey-grid-point .zs-news-card--1,
.has-journey-sequence .zs-journey-grid-point .zs-news-card--2,
.has-journey-sequence .zs-journey-grid-point .zs-news-card--3 {
  --zs-journey-media: clamp(9.5rem, 12vw, 12rem);
  grid-column: auto;
  grid-template-columns: minmax(0, 1fr);
}

.has-journey-sequence .zs-journey-grid-point .zs-news-card--no-image {
  grid-template-columns: minmax(0, 1fr);
}

.has-journey-sequence .zs-journey-grid-point .zs-news-card > img {
  width: var(--zs-journey-media);
}

.has-journey-sequence .zs-journey-grid-point .zs-news-card__message {
  -webkit-line-clamp: 3;
}

.has-journey-sequence .zs-journey-wave-item {
  visibility: hidden;
  opacity: 0;
  animation: zs-journey-wave linear both;
  animation-range-end: var(--zs-wave-range-end);
  animation-range-start: var(--zs-wave-range-start);
  animation-timeline: scroll(root block);
}

@keyframes zs-journey-crossfade {
  0%,
  100% {
    visibility: hidden;
    opacity: 0;
  }

  18%,
  82% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes zs-journey-first {
  0%,
  82% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes zs-journey-wave {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  12%,
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 48rem) and (max-height: 50rem) {
  .has-journey-sequence .zs-journey-point {
    --zs-journey-top: 6.25rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-list,
  .has-journey-sequence .zs-journey-grid-point .zs-news-grid {
    row-gap: 1rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card,
  .has-journey-sequence .zs-journey-grid-point .zs-release-card--featured {
    --zs-journey-cover: 7rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__body,
  .has-journey-sequence .zs-journey-grid-point .zs-release-card--featured .zs-release-card__body {
    padding-top: 0.55rem;
    gap: 0.45rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__body h2,
  .has-journey-sequence .zs-journey-grid-point .zs-release-card__body h3 {
    font-size: 1.15rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__actions,
  .has-journey-sequence .zs-journey-grid-point .zs-release-links {
    gap: 0.25rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__actions .zs-button,
  .has-journey-sequence .zs-journey-grid-point .zs-release-links a {
    min-height: 2.15rem;
    padding: 0.3rem 0.55rem;
    font-size: 0.72rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-news-card,
  .has-journey-sequence .zs-journey-grid-point .zs-news-card--1,
  .has-journey-sequence .zs-journey-grid-point .zs-news-card--2,
  .has-journey-sequence .zs-journey-grid-point .zs-news-card--3 {
    --zs-journey-media: 7rem;
  }
}

@media (max-width: 47.999rem) {
  .has-journey-sequence .zs-journey-grid-point .zs-release-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0.75rem;
    row-gap: 1.1rem;
  }

  .has-journey-sequence .zs-journey-point {
    --zs-journey-top: 6.5rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1.35rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-news-card,
  .has-journey-sequence .zs-journey-grid-point .zs-news-card--no-image {
    grid-template-columns: minmax(0, 1fr);
  }

  .has-journey-sequence .zs-journey-grid-point .zs-news-card > img {
    width: 7rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-news-card__content,
  .has-journey-sequence .zs-journey-grid-point .zs-news-card--no-image .zs-news-card__content {
    padding: 0.55rem 0 0;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card,
  .has-journey-sequence .zs-journey-grid-point .zs-release-card--featured {
    --zs-journey-cover: clamp(5rem, 22vw, 5.5rem);
    grid-template-columns: minmax(0, 1fr);
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__artwork {
    width: var(--zs-journey-cover);
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__body,
  .has-journey-sequence .zs-journey-grid-point .zs-release-card--featured .zs-release-card__body {
    padding: 0.55rem 0 0;
    gap: 0.4rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__meta {
    font-size: 0.66rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__body h2,
  .has-journey-sequence .zs-journey-grid-point .zs-release-card__body h3 {
    font-size: 0.9rem;
    line-height: 1.05;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__actions,
  .has-journey-sequence .zs-journey-grid-point .zs-release-links {
    display: grid;
    justify-items: start;
    gap: 0.25rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__actions .zs-button,
  .has-journey-sequence .zs-journey-grid-point .zs-release-links a {
    min-height: 2.05rem;
    padding: 0.28rem 0.45rem;
    font-size: 0.65rem;
  }

  .has-journey-sequence .zs-journey-grid-point .zs-release-card__body h2,
  .has-journey-sequence .zs-journey-grid-point .zs-release-card__body h3 {
    font-size: 1rem;
  }
}

.zs-section-heading {
  display: grid;
  margin-bottom: clamp(2.5rem, 8vw, 5rem);
  gap: 0.65rem;
}

.zs-section-heading h2,
.zs-section-heading p {
  margin: 0;
}

.zs-section-heading p:not(.zs-eyebrow) {
  max-width: 38rem;
  color: var(--zs-lichen-soft);
}

.zs-button,
.btn,
button.btn,
input[type="submit"] {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  border: 1px solid var(--zs-accent);
  border-radius: 999px;
  color: var(--zs-forest-950);
  background: var(--zs-accent);
  box-shadow: none;
  font-size: 0.93rem;
  font-weight: 740;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 240ms var(--zs-ease);
}

.zs-button:hover,
.btn:hover,
input[type="submit"]:hover {
  color: var(--zs-forest-950);
  background: var(--zs-mint-soft);
  border-color: var(--zs-mint-soft);
}

.zs-button--secondary,
.btn-secondary {
  color: var(--zs-text);
  background: transparent;
  border-color: var(--zs-border);
}

.zs-button--secondary:hover,
.btn-secondary:hover {
  color: var(--zs-text);
  background: rgb(79 226 189 / 0.08);
  border-color: var(--zs-accent);
}

.zs-text-button,
.zs-text-link {
  min-height: 2.75rem;
  padding: 0;
  border: 0;
  color: var(--zs-mint-soft);
  background: transparent;
  font-weight: 680;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  cursor: pointer;
}

.zs-release-list {
  display: grid;
  gap: 2rem;
}

.zs-release-grid {
  display: grid;
  gap: 1.25rem;
}

.zs-release-group + .zs-release-group {
  margin-top: clamp(3.5rem, 10vw, 6.5rem);
}

.zs-release-group__label {
  margin-bottom: 1.5rem;
  color: var(--zs-muted);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.zs-release-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius);
  background:
    linear-gradient(145deg, rgb(215 224 220 / 0.035), transparent 38%),
    var(--zs-surface);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.16);
}

.zs-release-card__artwork {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--zs-forest-800);
}

.zs-release-card__artwork::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 0.06);
  content: "";
  pointer-events: none;
}

.zs-release-card__artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zs-release-card__body {
  display: grid;
  align-content: start;
  padding: 1.3rem;
  gap: 1rem;
}

.zs-release-card__body h2,
.zs-release-card__body h3,
.zs-release-card__body p {
  margin: 0;
}

.zs-release-card__meta {
  color: var(--zs-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zs-release-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: var(--zs-lichen-soft);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.zs-release-card__actions,
.zs-release-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.zs-release-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.zs-release-links a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--zs-border);
  border-radius: 999px;
  color: var(--zs-text);
  font-size: 0.84rem;
  font-weight: 650;
  text-decoration: none;
}

.zs-release-links a:hover {
  border-color: var(--zs-accent);
}

.zs-page-shell {
  width: min(100%, calc(var(--zs-content) + 2 * var(--zs-gutter)));
  min-height: 70vh;
  padding: calc(var(--zs-header-height) + 3.5rem) var(--zs-gutter) clamp(5rem, 14vw, 9rem);
  margin-inline: auto;
}

.zs-page-banner {
  padding-top: var(--zs-header-height);
}

.zs-page-grid {
  display: grid;
  gap: 2rem;
}

.zs-component {
  min-width: 0;
}

.zs-component > :first-child,
.zs-component .item-page > :first-child,
.zs-component .com-content-article > :first-child {
  margin-top: 0;
}

.com-content-article:not(.zs-release-detail),
.com-contact__container,
.com-content-category-blog:not(.zs-release-archive) {
  max-width: var(--zs-reading);
}

.com-content-article__body {
  color: var(--zs-lichen-soft);
}

.com-content-article__body h2,
.com-content-article__body h3 {
  margin-top: 2.2em;
}

.com-content-article__body p,
.com-content-article__body li {
  max-width: 68ch;
}

.com-content-article__body a {
  overflow-wrap: anywhere;
}

.com-content-article__body figure.image {
  width: min(100%, 34rem);
  margin: 2.5rem 0;
}

.com-content-article__body figure.image img {
  width: 100%;
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius);
  object-fit: cover;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.22);
}

.com-content-article__body figcaption {
  margin-top: 0.55rem;
  color: var(--zs-muted);
  font-size: 0.82rem;
}

.zs-release-detail {
  display: grid;
  gap: clamp(2rem, 7vw, 4.5rem);
}

.zs-release-detail__hero {
  display: grid;
  gap: 1.8rem;
}

.zs-release-detail__cover {
  width: min(100%, 34rem);
  aspect-ratio: 1;
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius);
  object-fit: cover;
  box-shadow: var(--zs-shadow);
}

.zs-release-detail__intro {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 1.1rem;
}

.zs-release-detail__intro h1 {
  margin: 0;
}

.zs-release-detail__body {
  max-width: var(--zs-reading);
  color: var(--zs-lichen-soft);
}

.page-header h1,
.com-content-category-blog > h1,
.com-content-category-blog > h2 {
  margin-bottom: 2.5rem;
  max-width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.page-header h1 {
  font-size: clamp(2.6rem, 12.5vw, 6rem);
}

.zs-legal-copy code {
  padding: 0.08em 0.32em;
  border: 1px solid var(--zs-border);
  border-radius: 0.3rem;
  color: var(--zs-mint-soft);
  background: var(--zs-forest-800);
  font-size: 0.88em;
}

.blog-items {
  display: grid;
  gap: 1.25rem;
}

.blog-item {
  padding: 1.25rem;
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius);
  background: var(--zs-surface);
}

.breadcrumb,
.pagination,
.pagination__wrapper ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 0.5rem;
  list-style: none;
}

.breadcrumb {
  margin-bottom: 2.5rem;
  color: var(--zs-muted);
  font-size: 0.85rem;
}

.pagination a,
.pagination span {
  display: grid;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.45rem;
  place-items: center;
  border: 1px solid var(--zs-border);
  border-radius: 50%;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--zs-lichen-soft);
  font-weight: 620;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="submit"]),
select,
textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid var(--zs-border);
  border-radius: 0.4rem;
  color: var(--zs-text);
  background: var(--zs-forest-900);
}

textarea {
  min-height: 10rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--zs-accent);
}

.control-group,
.mb-3,
.form-group {
  margin-bottom: 1.15rem;
}

.alert {
  padding: 1rem;
  border: 1px solid var(--zs-border);
  border-radius: 0.5rem;
  background: var(--zs-surface);
}

.alert-danger {
  border-color: var(--zs-danger);
}

.zs-story,
.zs-connect-grid {
  display: grid;
  gap: 2rem;
}

.zs-story__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--zs-radius);
  object-fit: cover;
  box-shadow: var(--zs-shadow);
}

.zs-story__copy {
  align-self: center;
  max-width: 36rem;
}

.zs-external-gate,
.zs-status-message {
  display: grid;
  min-height: 14rem;
  align-content: center;
  justify-items: start;
  padding: clamp(1.3rem, 5vw, 2.5rem);
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius);
  background:
    radial-gradient(circle at 86% 18%, rgb(79 226 189 / 0.1), transparent 10rem),
    var(--zs-surface);
}

.zs-external-gate p {
  max-width: 36rem;
  color: var(--zs-lichen-soft);
}

.zs-spreadshop {
  min-height: 20rem;
}

.zs-footer {
  position: relative;
  padding-bottom: max(2rem, env(safe-area-inset-bottom));
  border-top: 1px solid var(--zs-border);
  background: #0b120e;
}

.zs-home .zs-footer {
  border-top-color: var(--zs-border);
  background: transparent;
}

.zs-footer__newsletter,
.zs-footer__inner {
  width: min(100%, calc(var(--zs-content) + 2 * var(--zs-gutter)));
  padding-inline: var(--zs-gutter);
  margin-inline: auto;
}

.zs-footer__newsletter {
  padding-block: clamp(3.5rem, 12vw, 6rem);
  border-bottom: 1px solid var(--zs-border);
}

.zs-footer__inner {
  display: grid;
  padding-top: 2rem;
  gap: 1.5rem;
}

.zs-home .zs-footer__newsletter,
.zs-home .zs-footer__inner {
  width: min(100%, calc(var(--zs-content) + 2 * var(--zs-gutter)));
  margin-inline: auto;
}

.zs-home .zs-footer__inner {
  grid-template-columns: minmax(0, 1fr);
}

.zs-footer__newsletter .acym_module,
.zs-footer__newsletter .acym_fulldiv,
.zs-footer__newsletter form {
  width: min(100%, 38rem);
  margin-inline: auto;
}

.zs-footer__newsletter .acym_module_form {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
}

.zs-footer__newsletter .acym_form,
.zs-footer__newsletter .onefield {
  width: 100%;
}

.zs-footer__newsletter input[type="email"] {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--zs-border);
  border-radius: 0.25rem;
  color: var(--zs-text);
  background: rgb(8 15 11 / 0.28);
}

.zs-footer__newsletter .acysubbuttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.65rem 0 0;
  gap: 0.5rem;
}

.zs-footer__newsletter .acysubbuttons .btn {
  min-height: 2.45rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.8rem;
}

.zs-footer__newsletter .acysubbuttons .unsubbutton {
  color: var(--zs-lichen-soft);
  background: transparent;
  border-color: var(--zs-border);
}

.zs-footer .zs-text-button[data-open-consent] {
  display: inline-flex;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  justify-self: start;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--zs-border);
  border-radius: 999px;
  color: var(--zs-lichen-soft);
  font-size: 0.8rem;
  line-height: 1.2;
  text-decoration: none;
}

.zs-footer .zs-text-button[data-open-consent]:hover {
  color: var(--zs-text);
  border-color: var(--zs-accent);
  background: rgb(79 226 189 / 0.06);
}

.zs-footer__brand {
  display: grid;
  gap: 0.25rem;
  font-family: var(--zs-display);
  font-size: 1.35rem;
  font-weight: 650;
}

.zs-footer__brand small {
  color: var(--zs-muted);
  font-family: var(--zs-body);
  font-size: 0.82rem;
  font-weight: 500;
}

.zs-footer__legacy {
  display: grid;
  gap: 1rem;
}

.zs-footer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 0.25rem 1rem;
  list-style: none;
}

.zs-footer li a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--zs-lichen-soft);
  font-size: 0.9rem;
}

.zs-audio-player {
  position: fixed;
  z-index: 1200;
  right: 0.75rem;
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  left: 0.75rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  padding: 0.6rem;
  gap: 0.65rem;
  border: 1px solid var(--zs-border);
  border-radius: 0.5rem 1.4rem 0.5rem 1.4rem;
  background: rgb(16 26 20 / 0.94);
  box-shadow: var(--zs-shadow);
  backdrop-filter: blur(1rem);
}

.zs-audio-player__cover {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.25rem;
  object-fit: cover;
}

.zs-audio-player__main {
  min-width: 0;
}

.zs-audio-player__title {
  margin: 0 0 0.25rem;
  overflow: hidden;
  font-size: 0.9rem;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zs-audio-player__timeline {
  display: grid;
  grid-template-columns: auto minmax(3rem, 1fr) auto;
  align-items: center;
  gap: 0.4rem;
  color: var(--zs-muted);
  font-size: 0.66rem;
}

.zs-audio-player input[type="range"] {
  width: 100%;
  accent-color: var(--zs-accent);
}

.zs-consent {
  position: fixed;
  z-index: 1500;
  right: 0.75rem;
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  left: 0.75rem;
  display: grid;
  max-height: min(90svh, 42rem);
  padding: clamp(1.2rem, 5vw, 1.8rem);
  gap: 1.25rem;
  overflow-y: auto;
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius);
  background:
    radial-gradient(circle at 96% 8%, rgb(79 226 189 / 0.13), transparent 15rem),
    rgb(16 26 20 / 0.97);
  box-shadow: var(--zs-shadow);
  backdrop-filter: blur(1rem);
}

.zs-consent h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(1.8rem, 8vw, 3rem);
}

.zs-consent p:last-child {
  margin-bottom: 0;
  color: var(--zs-lichen-soft);
}

.zs-consent__actions {
  display: grid;
  gap: 0.65rem;
}

.zs-consent-dialog {
  width: min(calc(100% - 1.5rem), 38rem);
  max-height: calc(100svh - 1.5rem);
  padding: 0;
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius);
  color: var(--zs-text);
  background: var(--zs-forest-900);
  box-shadow: var(--zs-shadow);
}

.zs-consent-dialog::backdrop {
  background: rgb(2 8 4 / 0.76);
  backdrop-filter: blur(0.3rem);
}

.zs-consent-dialog form {
  display: grid;
  padding: clamp(1.2rem, 5vw, 2rem);
  gap: 1rem;
}

.zs-consent-dialog__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.zs-consent-dialog h2 {
  margin: 0.25rem 0 0;
  font-size: clamp(1.8rem, 7vw, 2.7rem);
}

.zs-consent-option {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem;
  gap: 1rem;
  border: 1px solid var(--zs-border);
  border-radius: 0.5rem;
  cursor: pointer;
}

.zs-consent-option span {
  display: grid;
  gap: 0.2rem;
}

.zs-consent-option small {
  color: var(--zs-muted);
  line-height: 1.35;
}

.zs-consent-option input {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
  accent-color: var(--zs-accent);
}

.zs-system-page {
  display: grid;
  min-height: 100svh;
  padding: var(--zs-gutter);
  place-items: center;
}

.zs-system-card {
  position: relative;
  width: min(100%, 42rem);
  padding: clamp(1.5rem, 7vw, 4rem);
  overflow: hidden;
  border: 1px solid var(--zs-border);
  border-radius: var(--zs-radius);
  background: var(--zs-surface);
  box-shadow: var(--zs-shadow);
}

.zs-system-card__code {
  position: absolute;
  z-index: -1;
  top: -1rem;
  right: -0.5rem;
  margin: 0;
  color: rgb(79 226 189 / 0.07);
  font-family: var(--zs-display);
  font-size: 11rem;
  font-weight: 800;
  line-height: 0.8;
}

.zs-offline__image {
  width: 100%;
  max-height: 18rem;
  margin-block: 1.5rem;
  border-radius: var(--zs-radius);
  object-fit: cover;
}

.zs-offline__form {
  display: grid;
  margin-top: 2rem;
  gap: 0.5rem;
}

@media (min-width: 48rem) {
  :root {
    --zs-gutter: clamp(2rem, 4vw, 4rem);
  }

  .zs-scroll-hero__shade {
    background:
      linear-gradient(to right, rgb(8 14 10 / 0.94), rgb(8 14 10 / 0.7) 42%, rgb(8 14 10 / 0.08) 72%),
      linear-gradient(to top, rgb(8 14 10 / 0.72), transparent 44%);
  }

  .zs-scroll-hero__video,
  .zs-scroll-hero__poster,
  .zs-scroll-hero__poster img {
    object-position: center;
  }

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

  .zs-release-card--featured {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  }

  .zs-release-card--featured .zs-release-card__body {
    align-content: center;
    padding: clamp(1.8rem, 4vw, 3.5rem);
  }

  .zs-story,
  .zs-connect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .zs-consent {
    right: 1.5rem;
    left: auto;
    width: min(42rem, calc(100% - 3rem));
  }

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

  .zs-audio-player {
    right: 1.5rem;
    left: auto;
    width: min(42rem, calc(100% - 3rem));
  }

  .zs-footer__inner {
    grid-template-columns: minmax(12rem, 1fr) 2fr;
    align-items: start;
  }

  .zs-footer__inner > .zs-text-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (min-width: 64rem) {
  :root {
    --zs-header-height: 5rem;
  }

  h1 {
    font-size: clamp(5rem, 8.4vw, 9rem);
  }

  .zs-nav-toggle {
    display: none;
  }

  .zs-navigation {
    position: static;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    overflow: visible;
    visibility: visible;
    background: transparent;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .zs-navigation__menu,
  .zs-navigation__menu > div {
    min-width: 0;
  }

  .zs-navigation ul,
  .zs-navigation .mod-menu {
    display: flex;
    align-items: center;
    gap: clamp(0.25rem, 1.2vw, 1rem);
  }

  .zs-navigation a {
    position: relative;
    min-height: 2.75rem;
    padding: 0.4rem 0.55rem;
    border: 0;
    font-family: var(--zs-body);
    font-size: 0.9rem;
    font-weight: 650;
    letter-spacing: 0;
  }

  .zs-navigation .current > a::after,
  .zs-navigation .active > a::after {
    position: absolute;
    right: 0.55rem;
    bottom: 0.25rem;
    left: 0.55rem;
    height: 1px;
    background: var(--zs-accent);
    content: "";
  }

  .zs-navigation__tools {
    margin-left: 0.75rem;
  }

  .zs-scroll-hero__content h1 {
    max-width: 8ch;
  }

  .zs-section__root {
    left: max(var(--zs-gutter), calc((100vw - var(--zs-content)) / 2 - 2.5rem));
  }

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

  .zs-release-card--featured {
    grid-column: 1 / -1;
  }

  .zs-page-grid.has-sidebar-left {
    grid-template-columns: minmax(13rem, 0.32fr) minmax(0, 1fr);
  }

  .zs-page-grid.has-sidebar-right {
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.32fr);
  }

  .zs-page-grid.has-sidebar-left.has-sidebar-right {
    grid-template-columns: minmax(12rem, 0.25fr) minmax(0, 1fr) minmax(12rem, 0.25fr);
  }

  .zs-release-detail__hero {
    grid-template-columns: minmax(18rem, 0.9fr) minmax(22rem, 1.1fr);
  }
}

@media (hover: hover) and (pointer: fine) {
  .zs-button:hover,
  .btn:hover {
    transform: translateY(-2px);
  }

  .zs-release-card {
    transition: border-color 240ms ease, transform 420ms var(--zs-ease), box-shadow 420ms var(--zs-ease);
  }

  .zs-release-card:hover {
    border-color: color-mix(in srgb, var(--zs-accent) 55%, transparent);
    box-shadow: 0 1.7rem 4.5rem rgb(0 0 0 / 0.28);
    transform: translateY(-0.35rem);
  }

  .zs-home .zs-release-card:hover {
    border-color: var(--zs-border);
    box-shadow: none;
    transform: none;
  }
}

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

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

  .zs-scroll-hero {
    height: 100svh;
  }

  .zs-journey .zs-journey-stop {
    opacity: 1;
    transform: none;
    animation: none;
  }

}

@media print {
  :root {
    color-scheme: light;
  }

  body {
    color: #111;
    background: #fff;
  }

  .zs-header,
  .zs-footer,
  .zs-audio-player,
  .zs-consent,
  .zs-consent-dialog,
  .zs-button,
  button {
    display: none !important;
  }

  a {
    color: #111;
  }
}
