@charset "UTF-8";
/* 作者：搭客佬
官网： */

:root {
  --black: #050505;
  --black-soft: #101010;
  --pink: #ff3f70;
  --pink-deep: #d91d58;
  --pink-pale: #fff0f4;
  --paper: #f7f1e9;
  --white: #ffffff;
  --mint: #8fe6d0;
  --text: #171214;
  --muted: #6f6267;
  --line: rgba(23, 18, 20, 0.2);
  --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);
  color: var(--text);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
summary {
  font: inherit;
}

h1,
h2,
h3,
p,
figure,
ul,
dl,
dd {
  margin-top: 0;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.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;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  color: var(--white);
  background: rgba(5, 5, 5, 0.98);
  border-bottom: 1px solid var(--pink);
}

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

.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;
  border-radius: 50%;
}

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

.brand-copy strong {
  font-size: 19px;
  letter-spacing: 0.02em;
}

.brand-copy span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  white-space: nowrap;
}

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

.site-nav ul {
  gap: 38px;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 25px 0 23px;
  font-size: 14px;
  font-weight: 800;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--pink);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

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

.mobile-download {
  padding: 10px 13px;
  color: var(--white);
  background: var(--pink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.menu-toggle {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 10px;
  cursor: pointer;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--white);
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: auto 0;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 74% 47%, rgba(255, 63, 112, 0.17), transparent 28%), var(--black);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: 62px;
  align-items: center;
  min-height: 690px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 580px;
}

