@font-face {
  font-family:Manrope;
  src:url("./assets/manrope-variable.ttf") format("truetype");
  font-weight:200 800;
  font-style:normal;
  font-display:swap}

:root {
  color-scheme:dark;
  --bg:#141414;
  --fg:#f2f2ec;
  --muted:#a4a49e;
  --accent:#ff6336;
  --line:#373734;
  --font:Manrope,Arial,Helvetica,sans-serif}

* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:2rem}
body {
  margin:0;
  background:var(--bg);
  color:var(--fg);
  font-family:var(--font);
  font-size:16px;
  -webkit-font-smoothing:antialiased}
::selection {
  background:var(--accent);
  color:var(--bg)}
a {
  color:inherit;
  text-decoration:none}
a:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:7px}
a,button {
  -webkit-tap-highlight-color:transparent}
.wrap {
  width:min(100% - 112px,1328px);
  margin-inline:auto}
.skip-link {
  position:fixed;
  top:-100px;
  left:24px;
  background:var(--fg);
  color:var(--bg);
  padding:16px;
  z-index:20}
.skip-link:focus {
  top:16px}
.header {
  height:130px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line)}
.brand {
  display:flex;
  gap:13px;
  align-items:center}
.brand-name {
  font-size:24px;
  line-height:.84;
  letter-spacing:-1.1px;
  font-weight:900}
.brand-period {
  color:var(--accent)}
.header nav {
  display:flex;
  align-items:center;
  gap:40px;
  font-size:14px}
.header nav a {
  transition:color .18s}
.header nav a:hover {
  color:var(--accent)}
.nav-contact {
  border-bottom:1px solid var(--muted);
  padding-block:9px}
.nav-contact span {
  margin-left:24px;
  font-size:20px}
.hero {
  padding-top:91px;
  display:grid;
  grid-template-columns:1.22fr 1fr;
  column-gap:58px;
  align-items:center}
.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:1.65px;
  margin:0 0 31px}
.small-cross {
  font-size:24px;
  line-height:1;
  color:var(--accent)}
h1,h2,h3,p {
  margin-top:0}
h1 {
  font-size:clamp(60px,6.55vw,99px);
  letter-spacing:-.075em;
  line-height:1.015;
  font-weight:800;
  margin-bottom:30px}
h1 span {
  color:var(--accent)}
.hero-description {
  font-size:18px;
  line-height:1.65;
  color:var(--muted);
  margin-bottom:34px}
.button {
  display:inline-flex;
  gap:42px;
  align-items:center;
  background:var(--fg);
  color:var(--bg);
  padding:18px 24px;
  font-size:14px;
  font-weight:700;
  transition:background .2s,transform .2s}
.button:hover {
  background:var(--accent);
  transform:translateY(-2px)}
.button span {
  font-size:20px}
.hero-art {
  padding:17px 19px 0;
  position:relative}
.bear-poster {
  aspect-ratio:1/1.055;
  background:var(--accent);
  color:var(--bg);
  padding:24px 26px 21px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transform:rotate(-5deg);
  box-shadow:13px 15px 0 #21211f;
  transition:transform .4s ease}
.hero-art:hover .bear-poster {
  transform:rotate(-3deg)}
.poster-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  font-weight:700;
  letter-spacing:.8px}
.poster-top>span:last-child {
  font-size:26px;
  font-weight:400}
.poster-wordmark {
  font-size:clamp(40px,6vw,84px);
  font-weight:900;
  letter-spacing:-.075em;
  line-height:.85;
  text-align:center}
.poster-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:13px;
  font-weight:700;
  letter-spacing:.5px;
  line-height:1.15}
.poster-star {
  font-size:49px;
  line-height:1;
  font-weight:400}
.art-caption {
  display:block;
  text-align:right;
  margin-top:33px;
  font-size:12px;
  letter-spacing:1.1px;
  color:var(--muted)}
.hero-bottom {
  grid-column:1/-1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:78px;
  padding-block:26px 33px;
  font-size:12px;
  letter-spacing:1.3px;
  color:var(--muted)}
.hero-bottom a span {
  margin-left:20px;
  font-size:19px;
  color:var(--fg)}
.section {
  border-top:1px solid var(--line);
  padding-block:30px 91px}
.section-index {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  letter-spacing:1.3px;
  color:var(--muted);
  margin-bottom:61px}
.section-index>span:last-child:not(:first-child) {
  text-align:right}
.studio .section-index>span:last-child,.contact .section-index>span:last-child {
  font-size:27px;
  color:var(--accent)}
h2 {
  font-size:clamp(40px,4vw,59px);
  font-weight:700;
  line-height:1.05;
  letter-spacing:-.06em;
  margin-bottom:0}
