@charset "UTF-8";

/* 作者：搭客佬
   官网：https://www.hddjpro.cn/ */

:root {
  --paper: #f6f0e4;
  --paper-light: #fffaf0;
  --ink: #171717;
  --muted: #6f6a60;
  --line: #cfc5b2;
  --yellow: #ffc300;
  --yellow-deep: #e5a900;
  --blue: #bcd8ff;
  --header-height: 76px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

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.75;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(23, 23, 23, 0.07) 0.65px, transparent 0.65px);
  background-size: 9px 9px;
  content: "";
  pointer-events: none;
}

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

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

button,
summary {
  font: inherit;
}

button {
  color: inherit;
}

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

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

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--container));
  height: 100%;
  margin: 0 auto;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand img,
.footer-brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid var(--ink);
  border-radius: 12px;
  object-fit: cover;
}

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

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

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

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--yellow);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

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

.mobile-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.menu-toggle {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--ink);
  background: var(--paper-light);
  cursor: pointer;
  place-content: center;
}

.menu-toggle i {
  display: block;
  width: 20px;
  height: 2px;
  margin: 2px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  position: absolute;
  right: -130px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 50%;
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  align-items: center;
  gap: 74px;
  width: min(calc(100% - 40px), var(--container));
  min-height: 690px;
  margin: 0 auto;
  padding: 64px 0 74px;
}

.eyebrow,
.section-index,
.archive-kicker,
.ticket-copy > p {
  margin: 0 0 18px;
  color: #5e594f;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "STSong", "SimSun", serif;
  font-size: clamp(58px, 5.15vw, 78px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.hero-copy h2 {
  display: inline-block;
  margin: 22px 0 0;
  padding-bottom: 6px;
  border-bottom: 5px solid var(--yellow);
  font-size: 27px;
  line-height: 1.35;
}

.hero-description {
  max-width: 600px;
  margin: 24px 0 0;
  color: #47433d;
  font-size: 15px;
  line-height: 2;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 34px;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 54px;
  padding: 0 28px;
  border: 2px solid var(--ink);
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--ink);
  font-weight: 800;
  white-space: nowrap;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.primary-action:hover,
.primary-action:focus-visible {
  background: #ffd536;
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(3px, 3px);
}

.age-label {
  color: var(--muted);
  font-size: 12px;
}

.archive-visual {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  min-height: 540px;
  border: 1px solid var(--line);
  background: var(--paper-light);
  box-shadow: 16px 18px 0 rgba(23, 23, 23, 0.08), -12px -12px 0 rgba(255, 255, 255, 0.6);
}

.archive-visual::before,
.archive-visual::after {
  position: absolute;
  z-index: -1;
  border: 1px solid var(--line);
  background: #efe5d4;
  content: "";
}

.archive-visual::before {
  inset: 12px -16px -12px 16px;
}

.archive-visual::after {
  inset: 24px -28px -24px 30px;
  z-index: -2;
}

.bookmark {
  position: absolute;
  top: -1px;
  right: 38px;
  width: 48px;
  height: 86px;
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}

.archive-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 72px 0 34px;
  border-right: 1px dashed var(--line);
  font-family: Georgia, serif;
}

.archive-index span {
  font-size: 13px;
}

.archive-index strong {
  font-size: 18px;
}

.archive-index strong::before {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto 12px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  content: "";
}

.archive-content {
  position: relative;
  padding: 64px 68px 46px;
}

.archive-kicker {
  margin-bottom: 34px;
  color: var(--ink);
  font-family: Georgia, "STSong", serif;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.issue-number {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 30px;
  padding: 16px 0 24px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  font-family: Georgia, serif;
  font-size: 118px;
  line-height: 0.78;
}

.issue-number span {
  padding-top: 12px;
  font-size: 14px;
}

.archive-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive-content li {
  padding: 12px 0;
  border-bottom: 1px solid var(--ink);
  font-family: Georgia, "STSong", "SimSun", serif;
  font-size: 26px;
  font-weight: 700;
}

.archive-seal {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: flex;
  width: 90px;
  height: 90px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px double var(--paper-light);
  border-radius: 50%;
  color: var(--paper-light);
  background: var(--ink);
  text-align: center;
  transform: rotate(-10deg);
}

.archive-seal span {
  font-size: 12px;
  letter-spacing: 0.09em;
}

.archive-seal strong {
  font-size: 15px;
  line-height: 1.25;
}

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

.section-inner {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 470px);
  align-items: end;
  gap: 48px;
  margin-bottom: 44px;
}

.section-heading .section-index {
  grid-column: 1 / -1;
  margin-bottom: -38px;
  color: #806d22;
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "STSong", "SimSun", serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.1;
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.route-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 28px;
}

.route-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-list::before {
  position: absolute;
  top: 28px;
  right: 11%;
  left: 11%;
  border-top: 1px dashed var(--ink);
  content: "";
}

.route-list li {
  position: relative;
  z-index: 1;
  padding: 0 18px;
  text-align: center;
}

.route-number {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--paper-light);
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  place-items: center;
}

