.as-site--immersive {
  --as-v2-void: #08070d;
  --as-v2-plum: #15101f;
  --as-v2-violet: #6f42d9;
  --as-v2-lilac: #b9a7ff;
  --as-v2-bone: #f2ecdf;
  --as-v2-sand: #d8b07b;
  --as-v2-teal: #83b8b2;
  background: var(--as-v2-void);
}

.as-site--immersive .as-header--immersive {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom-color: rgba(242, 236, 223, 0.12);
  background: rgba(8, 7, 13, 0.82);
  backdrop-filter: blur(18px);
}

.as-site--immersive .as-header--immersive .as-header__inner {
  width: min(calc(100% - 64px), 1340px);
  min-height: 76px;
}

.as-site--immersive .as-header--immersive .as-brand-lockup__symbol,
.as-site--immersive .as-header--immersive .as-brand-lockup__wordmark {
  filter: drop-shadow(0 0 12px rgba(185, 167, 255, 0.16));
}

.as-site--immersive .as-header--immersive .as-desktop-nav a {
  color: rgba(242, 236, 223, 0.68);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-site--immersive .as-header--immersive .as-desktop-nav a::after {
  background: var(--as-v2-lilac);
}

.as-site--immersive .as-header--immersive .as-desktop-nav .as-nav-store {
  border-color: rgba(185, 167, 255, 0.34);
  color: var(--as-v2-bone);
}

.as-site--immersive .as-header--immersive .as-desktop-nav .as-nav-store:hover {
  border-color: var(--as-v2-lilac);
  color: var(--as-v2-lilac);
}

.as-v2-home {
  overflow: clip;
  background: var(--as-v2-void);
  color: var(--as-v2-bone);
}

.as-v2-home :where(h1, h2, h3, p, blockquote, ol, ul) {
  margin: 0;
}

.as-v2-home :where(#journey, #evolution, #longevity, #music, #manifesto) {
  scroll-margin-top: 76px;
}

.as-v2-section-link {
  margin-top: 32px;
}

.as-v2-music__grid > .as-spotify-embed {
  align-self: center;
  width: 100%;
  max-width: 620px;
  justify-self: end;
}

.as-v2-shell {
  width: min(calc(100% - 96px), 1260px);
  margin-inline: auto;
}

.as-v2-eyebrow {
  color: var(--as-v2-sand);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  line-height: 1.5;
  text-transform: uppercase;
}

.as-v2-eyebrow--dark {
  color: #725831;
}

.as-v2-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 42%, rgba(111, 66, 217, 0.18), transparent 26rem),
    linear-gradient(130deg, #08070d 0%, #0d0915 54%, #100b18 100%);
}

.as-v2-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(242, 236, 223, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 236, 223, 0.026) 1px, transparent 1px);
  background-size: 96px 96px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.as-v2-hero__grid {
  position: relative;
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  align-items: center;
  gap: 30px;
  padding-block: 72px 54px;
}

.as-v2-hero__copy {
  position: relative;
  z-index: 4;
  max-width: 700px;
}

.as-v2-hero__copy .as-v2-eyebrow {
  max-width: 560px;
  margin-bottom: 25px;
}

.as-v2-hero h1 {
  max-width: 720px;
  font-family: var(--as-font-display), sans-serif;
  font-size: clamp(4.6rem, 6.65vw, 6.75rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.91;
  text-wrap: balance;
}

.as-v2-hero h1 span,
.as-v2-hero h1 em {
  display: block;
}

.as-v2-hero h1 em {
  color: var(--as-v2-lilac);
  font-style: normal;
}

.as-v2-hero__lead {
  max-width: 625px;
  margin-top: 30px !important;
  color: rgba(242, 236, 223, 0.74);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.75;
}

.as-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.as-v2-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, translate 180ms ease;
}

.as-v2-button:hover {
  translate: 0 -2px;
}

.as-v2-button--primary {
  min-width: 218px;
  background: var(--as-v2-bone);
  color: var(--as-v2-void) !important;
}

.as-v2-button--primary:hover {
  background: var(--as-v2-lilac);
}

.as-v2-button--ghost {
  min-width: 205px;
  border-color: rgba(242, 236, 223, 0.22);
  color: var(--as-v2-bone) !important;
}

