:root {
  --brand-red: #fa2d48;
  --brand-red-dark: #d81f3a;
  --ink: #111111;
  --muted: #666666;
  --paper: #ffffff;
  --surface: #ffffff;
  --soft: #f5f5f5;
  --line: rgb(17 17 17 / 0.1);
  --max: 1240px;
  --radius: 34px;
  color-scheme: light;
  font-family:
    "Avenir Next", Avenir, "SF Pro Text", "PingFang SC", "Helvetica Neue",
    sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
}

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

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

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--brand-red);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  transform: translateY(-160%);
  border-radius: 12px;
  color: white;
  background: var(--ink);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  width: min(calc(100% - 36px), var(--max));
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  padding: 10px 14px;
  transform: translateX(-50%);
  border: 1px solid rgb(17 17 17 / 0.08);
  border-radius: 22px;
  background: rgb(255 255 255 / 0.94);
  box-shadow: 0 14px 46px rgb(17 17 17 / 0.07);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.03em;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #4c494c;
  font-size: 13px;
  font-weight: 650;
}

nav a {
  transition: color 160ms ease;
}

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

.language-toggle {
  justify-self: end;
  min-width: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.language-toggle span {
  min-width: 30px;
  padding: 7px 8px;
  border-radius: 999px;
  text-align: center;
}

.language-toggle .language-active {
  color: white;
  background: var(--ink);
}

.hero {
  width: min(calc(100% - 48px), var(--max));
  min-height: 940px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding: 145px 0 80px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow,
.section-number {
  margin: 0 0 22px;
  color: var(--brand-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
.section-heading h2,
.motion-copy h2,
.launch-section h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Songti SC", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
}

h1 {
  max-width: 690px;
  font-size: clamp(66px, 7vw, 102px);
}

h1 em {
  color: var(--brand-red);
  font-style: normal;
}

.hero-lede {
  max-width: 650px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  transition:
    transform 160ms ease,
    background-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: var(--brand-red);
}

.button-primary:hover {
  background: var(--brand-red-dark);
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #4a4749;
  background: rgb(255 255 255 / 0.64);
  font-size: 12px;
  font-weight: 700;
}

.mini-device {
  width: 12px;
  height: 15px;
  display: inline-block;
  border: 1.8px solid currentColor;
  border-radius: 3px;
}

.tablet-icon {
  width: 18px;
  height: 13px;
}

.tv-icon {
  width: 20px;
  height: 12px;
  border-radius: 2px;
}

.car-icon {
  width: 20px;
  height: 11px;
  border-radius: 6px 6px 3px 3px;
}

.hero-stage {
  position: relative;
  min-height: 720px;
  overflow: clip;
  border: 1px solid var(--line);
  border-radius: 46px;
  background: #f3f3f3;
}

.ambient-disc {
  position: absolute;
  top: 70px;
  right: -100px;
  width: 470px;
  height: 470px;
  border: 92px solid var(--brand-red);
  border-radius: 50%;
  opacity: 0.92;
}

.device-tv,
.device-tablet,
.device-phone,
.device-car {
  position: absolute;
  filter: drop-shadow(0 28px 42px rgb(17 17 17 / 0.22));
}

.device-tv {
  top: 80px;
  left: 7%;
  width: 78%;
}

.tv-screen {
  aspect-ratio: 16 / 9;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 22px;
  padding: 24px;
  border: 8px solid #1b1b1b;
  border-radius: 20px;
  color: white;
  background: #111111;
}

.abstract-cover,
.mini-cover,
.album-art,
.car-cover {
  display: grid;
  place-items: center;
  color: white;
  background: var(--brand-red);
  font-family: "Iowan Old Style", Georgia, serif;
  font-weight: 700;
}

.abstract-cover {
  aspect-ratio: 1;
  border-radius: 10px;
  font-size: 42px;
}

.tv-track {
  align-self: center;
}

.tv-track small,
.tv-track strong,
.tv-track > span {
  display: block;
}

.tv-track small {
  color: #aaa4a6;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.tv-track strong {
  margin-top: 12px;
  font-size: 28px;
}

.tv-track > span {
  margin-top: 5px;
  color: #aaa4a6;
  font-size: 12px;
}

.progress {
  height: 3px;
  margin-top: 26px;
  background: #4b494a;
}

.progress i {
  width: 46%;
  height: 100%;
  display: block;
  background: var(--brand-red);
}

.transport {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

.device-tablet {
  top: 340px;
  left: 8%;
  width: 61%;
  transform: rotate(-3deg);
}

.tablet-screen {
  aspect-ratio: 4 / 3;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  grid-template-rows: auto 1fr;
  gap: 12px 16px;
  padding: 22px;
  border: 8px solid #1b1b1b;
  border-radius: 24px;
  background: var(--surface);
}

.screen-label {
  grid-column: 1 / -1;
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.album-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.album-art {
  aspect-ratio: 1;
  border-radius: 6px;
}

.album-art:nth-child(2) {
  background: #1e1e1e;
}

.album-art:nth-child(3) {
  background: #bdbdbd;
}

.library-line {
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 700;
}

.library-line i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-red);
}

.device-phone {
  right: 6%;
  bottom: 36px;
  width: 31%;
  transform: rotate(6deg);
}

.phone-screen {
  aspect-ratio: 0.49;
  padding: 16px 13px;
  border: 7px solid #171717;
  border-radius: 35px;
  background: #dedede;
}

.ipod-display {
  min-height: 44%;
  padding: 12px;
  border: 4px solid #242424;
  border-radius: 7px;
  background: white;
}

.ipod-display > span,
.ipod-display strong,
.ipod-display small {
  display: block;
}

.ipod-display > span {
  color: var(--brand-red);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mini-cover {
  width: 58%;
  aspect-ratio: 1;
  margin: 10px auto 8px;
  border-radius: 4px;
}

.ipod-display strong {
  font-size: 11px;
}

.ipod-display small {
  margin-top: 2px;
  color: #777;
  font-size: 8px;
}

.click-wheel {
  position: relative;
  width: 88%;
  aspect-ratio: 1;
  margin: 15px auto 0;
  border-radius: 50%;
  background: white;
  box-shadow: inset 0 0 0 1px rgb(17 17 17 / 0.08);
  font-size: 8px;
  font-weight: 800;
}

.click-wheel b,
.click-wheel span,
.click-wheel i {
  position: absolute;
}

.click-wheel b {
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
}

.wheel-left {
  top: 48%;
  left: 11%;
}

.wheel-right {
  top: 48%;
  right: 11%;
}

.wheel-play {
  bottom: 11%;
  left: 46%;
}

.click-wheel i {
  inset: 34%;
  border-radius: 50%;
  background: #d8d8d8;
}

.device-car {
  right: 8%;
  bottom: 52px;
  width: 46%;
  transform: translateX(-28%) rotate(2deg);
}

.car-screen {
  aspect-ratio: 16 / 7;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 6px solid #111;
  border-radius: 18px;
  color: white;
  background: #202020;
}

.car-cover {
  width: 62px;
  height: 62px;
  border-radius: 9px;
  font-size: 15px;
}

.car-copy small,
.car-copy strong,
.car-copy span {
  display: block;
}

.car-copy small {
  color: var(--brand-red);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.car-copy strong {
  margin-top: 4px;
  font-size: 13px;
}

.car-copy span {
  color: #aaa;
  font-size: 8px;
}

.car-screen > b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: white;
  font-size: 11px;
}

.feature-section,
.motion-section {
  padding: 132px max(32px, calc((100vw - var(--max)) / 2));
}

.section-heading {
  max-width: 900px;
  margin-bottom: 64px;
}

.section-heading h2,
.motion-copy h2,
.launch-section h2 {
  font-size: clamp(50px, 6vw, 82px);
}

.section-heading > p:last-child,
.motion-copy > p:last-child,
.launch-section > p {
  max-width: 740px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

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

.device-proof-grid article {
  min-height: 390px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.6);
}

.proof-device {
  height: 170px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 22px;
  background: #f3f3f3;
}

.proof-device span {
  display: block;
  border: 7px solid #171717;
  background: var(--brand-red);
  box-shadow: 0 16px 30px rgb(17 17 17 / 0.16);
}

.proof-phone span {
  width: 62px;
  height: 128px;
  border-radius: 18px;
}

.proof-tablet span {
  width: 150px;
  height: 104px;
  border-radius: 13px;
}

.proof-tv span {
  width: 170px;
  height: 96px;
  border-radius: 10px;
}

.proof-car span {
  width: 170px;
  height: 76px;
  border-radius: 13px;
}

.proof-kicker {
  margin: 0 0 8px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.device-proof-grid h3,
.library-card h3,
.skin-card h3 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.device-proof-grid article > p:last-child,
.library-card p,
.skin-card p {
  color: var(--muted);
  line-height: 1.55;
}

.libraries-section {
  color: var(--paper);
  background: var(--ink);
}

.section-heading.inverse .section-number {
  color: var(--brand-red);
}

.section-heading.inverse > p:last-child {
  color: rgb(255 255 255 / 0.62);
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.library-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: var(--radius);
  background: #1d1d1d;
}

.library-symbol {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 58px;
  border-radius: 18px;
  color: white;
  background: var(--brand-red);
  font-size: 25px;
  font-weight: 800;
}

.library-card p {
  color: rgb(255 255 255 / 0.58);
}

.skins-section {
  padding-right: 0;
}

.skin-track {
  display: grid;
  grid-auto-columns: minmax(330px, 420px);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding: 0 max(32px, calc((100vw - var(--max)) / 2)) 30px 0;
  scroll-snap-type: x mandatory;
}

.skin-card {
  min-height: 610px;
  padding: 20px;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 40px;
  background: rgb(255 255 255 / 0.58);
}

.skin-card > span {
  display: block;
  margin: 24px 0 8px;
  color: var(--brand-red);
  font-size: 11px;
  font-weight: 800;
}

.skin-preview {
  height: 420px;
  overflow: hidden;
  border-radius: 27px;
}

.skin-ipod .skin-preview {
  padding: 24px;
  background: #c9c9c9;
}

.classic-screen {
  height: 165px;
  padding: 18px;
  border: 7px solid #1b1b1b;
  border-radius: 10px;
  color: white;
  background: #343434;
}

.classic-screen span,
.classic-screen b {
  display: block;
}

.classic-screen span {
  color: var(--brand-red);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.classic-screen b {
  margin-top: 40px;
  font-size: 22px;
}

.classic-screen i {
  width: 42%;
  height: 3px;
  display: block;
  margin-top: 16px;
  background: var(--brand-red);
}

.classic-wheel {
  position: relative;
  width: 215px;
  height: 215px;
  margin: 16px auto;
  display: grid;
  justify-items: center;
  padding-top: 23px;
  border-radius: 50%;
  color: #666;
  background: white;
  box-shadow: 0 10px 25px rgb(0 0 0 / 0.12);
}

.classic-wheel i {
  position: absolute;
  inset: 35%;
  border-radius: 50%;
  background: #d7d7d7;
}

.skin-glass .skin-preview {
  padding: 28px;
  color: white;
  background: var(--brand-red);
}

.glass-panel {
  padding: 25px;
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: 25px;
  background: rgb(17 17 17 / 0.14);
  backdrop-filter: blur(15px);
}

.glass-panel i {
  width: 120px;
  height: 120px;
  display: block;
  margin-bottom: 18px;
  border-radius: 15px;
  background: var(--ink);
}

.glass-panel strong,
.glass-panel small {
  display: block;
}

.glass-panel small {
  margin-top: 5px;
  color: rgb(255 255 255 / 0.7);
}

.glass-wheel {
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  margin: 20px auto;
  border: 1px solid rgb(255 255 255 / 0.62);
  border-radius: 50%;
}

.glass-wheel i {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: white;
}

.skin-tape .skin-preview {
  padding: 48px 30px;
  color: var(--paper);
  background: var(--ink);
}

.tape {
  position: relative;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 45px 38px 25px;
  border-radius: 22px;
  color: var(--ink);
  background: var(--paper);
}

.tape i {
  width: 74px;
  height: 74px;
  border: 13px solid #272421;
  border-radius: 50%;
  background: white;
}

.tape b {
  position: absolute;
  top: 18px;
  right: 22px;
  color: var(--brand-red);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.tape-controls {
  margin-top: 58px;
  color: var(--brand-red);
  text-align: center;
  font-weight: 800;
}

.skin-wall .skin-preview {
  background: var(--ink);
}

.wall-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 4px;
}

.wall-grid i {
  background: #777171;
}

.wall-grid i:nth-child(2n) {
  background: var(--brand-red);
}

.wall-grid i:nth-child(3n) {
  background: var(--paper);
}

.motion-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  background: #f3f3f3;
}

.motion-flow {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.motion-flow li {
  min-height: 86px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 18px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgb(255 255 255 / 0.56);
}

.motion-flow b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: white;
  background: var(--brand-red);
  font-size: 11px;
}

.motion-flow span {
  font-size: 18px;
  font-weight: 750;
}

.format-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.format-wall article {
  position: relative;
  min-height: 200px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgb(255 255 255 / 0.56);
}

.format-wall b,
.format-wall span {
  display: block;
}

.format-wall b {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 44px;
}

.format-wall span {
  margin-top: 8px;
  color: var(--muted);
}

.format-wall i {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: white;
  background: var(--brand-red);
  font-style: normal;
  font-weight: 800;
}

.launch-section {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 32px;
  color: white;
  text-align: center;
  background: var(--ink);
}

.launch-icon {
  width: 108px;
  height: 108px;
  margin-bottom: 30px;
  border-radius: 27px;
  box-shadow: 0 26px 56px rgb(250 45 72 / 0.25);
}

.launch-section .section-number {
  color: var(--brand-red);
}

.launch-section > p {
  color: rgb(255 255 255 / 0.62);
}

.launch-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  padding: 13px 20px;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 999px;
  background: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
}

.launch-status i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-red);
}

footer {
  min-height: 190px;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 36px;
  padding: 50px max(32px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

footer p,
footer small {
  color: var(--muted);
  font-size: 13px;
}

footer > div {
  display: flex;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.legal-page {
  width: min(calc(100% - 40px), 840px);
  margin: 0 auto;
  padding: 150px 0 100px;
}

.legal-page h1 {
  font-size: clamp(48px, 8vw, 76px);
}

.legal-page h2 {
  margin-top: 48px;
  font-size: 26px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 40px;
  font-weight: 750;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    width: min(calc(100% - 36px), 760px);
  }

  .hero-stage {
    min-height: 720px;
  }

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

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 130px;
  }

  h1 {
    font-size: 58px;
  }

  body[data-locale="en-US"] h1 {
    font-size: 52px;
  }

  .hero-stage {
    min-height: 570px;
  }

  .device-tv {
    width: 90%;
  }

  .device-tablet {
    top: 300px;
    width: 68%;
  }

  .device-phone {
    width: 34%;
  }

  .device-car {
    bottom: 34px;
    width: 52%;
  }

  .device-proof-grid,
  .library-grid,
  .format-wall,
  .motion-section {
    grid-template-columns: 1fr;
  }

  .feature-section,
  .motion-section {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.001ms !important;
  }
}