.route-list li:nth-child(3) .route-number {
  background: var(--yellow);
}

.route-list h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.route-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.keyword-panel {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.76);
}

.keyword-panel > p {
  margin: 0 0 18px;
  font-family: Georgia, "STSong", serif;
  font-size: 20px;
  font-weight: 700;
}

.keyword-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.keyword-list button {
  min-height: 38px;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.keyword-list button:hover,
.keyword-list button:focus-visible,
.keyword-list button.is-active {
  border-color: var(--ink);
  background: var(--yellow);
}

.catalog-section {
  background: rgba(255, 250, 240, 0.65);
}

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

.catalog-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--ink);
  background: var(--paper-light);
}

.catalog-card > span {
  align-self: flex-end;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.catalog-card h3 {
  margin: auto 0 16px;
  font-family: Georgia, "STSong", "SimSun", serif;
  font-size: 34px;
  line-height: 1.2;
}

.catalog-card p {
  margin: 0;
  font-size: 12px;
}

.catalog-card strong {
  margin-top: 26px;
  padding-top: 12px;
  border-top: 1px solid currentColor;
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.catalog-card-yellow {
  background: var(--yellow);
}

.catalog-card-dark {
  color: var(--paper-light);
  background: var(--ink);
}

.catalog-card-blue {
  background: var(--blue);
}

.gallery-section {
  background: #efe7d7;
}

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

.screen-card {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  border: 1px solid var(--ink);
  background: var(--paper-light);
}

.screen-window {
  display: flex;
  width: 100%;
  aspect-ratio: 9 / 16;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
  background: #05070d;
}

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

.screen-card figcaption {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
}

.screen-card figcaption span {
  color: #9b7800;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

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

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

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

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

.faq-item > button {
  display: grid;
  width: 100%;
  grid-template-columns: 48px 1fr 24px;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  padding: 0 22px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-number {
  color: #8d6e00;
  font-family: Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

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

.faq-item button i,
.official-site summary i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

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

.faq-item button i::after,
.official-site summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item button[aria-expanded="true"] i::after,
.official-site[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  padding: 0 70px 26px 86px;
  color: var(--muted);
}

.faq-answer p {
  margin: 0;
  font-size: 14px;
}

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

.official-site summary {
  display: grid;
  min-height: 76px;
  grid-template-columns: 32px 1fr 24px;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  list-style: none;
  cursor: pointer;
}

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

.official-site summary strong {
  font-size: 16px;
}

.globe-mark {
  display: grid;
  width: 26px;
  height: 26px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 14px;
  place-items: center;
}

.official-site > div {
  padding: 0 68px 24px;
}

.official-site > div a {
  color: #775d00;
  font-size: 14px;
  text-decoration: underline;
}

.review-section {
  background: #eee6d6;
}

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

.review-card {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--yellow);
  background: var(--paper-light);
}

.review-card-dark {
  border-top-color: var(--ink);
}

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

.avatar {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: white;
  background: var(--ink);
  font-size: 13px;
  font-weight: 700;
  place-items: center;
}

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

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

.review-card > p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.85;
}

.download-section {
  padding: 82px 20px;
  background: var(--paper);
}

.download-ticket {
  position: relative;
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr) 220px;
  align-items: stretch;
  width: min(100%, var(--container));
  min-height: 180px;
  margin: 0 auto;
  border: 1px solid var(--ink);
  background: var(--paper-light);
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
}

.ticket-code {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 34px;
  border-right: 1px dashed var(--ink);
}

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

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

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

.ticket-code span {
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.ticket-code strong {
  margin-top: 4px;
  font-family: Georgia, serif;
  font-size: 68px;
  line-height: 1;
}

.ticket-code i {
  width: 78px;
  height: 20px;
  margin-top: 10px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px);
}

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

.ticket-copy > p {
  margin-bottom: 8px;
  color: #8b6d00;
}

.ticket-copy h2 {
  margin: 0;
  font-family: Georgia, "STSong", "SimSun", serif;
  font-size: 30px;
  line-height: 1.35;
}

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

.download-ticket > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--ink);
  background: var(--yellow);
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color 0.18s ease;
}

