@charset "UTF-8";

/* 作者：搭客佬
地址：https://www.thmhpro.cn/ */

:root {
  --ink: #1d1d1d;
  --paper: #fff9ec;
  --white: #ffffff;
  --yellow: #ffd928;
  --yellow-deep: #f2be00;
  --orange: #ff6a3d;
  --orange-dark: #d84825;
  --cream: #fff2c4;
  --line: #c9c4b8;
  --muted: #6d685f;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: var(--header-height);
}

body {
  min-width: 320px;
  margin: 0;
  padding-top: var(--header-height);
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

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

button,
input,
textarea {
  font: inherit;
}

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

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

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.wrap,
.topbar-inner,
.launch-inner,
.footer-main {
  width: min(1200px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.topbar {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 11px;
  min-width: 0;
}

.brand-lockup img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand-words {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.25;
}

.brand-words strong {
  font-size: 21px;
  font-weight: 900;
}

.brand-words span {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 38px;
}

.primary-nav a {
  position: relative;
  display: block;
  padding: 26px 0 23px;
  font-size: 14px;
  font-weight: 800;
  line-height: 26px;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  background: transparent;
}

.primary-nav a:hover::after,
.primary-nav a.is-current::after {
  background: var(--yellow);
}

.compact-actions {
  display: none;
}

.launch {
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
  background-color: var(--paper);
  background-image: radial-gradient(rgba(255, 106, 61, 0.12) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
}

.launch-inner {
  display: grid;
  min-height: 690px;
  grid-template-columns: 1fr 500px;
}

.launch-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 68px 60px 68px 0;
  flex-direction: column;
}

.overline,
.block-code {
  font-family: Consolas, monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.overline {
  padding-left: 42px;
}

.overline::before {
  position: absolute;
  width: 30px;
  height: 4px;
  margin-top: 10px;
  margin-left: -42px;
  content: "";
  background: var(--orange);
}

.launch h1 {
  margin-top: 14px;
  font-size: clamp(66px, 6.6vw, 104px);
  font-weight: 1000;
  letter-spacing: -0.07em;
  line-height: 1.05;
  white-space: nowrap;
}

.launch-slogan {
  margin-top: 18px;
  color: var(--orange);
  font-size: 31px;
  font-weight: 900;
}

.launch-summary {
  max-width: 610px;
  margin-top: 18px;
  color: #514b43;
}

.launch-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 214px;
  height: 56px;
  margin-top: 28px;
  border: 2px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--yellow);
  font-size: 16px;
  font-weight: 900;
}

.launch-download:hover {
  color: var(--ink);
  background: var(--yellow);
}

.age-label {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.launch-tags {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}

.launch-tags li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
}

.launch-tags li + li {
  padding-left: 25px;
  border-left: 1px solid var(--line);
}

.launch-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  padding-right: 2px;
}

.sun-disc {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--yellow);
  transform: translateY(-50%);
}

.terminal-stamp {
  position: absolute;
  z-index: 3;
  top: 108px;
  left: 0;
  display: flex;
  width: 76px;
  min-height: 350px;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  color: var(--white);
  background: var(--orange);
  flex-direction: column;
}

.terminal-stamp::before,
.terminal-stamp::after {
  position: absolute;
  left: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  background: var(--paper);
}

.terminal-stamp::before {
  top: 20px;
}

.terminal-stamp::after {
  bottom: 20px;
}

.terminal-stamp b {
  font-size: 34px;
  line-height: 1;
}

.terminal-stamp span {
  margin-top: 16px;
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-align: center;
  writing-mode: vertical-rl;
}

.device {
  position: relative;
  z-index: 4;
  width: 326px;
  padding: 14px;
  border: 5px solid var(--ink);
  border-radius: 42px;
  background: var(--ink);
  box-shadow: 18px 22px 0 rgba(29, 29, 29, 0.16);
}

.device::before {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 50%;
  width: 88px;
  height: 23px;
  border-radius: 0 0 14px 14px;
  content: "";
  background: var(--ink);
  transform: translateX(-50%);
}

.device-screen {
  overflow: hidden;
  min-height: 600px;
  border-radius: 27px;
  background: var(--white);
}

.device-status,
.device-heading,
.device-tabs,
.device-subheading,
.device-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.device-status {
  padding: 13px 18px 2px;
  font-size: 12px;
  font-weight: 800;
}

.device-heading {
  padding: 19px 18px 10px;
}

.device-heading strong {
  font-size: 22px;
}

