@charset "UTF-8";

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

:root {
  --red: #d91f46;
  --red-dark: #a61434;
  --pink: #f7dce3;
  --paper: #fffaf3;
  --white: #ffffff;
  --ink: #171313;
  --muted: #746a6d;
  --line: #e6d9d5;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

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

ul {
  padding: 0;
  list-style: none;
}

[hidden] {
  display: none !important;
}

.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,
.copyright {
  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);
  background: rgba(255, 250, 243, 0.98);
  border-bottom: 1px solid var(--line);
}

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

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

.brand > img,
.footer-brand > img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

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

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

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

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

.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(--red);
  content: "";
  opacity: 0;
}

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

.main-nav a.is-current::after {
  opacity: 1;
}

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

.mobile-download {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--white);
  background: var(--red);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

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

.section {
  padding: 92px 0;
  scroll-margin-top: var(--header-height);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  align-items: end;
  margin-bottom: 42px;
}

.section-heading .section-index,
.section-heading h2 {
  grid-column: 1;
}

.section-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

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

.section-index span {
  margin-right: 12px;
  font-size: 18px;
  letter-spacing: 0;
}

.section-heading h2 {
  margin-top: 4px;
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.hero {
  min-height: 720px;
  overflow: hidden;
  background-color: var(--paper);
  background-image: linear-gradient(rgba(217, 31, 70, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 31, 70, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 58%) minmax(300px, 42%);
  align-items: center;
}

.hero-copy {
  padding: 74px 44px 74px 0;
}

.eyebrow {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.hero h1 {
  margin-top: 16px;
  font-size: clamp(76px, 7.7vw, 112px);
  line-height: 0.98;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

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

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

.hero-description {
  max-width: 620px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 26px;
}

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

.primary-action {
  display: inline-flex;
  min-width: 210px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
  color: var(--white);
  background: var(--red);
  font-size: 16px;
  font-weight: 800;
}

.primary-action:hover {
  background: var(--red-dark);
}

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

.hero-phone {
  display: flex;
  justify-content: flex-end;
  padding: 42px 0;
}

.phone-shell {
  width: 306px;
  padding: 11px;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 38px;
}

.phone-screen {
  position: relative;
  min-height: 608px;
  overflow: hidden;
  background: var(--white);
  border-radius: 28px;
}

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

.status-icons {
  display: flex;
  align-items: center;
  gap: 4px;
}

.status-icons i {
  display: block;
  width: 7px;
  height: 7px;
  background: var(--ink);
  border-radius: 50%;
}

.status-icons i:last-child {
  width: 13px;
  border-radius: 2px;
}

.phone-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 17px 10px;
}

.phone-title {
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.phone-brand-row button,
.phone-section-title button,
.phone-tabs button,
.phone-bottom-nav button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.phone-brand-row button {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
}

.phone-search {
  display: flex;
  height: 39px;
  align-items: center;
  gap: 8px;
  margin: 0 17px;
  padding: 0 12px;
  background: #f3eef0;
  border-radius: 4px;
}

.phone-search input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
}

.phone-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 14px 17px 10px;
  border-bottom: 1px solid var(--line);
}

.phone-tabs button {
  position: relative;
  padding: 8px 0 10px;
  font-size: 12px;
  font-weight: 700;
}

.phone-tabs button.is-active {
  color: var(--red);
}

.phone-tabs button.is-active::after {
  position: absolute;
  right: 22%;
  bottom: -1px;
  left: 22%;
  height: 2px;
  background: var(--red);
  content: "";
}

.phone-feature {
  display: grid;
  height: 126px;
  grid-template-columns: 1.4fr 0.8fr;
  margin: 0 17px;
  overflow: hidden;
  color: var(--white);
  background: #2f1720;
  border-radius: 5px;
}

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

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

.phone-feature strong {
  margin: 6px 0;
  font-size: 16px;
  line-height: 1.3;
}

.phone-feature img {
  width: 100%;
  height: 126px;
  padding: 7px;
  object-fit: contain;
  background: #4c1d2c;
}

.phone-feature-alt {
  background: #151515;
}

.phone-feature-light {
  color: var(--ink);
  background: var(--pink);
}

.phone-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 17px 10px;
}

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

.phone-section-title button {
  color: var(--red);
  font-size: 12px;
}

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

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

.phone-covers article > span {
  display: flex;
  height: 104px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5eff1;
}

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

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

.phone-covers strong {
  margin-top: 5px;
  font-size: 12px;
}

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

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

.phone-bottom-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  color: var(--muted);
  font-size: 12px;
}

