@charset "UTF-8";

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

:root {
  --ink: #20181b;
  --paper: #fffaf3;
  --white: #ffffff;
  --pink: #f52d72;
  --pink-dark: #bd1c52;
  --pink-soft: #ffdce8;
  --lavender: #ece6f2;
  --line: #d9cec8;
  --muted: #766970;
  --header-height: 74px;
  --container: 1200px;
}

* {
  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.65;
  -webkit-text-size-adjust: 100%;
}

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

a,
button,
summary {
  transition: none;
}

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

button {
  color: inherit;
  font: inherit;
}

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

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

ul,
ol {
  list-style: none;
}

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

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

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-height);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

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

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

.site-brand > img {
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  object-fit: contain;
}

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

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

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

.site-nav ul,
.footer-nav ul {
  display: flex;
  align-items: center;
}

.site-nav ul {
  gap: 34px;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 25px 0 22px;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--pink);
  content: "";
  opacity: 0;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--pink-dark);
}

.site-nav a.is-active::after {
  opacity: 1;
}

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

.mobile-download {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  padding: 0 14px;
  color: var(--white);
  background: var(--pink-dark);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.menu-toggle {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 1px solid var(--ink);
  cursor: pointer;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.icon-menu { background-image: url("../icons/menu.svg"); }
.icon-search { background-image: url("../icons/search.svg"); }
.icon-arrow { background-image: url("../icons/arrow.svg"); }
.icon-compass { background-image: url("../icons/compass.svg"); }
.icon-grid { background-image: url("../icons/grid.svg"); }
.icon-bookmark { background-image: url("../icons/bookmark.svg"); }
.icon-user { background-image: url("../icons/user.svg"); }
.icon-rank { background-image: url("../icons/rank.svg"); }
.icon-globe { background-image: url("../icons/globe.svg"); }
.icon-avatar { background-image: url("../icons/avatar.svg"); }

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background-color: var(--paper);
  background-image: radial-gradient(rgba(245, 45, 114, .10) 1px, transparent 1px);
  background-size: 19px 19px;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1fr) 370px;
  align-items: center;
  gap: 76px;
}

.hero-copy {
  padding: 60px 0;
}

.eyebrow,
.section-title > p {
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.hero h1 {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(74px, 8vw, 118px);
  line-height: .95;
  letter-spacing: -.075em;
  white-space: nowrap;
}

.hero h1::first-letter {
  color: var(--pink);
}

.hero h2 {
  margin-top: 26px;
  font-size: 34px;
  line-height: 1.25;
}

.hero-text {
  max-width: 610px;
  margin-top: 18px;
  color: #5f5258;
  font-size: 16px;
}

.hero-download {
  display: inline-flex;
  min-width: 218px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  color: var(--white);
  background: var(--pink);
  border: 1px solid var(--pink);
  font-size: 16px;
  font-weight: 800;
}

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

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

.phone-showcase {
  display: flex;
  justify-content: flex-end;
}

.phone-shell {
  position: relative;
  width: 328px;
  height: 590px;
  padding: 14px;
  overflow: hidden;
  background: #111015;
  border: 2px solid #111015;
  border-radius: 43px;
  box-shadow: 16px 18px 0 rgba(32, 24, 27, .12);
}

.phone-earpiece {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  width: 88px;
  height: 22px;
  background: #111015;
  border-radius: 0 0 14px 14px;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--white);
  border-radius: 31px;
}

.phone-status {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 12px;
}

.phone-brand-row,
.phone-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-brand-row {
  margin: 6px 16px 0;
}

.phone-logo {
  display: inline-flex;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 7px;
}

.phone-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.phone-brand-row strong {
  margin-right: auto;
  margin-left: 7px;
  font-size: 15px;
}

.phone-brand-row i,
.phone-search i {
  width: 16px;
  height: 16px;
}

.phone-search {
  display: flex;
  height: 36px;
  align-items: center;
  gap: 8px;
  margin: 11px 16px 0;
  padding: 0 12px;
  color: #8b7c82;
  background: #f4edf0;
  border-radius: 20px;
  font-size: 12px;
}

.phone-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 12px 16px 0;
  border-bottom: 1px solid #eadfe3;
}