.device-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 18px;
  padding: 10px 12px;
  border: 1px solid #e2ded5;
  color: #827b72;
  background: #fbfaf7;
  font-size: 12px;
}

.device-tabs {
  margin: 8px 18px 0;
  border-bottom: 1px solid #e2ded5;
}

.device-tabs span {
  padding: 8px 1px;
  font-size: 12px;
  font-weight: 800;
}

.device-tabs .active {
  border-bottom: 3px solid var(--yellow-deep);
}

.device-feature {
  display: grid;
  min-height: 130px;
  margin: 12px 18px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  grid-template-columns: 1.2fr 0.8fr;
}

.feature-copy {
  display: flex;
  justify-content: center;
  padding: 14px;
  flex-direction: column;
}

.feature-copy small,
.feature-copy span {
  font-size: 12px;
}

.feature-copy strong {
  margin: 5px 0;
  font-size: 17px;
  line-height: 1.25;
}

.device-feature figure {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--cream);
}

.device-feature img,
.device-cards img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.device-subheading {
  padding: 0 18px 8px;
}

.device-subheading strong {
  font-size: 14px;
}

.device-subheading span {
  color: var(--orange-dark);
  font-size: 12px;
}

.device-cards {
  display: grid;
  gap: 8px;
  padding: 0 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.device-cards article {
  min-width: 0;
}

.device-cards figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  overflow: hidden;
  background: #f3f0e9;
}

.device-cards strong,
.device-cards span {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-cards span {
  color: var(--muted);
}

.device-nav {
  margin-top: 15px;
  padding: 12px 18px;
  border-top: 1px solid #e2ded5;
}

.device-nav span {
  color: var(--muted);
  font-size: 12px;
}

.device-nav .active {
  color: var(--orange-dark);
  font-weight: 900;
}

.block {
  padding: 102px 0;
}

.block-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}

.block-code {
  color: var(--orange-dark);
}

.block-title h2 {
  margin-top: 6px;
  font-size: 50px;
  font-weight: 1000;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.block-title > p {
  max-width: 500px;
  color: var(--muted);
  text-align: right;
}

.discovery {
  background: var(--white);
}

.discovery-console {
  display: grid;
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--cream);
  grid-template-columns: 320px 1fr;
}

.genre-tuner {
  position: relative;
  min-height: 500px;
  padding: 30px;
  overflow: hidden;
  border-right: 2px solid var(--ink);
  background-color: var(--yellow);
  background-image: radial-gradient(rgba(29, 29, 29, 0.25) 1px, transparent 1px);
  background-size: 16px 16px;
}

.tuner-caption {
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.dial {
  position: relative;
  width: 158px;
  height: 158px;
  margin: 27px auto;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: repeating-conic-gradient(var(--ink) 0 2deg, transparent 2deg 10deg);
}

.dial::before {
  position: absolute;
  top: 19px;
  right: 19px;
  bottom: 19px;
  left: 19px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  content: "";
  background: linear-gradient(135deg, #f9f9f9 0%, #666666 48%, #ffffff 55%, #3f3f3f 100%);
  box-shadow: 5px 7px 0 rgba(29, 29, 29, 0.2);
}

.dial span {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 50%;
  width: 4px;
  height: 37px;
  background: var(--orange);
  transform: translateX(-50%);
}

.genre-controls {
  display: grid;
  gap: 8px;
}

.genre-controls button {
  min-height: 42px;
  border: 2px solid var(--ink);
  background: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

.genre-controls button.is-active {
  color: var(--white);
  background: var(--ink);
}

.tuner-current {
  margin-top: 17px;
  font-size: 12px;
  text-align: center;
}

.reading-list article {
  display: grid;
  align-items: center;
  min-height: 125px;
  padding: 15px 22px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 52px 88px 1fr auto;
  gap: 18px;
}

.reading-list article:last-child {
  border-bottom: 0;
}

.list-number {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 900;
}

.reading-list figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 94px;
  overflow: hidden;
  background: #f4f1eb;
}

.reading-list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reading-list h3 {
  font-size: 19px;
}

.reading-list p,
.reading-list div span,
.list-status {
  font-size: 12px;
}

.reading-list p {
  color: var(--muted);
}

.reading-list div span {
  display: block;
  margin-top: 5px;
}

.list-status {
  min-width: 76px;
  padding: 6px 9px;
  border: 1px solid var(--orange);
  color: var(--orange-dark);
  text-align: center;
}

.station {
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--yellow);
}

.station-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.station-title {
  flex: 1 1 auto;
}

.station-title .block-code {
  color: var(--ink);
}

.all-notice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  margin-bottom: 44px;
  padding: 0 18px;
  border: 2px solid var(--ink);
  background: var(--white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.all-notice[aria-pressed="true"] {
  color: var(--white);
  background: var(--ink);
}

.station-board {
  border: 2px solid var(--ink);
  background: var(--paper);
}

.day-rail {
  display: grid;
  border-bottom: 2px solid var(--ink);
  grid-template-columns: repeat(4, 1fr);
}

.day-rail button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px 22px;
  border: 0;
  border-right: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
}

.day-rail button:last-child {
  border-right: 0;
}

.day-rail button.is-active {
  background: var(--orange);
}

.day-rail span {
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.13em;
}

.day-rail strong {
  font-size: 16px;
}

.departures article {
  display: grid;
  align-items: center;
  min-height: 88px;
  padding: 13px 22px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 88px 70px 1fr 112px;
  gap: 16px;
}

.departures article:last-child {
  border-bottom: 0;
}

.departures article[hidden] {
  display: none;
}

.departures time {
  font-size: 21px;
  font-weight: 900;
}

.platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid var(--ink);
  font-family: Consolas, monospace;
  font-size: 12px;
}

