@charset "UTF-8";

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

:root {
  --ink: #102b3a;
  --blue: #2f6788;
  --blue-deep: #173f55;
  --blue-soft: #e8f1f4;
  --amber: #f3a51d;
  --amber-soft: #fff0c9;
  --coral: #e86f61;
  --paper: #fff9ef;
  --white: #ffffff;
  --line: #b9cad1;
  --muted: #5f7681;
  --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;
}

button,
input,
textarea {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

.brand-copy strong {
  color: var(--ink);
  font-size: 21px;
}

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

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

.site-nav a {
  position: relative;
  display: block;
  padding: 27px 0 24px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.mobile-actions {
  display: none;
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
  background-color: var(--paper);
  background-image: linear-gradient(rgba(47, 103, 136, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(47, 103, 136, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

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

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

.eyebrow,
.section-index {
  color: var(--blue);
  font-family: Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-index::before {
  display: inline-block;
  width: 28px;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  background: var(--amber);
}

.hero h1 {
  margin-top: 16px;
  color: var(--ink);
  font-size: clamp(62px, 6vw, 98px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.05;
  white-space: nowrap;
}

.hero-slogan {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.hero-description {
  max-width: 610px;
  margin-top: 20px;
  color: #405d69;
  font-size: 16px;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 206px;
  height: 56px;
  margin-top: 30px;
  border: 2px solid var(--ink);
  color: var(--white);
  background: var(--blue-deep);
  box-shadow: 7px 7px 0 var(--amber);
  font-size: 16px;
  font-weight: 800;
}

.primary-link:hover {
  color: var(--ink);
  background: var(--amber);
}

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

.hero-points {
  display: flex;
  gap: 28px;
  margin-top: 27px;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.hero-points i,
.phone-titlebar i,
.phone-search i,
.primary-link i,
.notice-toggle i,
.official-site i,
.download-band a i,
.back-top i {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  padding-right: 2px;
  background: var(--blue);
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.hero-visual::before {
  width: 360px;
  height: 360px;
  top: 55px;
  left: -66px;
}

.hero-visual::after {
  width: 250px;
  height: 250px;
  right: -85px;
  bottom: 40px;
}

.issue-mark {
  position: absolute;
  z-index: 2;
  top: 54px;
  left: 30px;
  display: flex;
  color: var(--amber);
  flex-direction: column;
  font-family: Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.1;
}

.issue-mark b {
  font-size: 64px;
  letter-spacing: -0.08em;
}

.phone-shell {
  position: relative;
  z-index: 3;
  width: 326px;
  padding: 15px;
  border: 4px solid #07141a;
  border-radius: 42px;
  background: #07141a;
  box-shadow: 22px 24px 0 rgba(16, 43, 58, 0.2);
}

.phone-shell::before {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 50%;
  width: 86px;
  height: 23px;
  border-radius: 0 0 15px 15px;
  content: "";
  background: #07141a;
  transform: translateX(-50%);
}

.phone-screen {
  overflow: hidden;
  min-height: 600px;
  border-radius: 28px;
  color: var(--ink);
  background: var(--white);
}

.phone-status,
.phone-titlebar,
.phone-tabs,
.phone-subtitle,
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.phone-titlebar {
  padding: 18px 18px 10px;
}

.phone-titlebar strong {
  color: var(--blue);
  font-size: 23px;
}

.phone-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 18px;
  padding: 10px 12px;
  border-radius: 3px;
  color: #78909a;
  background: #eff4f6;
  font-size: 12px;
}

.phone-search i {
  width: 15px;
  height: 15px;
}

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

.phone-tabs span {
  padding: 8px 2px;
  font-size: 12px;
  font-weight: 700;
}

.phone-tabs .active {
  border-bottom: 3px solid var(--amber);
  color: var(--blue);
}

.phone-feature {
  display: grid;
  overflow: hidden;
  min-height: 128px;
  margin: 12px 18px;
  color: var(--white);
  background: var(--blue-deep);
  grid-template-columns: 1.35fr 0.65fr;
}

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

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

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

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

.phone-subtitle {
  padding: 0 18px 8px;
}

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

.phone-subtitle span {
  color: var(--blue);
  font-size: 12px;
}

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

.phone-books article {
  min-width: 0;
}

.phone-books figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  overflow: hidden;
  background: #eef3f5;
}

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

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

.phone-books span {
  color: var(--muted);
}

.phone-nav {
  margin-top: 16px;
  padding: 12px 18px;
  border-top: 1px solid #dbe5e9;
}

.phone-nav span {
  color: #6d818a;
  font-size: 12px;
}

.phone-nav .active {
  color: var(--blue);
  font-weight: 800;
}

.section {
  padding: 105px 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 46px;
}

.section-heading h2 {
  margin-top: 7px;
  font-size: 50px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.section-heading > p {
  max-width: 480px;
  color: var(--muted);
  text-align: right;
}

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

.editorial-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.82fr 1.18fr;
}

.genre-compass {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid var(--line);
  background-color: var(--blue-soft);
  background-image: radial-gradient(circle, rgba(47, 103, 136, 0.23) 1px, transparent 1px);
  background-size: 18px 18px;
}

.genre-compass::before,
.genre-compass::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid rgba(47, 103, 136, 0.33);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.genre-compass::before {
  width: 310px;
  height: 310px;
}

.genre-compass::after {
  width: 210px;
  height: 210px;
}

.compass-label {
  position: absolute;
  top: 26px;
  left: 28px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.compass-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-deep);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.7);
  flex-direction: column;
  transform: translate(-50%, -50%);
}

.compass-core span,
.compass-core small {
  font-size: 12px;
}

.compass-core strong {
  font-size: 21px;
}

.genre-point {
  position: absolute;
  z-index: 3;
  width: 72px;
  height: 72px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.genre-point.is-active {
  border-color: var(--ink);
  background: var(--amber);
}

.point-a {
  top: 72px;
  right: 82px;
}

.point-b {
  right: 56px;
  bottom: 82px;
}

.point-c {
  bottom: 68px;
  left: 68px;
}

.point-d {
  top: 92px;
  left: 55px;
}

.pick-board {
  border-top: 7px solid var(--ink);
  background: var(--paper);
}

.pick-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 18px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.pick-toolbar p {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

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

.pick-toolbar p strong {
  color: var(--blue);
  font-size: 22px;
}

.pick-tabs {
  display: flex;
  gap: 6px;
}

.pick-tabs button,
.week-selector button {
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  font-size: 12px;
}

.pick-tabs button {
  min-width: 56px;
  padding: 8px 10px;
}

.pick-tabs button.is-active {
  color: var(--white);
  border-color: var(--blue-deep);
  background: var(--blue-deep);
}

.pick-item {
  display: grid;
  align-items: center;
  min-height: 94px;
  padding: 12px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: 42px 62px 1fr auto;
  gap: 14px;
}

.pick-item[hidden] {
  display: none;
}

.pick-no {
  color: var(--amber);
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 700;
}

.pick-item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 68px;
  overflow: hidden;
  background: var(--blue-soft);
}

.pick-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pick-item h3 {
  font-size: 17px;
}

.pick-item p,
.pick-state {
  color: var(--muted);
  font-size: 12px;
}

.pick-state {
  padding: 5px 9px;
  border: 1px solid var(--amber);
  color: #875907;
  background: var(--amber-soft);
}

.weekly {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--blue-deep);
  color: var(--white);
}

.weekly .section-index,
.weekly .section-heading > p {
  color: #b9d4df;
}

.weekly .section-index::before {
  background: var(--amber);
}

.weekly-board {
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.35);
  grid-template-columns: 250px 1fr;
}

.week-selector {
  display: grid;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  grid-template-rows: repeat(4, 1fr);
}

.week-selector button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 18px 24px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: transparent;
  text-align: left;
}

.week-selector button:last-child {
  border-bottom: 0;
}

.week-selector button.is-active {
  color: var(--ink);
  background: var(--amber);
}

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

.week-selector strong {
  font-size: 17px;
}

.release-row {
  display: grid;
  align-items: center;
  min-height: 92px;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: 80px 110px 1fr 116px;
  gap: 16px;
}

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

.release-row[hidden] {
  display: none;
}

.release-row time {
  color: var(--amber);
  font-size: 20px;
  font-weight: 800;
}

.release-issue {
  color: #9db9c4;
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.release-row h3 {
  font-size: 17px;
}

.release-row p {
  color: #b9d4df;
  font-size: 13px;
}

.notice-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
}

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

.screens {
  background: #f2eee5;
}

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

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

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

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

.screen-grid figcaption {
  display: grid;
  min-height: 100px;
  padding: 20px;
  border-top: 1px solid var(--line);
  grid-template-columns: 36px 1fr;
}

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

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

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

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

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

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

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

.faq-item > button span {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  font-weight: 800;
}

.faq-item > button b {
  color: var(--amber);
  font-family: Consolas, monospace;
  font-size: 12px;
}

.faq-item > button > i,
.details-state {
  position: relative;
  width: 20px;
  height: 20px;
}

.faq-item > button > i::before,
.faq-item > button > i::after,
.details-state::before,
.details-state::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%);
}

.faq-item > button > i::after,
.details-state::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item > button[aria-expanded="true"] > i::after,
.official-site[open] .details-state::after {
  display: none;
}

.faq-answer {
  padding: 0 68px 24px;
  color: var(--muted);
}

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

.official-site summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 18px 24px;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

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

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

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

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

.reviews {
  border-top: 1px solid var(--ink);
  background: var(--blue-soft);
}

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

.review-card {
  min-height: 270px;
  padding: 25px;
  border-top: 5px solid var(--blue);
  background: var(--white);
}

.review-card:nth-child(2n) {
  border-top-color: var(--amber);
}

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

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-deep);
  font-size: 13px;
  font-weight: 800;
}

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

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

.review-card > p {
  margin-top: 20px;
  color: #314d59;
  font-size: 14px;
  line-height: 1.9;
}

.download-section {
  padding: 80px 0;
  background: var(--blue-deep);
}

.download-band {
  display: grid;
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--paper);
  grid-template-columns: 210px 1fr 220px;
}

