@charset "UTF-8";
:root {
  --paper: #fff8eb;
  --ink: #183e35;
  --muted: #65746b;
  --gold: #f6b544;
  --line: #dddccd;
  --soft: #f1efe2;
  --white: #fffdf7;
  --radius: 26px;
  color-scheme: light;
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #b97919;
  outline-offset: 6px;
}
.wrap {
  max-width: 1248px;
  width: calc(100% - 96px);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  padding: 12px 20px;
  background: var(--gold);
  transform: translateY(-160%);
  z-index: 20;
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.brand > span {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 1px;
}
.brand small {
  display: block;
  font-size: 12px;
  letter-spacing: 5px;
  margin-top: 5px;
  font-weight: 500;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 550;
}
.site-header nav a {
  padding-block: 10px;
  white-space: nowrap;
}
.site-header nav a:hover {
  color: #9a6010;
}
.site-header .nav-download {
  border: 1px solid #bcc5b6;
  border-radius: 99px;
  padding: 12px 19px;
}
.nav-download span {
  margin-left: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 98px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.7;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 25px;
}
.sun-dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px #f6b54425;
}
.hero h1 {
  font-size: clamp(48px, 5.25vw, 72px);
  letter-spacing: -2.5px;
  font-weight: 800;
  line-height: 1.2;
}
.ink-highlight {
  position: relative;
  isolation: isolate;
  white-space: nowrap;
}
.ink-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 16px;
  background: var(--gold);
  opacity: 0.7;
  z-index: -1;
  transform: rotate(-1.2deg);
}
.hero-intro {
  font-size: 16px;
  line-height: 1.95;
  max-width: 490px;
  color: var(--muted);
  margin-top: 30px;
  margin-bottom: 31px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  border: 1px solid transparent;
  border-radius: 99px;
  padding: 17px 26px;
  font-weight: 650;
  font-size: 15px;
  min-height: 56px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-3px);
}
.button-gold {
  background: var(--gold);
}
.button-gold:hover {
  background: #ffc666;
}
.button span {
  font-size: 24px;
  line-height: 20px;
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 1px;
  margin-top: 20px;
}
.hero-art {
  position: relative;
  min-width: 0;
  background: var(--ink);
  aspect-ratio: 0.92;
  border-radius: 38px 38px 110px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 12px 13px 0 #eae7d7;
}
.hero-symbol {
  width: 65%;
  height: auto;
  margin-top: -25px;
  z-index: 2;
  animation: arrive 1s ease both;
}
.art-orbit {
  position: absolute;
  width: 126%;
  aspect-ratio: 1;
  border: 1px solid #ffffff18;
  border-radius: 50%;
  z-index: -1;
}
.orbit-one {
  top: -17%;
  left: 14%;
}
.orbit-two {
  bottom: -19%;
  left: -35%;
}
.art-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--paper);
  margin-top: 27px;
  gap: 10px;
}
.art-caption > span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 6px;
}
.art-caption strong {
  font-size: 33px;
  letter-spacing: 4px;
  font-weight: 550;
}
.art-spark {
  position: absolute;
  color: var(--gold);
  font-size: 29px;
}
.spark-one {
  top: 12%;
  left: 12%;
}
.spark-two {
  right: 12%;
  top: 47%;
  font-size: 22px;
}
.art-corner {
  position: absolute;
  bottom: 30px;
  left: 29px;
  color: #b5c0a8;
  font-size: 19px;
}
.games-section {
  padding: 74px 0 72px;
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 32px;
}
.section-heading .eyebrow {
  color: var(--muted);
  margin-bottom: 8px;
}
.section-heading h2 {
  font-size: 36px;
  letter-spacing: -0.7px;
  line-height: 1.5;
}
.section-heading > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 9px;
}
.featured-game {
  display: grid;
  grid-template-columns: 1.23fr 1fr;
  background: var(--white);
  border: 1px solid #d9dfcc;
  border-radius: var(--radius);
  overflow: hidden;
}
.game-visual {
  position: relative;
  min-width: 0;
  min-height: 440px;
  display: flex;
  align-items: center;
  background: #dce5bb;
  border-right: 1px solid #d9dfcc;
  overflow: hidden;
}
.game-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #e2e7c2;
}
.image-caption {
  position: absolute;
  bottom: 18px;
  left: 22px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #455b37;
  background: #fff8ebd9;
  padding: 7px 12px;
  border-radius: 99px;
}
.game-copy {
  padding: 35px 36px 35px;
  align-self: center;
}
.release-status {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #657463;
  font-size: 12px;
}
.release-status > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ce8d32;
}
.game-copy h3 {
  font-size: 37px;
  margin-top: 15px;
  letter-spacing: -1px;
}
.game-tagline {
  margin-top: 15px;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 500;
}
.game-description {
  margin-top: 19px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
}
.tags {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 26px;
}
.tags li {
  border: 1px solid #d9ddce;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  color: #64775e;
}
.text-link {
  display: inline-flex;
  min-height: 44px;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #697a61;
  padding-bottom: 7px;
}
.text-link span {
  font-size: 22px;
}
.text-link:hover {
  color: #a16a13;
}
.feature-lines {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.feature-lines > div {
  display: flex;
  gap: 18px;
}
.feature-number {
  font-size: 12px;
  color: #8f916e;
  line-height: 2.1;
}
.feature-lines h3 {
  font-size: 16px;
  line-height: 1.65;
}
.feature-lines p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
  margin-top: 6px;
}
.gallery-section {
  padding-top: 88px;
  padding-bottom: 88px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.gallery-grid figure {
  margin: 0;
  min-width: 0;
}
.screenshot-link {
  position: relative;
  display: block;
  padding: 16px;
  background: #e8e9dc;
  border: 1px solid #d7decd;
  border-radius: 24px;
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.screenshot-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px #183e3512;
}
.screenshot-link img {
  border-radius: 12px;
  border: 1px solid #dfddcf;
  aspect-ratio: 9/16;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.zoom-hint {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 20px;
  box-shadow: 0 3px 12px #0002;
}
.gallery-grid figcaption {
  margin-top: 20px;
}
.gallery-grid figcaption > span {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 2px;
}
.gallery-grid h3 {
  font-size: 17px;
  line-height: 1.7;
  margin-top: 7px;
  font-weight: 600;
}
.gallery-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 29px;
}
.about-section {
  background: var(--ink);
  color: var(--paper);
  padding: 80px 0 88px;
  position: relative;
  overflow: hidden;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.about-title .eyebrow {
  margin-top: 23px;
  color: #c7d1b9;
  font-size: 12px;
}
.about-title h2 {
  font-size: 44px;
  font-weight: 550;
  line-height: 1.45;
  letter-spacing: -1px;
  margin-top: 16px;
}
.about-copy {
  padding-top: 8px;
}
.about-lead {
  font-size: 21px;
  line-height: 1.8;
}
.about-lead strong {
  font-weight: 600;
}
.about-copy > p:not(.about-lead) {
  color: #cad5c2;
  font-size: 14px;
  line-height: 2.1;
  margin-top: 22px;
}
.about-signature {
  margin-top: 29px;
  padding-top: 21px;
  border-top: 1px solid #fff3;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-signature span {
  font-size: 20px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 32px;
  font-size: 11px;
  color: var(--muted);
}
.footer-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 550;
}
.site-footer > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 0;
}
.site-footer > a span {
  margin-left: 14px;
}
dialog {
  border: 1px solid #cdd5c2;
  border-radius: 20px;
  background: var(--paper);
  color: var(--ink);
  padding: 0;
  max-width: min(94vw, 900px);
  width: 900px;
  max-height: 94dvh;
  overflow: hidden;
  box-shadow: 0 30px 90px #0006;
}
dialog[open] {
  display: flex;
  flex-direction: column;
  height: 94dvh;
}
dialog::backdrop {
  background: #102b26dc;
  backdrop-filter: blur(8px);
}
.dialog-toolbar,
.dialog-bottom {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
}
.dialog-toolbar p {
  font-size: 14px;
  font-weight: 600;
}
.dialog-toolbar button,
.dialog-bottom button {
  border: 1px solid #cbd1c1;
  background: var(--white);
  color: var(--ink);
  border-radius: 99px;
  padding: 10px 16px;
  min-height: 44px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
}
.dialog-toolbar button:hover,
.dialog-bottom button:hover {
  background: #eee8d6;
}
.dialog-close span {
  font-size: 19px;
  margin-left: 10px;
}
.dialog-image-wrap {
  background: #e7e9dc;
  flex: 1;
  min-height: 0;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.dialog-image-wrap img {
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.dialog-bottom {
  font-size: 13px;
}
.modal-open {
  overflow: hidden;
}
@keyframes arrive {
  from {
    transform: rotate(-15deg) scale(0.94);
    opacity: 0;
  }
  to {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@media (min-width: 1500px) {
  .hero {
    gap: 100px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 40px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-art {
    aspect-ratio: 0.85;
  }
  .hero-intro {
    font-size: 15px;
  }
  .game-copy {
    padding: 30px;
  }
  .game-copy h3 {
    font-size: 32px;
  }
  .game-visual {
    min-height: 450px;
  }
  .feature-lines {
    gap: 18px;
  }
  .feature-lines > div {
    gap: 10px;
  }
  .gallery-grid {
    gap: 20px;
  }
  .about-grid {
    gap: 50px;
  }
  .about-title h2 {
    font-size: 39px;
  }
}
@media (max-width: 820px) {
  .site-header {
    height: 96px;
  }
  .site-header nav {
    gap: 20px;
  }
  .site-header .nav-download {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-block: 58px 72px;
  }
  .hero h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .hero .eyebrow {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .hero-intro {
    font-size: 14px;
  }
  .hero-art {
    aspect-ratio: 0.76;
    box-shadow: 8px 9px 0 #eae7d7;
    border-radius: 26px 26px 70px 26px;
  }
  .art-caption strong {
    font-size: 26px;
  }
  .art-caption > span {
    font-size: 12px;
    letter-spacing: 4px;
  }
  .desktop-break {
    display: none;
  }
  .featured-game {
    grid-template-columns: 1fr;
  }
  .game-visual {
    min-height: 0;
    aspect-ratio: 16/9;
    border-right: 0;
    border-bottom: 1px solid #d9dfcc;
  }
  .game-copy {
    padding: 30px;
    display: block;
  }
  .game-tagline br {
    display: none;
  }
  .feature-lines {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-lines > div {
    gap: 18px;
  }
  .feature-lines p {
    margin-top: 0;
  }
  .gallery-grid {
    gap: 15px;
  }
  .screenshot-link {
    padding: 8px;
    border-radius: 17px;
  }
  .gallery-grid h3 {
    font-size: 14px;
  }
  .gallery-section {
    padding-block: 66px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .about-grid {
    gap: 35px;
  }
  .about-title h2 {
    font-size: 33px;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .site-footer p {
    order: 3;
    width: 100%;
    padding-left: 42px;
    margin-top: -16px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 15px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 88px;
    gap: 12px;
  }
  .brand {
    gap: 8px;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .brand > span {
    font-size: 15px;
    letter-spacing: 0.4px;
  }
  .brand small {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 3px;
  }
  .site-header nav {
    gap: 16px;
    font-size: 12px;
  }
  .site-header nav a {
    padding-block: 16px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 43px;
    padding-bottom: 57px;
  }
  .hero .eyebrow {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .hero h1 {
    font-size: clamp(44px, 11.8vw, 64px);
    letter-spacing: -1.8px;
    line-height: 1.19;
  }
  .hero h1 br:nth-of-type(2) {
    display: none;
  }
  .hero-intro {
    font-size: 14px;
    margin-block: 24px;
    max-width: 390px;
  }
  .hero-note {
    margin-top: 16px;
  }
  .button {
    padding: 15px 23px;
    font-size: 14px;
    min-height: 52px;
  }
  .hero-art {
    aspect-ratio: 1.14;
    max-width: 460px;
    width: 100%;
    justify-self: center;
    border-radius: 25px 25px 68px 25px;
    box-shadow: 7px 8px 0 #eae7d7;
  }
  .hero-symbol {
    width: 45%;
    margin-top: -2px;
  }
  .art-caption {
    margin-top: 18px;
    gap: 7px;
  }
  .art-caption strong {
    font-size: 26px;
    letter-spacing: 3px;
  }
  .art-caption > span {
    font-size: 11px;
    letter-spacing: 4px;
  }
  .spark-one {
    left: 16%;
    top: 20%;
    font-size: 21px;
  }
  .spark-two {
    right: 16%;
    top: 37%;
    font-size: 18px;
  }
  .art-corner {
    left: 22px;
    bottom: 22px;
    font-size: 16px;
  }
  .games-section {
    padding-block: 47px;
  }
  .section-heading {
    display: block;
    margin-bottom: 23px;
  }
  .section-heading .eyebrow {
    font-size: 11px;
    letter-spacing: 1.3px;
    margin-bottom: 5px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .section-heading > p {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .featured-game {
    border-radius: 20px;
  }
  .game-copy {
    padding: 25px 22px 29px;
  }
  .game-copy h3 {
    font-size: 32px;
  }
  .game-tagline {
    font-size: 18px;
    margin-top: 12px;
  }
  .game-description {
    font-size: 13px;
  }
  .tags {
    margin-block: 18px 23px;
  }
  .image-caption {
    font-size: 9px;
    left: 12px;
    bottom: 11px;
    padding: 5px 9px;
  }
  .feature-lines {
    margin-top: 29px;
    gap: 21px;
  }
  .feature-lines h3 {
    font-size: 15px;
  }
  .feature-lines p {
    font-size: 12px;
  }
  .gallery-section {
    padding-block: 48px;
  }
  .gallery-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding: 0 0 16px;
    scrollbar-color: #a8b29b transparent;
    scrollbar-width: thin;
  }
  .gallery-grid figure {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  .screenshot-link {
    padding: 12px;
    border-radius: 20px;
  }
  .gallery-grid figcaption {
    margin-top: 15px;
  }
  .gallery-grid h3 {
    font-size: 14px;
  }
  .gallery-grid figcaption > span {
    font-size: 10px;
  }
  .gallery-note {
    font-size: 10px;
    margin-top: 10px;
  }
  .about-section {
    padding-block: 47px 49px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-title {
    position: relative;
    padding-right: 65px;
  }
  .about-title > img {
    position: absolute;
    right: 0;
    top: 9px;
    width: 48px;
    height: 48px;
  }
  .about-title .eyebrow {
    margin-top: 0;
  }
  .about-title h2 {
    font-size: 33px;
    margin-top: 12px;
  }
  .about-copy {
    padding-top: 0;
  }
  .about-lead {
    font-size: 18px;
  }
  .about-copy > p:not(.about-lead) {
    font-size: 13px;
    margin-top: 17px;
  }
  .about-signature {
    font-size: 12px;
    margin-top: 22px;
    padding-top: 19px;
  }
  .site-footer {
    gap: 20px;
    padding-block: 25px;
  }
  .footer-identity {
    font-size: 11px;
  }
  .footer-identity img {
    width: 26px;
    height: 26px;
  }
  .site-footer p {
    font-size: 10px;
    padding-left: 36px;
  }
  .site-footer > a {
    font-size: 10px;
  }
  .site-footer > a span {
    margin-left: 6px;
  }
  .dialog-toolbar,
  .dialog-bottom {
    padding: 10px 12px;
    gap: 10px;
  }
  .dialog-toolbar p {
    font-size: 12px;
    line-height: 1.6;
  }
  .dialog-toolbar button,
  .dialog-bottom button {
    padding: 8px 12px;
    font-size: 12px;
  }
  .dialog-close span {
    margin-left: 4px;
  }
  .dialog-image-wrap {
    padding: 8px;
  }
}
@media (max-width: 370px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .site-header nav {
    gap: 10px;
    font-size: 11px;
  }
  .brand > span {
    font-size: 14px;
  }
  .brand img {
    width: 28px;
    height: 28px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero h1 br:nth-of-type(2) {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