.departures h3 {
  font-size: 17px;
}

.departures p {
  color: var(--muted);
  font-size: 12px;
}

.row-notice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  border: 1px solid var(--ink);
  background: var(--white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.row-notice[aria-pressed="true"] {
  background: var(--yellow);
}

.tour {
  background: var(--white);
}

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

.tour-grid figure {
  min-width: 0;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.shot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--white);
}

.shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.tour-grid figcaption {
  display: grid;
  min-height: 104px;
  padding: 19px;
  border-top: 1px solid var(--ink);
  grid-template-columns: 38px 1fr;
}

.tour-grid figcaption span {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 900;
  grid-row: 1 / span 2;
}

.tour-grid figcaption strong {
  font-size: 16px;
}

.tour-grid figcaption small {
  color: var(--muted);
  font-size: 12px;
}

.help {
  border-top: 1px solid var(--ink);
  background: #f6f1e7;
}

.accordion {
  border-top: 2px solid var(--ink);
}

.accordion article {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.accordion article > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 76px;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.accordion article > button span {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  font-weight: 900;
}

.accordion article > button b {
  color: var(--orange-dark);
  font-family: Consolas, monospace;
  font-size: 12px;
}

.accordion article > button > i,
.fold-symbol {
  position: relative;
  width: 20px;
  height: 20px;
}

.accordion article > button > i::before,
.accordion article > button > i::after,
.fold-symbol::before,
.fold-symbol::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%);
}

.accordion article > button > i::after,
.fold-symbol::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion article > button[aria-expanded="true"] > i::after,
.official-address[open] .fold-symbol::after {
  display: none;
}

.accordion article > div {
  padding: 0 68px 24px;
  color: var(--muted);
}

.official-address {
  width: 100%;
  margin-top: 34px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.official-address summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  font-weight: 900;
}

.official-address summary::-webkit-details-marker {
  display: none;
}

.official-address summary span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.official-address > div {
  padding: 0 56px 22px;
}

.official-address > div a {
  color: var(--orange-dark);
  font-size: 14px;
  text-decoration: underline;
}

.voices {
  border-top: 1px solid var(--ink);
  background: var(--cream);
}

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

.voice-grid article {
  min-height: 276px;
  padding: 24px;
  border-top: 5px solid var(--orange);
  background: var(--white);
  box-shadow: 5px 5px 0 rgba(29, 29, 29, 0.07);
}

.voice-grid article:nth-child(2n) {
  border-top-color: var(--yellow-deep);
}

.voice-user {
  display: grid;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
}

.voice-user > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  background: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.voice-user strong {
  font-size: 14px;
}

.voice-user time {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.voice-grid article > p {
  margin-top: 19px;
  color: #464139;
  font-size: 14px;
  line-height: 1.9;
}

.arrival {
  overflow: hidden;
  padding: 76px 0;
  color: var(--white);
  background-color: var(--ink);
  background-image: radial-gradient(rgba(255, 217, 40, 0.3) 1.2px, transparent 1.2px);
  background-position: calc(100% - 40px) 30px;
  background-size: 16px 16px;
}

.arrival-inner {
  display: grid;
  min-height: 190px;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  grid-template-columns: 250px 1fr 220px;
}

.arrival-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  flex-direction: column;
}