.as-v2-button--ghost:hover {
  border-color: var(--as-v2-lilac);
}

.as-v2-hero__visual {
  position: relative;
  display: grid;
  min-height: 680px;
  align-self: end;
  place-items: end center;
}

.as-v2-hero__visual::before {
  position: absolute;
  bottom: 8%;
  width: 74%;
  height: 24%;
  border-radius: 50%;
  background: rgba(111, 66, 217, 0.31);
  content: "";
  filter: blur(70px);
}

.as-v2-hero__visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 510px);
  height: auto;
  max-height: 700px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 38px 42px rgba(0, 0, 0, 0.44));
}

.as-v2-hero__visual-label {
  position: absolute;
  z-index: 5;
  top: 10%;
  right: -2%;
  width: 132px;
  padding-left: 14px;
  border-left: 1px solid var(--as-v2-sand);
  color: rgba(242, 236, 223, 0.62);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-transform: uppercase;
}

.as-v2-orbit {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 50%;
  border: 1px solid rgba(185, 167, 255, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
}

.as-v2-orbit::before,
.as-v2-orbit::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--as-v2-sand);
  box-shadow: 0 0 18px rgba(216, 176, 123, 0.9);
  content: "";
}

.as-v2-orbit::before {
  top: 12%;
  left: 19%;
}

.as-v2-orbit::after {
  right: 7%;
  bottom: 28%;
  background: var(--as-v2-lilac);
}

.as-v2-orbit--outer {
  width: 112%;
  aspect-ratio: 1.38;
  animation: as-v2-orbit 24s linear infinite;
}

.as-v2-orbit--inner {
  width: 82%;
  aspect-ratio: 1.15;
  border-color: rgba(216, 176, 123, 0.18);
  animation: as-v2-orbit-reverse 18s linear infinite;
}

.as-v2-hero__coordinates {
  position: absolute;
  z-index: 5;
  right: 4%;
  bottom: 4%;
  left: 4%;
  display: flex;
  justify-content: space-between;
  color: rgba(242, 236, 223, 0.34);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
}

.as-v2-hero__question {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -70px;
  display: flex;
  gap: 28px;
  color: rgba(242, 236, 223, 0.22);
  font-family: var(--as-font-display), sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: center;
}

.as-v2-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(242, 236, 223, 0.12);
}

.as-v2-trust p {
  display: grid;
  min-height: 88px;
  align-content: center;
  padding-inline: 24px;
  border-right: 1px solid rgba(242, 236, 223, 0.1);
}

.as-v2-trust p:first-child {
  padding-left: 0;
}

.as-v2-trust p:last-child {
  border-right: 0;
}

.as-v2-trust strong {
  color: var(--as-v2-bone);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.as-v2-trust span {
  color: rgba(242, 236, 223, 0.45);
  font-size: 0.71rem;
}

.as-v2-problem {
  padding-block: clamp(100px, 12vw, 180px);
  background: var(--as-v2-bone);
  color: #17111d;
}

.as-v2-problem__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
  gap: clamp(70px, 10vw, 150px);
}

.as-v2-problem h2,
.as-v2-evolution h2,
.as-v2-method h2 {
  margin-top: 22px;
  font-family: var(--as-font-display), sans-serif;
  font-size: clamp(3.4rem, 5.4vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.as-v2-problem__body > p {
  color: rgba(23, 17, 29, 0.7);
  font-size: 1.06rem;
  line-height: 1.8;
}

.as-v2-problem blockquote {
  margin-top: 36px;
  padding: 8px 0 8px 26px;
  border-left: 2px solid var(--as-v2-violet);
  font-family: var(--as-font-display), sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  font-weight: 300;
  line-height: 1.14;
}

.as-v2-problem ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  border-top: 1px solid rgba(23, 17, 29, 0.18);
  list-style: none;
}

.as-v2-problem li {
  display: grid;
  gap: 10px;
  padding: 18px 14px 0 0;
  color: #17111d;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.as-v2-problem li span {
  color: #846b9d;
  font-family: var(--as-font-mono), monospace;
  font-size: 0.6rem;
}

.as-v2-journey {
  padding-block: clamp(110px, 12vw, 180px);
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(242, 236, 223, 0.025) 50%, transparent 50.1%),
    var(--as-v2-void);
}

