@charset "UTF-8";

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

:root {
  --paper: #f8f4e9;
  --paper-deep: #efe8d8;
  --ink: #101217;
  --muted: #66625b;
  --line: #18191d;
  --soft-line: #d7d0c2;
  --pink: #ed2864;
  --pink-dark: #c5164d;
  --yellow: #ffd63d;
  --green: #21945d;
  --white: #ffffff;
  --header-height: 78px;
}

* {
  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);
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 14px;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select {
  color: inherit;
  font: inherit;
}

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

button {
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

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

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

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

ul,
ol {
  list-style: none;
}

.page-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

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

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

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

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

.brand img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 11px;
  object-fit: contain;
  background: #fff;
}

.brand-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.brand-copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-copy > span {
  color: #aab0bc;
  font-size: 12px;
  white-space: nowrap;
}

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

.primary-nav a {
  position: relative;
  display: block;
  padding: 29px 0 27px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

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

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
  opacity: 1;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 10px;
}

.mobile-download {
  padding: 12px 16px;
  background: var(--pink);
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.menu-toggle {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #fff;
}

.menu-toggle i {
  width: 22px;
  height: 22px;
}

.hero {
  position: relative;
  border-bottom: 1px solid var(--line);
  background-color: #fbf8f0;
  background-image: linear-gradient(#ebe4d5 1px, transparent 1px), linear-gradient(90deg, #ebe4d5 1px, transparent 1px);
  background-size: 44px 44px;
}

.hero-inner {
  display: grid;
  min-height: 690px;
  padding: 58px 0;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 540px;
  gap: 72px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow,
.section-index {
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 20px;
  font-size: clamp(64px, 6.1vw, 96px);
  font-weight: 950;
  letter-spacing: -6px;
  line-height: 0.98;
  white-space: nowrap;
}

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

.hero-copy h2 {
  margin-top: 22px;
  font-size: clamp(26px, 2.2vw, 38px);
  line-height: 1.3;
}

.hero-description {
  max-width: 620px;
  margin-top: 22px;
  color: #45413c;
  font-size: 16px;
  line-height: 1.9;
}

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

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
}

.hero-points i {
  width: 25px;
  height: 25px;
}

.hero-download {
  display: grid;
  width: fit-content;
  margin-top: 34px;
  gap: 10px;
}

.primary-link {
  display: inline-flex;
  min-width: 220px;
  padding: 17px 24px;
  align-items: center;
  justify-content: space-between;
  background: var(--pink);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.primary-link i {
  width: 22px;
  height: 22px;
}

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

.primary-link:hover i {
  filter: brightness(0);
}

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

.screening-room {
  position: relative;
  width: 100%;
  padding: 28px;
  border: 2px solid var(--ink);
  background: #fffdf7;
  box-shadow: 16px 16px 0 rgba(237, 40, 100, 0.12);
}

.screening-room::before,
.screening-room::after {
  position: absolute;
  right: 18px;
  left: 18px;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--pink) 0 12px, transparent 12px 24px);
  content: "";
}

.screening-room::before {
  top: 8px;
}

.screening-room::after {
  bottom: 8px;
}

.screening-top {
  display: flex;
  padding: 6px 0 18px;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid var(--soft-line);
}

.screening-top p {
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.screening-top h2 {
  margin-top: 5px;
  font-size: 31px;
}

.sync-state {
  display: inline-flex;
  padding: 8px 10px;
  align-items: center;
  gap: 7px;
  background: #e8f7ef;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.sync-state i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #35ba77;
}

.screening-tabs {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.screening-tabs button {
  min-height: 42px;
  border: 1px solid var(--soft-line);
  background: #f2eee5;
  font-weight: 800;
}

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

.screening-card {
  display: grid;
  margin-top: 18px;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 22px;
}

.screening-poster {
  width: 135px;
  height: 190px;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  background: #e9e3d8;
}

.screening-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.screening-info {
  min-width: 0;
  padding-top: 8px;
}

.screening-label {
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
}

.screening-info h3 {
  margin-top: 10px;
  font-size: 27px;
}

.screening-info > p:not(.screening-label) {
  min-height: 48px;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.watch-progress {
  display: flex;
  margin-top: 18px;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.progress-track {
  display: block;
  height: 7px;
  margin-top: 8px;
  overflow: hidden;
  background: #ddd8cf;
}

.progress-track i {
  display: block;
  width: 50%;
  height: 100%;
  background: var(--pink);
}

.episode-list {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.episode-list button {
  height: 42px;
  border: 1px solid var(--soft-line);
  background: #f6f2ea;
  font-size: 12px;
  font-weight: 900;
}

.episode-list button.is-watched,
.episode-list button.is-active {
  border-color: var(--pink);
  background: var(--pink);
  color: #fff;
}

.episode-list button.is-active {
  box-shadow: inset 0 -4px 0 var(--yellow);
}

.screening-actions {
  display: grid;
  margin: 18px 0 8px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.screening-actions button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 2px solid var(--ink);
  font-weight: 900;
}

.screening-actions button:last-child {
  border-color: var(--yellow);
  background: var(--yellow);
}

.screening-actions button.is-active {
  border-color: var(--pink);
  background: var(--pink);
  color: #fff;
}

.screening-actions i {
  width: 20px;
  height: 20px;
}

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

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

.section-heading h2 {
  margin-top: 9px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
}

.section-heading > p {
  max-width: 500px;
  color: var(--muted);
  line-height: 1.8;
}

.library {
  background: #fffdf7;
}

.genre-filter {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.genre-filter button {
  min-width: 92px;
  padding: 12px 18px;
  border: 1px solid var(--soft-line);
  background: #f3eee3;
  font-weight: 800;
}

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

.drama-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.drama-card {
  display: grid;
  min-height: 145px;
  padding: 24px;
  align-items: start;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.drama-card[hidden] {
  display: none;
}

.drama-number {
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
}

.drama-card h3 {
  font-size: 18px;
}

.drama-card p {
  margin-top: 9px;
  color: var(--muted);
}

.drama-card div > span {
  display: block;
  margin-top: 12px;
  font-size: 12px;
}

.status {
  padding: 7px 9px;
  background: #ece9e1;
  font-size: 12px;
  white-space: nowrap;
}

.status.is-live {
  background: #fff0b8;
}

.schedule {
  background: #13171e;
  color: #fff;
}

.schedule .section-heading > p {
  color: #b9bdc5;
}

.schedule-board {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border: 1px solid #4e535c;
}

.weekday-list {
  display: grid;
  background: #090c11;
}

.weekday-list button {
  display: flex;
  min-height: 62px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #353a43;
  color: #fff;
}

.weekday-list button:last-child {
  border-bottom: 0;
}

.weekday-list button.is-active {
  background: var(--pink);
}

.weekday-list small {
  font-size: 12px;
}

.schedule-ledger {
  background: #fff;
  color: var(--ink);
}

.ledger-head,
.schedule-ledger article {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 86px 110px;
  align-items: center;
  gap: 16px;
}

.ledger-head {
  min-height: 54px;
  padding: 0 22px;
  background: #eee9df;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.schedule-ledger article {
  min-height: 70px;
  padding: 12px 22px;
  border-top: 1px solid #ddd7ce;
}

.schedule-ledger article.is-highlighted {
  background: #fff7dc;
}

.schedule-ledger article > span {
  color: var(--muted);
  font-size: 12px;
}

.schedule-ledger em {
  padding: 7px 8px;
  background: #ffe1eb;
  color: var(--pink-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.reminder {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 20px;
  background: #c7c9cd;
}

.reminder i {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}

.reminder.is-active {
  background: var(--pink);
}

.reminder.is-active i {
  left: 24px;
}

.screens {
  background: #fffdf8;
}

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

.screen-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  background: #fff;
}

.screen-visual {
  display: grid;
  width: 100%;
  aspect-ratio: 9 / 16;
  place-items: center;
  overflow: hidden;
  background: #151921;
}

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

.screen-card figcaption {
  display: flex;
  min-height: 100px;
  padding: 20px;
  align-items: start;
  gap: 14px;
  border-top: 1px solid var(--line);
}

.screen-card figcaption > span {
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
}

.screen-card figcaption strong {
  display: block;
  font-size: 18px;
}

.screen-card figcaption p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

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

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

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

.faq-item > button {
  display: grid;
  width: 100%;
  min-height: 76px;
  padding: 18px 22px;
  align-items: center;
  grid-template-columns: 54px minmax(0, 1fr) 24px;
  text-align: left;
}

.faq-item > button > span {
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
}

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

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

.faq-item > button > i::before,
.faq-item > button > i::after,
.detail-state::before,
.detail-state::after {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 14px;
  height: 1px;
  background: var(--ink);
  content: "";
}

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

.faq-item > button[aria-expanded="true"] > i::after,
.official-site[open] .detail-state::after {
  transform: rotate(0);
}

.faq-answer {
  padding: 0 76px 24px;
}

.faq-answer p {
  max-width: 900px;
  color: var(--muted);
  line-height: 1.8;
}

.official-site {
  margin-top: 22px;
  border: 1px solid var(--line);
  background: #fff;
}

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

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

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

.official-site summary i:first-child {
  width: 23px;
  height: 23px;
}

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

.official-site a {
  color: var(--pink-dark);
  font-weight: 800;
}

.reviews {
  background: #fdeff3;
}

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

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

.review-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.review-identity i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background-color: var(--pink);
  background-size: 22px;
}

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

.review-rating {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
}

.review-rating .fa {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../icons/star.svg") center / contain no-repeat;
  font-size: 0;
}

.review-rating .fa-star-o {
  opacity: 0.28;
}

.review-card > p {
  margin-top: 20px;
  color: #3d3934;
  line-height: 1.85;
}

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

.download-section {
  padding: 64px 0;
  background: #181b22;
}

.download-ticket {
  position: relative;
  display: grid;
  min-height: 170px;
  overflow: hidden;
  grid-template-columns: 190px minmax(0, 1fr) 270px;
  background: var(--pink);
  color: #fff;
}

.download-ticket::before,
.download-ticket::after {
  position: absolute;
  left: 180px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #181b22;
  content: "";
}

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

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

.ticket-stub {
  display: grid;
  padding: 24px;
  align-content: center;
  justify-items: center;
  border-right: 2px dashed rgba(255, 255, 255, 0.75);
}

.ticket-stub strong {
  font-size: 62px;
  line-height: 1;
}

.ticket-stub span {
  margin-top: 9px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}

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

.ticket-copy .section-index {
  color: #ffe7ef;
}

.ticket-copy h2 {
  margin-top: 7px;
  font-size: 30px;
}

.ticket-copy > p:last-child {
  margin-top: 8px;
  color: #fff5f8;
  line-height: 1.7;
}

.ticket-action {
  display: flex;
  margin: 28px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 22px;
  font-weight: 950;
}

.ticket-action i {
  width: 24px;
  height: 24px;
  filter: brightness(0);
}

.ticket-action:hover {
  background: #fff;
}

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

.footer-inner {
  padding: 34px 0 22px;
}

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

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

.footer-nav a {
  color: #e4e6eb;
}

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

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

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

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

.back-to-top i {
  width: 22px;
  height: 22px;
}

[class^="i-"],
[class*=" i-"] {
  display: inline-block;
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .screening-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .screening-poster {
    width: 112px;
    height: 168px;
  }
}

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

  .page-shell {
    width: min(100% - 28px, 720px);
  }

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

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

  .brand-copy > span {
    display: block;
    max-width: 160px;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  .header-actions {
    display: flex;
  }

  .primary-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    border-top: 1px solid #3b4049;
    background: #0d1118;
  }

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

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

  .primary-nav li {
    border-bottom: 1px solid #343945;
  }

  .primary-nav a {
    padding: 18px 4px;
  }

  .primary-nav a::after {
    right: auto;
    bottom: 9px;
    width: 38px;
  }

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

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

  .hero h1 {
    font-size: clamp(48px, 15vw, 76px);
    letter-spacing: -3px;
    white-space: normal;
  }

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

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

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

  .screening-room {
    max-width: 620px;
    margin: 0 auto;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .section-heading > p {
    max-width: 640px;
  }

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

  .weekday-list {
    grid-template-columns: repeat(7, 1fr);
    overflow-x: auto;
  }

  .weekday-list button {
    min-width: 92px;
    min-height: 70px;
    padding: 11px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border-right: 1px solid #353a43;
    border-bottom: 0;
  }

  .ledger-head,
  .schedule-ledger article {
    grid-template-columns: 1.3fr 1fr 1fr 58px 92px;
  }

  .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::before,
  .download-ticket::after {
    left: 140px;
  }

  .ticket-action {
    min-height: 72px;
    margin: 0 28px 28px;
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: calc(100% - 24px);
  }

  .brand {
    gap: 8px;
  }

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

  .mobile-download {
    padding: 11px 12px;
    font-size: 12px;
  }

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

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

  .hero h1 {
    margin-top: 15px;
  }

  .hero-copy h2 {
    margin-top: 16px;
    font-size: 25px;
  }

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

  .hero-points {
    gap: 14px;
  }

  .screening-room {
    padding: 22px 16px;
    box-shadow: 8px 8px 0 rgba(237, 40, 100, 0.12);
  }

  .screening-top h2 {
    font-size: 25px;
  }

  .sync-state {
    padding: 7px;
  }

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

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

  .screening-poster {
    width: 96px;
    height: 150px;
  }

  .screening-info {
    padding-top: 0;
  }

  .screening-info h3 {
    margin-top: 6px;
    font-size: 22px;
  }

  .screening-info > p:not(.screening-label) {
    min-height: 42px;
    font-size: 12px;
  }

  .watch-progress {
    margin-top: 8px;
  }

  .episode-list {
    gap: 5px;
  }

  .episode-list button {
    height: 38px;
  }

  .screening-actions {
    grid-template-columns: 1fr;
  }

  .section-block {
    padding: 60px 0;
  }

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

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

  .genre-filter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .genre-filter button {
    min-width: 0;
    padding: 11px 7px;
  }

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

  .drama-card {
    min-height: 126px;
    padding: 20px 16px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
  }

  .schedule-board {
    margin-right: 0;
    margin-left: 0;
  }

  .schedule-ledger {
    padding: 0 14px;
  }

  .ledger-head {
    display: none;
  }

  .schedule-ledger article {
    position: relative;
    display: grid;
    min-height: 132px;
    padding: 18px 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
  }

  .schedule-ledger article strong {
    font-size: 16px;
  }

  .schedule-ledger article > span {
    grid-column: 1;
  }

  .schedule-ledger article > span + span {
    color: var(--ink);
  }

  .schedule-ledger article .reminder {
    grid-column: 2;
    grid-row: 1;
  }

  .schedule-ledger article em {
    grid-column: 2;
    grid-row: 2 / span 2;
    align-self: center;
  }

  .screen-grid {
    gap: 12px;
  }

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

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

  .screen-card figcaption p {
    line-height: 1.5;
  }

  .faq-item > button {
    min-height: 72px;
    padding: 16px 10px;
    grid-template-columns: 34px minmax(0, 1fr) 22px;
  }

  .faq-item > button strong {
    font-size: 14px;
  }

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

  .official-site summary {
    padding: 16px 14px;
  }

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

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

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

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

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

  .download-ticket::before,
  .download-ticket::after {
    top: 132px;
    bottom: auto;
    left: -10px;
  }

  .download-ticket::after {
    right: -10px;
    left: auto;
  }

  .ticket-stub {
    min-height: 142px;
    border-right: 0;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.75);
  }

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

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

  .ticket-action {
    min-height: 64px;
    margin: 0 22px 24px;
    grid-column: auto;
    font-size: 18px;
  }

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

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

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

@media (max-width: 360px) {
  .brand img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

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

  .brand-copy > span {
    max-width: 94px;
  }

  .mobile-download {
    padding: 10px;
  }

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

  .screening-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .screening-poster {
    width: 82px;
    height: 136px;
  }
}

@media (hover: none) {
  a,
  button,
  summary {
    transition: none !important;
  }

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

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