.phone-tabs span,
.phone-tabs b {
  padding-bottom: 8px;
  font-size: 12px;
  text-align: center;
}

.phone-tabs b {
  color: var(--pink-dark);
  border-bottom: 2px solid var(--pink);
}

.phone-feature {
  display: grid;
  height: 132px;
  grid-template-columns: 1.1fr .9fr;
  margin: 11px 16px 0;
  overflow: hidden;
  color: var(--white);
  background: #321b27;
  border-radius: 12px;
}

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

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

.phone-feature strong {
  margin: 7px 0;
  font-size: 18px;
  line-height: 1.25;
}

.phone-feature img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f5e8ed;
}

.phone-section-title {
  margin: 11px 16px 0;
}

.phone-section-title strong {
  font-size: 14px;
}

.phone-section-title span {
  color: var(--pink-dark);
  font-size: 12px;
}

.phone-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 7px 16px 0;
}

.phone-cards article > span {
  display: flex;
  height: 95px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5edf0;
  border-radius: 7px;
}

.phone-cards img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.phone-cards strong,
.phone-cards small {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.phone-cards strong {
  margin-top: 4px;
  font-size: 12px;
}

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

.phone-bottom-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 9px 0 11px;
  background: var(--white);
  border-top: 1px solid #eadfe3;
}

.phone-bottom-nav span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #76686d;
  font-size: 12px;
}

.phone-bottom-nav i {
  width: 16px;
  height: 16px;
}

.phone-bottom-nav .is-current {
  color: var(--pink-dark);
}

.content-section {
  padding: 92px 0;
}

.section-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  grid-template-areas:
    "eyebrow description"
    "heading description";
  align-items: end;
  gap: 4px 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--ink);
}

.section-title > p {
  grid-area: eyebrow;
}

.section-title h2 {
  grid-area: heading;
  padding-bottom: 13px;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.section-title > span {
  grid-area: description;
  padding-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.release-section {
  background: var(--white);
}

.release-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.release-card {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 72px 82px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
}

.release-card:last-child {
  border-right: 0;
}

.release-card::before {
  position: absolute;
  top: -5px;
  left: 17px;
  width: 9px;
  height: 9px;
  background: var(--pink);
  border-radius: 50%;
  content: "";
}

.release-day b,
.release-day span,
.release-info strong,
.release-info span,
.release-info em {
  display: block;
}

.release-day b,
.release-info strong {
  font-size: 14px;
}

.release-day span,
.release-info span,
.release-info em {
  font-size: 12px;
}

.release-day span,
.release-info span {
  color: var(--muted);
}

.release-cover {
  display: flex;
  width: 82px;
  height: 112px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f6edf0;
}

.release-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.release-info em {
  margin-top: 8px;
  color: var(--pink-dark);
  font-style: normal;
  font-weight: 800;
}

.category-section {
  background: #f8f0e9;
}

.category-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  border: 1px solid var(--line);
}

.category-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.category-board article {
  min-width: 0;
  padding: 27px 22px;
  background: var(--white);
  border-right: 1px solid var(--line);
}

.category-board article > b {
  color: rgba(245, 45, 114, .55);
  font-size: 38px;
  line-height: 1;
}

.category-board h3 {
  margin-top: 9px;
  font-size: 21px;
}

.category-board article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.category-board button {
  min-height: 31px;
  padding: 0 9px;
  background: var(--paper);
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: 12px;
}

.category-board button.is-selected {
  color: var(--white);
  background: var(--pink-dark);
  border-color: var(--pink-dark);
}

.weekly-focus {
  padding: 27px 24px;
  background: var(--pink-soft);
}

.focus-heading {
  display: flex;
  align-items: center;
  gap: 9px;
}

.focus-heading i {
  width: 18px;
  height: 18px;
}

.focus-heading h3 {
  font-size: 18px;
}

.weekly-focus ol {
  margin-top: 18px;
}

.weekly-focus li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(189, 28, 82, .18);
}

.weekly-focus li b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  background: var(--white);
  border-radius: 50%;
  font-size: 12px;
}

.weekly-focus li span {
  font-size: 13px;
}

.weekly-focus > p {
  margin-top: 18px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 800;
}

.gallery-section {
  background: var(--paper);
}

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

.screenshot-grid figure {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
}

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

.screenshot-view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screenshot-grid figcaption {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
}

