
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400 800; font-display: swap; src: url("/fonts/manrope-latin-wght.woff2") format("woff2"); }
:root {
  color-scheme: dark;
  --background: #000;
  --text: #f6e7cc;
  --muted: #b8b6a7;
  --line: #34352c;
  --cherry: #d91424;
  --lime: #dcef26;
  font-family: "Manrope", Arial, sans-serif;
  font-synthesis: none;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  background: var(--background);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 32px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--lime); outline-offset: 6px; }
img { display: block; max-width: 100%; -webkit-user-drag: none; user-select: none; }
.brand, .footer-brand, .game-art { -webkit-user-drag: none; }
h1, h2, p { margin: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: var(--text); color: var(--background); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.header-inner, .site-main, .footer-inner { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.header-inner { min-height: 96px; display: flex; align-items: center; gap: 28px; }
.brand { flex: none; padding: 10px 0; }
.brand img, .footer-brand img { object-fit: contain; object-position: left center; }
.site-header nav { margin-left: auto; }
.site-header nav a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: .8125rem; font-weight: 600; color: var(--muted); }
.site-header nav a:hover { color: var(--text); }
.site-header nav span { color: var(--lime); }

.studio-hero { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: 16px; min-height: 600px; padding: 12px 0 54px; background: var(--background); }
.hero-copy { padding-bottom: 12px; }
.hero-copy h1 { font-size: clamp(3.5rem, 7.3vw, 6.5rem); line-height: 1.04; letter-spacing: -.055em; font-weight: 700; margin: 0 0 38px; }
.hero-art { justify-self: center; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.hero-link { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 56px; min-width: 220px; padding: 16px 28px; border: 1px solid #b8c923; border-radius: 999px; background: var(--lime); color: #303711; font-size: .8125rem; font-weight: 800; line-height: 1; letter-spacing: .055em; box-shadow: inset 0 1px 2px #aaba1b, inset 0 -1px 0 #f0ff62; transition: background .18s ease; }
.hero-label { text-shadow: 0 1px 0 #f3ff71, 0 -1px 0 #899817; }
.hero-arrow { display: block; flex: none; filter: drop-shadow(0 1px 0 #f3ff71); }
.hero-link:hover { background: #eafb48; }

.catalog-section { padding-top: 48px; border-top: 1px solid var(--line); }
.catalog-heading { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.catalog-heading h2 { font-size: clamp(2.25rem, 4.2vw, 3.5rem); line-height: 1.08; letter-spacing: -.055em; font-weight: 800; }
.section-cut { display: flex; gap: 6px; width: 72px; height: 12px; flex: none; }
.section-cut:before, .section-cut:after { content: ""; flex: 1; background: var(--cherry); transform: skewX(-20deg); }
.game-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 30px; }
.game-card { min-width: 0; }
.details-link { display: flex; align-items: center; justify-content: center; gap: 8px; width: fit-content; min-height: 44px; margin: 6px auto 0; padding: 10px 14px; color: #a0a0a0; font-size: .8125rem; font-weight: 400; }
.details-link:hover { color: var(--text); }
.game-art { display: grid; place-items: center; width: 100%; aspect-ratio: 68/91; }
.game-art img { width: 100%; height: 100%; object-fit: contain; border-radius: 4px; }
.art-placeholder { display: grid; place-items: center; width: 100%; height: 100%; padding: 24px; border: 1px solid var(--line); border-radius: 20px; color: var(--muted); font-size: 1.5rem; line-height: 1.2; font-weight: 700; text-align: center; overflow-wrap: anywhere; }
.game-action { display: flex; justify-content: center; margin-top: 22px; }
.play-link { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; min-width: 184px; max-width: 100%; padding: 12px 26px; border: 1px solid #ffeccf; border-radius: 999px; background: var(--text); color: #211b12; box-shadow: inset 0 -3px 0 #c3ad8d; font-size: .875rem; font-weight: 700; transition: background .18s ease, border-color .18s ease; }
.play-link span { color: #a9101d; font-size: 1.125rem; line-height: 1; }
.play-link:hover { background: var(--lime); border-color: var(--lime); box-shadow: inset 0 -3px 0 #9aa818; }
.coming-soon { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; color: var(--muted); font-size: .875rem; }
.empty-panel { padding: 48px 24px; color: var(--muted); text-align: center; }

.game-page { padding-top: 24px; }
.game-layout { display: grid; grid-template-columns: minmax(0, 380px) minmax(0, 1fr); align-items: start; gap: clamp(40px, 5vw, 80px); width: min(100%, 1120px); margin: 32px auto 0; }
.game-feature { width: 100%; }
.game-copy { min-width: 0; max-width: 65ch; overflow-wrap: anywhere; }
.game-copy h1 { font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.12; font-weight: 800; letter-spacing: -.045em; }
.game-intro { margin-top: 24px; color: var(--text); font-size: 1.0625rem; line-height: 1.75; }
.game-section { margin-top: 32px; }
.game-section h2 { margin-bottom: 12px; font-size: 1.25rem; line-height: 1.3; font-weight: 700; letter-spacing: -.02em; }
.game-section p { color: var(--muted); font-size: .9375rem; line-height: 1.8; }
.game-section p + p { margin-top: 16px; }
.game-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; margin: 28px 0 14px; padding: 24px 0; border-block: 1px solid var(--line); }
.game-facts div:first-child { grid-column: 1 / -1; }
.game-facts dt { color: var(--muted); font-size: .75rem; margin-bottom: 6px; }
.game-facts dd { margin: 0; font-weight: 700; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.35; }
.game-facts dd span { display: block; color: var(--muted); font-size: .75rem; font-weight: 400; margin-top: 3px; }
.facts-note { font-size: .75rem; line-height: 1.65; color: var(--muted); max-width: 60ch; }
.related-games { margin: 72px auto 0; padding-top: 36px; border-top: 1px solid var(--line); }
.related-games h2 { margin-bottom: 28px; font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: -.04em; }
.back-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: .8125rem; color: var(--muted); }
.back-link span { color: var(--lime); }
.back-link:hover { color: var(--text); }

.site-footer { margin-top: 88px; border-top: 1px solid var(--line); }
.footer-inner { min-height: 132px; display: flex; align-items: center; gap: 32px; }
.footer-brand { flex: none; }
.footer-inner p { display: flex; align-items: center; gap: 12px; max-width: 490px; font-size: .6875rem; color: var(--muted); }
.age-mark { display: grid; place-items: center; width: 32px; height: 32px; flex: none; border: 1px solid #777962; border-radius: 50%; font-size: .625rem; font-weight: 700; }
.footer-inner .back-link { margin-left: auto; white-space: nowrap; font-size: .75rem; }

@media (min-width: 1500px) {
  .studio-hero { padding-top: 20px; padding-bottom: 64px; }
}
@media (max-width: 1050px) {
  .header-inner, .site-main, .footer-inner { width: calc(100% - 64px); }
  .studio-hero { min-height: 0; padding-bottom: 48px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 28px; }
  .footer-inner { flex-wrap: wrap; gap: 16px 28px; padding-block: 32px; }
  .footer-inner p { flex: 1; }
  .footer-inner .back-link { margin-left: 0; }
}
@media (max-width: 760px) {
  .header-inner, .site-main, .footer-inner { width: calc(100% - 40px); }
  .header-inner { min-height: 82px; gap: 20px; }
  .brand img { width: 147px; height: 32px; }
  .studio-hero { grid-template-columns: minmax(0, 1fr); gap: 0; padding-top: 0; padding-bottom: 44px; }
  .hero-art { grid-row: 1; max-width: 500px; }
  .hero-copy { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px 28px; padding: 0; text-align: center; }
  .hero-copy h1 { margin: 0; font-size: 2.5rem; }
  .hero-copy h1 br { display: none; }
  .catalog-section { padding-top: 34px; }
  .catalog-heading { margin-bottom: 28px; }
  .section-cut { width: 48px; height: 9px; }
  .game-layout { grid-template-columns: minmax(0, 1fr); gap: 36px; max-width: 640px; }
  .game-feature { max-width: 380px; margin-inline: auto; }
  .site-footer { margin-top: 56px; }
  .footer-inner { display: block; }
  .footer-inner p { margin-top: 24px; max-width: 380px; }
  .footer-inner .back-link { margin-top: 20px; }
}
@media (max-width: 560px) {
  .header-inner { gap: 12px; }
  .site-header nav a { gap: 8px; font-size: .75rem; }
  .hero-copy { flex-direction: column; gap: 22px; }
  .hero-copy h1 { font-size: 2.125rem; letter-spacing: -.045em; }
  .game-grid { grid-template-columns: minmax(0, 1fr); max-width: 380px; margin-inline: auto; gap: 36px; }
  .game-action { margin-top: 18px; }
  .game-page { padding-top: 12px; }
  .game-layout { margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
@media (forced-colors: active) {
  .section-cut:before, .section-cut:after { background: CanvasText; }
  .play-link, .hero-link { border: 1px solid ButtonText; }
}