.as-v2-section-heading {
  max-width: 820px;
}

.as-v2-section-heading h2 {
  margin-top: 20px;
  font-family: var(--as-font-display), sans-serif;
  font-size: clamp(3.6rem, 5.7vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.as-v2-section-heading > p:last-child {
  max-width: 690px;
  margin-top: 26px;
  color: rgba(242, 236, 223, 0.62);
  font-size: 1rem;
  line-height: 1.75;
}

.as-v2-stage-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 92px;
  list-style: none;
}

.as-v2-stage-path::before {
  position: absolute;
  top: 21px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, var(--as-v2-sand), var(--as-v2-violet), var(--as-v2-lilac));
  content: "";
  opacity: 0.6;
}

.as-v2-stage-path li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-right: 24px;
}

.as-v2-stage-path__marker {
  display: grid;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(216, 176, 123, 0.52);
  border-radius: 50%;
  background: var(--as-v2-void);
  place-items: center;
}

.as-v2-stage-path__marker span {
  color: var(--as-v2-sand);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.59rem;
}

.as-v2-stage-path__command {
  min-height: 44px;
  margin-top: 25px !important;
  color: var(--as-v2-lilac);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.as-v2-stage-path li > small {
  display: block;
  min-height: 37px;
  color: rgba(242, 236, 223, 0.34);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.54rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.as-v2-stage-path h3 {
  min-height: 62px;
  margin-top: 14px;
  font-family: var(--as-font-display), sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 400;
  line-height: 1.08;
}

.as-v2-stage-path li > p:last-child {
  margin-top: 14px;
  color: rgba(242, 236, 223, 0.55);
  font-size: 0.73rem;
  line-height: 1.65;
}

.as-v2-evolution {
  padding-block: clamp(105px, 12vw, 170px);
  background: #e9e1d5;
  color: #17111d;
}

.as-v2-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.86fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.as-v2-editorial-copy > p:not(.as-v2-eyebrow) {
  max-width: 610px;
  margin-top: 30px;
  color: rgba(23, 17, 29, 0.68);
  font-size: 1.02rem;
  line-height: 1.8;
}

.as-v2-pullquote {
  display: block;
  max-width: 600px;
  margin-top: 34px;
  padding-left: 25px;
  border-left: 2px solid var(--as-v2-violet);
  font-family: var(--as-font-display), sans-serif;
  font-size: clamp(1.6rem, 2.3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.18;
}

.as-v2-text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(23, 17, 29, 0.28);
  color: #17111d !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.as-v2-text-link--light {
  margin-top: 0;
  border-bottom-color: rgba(242, 236, 223, 0.28);
  color: var(--as-v2-bone) !important;
}

.as-v2-change-map {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  padding: 70px 54px;
  background:
    radial-gradient(circle at 78% 22%, rgba(111, 66, 217, 0.42), transparent 17rem),
    var(--as-v2-plum);
  color: var(--as-v2-bone);
}

.as-v2-change-map::before,
.as-v2-change-map::after {
  position: absolute;
  right: -24%;
  bottom: -16%;
  width: 430px;
  aspect-ratio: 1;
  border: 1px solid rgba(185, 167, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.as-v2-change-map::after {
  right: -7%;
  bottom: 2%;
  width: 230px;
  border-color: rgba(216, 176, 123, 0.22);
}

.as-v2-change-map > p {
  margin-bottom: 82px;
  color: var(--as-v2-sand);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.as-v2-change-map > div {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 86px;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(242, 236, 223, 0.14);
}

.as-v2-change-map > div > span {
  color: var(--as-v2-lilac);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.57rem;
}

.as-v2-change-map > div > strong {
  font-family: var(--as-font-display), sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.as-v2-change-map > div > small {
  color: rgba(242, 236, 223, 0.48);
  font-size: 0.68rem;
}

.as-v2-change-map__note {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 390px;
  margin-top: 42px;
  color: rgba(242, 236, 223, 0.45);
  font-size: 0.64rem;
  line-height: 1.65;
}

.as-v2-longevity {
  position: relative;
  padding-block: clamp(115px, 12vw, 180px);
  overflow: hidden;
  background:
    radial-gradient(circle at 2% 98%, rgba(111, 66, 217, 0.26), transparent 27rem),
    var(--as-v2-plum);
}

.as-v2-longevity::before {
  position: absolute;
  top: 7%;
  right: 2%;
  color: rgba(242, 236, 223, 0.025);
  content: "LONGEVITY";
  font-family: var(--as-font-display), sans-serif;
  font-size: clamp(7rem, 16vw, 15rem);
  line-height: 1;
}

.as-v2-section-heading--wide {
  position: relative;
  z-index: 1;
  max-width: 970px;
}

.as-v2-longevity__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 86px;
  border-top: 1px solid rgba(242, 236, 223, 0.16);
  border-bottom: 1px solid rgba(242, 236, 223, 0.16);
}

.as-v2-longevity__grid article {
  min-height: 330px;
  padding: 38px 34px;
  border-right: 1px solid rgba(242, 236, 223, 0.14);
}

.as-v2-longevity__grid article:last-child {
  border-right: 0;
}

.as-v2-longevity__grid article > span {
  color: var(--as-v2-lilac);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.62rem;
}

.as-v2-longevity__grid h3 {
  margin-top: 92px;
  font-family: var(--as-font-display), sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
}

.as-v2-longevity__grid p {
  margin-top: 20px;
  color: rgba(242, 236, 223, 0.54);
  font-size: 0.82rem;
  line-height: 1.7;
}

.as-v2-disclaimer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.as-v2-disclaimer > span {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(131, 184, 178, 0.38);
  border-radius: 50%;
  color: var(--as-v2-teal);
  place-items: center;
}

.as-v2-disclaimer > p {
  max-width: 690px;
  color: rgba(242, 236, 223, 0.46);
  font-size: 0.67rem;
  line-height: 1.6;
}

.as-v2-music {
  position: relative;
  padding-block: clamp(110px, 12vw, 180px) 60px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(111, 66, 217, 0.12), transparent 38%),
    #08070d;
}

.as-v2-music__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1fr);
  align-items: center;
  gap: clamp(70px, 9vw, 130px);
}

.as-v2-music__copy h2 {
  max-width: 650px;
  margin-top: 22px;
  font-family: var(--as-font-display), sans-serif;
  font-size: clamp(4rem, 6.5vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-wrap: balance;
}

.as-v2-music__copy > p:not(.as-v2-eyebrow) {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(242, 236, 223, 0.62);
  line-height: 1.75;
}

.as-v2-spotify {
  display: grid;
  min-height: 86px;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 42px;
  padding: 15px 18px;
  border: 1px solid rgba(185, 167, 255, 0.28);
  background: rgba(111, 66, 217, 0.08);
  transition: background 180ms ease, border-color 180ms ease;
}

.as-v2-spotify:hover {
  border-color: var(--as-v2-lilac);
  background: rgba(111, 66, 217, 0.16);
}

.as-v2-spotify__icon {
  display: grid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1ed760;
  color: #07120a;
  font-size: 2rem;
  line-height: 1;
  place-items: center;
  transform: rotate(-25deg);
}

.as-v2-spotify span:nth-child(2) {
  display: grid;
}

.as-v2-spotify small {
  color: rgba(242, 236, 223, 0.38);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.54rem;
  letter-spacing: 0.12em;
}

.as-v2-spotify strong {
  margin-top: 3px;
  font-size: 0.78rem;
}

.as-v2-track-wheel {
  position: relative;
  min-height: 650px;
  border: 1px solid rgba(242, 236, 223, 0.13);
  border-radius: 50%;
}

.as-v2-track-wheel::before,
.as-v2-track-wheel::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(185, 167, 255, 0.16);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.as-v2-track-wheel::before {
  width: 72%;
  aspect-ratio: 1;
}

.as-v2-track-wheel::after {
  width: 44%;
  aspect-ratio: 1;
}

.as-v2-track-wheel__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 122px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--as-v2-bone);
  color: var(--as-v2-void);
  place-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.as-v2-track-wheel__core span {
  font-family: var(--as-font-display), sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.as-v2-track-wheel__core small {
  margin-top: 5px;
  font-family: var(--as-font-mono), monospace;
  font-size: 0.54rem;
  letter-spacing: 0.16em;
}

.as-v2-track-wheel ol {
  position: absolute;
  z-index: 3;
  inset: 0;
  list-style: none;
}

.as-v2-track-wheel li {
  position: absolute;
  display: grid;
  width: 170px;
  gap: 4px;
}

.as-v2-track-wheel li:nth-child(1) { top: 7%; left: 36%; }
.as-v2-track-wheel li:nth-child(2) { top: 25%; right: 0; }
.as-v2-track-wheel li:nth-child(3) { right: 4%; bottom: 20%; }
.as-v2-track-wheel li:nth-child(4) { bottom: 6%; left: 36%; }
.as-v2-track-wheel li:nth-child(5) { bottom: 22%; left: 1%; }
.as-v2-track-wheel li:nth-child(6) { top: 25%; left: 1%; }

.as-v2-track-wheel li span {
  color: var(--as-v2-lilac);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.54rem;
}

.as-v2-track-wheel li strong {
  font-family: var(--as-font-display), sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.as-v2-music__note {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(242, 236, 223, 0.1);
  color: rgba(242, 236, 223, 0.38);
  font-size: 0.64rem;
}

.as-v2-method {
  padding-block: clamp(100px, 11vw, 160px);
  background: var(--as-v2-bone);
  color: #17111d;
}

.as-v2-method__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.72fr);
  gap: clamp(70px, 11vw, 165px);
}

.as-v2-method__grid > div:last-child > p {
  color: rgba(23, 17, 29, 0.68);
  font-size: 1.02rem;
  line-height: 1.8;
}

.as-v2-method ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
  list-style: none;
}

.as-v2-method li {
  padding: 9px 12px;
  border: 1px solid rgba(23, 17, 29, 0.18);
  font-family: var(--as-font-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.as-v2-closing {
  position: relative;
  padding-block: clamp(120px, 15vw, 220px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 120%, rgba(111, 66, 217, 0.55), transparent 38rem),
    #0b0810;
  text-align: center;
}

.as-v2-closing::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(86vw, 1040px);
  aspect-ratio: 2.3;
  border: 1px solid rgba(185, 167, 255, 0.14);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.as-v2-closing .as-v2-shell {
  position: relative;
  z-index: 1;
}

.as-v2-closing h2 {
  max-width: 980px;
  margin: 22px auto 0;
  font-family: var(--as-font-display), sans-serif;
  font-size: clamp(4rem, 7.4vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.94;
  text-wrap: balance;
}

.as-v2-closing p:not(.as-v2-eyebrow) {
  max-width: 720px;
  margin: 28px auto 0;
  color: rgba(242, 236, 223, 0.58);
}

.as-v2-closing .as-v2-button {
  margin-top: 38px;
}

.as-site--immersive .as-footer {
  background: #06050a;
}

@keyframes as-v2-orbit {
  to { transform: translate(-50%, -50%) rotate(346deg); }
}

@keyframes as-v2-orbit-reverse {
  to { transform: translate(-50%, -50%) rotate(-374deg); }
}

@media (max-width: 1120px) {
  .as-v2-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.8fr);
  }

  .as-v2-hero h1 {
    font-size: clamp(4rem, 6.7vw, 5.7rem);
  }

  .as-v2-stage-path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 70px;
  }

  .as-v2-stage-path::before {
    display: none;
  }

  .as-v2-stage-path li {
    padding-right: 34px;
  }

  .as-v2-stage-path__command,
  .as-v2-stage-path li > small,
  .as-v2-stage-path h3 {
    min-height: auto;
  }

  .as-v2-editorial-grid,
  .as-v2-music__grid {
    gap: 60px;
  }

  .as-v2-track-wheel {
    min-height: 540px;
  }
}

@media (max-width: 940px) {
  .as-site--immersive .as-header--immersive {
    background: rgba(8, 7, 13, 0.98);
    backdrop-filter: none;
  }

  .as-site--immersive .as-header--immersive .as-header__inner {
    width: min(calc(100% - 40px), 1340px);
  }

  .as-site--immersive .as-mobile-nav[open] summary span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .as-site--immersive .as-mobile-nav[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .as-site--immersive .as-mobile-nav[open] summary span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .as-site--immersive .as-mobile-nav summary span {
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .as-site--immersive .as-mobile-nav nav {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    width: 100vw;
    height: calc(100svh - 76px);
    align-content: center;
    padding: 32px 24px 80px;
    border: 0;
    background:
      radial-gradient(circle at 80% 20%, rgba(111, 66, 217, 0.35), transparent 22rem),
      rgba(8, 7, 13, 0.985);
  }

  .as-site--immersive .as-mobile-nav nav a {
    min-height: 66px;
    justify-content: center;
    padding: 0;
    border-bottom-color: rgba(242, 236, 223, 0.12);
    color: var(--as-v2-bone);
    font-family: var(--as-font-display), sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.01em;
  }

  .as-v2-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 88px;
  }

  .as-v2-hero__copy {
    max-width: 760px;
  }

  .as-v2-hero h1 {
    max-width: 760px;
    font-size: clamp(4.5rem, 11vw, 6rem);
  }

  .as-v2-hero__lead {
    max-width: 680px;
  }

  .as-v2-hero__visual {
    min-height: 610px;
  }

  .as-v2-hero__visual img {
    max-height: 620px;
  }

  .as-v2-hero__question {
    display: none;
  }

  .as-v2-problem__grid,
  .as-v2-editorial-grid,
  .as-v2-music__grid,
  .as-v2-method__grid {
    grid-template-columns: 1fr;
  }

  .as-v2-problem__body,
  .as-v2-editorial-copy,
  .as-v2-method__grid > div:last-child {
    max-width: 720px;
  }

  .as-v2-change-map,
  .as-v2-track-wheel {
    width: min(100%, 680px);
    justify-self: center;
  }

  .as-v2-longevity__grid {
    grid-template-columns: 1fr;
  }

  .as-v2-longevity__grid article {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid rgba(242, 236, 223, 0.14);
  }

  .as-v2-longevity__grid article:last-child {
    border-bottom: 0;
  }

  .as-v2-longevity__grid h3 {
    margin-top: 48px;
  }

  .as-v2-disclaimer {
    grid-template-columns: auto 1fr;
  }

  .as-v2-disclaimer .as-v2-text-link {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .as-v2-shell {
    width: min(calc(100% - 36px), 1260px);
  }

  .as-site--immersive .as-header--immersive .as-header__inner {
    width: calc(100% - 32px);
    min-height: 70px;
  }

  .as-site--immersive .as-mobile-nav nav {
    top: 70px;
    height: calc(100svh - 70px);
  }

  .as-v2-hero__grid {
    gap: 0;
    padding-block: 56px 0;
  }

  .as-v2-hero__copy .as-v2-eyebrow {
    margin-bottom: 18px;
  }

  .as-v2-hero h1 {
    font-size: clamp(3.35rem, 15vw, 4.35rem);
    line-height: 0.94;
  }

  .as-v2-hero__lead {
    margin-top: 23px !important;
    font-size: 0.91rem;
    line-height: 1.7;
  }

  .as-v2-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .as-v2-button {
    min-width: 0;
    width: 100%;
  }

  .as-v2-hero__visual {
    min-height: 450px;
    margin-top: 20px;
  }

  .as-v2-hero__visual img {
    width: min(93%, 330px);
    max-height: 455px;
  }

  .as-v2-hero__visual-label {
    top: 14%;
    right: 0;
    width: 112px;
    font-size: 0.5rem;
  }

  .as-v2-orbit--outer {
    width: 112%;
  }

  .as-v2-hero__coordinates {
    bottom: 1%;
  }

  .as-v2-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  .as-v2-trust p {
    min-height: 74px;
    padding-inline: 12px;
    border-bottom: 1px solid rgba(242, 236, 223, 0.1);
  }

  .as-v2-trust p:nth-child(odd) {
    padding-left: 0;
  }

  .as-v2-trust p:nth-child(even) {
    border-right: 0;
  }

  .as-v2-problem,
  .as-v2-journey,
  .as-v2-evolution,
  .as-v2-longevity,
  .as-v2-music,
  .as-v2-method {
    padding-block: 94px;
  }

  .as-v2-problem__grid,
  .as-v2-editorial-grid,
  .as-v2-music__grid,
  .as-v2-method__grid {
    gap: 54px;
  }

  .as-v2-problem h2,
  .as-v2-evolution h2,
  .as-v2-method h2,
  .as-v2-section-heading h2,
  .as-v2-music__copy h2 {
    font-size: clamp(3.05rem, 14vw, 4rem);
  }

  .as-v2-problem blockquote {
    font-size: 1.75rem;
  }

  .as-v2-problem ol {
    grid-template-columns: 1fr;
  }

  .as-v2-problem li {
    grid-template-columns: 34px 1fr;
    padding-block: 14px;
    border-bottom: 1px solid rgba(23, 17, 29, 0.12);
  }

  .as-v2-stage-path {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 64px;
  }

  .as-v2-stage-path::before {
    display: block;
    top: 22px;
    right: auto;
    bottom: 22px;
    left: 21px;
    width: 1px;
    height: auto;
    background: linear-gradient(var(--as-v2-sand), var(--as-v2-violet), var(--as-v2-lilac));
  }

  .as-v2-stage-path li {
    display: grid;
    min-height: 205px;
    grid-template-columns: 44px 1fr;
    column-gap: 20px;
    align-content: start;
    padding: 0 0 48px;
  }

  .as-v2-stage-path__marker {
    grid-row: 1 / 6;
  }

  .as-v2-stage-path__command {
    min-height: 0;
    margin-top: 0 !important;
  }

  .as-v2-stage-path li > small {
    min-height: 0;
    margin-top: 6px;
  }

  .as-v2-stage-path h3 {
    min-height: 0;
    margin-top: 13px;
    font-size: 2rem;
  }

  .as-v2-stage-path li > p:last-child {
    margin-top: 12px;
    font-size: 0.79rem;
  }

  .as-v2-change-map {
    min-height: 540px;
    padding: 48px 24px;
  }

  .as-v2-change-map > p {
    margin-bottom: 52px;
  }

  .as-v2-change-map > div {
    grid-template-columns: 34px 1fr;
  }

  .as-v2-change-map > div > small {
    grid-column: 2;
    padding-bottom: 14px;
  }

  .as-v2-longevity__grid {
    margin-top: 58px;
  }

  .as-v2-longevity__grid article {
    min-height: 240px;
    padding: 30px 0;
  }

  .as-v2-longevity__grid h3 {
    margin-top: 38px;
  }

  .as-v2-disclaimer {
    align-items: start;
  }

  .as-v2-disclaimer .as-v2-text-link {
    grid-column: 1 / -1;
  }

  .as-v2-music {
    padding-bottom: 42px;
  }

  .as-v2-spotify {
    grid-template-columns: 40px 1fr auto;
  }

  .as-v2-track-wheel {
    display: grid;
    min-height: auto;
    border: 0;
    border-radius: 0;
  }

  .as-v2-track-wheel::before,
  .as-v2-track-wheel::after,
  .as-v2-track-wheel__core {
    display: none;
  }

  .as-v2-track-wheel ol {
    position: static;
    display: grid;
    border-top: 1px solid rgba(242, 236, 223, 0.14);
  }

  .as-v2-track-wheel li,
  .as-v2-track-wheel li:nth-child(n) {
    position: static;
    display: grid;
    width: auto;
    min-height: 68px;
    grid-template-columns: 42px 1fr;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(242, 236, 223, 0.12);
  }

  .as-v2-track-wheel li strong {
    font-size: 1.45rem;
  }

  .as-v2-closing {
    padding-block: 120px;
  }

  .as-v2-closing h2 {
    font-size: clamp(3.5rem, 16vw, 4.6rem);
  }
}

@media (max-width: 420px) {
  .as-v2-hero h1 {
    font-size: 3.15rem;
  }

  .as-v2-hero__visual-label {
    display: none;
  }

  .as-v2-spotify {
    min-height: 78px;
    padding-inline: 13px;
  }

  .as-v2-spotify__icon {
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .as-v2-orbit {
    animation: none !important;
  }
}
