/* StarlineArcade — a small, colourful corner of the internet. */
:root {
  --night: #111c38;
  --ink: #192544;
  --muted: #53617c;
  --blue: #364ee8;
  --blue-hover: #273bcc;
  --lilac: #c4b7ff;
  --mint: #b6f4d6;
  --sky: #edf2ff;
  --line: #ced7ec;
  --display: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 26px; }
body { margin: 0; background: var(--sky); color: var(--ink); font-family: 'Segoe UI', Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { background: var(--lilac); color: var(--night); }
a { color: inherit; text-underline-offset: 5px; }
a:hover { color: var(--blue); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button, a, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 3px solid #ef6299; outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
p { color: var(--muted); }
p + p { margin-top: 1em; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -.055em; line-height: 1.07; }
h1 { font-size: clamp(60px, 7vw, 100px); }
h2 { font-size: clamp(36px, 4.2vw, 57px); }
h3 { font-size: 27px; letter-spacing: -.04em; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.eyebrow { font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.red, .soft-emphasis { color: var(--blue); }
.serif-word { color: var(--blue); font-style: normal; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 15px 24px; border: 0; border-radius: 100px; background: var(--blue); color: white; font-size: 14px; font-weight: 650; line-height: 1.5; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { background: var(--blue-hover); color: white; transform: translateY(-3px); }
.button-dark { background: var(--night); }
.button-dark:hover { background: #243961; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 20; padding: 12px 24px; background: var(--mint); color: var(--night); border-radius: 40px; }
.skip-link:focus { top: 15px; }

/* Shared navigation */
.site-header { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 112px; z-index: 2; }
.wordmark { display: inline-flex; align-items: center; color: var(--ink); font-size: 24px; font-weight: 800; letter-spacing: -1.2px; line-height: 1; text-decoration: none; white-space: nowrap; }
.wordmark > span { font-weight: 400; }
.wordmark img { width: 38px; height: 38px; margin-right: 11px; transform: rotate(-7deg); }
.brand-icon { display: inline-block; flex: 0 0 45px; width: 45px; height: 45px; margin-right: 10px; background: linear-gradient(135deg, #2847b8, #7051be); -webkit-mask: url('/assets/brand/logo-01.svg') center / contain no-repeat; mask: url('/assets/brand/logo-01.svg') center / contain no-repeat; }
.home-page .site-header .brand-icon, .site-footer .brand-icon { background: linear-gradient(135deg, #cbffe8, #b6f4d6 45%, #b9acff); }
.site-header nav { display: flex; align-items: center; gap: 5px; padding: 6px; border-radius: 40px; background: #dfe6fa; }
.site-header nav a { padding: 9px 19px; font-size: 12px; font-weight: 650; text-decoration: none; border-radius: 30px; }
.site-header nav a:hover { background: white; color: var(--ink); }
.site-header nav a:last-child { background: var(--ink); color: white; }
.home-page { background: var(--night); }
.home-page .site-header .wordmark { color: white; }
.home-page .site-header nav { background: #202e4c; }
.home-page .site-header nav a { color: #edf2ff; }
.home-page .site-header nav a:hover { color: var(--night); background: var(--lilac); }
.home-page .site-header nav a:last-child { color: var(--night); background: var(--mint); }
.home-page main { background: var(--sky); }

/* An orbital opening, with small windows into the games. */
.arcade-hero { position: relative; overflow: hidden; background: var(--night); color: white; padding: 40px 0 77px; }
.hero-layout { display: grid; grid-template-columns: 1.06fr 1fr; align-items: center; gap: 15px; min-height: 500px; }
.hero-copy { position: relative; z-index: 1; padding: 10px 0 25px; }
.hero-copy .eyebrow { color: #b8c4e1; display: flex; align-items: center; gap: 9px; font-size: 10px; letter-spacing: .09em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); flex-shrink: 0; }
.hero-copy h1 { font-size: clamp(64px, 6.7vw, 94px); margin-top: 27px; letter-spacing: -.065em; line-height: 1.01; }
.hero-copy h1 > span { color: var(--lilac); }
.hero-description { max-width: 440px; margin-top: 27px; font-size: 16px; color: #c5cfe3; line-height: 1.85; }
.hero-copy .actions { margin-top: 32px; gap: 25px; }
.hero-copy .button { background: var(--mint); color: var(--night); font-size: 12px; padding: 16px 22px; }
.hero-copy .button:hover { background: #d6ffe9; }
.hero-about-link { color: #e9edff; font-size: 12px; text-decoration: none; }
.hero-about-link span { margin-left: 8px; }
.hero-discord-link { display: inline-flex; align-items: center; gap: 14px; padding: 12px 18px; border: 1px solid #8379b9; border-radius: 30px; color: #e0d8ff; font-size: 14px; font-weight: 650; text-decoration: none; transition: background .2s, color .2s; }
.hero-discord-link:hover { background: var(--lilac); color: var(--night); }
.arcade-universe { position: relative; width: 100%; aspect-ratio: 1; isolation: isolate; }
.planet-disc { position: absolute; inset: 9%; border-radius: 50%; background: #293f87; overflow: hidden; transform: rotate(-15deg); }
.planet-disc::before { content: ''; position: absolute; width: 90%; height: 55%; background: #3554aa; left: 10%; top: 35%; border-radius: 50% 40% 0 60%; transform: rotate(-25deg); }
.planet-disc::after { content: ''; position: absolute; width: 75%; height: 35%; background: #243972; left: -4%; bottom: -3%; border-radius: 40% 70% 0 0; transform: rotate(20deg); }
.orbit { position: absolute; inset: 23% -2%; border: 1px solid #7894d2; border-radius: 50%; z-index: -1; }
.orbit-one { transform: rotate(-28deg); }
.orbit-two { inset: 8% 21%; transform: rotate(-28deg); border-style: dashed; border-color: #536b9f; }
.world-window { position: absolute; overflow: hidden; width: 45%; background: #e8f2ff; border: 6px solid #dce8fc; border-radius: 20px; box-shadow: 0 12px 0 #0b16312e; z-index: 2; }
.world-window img { width: 100%; height: auto; aspect-ratio: 1.7; object-fit: cover; }
.world-window > span { display: block; padding: 7px 3px 3px; color: var(--night); font-size: 9px; text-align: center; font-weight: 650; }
.world-cuy { top: 3%; right: 1%; transform: rotate(9deg); }
.world-xeno { bottom: 3%; left: 1%; transform: rotate(-10deg); border-color: #bbd4fb; background: #bbd4fb; }
.world-boss { bottom: 6%; right: -1%; width: 40%; transform: rotate(8deg); border-color: #d6cbfc; background: #d6cbfc; }
.arcade-emblem { position: absolute; inset: 14% 11% 20%; z-index: 3; }
.arcade-emblem img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 15px #09172a25); }
.space-spark { position: absolute; color: var(--lilac); font-size: 55px; line-height: 1; }
.spark-one { left: 10%; top: 3%; transform: rotate(10deg); }
.spark-two { right: -1%; bottom: 41%; font-size: 62px; color: var(--mint); }
.space-dot { position: absolute; border-radius: 50%; }
.dot-one { width: 19px; height: 19px; left: 2%; top: 45%; background: #f29ec9; }
.dot-two { width: 10px; height: 10px; right: 12%; top: 40%; background: var(--mint); }
.planet-label { position: absolute; left: 50%; bottom: -6%; font-size: 11px; color: #c4d0ee; transform: translateX(-50%); white-space: nowrap; }
.hero-foot { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 47px; }
.hero-foot > span { color: #abbad8; font-size: 9px; letter-spacing: .045em; }
.hero-foot > span > span { margin: 0 9px; color: #647cac; }
.hero-foot a { display: flex; align-items: center; gap: 12px; font-size: 11px; color: #d2dcef; text-decoration: none; }
.hero-foot a > span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #61718f; border-radius: 50%; }
.section-curve { position: absolute; bottom: -1px; left: 0; width: 100%; height: 52px; fill: var(--sky); }

/* Compact, equally approachable game cards. */
.projects { padding-top: 61px; padding-bottom: 105px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 40px; }
.section-heading .eyebrow { margin-bottom: 14px; color: var(--blue); }
.section-heading h2 { font-size: clamp(35px, 3.5vw, 49px); }
.section-heading > p { max-width: 310px; font-size: 14px; padding-bottom: 4px; }
.game-shelf { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; align-items: start; }
.shelf-card { --card: #d6eee6; background: var(--card); border-radius: 22px; overflow: hidden; transition: transform .25s; }
.shelf-card:hover { transform: translateY(-5px); }
.xeno-card { --card: #dce6ff; margin-top: 28px; }
.boss-card { --card: #e4dcfb; margin-top: 56px; }
.image-link { display: block; position: relative; overflow: hidden; }
.image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.image-link:hover img { transform: scale(1.045); }
.shelf-image { aspect-ratio: 1.85; margin: 10px 10px 0; border-radius: 15px; }
.image-arrow { position: absolute; width: 33px; height: 33px; display: grid; place-items: center; right: 10px; bottom: 10px; background: var(--sky); color: var(--night); font-size: 18px; border-radius: 50%; }
.shelf-copy { padding: 16px 23px 25px; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 16px; }
.tag { font-size: 9px; font-weight: 750; line-height: 1.5; text-transform: uppercase; letter-spacing: .055em; border: 1px solid #9caec7; padding: 5px 9px; border-radius: 30px; }
.card-symbol { font-size: 27px; line-height: 1; color: #3b5684; }
.shelf-card h3 { font-size: clamp(22px, 2vw, 28px); letter-spacing: -.055em; }
.shelf-card h3 a { text-decoration: none; }
.game-subtitle { font-size: 11px; font-weight: 600; color: #4c5b73; margin-top: 5px; }
.shelf-copy > p:not(.game-subtitle) { font-size: 13px; line-height: 1.8; margin-top: 16px; min-height: 72px; }
.shelf-copy .text-link { margin-top: 23px; font-size: 12px; }

/* Studio presence gets its own world, rather than a footnote. */
.about-section { background: #c7bcfa; position: relative; border-radius: 80px 0 80px 0; overflow: clip; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-top: 68px; padding-bottom: 76px; }
.about-art { position: relative; aspect-ratio: 1; }
.studio-monogram { position: absolute; inset: 18%; overflow: hidden; border-radius: 50%; background: var(--night); }
.studio-monogram > span { color: var(--lilac); }
.studio-monogram img { width: 100%; height: 100%; object-fit: contain; padding: 22px; }
.about-orbit { position: absolute; inset: 15% 2%; border: 1px solid #8e7eca; border-radius: 50%; transform: rotate(33deg); }
.about-orbit::before { content: ''; position: absolute; inset: -12% 20%; border: 1px solid #a492d9; border-radius: 50%; transform: rotate(-50deg); }
.about-bubble { display: block; position: absolute; top: 5%; left: 3%; background: var(--night); color: white; padding: 15px 22px; border-radius: 22px 22px 1px 22px; font-size: 17px; line-height: 1.35; font-weight: 700; transform: rotate(-8deg); z-index: 1; }
.about-coordinate { position: absolute; bottom: 2%; right: 10%; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.about-spark { position: absolute; bottom: 14%; left: 1%; color: var(--blue); font-size: 61px; }
.about-copy .eyebrow { color: #4b4773; font-size: 10px; }
.about-copy h2 { margin: 20px 0 24px; }
.about-copy h2 > span { color: #4935a7; }
.lead { font-size: 22px; line-height: 1.55; color: var(--ink); }
.about-copy .lead { font-size: 19px; max-width: 415px; }
.about-copy > p:not(.eyebrow):not(.lead) { font-size: 14px; color: #41496b; }
.about-copy .button { margin-top: 27px; font-size: 12px; }
.archive-section { padding-top: 90px; padding-bottom: 65px; }
.compact-heading { margin-bottom: 35px; }
.compact-heading h2 { font-size: 40px; }
.archive-deco { font-size: 70px; line-height: 1; color: var(--blue); margin-right: 20px; }
.archive-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.archive-card { display: grid; grid-template-columns: 36% 1fr; gap: 25px; align-items: start; }
.archive-card > .image-link { aspect-ratio: 1.07; border-radius: 22px; background: #dce7fa; }
.archive-card .top-crop { object-position: center top; }
.archive-card .golf-image img { object-fit: contain; padding: 8px; }
.archive-card .eyebrow { font-size: 9px; margin: 4px 0 10px; color: var(--blue); }
.archive-card h3 { font-size: 24px; }
.archive-card p:not(.eyebrow) { font-size: 12px; margin: 12px 0; }
.archive-card .text-link { font-size: 12px; }
.reading-link { display: flex; gap: 23px; align-items: center; margin-top: 56px; padding: 24px 0 0; border-top: 1px solid var(--line); }
.reading-icon { color: var(--blue); font-size: 39px; line-height: 1; }
.reading-link .eyebrow { display: block; font-size: 9px; color: var(--muted); margin-bottom: 5px; }
.reading-link a { font-size: 14px; font-weight: 650; text-decoration: none; }

/* Footer */
.site-footer { background: var(--night); color: #eff3ff; border-radius: 60px 60px 0 0; }
.home-page .site-footer { border-radius: 0; }
.footer-inner { padding-top: 63px; padding-bottom: 25px; }
.footer-invite { display: flex; align-items: center; justify-content: space-between; padding-bottom: 65px; gap: 45px; }
.footer-invite .eyebrow { color: #a9b8d7; font-size: 9px; }
.footer-invite h2 { margin: 17px 0 23px; font-size: clamp(45px, 5.3vw, 70px); }
.footer-invite h2 span { color: var(--lilac); }
.footer-email { color: var(--mint); font-size: 16px; text-decoration: none; }
.footer-email:hover { color: white; }
.footer-email > span { margin-left: 18px; }
.footer-orbit { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 187px; height: 187px; border: 1px solid #657394; border-radius: 50%; color: #d7dff4; transform: rotate(10deg); font-size: 12px; text-decoration: none; margin-right: 45px; transition: transform .2s; }
.footer-orbit > span { color: var(--mint); font-size: 80px; line-height: 1.4; }
.footer-orbit img { width: 105px; height: 105px; }
.footer-orbit:hover { transform: rotate(-5deg); color: white; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 25px; border-top: 1px solid #33415d; }
.footer-top .wordmark { color: white; font-size: 22px; }
.footer-top p { color: #b0bed8; font-size: 11px; }
.footer-top > a:last-child { font-size: 11px; color: #d7dff4; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 25px; color: #b0bed8; font-size: 10px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-bottom a { color: #bdc9e1; text-decoration: none; }
.footer-bottom a:hover { color: var(--mint); }

/* Game pages: the same identity, with a little room for each game. */
.game-intro { padding-top: 28px; }
.back-link { font-size: 11px; font-weight: 650; text-decoration: none; color: var(--muted); }
.game-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 39px; }
.game-heading .eyebrow { color: var(--blue); }
.game-heading h1 { margin-top: 16px; }
.subtitle { display: block; margin-top: 13px; font-family: 'Segoe UI', Arial, sans-serif; font-size: 27px; letter-spacing: -.035em; color: var(--muted); font-weight: 400; }
.hand-note { display: inline-block; max-width: 260px; padding: 16px 23px; background: #dae2ff; color: #3e4890; font-size: 15px; font-weight: 600; line-height: 1.5; border-radius: 25px 25px 0 25px; }
.game-heading > .hand-note { margin-right: 10px; transform: rotate(4deg); }
.casa-page .game-heading > .hand-note { background: #c9eddf; color: #255b4c; }
.endgegner-page .game-heading > .hand-note { background: #ded4fb; color: #55418b; }
.game-intro-bottom { display: flex; justify-content: space-between; align-items: center; gap: 50px; margin: 32px 0 40px; }
.game-intro-bottom p { max-width: 650px; font-size: 16px; }
.game-intro-bottom .button { flex-shrink: 0; }
.hero-shot img { width: 100%; border-radius: 24px; background: #203d63; }
.hero-shot figcaption { display: flex; justify-content: space-between; gap: 20px; }
.hero-shot a, .gallery-grid a { display: block; cursor: zoom-in; border-radius: 24px; }
.hero-shot a:hover, .gallery-grid a:hover { outline: 3px solid #9daef6; outline-offset: 5px; }
figcaption { color: var(--muted); font-size: 10px; line-height: 1.5; padding: 13px 7px 0; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; margin-top: 82px; margin-bottom: 72px; }
.split-section .eyebrow { color: var(--blue); }
.split-section h2 { margin-top: 17px; }
.prose p { font-size: 15px; }
.section-label { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 30px; }
.section-label h2 { font-size: 34px; }
.section-label > span { color: var(--muted); font-size: 11px; }
.gallery-section { margin-top: 65px; margin-bottom: 75px; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 33px; }
.gallery-grid img { width: 100%; aspect-ratio: 16/9; object-fit: contain; background: #d6e1f6; border-radius: 20px; }
.gallery-wide { grid-column: 1 / -1; }
.xenofin-page .gallery-grid img { background: #103d46; }
.endgegner-page .gallery-grid img { background: #071725; }
.facts-section { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; padding: 40px; margin-top: 70px; margin-bottom: 65px; background: #dceae9; border-radius: 30px; }
.facts-section h2 { margin: 16px 0 25px; font-size: 45px; }
.facts-section > div > p { font-size: 13px; max-width: 380px; margin-bottom: 20px; }
.facts { margin: 0; }
.facts > div { display: grid; grid-template-columns: 100px 1fr; border-bottom: 1px solid #b4cbca; gap: 18px; padding: 12px 0; font-size: 12px; }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; }
.facts-section .small-note { margin-top: 17px; font-size: 12px; max-width: none; }
.end-note { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 35px; margin-top: 65px; margin-bottom: 80px; }
.end-note .hand-note { font-size: 14px; background: transparent; padding: 0; }
.feature-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-block: 65px; }
.feature-notes article { padding: 26px; border-radius: 23px; background: #dce7fc; }
.feature-notes article:nth-child(2) { background: #d2eee7; }
.feature-notes article:nth-child(3) { background: #e3ddfc; }
.feature-notes .eyebrow { font-size: 9px; }
.feature-notes h3 { font-size: 25px; margin: 16px 0; }
.feature-notes p { font-size: 13px; }
.boss-title { font-size: clamp(60px, 7vw, 96px); }

/* Screenshot viewer */
.viewer-open { overflow: hidden; }
.lightbox { border: 0; background: transparent; color: white; padding: 60px 30px 25px; width: min(1600px, 98vw); max-width: 98vw; max-height: 98dvh; overflow: auto; }
.lightbox::backdrop { background: #07142aed; }
.lightbox img { margin: auto; max-height: 77dvh; max-width: 100%; object-fit: contain; border-radius: 12px; }
.lightbox-close { position: absolute; top: 5px; right: 30px; padding: 8px 21px; background: var(--mint); color: var(--night); border: 0; border-radius: 30px; cursor: pointer; }
.lightbox-caption { text-align: center; color: #d3def6; font-size: 12px; line-height: 1.5; margin-top: 15px; }

/* Reading and utility pages */
.reading-page { padding-top: 28px; padding-bottom: 85px; }
.reading-header { max-width: 960px; margin: 50px auto 60px; }
.reading-header .eyebrow { color: var(--blue); }
.reading-header h1 { font-size: clamp(46px, 6.3vw, 80px); margin: 18px 0 30px; }
.reading-header > p:not(.eyebrow) { max-width: 690px; }
.reading-header > .lead { margin-bottom: 20px; }
.reading-body { max-width: 690px; margin: auto; }
.reading-body > section { border-top: 1px solid var(--line); padding-top: 28px; margin-bottom: 43px; }
.reading-body .eyebrow { color: var(--blue); }
.reading-body h2 { font-size: 32px; margin: 12px 0 18px; }
.reading-body .text-link { margin-top: 18px; }
.article-postcard { padding: 24px; border-radius: 24px; background: #d2eee7; margin-top: 60px; }
.article-postcard img { width: 100%; margin-bottom: 23px; border-radius: 15px; }
.article-postcard p { font-size: 15px; }
.nightline-page { min-height: 65vh; padding-top: 65px; padding-bottom: 100px; }
.nightline-page h1 { margin: 20px 0 30px; }
.nightline-page .actions, .nightline-page > .button { margin-top: 30px; }

@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero-copy h1 { font-size: 72px; }
  .hero-copy .actions { gap: 20px; }
  .hero-copy .button { padding: 15px 18px; }
  .hero-description { font-size: 15px; }
  .hero-layout { grid-template-columns: 1.1fr 1fr; }
  .shelf-copy { padding-inline: 18px; }
  .game-shelf { gap: 17px; }
  .shelf-card h3 { font-size: 24px; }
  .shelf-copy > p:not(.game-subtitle) { min-height: 94px; }
  .about-layout { gap: 45px; }
  .archive-card { gap: 18px; grid-template-columns: 33% 1fr; }
  .archive-card h3 { font-size: 22px; }
  .archive-grid { gap: 30px; }
  .game-intro-bottom { gap: 30px; }
  .facts-section { gap: 35px; padding: 30px; }
}

@media (max-width: 900px) and (min-width: 701px) {
  .hero-copy h1 { font-size: 62px; }
  .hero-copy .eyebrow { font-size: 8px; }
  .hero-layout { min-height: 430px; }
  .hero-description { font-size: 14px; }
  .world-window > span { font-size: 7px; }
  .world-window { border-width: 4px; border-radius: 13px; }
  .planet-label { font-size: 8px; }
  .section-heading { gap: 35px; }
  .section-heading > p { max-width: 240px; }
  .shelf-card h3 { font-size: 20px; overflow-wrap: anywhere; }
  .shelf-copy { padding-inline: 13px; }
  .shelf-copy > p:not(.game-subtitle) { font-size: 12px; min-height: 110px; }
  .shelf-copy .text-link { font-size: 10px; }
  .shelf-copy .game-subtitle { min-height: 35px; }
  .tag { font-size: 8px; padding-inline: 6px; }
  .card-symbol { font-size: 21px; }
  .about-copy h2 { font-size: 39px; }
  .about-bubble { font-size: 14px; }
  .archive-card { grid-template-columns: 1fr; }
  .archive-card > .image-link { aspect-ratio: 2.1; }
  .game-heading h1 { font-size: 65px; }
}

@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 113px; gap: 18px; flex-direction: column; align-items: start; padding-block: 19px; }
  .wordmark { font-size: 23px; }
  .wordmark img { width: 32px; height: 32px; margin-right: 9px; }
  .site-header nav { width: 100%; justify-content: space-between; padding: 4px; }
  .site-header nav a { font-size: 11px; padding: 7px 15px; }
  .arcade-hero { padding: 26px 0 65px; }
  .hero-layout { grid-template-columns: 1fr; gap: 15px; }
  .hero-copy { padding: 0; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: .06em; }
  .hero-copy h1 { font-size: clamp(58px, 11.5vw, 78px); margin-top: 22px; line-height: 1.01; }
  .hero-description { max-width: 440px; font-size: 14px; line-height: 1.8; margin-top: 22px; }
  .hero-copy .actions { gap: 18px; margin-top: 24px; }
  .hero-copy .button { font-size: 11px; padding: 13px 17px; gap: 12px; }
  .hero-about-link { font-size: 11px; }
  .arcade-universe { width: min(390px, 94%); margin: 16px auto 0; }
  .world-window { border-width: 4px; border-radius: 15px; }
  .world-window > span { font-size: 8px; padding-block: 4px 2px; }
  .space-spark { font-size: 43px; }
  .spark-two { font-size: 58px; }
  .planet-label { font-size: 9px; }
  .hero-foot { padding-top: 26px; }
  .hero-foot > span { max-width: 190px; font-size: 8px; }
  .hero-foot > span > span { margin: 0 3px; }
  .hero-foot a { gap: 7px; font-size: 9px; white-space: nowrap; }
  .section-curve { height: 32px; }
  .projects { padding-top: 32px; padding-bottom: 56px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading .eyebrow { font-size: 9px; margin-bottom: 13px; }
  .section-heading h2 { font-size: 36px; }
  .section-heading > p { margin-top: 20px; max-width: 420px; font-size: 13px; }
  .game-shelf { grid-template-columns: 1fr; gap: 24px; }
  .shelf-card { max-width: 520px; width: 100%; margin: 0 auto; }
  .shelf-image { aspect-ratio: 2.15; }
  .shelf-copy { padding: 15px 23px 23px; }
  .card-topline { margin-bottom: 13px; }
  .shelf-card h3 { font-size: 28px; }
  .shelf-copy > p:not(.game-subtitle) { min-height: 0; max-width: 420px; margin-top: 14px; }
  .shelf-copy .text-link { margin-top: 19px; }
  .about-section { border-radius: 45px 0 45px 0; }
  .about-layout { grid-template-columns: 1fr; gap: 13px; padding-top: 24px; padding-bottom: 42px; }
  .about-art { max-width: 310px; width: 100%; margin: auto; }
  .about-art img { inset: 13% 5% 0 15%; }
  .about-bubble { font-size: 15px; padding: 12px 18px; }
  .about-coordinate { font-size: 8px; }
  .about-copy h2 { font-size: 43px; margin: 16px 0 20px; }
  .about-copy .eyebrow { font-size: 8px; }
  .about-copy .lead { font-size: 18px; }
  .about-copy > p:not(.eyebrow):not(.lead) { font-size: 13px; }
  .about-copy .button { margin-top: 23px; }
  .archive-section { padding-block: 48px; }
  .compact-heading { display: flex; gap: 18px; }
  .compact-heading h2 { font-size: 33px; }
  .archive-deco { font-size: 45px; margin: 0; }
  .archive-grid { grid-template-columns: 1fr; gap: 27px; }
  .archive-card { grid-template-columns: 32% 1fr; gap: 18px; }
  .archive-card > .image-link { aspect-ratio: .77; border-radius: 16px; }
  .archive-card h3 { font-size: 22px; }
  .archive-card .eyebrow { font-size: 8px; }
  .archive-card p:not(.eyebrow) { font-size: 12px; }
  .archive-card .text-link { font-size: 11px; }
  .reading-link { gap: 15px; margin-top: 32px; }
  .reading-link a { font-size: 13px; }
  .reading-link .eyebrow { font-size: 8px; }
  .site-footer { border-radius: 35px 35px 0 0; }
  .footer-inner { padding-top: 42px; }
  .footer-invite { gap: 20px; padding-bottom: 37px; }
  .footer-invite h2 { font-size: 46px; margin-top: 14px; }
  .footer-invite .eyebrow { font-size: 8px; max-width: 245px; }
  .footer-email { font-size: 14px; }
  .footer-email > span { margin-left: 8px; }
  .footer-orbit { width: 110px; height: 110px; font-size: 9px; flex-shrink: 0; margin: 0; }
  .footer-orbit > span { font-size: 45px; }
  .footer-top { flex-wrap: wrap; gap: 17px; }
  .footer-top p { order: 3; width: 100%; font-size: 10px; }
  .footer-top > a:last-child { margin-left: auto; font-size: 10px; }
  .footer-bottom { flex-direction: column; align-items: start; gap: 15px; margin-top: 20px; font-size: 9px; }
  .footer-bottom nav { gap: 25px; }
  .game-intro { padding-top: 20px; }
  .game-heading { display: block; margin-top: 30px; }
  .game-heading .eyebrow { font-size: 9px; }
  .game-heading h1 { font-size: clamp(55px, 10.7vw, 75px); }
  .subtitle { font-size: 23px; }
  .game-heading > .hand-note { margin: 22px 0 0; font-size: 12px; padding: 10px 17px; transform: none; }
  .game-heading > .hand-note br { display: none; }
  .game-intro-bottom { display: block; margin: 25px 0 30px; }
  .game-intro-bottom p { font-size: 14px; margin-bottom: 23px; }
  .game-intro-bottom .button { font-size: 12px; }
  .hero-shot img { border-radius: 15px; }
  .hero-shot figcaption { font-size: 8px; }
  .hero-shot figcaption span:last-child { max-width: 105px; text-align: right; }
  .split-section { grid-template-columns: 1fr; gap: 25px; margin-block: 45px; }
  .split-section h2 { font-size: 40px; margin-top: 13px; }
  .split-section .eyebrow { font-size: 9px; }
  .prose p { font-size: 14px; }
  .gallery-section { margin-block: 43px; }
  .section-label { gap: 20px; align-items: start; margin-bottom: 23px; }
  .section-label h2 { font-size: 29px; }
  .section-label > span { font-size: 9px; text-align: right; max-width: 90px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 24px; }
  .gallery-wide { grid-column: auto; }
  .gallery-grid img { border-radius: 16px; }
  figcaption { font-size: 9px; }
  .facts-section { grid-template-columns: 1fr; gap: 25px; padding: 25px 22px; margin-block: 45px; }
  .facts-section h2 { font-size: 38px; }
  .facts > div { grid-template-columns: 78px 1fr; gap: 10px; font-size: 11px; }
  .end-note { gap: 22px; margin-block: 40px 50px; }
  .end-note .hand-note { font-size: 13px; }
  .feature-notes { grid-template-columns: 1fr; gap: 17px; margin-block: 40px; }
  .feature-notes article { padding: 23px; }
  .feature-notes h3 { font-size: 25px; }
  .reading-header { margin-block: 35px; }
  .reading-header h1 { font-size: 46px; }
  .reading-header .lead { font-size: 19px; }
  .reading-body h2 { font-size: 28px; }
  .reading-body p { font-size: 14px; }
  .article-postcard { padding: 19px; }
  .nightline-page { padding-top: 40px; padding-bottom: 65px; }
  .nightline-page h1 { font-size: 52px; }
  .lightbox { padding-inline: 5px; }
  .lightbox-close { right: 5px; }
}

@media (max-width: 460px) {
  .footer-orbit { display: none; }
  .hero-copy .actions { gap: 16px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .hero-copy h1 { font-size: 54px; }
  .hero-copy .eyebrow { font-size: 7px; }
  .site-header nav a { padding-inline: 12px; font-size: 10px; }
  .shelf-copy { padding-inline: 19px; }
  .shelf-card h3 { font-size: 25px; }
  .section-heading h2 { font-size: 32px; }
  .about-copy h2 { font-size: 38px; }
  .archive-card { grid-template-columns: 1fr; }
  .archive-card > .image-link { aspect-ratio: 2.2; }
  .compact-heading h2 { font-size: 30px; }
  .game-heading h1 { font-size: 49px; }
  .reading-header h1 { font-size: 40px; }
  .footer-invite h2 { font-size: 43px; }
}
/* Readable type across the studio site. Project microsites use their own CSS. */
body { font-size: 17px; }
.eyebrow, .hero-copy .eyebrow, .section-heading .eyebrow,
.about-copy .eyebrow, .archive-card .eyebrow, .footer-invite .eyebrow,
.game-heading .eyebrow, .split-section .eyebrow { font-size: 12px; }
.site-header nav a { font-size: 14px; padding-inline: 17px; }
.hero-description { font-size: 18px; }
.hero-copy .button, .hero-about-link, .text-link, .shelf-copy .text-link,
.archive-card .text-link, .about-copy .button, .game-intro-bottom .button { font-size: 15px; }
.hero-foot > span, .hero-foot a, .planet-label { font-size: 12px; }
.world-window > span { font-size: 11px; }
.section-heading > p, .shelf-copy > p:not(.game-subtitle),
.about-copy > p:not(.eyebrow):not(.lead), .archive-card p:not(.eyebrow),
.game-intro-bottom p, .prose p, .reading-body p { font-size: 16px; }
.shelf-copy > p:not(.game-subtitle) { min-height: 115px; }
.game-subtitle, .tag, .about-coordinate { font-size: 12px; }
.about-copy .lead { font-size: 21px; }
.footer-top p, .footer-top > a:last-child, .footer-bottom, .footer-orbit { font-size: 13px; }
.back-link { font-size: 14px; }
figcaption, .hero-shot figcaption, .section-label > span, .lightbox-caption { font-size: 13px; }
.facts-section > div > p, .facts-section .small-note, .facts > div { font-size: 15px; }
.facts > div { grid-template-columns: 100px 1fr; }
.social-links { display: flex; flex-wrap: wrap; gap: 25px; padding-top: 25px; }
.social-links a { color: var(--mint); text-decoration: none; font-size: 15px; }
.social-links a:hover { color: white; text-decoration: underline; }
.blog-section { padding-bottom: 80px; }
.blog-page { padding-top: 30px; padding-bottom: 90px; min-height: 65vh; }
.blog-heading { margin: 45px 0 50px; }
.blog-heading h1 { margin: 20px 0 25px; }
.blog-heading > p:last-child { max-width: 610px; font-size: 18px; }
.blog-card { display: grid; grid-template-columns: minmax(220px, 36%) 1fr; gap: 35px; align-items: center; padding: 24px; background: #dfe7fa; border-radius: 24px; }
.blog-card + .blog-card { margin-top: 25px; }
.blog-card .image-link { border-radius: 15px; aspect-ratio: 1.8; }
.blog-card img { width: 100%; height: 100%; object-fit: cover; }
.blog-card h3, .blog-card h2 { font-size: 30px; margin: 12px 0 17px; letter-spacing: -.04em; }
.blog-card h3 a, .blog-card h2 a { text-decoration: none; }
.blog-card p:not(.eyebrow) { font-size: 16px; max-width: 580px; }
.blog-card .text-link { margin-top: 20px; }
.blog-card .eyebrow { color: var(--blue); }
@media (min-width: 701px) and (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1.1fr 1fr; }
  .hero-copy h1 { font-size: 62px; }
  .hero-copy .eyebrow { max-width: 330px; }
  .game-shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shelf-card { margin-top: 0; }
  .boss-card { grid-column: 1 / -1; max-width: calc(50% - 9px); }
  .shelf-card h3 { font-size: 27px; }
  .shelf-copy .game-subtitle { min-height: 0; }
  .shelf-copy > p:not(.game-subtitle) { min-height: 145px; }
  .about-layout { gap: 32px; }
}
@media (max-width: 700px) {
  .site-header nav a { font-size: 13px; padding: 8px 10px; }
  .hero-copy .eyebrow { font-size: 11px; max-width: 325px; }
  .hero-description { font-size: 17px; }
  .hero-copy .button { font-size: 14px; }
  .hero-copy h1 { font-size: clamp(52px, 10.7vw, 76px); }
  .hero-foot { align-items: start; }
  .hero-foot > span { max-width: 180px; }
  .hero-foot > span, .hero-foot a { font-size: 11px; }
  .world-window > span { font-size: 10px; }
  .planet-label { left: 50%; right: auto; bottom: -6%; }
  .shelf-copy > p:not(.game-subtitle) { min-height: 0; }
  .shelf-card h3 { font-size: 28px; }
  .archive-card { grid-template-columns: 1fr; }
  .archive-card > .image-link { aspect-ratio: 2.5; }
  .archive-card h3 { font-size: 27px; }
  .hero-shot figcaption { font-size: 12px; }
  .hero-shot figcaption span:last-child { max-width: 140px; }
  .facts-section { padding-inline: 22px; }
  .facts > div { grid-template-columns: 75px minmax(0, 1fr); gap: 12px; }
  .section-label > span { font-size: 12px; }
  .about-copy .lead { font-size: 20px; }
  .blog-section { padding-bottom: 50px; }
  .blog-card { grid-template-columns: 1fr; gap: 22px; padding: 20px; }
  .blog-card h3, .blog-card h2 { font-size: 28px; }
  .blog-section .section-heading { display: block; }
  .blog-section .section-heading > a { margin-top: 20px; }
}
@media (max-width: 360px) {
  .site-header nav a { padding-inline: 8px; font-size: 12px; }
  .hero-copy h1 { font-size: 48px; }
  .shelf-card h3 { font-size: 25px; }
  .blog-heading h1 { font-size: 52px; }
  .archive-card > .image-link { aspect-ratio: 2.2; }
}
@media (max-width: 700px) {
  .brand-icon { width: 38px; height: 38px; flex-basis: 38px; margin-right: 8px; }
  .hero-discord-link { font-size: 14px; padding: 10px 14px; }
  .footer-orbit img { width: 65px; height: 65px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