.eyebrow,
.section-index {
  margin-bottom: 18px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(52px, 5.3vw, 78px);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.hero-description {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.hero-action {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  padding: 14px 25px;
  color: var(--white);
  background: var(--pink);
  font-weight: 900;
  white-space: nowrap;
}

.primary-link:hover {
  background: #ff6790;
}

.age-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.hero-outline {
  position: absolute;
  z-index: 1;
  color: transparent;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 160px;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  writing-mode: vertical-rl;
  user-select: none;
}

.hero-outline-left {
  top: -26px;
  left: 16px;
}

.hero-outline-right {
  right: 14px;
  bottom: -36px;
  transform: rotate(180deg);
}

.casting-stage {
  position: relative;
  width: min(550px, 100%);
  aspect-ratio: 1;
  margin-left: auto;
}

.stage-ring {
  position: absolute;
  top: 50%;
  left: 56%;
  border: 1px solid rgba(255, 63, 112, 0.48);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one {
  width: 82%;
  height: 82%;
}

.ring-two {
  width: 66%;
  height: 66%;
  border-color: rgba(255, 255, 255, 0.3);
}

.ring-three {
  width: 49%;
  height: 49%;
}

.stage-portrait {
  position: absolute;
  top: 50%;
  left: 56%;
  width: 49%;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border: 8px solid #15040b;
  border-radius: 50%;
  box-shadow: 0 0 54px rgba(255, 63, 112, 0.42);
  transform: translate(-50%, -50%);
}

.stage-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-tag {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 46px;
  padding: 10px 14px;
  background: var(--black);
  border: 1px solid var(--pink);
  font-size: 13px;
  font-weight: 800;
}

.stage-tag::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 74px;
  height: 1px;
  content: "";
  background: var(--pink);
}

.tag-discover {
  top: 27%;
  left: 0;
}

.tag-create {
  top: 48%;
  left: 0;
}

.tag-chat {
  top: 69%;
  left: 0;
}

.character-section,
.faq-section,
.reviews-section {
  padding: 104px 0;
}

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

.section-heading .section-index {
  grid-column: 1 / -1;
  margin-bottom: -30px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

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

.role-index {
  border-top: 1px solid var(--black);
}

.role-index-item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 36px;
  align-items: center;
  min-height: 170px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.role-index-number {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.role-index-number span {
  color: var(--pink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 72px;
  line-height: 0.86;
}

.role-index-number small {
  color: var(--black);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.role-index-item:nth-child(even) .role-index-number span {
  color: var(--black);
  -webkit-text-stroke: 1px var(--pink);
}

.role-kicker {
  margin-bottom: 7px;
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.role-index-copy h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.role-index-copy > p:last-child {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.role-keywords {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--black);
}

.role-keywords li {
  padding: 13px 8px;
  border-right: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.role-keywords li:last-child {
  border-right: 0;
}

.creation-section {
  padding: 100px 0;
  background: linear-gradient(110deg, #ff5d87, var(--pink));
}

.section-heading-dark .section-index,
.section-heading-dark > p:last-child {
  color: rgba(5, 5, 5, 0.72);
}

.creation-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--black);
}

.blueprint-list article {
  display: grid;
  grid-template-columns: 80px 170px minmax(170px, 1fr) minmax(80px, 0.55fr);
  gap: 20px;
  align-items: center;
  min-height: 96px;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.55);
}

.blueprint-list article:last-child {
  border-bottom: 0;
}

.blueprint-index {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 42px;
  line-height: 1;
}

.blueprint-list h3 {
  margin-bottom: 0;
  font-size: 19px;
}

.blueprint-list p {
  margin-bottom: 0;
  font-size: 13px;
}

.blueprint-list i {
  position: relative;
  display: block;
  height: 1px;
  background: var(--black);
}

.blueprint-list i::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--black);
  border-radius: 50%;
  transform: translateY(-50%);
}

.role-preview {
  padding: 28px;
  color: var(--white);
  background: var(--black);
}

.preview-label {
  margin-bottom: 22px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.role-preview > img {
  width: 106px;
  height: 106px;
  margin: 0 auto 18px;
  object-fit: cover;
  border: 3px solid var(--pink);
  border-radius: 50%;
}

.role-preview h3 {
  margin-bottom: 22px;
  font-size: 22px;
  text-align: center;
}

.role-preview dl {
  margin-bottom: 22px;
}

.role-preview dl > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
}

.role-preview dt {
  color: rgba(255, 255, 255, 0.5);
}

.role-preview dd {
  margin: 0;
}

.preview-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: var(--black);
  background: var(--pink);
  font-size: 13px;
  font-weight: 900;
}

.interface-section {
  padding: 100px 0 110px;
  color: var(--white);
  background: var(--black);
}

.section-heading-light > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

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

.screenshot-grid figure {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  margin: 0;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

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

.screenshot-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screenshot-grid figcaption {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 66px;
  padding: 16px 18px;
  color: var(--text);
  border-top: 1px solid var(--line);
}

.screenshot-grid figcaption span {
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 900;
}

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

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

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

.faq-list details,
.official-site {
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid var(--line);
}

.faq-list summary,
.official-site summary {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 16px 22px;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 900;
}

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

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

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

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

.faq-list details[open] summary i::after,
.official-site[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

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

.official-site {
  width: 100%;
  margin-top: 30px;
  border: 1px solid var(--black);
}

.official-site summary {
  grid-template-columns: 34px 1fr 28px;
  min-height: 78px;
}

.globe-mark {
  color: var(--pink-deep);
  font-size: 24px;
  font-weight: 900;
}

.official-site-content {
  padding: 0 76px 24px;
}

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

.reviews-section {
  background: var(--pink-pale);
}

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

.review-card {
  min-height: 270px;
  padding: 28px;
  background: var(--white);
  border-top: 3px solid var(--pink);
  box-shadow: 0 8px 28px rgba(40, 13, 23, 0.05);
}

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

.review-meta {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
}

.review-meta > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: var(--black);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}

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

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

.review-card > p {
  margin-bottom: 0;
  color: #493d41;
  font-size: 13px;
  line-height: 1.9;
}

.download-section {
  padding: 88px 0;
  color: var(--white);
  background: var(--black);
}

.download-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 80px;
  align-items: center;
}

.download-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.12;
}

.download-copy > p:not(.section-index) {
  max-width: 600px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 54px;
  padding: 14px 25px;
  color: var(--black);
  background: var(--paper);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.download-link:hover {
  color: var(--white);
  background: var(--pink);
}

.download-board {
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.download-board-label {
  margin: 0;
  padding: 16px 22px;
  color: var(--pink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.download-board article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.download-board article:last-child {
  border-bottom: 0;
}

.download-board article > span {
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
}

.download-board h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.download-board article p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

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

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

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

.footer-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

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

.footer-bottom {
  padding: 20px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
}

.footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

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

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

.back-to-top i {
  position: relative;
  display: block;
  width: 16px;
  height: 18px;
}

.back-to-top i::before {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 2px;
  height: 13px;
  content: "";
  background: currentColor;
}

.back-to-top i::after {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .hero-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(400px, 1.15fr);
    gap: 28px;
  }

  .casting-caption {
    padding: 18px;
  }

  .blueprint-list article {
    grid-template-columns: 70px 150px minmax(150px, 1fr) 90px;
    gap: 14px;
  }
}

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

  html {
    scroll-behavior: auto;
  }

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

  a,
  button,
  summary,
  .site-nav a::after {
    transition: none !important;
  }

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

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

  .brand {
    gap: 8px;
  }

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

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

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

  .mobile-actions {
    display: flex;
  }

  .site-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    height: calc(100vh - var(--header-height));
    padding: 22px 14px;
    overflow-y: auto;
    color: var(--white);
    background: var(--black);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .site-nav ul {
    display: block;
  }

  .site-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .site-nav a {
    padding: 17px 4px;
    font-size: 15px;
  }

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

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 62px;
    text-align: center;
  }

  .hero-copy {
    max-width: 650px;
    margin: 0 auto;
  }

  .hero h1 {
    font-size: clamp(44px, 11vw, 68px);
  }

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

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

  .hero-outline {
    font-size: 110px;
  }

  .casting-stage {
    width: min(480px, 100%);
    margin: 0 auto;
  }

  .character-section,
  .faq-section,
  .reviews-section {
    padding: 78px 0;
  }

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

  .section-heading .section-index {
    margin-bottom: 14px;
  }

  .section-heading h2 {
    margin-bottom: 14px;
  }

  .section-heading > p:last-child {
    max-width: 540px;
  }

  .role-index-item {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 24px;
  }

  .role-keywords {
    grid-column: 2;
  }

  .creation-section {
    padding: 78px 0;
  }

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

  .blueprint-list article {
    grid-template-columns: 56px 140px 1fr;
  }

  .blueprint-list i {
    display: none;
  }

  .role-preview {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px 22px;
    align-items: center;
  }

  .preview-label,
  .preview-button {
    grid-column: 1 / -1;
  }

  .role-preview > img {
    margin: 0;
  }

  .role-preview h3 {
    margin-bottom: 0;
    text-align: left;
  }

  .role-preview dl {
    grid-column: 1 / -1;
  }

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

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

  .download-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-main {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 36px 0;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .header-inner {
    gap: 8px;
  }

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

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

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

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

  .casting-stage {
    width: min(350px, 100%);
  }

  .stage-tag {
    min-width: 92px;
    min-height: 40px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .stage-tag::after {
    width: 35px;
  }

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

  .role-index-item {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 24px 0;
  }

  .role-index-number {
    align-items: center;
  }

  .role-index-number span {
    font-size: 48px;
  }

  .role-index-number small {
    writing-mode: horizontal-tb;
  }

  .role-index-copy h3 {
    font-size: 24px;
  }

  .role-keywords {
    grid-column: auto;
  }

  .blueprint-list article {
    grid-template-columns: 48px 1fr;
    gap: 10px 14px;
    padding: 18px;
  }

  .blueprint-list p {
    grid-column: 2;
  }

  .blueprint-index {
    grid-row: 1 / 3;
    font-size: 34px;
  }

  .interface-section {
    padding: 76px 0;
  }

  .screenshot-grid {
    gap: 10px;
  }

  .screenshot-grid figcaption {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 6px;
    min-height: 64px;
    padding: 12px 10px;
  }

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

  .faq-list summary,
  .official-site summary {
    grid-template-columns: 28px 1fr 22px;
    gap: 10px;
    padding: 15px 13px;
  }

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

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

  .official-site-content {
    padding: 0 50px 22px;
    word-break: break-all;
  }

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

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

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

  .download-layout {
    gap: 34px;
    text-align: center;
  }

  .download-copy > p:not(.section-index) {
    margin-right: auto;
    margin-left: auto;
  }

  .download-board {
    text-align: left;
  }

  .download-board article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 16px;
  }

  .footer-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
  }

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

@media (max-width: 374px) {
  .mobile-download {
    padding: 9px 8px;
  }

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

  .screenshot-grid figcaption {
    grid-template-columns: 1fr;
  }

  .review-meta {
    gap: 8px;
  }

  .review-meta time {
    font-size: 12px;
  }
}