.download-stamp {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  color: var(--paper);
  background: var(--blue);
  flex-direction: column;
  font-family: Consolas, monospace;
  line-height: 1;
}

.download-stamp span,
.download-stamp small {
  font-size: 12px;
  letter-spacing: 0.14em;
}

.download-stamp strong {
  margin: 8px 0;
  color: var(--amber);
  font-size: 58px;
}

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

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

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

.download-copy > span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.download-band > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink);
  background: var(--amber);
  font-size: 18px;
  font-weight: 900;
}

.download-band > a:hover {
  color: var(--white);
  background: var(--coral);
}

.site-footer {
  color: var(--white);
  background: #071b25;
}

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

.footer-brand .brand-copy strong {
  color: var(--white);
}

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

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

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

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

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

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

.back-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);
  color: var(--ink);
  background: var(--amber);
  cursor: pointer;
}

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

.icon-menu { background-image: url("../icons/menu.svg"); }
.icon-download { background-image: url("../icons/download.svg"); }
.icon-search { background-image: url("../icons/search.svg"); }
.icon-bookmark { background-image: url("../icons/bookmark.svg"); }
.icon-bell { background-image: url("../icons/bell.svg"); }
.icon-globe { background-image: url("../icons/globe.svg"); }
.icon-top { background-image: url("../icons/top.svg"); }

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

  body {
    font-size: 14px;
  }

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

  .site-header {
    height: var(--header-height);
  }

  .brand {
    gap: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .site-nav a {
    padding: 13px 2px;
    font-size: 14px;
  }

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

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

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

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

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

  .hero-description {
    max-width: 620px;
  }

  .hero-points {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-visual {
    justify-content: center;
    width: min(100%, 500px);
    margin-top: 55px;
    padding: 64px 20px 42px;
  }

  .issue-mark {
    top: 17px;
    left: 22px;
  }

  .issue-mark b {
    font-size: 40px;
  }

  .phone-shell {
    width: min(326px, 100%);
  }

  .section {
    padding: 78px 0;
  }

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

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

  .section-heading > p {
    max-width: 620px;
    text-align: left;
  }

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

  .weekly-board {
    grid-template-columns: 1fr;
  }

  .week-selector {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }

  .week-selector button {
    min-height: 72px;
    padding: 12px 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 0;
    flex-direction: column;
  }

  .release-row {
    grid-template-columns: 70px 95px 1fr 104px;
  }

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

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

  .download-band {
    grid-template-columns: 170px 1fr;
  }

  .download-band > a {
    min-height: 70px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .container,
  .header-inner,
  .hero-inner,
  .footer-inner {
    width: calc(100% - 24px);
  }

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

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

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

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

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

  .hero-points {
    gap: 14px;
  }

  .hero-points li {
    font-size: 12px;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .genre-compass {
    min-height: 410px;
  }

  .genre-compass::before {
    width: 280px;
    height: 280px;
  }

  .genre-compass::after {
    width: 180px;
    height: 180px;
  }

  .point-a {
    top: 66px;
    right: 42px;
  }

  .point-b {
    right: 38px;
    bottom: 62px;
  }

  .point-c {
    bottom: 52px;
    left: 38px;
  }

  .point-d {
    top: 80px;
    left: 36px;
  }

  .pick-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .pick-item {
    padding: 12px;
    grid-template-columns: 32px 54px 1fr;
    gap: 10px;
  }

  .pick-item figure {
    width: 54px;
    height: 64px;
  }

  .pick-state {
    grid-column: 3;
    justify-self: start;
  }

  .week-selector button {
    min-width: 0;
    padding: 10px 5px;
  }

  .week-selector strong {
    font-size: 13px;
  }

  .release-row {
    padding: 16px;
    grid-template-columns: 60px 1fr auto;
    gap: 9px;
  }

  .release-issue {
    grid-column: 2;
    grid-row: 2;
  }

  .release-row > div {
    grid-column: 2 / span 2;
  }

  .notice-toggle {
    grid-column: 3;
    grid-row: 1;
    min-width: 46px;
    padding: 8px;
  }

  .notice-toggle span {
    display: none;
  }

  .screen-grid {
    gap: 10px;
  }

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

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

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

  .faq-item > button {
    padding: 17px 12px;
  }

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

  .faq-answer {
    padding: 0 34px 20px;
  }

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

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

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

  .review-card {
    min-height: auto;
  }

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

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

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

  .download-stamp {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .download-stamp strong {
    font-size: 44px;
  }

  .download-copy {
    align-items: center;
    padding: 28px 22px;
    text-align: center;
  }

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

  .download-band > a {
    grid-column: auto;
  }

  .footer-inner {
    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;
  }

  .back-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;
  }
}
