:root {
  --navy:#132B46;
  --sky:#68BDE1;
  --pale:#F1F8FC;
  --gold:#F2B544;
  --deep:#081922;
  --muted:#475D70;
  --game-muted:#B8C9D3;
  --line:#CBDDE7;
  --max:1280px;
  color-scheme:light;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--navy);
  background:var(--pale);
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:24px;
}

body {
  margin:0;
}

img {
  display:block;
  max-width:100%;
  height:auto;
}

a {
  color:inherit;
  text-decoration:none;
}

button {
  font:inherit;
}

h1,h2,h3,p,figure {
  margin:0;
}

p {
  line-height:1.65;
}

h1,h2,h3 {
  font-weight:750;
  letter-spacing:-.045em;
}

h2 {
  font-size:clamp(2.3rem,4.1vw,4rem);
  line-height:1.08;
}

p+p {
  margin-top:20px;
}

section[id] {
  scroll-margin-top:24px;
}

:focus-visible {
  outline:3px solid currentColor;
  outline-offset:6px;
  border-radius:2px;
}

.skip-link {
  position:fixed;
  left:20px;
  top:-100px;
  background:var(--navy);
  color:var(--pale);
  padding:14px 22px;
  z-index:20;
}

.skip-link:focus {
  top:20px;
}

.site-header {
  max-width:var(--max);
  padding:12px 48px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:112px;
}

.brand {
  width:86px;
  flex:none;
}

.site-header nav {
  display:flex;
  align-items:center;
  gap:42px;
  font-size:14px;
  font-weight:700;
}

.site-header nav a {
  padding:12px 0;
  border-bottom:2px solid transparent;
}

.site-header nav a:hover {
  border-color:var(--navy);
}

.site-header nav a:last-child {
  background:var(--navy);
  color:var(--pale);
  padding:13px 20px;
  border-radius:5px;
}

.menu-toggle {
  border:1px solid var(--navy);
  background:transparent;
  color:var(--navy);
  border-radius:4px;
  padding:12px 15px;
  font-weight:700;
}

.menu-toggle span {
  margin-left:12px;
}

.studio-hero {
  max-width:var(--max);
  margin:auto;
  position:relative;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:30px;
  padding:62px 48px 0;
  min-height:660px;
}

.eyebrow {
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:700;
  line-height:1.5;
}

.little-dash {
  display:inline-block;
  height:3px;
  width:28px;
  vertical-align:middle;
  background:var(--navy);
  margin-right:12px;
}

.hero-copy {
  padding-top:12px;
}

.hero-copy h1 {
  font-size:clamp(3.8rem,6.6vw,6.5rem);
  line-height:1.02;
  margin:27px 0 27px;
}

.hero-intro {
  font-size:18px;
  max-width:380px;
  margin-bottom:32px;
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  min-height:52px;
  padding:16px 23px;
  border-radius:5px;
  font-size:14px;
  font-weight:700;
  line-height:1.3;
  transition:transform .18s,box-shadow .18s;
}

.button:hover {
  transform:translateY(-3px);
  box-shadow:0 5px 0 rgba(19,43,70,.15);
}

.button.navy {
  background:var(--navy);
  color:var(--pale);
}

.button.gold {
  background:var(--gold);
  color:var(--navy);
}

.hero-brand {
  position:relative;
  align-self:start;
  max-width:510px;
  margin:-10px 0 0;
}

.hero-brand>img {
  width:100%;
}

.hello-note {
  position:absolute;
  top:-12px;
  right:10px;
  background:var(--gold);
  font-size:13px;
  font-weight:700;
  padding:12px 16px;
  transform:rotate(6deg);
  z-index:1;
  border-radius:4px;
}

.hero-bottom {
  grid-column:1/-1;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:25px 0;
  margin-top:23px;
  font-size:12px;
}

.hero-bottom>a {
  font-weight:700;
}

.featured-game {
  background:var(--deep);
  color:var(--pale);
  padding:62px max(48px,calc((100vw - 1184px)/2)) 80px;
}

.section-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:44px;
}

.status {
  font-size:11px;
  font-weight:700;
  padding:9px 13px;
  border:1px solid #607784;
  border-radius:30px;
  line-height:1.5;
  white-space:nowrap;
}

.featured-layout {
  display:grid;
  grid-template-columns:.85fr 1.4fr;
  gap:60px;
  align-items:center;
}

.game-title {
  font-size:clamp(3.8rem,6.2vw,6rem);
  line-height:.94;
  letter-spacing:.015em;
  font-weight:800;
}

.title-period {
  color:var(--gold);
}