.screenshot-grid figcaption > b {
  color: var(--pink-dark);
  font-size: 13px;
}

.screenshot-grid figcaption span,
.screenshot-grid figcaption strong,
.screenshot-grid figcaption small {
  display: block;
}

.screenshot-grid figcaption strong {
  font-size: 15px;
}

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

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

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

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

.faq-question {
  display: grid;
  width: 100%;
  min-height: 70px;
  grid-template-columns: 52px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.faq-question b {
  color: var(--pink-dark);
  font-size: 12px;
}

.faq-question strong {
  font-size: 16px;
}

.faq-question i,
.entry-symbol {
  width: auto;
  height: auto;
  background: none;
  font-size: 23px;
  font-style: normal;
  text-align: right;
}

.faq-question i::before,
.entry-symbol::before {
  content: "+";
}

.faq-question[aria-expanded="true"] i::before,
.official-entry[open] .entry-symbol::before {
  content: "−";
}

.faq-answer {
  padding: 0 70px 22px 90px;
  color: var(--muted);
  font-size: 14px;
}

.official-entry {
  width: 100%;
  margin-top: 24px;
  background: var(--paper);
  border: 1px solid var(--ink);
}

.official-entry summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

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

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

.official-entry summary > .entry-symbol {
  margin-left: auto;
}

.official-content {
  padding: 0 56px 22px;
}

.official-content a {
  color: var(--pink-dark);
  font-size: 14px;
  font-weight: 700;
}

.reviews-section {
  background: #f5edf1;
}

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

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

.review-card:nth-child(even) {
  border-top-color: var(--ink);
}

.review-head {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-user {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.review-user i {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  background-color: var(--pink-soft);
  background-size: 21px;
  border-radius: 50%;
}

.review-user strong {
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.review-rating {
  color: var(--pink-dark);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.review-rating i {
  color: var(--pink);
  font-style: normal;
}

.review-card > p {
  margin-top: 20px;
  padding-top: 18px;
  color: #51434a;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.review-card time {
  margin-top: auto;
  padding-top: 15px;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.download-section {
  padding: 76px 0;
  background: var(--pink-soft);
  border-top: 1px solid rgba(189, 28, 82, .18);
}

.download-title {
  margin-bottom: 28px;
}

.download-ticket {
  display: grid;
  min-height: 168px;
  grid-template-columns: 185px minmax(0, 1fr) 270px;
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--pink-dark);
}

.ticket-stub {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  border-right: 2px dashed var(--pink-dark);
}

.ticket-stub::before,
.ticket-stub::after {
  position: absolute;
  right: -10px;
  width: 18px;
  height: 18px;
  background: var(--pink-soft);
  border: 1px solid var(--pink-dark);
  border-radius: 50%;
  content: "";
}

.ticket-stub::before {
  top: -10px;
}

.ticket-stub::after {
  bottom: -10px;
}

.ticket-stub span,
.ticket-stub small {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.ticket-stub strong {
  color: var(--pink-dark);
  font-size: 57px;
  line-height: 1;
}

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

.ticket-copy p {
  color: var(--pink-dark);
  font-size: 26px;
  font-weight: 900;
}

.ticket-copy span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}

.ticket-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--white);
  background: var(--pink);
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.site-footer {
  color: var(--white);
  background: var(--ink);
}

.footer-inner {
  padding: 32px 0 18px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand .brand-copy span {
  color: #c0b4b8;
}

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

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

.footer-nav a:hover {
  color: #ff78a4;
}

.footer-copyright {
  margin-top: 23px;
  padding-top: 15px;
  color: #c0b4b8;
  border-top: 1px solid rgba(255, 255, 255, .24);
  text-align: center;
}

.footer-copyright p {
  font-size: 12px;
}

.back-top {
  position: fixed;
  z-index: 980;
  right: 24px;
  bottom: 22px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  background: var(--pink);
  border: 1px solid var(--ink);
  cursor: pointer;
}

.back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.back-top i {
  width: 22px;
  height: 22px;
  background: url("../images/top.png") center / contain no-repeat;
}

@media (max-width: 1040px) {
  .site-nav ul {
    gap: 22px;
  }

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

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

  .release-card:nth-child(2) {
    border-right: 0;
  }

  .release-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

  .category-board article:nth-child(2) {
    border-right: 0;
  }

  .category-board article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

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

  .site-nav ul {
    display: block;
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

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

  .mobile-tools {
    display: flex;
  }

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

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

  .hero h1 {
    font-size: clamp(60px, 17vw, 92px);
    white-space: normal;
  }

  .hero-text {
    margin-inline: auto;
  }

  .phone-showcase {
    justify-content: center;
  }

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

  .weekly-focus {
    border-top: 1px solid var(--line);
  }

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

  .download-ticket {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .ticket-action {
    min-height: 62px;
    grid-column: 1 / -1;
  }
}

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

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

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

  .site-header {
    height: var(--header-height);
    transform: none;
    will-change: auto;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-brand {
    gap: 7px;
  }

  .site-brand > img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-copy strong {
    font-size: 14px;
  }

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

  .mobile-download {
    padding: 0 10px;
  }

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

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

  .hero-text {
    font-size: 14px;
  }

  .hero-download {
    min-width: 200px;
  }

  .age-label {
    text-align: center;
  }

  .phone-shell {
    width: min(318px, calc(100vw - 42px));
    height: auto;
    aspect-ratio: 328 / 590;
    box-shadow: 10px 12px 0 rgba(32, 24, 27, .12);
  }

  .content-section {
    padding: 68px 0;
  }

  .section-title {
    display: block;
    margin-bottom: 28px;
  }

  .section-title > p {
    padding-bottom: 5px;
  }

  .section-title h2 {
    padding-bottom: 7px;
    font-size: 36px;
  }

  .section-title > span {
    display: block;
    padding-bottom: 15px;
    text-align: left;
  }

  .release-track {
    grid-template-columns: 1fr;
  }

  .release-card,
  .release-card:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .release-card:last-child {
    border-bottom: 0;
  }

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

  .category-board article {
    padding: 20px 14px;
  }

  .category-board article > b {
    font-size: 30px;
  }

  .category-board h3 {
    font-size: 18px;
  }

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

  .screenshot-grid figcaption {
    min-height: 63px;
    align-items: flex-start;
    gap: 8px;
    padding: 11px 9px;
  }

  .screenshot-grid figcaption strong {
    font-size: 12px;
  }

  .screenshot-grid figcaption small {
    display: none;
  }

  .faq-question {
    min-height: 66px;
    grid-template-columns: 29px minmax(0, 1fr) 20px;
    gap: 8px;
    padding: 0 13px;
  }

  .faq-question strong {
    font-size: 14px;
  }

  .faq-answer {
    padding: 0 41px 18px 50px;
    font-size: 13px;
  }

  .official-entry summary {
    min-height: 64px;
    padding: 0 15px;
    font-size: 14px;
  }

  .official-content {
    padding: 0 48px 20px;
  }

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

  .review-card {
    min-height: 235px;
  }

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

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

  .ticket-stub {
    min-height: 90px;
    flex-direction: row;
    gap: 12px;
    border-right: 0;
    border-bottom: 2px dashed var(--pink-dark);
  }

  .ticket-stub::before,
  .ticket-stub::after {
    top: auto;
    right: auto;
    bottom: -10px;
  }

  .ticket-stub::before {
    left: -10px;
  }

  .ticket-stub::after {
    right: -10px;
  }

  .ticket-stub strong {
    font-size: 40px;
  }

  .ticket-copy {
    padding: 27px 21px;
    text-align: center;
  }

  .ticket-copy p {
    font-size: 23px;
  }

  .footer-row {
    flex-direction: column;
    text-align: center;
  }

  .footer-nav ul {
    justify-content: center;
    gap: 12px 19px;
  }

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

@media (max-width: 390px) {
  .brand-copy strong {
    font-size: 13px;
  }

  .mobile-download {
    min-height: 37px;
    padding: 0 8px;
  }

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

  .phone-shell {
    height: auto;
  }

  .phone-cards article > span {
    height: 85px;
  }

  .release-card {
    grid-template-columns: 58px 74px minmax(0, 1fr);
    gap: 9px;
    padding-inline: 12px;
  }

  .release-cover {
    width: 74px;
    height: 102px;
  }

  .category-board button {
    padding-inline: 6px;
  }
}

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