.studio-content,.contact-row {
  display:grid;
  grid-template-columns:1.22fr 1fr;
  gap:58px}
.studio-copy {
  padding-top:5px;
  max-width:430px}
.studio-copy p {
  font-size:19px;
  line-height:1.6;
  margin-bottom:20px}
.studio-copy p+p {
  font-size:16px;
  color:var(--muted)}
.studio-signature {
  font-size:12px;
  letter-spacing:1.2px;
  color:var(--accent);
  display:block;
  margin-top:30px}
.games-heading {
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:flex-end;
  margin-bottom:45px}
.games-heading p {
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
  margin-bottom:4px}
.game-project {
  min-height:300px;
  background:#ced9b8;
  color:#172018;
  padding:32px 40px;
  position:relative;
  overflow:hidden}
.game-status {
  font-size:12px;
  letter-spacing:1.2px;
  border:1px solid #738063;
  border-radius:30px;
  padding:9px 12px;
  display:inline-block}
.game-project h3 {
  font-size:clamp(64px,9vw,130px);
  letter-spacing:-.065em;
  line-height:1.2;
  margin:27px 0 25px;
  font-weight:700}
.game-project h3 span {
  font-size:20px;
  vertical-align:top;
  display:inline-block;
  margin:19px 0 0 6px;
  font-weight:400}
.game-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid #a4b190;
  padding-top:20px}
.game-bottom p {
  font-size:14px;
  margin:0}
.game-bottom>span {
  font-size:12px;
  letter-spacing:1px}
.contact {
  padding-bottom:87px}
.contact-row {
  align-items:center}
.contact h2 {
  font-size:clamp(50px,5.2vw,76px)}
.contact-copy p {
  font-size:16px;
  line-height:1.6;
  color:var(--muted)}
.contact-copy .contact-pending {
  color:var(--fg);
  font-size:20px}
.company-details {
  margin-top:28px;
  color:var(--muted);
  font-size:14px;
  font-style:normal;
  line-height:1.8}
.company-details strong {
  color:var(--fg)}
.email-link {
  font-size:clamp(21px,2.3vw,34px);
  letter-spacing:-.04em;
  display:inline-block;
  padding-bottom:10px;
  border-bottom:1px solid var(--accent)}
.email-link:hover {
  color:var(--accent)}
.email-link span {
  margin-left:20px}
.footer {
  border-top:1px solid var(--line);
  padding-block:28px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px}
.footer-brand {
  font-weight:900;
  letter-spacing:-.06em;
  font-size:20px}
.footer-brand>span {
  color:var(--accent)}
.footer p {
  font-size:12px;
  color:var(--muted);
  margin:0}
.footer>a:last-child {
  font-size:12px;
  letter-spacing:1px;
  color:var(--muted)}
.footer>a:last-child span {
  margin-left:15px;
  color:var(--fg);
  font-size:18px}

@media(min-width:1600px) {
  .hero {
  padding-top:110px}
.hero-bottom {
  margin-top:100px}
}
@media(max-width:1050px) {
  .wrap {
  width:calc(100% - 64px)}
.header {
  height:110px}
.hero {
  column-gap:25px;
  padding-top:70px}
h1 {
  font-size:clamp(57px,7.4vw,80px)}
.hero-art {
  padding:15px 8px 0}
.bear-poster {
  padding:18px}
.art-caption {
  font-size:12px;
  letter-spacing:.5px}
.studio-content,.contact-row {
  grid-template-columns:1.1fr 1fr;
  gap:36px}
.hero-bottom {
  margin-top:58px}
}
@media(max-width:720px) {
  .wrap {
  width:calc(100% - 40px)}
.header {
  height:96px}
.brand-name {
  font-size:22px}
.header nav {
  gap:23px;
  font-size:13px}
.header nav>a:nth-child(2) {
  display:none}
.nav-contact span {
  margin-left:8px}
.hero {
  padding-top:55px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:0}
.eyebrow {
  font-size:12px;
  letter-spacing:1.4px;
  margin-bottom:24px}
h1 {
  font-size:clamp(52px,12.7vw,91px);
  letter-spacing:-.065em;
  margin-bottom:23px}
.hero-description {
  font-size:17px;
  margin-bottom:27px}
.button {
  padding:17px 22px}
.hero-art {
  width:min(90%,420px);
  align-self:center;
  margin-top:43px;
  padding-inline:14px}
.bear-poster {
  padding:21px;
  aspect-ratio:1/1.04}
.poster-wordmark {
  font-size:70px}
.art-caption {
  margin-top:29px;
  font-size:12px}
.hero-bottom {
  margin-top:26px;
  width:100%;
  padding-bottom:26px;
  font-size:12px;
  letter-spacing:.6px;
  gap:16px}
.hero-bottom a span {
  margin-left:5px}
.section {
  padding-block:24px 58px}
.section-index {
  font-size:12px;
  letter-spacing:.8px;
  margin-bottom:34px}
.studio-content,.contact-row {
  grid-template-columns:1fr;
  gap:28px}
h2 {
  font-size:44px}
.studio-copy {
  max-width:100%;
  padding-top:0}
.studio-copy p {
  font-size:18px}
.studio-copy p+p {
  font-size:16px}
.studio-signature {
  margin-top:23px}
.games-heading {
  flex-direction:column;
  align-items:flex-start;
  gap:22px;
  margin-bottom:27px}
.games-heading p {
  font-size:15px}
.games-heading h2 {
  font-size:40px}
.game-project {
  min-height:270px;
  padding:25px 24px}
.game-project h3 {
  font-size:clamp(48px,12vw,82px);
  margin:36px 0 33px}
.game-project h3 span {
  font-size:14px;
  margin-top:8px}
.game-bottom p {
  font-size:12px}
.game-bottom>span {
  font-size:12px;
  letter-spacing:.5px}
.contact h2 {
  font-size:53px}
.contact-copy p {
  font-size:16px}
.email-link {
  font-size:27px}
.footer {
  padding-block:24px;
  flex-wrap:wrap;
  row-gap:22px}
.footer-brand {
  font-size:18px}
.footer p {
  font-size:12px}
.footer>a:last-child {
  width:100%;
  font-size:12px}
}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*::before,*::after {
  transition:none!important;
  animation:none!important}
}