.game-subtitle {
  font-size:23px;
  line-height:1.25;
  margin:25px 0 20px;
  letter-spacing:-.025em;
}

.featured-copy>p:not(.game-subtitle) {
  color:var(--game-muted);
  font-size:15px;
  max-width:355px;
  margin-bottom:28px;
}

.featured-image {
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.featured-image img {
  width:100%;
  aspect-ratio:1.25;
  object-fit:cover;
  object-position:center;
  border-radius:3px;
}

.featured-image a {
  display:block;
}

.featured-image figcaption {
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:10px;
  line-height:1.5;
  margin-top:15px;
  color:var(--game-muted);
}

.featured-image figcaption span {
  letter-spacing:.18em;
  color:var(--pale);
}

.studio-section {
  max-width:var(--max);
  margin:auto;
  padding:85px 48px 94px;
}

.studio-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  margin-top:37px;
}

.studio-layout>div {
  max-width:460px;
}

.studio-layout p {
  font-size:16px;
  color:var(--muted);
}

.studio-layout .large-copy {
  font-size:23px;
  line-height:1.4;
  color:var(--navy);
  letter-spacing:-.02em;
}

.follow-section {
  background:var(--sky);
  padding:70px max(48px,calc((100vw - 1184px)/2));
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:80px;
}

.follow-section h2 {
  margin:26px 0 22px;
}

.follow-section p:not(.eyebrow) {
  font-size:15px;
  max-width:390px;
}

.social-links {
  align-self:center;
}

.social-links a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:27px 0;
  border-top:1px solid var(--navy);
  font-size:29px;
  font-weight:700;
  letter-spacing:-.03em;
}

.social-links a:last-child {
  border-bottom:1px solid var(--navy);
}

.social-links small {
  display:block;
  font-size:11px;
  font-weight:400;
  letter-spacing:.025em;
  margin-bottom:7px;
}

.social-links a:hover>span:last-child {
  transform:translate(4px,-4px);
}

.site-footer {
  max-width:var(--max);
  margin:auto;
  padding:29px 48px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:10px;
  color:var(--muted);
}

.site-footer a {
  font-weight:700;
}

@media(min-width:1600px) {
  .studio-hero {
    min-height:690px;
  }
}

@media(max-width:1000px) {
  .studio-hero {
    padding-top:45px;
    min-height:580px;
    gap:18px;
  }
  .hero-copy h1 {
    font-size:clamp(3.6rem,7.8vw,5.4rem);
  }
  .hero-brand {
    margin-top:25px;
  }
  .hero-intro {
    font-size:16px;
  }
  .hello-note {
    right:0;
    top:-20px;
  }
  .featured-layout {
    gap:35px;
    grid-template-columns:1fr 1.25fr;
  }
  .featured-image img {
    aspect-ratio:1;
  }
  .game-title {
    font-size:4.3rem;
  }
  .studio-layout {
    gap:40px;
  }
  .follow-section {
    gap:45px;
  }
  .site-footer>span:nth-child(2) {
    display:none;
  }
}

@media(max-width:700px) {
  .site-header {
    min-height:94px;
    padding:10px 24px;
    position:relative;
    flex-wrap:wrap;
  }
  .brand {
    width:72px;
  }
  .menu-toggle:not([hidden]) {
    display:block;
  }
  .site-header nav {
    width:100%;
    justify-content:space-between;
    gap:18px;
    font-size:12px;
    padding:12px 0 10px;
  }
  .js-ready .site-header nav {
    display:none;
  }
  .js-ready .site-header nav.is-open {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:12px 0;
  }
  .site-header nav a {
    padding:15px 5px;
  }
  .site-header nav a:last-child {
    margin-top:8px;
    text-align:center;
  }
  .studio-hero {
    display:flex;
    flex-direction:column;
    padding:33px 24px 0;
    gap:0;
    min-height:0;
  }
  .hero-copy {
    padding:0;
  }
  .hero-copy h1 {
    font-size:clamp(3.5rem,12vw,5.2rem);
    margin:23px 0;
  }
  .hero-intro {
    max-width:440px;
    margin-bottom:25px;
  }
  .hero-brand {
    width:min(80%,350px);
    margin:48px auto 15px;
  }
  .hello-note {
    top:-16px;
    right:-18px;
    font-size:12px;
    padding:10px 13px;
  }
  .hero-bottom {
    gap:20px;
    margin-top:12px;
    padding:22px 0;
    font-size:10px;
  }
  .hero-bottom>span {
    max-width:130px;
  }
  .featured-game {
    padding:42px 24px 50px;
  }
  .section-heading {
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
    margin-bottom:30px;
  }
  .featured-layout {
    grid-template-columns:1fr;
    gap:36px;
  }
  .game-title {
    font-size:4.4rem;
  }
  .featured-copy>p:not(.game-subtitle) {
    max-width:470px;
  }
  .featured-image img {
    aspect-ratio:1.35;
  }
  .featured-image figcaption {
    flex-wrap:wrap;
    font-size:10px;
  }
  .studio-section {
    padding:54px 24px;
  }
  .studio-layout {
    grid-template-columns:1fr;
    gap:27px;
    margin-top:25px;
  }
  .studio-layout .large-copy {
    font-size:21px;
  }
  .studio-layout p {
    font-size:15px;
  }
  .follow-section {
    padding:45px 24px 50px;
    grid-template-columns:1fr;
    gap:30px;
  }
  .follow-section h2 {
    margin-top:22px;
  }
  .social-links a {
    font-size:26px;
    padding:23px 0;
  }
  .site-footer {
    padding:25px 24px;
    flex-wrap:wrap;
    gap:15px;
  }
  .eyebrow {
    font-size:10px;
  }
}