.phone-bottom-nav button.is-active {
  color: var(--red);
}

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

.date-tabs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.date-tabs button {
  min-height: 72px;
  padding: 8px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  cursor: pointer;
}

.date-tabs button:last-child {
  border-right: 0;
}

.date-tabs button span,
.date-tabs button small {
  display: block;
}

.date-tabs button span {
  font-size: 14px;
  font-weight: 800;
}

.date-tabs button small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.date-tabs button.is-active {
  color: var(--white);
  background: var(--red);
}

.date-tabs button.is-active small {
  color: var(--white);
}

.update-board {
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.update-row {
  display: grid;
  min-height: 72px;
  grid-template-columns: 100px minmax(220px, 1fr) minmax(180px, 0.7fr) 130px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.update-row time {
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}

.update-row > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.update-row strong {
  font-size: 15px;
}

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

.remind-button {
  display: inline-flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--red);
  background: var(--white);
  border: 1px solid var(--red);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.remind-button.is-active {
  color: var(--white);
  background: var(--red);
}

.topics {
  background: var(--paper);
}

.topic-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.topic-filters button {
  min-width: 82px;
  height: 40px;
  background: var(--white);
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

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

.topic-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
}

.topic-lead {
  display: grid;
  min-height: 430px;
  grid-template-columns: 1fr 1fr;
  color: var(--white);
  background: var(--ink);
}

.topic-lead figure {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #28181c;
}

.topic-lead img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
}

.topic-lead > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.topic-lead > div > span {
  color: #ff7794;
  font-size: 12px;
  font-weight: 800;
}

.topic-lead h3 {
  margin-top: 12px;
  font-size: 30px;
}

.topic-lead p {
  margin-top: 14px;
  color: #d8cfd1;
  font-size: 14px;
}

.topic-lead button,
.topic-list button {
  cursor: pointer;
  font-weight: 700;
}

.topic-lead button {
  width: 130px;
  height: 42px;
  margin-top: 26px;
  color: var(--white);
  background: var(--red);
  border: 0;
}

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

.topic-list article {
  display: grid;
  min-height: 207px;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
}

.topic-list figure {
  display: flex;
  width: 90px;
  height: 126px;
  grid-row: 1 / span 2;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f6eff1;
}

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

.topic-list strong,
.topic-list span {
  display: block;
}

.topic-list strong {
  font-size: 15px;
}

.topic-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.topic-list button {
  justify-self: start;
  padding: 5px 10px;
  color: var(--red);
  background: transparent;
  border: 1px solid var(--red);
  font-size: 12px;
}

.topic-list button.is-active {
  color: var(--white);
  background: var(--red);
}

.screens {
  background: #f9edef;
}

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

.screen-grid figure {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: var(--white);
  border: 1px solid #d9c8cc;
}

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

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

.screen-grid figcaption {
  display: grid;
  min-height: 86px;
  grid-template-columns: auto 1fr;
  align-content: center;
  column-gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid #d9c8cc;
}

.screen-grid figcaption span {
  grid-row: 1 / span 2;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

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

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

.faq {
  background: var(--paper);
}

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

.faq-list details {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  min-height: 72px;
  grid-template-columns: 54px 1fr 28px;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  cursor: pointer;
  list-style: none;
}

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

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

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

.faq-list summary i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

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

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

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

.faq-list details > p {
  padding: 0 64px 22px 88px;
  color: var(--muted);
  font-size: 14px;
}

.faq-list details > p a {
  color: var(--red);
  text-decoration: underline;
}

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

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

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

.review-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 26px;
  background: var(--paper);
  border-top: 4px solid var(--red);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

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

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

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

.review-rating {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--red);
  white-space: nowrap;
}

.aiarticle-comment-rating-icon {
  margin-left: 2px;
  font-style: normal;
}

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

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

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

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

.download {
  padding: 80px 0;
  background: #31151f;
}

.download-ticket {
  position: relative;
  display: grid;
  min-height: 164px;
  grid-template-columns: 150px minmax(0, 1fr) 260px;
  align-items: stretch;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--white);
}

.download-ticket::before,
.download-ticket::after {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 56px;
  background: #31151f;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

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

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

.ticket-index {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--red);
  border-right: 1px dashed #d7aeba;
}