.download-ticket > a:hover,
.download-ticket > a:focus-visible {
  background: #ffd638;
}

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

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

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.footer-brand img {
  border-color: var(--paper-light);
}

.footer-brand span span {
  color: #c8c1b7;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 30px;
}

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

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--yellow);
}

.footer-bottom {
  padding: 20px 0 28px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: #c8c1b7;
  font-size: 12px;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--ink);
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--ink);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transition: opacity 0.18s ease;
}

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

.back-to-top i {
  display: block;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url("../icons/top.svg");
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #1e6ec9;
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 42px;
  }

  .hero-copy h1 {
    font-size: 54px;
  }

  .archive-content {
    padding-right: 38px;
    padding-left: 38px;
  }

  .issue-number {
    font-size: 92px;
  }

  .catalog-card {
    min-height: 260px;
    padding: 24px;
  }

  .catalog-card h3 {
    font-size: 28px;
  }

  .ticket-copy {
    padding: 26px 32px;
  }
}

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

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

  .header-inner {
    width: calc(100% - 24px);
  }

  .brand img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 9px;
  }

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

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

  .mobile-actions {
    display: flex;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: -12px;
    left: -12px;
    display: none;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--ink);
    background: var(--paper-light);
  }

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

  .primary-nav ul {
    display: block;
    padding: 8px 12px 14px;
  }

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

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

  .primary-nav a {
    padding: 13px 8px;
    font-size: 14px;
  }

  .primary-nav a::after {
    right: auto;
    bottom: 10px;
    width: 28px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 58px 0 66px;
  }

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

  .hero-copy h1 {
    font-size: clamp(42px, 11vw, 62px);
    white-space: normal;
  }

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

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

  .hero-actions {
    align-items: center;
  }

  .archive-visual {
    width: min(100%, 520px);
    margin: 12px auto 0;
  }

  .section {
    padding: 74px 0;
  }

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

  .section-heading .section-index {
    grid-column: auto;
    margin-bottom: 0;
  }

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

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

  .keyword-panel {
    width: 100%;
  }

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

  .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: 150px minmax(0, 1fr);
  }

  .download-ticket > a {
    grid-column: 1 / -1;
    min-height: 72px;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .footer-main {
    flex-direction: column;
    gap: 28px;
  }

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

@media (max-width: 600px) {
  body {
    font-size: 14px;
  }

  body::before {
    background-size: 8px 8px;
  }

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

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

  .hero-inner,
  .section-inner,
  .footer-inner {
    width: calc(100% - 28px);
  }

  .hero-inner {
    gap: 42px;
    padding-top: 44px;
  }

  .eyebrow {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 12.5vw, 54px);
  }

  .hero-copy h2 {
    border-bottom-width: 4px;
    font-size: 20px;
  }

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

  .primary-action {
    min-width: 178px;
    min-height: 50px;
  }

  .archive-visual {
    grid-template-columns: 48px 1fr;
    min-height: 430px;
    box-shadow: 9px 10px 0 rgba(23, 23, 23, 0.08);
  }

  .archive-visual::before,
  .archive-visual::after {
    display: none;
  }

  .bookmark {
    right: 22px;
    width: 36px;
    height: 66px;
  }

  .archive-index {
    padding-top: 54px;
  }

  .archive-content {
    padding: 48px 24px 28px;
  }

  .archive-kicker {
    font-size: 15px;
  }

  .issue-number {
    font-size: 72px;
  }

  .archive-content li {
    font-size: 21px;
  }

  .archive-seal {
    right: 12px;
    bottom: 12px;
    width: 70px;
    height: 70px;
  }

  .archive-seal strong {
    font-size: 12px;
  }

  .section {
    padding: 60px 0;
  }

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

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

  .section-heading > p:last-child {
    font-size: 13px;
  }

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

  .route-list::before {
    display: none;
  }

  .route-list li {
    padding: 0 8px;
  }

  .route-number {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }

  .route-list h3 {
    font-size: 16px;
  }

  .keyword-panel {
    padding: 20px;
  }

  .catalog-grid {
    gap: 10px;
  }

  .catalog-card {
    min-height: 220px;
    padding: 18px;
  }

  .catalog-card h3 {
    font-size: 23px;
  }

  .catalog-card p,
  .catalog-card strong {
    font-size: 12px;
  }

  .screen-grid {
    gap: 10px;
  }

  .screen-card figcaption {
    min-height: 58px;
    gap: 8px;
    padding: 10px;
  }

  .screen-card figcaption span {
    font-size: 12px;
  }

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

  .faq-item > button {
    grid-template-columns: 30px 1fr 18px;
    gap: 10px;
    min-height: 66px;
    padding: 0 12px;
  }

  .faq-item strong,
  .official-site summary strong {
    font-size: 14px;
  }

  .faq-answer {
    padding: 0 40px 22px 52px;
  }

  .official-site summary {
    min-height: 68px;
    padding: 0 14px;
  }

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

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

  .review-card {
    min-height: 0;
    padding: 20px;
  }

  .review-card header {
    grid-template-columns: 36px 1fr auto;
    gap: 8px;
  }

  .review-card time {
    text-align: right;
  }

  .review-card > p {
    font-size: 14px;
  }

  .download-section {
    padding: 56px 14px;
  }

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

  .ticket-code {
    padding: 18px 16px;
  }

  .ticket-code strong {
    font-size: 48px;
  }

  .ticket-code i {
    width: 54px;
  }

  .ticket-copy {
    padding: 22px 18px;
  }

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

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

  .download-ticket > a {
    min-height: 64px;
    font-size: 17px;
  }

  .footer-main {
    padding: 30px 0;
    text-align: center;
  }

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

  .footer-nav {
    gap: 12px 18px;
  }

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

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

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

  .primary-action,
  .download-ticket > a,
  .back-to-top,
  .primary-nav a::after {
    transition: none;
  }
}

@media (max-width: 360px) {
  .header-inner {
    width: calc(100% - 16px);
  }

  .brand {
    gap: 6px;
  }

  .brand img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

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

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

  .mobile-actions {
    gap: 5px;
  }

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

  .menu-toggle {
    width: 36px;
    height: 36px;
    padding: 7px;
  }

  .catalog-card {
    min-height: 200px;
    padding: 14px;
  }

  .catalog-card h3 {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