.menu-toggle {
  display:none;
}

:focus-visible {
  outline-color:var(--navy);
}

.featured-game :focus-visible,.game-page :focus-visible {
  outline-color:var(--gold);
}

.game-page .site-header :focus-visible {
  outline-color:var(--navy);
}

.skip-link:focus-visible {
  outline-color:var(--gold);
}

.featured-layout>* {
  min-width:0;
}

.site-footer {
  font-size:12px;
}

.featured-image figcaption,.media-section figcaption,.capture-pair figcaption {
  font-size:12px;
  flex-wrap:wrap;
}

.not-found-title {
  font-size:3rem;
  margin:24px 0;
}

.game-page {
  background:var(--deep);
  color:var(--pale);
  color-scheme:dark;
}

.game-page .site-header {
  background:var(--pale);
  color:var(--navy);
  max-width:none;
  padding-left:max(48px,calc((100vw - 1184px)/2));
  padding-right:max(48px,calc((100vw - 1184px)/2));
  color-scheme:light;
}

.game-hero {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:720px;
}

.game-hero-art {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:55% center;
  z-index:-2;
}

.game-hero::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(8,25,34,.93) 0%,rgba(8,25,34,.88) 37%,rgba(8,25,34,.18) 85%),linear-gradient(0deg,var(--deep),transparent 24%);
}

.game-hero-inner {
  max-width:var(--max);
  margin:auto;
  padding:70px 48px 32px;
}

.game-hero .game-title {
  font-size:clamp(5rem,8.3vw,8rem);
  margin:33px 0 30px;
}

.game-hero-line {
  font-size:23px;
  letter-spacing:-.02em;
  margin-bottom:20px;
}

.game-hero-pitch {
  max-width:485px;
  font-size:16px;
  color:var(--game-muted);
  margin-bottom:29px;
}

.game-hero-footer {
  margin-top:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.game-hero-footer>span:last-child {
  font-size:10px;
  color:var(--game-muted);
}

.experience-section,.media-section,.development-section {
  max-width:var(--max);
  margin:auto;
  padding:80px 48px;
}

.experience-intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:90px;
  align-items:center;
}

.experience-intro .eyebrow {
  grid-column:1/-1;
  margin-bottom:29px;
}

.experience-intro>p:last-child {
  font-size:17px;
  color:var(--game-muted);
  max-width:440px;
  margin:0;
}

.themes {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:45px;
  margin-top:60px;
  border-top:1px solid #415663;
  padding-top:35px;
}

.theme-number {
  font-size:12px;
  color:var(--sky);
}

.themes h3 {
  font-size:25px;
  margin:22px 0 15px;
  line-height:1.2;
  letter-spacing:-.03em;
}

.themes p {
  font-size:15px;
  color:var(--game-muted);
}

.media-section {
  padding-top:35px;
}

.media-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:35px;
  margin-bottom:35px;
}

.media-heading h2 {
  font-size:35px;
  margin-top:23px;
}

.media-heading>p {
  font-size:11px;
  color:var(--game-muted);
  max-width:350px;
}

.wide-capture img {
  width:100%;
  border-radius:3px;
}

.media-section figcaption {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:13px;
  font-size:10px;
  line-height:1.6;
  color:var(--game-muted);
}

.media-section figcaption>span {
  color:var(--pale);
}

.capture-pair {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:38px;
}