.ticket-index span {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.ticket-index small {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

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

.ticket-copy p {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

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

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

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

.download-ticket > a:hover {
  background: var(--red-dark);
}

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

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

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

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

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

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

.copyright {
  padding: 18px 0 24px;
  color: #c8bec0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
  text-align: center;
}

.back-top {
  position: fixed;
  z-index: 800;
  right: 24px;
  bottom: 24px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  color: var(--white);
  background: var(--red);
  border: 1px solid var(--white);
  cursor: pointer;
}

.back-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.i-menu,
.i-compass,
.i-grid,
.i-bell,
.i-download,
.i-download-dark,
.i-search,
.i-home,
.i-book,
.i-user,
.i-avatar,
.i-back-top {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

.i-avatar {
  width: 42px;
  height: 42px;
  background-image: url("../icons/avatar.svg");
  background-color: var(--pink);
  border-radius: 50%;
  background-size: 22px 22px;
}

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

button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(217, 31, 70, 0.3);
  outline-offset: 3px;
}

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

  .container,
  .header-inner,
  .hero-inner,
  .footer-inner,
  .copyright {
    width: min(100% - 32px, 760px);
  }

  .site-header {
    height: 68px;
  }

  .brand > img {
    width: 42px;
    height: 42px;
  }

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

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

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

  .main-nav ul {
    width: min(100% - 32px, 760px);
    margin: 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

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

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

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

  .mobile-actions {
    display: flex;
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .hero-phone {
    justify-content: center;
    padding: 10px 0 62px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    grid-column: 1;
    grid-row: auto;
    margin-top: 10px;
    text-align: left;
  }

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

  .topic-lead {
    min-height: 360px;
  }

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

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

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

  .ticket-copy {
    padding: 24px;
  }
}

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

  .brand {
    gap: 8px;
  }

  .brand > img {
    width: 38px;
    height: 38px;
  }

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

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

  .mobile-download {
    min-height: 38px;
    padding: 0 12px;
  }

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

  .section {
    padding: 68px 0;
  }

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

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

  .hero {
    min-height: auto;
    background-size: 34px 34px;
  }

  .hero-copy {
    padding-top: 58px;
  }

  .hero h1 {
    font-size: clamp(54px, 18vw, 76px);
  }

  .hero-copy > h2 {
    font-size: 26px;
  }

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

  .hero-points {
    gap: 16px;
  }

  .primary-action {
    min-width: 190px;
  }

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

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

  .date-tabs button:nth-child(4) {
    border-right: 0;
  }

  .date-tabs button:nth-child(n + 5) {
    border-top: 1px solid var(--line);
  }

  .update-row {
    grid-template-columns: 54px minmax(0, 1fr) 98px;
    gap: 10px;
    padding: 14px 0;
  }

  .update-row > div {
    display: block;
  }

  .update-row > div span {
    display: block;
    margin-top: 2px;
  }

  .update-row .chapter {
    display: none;
  }

  .remind-button {
    width: 98px;
  }

  .topic-lead {
    grid-template-columns: 1fr;
  }

  .topic-lead figure {
    height: 260px;
  }

  .topic-lead > div {
    padding: 26px;
  }

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

  .topic-list article {
    min-height: 158px;
  }

  .screen-grid {
    gap: 12px;
  }

  .screen-grid figcaption {
    min-height: 92px;
    padding: 12px 10px;
    column-gap: 7px;
  }

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

  .faq-list summary {
    min-height: 68px;
    grid-template-columns: 32px 1fr 20px;
    padding: 0 12px;
  }

  .faq-list details > p {
    padding: 0 22px 20px 56px;
    font-size: 13px;
  }

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

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

  .download {
    padding: 56px 0;
  }

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

  .ticket-index {
    min-height: 90px;
    border-right: 0;
    border-bottom: 1px dashed #d7aeba;
  }

  .ticket-index span {
    font-size: 38px;
  }

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

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

  .download-ticket > a {
    min-height: 68px;
  }

  .footer-inner {
    min-height: 190px;
    justify-content: center;
    flex-direction: column;
    gap: 22px;
    padding: 32px 0 20px;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .site-footer nav ul {
    justify-content: center;
    gap: 13px 20px;
  }

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

@media (max-width: 380px) {
  .brand-copy > span {
    max-width: 102px;
  }

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

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

  .hero-points {
    flex-direction: column;
    align-items: center;
  }
}
