@charset "UTF-8";

/* 作者：搭客佬 */
/* 链接：https://www.mmmhmax.cn/ */

:root {
  --ink: #202126;
  --ink-soft: #545665;
  --paper: #fffaf1;
  --white: #ffffff;
  --coral: #ff5b55;
  --coral-dark: #d9433f;
  --blush: #fff0ec;
  --lavender: #e9e0ff;
  --purple: #7252c7;
  --yellow: #ffd85a;
  --line: #ded6cb;
  --header-height: 76px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

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

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

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

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

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.98);
}

.header-inner,
.hero-inner,
.section-inner,
.download-inner,
.footer-inner {
  width: min(calc(100% - 40px), var(--container));
  margin-right: auto;
  margin-left: auto;
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img,
.footer-brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 12px;
  object-fit: contain;
}

.brand-copy,
.footer-brand > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.25;
}

.brand strong,
.footer-brand strong {
  font-size: 20px;
  white-space: nowrap;
}

.brand-copy > span,
.footer-brand small {
  max-width: 230px;
  margin-top: 3px;
  overflow: visible;
  color: var(--ink-soft);
  font-size: 12px;
  white-space: nowrap;
}

.main-nav ul,
.footer-nav ul {
  display: flex;
  align-items: center;
  gap: 34px;
}

.main-nav a {
  position: relative;
  display: block;
  padding: 25px 0 23px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.header-download {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--coral);
  background: var(--coral);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

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

.menu-toggle i,
.hero-download i,
.download-action i,
.i-search,
.i-top,
.i-globe,
.i-avatar {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.i-menu {
  background-image: url("../icons/menu.svg");
}

.i-heart {
  background-image: url("../icons/heart.svg");
}

.i-bell {
  background-image: url("../icons/bell.svg");
}

.i-arrow {
  background-image: url("../icons/arrow.svg");
}

.i-download {
  background-image: url("../icons/download.svg");
}

.i-search {
  background-image: url("../icons/search.svg");
}

.i-top {
  background-image: url("../icons/top.svg");
}

.i-globe {
  background-image: url("../icons/globe.svg");
}

.i-avatar {
  background-image: url("../icons/avatar.svg");
}

.i-heart,
.i-bell,
.i-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 91, 85, 0.12) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 49.8%, rgba(222, 214, 203, 0.45) 50%, transparent 50.2%);
  background-size: 26px 26px, 100% 100%;
}

.hero::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--lavender);
  content: "";
  opacity: 0.55;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 690px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 72px;
  padding: 72px 0;
}