.arrival-arrow > span {
  color: var(--yellow);
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.arrival-arrow .i-down-large {
  width: 96px;
  height: 96px;
  margin-top: 9px;
}

.arrival-copy {
  display: flex;
  justify-content: center;
  padding: 28px 38px;
  flex-direction: column;
}

.arrival-copy > p {
  color: var(--orange);
  font-family: Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.arrival-copy h2 {
  margin-top: 7px;
  font-size: 28px;
  line-height: 1.3;
}

.arrival-copy > span {
  margin-top: 8px;
  color: #d8d2c7;
  font-size: 14px;
}

.arrival-inner > a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 10px;
  height: 74px;
  border: 2px solid var(--yellow);
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 8px 8px 0 var(--orange);
  font-size: 18px;
  font-weight: 1000;
}

.arrival-inner > a:hover {
  color: var(--white);
  background: var(--orange);
}

.page-footer {
  color: var(--white);
  background: #111111;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 128px;
}

.footer-brand .brand-words span {
  color: #bdb7ad;
}

.footer-nav ul {
  display: flex;
  gap: 27px;
}

.footer-nav a {
  font-size: 13px;
}

.footer-nav a:hover {
  color: var(--yellow);
}

.footer-line {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}

.footer-line p {
  padding: 22px 20px;
  color: #bdb7ad;
  font-size: 12px;
  text-align: center;
}

.return-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid var(--ink);
  background: var(--yellow);
  cursor: pointer;
}

.return-top.is-visible {
  display: flex;
}