/* Brand assets and current games. */
.brand-symbol  {
   width:54px;
   height:54px;
   object-fit:contain;
   filter:invert(1);
   }

.poster-symbol  {
   display:block;
   width:100%;
   height:auto;
   min-height:0;
   flex:1;
   object-fit:contain;
   max-height:calc(100% - 90px);
   }

.bear-poster  {
   aspect-ratio:1/1.08;
   }

.game-grid  {
   display:grid;
   grid-template-columns:1.15fr 1fr;
   gap:28px;
   }

.game-card  {
   min-width:0;
   }

.game-image  {
   position:relative;
   overflow:hidden;
   background:#182227;
   aspect-ratio:1.5;
   }

.game-image>img  {
   display:block;
   width:100%;
   height:100%;
   object-fit:cover;
   transition:transform .45s ease;
   }

.safari-image  {
   background:#060f1a;
   }

.safari-image>img  {
   object-fit:contain;
   padding:32px;
   }

.game-card:hover .game-image>img  {
   transform:scale(1.025);
   }

.game-badge  {
   position:absolute;
   top:17px;
   left:17px;
   padding:9px 11px;
   background:#141414e8;
   color:var(--fg);
   font-size:12px;
   line-height:1.4;
   letter-spacing:.45px;
   }

.game-info  {
   padding:27px 0 0;
   }

.game-category  {
   color:var(--muted);
   font-size:12px;
   letter-spacing:1px;
   margin-bottom:12px;
   }

.game-info h3  {
   font-size:34px;
   letter-spacing:-1.2px;
   margin-bottom:14px;
   line-height:1.1;
   }

.game-info>p:not(.game-category)  {
   font-size:16px;
   line-height:1.65;
   color:var(--muted);
   max-width:480px;
   margin-bottom:19px;
   }

.release-note  {
   display:block;
   font-size:13px;
   line-height:1.6;
   color:var(--fg);
   }

.safari-card .release-note  {
   color:var(--accent);
   }

.not-found  {
   min-height:100svh;
   display:flex;
   align-items:center;
   padding-block:50px;
   }

.not-found .brand  {
   margin-bottom:70px;
   }

.not-found h1  {
   font-size:clamp(50px,7vw,96px);
   }

.email-link  {
   font-size:clamp(20px,2vw,30px);
   overflow-wrap:anywhere;
   }

.email-link span  {
   display:inline-block;
   margin-left:8px;
   }

@media(max-width:1050px)  {
   .brand-symbol  {
   width:48px;
   height:48px;
   }
 .hero-bottom  {
   letter-spacing:.6px;
   }
 .game-grid  {
   gap:24px;
   }
 }

@media(max-width:720px)  {
   .brand  {
   gap:8px;
   }
 .brand-symbol  {
   width:43px;
   height:43px;
   }
 .hero-bottom  {
   align-items:flex-start;
   font-size:12px;
   line-height:1.65;
   }
 .hero-bottom>span  {
   max-width:150px;
   }
 .hero-bottom>a  {
   text-align:right;
   max-width:160px;
   }
 .art-caption  {
   font-size:12px;
   line-height:1.7;
   }
 .game-grid  {
   grid-template-columns:1fr;
   gap:40px;
   }
 .game-image  {
   aspect-ratio:1.5;
   }
 .game-info h3  {
   font-size:32px;
   }
 .game-info  {
   padding-top:22px;
   }
 .games-heading p  {
   font-size:16px;
   }
 .game-badge  {
   font-size:12px;
   }
 .section-index>span:last-child  {
   max-width:45%;
   }
 .section-index>span:first-child  {
   max-width:85%;
   }
 .footer  {
   row-gap:18px;
   }
 .email-link  {
   font-size:clamp(20px,6vw,28px);
   }
 }

