:root {
  color-scheme: dark;
  --bg: #090b09;
  --bg-soft: #101410;
  --surface: #171d18;
  --ink: #f2f7f0;
  --muted: rgba(242, 247, 240, 0.62);
  --faint: rgba(242, 247, 240, 0.36);
  --line: rgba(242, 247, 240, 0.15);
  --line-strong: rgba(242, 247, 240, 0.28);
  --acid: #b9f78b;
  --coral: #ff785c;
  --cyan: #7edbce;
  --black: #090b09;
  --max: 1240px;
  --header-height: 58px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

body::selection {
  background: var(--acid);
  color: var(--black);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: var(--acid);
  color: var(--black);
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  z-index: 30;
  top: max(14px, env(safe-area-inset-top));
  left: 50%;
  width: min(calc(100% - 28px), var(--max));
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 10px 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(9, 11, 9, 0.64);
  backdrop-filter: blur(22px) saturate(135%);
  transform: translateX(-50%);
  transition: background-color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(9, 11, 9, 0.9);
  border-color: var(--line-strong);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: var(--ink);
  font-weight: 760;
  text-decoration: none;
}

.brand img,
.footer-brand img {
  width: 44px;
  height: 24px;
  object-fit: contain;
  filter: invert(1);
}

.site-header nav {
  display: flex;
  gap: 28px;
}

.site-header nav a,
.header-download {
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-header nav a:hover,
.header-download:hover {
  color: var(--ink);
}

.header-download {
  position: relative;
  justify-self: end;
  overflow: hidden;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.hero {
  position: relative;
  min-height: 92dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.thread-field,
.hero-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.thread-field {
  z-index: -4;
  opacity: 0.85;
}

.hero-grain {
  z-index: -3;
  background: rgba(9, 11, 9, 0.06);
  pointer-events: none;
}

.hero-mark {
  position: absolute;
  z-index: -2;
  top: 12%;
  left: -4%;
  width: min(980px, 66vw);
  opacity: 0.095;
  filter: invert(1);
  transform: rotate(-6deg);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 150px 0 70px;
}

.eyebrow,
.section-index {
  margin: 0 0 18px;
  color: var(--acid);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 122px;
  font-weight: 660;
  line-height: 0.9;
}

.hero-statement {
  margin: 30px 0 0;
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 38px;
  font-weight: 620;
}

.hero-description {
  max-width: 570px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.button {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  overflow: hidden;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: rgba(242, 247, 240, 0.035);
  font-size: 14px;
  font-weight: 740;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: rgba(242, 247, 240, 0.075);
}

.button-primary {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--black);
}

.button-primary:hover {
  background: #c7ffa1;
}

.specular::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at var(--specular-x, 20%) var(--specular-y, 10%), rgba(255, 255, 255, 0.72), transparent 26%);
  opacity: 0;
  mix-blend-mode: soft-light;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.specular:hover::after {
  opacity: 1;
}

.hero-note {
  margin: 18px 0 0;
  color: var(--faint);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.hero-device {
  position: absolute;
  z-index: 1;
  right: max(4vw, calc((100vw - var(--max)) / 2));
  bottom: -19%;
  width: 430px;
  height: 790px;
  overflow: hidden;
  border: 10px solid rgba(242, 247, 240, 0.1);
  border-bottom: 0;
  border-radius: 50px 50px 0 0;
  background: #261b17;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.56);
  transform: rotate(4deg);
}

.hero-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.device-glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(185, 247, 139, 0.38);
  border-radius: 40px 40px 0 0;
  pointer-events: none;
}

.hero-next {
  position: absolute;
  z-index: 5;
  right: 26px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  text-decoration: none;
  writing-mode: vertical-rl;
}

.hero-next i {
  width: 1px;
  height: 36px;
  background: var(--acid);
}

.manifesto,
.source-section,
.styles-copy,
.android-section,
.download-section,
footer {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.lyric-engine {
  padding: 138px 0 150px;
}

.manifesto {
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  gap: 76px;
}

.manifesto .section-index {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.manifesto h2,
.player-copy h2,
.section-heading h2,
.styles-copy h2,
.android-copy h2,
.download-section h2 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 64px;
  font-weight: 620;
  line-height: 1.13;
}

.manifesto > p,
.section-heading > p,
.styles-copy > p,
.android-copy > p {
  align-self: end;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.lyric-stage {
  position: relative;
  width: min(calc(100% - 48px), var(--max));
  min-height: 500px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  margin: 92px auto 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-soft);
}

.lyric-stage::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 61%;
  width: 1px;
  background: rgba(185, 247, 139, 0.2);
}

.lyric-stage-meta,
.lyric-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--faint);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.lyric-main {
  align-self: center;
  display: flex;
  justify-content: center;
  overflow: visible;
  white-space: nowrap;
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 100px;
  font-weight: 720;
  line-height: 1;
}

.lyric-main span {
  color: rgba(242, 247, 240, 0.24);
}

.lyric-main .is-sung {
  color: var(--ink);
}

.lyric-main .is-current {
  color: var(--acid);
  text-shadow: 0 0 32px rgba(185, 247, 139, 0.5);
  transform: translateY(-6px);
}

.lyric-background {
  position: absolute;
  right: 5%;
  bottom: 22%;
  margin: 0;
  color: rgba(126, 219, 206, 0.36);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 48px;
  font-weight: 640;
}

.timeline {
  position: relative;
  height: 3px;
  margin: 0 0 24px;
  background: rgba(242, 247, 240, 0.12);
}

.timeline i {
  display: block;
  width: 61%;
  height: 100%;
  background: var(--acid);
}

.timeline b {
  position: absolute;
  top: 50%;
  left: 61%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 22px rgba(185, 247, 139, 0.72);
  transform: translate(-50%, -50%);
}

.lyric-tags {
  justify-content: flex-start;
  gap: 8px;
}

.lyric-tags span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.player-story {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) 1.1fr;
  min-height: 880px;
  background: #eff4ed;
  color: #0e120f;
}

.player-visual {
  min-height: 880px;
  overflow: hidden;
  border-right: 1px solid rgba(14, 18, 15, 0.16);
  background: #111511;
}

.rendered-player {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 880px;
  overflow: hidden;
  background: #e6ebe4;
  color: #111611;
}

.rendered-player::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(17, 22, 17, 0.12) 5px);
}