.launch-tags i,
.launch-download i,
.device-heading i,
.device-search i,
.all-notice i,
.row-notice i,
.official-address i,
.arrival-inner i,
.return-top i {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.i-menu { background-image: url("../icons/menu.svg"); }
.i-download { background-image: url("../icons/download.svg"); }
.i-search { background-image: url("../icons/search.svg"); }
.i-compass { background-image: url("../icons/compass.svg"); }
.i-grid { background-image: url("../icons/grid.svg"); }
.i-star { background-image: url("../icons/star.svg"); }
.i-bell { background-image: url("../icons/bell.svg"); }
.i-globe { background-image: url("../icons/globe.svg"); }
.i-down-large { background-image: url("../icons/down-large.svg?v=2"); }
.i-top { background-image: url("../icons/top.svg"); }

@media (max-width: 980px) {
  :root {
    --header-height: 66px;
  }

  body {
    font-size: 14px;
  }

  .wrap,
  .topbar-inner,
  .launch-inner,
  .footer-main {
    width: min(100% - 28px, 720px);
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-lockup img {
    width: 40px;
    height: 40px;
  }

  .brand-words strong {
    font-size: 17px;
  }

  .brand-words span {
    display: block;
    max-width: none;
    overflow: visible;
    font-size: 12px;
    text-overflow: clip;
    white-space: nowrap;
  }

  .compact-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .compact-download {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 40px;
    padding: 0 11px;
    color: var(--ink);
    background: var(--yellow);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }

  .nav-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--ink);
    background: var(--white);
    cursor: pointer;
  }

  .nav-switch i {
    display: block;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .primary-nav {
    position: absolute;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    border-bottom: 2px solid var(--ink);
    background: var(--white);
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav ul {
    display: grid;
    width: min(100% - 28px, 720px);
    margin: 0 auto;
    gap: 0;
  }

  .primary-nav li {
    border-bottom: 1px solid var(--line);
  }

  .primary-nav li:last-child {
    border-bottom: 0;
  }

  .primary-nav a {
    padding: 13px 2px;
  }

  .primary-nav a::after {
    display: none;
  }

  .launch-inner {
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 60px 0 72px;
    flex-direction: column;
  }

  .launch-copy {
    align-items: center;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .launch h1 {
    font-size: clamp(54px, 18vw, 76px);
    white-space: normal;
  }

  .launch-slogan {
    font-size: 27px;
  }

  .launch-summary {
    max-width: 620px;
  }

  .launch-tags {
    justify-content: center;
    flex-wrap: wrap;
  }

  .launch-stage {
    justify-content: center;
    width: min(100%, 520px);
    min-height: 690px;
    margin-top: 52px;
    padding: 40px 24px;
  }

  .sun-disc {
    left: 50%;
    width: min(430px, 90vw);
    height: min(430px, 90vw);
    transform: translate(-50%, -50%);
  }

  .terminal-stamp {
    top: 80px;
    left: 8px;
  }

  .device {
    width: min(326px, 100%);
  }

  .block {
    padding: 78px 0;
  }

  .block-title {
    align-items: flex-start;
    margin-bottom: 34px;
    flex-direction: column;
    gap: 15px;
  }

  .block-title h2 {
    font-size: 40px;
  }

  .block-title > p {
    max-width: 620px;
    text-align: left;
  }

  .discovery-console {
    grid-template-columns: 280px 1fr;
  }

  .genre-tuner {
    padding: 26px;
  }

  .station-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .station-title {
    margin-bottom: 0;
  }

  .all-notice {
    margin-bottom: 34px;
  }

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

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

  .arrival-inner {
    grid-template-columns: 190px 1fr;
  }

  .arrival-inner > a {
    width: 100%;
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .wrap,
  .topbar-inner,
  .launch-inner,
  .footer-main {
    width: calc(100% - 24px);
  }

  .brand-words strong {
    font-size: 15px;
  }

  .compact-download {
    min-width: 74px;
    padding: 0 9px;
  }

  .launch-inner {
    padding-top: 48px;
  }

  .launch-slogan {
    font-size: 24px;
  }

  .launch-summary {
    font-size: 14px;
  }

  .launch-tags {
    gap: 12px;
  }

  .launch-tags li,
  .launch-tags li + li {
    padding-left: 0;
    border-left: 0;
    font-size: 12px;
  }

  .launch-stage {
    min-height: 660px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .terminal-stamp {
    z-index: 2;
    top: 24px;
    left: 0;
    width: 58px;
    min-height: 235px;
  }

  .terminal-stamp b {
    font-size: 28px;
  }

  .block-title h2 {
    font-size: 36px;
  }

  .discovery-console {
    grid-template-columns: 1fr;
  }

  .genre-tuner {
    min-height: auto;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .genre-controls {
    grid-template-columns: repeat(4, 1fr);
  }

  .genre-controls button {
    min-width: 0;
  }

  .reading-list article {
    padding: 12px;
    grid-template-columns: 34px 58px 1fr;
    gap: 10px;
  }

  .reading-list figure {
    width: 58px;
    height: 68px;
  }

  .list-number {
    font-size: 22px;
  }

  .reading-list h3 {
    font-size: 15px;
  }

  .list-status {
    grid-column: 3;
    justify-self: start;
  }

  .day-rail button {
    min-width: 0;
    padding: 10px 5px;
    flex-direction: column;
  }

  .day-rail strong {
    font-size: 13px;
  }

  .departures article {
    padding: 14px 12px;
    grid-template-columns: 60px 42px 1fr;
    gap: 8px;
  }

  .departures article > div {
    grid-column: 3;
  }

  .row-notice {
    grid-column: 3;
    justify-self: start;
    min-width: 48px;
    padding: 7px;
  }

  .row-notice span {
    display: none;
  }

  .tour-grid {
    gap: 10px;
  }

  .tour-grid figcaption {
    min-height: 92px;
    padding: 12px 10px;
    grid-template-columns: 28px 1fr;
  }

  .tour-grid figcaption span {
    font-size: 16px;
  }

  .tour-grid figcaption strong {
    font-size: 14px;
  }

  .accordion article > button {
    padding: 17px 12px;
  }

  .accordion article > button span {
    align-items: flex-start;
    gap: 11px;
    font-size: 14px;
  }

  .accordion article > div {
    padding: 0 35px 20px;
  }

  .official-address summary {
    padding: 17px 14px;
    font-size: 14px;
  }

  .official-address > div {
    padding: 0 46px 20px;
  }

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

  .voice-grid article {
    min-height: auto;
  }

  .voice-user {
    grid-template-columns: 42px 1fr auto;
  }

  .arrival {
    padding: 54px 0;
  }

  .arrival-inner {
    grid-template-columns: 1fr;
  }

  .arrival-arrow {
    min-height: 138px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .arrival-arrow .i-down-large {
    width: 72px;
    height: 72px;
  }

  .arrival-copy {
    align-items: center;
    padding: 28px 20px;
    text-align: center;
  }

  .arrival-copy h2 {
    font-size: 23px;
  }

  .arrival-inner > a {
    grid-column: auto;
  }

  .footer-main {
    justify-content: center;
    padding: 36px 0;
    flex-direction: column;
    gap: 26px;
    text-align: center;
  }

  .footer-nav ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .return-top {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }

  a,
  button,
  a:hover,
  a:active,
  button:hover,
  button:active {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}