/* Legal documents share the site's typography, with a comfortable reading measure. */
.footer-legal {
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  font-size:12px;
  color:var(--muted)}
.footer-legal a:hover,.footer-legal a[aria-current="page"] {
  color:var(--fg)}
.legal-main {
  padding-block:76px 100px}
.legal-heading {
  max-width:940px;
  margin-bottom:66px}
.legal-heading h1 {
  font-size:clamp(46px,6vw,82px);
  line-height:1.06;
  letter-spacing:-.065em;
  margin-bottom:22px}
.legal-date {
  color:var(--muted);
  font-size:13px;
  margin-bottom:28px}
.legal-lead {
  max-width:710px;
  font-size:20px;
  line-height:1.65;
  color:var(--muted)}
.legal-layout {
  display:grid;
  grid-template-columns:220px minmax(0,760px);
  gap:76px;
  align-items:start}
.legal-index {
  position:sticky;
  top:32px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  border-top:1px solid var(--accent);
  padding-top:24px}
.legal-index p {
  color:var(--muted);
  font-size:11px;
  letter-spacing:1.3px;
  margin-bottom:8px}
.legal-index a {
  font-size:13px;
  line-height:1.6;
  color:var(--muted)}
.legal-index a:hover {
  color:var(--accent)}
.legal-content {
  min-width:0;
  font-size:16px;
  line-height:1.85;
  overflow-wrap:anywhere}
.legal-content section {
  border-top:1px solid var(--line);
  padding-top:26px;
  margin-bottom:42px;
  scroll-margin-top:30px}
.legal-content section:last-child {
  margin-bottom:0}
.legal-content h2 {
  font-size:26px;
  line-height:1.3;
  letter-spacing:-.035em;
  margin-bottom:20px}
.legal-content p,.legal-content li {
  color:#c3c3bc}
.legal-content p {
  margin-bottom:18px}
.legal-content strong {
  color:var(--fg);
  font-weight:700}
.legal-content a {
  color:var(--fg);
  text-decoration:underline;
  text-decoration-color:var(--accent);
  text-underline-offset:4px}
.legal-content a:hover {
  color:var(--accent)}
.legal-content ul {
  padding-left:24px;
  margin-block:0 22px}
.legal-content li {
  padding-left:4px;
  margin-bottom:12px}
.legal-content address {
  font-style:normal;
  border-left:2px solid var(--accent);
  padding-left:18px;
  margin-block:24px}
@media(max-width:1050px) {
  .legal-layout {
    grid-template-columns:190px minmax(0,1fr);
    gap:40px}
  .footer {
    flex-wrap:wrap}
}
@media(max-width:720px) {
  .legal-main {
    padding-block:48px 60px}
  .legal-heading {
    margin-bottom:35px}
  .legal-heading h1 {
    font-size:clamp(40px,10vw,68px)}
  .legal-lead {
    font-size:18px}
  .legal-layout {
    grid-template-columns:1fr;
    gap:38px}
  .legal-index {
    position:static;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px 20px}
  .legal-index p {
    grid-column:1/-1}
  .legal-content h2 {
    font-size:24px}
  .legal-page .header nav>a:nth-child(2) {
    display:inline}
  .legal-page .header nav>.nav-contact {
    display:none}
  .footer-legal {
    width:100%;
    gap:24px}
}
@media print {
  :root {
    color-scheme:light;
    --bg:#fff;
    --fg:#111;
    --muted:#444;
    --accent:#333;
    --line:#ccc}
  .legal-page .header,.legal-index,.legal-page .footer {
    display:none}
  .legal-main {
    width:100%;
    padding:0}
  .legal-layout {
    display:block}
  .legal-heading {
    margin-bottom:30px}
  .legal-content p,.legal-content li {
    color:#222}
  .legal-content h2 {
    break-after:avoid}
}

@media(max-width:370px)  {
   .header nav  {
   gap:16px;
   }
 .header nav>a:first-child  {
   display:none;
   }
 .game-badge  {
   left:12px;
   right:12px;
   text-align:center;
   }
 h1  {
   font-size:12.3vw;
   }
 h2,.games-heading h2  {
   font-size:36px;
   }
 .contact h2  {
   font-size:45px;
   }
 }