.rendered-status,
.rendered-topbar,
.rendered-lyric,
.rendered-controls {
  position: absolute;
  z-index: 1;
}

.rendered-status {
  top: 18px;
  right: 24px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 760;
}

.rendered-topbar {
  top: 58px;
  right: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 10px;
  align-items: center;
}

.rendered-topbar > i,
.rendered-topbar > div,
.rendered-controls {
  border: 1px solid rgba(17, 22, 17, 0.14);
  background: rgba(247, 250, 246, 0.7);
  backdrop-filter: blur(18px);
}

.rendered-topbar > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111611;
  font-style: normal;
}

.rendered-topbar > div {
  min-width: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 16px 5px 6px;
  border-radius: 24px;
}

.rendered-cover {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: inset -10px -6px 0 rgba(17, 22, 17, 0.24);
}

.rendered-topbar > div > span:last-child {
  min-width: 0;
  display: grid;
}

.rendered-topbar b,
.rendered-topbar small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rendered-topbar b {
  font-size: 13px;
}

.rendered-topbar small {
  color: rgba(17, 22, 17, 0.54);
  font-size: 10px;
}

.rendered-lyric {
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  transform: translate(-50%, -50%);
}

.rendered-lyric span {
  color: #111611;
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 210px;
  font-weight: 800;
  line-height: 0.9;
  text-shadow: 14px 18px 0 rgba(255, 120, 92, 0.34), -11px -10px 0 rgba(126, 219, 206, 0.26);
}

.rendered-lyric small {
  margin-top: 24px;
  color: rgba(17, 22, 17, 0.34);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 24px;
  white-space: nowrap;
}

.rendered-controls {
  right: 22px;
  bottom: 22px;
  left: 22px;
  height: 124px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  padding: 40px 22px 22px;
  border-radius: 8px;
}

.rendered-controls i {
  position: absolute;
  top: 22px;
  right: 22px;
  left: 22px;
  height: 3px;
  background: rgba(17, 22, 17, 0.24);
}