.capture-pair img {
  width:100%;
  border-radius:3px;
}

.capture-pair figcaption {
  font-size:9px;
}

.development-section {
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:100px;
  border-top:1px solid #415663;
}

.development-section h2 {
  margin:29px 0;
}

.development-section>div>p:not(.eyebrow) {
  font-size:16px;
  max-width:510px;
  color:var(--game-muted);
}

.development-links {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:27px;
  margin-top:28px;
}

.text-link {
  font-size:13px;
  font-weight:700;
  padding:12px 0;
  border-bottom:1px solid var(--game-muted);
}

.simulation-note {
  align-self:center;
  border-left:2px solid var(--sky);
  padding:8px 0 8px 27px;
}

.simulation-note h3 {
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.025em;
  margin:20px 0 16px;
}

.simulation-note p:not(.eyebrow) {
  font-size:13px;
  color:var(--game-muted);
}

.return-studio {
  background:var(--sky);
  color:var(--navy);
  padding:40px max(48px,calc((100vw - 1184px)/2));
}

.return-studio>a {
  display:inline-block;
  font-size:25px;
  font-weight:700;
  letter-spacing:-.03em;
  line-height:1.4;
}

.return-studio small {
  display:block;
  font-size:11px;
  font-weight:400;
  letter-spacing:0;
  margin-top:5px;
}

.game-page .site-footer {
  color:var(--game-muted);
}

@media(max-width:1000px) {
  .game-hero-inner {
    padding-top:55px;
  }
  .experience-intro {
    column-gap:45px;
  }
  .themes {
    gap:25px;
  }
  .media-heading {
    align-items:start;
    flex-direction:column;
    gap:20px;
  }
  .capture-pair figcaption {
    flex-wrap:wrap;
    gap:0;
  }
  .development-section {
    gap:45px;
  }
  .development-links {
    gap:20px;
  }
}

@media(max-width:700px) {
  .menu-toggle:not([hidden]) {
    display:block;
  }
  .game-page .site-header {
    padding:10px 24px;
  }
  .game-hero {
    min-height:0;
  }
  .game-hero::before {
    background:rgba(8,25,34,.85);
  }
  .game-hero-inner {
    padding:44px 24px 28px;
  }
  .game-hero .game-title {
    font-size:clamp(4rem,16vw,6rem);
    margin:27px 0;
  }
  .game-hero-line {
    font-size:21px;
    max-width:320px;
    line-height:1.3;
  }
  .game-hero-pitch {
    font-size:15px;
  }
  .game-hero-footer {
    margin-top:45px;
    align-items:start;
    flex-direction:column;
    gap:20px;
  }
  .experience-section,.media-section,.development-section {
    padding:52px 24px;
  }
  .experience-intro {
    grid-template-columns:1fr;
    gap:26px;
  }
  .experience-intro .eyebrow {
    margin:0;
  }
  .experience-intro>p:last-child {
    font-size:15px;
  }
  .themes {
    grid-template-columns:1fr;
    gap:0;
    margin-top:36px;
    padding-top:0;
  }
  .themes article {
    padding:27px 0;
    border-bottom:1px solid #415663;
  }
  .themes h3 {
    font-size:25px;
    margin:15px 0 13px;
  }
  .media-section {
    padding-top:10px;
  }
  .media-heading h2 {
    font-size:29px;
  }
  .wide-capture img {
    aspect-ratio:1.35;
    object-fit:cover;
  }
  .media-section figcaption {
    flex-wrap:wrap;
    gap:1px;
  }
  .capture-pair {
    grid-template-columns:1fr;
    gap:30px;
    margin-top:32px;
  }
  .capture-pair figcaption {
    font-size:10px;
  }
  .development-section {
    grid-template-columns:1fr;
    gap:38px;
  }
  .development-section>div>p:not(.eyebrow) {
    font-size:15px;
  }
  .simulation-note {
    padding-left:23px;
  }
  .return-studio {
    padding:33px 24px;
  }
  .return-studio>a {
    font-size:23px;
  }
}

@media(max-width:700px) {
  .featured-game .game-title {
    font-size:clamp(3rem,15.5vw,4.4rem);
  }
  .game-hero .game-title {
    font-size:clamp(3rem,15.5vw,6rem);
  }
  .featured-image figcaption,.media-section figcaption,.capture-pair figcaption {
    font-size:12px;
  }
  .hero-bottom {
    font-size:11px;
  }
  .eyebrow {
    font-size:11px;
  }
  .status {
    font-size:12px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
  }
  .button:hover,.social-links a:hover>span:last-child {
    transform:none;
  }
}
