:root {
  --paper: #fff9ed;
  --surface: #fffdf6;
  --ink: #34332c;
  --muted: #6d685d;
  --orange: #ad482b;
  --apricot: #f6c49d;
  --sage: #dce5ca;
  --line: #e3d8c6;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Avenir Next", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.7;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
img {
  max-width: 100%;
  display: block;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.25;
  letter-spacing: -0.045em;
}
p + p {
  margin-top: 1em;
}
.wrap {
  width: min(1160px, calc(100% - 64px));
  margin: auto;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--ink);
  color: white;
  padding: 12px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
.site-header {
  border-bottom: 1px solid var(--line);
}
.nav {
  width: min(1280px, calc(100% - 64px));
  min-height: 98px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 15px 15px 15px 5px;
  background: var(--apricot);
  font-size: 23px;
  font-weight: 850;
  letter-spacing: -3px;
  padding-right: 3px;
  transform: rotate(-5deg);
}
.brand-name {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.brand-name small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.19em;
  margin-top: 3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
}
.nav-links > a {
  text-decoration: none;
  padding: 8px 0;
}
.nav-links > a:hover,
.nav-links > a[aria-current="page"] {
  color: var(--orange);
}
.language {
  display: flex;
  gap: 12px;
  padding-left: 22px;
  border-left: 1px solid var(--line);
  font-size: 12px;
}
.language a {
  text-decoration: none;
  color: var(--muted);
}
.language a[aria-current="page"] {
  color: var(--ink);
  font-weight: 850;
}
section {
  padding: 78px 0;
}
.hero {
  padding: 76px 0 62px;
  overflow: hidden;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 38px;
  align-items: center;
}
.eyebrow,
.kicker {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
  vertical-align: 2px;
}
.hero h1 {
  font-size: clamp(42px, 4.7vw, 64px);
  line-height: 1.24;
  letter-spacing: -0.065em;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange);
  white-space: nowrap;
}
.hero-copy > p:not(.eyebrow) {
  margin-top: 25px;
  max-width: 440px;
  font-size: 16px;
  color: var(--muted);
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 14px 23px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid var(--ink);
  transition:
    transform 0.18s,
    background 0.18s;
}
.button:hover {
  background: var(--orange);
  border-color: var(--orange);
  transform: translateY(-2px);
}
.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: #c9beac;
}
.button.secondary:hover {
  background: var(--apricot);
}
.text-link {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding: 7px 0;
}
.muted {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--ink);
}
.hero-note {
  font-size: 11px !important;
  margin-top: 23px !important;
  letter-spacing: 0.04em;
}
.postcards {
  height: 438px;
  position: relative;
  isolation: isolate;
}
.postcard {
  position: absolute;
  display: block;
  width: 77%;
  padding: 10px 10px 13px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 9px;
  box-shadow: 0 14px 30px #57442815;
  text-decoration: none;
  transition: transform 0.22s;
}
.postcard img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 4px;
}
.postcard figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 7px 0;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
}
.postcard.one {
  top: 0;
  left: 0;
  transform: rotate(-7deg);
}
.postcard.two {
  bottom: 0;
  right: 0;
  transform: rotate(7deg);
  z-index: 2;
}
.postcard.two img {
  height: 182px;
  object-position: center 35%;
}
.postcard:hover {
  transform: rotate(0) translateY(-6px);
  z-index: 3;
}
.stamp {
  position: absolute;
  right: 0;
  top: 20px;
  width: 83px;
  height: 83px;
  background: var(--sage);
  border: 1px dashed #728061;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  transform: rotate(13deg);
  z-index: 4;
}
.stamp b {
  font-size: 25px;
  line-height: 1.1;
}
.spark {
  position: absolute;
  bottom: 20px;
  left: 8px;
  color: var(--orange);
  font-size: 62px;
  line-height: 1;
  transform: rotate(10deg);
}
.ribbon {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  background: #f9efde;
}
.ribbon .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.ribbon span:nth-child(2) {
  color: var(--orange);
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 32px;
}
.section-title {
  font-size: clamp(28px, 3.4vw, 40px);
  margin-bottom: 16px;
}
.section-top .section-title {
  margin: 0;
}
.section-top p {
  max-width: 390px;
  font-size: 14px;
  color: var(--muted);
}
.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.project-card {
  background: #f3e5d8;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}
.project-card.sage {
  background: #e8eddf;
}
.project-art {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 1.8;
  text-decoration: none;
}
.project-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.project-art:hover > img {
  transform: scale(1.045);
}
.art-label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: white;
  background: #181911dc;
  border: 1px solid #ffffff33;
  border-radius: 50px;
  padding: 4px 11px;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.project-body {
  padding: 28px 30px;
}
.project-body h3 {
  font-size: 28px;
  margin: 10px 0 15px;
}
.project-body > p {
  font-size: 14px;
  color: #60594f;
  min-height: 48px;
}
.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 11px;
  font-weight: 650;
}
.project-body .text-link {
  display: inline-block;
  margin-top: 20px;
}
.status {
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 10px;
}
.feature-band {
  background: var(--sage);
  border-top: 1px solid #c7d2b6;
  border-bottom: 1px solid #c7d2b6;
}
.feature-layout {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  align-items: center;
  gap: 56px;
}
.game-window {
  background: #363d34;
  border-radius: 18px;
  padding: 9px;
  box-shadow: 0 14px 0 #bdc7ae;
}
.window-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #eff1e7;
  padding: 2px 6px 10px;
  font-size: 10px;
}
.window-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9da68f;
}
.window-bar span {
  margin-left: 7px;
  letter-spacing: 0.07em;
}
.game-window img {
  border-radius: 9px;
  width: 100%;
  height: auto;
}
.caption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 20px;
}
.feature-copy h2 {
  font-size: 38px;
  margin-bottom: 17px;
}
.feature-copy > p {
  font-size: 15px;
  color: #56604e;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.tag {
  font-size: 11px;
  padding: 4px 10px;
  border: 1px solid #aab79b;
  border-radius: 30px;
}
.studio {
  display: grid;
  grid-template-columns: 150px 1fr 0.65fr;
  gap: 40px;
  align-items: center;
}
.studio-icon {
  width: 132px;
  height: 132px;
  border-radius: 40px 40px 40px 10px;
  background: var(--apricot);
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(-7deg);
  font-size: 47px;
  font-weight: 900;
  letter-spacing: -7px;
  padding-right: 7px;
  line-height: 1;
}
.studio-icon small {
  font-size: 10px;
  letter-spacing: 0.18em;
  margin-top: 14px;
}
.studio h2 {
  font-size: 31px;
  margin-bottom: 18px;
}
.studio p {
  font-size: 14px;
  color: var(--muted);
}
.studio-aside {
  padding: 24px;
  border-left: 1px solid var(--line);
  font-size: 14px;
}
.studio-aside a {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
}
.footer-inner {
  width: min(1160px, calc(100% - 64px));
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 11px;
  color: var(--muted);
}
.footer-inner a {
  text-decoration: none;
}
.footer-inner a:hover {
  text-decoration: underline;
}
.footer-motto {
  font-style: italic;
}
.page-head {
  padding: 70px 0 45px;
}
.page-head h1 {
  font-size: clamp(34px, 5vw, 58px);
  max-width: 950px;
  margin-bottom: 24px;
}
.page-head p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
}
.page-head + section {
  padding-top: 28px;
}
.wide-art {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.wide-art img {
  width: 100%;
  max-height: 490px;
  object-fit: cover;
}
.wide-art .art-label {
  top: auto;
  bottom: 18px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.lead {
  font-size: 18px;
  color: var(--muted);
}
.panel,
.card {
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 18px;
}
.panel h3,
.card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card p {
  font-size: 15px;
  color: var(--muted);
}
.game-card {
  padding: 0;
  overflow: hidden;
}
.game-card > div {
  padding: 25px;
}
.fact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.fact {
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 14px;
}
.fact strong,
.fact span {
  display: block;
}
.fact strong {
  font-size: 20px;
}
.fact span {
  font-size: 13px;
  color: var(--muted);
}
.shot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.shot-grid img {
  border: 1px solid var(--line);
  border-radius: 14px;
}
.prose {
  max-width: 840px;
  font-size: 16px;
}
.prose h2 {
  font-size: 25px;
  margin: 34px 0 18px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose p {
  color: var(--muted);
}
.prose p strong {
  color: var(--ink);
}
.note {
  border-left: 3px solid var(--orange);
  padding: 18px 22px;
  background: #f7eddb;
  font-size: 14px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 21px 0;
}
.faq summary {
  font-weight: 700;
  cursor: pointer;
}
.faq details p {
  margin-top: 16px;
}
.teaser-pair {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 20px;
  align-items: center;
}
.portrait {
  max-height: 255px;
  border-radius: 80px 80px 14px 14px;
}
.project-route {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}
.project-route h3 {
  font-size: 23px;
}
.project-route p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}
.full-image {
  width: 100%;
  height: auto;
  border-radius: 18px;
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .postcards {
    height: 465px;
  }
  .postcard img {
    height: 225px;
  }
  .postcard.two img {
    height: 205px;
  }
}
@media (max-width: 900px) {
  .nav-links {
    gap: 18px;
  }
  .hero-layout {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .postcards {
    height: 365px;
  }
  .postcard {
    width: 90%;
  }
  .postcard img {
    height: 164px;
  }
  .postcard.two img {
    height: 146px;
  }
  .stamp {
    width: 65px;
    height: 65px;
    right: -5px;
    top: -8px;
  }
  .stamp b {
    font-size: 20px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .studio {
    grid-template-columns: 115px 1fr;
  }
  .studio-icon {
    width: 105px;
    height: 105px;
  }
  .studio-aside {
    grid-column: 2;
    padding-left: 0;
    border: 0;
  }
  .feature-layout {
    gap: 30px;
  }
  .feature-copy h2 {
    font-size: 31px;
  }
}
@media (max-width: 640px) {
  .wrap,
  .footer-inner {
    width: calc(100% - 40px);
  }
  .nav {
    width: calc(100% - 40px);
    min-height: 108px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 0;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 11px 11px 11px 4px;
    font-size: 19px;
  }
  .brand-name {
    font-size: 15px;
  }
  .brand-name small {
    font-size: 8px;
  }
  .nav-links {
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
    gap: 15px;
  }
  .language {
    margin-left: auto;
    padding-left: 15px;
  }
  .hero {
    padding: 42px 0 40px;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .hero h1 {
    font-size: 43px;
    line-height: 1.26;
  }
  .eyebrow,
  .kicker {
    font-size: 10px;
    margin-bottom: 17px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 15px;
    margin-top: 22px;
    max-width: 330px;
  }
  .hero-note {
    font-size: 10px !important;
  }
  .postcards {
    height: 365px;
    margin: 0 10px;
  }
  .postcard {
    width: 77%;
  }
  .postcard img {
    height: 157px;
  }
  .postcard.two img {
    height: 148px;
  }
  .stamp {
    right: 3px;
    top: 4px;
  }
  .spark {
    font-size: 47px;
    bottom: 12px;
  }
  .ribbon {
    padding: 15px 0;
  }
  .ribbon .wrap {
    font-size: 10px;
    gap: 10px;
  }
  .ribbon span:last-child {
    display: none;
  }
  section {
    padding: 48px 0;
  }
  .section-top {
    display: block;
    margin-bottom: 25px;
  }
  .section-top > p {
    margin-top: 18px;
    font-size: 13px;
  }
  .section-title {
    font-size: 29px;
  }
  .project-grid,
  .feature-layout,
  .split,
  .shot-grid,
  .grid {
    grid-template-columns: 1fr;
  }
  .project-grid {
    gap: 24px;
  }
  .project-body {
    padding: 23px;
  }
  .project-body h3 {
    font-size: 26px;
  }
  .project-body > p {
    min-height: 0;
  }
  .project-art {
    aspect-ratio: 1.7;
  }
  .feature-layout {
    gap: 36px;
  }
  .feature-copy h2 {
    font-size: 31px;
  }
  .studio {
    grid-template-columns: 70px 1fr;
    gap: 24px;
    align-items: start;
  }
  .studio-icon {
    width: 67px;
    height: 76px;
    border-radius: 22px 22px 22px 6px;
    font-size: 29px;
    letter-spacing: -4px;
    padding-right: 4px;
  }
  .studio-icon small {
    font-size: 6px;
    margin-top: 10px;
  }
  .studio h2 {
    font-size: 26px;
  }
  .studio p {
    font-size: 13px;
  }
  .studio-aside {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    padding: 23px 0 0;
  }
  .footer-inner {
    flex-wrap: wrap;
    font-size: 10px;
    gap: 12px;
  }
  .footer-motto {
    display: none;
  }
  .page-head {
    padding: 43px 0 32px;
  }
  .page-head h1 {
    font-size: 36px;
  }
  .page-head p:not(.eyebrow) {
    font-size: 15px;
  }
  .wide-art img {
    min-height: 250px;
    object-fit: cover;
  }
  .teaser-pair {
    grid-template-columns: 1fr 100px;
    gap: 16px;
  }
  .project-route {
    display: block;
  }
  .project-route .text-link {
    display: inline-block;
    margin-top: 12px;
  }
  .prose {
    font-size: 15px;
  }
  .prose h2 {
    font-size: 23px;
  }
  .button {
    padding: 12px 17px;
    font-size: 13px;
  }
  .fact {
    padding: 17px;
  }
  .fact strong {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
.postcard.one figure {
  display: flex;
  flex-direction: column;
}
.postcard.one figcaption {
  order: -1;
  padding: 3px 7px 11px;
}
img {
  height: auto;
}
