@charset "UTF-8";

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

:root {
  --coral: #f04e45;
  --coral-dark: #d93832;
  --cream: #fffaf0;
  --paper: #fffdf8;
  --ink: #171717;
  --muted: #716a62;
  --line: #e8ddd1;
  --violet: #7257dc;
  --green: #2f937d;
  --yellow: #f4b93d;
  --header-height: 76px;
}

* {
  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(--cream);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

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

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

ul,
ol {
  list-style: none;
}

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

.container,
.header-inner,
.footer-inner,
.hero-inner {
  width: min(1200px, calc(100% - 48px));
  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(--coral);
  background: rgba(255, 253, 248, 0.98);
}

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

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

.brand img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 13px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  min-width: 0;
  line-height: 1.25;
}

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

.brand-copy span {
  max-width: 220px;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 12px;
}

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

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

.main-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 700;
}

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

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--coral);
}

.main-nav a.is-active::after {
  background: var(--coral);
}

.mobile-actions,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--coral);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(240, 78, 69, 0.08) 49.8%, rgba(240, 78, 69, 0.08) 50%, transparent 50%),
    var(--paper);
}

.hero::before {
  position: absolute;
  top: 0;
  right: calc(50% - 600px);
  bottom: 0;
  width: 430px;
  content: "";
  opacity: 0.32;
  background-image: radial-gradient(rgba(240, 78, 69, 0.35) 1px, transparent 1px);
  background-size: 18px 18px;
}

.hero-inner {
  position: relative;
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 80px;
}

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