.rendered-controls i::after {
  content: "";
  display: block;
  width: 46%;
  height: 100%;
  background: #315f3f;
}

.rendered-controls span {
  justify-self: center;
  font-size: 18px;
  font-weight: 760;
}

.player-copy {
  align-self: center;
  max-width: 700px;
  padding: 84px 7vw;
}

.player-copy .eyebrow,
.player-copy .text-link {
  color: #315f3f;
}

.player-copy p:not(.eyebrow) {
  margin: 28px 0;
  color: rgba(14, 18, 15, 0.66);
  font-size: 17px;
  line-height: 1.85;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--acid);
  font-weight: 740;
  text-decoration: none;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(2px, -2px);
}

.source-section {
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  gap: 90px;
  padding: 148px 0;
}

.section-heading > p {
  max-width: 620px;
  margin-top: 32px;
}

.source-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.source-list li {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
}

.source-list strong {
  color: var(--acid);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.source-list span {
  font-weight: 720;
}

.source-list small {
  color: var(--muted);
  font-size: 12px;
}

.styles-section {
  padding: 142px 0 128px;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.styles-copy {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  gap: 86px;
}

.styles-copy .section-index {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.style-window {
  margin-top: 84px;
  overflow: hidden;
  border-block: 1px solid var(--line);
}

.style-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 44px;
  padding: 30px 0 30px max(24px, calc((100vw - var(--max)) / 2));
  transform: translate3d(var(--ticker-x, -8px), 0, 0);
  will-change: transform;
}

.style-track span {
  position: relative;
  color: rgba(242, 247, 240, 0.22);
  font-family: "Noto Serif SC", "Songti SC", Georgia, serif;
  font-size: 76px;
  font-weight: 700;
  white-space: nowrap;
}

.style-track span:nth-child(3n + 1) {
  color: var(--acid);
}

.style-track span:nth-child(3n + 2) {
  color: var(--coral);
}

.style-track span:nth-child(3n) {
  color: var(--cyan);
}

.android-section {
  min-height: 760px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.android-copy p {
  margin: 28px 0;
}

.status-device {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 40px;
  background: #dce4dc;
  color: #111611;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.status-bar {
  display: flex;
  justify-content: space-between;
  padding: 20px 28px 0;
  font-size: 12px;
  font-weight: 780;
}

.status-pill {
  position: absolute;
  top: 14px;
  left: 50%;
  width: min(62%, 420px);
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 7px;
  border: 1px solid rgba(17, 22, 17, 0.16);
  border-radius: 24px;
  background: rgba(239, 244, 237, 0.78);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.status-cover {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: inset -9px -7px 0 rgba(9, 11, 9, 0.22);
}

.status-words {
  overflow: hidden;
  font-size: 13px;
  font-weight: 660;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-words b {
  color: #357436;
}

.status-screen-mark {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 82%;
  opacity: 0.18;
  transform: translate(-50%, -50%) rotate(-5deg);
}

.status-dock {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  align-items: center;
  padding: 0 22px;
  border: 1px solid rgba(17, 22, 17, 0.13);
  border-radius: 28px;
  background: rgba(239, 244, 237, 0.56);
  backdrop-filter: blur(18px);
}

.status-dock i {
  width: 28px;
  height: 28px;
  justify-self: center;
  border: 2px solid rgba(17, 22, 17, 0.5);
  border-radius: 8px;
}

.download-section {
  min-height: 650px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 48px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.download-section > img {
  width: 180px;
  filter: invert(1);
}

.download-actions {
  flex-direction: column;
  margin: 0;
}

footer {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

footer a {
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

@media (max-width: 1080px) {
  .hero h1 {
    font-size: 92px;
  }

  .hero-device {
    right: -40px;
    width: 390px;
    opacity: 0.78;
  }

  .manifesto h2,
  .player-copy h2,
  .section-heading h2,
  .styles-copy h2,
  .android-copy h2,
  .download-section h2 {
    font-size: 52px;
  }

  .lyric-main {
    font-size: 80px;
  }

  .download-section {
    grid-template-columns: 130px 1fr auto;
  }

  .download-section > img {
    width: 130px;
  }
}

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

  .site-header nav {
    display: none;
  }

  .brand img {
    width: 38px;
  }

  .hero {
    min-height: 90dvh;
  }

  .hero-mark {
    top: 22%;
    left: -36%;
    width: 140%;
  }

  .hero-copy,
  .manifesto,
  .lyric-stage,
  .source-section,
  .styles-copy,
  .android-section,
  .download-section,
  footer {
    width: min(calc(100% - 32px), var(--max));
  }

  .hero-copy {
    padding: 148px 0 38px;
  }

  .hero h1 {
    font-size: 68px;
    line-height: 0.93;
  }

  .hero-statement {
    margin-top: 24px;
    font-size: 27px;
  }

  .hero-description {
    max-width: 88%;
    font-size: 15px;
    line-height: 1.68;
  }

  .hero-device {
    right: -42%;
    bottom: -15%;
    width: 360px;
    height: 670px;
    opacity: 0.34;
    transform: rotate(3deg);
  }

  .hero-next {
    display: none;
  }

  .lyric-engine,
  .source-section,
  .styles-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .manifesto,
  .source-section,
  .styles-copy,
  .android-section,
  .download-section {
    grid-template-columns: 1fr;
  }

  .manifesto,
  .styles-copy {
    gap: 42px;
  }

  .manifesto .section-index,
  .styles-copy .section-index {
    margin-bottom: -20px;
  }

  .manifesto h2,
  .player-copy h2,
  .section-heading h2,
  .styles-copy h2,
  .android-copy h2,
  .download-section h2 {
    font-size: 42px;
  }

  .lyric-stage {
    min-height: 390px;
    margin-top: 58px;
    padding: 18px;
  }

  .lyric-main {
    justify-content: center;
    margin-left: 0;
    font-size: 56px;
  }

  .lyric-background {
    right: 10px;
    bottom: 28%;
    max-width: calc(100% - 20px);
    overflow: hidden;
    font-size: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lyric-tags {
    gap: 5px;
  }

  .lyric-tags span {
    padding: 7px 6px;
  }

  .player-story {
    grid-template-columns: 1fr;
  }

  .player-visual {
    min-height: 650px;
    border-right: 0;
    border-bottom: 1px solid rgba(14, 18, 15, 0.16);
  }

  .rendered-player {
    min-height: 650px;
  }

  .rendered-lyric span {
    font-size: 150px;
  }

  .rendered-controls {
    height: 112px;
  }

  .player-copy {
    padding: 74px 20px 88px;
  }

  .source-section {
    gap: 54px;
  }

  .source-list li {
    grid-template-columns: 34px 1fr;
  }

  .source-list small {
    grid-column: 2;
    margin-top: -22px;
    padding-bottom: 13px;
  }

  .style-track {
    gap: 28px;
    padding-block: 24px;
  }

  .style-track span {
    font-size: 48px;
  }

  .android-section {
    min-height: 0;
    gap: 56px;
    padding: 96px 0;
  }

  .status-device {
    min-height: 430px;
    border-radius: 30px;
  }

  .status-pill {
    top: 56px;
    width: calc(100% - 36px);
  }

  .download-section {
    min-height: 0;
    gap: 30px;
    padding: 96px 0;
  }

  .download-section > img {
    width: 160px;
  }

  .download-actions {
    width: 100%;
  }

  footer {
    min-height: 126px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  footer > span {
    display: none;
  }

  .footer-links a:last-child {
    display: none;
  }
}

@media (max-width: 430px) {
  .site-header {
    top: max(8px, env(safe-area-inset-top));
    width: calc(100% - 16px);
    height: 54px;
  }

  .brand span {
    font-size: 14px;
  }

  .header-download {
    padding: 9px 11px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-statement {
    font-size: 24px;
  }

  .hero-description {
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .manifesto h2,
  .player-copy h2,
  .section-heading h2,
  .styles-copy h2,
  .android-copy h2,
  .download-section h2 {
    font-size: 36px;
  }

  .lyric-main {
    font-size: 46px;
  }

  .player-visual {
    min-height: 560px;
  }

  .style-track span {
    font-size: 42px;
  }

  .footer-brand span {
    display: none;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  .text-link span,
  .site-header {
    transition: none;
  }

  .lyric-main .is-current {
    transform: none;
  }
}