.eyebrow,
.section-kicker,
.download-kicker,
.section-index,
.ticket-copy > p {
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 14px;
  font-size: clamp(64px, 7vw, 102px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  white-space: nowrap;
}

.hero h2 {
  max-width: 680px;
  margin-top: 22px;
  font-size: 34px;
  line-height: 1.25;
}

.hero-description {
  max-width: 680px;
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 16px;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-features li {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
}

.hero-download {
  display: inline-flex;
  min-width: 220px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 30px;
  border: 1px solid var(--coral);
  background: var(--coral);
  color: var(--white);
  font-weight: 800;
}

.hero-download:hover {
  border-color: var(--ink);
  background: var(--ink);
}

.hero-download .i-download {
  filter: brightness(0) invert(1);
}

.update-label {
  display: block;
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 13px;
}

.discovery-palette {
  position: relative;
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: 18px 18px 0 var(--coral);
}

.palette-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: var(--ink);
  color: var(--white);
}

.palette-head strong {
  font-size: 15px;
  letter-spacing: 0.08em;
}

.palette-head span:first-child {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.palette-head h2 {
  margin-top: 2px;
  font-size: 21px;
}

.palette-status {
  color: #81f4b4;
  font-size: 12px;
}

.palette-status::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: #50e58d;
  content: "";
}

.palette-body {
  padding: 24px;
}

.palette-body h3 {
  margin-bottom: 16px;
  font-size: 25px;
}

.palette-tabs,
.shelf-tabs {
  display: flex;
  gap: 8px;
}

.palette-tabs {
  margin: 22px 24px 0;
}

.palette-tabs button,
.shelf-tabs button,
.index-rail button,
.tag-cloud button,
.timeline-tabs button,
.faq-question,
.website-question {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.palette-tabs button {
  flex: 1 1 0;
  min-height: 42px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 13px;
  font-weight: 700;
}

.palette-tabs button.is-active {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--white);
}

.mood-control {
  display: grid;
  align-items: center;
  gap: 12px;
  margin: 20px 24px 0;
  grid-template-columns: auto 1fr auto;
}

.mood-control label,
.mood-output {
  font-size: 13px;
  font-weight: 700;
}

.mood-control input {
  width: 100%;
  accent-color: var(--coral);
}

.recommend-list {
  display: grid;
  gap: 10px;
  margin: 22px 24px 0;
}

.recommend-item {
  display: grid;
  min-height: 76px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
}

.recommend-item img,
.shelf-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recommend-item > span:first-child {
  width: 54px;
  height: 54px;
  background: var(--blush);
}

.recommend-item strong,
.recommend-item small {
  display: block;
}

.recommend-item small {
  color: var(--ink-soft);
  font-size: 12px;
}

.recommend-item em {
  color: var(--coral-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.recommend-item > button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--coral);
  background: transparent;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.palette-shuffle {
  width: calc(100% - 48px);
  min-height: 48px;
  margin: 16px 24px 24px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  font-weight: 800;
  cursor: pointer;
}

.section {
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}

.section:nth-of-type(even) {
  background: var(--white);
}

.section-head {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 48px;
  margin-bottom: 42px;
}

.section-head .section-index {
  align-self: end;
  margin-bottom: -42px;
}

.section-head h2 {
  grid-column: 1;
  grid-row: 2;
  margin-top: 7px;
  font-size: 48px;
  line-height: 1.15;
}

.section-head > p {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  max-width: 470px;
  margin-left: auto;
  color: var(--ink-soft);
  font-size: 15px;
  text-align: right;
}

.wander-section {
  background: var(--blush) !important;
}

.wander-layout {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 360px;
  gap: 18px;
}

.index-rail,
.genre-map,
.update-timeline {
  border: 1px solid var(--line);
  background: var(--white);
}

.index-rail {
  display: grid;
  align-content: start;
  padding: 16px;
  gap: 8px;
}

.index-rail button {
  min-height: 43px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.index-rail button.is-active {
  padding-left: 12px;
  border-color: var(--coral);
  background: var(--coral);
  color: var(--white);
}

.genre-map,
.update-timeline {
  padding: 28px;
}

.genre-map h3,
.update-timeline h3,
.shelf-panel h3 {
  font-size: 24px;
}

.genre-map > p,
.update-timeline > p {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 13px;
}

.tag-cloud {
  display: grid;
  margin-top: 26px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.tag-cloud button {
  min-height: 80px;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 14px;
  font-weight: 800;
}

.tag-cloud button:nth-child(2n) {
  background: var(--lavender);
}

.tag-cloud button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.timeline-tabs {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.timeline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.timeline-head button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--coral);
  background: transparent;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.timeline-tabs button {
  min-height: 38px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 12px;
  font-weight: 700;
}

.timeline-tabs button.is-active {
  border-color: var(--coral);
  color: var(--coral-dark);
}

.timeline-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.timeline-list li {
  display: grid;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  grid-template-columns: 46px 1fr auto;
  gap: 11px;
}

.timeline-list img {
  width: 46px;
  height: 60px;
  background: var(--blush);
  object-fit: contain;
}

.timeline-list strong,
.timeline-list small {
  display: block;
}

.timeline-list small,
.timeline-list time {
  color: var(--ink-soft);
  font-size: 12px;
}

.shelf-section {
  background: var(--ink) !important;
  color: var(--white);
}

.shelf-section .section-head > p {
  color: #c4c4ca;
}

.shelf-panel {
  padding: 28px;
  border: 1px solid #53545b;
  background: #292a30;
}

.shelf-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.shelf-tabs button {
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid #55565d;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.shelf-tabs button.is-active {
  border-color: var(--coral);
  background: var(--coral);
}

.shelf-search {
  display: flex;
  width: min(100%, 330px);
  height: 44px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #55565d;
  background: #1e1f24;
  gap: 9px;
}

.shelf-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
}

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

.shelf-item {
  display: grid;
  min-height: 118px;
  align-items: center;
  padding: 14px;
  border: 1px solid #484950;
  background: #202126;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
}

.shelf-cover {
  width: 74px;
  height: 88px;
  background: #32333a;
}

.shelf-item strong,
.shelf-item small {
  display: block;
}

.shelf-item small {
  margin-top: 4px;
  color: #bfc0c7;
  font-size: 12px;
}

.shelf-item em {
  color: var(--coral);
  font-size: 12px;
  font-style: normal;
}

.status-tag {
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
}

.shelf-item > button {
  padding: 6px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.screens-section {
  background: var(--paper) !important;
}

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

.screen-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.shot-frame {
  display: flex;
  width: 100%;
  aspect-ratio: 9 / 16;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f2eee8;
}

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

.screen-card figcaption {
  display: grid;
  min-height: 70px;
  align-items: center;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  grid-template-columns: auto 1fr;
  gap: 12px;
}

.screen-card figcaption span {
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 900;
}

.screen-card figcaption strong {
  font-size: 17px;
}

.screen-card figcaption small {
  grid-column: 2;
  margin-top: -12px;
  color: var(--ink-soft);
  font-size: 12px;
}

.faq-section {
  background: var(--white) !important;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question,
.website-question {
  position: relative;
  display: grid;
  width: 100%;
  align-items: center;
  padding: 22px 56px 22px 20px;
  text-align: left;
}

.faq-question {
  grid-template-columns: 48px 1fr;
}

.faq-question span:first-child {
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 900;
}

.faq-question strong,
.website-question strong {
  font-size: 17px;
}

.faq-question::after,
.website-question::after {
  position: absolute;
  top: 50%;
  right: 22px;
  content: "+";
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item.is-open .faq-question::after,
.website-panel.is-open .website-question::after {
  content: "−";
}

.faq-answer,
.website-answer {
  display: none;
}

.faq-item.is-open .faq-answer {
  display: block;
  padding: 0 74px 22px;
  color: var(--ink-soft);
}

.website-panel {
  margin-top: 26px;
  border: 1px solid var(--ink);
}

.website-question {
  grid-template-columns: 24px 1fr;
  gap: 12px;
}

.website-panel.is-open .website-answer {
  display: block;
  padding: 0 56px 22px;
}

.website-answer a {
  color: var(--coral-dark);
  font-weight: 700;
}

.reviews-section {
  background: var(--blush) !important;
}

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

.review-card {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--coral);
  background: var(--white);
}

.review-user {
  display: flex;
  align-items: center;
  gap: 11px;
}

.review-user .i-avatar {
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 50%;
  background-color: var(--ink);
  background-size: 20px;
}

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

.review-rating {
  margin-left: auto;
  color: var(--coral-dark);
  font-size: 13px;
  white-space: nowrap;
}

.review-rating i {
  margin-left: 2px;
}

.review-card > p {
  margin-top: 22px;
  margin-bottom: 34px;
  color: #383940;
  font-size: 14px;
}

.review-card time {
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: var(--ink-soft);
  font-size: 12px;
}

.download-section {
  padding: 76px 0;
  background: var(--coral);
}

.download-inner {
  display: grid;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper);
  grid-template-columns: 190px minmax(0, 1fr) 230px;
}

.download-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed var(--coral);
  background: var(--yellow);
}

.download-number strong {
  font-size: 38px;
  line-height: 1;
}

.download-number span {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.download-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 42px;
}

.download-copy h2 {
  margin-top: 5px;
  font-size: 32px;
  line-height: 1.25;
}

.download-copy p:last-child {
  margin-top: 8px;
  color: var(--ink-soft);
}

.download-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-left: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
}

.download-action:hover {
  background: var(--purple);
}

.site-footer {
  padding: 42px 0 28px;
  background: var(--ink);
  color: var(--white);
}

.footer-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 28px;
}

.footer-brand small {
  color: #b7b8bf;
}

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

.footer-inner > p {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  color: #b7b8bf;
  font-size: 12px;
  text-align: center;
}

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

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

@media (max-width: 1024px) {
  .main-nav ul {
    gap: 20px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 42px;
  }

  .wander-layout {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .update-timeline {
    grid-column: 1 / -1;
  }

  .shelf-list {
    grid-template-columns: 1fr;
  }
}

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

  body {
    padding-top: var(--header-height);
  }

  .site-header {
    height: var(--header-height);
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .header-inner,
  .hero-inner,
  .section-inner,
  .download-inner,
  .footer-inner {
    width: min(calc(100% - 28px), var(--container));
  }

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

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

  .brand-copy > span {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }

  .mobile-actions {
    display: flex;
  }

  .main-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    border-bottom: 1px solid var(--ink);
    background: var(--paper);
  }

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

  .main-nav ul {
    display: block;
    width: min(calc(100% - 28px), var(--container));
    margin: 0 auto;
  }

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

  .main-nav a {
    padding: 16px 2px;
  }

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

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 58px 0 70px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(54px, 15vw, 82px);
    white-space: normal;
  }

  .hero h2 {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
  }

  .hero-description {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-features {
    justify-content: center;
  }

  .discovery-palette {
    width: min(100%, 540px);
    margin-right: auto;
    margin-left: auto;
    box-shadow: 10px 10px 0 var(--coral);
  }

  .section {
    padding: 72px 0;
  }

  .section-head {
    display: block;
  }

  .section-head .section-index {
    margin-bottom: 0;
  }

  .section-head h2 {
    font-size: 40px;
  }

  .section-head > p {
    margin-top: 12px;
    margin-left: 0;
    text-align: left;
  }

  .wander-layout {
    grid-template-columns: 1fr;
  }

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

  .index-rail button {
    border: 1px solid var(--line);
    text-align: center;
  }

  .update-timeline {
    grid-column: auto;
  }

  .shelf-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .shelf-search {
    width: 100%;
  }

  .screens-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

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

  .download-inner {
    min-height: auto;
    grid-template-columns: 130px 1fr;
  }

  .download-action {
    min-height: 74px;
    border-top: 1px solid var(--ink);
    border-left: 0;
    grid-column: 1 / -1;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

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

@media (max-width: 560px) {
  .header-inner {
    gap: 8px;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

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

  .brand-copy > span {
    font-size: 12px;
  }

  .header-download {
    min-height: 40px;
    padding: 0 13px;
    font-size: 12px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .hero-inner {
    padding-top: 46px;
  }

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

  .hero h2 {
    font-size: 25px;
  }

  .hero-features li {
    padding: 8px 11px;
    font-size: 12px;
  }

  .hero-download {
    width: 100%;
  }

  .palette-body {
    padding: 18px;
  }

  .mood-control {
    grid-template-columns: 1fr;
  }

  .recommend-item {
    grid-template-columns: 50px 1fr;
  }

  .recommend-item em {
    grid-column: 2;
  }

  .section {
    padding: 58px 0;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .section-head h2 {
    font-size: 34px;
  }

  .index-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .genre-map,
  .update-timeline,
  .shelf-panel {
    padding: 20px;
  }

  .tag-cloud {
    grid-template-columns: repeat(2, 1fr);
  }

  .shelf-tabs button {
    flex: 1 1 0;
    padding: 0 8px;
  }

  .shelf-item {
    grid-template-columns: 62px 1fr;
  }

  .shelf-cover {
    width: 62px;
    height: 78px;
  }

  .shelf-item em {
    grid-column: 2;
  }

  .screen-card figcaption {
    min-height: 62px;
    padding: 12px;
  }

  .screen-card figcaption strong {
    font-size: 14px;
  }

  .faq-question {
    grid-template-columns: 38px 1fr;
    padding-right: 46px;
    padding-left: 12px;
  }

  .faq-question strong,
  .website-question strong {
    font-size: 15px;
  }

  .faq-item.is-open .faq-answer {
    padding-right: 20px;
    padding-left: 50px;
  }

  .website-panel.is-open .website-answer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .download-section {
    padding: 48px 0;
  }

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

  .download-number {
    min-height: 92px;
    flex-direction: row;
    border-right: 0;
    border-bottom: 1px dashed var(--coral);
    gap: 14px;
  }

  .download-number strong {
    font-size: 46px;
  }

  .download-number span {
    margin-top: 0;
  }

  .download-copy {
    padding: 24px 20px;
    text-align: center;
  }

  .download-copy h2 {
    font-size: 25px;
  }

  .download-action {
    grid-column: auto;
  }

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

@media (hover: none), (pointer: coarse) {
  a,
  button {
    transition: none !important;
  }

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