@charset "UTF-8";
:root {
  color-scheme: light;
  --paper: #f5f3ef;
  --ink: #24382f;
  --muted: #616a63;
  --line: #d9dcd3;
  --accent: #cb4a24;
  --white: #fffefa;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    sans-serif;
  font-synthesis: none;
  background: var(--paper);
  color: var(--ink);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 6px;
  border-radius: 3px;
}
p {
  line-height: 1.7;
  color: var(--muted);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.045em;
  line-height: 1.14;
  text-wrap: balance;
}
h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.eyebrow {
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 750;
  color: var(--muted);
  margin-bottom: 1.35rem;
}
.site-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 3rem;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font-size: 2rem;
  letter-spacing: -0.07em;
  font-weight: 850;
  line-height: 1;
}
.wordmark span {
  color: var(--accent);
}
.site-header nav {
  display: flex;
  gap: 2rem;
  margin-left: auto;
}
.site-header nav a,
.language-link {
  font-size: 0.85rem;
  font-weight: 600;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-header nav a:hover,
.site-footer a:hover,
.inline-links a:hover {
  color: var(--accent);
}
.language-link {
  border-left: 1px solid var(--line);
  padding-left: 2rem;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -100px;
  background: var(--ink);
  color: white;
  padding: 1rem;
  z-index: 10;
}
.skip-link:focus {
  top: 1rem;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 6%;
  align-items: center;
  padding: 70px 0 88px;
}
.hero h1 {
  font-size: clamp(3.1rem, 5.8vw, 5.5rem);
  line-height: 1.03;
  letter-spacing: -0.065em;
  margin-bottom: 1.5rem;
}
.hero-description {
  font-size: 1.075rem;
  max-width: 31rem;
  margin-bottom: 2rem;
}
.hero-copy .button {
  margin-top: 0.5rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  min-height: 52px;
  padding: 14px 23px;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 8px;
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.4;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #385244;
  transform: translateY(-2px);
}
.button-outline {
  background: transparent;
  color: var(--ink);
  border-color: #a6afa5;
}
.button-outline:hover {
  background: #e9ece3;
}
.accent-violet {
  --tint: #e7e1f1;
  --deep: #41324e;
}
.accent-blue {
  --tint: #e0eaf0;
  --deep: #234354;
}
.accent-orange {
  --tint: #f4e5d9;
  --deep: #68462e;
}
.accent-pink {
  --tint: #ece3ee;
  --deep: #59405e;
}
.spotlight {
  display: block;
  background: var(--tint);
  border-radius: 20px;
  padding: 26px 30px 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s;
}
.spotlight:hover {
  transform: translateY(-4px);
}
.spotlight > .eyebrow {
  color: var(--deep);
  margin-bottom: 16px;
}
.spotlight-art {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 5px 32px 26px;
}
.spotlight-art .large-icon {
  width: min(100%, 268px);
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 24%;
  box-shadow: 0 24px 32px -16px #332c594a;
  transform: rotate(-8deg);
}
.spotlight-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.spotlight h2 {
  font-size: 1.8rem;
  margin-bottom: 0.7rem;
  color: var(--deep);
}
.round-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #41324e40;
  border-radius: 50%;
  font-size: 1.5rem;
  color: var(--deep);
  flex-shrink: 0;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.025em;
  color: #465047;
  line-height: 1.5;
}
.status > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7b8179;
  flex-shrink: 0;
}
.status.available {
  color: #285843;
}
.status.available > span {
  background: #387658;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 32px;
}
.section-heading .eyebrow {
  margin-bottom: 0.8rem;
}
.section-heading h2 {
  margin-bottom: 0;
  max-width: 30rem;
}
.section-heading > p {
  font-size: 0.9rem;
  max-width: 15rem;
  margin-bottom: 0.15rem;
}
.collection {
  padding: 44px 0 80px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 30px;
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.game-card {
  min-width: 0;
  background: var(--white);
  border: 1px solid #e4e4dc;
  border-radius: 14px;
  overflow: hidden;
}
.card-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-link:focus-visible {
  outline-offset: -4px;
}
.card-art {
  position: relative;
  display: grid;
  place-items: center;
  background: var(--tint);
  height: 208px;
  padding: 26px;
}
.card-art .game-icon {
  width: 128px;
  height: 128px;
  object-fit: contain;
  border-radius: 23%;
  transition: transform 0.25s;
  box-shadow: 0 14px 24px -14px #30243855;
}
.card-link:hover .game-icon {
  transform: translateY(-6px) rotate(-3deg);
}
.card-arrow {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 1.2rem;
  color: var(--deep);
}
.card-copy {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-copy h3 {
  font-size: 1.5rem;
  margin: 12px 0 4px;
  letter-spacing: -0.035em;
}
.card-copy .genre {
  font-size: 0.73rem;
  margin-bottom: 16px;
}
.card-copy > p:not(.genre) {
  font-size: 0.84rem;
  line-height: 1.65;
  margin-bottom: 22px;
}
.text-link {
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: auto;
  padding-top: 8px;
}
.text-link span {
  margin-left: 8px;
}
.about-panel {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #e5e9df;
  padding: 58px 52px;
  scroll-margin-top: 30px;
}
.about-panel .eyebrow {
  margin-bottom: 1.2rem;
}
.about-panel h2 {
  max-width: 38rem;
  position: relative;
  z-index: 1;
}
.about-panel > p:not(.eyebrow) {
  max-width: 39rem;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.about-mark {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-56%);
  font-size: 18rem;
  letter-spacing: -0.09em;
  font-weight: 850;
  color: #d1d9cb;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}
.support-strip {
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}
.support-strip h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.support-strip p {
  font-size: 0.9rem;
  margin-bottom: 0;
  max-width: 35rem;
}
.support-strip .button {
  flex-shrink: 0;
}
.site-footer {
  padding: 44px 0 32px;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.site-footer .wordmark {
  font-size: 1.6rem;
}
.site-footer p {
  font-size: 0.78rem;
  margin-top: 12px;
  margin-bottom: 0;
}
.site-footer nav {
  margin-left: auto;
  display: flex;
  gap: 1.5rem;
  font-size: 0.8rem;
}
.site-footer nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
}
.site-footer small {
  padding-top: 14px;
  font-size: 0.7rem;
  color: var(--muted);
}
.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.8rem;
  margin-top: 32px;
  color: var(--muted);
  gap: 10px;
}
.detail-hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 7%;
  align-items: center;
  padding: 38px 0 72px;
}
.detail-copy > .eyebrow {
  margin: 24px 0 12px;
}
.detail-copy h1 {
  font-size: clamp(2.7rem, 5.8vw, 4.75rem);
  margin-bottom: 1.25rem;
}
.tagline {
  font-size: 1.4rem;
  color: var(--ink);
  line-height: 1.45;
  letter-spacing: -0.035em;
  max-width: 30rem;
}
.detail-art {
  aspect-ratio: 1;
  background: var(--tint);
  border-radius: 20px;
  display: grid;
  place-items: center;
  padding: 15%;
}
.detail-art .large-icon {
  width: 100%;
  border-radius: 23%;
  aspect-ratio: 1;
  object-fit: contain;
  box-shadow: 0 22px 38px -19px #30243870;
  transform: rotate(-5deg);
}
.fine-print {
  font-size: 0.75rem;
  margin-top: 1rem;
}
.development-note {
  border-left: 3px solid #a2a99d;
  padding: 2px 0 2px 18px;
}
.development-note p {
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.development-note p:last-child {
  margin-bottom: 0;
}
.game-story {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 52px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}
.game-story p {
  font-size: 0.95rem;
  margin-bottom: 0;
  max-width: 35rem;
}
.game-story .eyebrow {
  margin-bottom: 1rem;
}
.features {
  list-style: none;
  margin: 0;
  padding: 0;
  align-self: center;
}
.features li {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
  line-height: 1.5;
}
.features li:first-child {
  border-top: 1px solid var(--line);
}
.features span {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--accent);
}
.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  max-width: 24rem;
}
.inline-links a {
  font-size: 0.85rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.related {
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}
.related > h2 {
  margin-bottom: 28px;
}
.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.directory-intro {
  padding: 64px 0 36px;
  max-width: 48rem;
}
.directory-intro h1,
.not-found h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
}
.directory-list {
  border-top: 1px solid var(--line);
}
.directory-item {
  display: flex;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
}
.directory-item > .game-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 20%;
  flex-shrink: 0;
}
.directory-item h2 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.directory-item p {
  font-size: 0.85rem;
  margin: 8px 0 0;
}
.directory-item .button {
  margin-left: auto;
  flex-shrink: 0;
}
.directory-note {
  margin: 24px 0 56px;
}
.not-found {
  padding: 100px 0 120px;
  max-width: 46rem;
}
.not-found p:not(.eyebrow) {
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 88px 100px;
  }
  .spotlight-art {
    min-height: 320px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 5%;
    padding-block: 56px 64px;
  }
  .hero h1 {
    font-size: clamp(3rem, 6vw, 4rem);
  }
  .spotlight {
    padding: 22px;
  }
  .spotlight-art {
    min-height: 220px;
    padding: 12px 18px 24px;
  }
  .spotlight-art .large-icon {
    width: 205px;
  }
  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .card-art {
    height: 220px;
  }
  .card-art .game-icon {
    width: 140px;
    height: 140px;
  }
  .about-mark {
    right: 0;
    font-size: 15rem;
    opacity: 0.55;
  }
  .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .related-grid .card-art {
    height: 170px;
    padding: 20px;
  }
  .related-grid .game-icon {
    width: 110px;
    height: 110px;
  }
  .related-grid .card-copy {
    padding: 20px 16px;
  }
  .related-grid h3 {
    font-size: 1.3rem;
  }
  .detail-hero {
    gap: 5%;
  }
  .detail-copy h1 {
    font-size: 3.25rem;
  }
  .site-header {
    gap: 2rem;
  }
  .site-header nav {
    gap: 1.5rem;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 88px;
    gap: 16px;
    flex-wrap: wrap;
    padding-block: 20px;
    row-gap: 10px;
  }
  .wordmark {
    font-size: 1.8rem;
  }
  .site-header nav {
    order: 3;
    margin: 0;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 28px;
  }
  .site-header nav a {
    font-size: 0.82rem;
    min-height: 44px;
  }
  .language-link {
    margin-left: auto;
    padding-left: 0;
    border: 0;
    min-height: 44px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 44px 0 48px;
  }
  .hero h1 {
    font-size: clamp(3.05rem, 11vw, 4.8rem);
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-copy .eyebrow {
    font-size: 0.65rem;
  }
  .spotlight {
    padding: 22px 24px;
  }
  .spotlight-art {
    min-height: 220px;
    padding: 10px 24px 24px;
  }
  .spotlight-art .large-icon {
    width: 210px;
  }
  .spotlight h2 {
    font-size: 1.65rem;
  }
  .section-heading {
    display: block;
    margin-bottom: 24px;
  }
  .section-heading > p {
    max-width: none;
    margin-top: 16px;
  }
  .collection {
    padding: 36px 0 44px;
  }
  .game-grid {
    gap: 16px;
  }
  .card-art {
    height: 164px;
    padding: 22px;
  }
  .card-art .game-icon {
    width: 110px;
    height: 110px;
  }
  .card-copy {
    padding: 18px 16px;
  }
  .card-copy h3 {
    font-size: 1.3rem;
  }
  .card-copy .genre {
    font-size: 0.7rem;
  }
  .card-copy > p:not(.genre) {
    font-size: 0.8rem;
  }
  .card-arrow {
    right: 12px;
    top: 8px;
  }
  .status {
    font-size: 0.65rem;
  }
  .about-panel {
    padding: 36px 26px;
  }
  .about-panel > p:not(.eyebrow) {
    font-size: 0.9rem;
  }
  .about-panel h2 {
    font-size: 1.9rem;
  }
  .about-mark {
    font-size: 12rem;
    top: auto;
    bottom: -40px;
    transform: none;
    opacity: 0.3;
  }
  .support-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 36px 0;
  }
  .support-strip h2 {
    font-size: 1.4rem;
  }
  .site-footer {
    flex-wrap: wrap;
    padding-top: 32px;
    gap: 16px;
  }
  .site-footer nav {
    gap: 18px;
  }
  .site-footer small {
    width: 100%;
    padding-top: 6px;
  }
  .back-link {
    margin-top: 20px;
  }
  .detail-hero {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    padding: 20px 0 44px;
    align-items: stretch;
  }
  .detail-art {
    width: 100%;
    max-height: 340px;
    aspect-ratio: 1.2;
    padding: 52px;
  }
  .detail-art .large-icon {
    width: min(220px, 100%);
    max-height: 236px;
  }
  .detail-copy h1 {
    font-size: clamp(2.65rem, 10vw, 3.75rem);
  }
  .detail-copy > .eyebrow {
    margin-top: 20px;
  }
  .tagline {
    font-size: 1.25rem;
  }
  .game-story {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 36px 0;
  }
  .related {
    padding: 40px 0;
  }
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .related-grid .card-art {
    height: 164px;
  }
  .directory-intro {
    padding: 40px 0 20px;
  }
  .directory-intro h1 {
    font-size: 2.65rem;
  }
  .directory-item {
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px 0;
    align-items: flex-start;
  }
  .directory-item > .game-icon {
    width: 64px;
    height: 64px;
  }
  .directory-item > div {
    flex: 1;
    min-width: 140px;
  }
  .directory-item .button {
    margin-left: 80px;
    font-size: 0.8rem;
  }
  .directory-item h2 {
    font-size: 1.25rem;
  }
  .directory-item p {
    font-size: 0.8rem;
  }
}
@media (max-width: 380px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .game-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
  .card-art,
  .related-grid .card-art {
    height: 204px;
  }
  .card-art .game-icon,
  .related-grid .game-icon {
    width: 136px;
    height: 136px;
  }
  .card-copy,
  .related-grid .card-copy {
    padding: 22px;
  }
  .card-copy h3,
  .related-grid h3 {
    font-size: 1.5rem;
  }
  .card-copy > p:not(.genre) {
    font-size: 0.85rem;
  }
  .site-footer nav {
    margin-left: 0;
    width: 100%;
  }
  .hero h1 {
    font-size: 2.9rem;
  }
  .spotlight-art {
    padding-inline: 16px;
  }
  .directory-item .button {
    margin-left: 0;
    width: 100%;
  }
  .detail-art {
    padding: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover,
  .spotlight:hover,
  .card-link:hover .game-icon {
    transform: none;
  }
}
.game-document { max-width: 780px; margin: 3rem auto 5rem; overflow-wrap: anywhere; }
.game-document h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
.game-document h2 { margin-top: 2rem; font-size: 1.35rem; }
.game-document p { font-size: 1rem; line-height: 1.8; white-space: pre-line; }