.eyebrow,
.section-index {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hero h1 {
  margin-top: 18px;
  color: var(--coral);
  font-size: clamp(64px, 6.2vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

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

.hero-intro {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 16px;
}

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

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

.hero-features i,
.primary-link i,
.ticket-link i {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

.hero-cta {
  display: flex;
  margin-top: 36px;
  align-items: center;
  gap: 20px;
}

.primary-link {
  display: inline-flex;
  min-width: 184px;
  min-height: 56px;
  padding: 0 26px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  border: 1px solid var(--coral);
  background: var(--coral);
  font-size: 17px;
  font-weight: 800;
}

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

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

.update-label {
  color: var(--muted);
  font-size: 13px;
}

.phone-stage {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.phone-shell {
  width: 300px;
  padding: 13px;
  border: 0px solid #171717;
  border-radius: 42px;
  background: #171717;
}

.phone-screen {
  position: relative;
  min-height: 560px;
  padding: 18px 18px 22px;
  overflow: hidden;
  border-radius: 27px;
  background: #fff;
}

.phone-screen::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 96px;
  height: 20px;
  border-radius: 0 0 14px 14px;
  content: "";
  transform: translateX(-50%);
  background: #171717;
}

.phone-status {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
}

.phone-status i {
  width: 34px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.phone-account {
  display: grid;
  margin-top: 18px;
  justify-items: center;
  text-align: center;
}

.phone-account img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  object-fit: contain;
}

.phone-account strong {
  margin-top: 8px;
  font-size: 17px;
}

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

.account-tabs {
  display: grid;
  margin-top: 22px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
}

.account-tab {
  min-height: 42px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.account-tab.is-active {
  color: var(--coral);
  border-bottom-color: var(--coral);
}

.account-panel {
  display: none;
  margin-top: 18px;
}

.account-panel.is-active {
  display: block;
}

.account-panel > label:not(.remember) {
  display: grid;
  margin-bottom: 12px;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
}

.account-panel input[type="tel"],
.account-panel input[type="text"],
.account-panel input[type="password"] {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
  background: #f9f7f4;
  font-size: 12px;
}

.account-panel input:focus {
  border-color: var(--coral);
}

.form-row,
.remember {
  display: flex;
  align-items: center;
}

.form-row {
  margin: 4px 0 14px;
  justify-content: space-between;
}

.remember {
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.remember input {
  accent-color: var(--coral);
}

.text-control {
  padding: 0;
  color: var(--coral);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.phone-primary,
.phone-secondary {
  width: 100%;
  min-height: 42px;
  cursor: pointer;
  font-weight: 700;
}

.phone-primary {
  color: #fff;
  border: 1px solid var(--coral);
  border-radius: 8px;
  background: var(--coral);
}

.phone-secondary {
  margin-top: 9px;
  color: var(--coral);
  border: 1px solid var(--coral);
  border-radius: 8px;
  background: #fff;
}

.code-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.code-field input {
  border-radius: 8px 0 0 8px !important;
}

.code-field button {
  padding: 0 8px;
  color: #fff;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: var(--coral);
  cursor: pointer;
  font-size: 12px;
}

.back-login {
  display: block;
  margin: 12px auto 0;
}

.section {
  padding: 88px 0;
}

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

.section-heading h2 {
  margin-top: 6px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.1;
}

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

.discover-section {
  background: #fffdf8;
}

.discover-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
  gap: 18px;
}

.discovery-board,
.hot-list {
  border: 1px solid var(--line);
  background: #fff;
}

.discovery-board {
  padding: 20px;
}

.search-box {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid var(--line);
  background: #faf7f2;
}

.search-box i {
  width: 17px;
  height: 17px;
  margin-left: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.search-box input {
  min-width: 0;
  height: 46px;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
}

.search-box button {
  height: 46px;
  padding: 0 24px;
  color: #fff;
  border: 0;
  background: var(--coral);
  cursor: pointer;
  font-weight: 700;
}

.genre-tabs {
  display: flex;
  margin: 14px 0;
  flex-wrap: wrap;
  gap: 8px;
}

.genre-tabs button {
  min-width: 64px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}

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

.featured-comic {
  display: grid;
  padding: 18px;
  color: #fff;
  background: var(--ink);
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
}

.featured-comic figure {
  display: flex;
  height: 190px;
  align-items: center;
  justify-content: center;
  background: #2b2726;
}

.featured-comic img,
.mini-comics img,
.hot-list img,
.shelf-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.featured-comic > div {
  align-self: center;
}

.comic-kicker,
.status {
  color: #ff8b84;
  font-size: 12px;
  font-weight: 800;
}

.featured-comic h3 {
  margin: 7px 0;
  font-size: 28px;
}

.featured-comic p {
  margin-bottom: 14px;
  color: #d6d1cc;
}

.mini-comics {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mini-comics article {
  display: grid;
  min-width: 0;
  padding: 10px;
  align-items: center;
  border: 1px solid var(--line);
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
}

.mini-comics figure {
  display: flex;
  width: 54px;
  height: 70px;
  align-items: center;
  justify-content: center;
  background: #f2eee8;
}

.mini-comics div,
.hot-list li > div,
.shelf-item > div {
  display: grid;
  min-width: 0;
}

.mini-comics strong,
.hot-list strong,
.shelf-item strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-comics span,
.hot-list li span,
.shelf-item span {
  color: var(--muted);
  font-size: 12px;
}

.hot-list {
  padding: 20px;
}

.list-title,
.shelf-column header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-title {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.list-title h3 {
  font-size: 20px;
}

.list-title button,
.shelf-column header button {
  padding: 0;
  color: var(--coral);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.hot-list li {
  display: grid;
  padding: 12px 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 28px 44px minmax(0, 1fr);
  gap: 10px;
}

.hot-list li:last-child {
  border-bottom: 0;
}

.rank {
  color: var(--coral) !important;
  font-size: 16px !important;
  font-weight: 900;
}

.hot-list figure {
  display: flex;
  width: 44px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background: #f2eee8;
}

.hot-list li b,
.shelf-item > div > b {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 7px;
  overflow: hidden;
  background: #eee7df;
}

.hot-list li b::after,
.shelf-item > div > b::after {
  display: block;
  width: var(--progress);
  height: 100%;
  content: "";
  background: var(--coral);
}

.shelf-section {
  background: #fff5eb;
}

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

.shelf-column {
  padding: 18px;
  border: 1px solid #dfccb6;
  background: #fff;
}

.shelf-column header {
  padding-bottom: 14px;
  border-bottom: 3px solid var(--yellow);
}

.shelf-column.is-current header {
  border-bottom-color: var(--coral);
}

.shelf-column.is-finished header {
  border-bottom-color: var(--green);
}

.shelf-column header > span {
  font-size: 18px;
  font-weight: 800;
}

.shelf-column header > b {
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-right: auto;
  margin-left: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5e7d9;
  font-size: 12px;
}

.shelf-item {
  display: grid;
  padding: 16px 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 10px;
}

.shelf-item:last-child {
  border-bottom: 0;
}

.shelf-item figure {
  display: flex;
  width: 52px;
  height: 68px;
  align-items: center;
  justify-content: center;
  background: #f2eee8;
}

.shelf-item > button {
  min-height: 34px;
  padding: 0 10px;
  color: var(--coral);
  border: 1px solid var(--coral);
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.screens-section {
  background: #fffdf8;
}

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

.screens-grid figure {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
}

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

.screen-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screens-grid figcaption {
  display: grid;
  min-height: 94px;
  padding: 16px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
}

.screens-grid figcaption > span {
  color: var(--coral);
  font-size: 18px;
  font-weight: 900;
  grid-row: 1 / span 2;
}

.screens-grid figcaption strong {
  font-size: 17px;
}

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

.faq-section {
  background: #f7efe8;
}

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

.faq-list details {
  border-bottom: 1px solid #d5c9be;
  background: #fff;
}

.faq-list summary {
  display: grid;
  min-height: 72px;
  padding: 0 24px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  gap: 14px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
}

.faq-list summary > strong {
  font-size: 17px;
}

.faq-list summary > i:last-child {
  position: relative;
  width: 18px;
  height: 18px;
}

.faq-list summary > i:last-child::before,
.faq-list summary > i:last-child::after {
  position: absolute;
  top: 8px;
  right: 1px;
  left: 1px;
  height: 2px;
  content: "";
  background: var(--ink);
}

.faq-list summary > i:last-child::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary > i:last-child::after {
  transform: rotate(0deg);
}

.faq-list details > p {
  padding: 0 80px 24px 86px;
  color: var(--muted);
}

.official-site {
  margin-top: 20px;
  border: 1px solid var(--ink) !important;
}

.official-site summary {
  grid-template-columns: 24px minmax(0, 1fr) 24px;
}

.official-site summary > i:first-child {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.official-site a {
  color: var(--coral);
  text-decoration: underline;
}

.reviews-section {
  background: #fffdf8;
}

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

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

.review-user {
  display: grid;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
}

.review-user > i:first-child {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff0eb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

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

.review-rating {
  display: inline-flex;
  min-width: 74px;
  justify-content: flex-end;
  color: var(--yellow);
  white-space: nowrap;
}

.review-rating .aiarticle-comment-rating-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-style: normal;
}

.review-rating .fa-star::before {
  content: "★";
}

.review-rating .fa-star-o::before {
  content: "☆";
}

.review-card > p {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  flex: 1;
}

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

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

.download-ticket {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper);
  grid-template-columns: 150px 150px minmax(0, 1fr) 200px;
}

.download-ticket::before,
.download-ticket::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  background: var(--coral);
}

.download-ticket::before {
  left: -12px;
}

.download-ticket::after {
  right: -12px;
}

.ticket-index,
.ticket-note,
.ticket-copy,
.ticket-link {
  min-height: 154px;
}

.ticket-index {
  display: grid;
  padding: 18px 24px;
  align-content: center;
  border-right: 1px dashed var(--coral);
}

.ticket-index strong {
  color: var(--coral);
  font-size: 50px;
  line-height: 1;
}

.ticket-index span {
  margin-top: 8px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ticket-note {
  display: flex;
  padding: 18px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border-right: 1px dashed var(--line);
  background-image: radial-gradient(rgba(240, 78, 69, 0.25) 1px, transparent 1px);
  background-size: 10px 10px;
  text-align: center;
}

.ticket-note span {
  max-width: 110px;
  transform: rotate(-5deg);
  font-size: 18px;
  font-weight: 800;
}

.ticket-copy {
  display: grid;
  padding: 24px 30px;
  align-content: center;
}

.ticket-copy h2 {
  margin: 4px 0;
  font-size: 27px;
  line-height: 1.25;
}

.ticket-copy > p:last-child {
  color: var(--muted);
}

.ticket-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background: var(--ink);
  font-size: 19px;
  font-weight: 800;
  white-space: nowrap;
}

.ticket-link:hover {
  background: var(--coral-dark);
}

.site-footer {
  color: #fff;
  background: #171717;
}

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

.footer-brand img {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  object-fit: contain;
}

.footer-brand > span {
  display: grid;
  line-height: 1.25;
}

.footer-brand strong {
  font-size: 19px;
}

.footer-brand small {
  color: #a9a39c;
  font-size: 12px;
}

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

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

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

.copyright {
  padding: 20px 0 26px;
  color: #a9a39c;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  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 #fff;
  background: var(--coral);
  cursor: pointer;
}

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

.back-top i {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(114, 87, 220, 0.45);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .hero-inner {
    min-height: 620px;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
  }

  .hero::before {
    right: 0;
    width: 350px;
  }

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

  .hot-list ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }

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

  .shelf-column:last-child {
    grid-column: 1 / -1;
  }

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

  .ticket-note {
    display: none;
  }
}

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

  html {
    scroll-behavior: auto;
  }

  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  a,
  button,
  summary {
    -webkit-tap-highlight-color: transparent;
    transition: none !important;
  }

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

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

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

  .brand {
    max-width: calc(100% - 150px);
    gap: 8px;
  }

  .brand img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 10px;
  }

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

  .brand-copy span {
    max-width: 160px;
    overflow: visible;
    font-size: 12px;
    text-overflow: clip;
    white-space: normal;
  }

  .main-nav {
    display: none;
  }

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

  .mobile-download {
    display: inline-flex;
    min-height: 38px;
    padding: 0 13px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--coral);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
  }

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

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

  .mobile-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    border-bottom: 1px solid var(--coral);
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
  }

  .mobile-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav ul {
    padding: 8px 14px 14px;
  }

  .mobile-nav a {
    display: flex;
    min-height: 46px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }

  .hero::before {
    display: none;
  }

  .hero-inner {
    min-height: auto;
    padding: 54px 0 64px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

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

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

  .hero-copy h2 {
    margin-top: 20px;
    font-size: 27px;
  }

  .hero-intro {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

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

  .hero-cta {
    flex-direction: column;
    gap: 10px;
  }

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

  .phone-shell {
    width: min(286px, 88vw);
  }

  .section {
    padding: 64px 0;
  }

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

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

  .section-heading > p {
    max-width: none;
    margin-top: 12px;
    text-align: left;
  }

  .featured-comic {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
  }

  .featured-comic figure {
    height: 130px;
  }

  .featured-comic h3 {
    font-size: 22px;
  }

  .featured-comic p {
    display: none;
  }

  .mini-comics {
    grid-template-columns: 1fr;
  }

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

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

  .shelf-column:last-child {
    grid-column: auto;
  }

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

  .screens-grid figcaption {
    min-height: 82px;
    padding: 12px;
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .screens-grid figcaption > span {
    font-size: 15px;
  }

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

  .faq-list summary {
    min-height: 64px;
    padding: 0 14px;
    grid-template-columns: 32px minmax(0, 1fr) 20px;
    gap: 8px;
  }

  .faq-list summary > strong {
    font-size: 14px;
  }

  .faq-list details > p {
    padding: 0 46px 20px 54px;
  }

  .official-site summary {
    grid-template-columns: 20px minmax(0, 1fr) 20px;
  }

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

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

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

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

  .ticket-index,
  .ticket-copy,
  .ticket-link {
    min-height: 0;
  }

  .ticket-index {
    padding: 18px 14px;
    grid-row: 1 / span 2;
  }

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

  .ticket-copy {
    padding: 20px;
  }

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

  .ticket-link {
    min-height: 54px;
    grid-column: 2;
  }

  .footer-main {
    padding: 34px 0 24px;
    flex-direction: column;
    text-align: center;
  }

  .footer-main nav ul {
    justify-content: center;
    gap: 14px 22px;
  }

  .copyright {
    padding-bottom: 28px;
  }

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

@media (max-width: 420px) {
  .container,
  .header-inner,
  .footer-inner,
  .hero-inner {
    width: min(100% - 20px, 1200px);
  }

  .brand {
    max-width: calc(100% - 134px);
  }

  .brand-copy span {
    max-width: 118px;
    font-size: 12px;
  }

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

  .hero-features {
    gap: 14px;
  }

  .hero-features li {
    font-size: 13px;
  }

  .discovery-board,
  .hot-list,
  .shelf-column {
    padding: 14px;
  }

  .search-box button {
    padding: 0 14px;
  }

  .genre-tabs button {
    min-width: 0;
    flex: 1 1 58px;
  }

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

  .screens-grid figcaption {
    min-height: 60px;
  }

  .review-user {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .review-user > i:first-child {
    width: 38px;
    height: 38px;
  }

  .review-rating {
    grid-column: 2;
    justify-content: flex-start;
  }

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

  .ticket-index {
    padding: 14px 10px;
  }

  .ticket-index strong {
    font-size: 34px;
  }

  .ticket-index span {
    font-size: 12px;
    word-break: break-all;
  }
}
