/* Will and Word Productions · Design 01
   Black, aged silver and sapphire. No build tools or external font downloads.
   The design tokens below are the intended source of truth for the handoff. */
:root {
  color-scheme: dark;
  --ink: #080b10;
  --ink-deep: #05070a;
  --panel: #0c1119;
  --panel-raised: #101824;
  --silver: #dedad0;
  --silver-bright: #f0ede5;
  --muted: #a3a8b2;
  --muted-soft: #969ca7;
  --blue: #98b9e2;
  --blue-light: #b8cff0;
  --blue-dark: #304b70;
  --line: #242c38;
  --line-soft: #1b222d;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, Helvetica, sans-serif;
  --mono: 'Cascadia Code', 'SFMono-Regular', Consolas, monospace;
  --container: 1240px;
  --gutter: clamp(24px, 5.5vw, 88px);
  --ease: cubic-bezier(.2,.7,.2,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--ink); color: var(--silver); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
::selection { background: #344f72; color: #fff; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: default; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--blue-light); outline-offset: 6px; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin: 0; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; color: var(--ink); background: var(--blue-light); padding: 12px 20px; }
.skip-link:focus { top: 16px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 10px; font-weight: 600; line-height: 1.5; letter-spacing: .20em; text-transform: uppercase; }
.tiny-diamond { display: inline-block; width: 6px; height: 6px; flex: 0 0 6px; transform: rotate(45deg); background: var(--blue); box-shadow: 0 0 12px #8ab3e32b; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 500; color: var(--silver); transition: color .18s; }
.text-link span[aria-hidden] { color: var(--blue); transition: transform .2s var(--ease); }
.text-link:hover { color: var(--blue-light); }
.text-link:hover span[aria-hidden] { transform: translate(2px,-2px); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 49px; padding: 13px 23px; font-size: 12px; font-weight: 650; line-height: 1.4; letter-spacing: .01em; border: 1px solid transparent; transition: background .2s, box-shadow .2s, transform .2s var(--ease); }
.button-primary { color: #0a1422; background: linear-gradient(115deg, #bad0ea, #94b4dd); border-color: #bfd4ee; box-shadow: 0 3px 20px #4e77a417; }
.button-primary:hover { background: #cee0f6; box-shadow: 0 4px 24px #6c9bdb2c; transform: translateY(-2px); }
.button span[aria-hidden] { font-size: 19px; line-height: 1; font-weight: 400; }
.section-pad { padding: 52px 0 74px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; gap: 20px; }
.section-number { margin-right: 5px; color: var(--muted-soft); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; }
.section-number::after { content: '/'; margin-left: 18px; color: #627087; }
.small-note { color: var(--muted-soft); font-size: 11px; letter-spacing: .02em; }
.status-light { width: 5px; height: 5px; flex: 0 0 5px; display: inline-block; background: #a7c4e8; border-radius: 50%; box-shadow: 0 0 9px #99bde472; }
/* Masthead */
.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid #c0d4f016; background: #080b10ed; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.header-inner { height: 88px; display: flex; align-items: center; gap: 40px; }
.wordmark { display: inline-flex; gap: 15px; align-items: center; }
.wordmark-type { display: block; font: 21px/1.1 var(--serif); letter-spacing: .025em; color: var(--silver); }
.wordmark-and { font-size: 12px; font-style: italic; padding-inline: 1px; }
.wordmark-type small { display: block; margin-top: 8px; font: 7px/1.1 var(--sans); letter-spacing: .47em; text-transform: uppercase; color: var(--blue); text-align: center; }
.brand-sigil { position:relative; display:block; width:32px; height:36px; flex:0 0 32px; overflow:hidden; }
.brand-sigil img { position:absolute; width:52px; max-width:none; height:52px; left:-10px; top:-4px; mix-blend-mode:screen; }


.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 34px; }
.desktop-nav a { font-size: 12px; color: #b4b8bf; padding: 14px 0; transition: color .2s; }
.desktop-nav a:hover { color: var(--silver-bright); }
.header-action { display: flex; align-items: center; gap: 26px; padding: 10px 16px; font-size: 11px; font-weight: 600; border: 1px solid #4f66832e; background: #15213161; }
.header-action span[aria-hidden] { font-size: 15px; color: var(--blue); }
.header-action:hover { border-color: #8eb6e27a; background: #1b2a3e; }
.menu-toggle { display:none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-toggle span { height: 1px; background: var(--silver); width: 17px; transition: transform .2s; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { display: grid; gap: 0; padding: 0 var(--gutter) 20px; background: var(--ink); }
.mobile-nav a { display: flex; justify-content: space-between; padding: 16px 0; border-top: 1px solid var(--line); font-size: 14px; }
.mobile-nav a span { color: var(--blue); }
/* The studio and its supplied emblem */
.hero { position: relative; overflow: hidden; background: radial-gradient(ellipse at 78% 42%,#17294055,transparent 45%), linear-gradient(170deg,#0b1018, #080b10 60%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(#a6c6f007 1px,transparent 1px),linear-gradient(90deg,#a6c6f007 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,transparent 28%,#000 75%,transparent); -webkit-mask-image: linear-gradient(90deg,transparent 28%,#000 75%,transparent); pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1.15fr .9fr; align-items: center; min-height: 545px; position: relative; gap: 0; }
.hero-copy { position: relative; z-index: 2; padding: 58px 0 45px; }
.hero-copy>.eyebrow { margin-bottom: 28px; }
h1 { font: 400 clamp(44px,4.5vw,68px)/1.12 var(--serif); letter-spacing: -.046em; color: var(--silver-bright); }
h1 em { color: #a0b9d9; font-weight: 400; }
.hero-description { font-size: 15px; line-height: 1.95; max-width: 410px; color: #aeb3be; margin-top: 25px; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; margin-top: 29px; }
.hero-demo { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: var(--muted-soft); font-size: 10px; letter-spacing: .015em; padding-block: 6px; }
.hero-demo>span:last-of-type { margin-left: 5px; }
.hero-demo:hover { color: var(--blue); }
.hero-art { width: 100%; position: relative; min-width: 0; align-self: stretch; display: grid; place-items: center; margin-left: 10px; }
.studio-emblem { width: 535px; max-width: 111%; height: auto; position: relative; z-index: 1; mix-blend-mode: screen; }
.emblem-halo { position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,#386aab15,transparent 66%); transform: translateY(-30px); }
.pixel-field { position: absolute; inset: 0; pointer-events: none; }
.pixel-field i { position: absolute; width: 5px; height: 5px; border: 1px solid #6d91bd45; background: #789bc40a; }
.pixel-field i:nth-child(1) { top: 19%;right:12%;width: 8px;height:8px; }
.pixel-field i:nth-child(2) { top: 30%;right:2%; }
.pixel-field i:nth-child(3) { top: 10%;right:28%; }
.pixel-field i:nth-child(4) { top: 46%;right:0%;width:10px;height:10px; }
.pixel-field i:nth-child(5) { top: 58%;right:8%; }
.pixel-field i:nth-child(6) { top: 37%;right:12%;width:3px;height:3px; }
.pixel-field i:nth-child(7) { top: 72%;right:4%;width:3px;height:3px; }
.pixel-field i:nth-child(8) { top: 68%;right:18%; }
.pixel-field i:nth-child(9) { top: 21%;right:-3%;width:3px;height:3px; }
.pixel-field i:nth-child(10) { top: 15%;right:3%; }
.pixel-field i:nth-child(11) { top: 49%;right:-8%; }
.pixel-field i:nth-child(12) { top: 36%;right:-5%;width:8px;height:8px; }
.hero-baseline { display: flex; align-items: center; gap: 26px; height: 52px; color: var(--muted-soft); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.baseline-rule { flex: 1; height: 1px; background: linear-gradient(90deg,var(--line),#334a6525); }
.hero-baseline>.tiny-diamond { background: #476388; width: 4px; height: 4px; flex-basis: 4px; }
/* Featured game: real game artwork, not a generated representation */
.work-section { padding-top: 38px; }
.game-feature { position: relative; isolation: isolate; min-height: 462px; border: 1px solid #3a4659; background: #060910; overflow: hidden; }
.feature-art { position: absolute; top:0; bottom:0; right:-2%; width:65%; z-index:-3; }
.feature-art img { width:100%; height:100%; object-fit:cover; object-position:50% 48%; filter: brightness(.86); }
.feature-shade { position: absolute; inset:0; z-index:-2; background: linear-gradient(90deg,#090e17 0%,#090e17 29%,#090e17eb 41%,#090e175c 59%,#05091008 82%),linear-gradient(0deg,#070b12bd 0%,transparent 23%,transparent 87%,#07101a30); }
.feature-content { max-width: 58%; padding: 36px 42px 34px; }
.feature-meta { display:flex; align-items:center; gap:15px; margin-bottom:28px; }
.status-badge { display:inline-flex; align-items:center; gap:9px; border:1px solid #8aa7ca45; padding:5px 9px; font-size:8px; line-height:1.4; letter-spacing:.12em; text-transform:uppercase; color:var(--blue-light); background:#18243a60; }
.platform-label { font-size:9px; letter-spacing:.08em; color:#bac0cb; }
.game-logo { width: 372px; height: auto; max-width:100%; margin-bottom:22px; }
.game-hook { font:400 29px/1.32 var(--serif); color:var(--silver-bright); letter-spacing:-.025em; }
.game-hook em { font-style:normal; color:#b0c1d8; }
.game-description { max-width:395px; color:#acb2be; font-size:13px; line-height:1.9; margin-top:17px; }
.game-tags { display:flex; flex-wrap:wrap; gap:0; margin-top:18px; }
.game-tags span { font-size:8px; letter-spacing:.07em; text-transform:uppercase; color:#b1b8c5; }
.game-tags span+span::before { content:'·'; margin-inline:9px; color:#7794b8; }
.game-actions { display:flex; align-items:center; gap:23px; margin-top:25px; }
.game-actions .button { min-height:45px; padding:12px 17px; font-size:11px; gap:21px; }
.wishlist-link { gap:6px; font-size:10px; white-space:nowrap; }
.wishlist-link span[aria-hidden] { font-size:18px; }
.feature-corner { position:absolute; width:14px; height:14px; pointer-events:none; }
.feature-corner-tl { top:-1px; left:-1px; border-top:1px solid var(--blue-light); border-left:1px solid var(--blue-light); }
.feature-corner-br { right:-1px; bottom:-1px; border-right:1px solid var(--blue-light); border-bottom:1px solid var(--blue-light); }
.feature-image-link { position:absolute; top:22px; right:22px; display:grid; place-items:center; width:34px;height:34px; color:#e9edf7; background:#05070dc9; border:1px solid #92b0d436; font-size:22px; }
.feature-image-link:hover { background:#263d57; }
.feature-image-note { position:absolute; right:25px; bottom:22px; color:#bac4d6; font-size:8px; letter-spacing:.17em; }
.feature-image-note span { font-size:7px; display:block; text-align:right; margin-top:4px; color:#a4afc3; }
.gallery-heading { display:flex; justify-content:space-between; align-items:center; margin:28px 0 15px; }
.gallery-heading .eyebrow { font-size:8px; color:#a3acba; letter-spacing:.16em; }
.trailer-link { font-size:10px; }
.play-triangle { width:0; height:0; border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:6px solid var(--blue); }
.gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:19px; }
.gallery-item { min-width:0; }
.gallery-image { border:1px solid var(--line); overflow:hidden; position:relative; aspect-ratio: 2.06; background:var(--ink-deep); }
.gallery-image img { width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease), filter .6s; filter:brightness(.8) saturate(.84); }
.gallery-image img.arcade-thumb { object-position:75% 50%; }
.gallery-expand { position:absolute; right:11px; top:8px; color:#e1e8f1; opacity:0; transition:opacity .2s; }
.gallery-item:hover .gallery-image img,.gallery-item:focus-visible .gallery-image img { filter:brightness(1) saturate(1); transform:scale(1.035); }
.gallery-item:hover .gallery-expand,.gallery-item:focus-visible .gallery-expand { opacity:1; }
.gallery-caption { display:flex; align-items:center; gap:12px; font-size:10px; color:#b3b9c4; margin-top:10px; }
.gallery-index { color:#8493a7; font:8px var(--mono); }
.game-footnote { display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px 20px; margin-top:19px; color:var(--muted-soft); font-size:9px; }
/* Studio statement and quiet secondary product mention */
.studio-section { position:relative; border-top:1px solid var(--line-soft); background:radial-gradient(ellipse at 8% 65%,#15294325,transparent 60%),#090d13; padding-top:46px; padding-bottom:55px; }
.studio-story { display:grid; grid-template-columns:1fr 1fr; gap:90px; padding:25px 0 49px; }
h2 { font:400 43px/1.2 var(--serif); letter-spacing:-.035em; color:var(--silver-bright); }
h2 em { color:#9eb6d4; font-weight:400; }
.studio-signoff { display:flex; align-items:center; gap:11px; margin-top:25px; font-size:9px; letter-spacing:.1em; color:var(--muted-soft); text-transform:uppercase; }
.studio-signoff .tiny-diamond { width:4px;height:4px;flex-basis:4px; }
.studio-copy { padding-top:3px; }
.studio-copy p { font-size:14px; line-height:1.95; color:#b1b6c0; }
.studio-copy p+p { margin-top:17px; }
.studio-copy p a { color:var(--silver-bright); border-bottom:1px solid #657d9c; }
.studio-copy>.text-link { font-size:11px; margin-top:21px; }
.newplay-strip { position:relative; display:grid; grid-template-columns:200px 1fr auto; align-items:center; gap:37px; padding:26px 30px; border:1px solid #29374b; background:linear-gradient(110deg,#18263a3d,#0c121c); }
.newplay-strip::before { content:''; position:absolute; left:-1px; top:27px; bottom:27px; width:2px; background:#7b9bc3; }
.newplay-brand .eyebrow { font-size:8px; color:var(--muted-soft); letter-spacing:.16em; margin-bottom:5px; }
.newplay-brand h3 { display:flex; align-items:center; font-size:27px; font-weight:650; color:var(--silver-bright); letter-spacing:-.035em; line-height:1.3; }
.newplay-brand h3>span:first-child { font-weight:350; color:#aec2dd; }
.newplay-dot { width:5px; height:5px; margin:12px 0 0 4px; background:#95b8e5; }
.newplay-strip>p { max-width:480px; font-size:12px; line-height:1.9; color:#acb4c1; }
.newplay-strip>.text-link { white-space:nowrap; font-size:10px; }
/* Contact and footer */
.contact-section { padding:58px 0 56px; border-top:1px solid var(--line-soft); background:linear-gradient(105deg,#1019256b,#080c13); }
.contact-inner { display:flex; justify-content:space-between; align-items:center; gap:60px; }
.contact-inner .eyebrow { font-size:8px; margin-bottom:19px; }
.contact-inner h2 { font-size:40px; }
.contact-description { font-size:12px; color:#a5aebb; margin-top:13px; max-width:470px; }
.contact-actions { display:flex; align-items:center; flex-direction:column; gap:14px; }
.contact-actions .button { font-size:11px; min-width:228px; }
.press-link,.email-link { font-size:10px; }
.site-footer { background:#06090e; border-top:1px solid var(--line); }
.footer-main { display:flex; align-items:center; gap:60px; padding:34px 0; }
.footer-wordmark { gap:11px; }
.footer-wordmark .wordmark-type { font-size:18px; }
.footer-wordmark .wordmark-type small { font-size:6px; }
.footer-wordmark .brand-sigil { transform:scale(.83); }
.footer-main>p { color:#9bA4b2; font-size:10px; line-height:1.7; border-left:1px solid var(--line); padding-left:29px; }
.back-top { margin-left:auto; font-size:10px; }
.footer-bottom { display:flex; justify-content:space-between; gap:15px; padding:16px 0 22px; border-top:1px solid var(--line-soft); color:#8c96a6; font-size:9px; letter-spacing:.02em; }
.footer-bottom span { margin-inline:9px; }
.footer-bottom a:hover { color:var(--silver-bright); }
/* Native dialog supplies focus containment and Escape behaviour. */
.lightbox { width:min(1200px,94vw); max-height:94svh; padding:0; border:1px solid #47617f; background:#090e16; color:var(--silver); box-shadow:0 20px 120px #000c; }
.lightbox::backdrop { background:#03060bed; -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); }
.lightbox-toolbar { display:flex; align-items:center; justify-content:space-between; padding:10px 16px 10px 22px; border-bottom:1px solid var(--line); }
.lightbox-toolbar .eyebrow { font-size:9px; }
.lightbox-count { color:#a5afbc; }
.lightbox-stage { position:relative; min-height:80px; }
.lightbox-image { width:100%; height:auto; max-height:72svh; object-fit:contain; background:#030509; }
.icon-button { display:grid; place-items:center; width:42px; height:42px; font-size:20px; line-height:1; background:#0c1722e8; color:var(--silver-bright); border:1px solid #5d76973d; }
.icon-button:hover { background:#2c4563; }
.lightbox-close { background:transparent; border:0; font-size:17px; }
.lightbox-prev,.lightbox-next { position:absolute; top:50%; transform:translateY(-50%); z-index:1; }
.lightbox-prev { left:12px; }.lightbox-next { right:12px; }
.lightbox-caption { text-align:center; font-size:13px; padding:16px 24px 2px; }
.lightbox-hint { text-align:center; font-size:9px; color:var(--muted); padding:0 20px 16px; }
/* Short, one-time enhancement only. Content stays visible if JS fails. */
@keyframes intro-rise { from { opacity:0;transform:translateY(9px); } to { opacity:1;transform:none; } }
@media (prefers-reduced-motion:no-preference) {
  .hero-copy { animation:intro-rise .65s var(--ease) both; }
  .studio-emblem { animation:intro-rise .9s .05s var(--ease) both; }
}
/* Laptop/tablet */
@media (min-width:1600px) { .hero-inner { min-height:590px; }.studio-emblem { width:560px; } }
@media (max-width:1150px) {
  :root { --gutter:42px; }
  .header-inner { gap:24px; }.desktop-nav { gap:24px; }
  h1 { font-size:54px; }
  .hero-inner { min-height:515px;grid-template-columns:1.1fr .9fr; }
  .hero-description { font-size:13px; }.hero-actions { gap:21px; }
  .hero-actions .button { padding-inline:16px;font-size:11px;gap:16px; }
  .hero-actions .text-link { font-size:11px; }
  .feature-content { padding:32px; max-width:62%; }
  .feature-art { width:67%;right:-9%; }
  .feature-shade { background:linear-gradient(90deg,#090e17 0%,#090e17 32%,#090e17e6 43%,#090e1760 63%,#05091008 88%),linear-gradient(0deg,#070b12bd,transparent 30%); }
  .game-logo { width:335px; }.game-hook { font-size:27px; }
  .game-description { max-width:340px; }
  .game-actions { gap:16px; }.game-actions .button { gap:13px;padding-inline:14px; }
  .studio-story { gap:55px; }h2 { font-size:38px; }
  .newplay-strip { grid-template-columns:160px 1fr auto;gap:26px;padding-inline:24px; }
}
@media (max-width:900px) {
  :root { --gutter:28px; }
  .header-inner { height:76px; }.wordmark-type { font-size:19px; }.desktop-nav { gap:20px; }
  .header-action { display:none; }
  .hero-inner { min-height:460px; }.hero-copy { padding-block:42px; }
  h1 { font-size:43px; }.hero-copy>.eyebrow { font-size:8px; gap:8px; }
  .hero-art { margin-left:0; }.studio-emblem { max-width:116%; }
  .hero-description { font-size:12px; }.hero-actions { gap:17px; }.hero-actions .text-link { font-size:10px; }
  .hero-actions .button { padding:12px 14px;min-height:44px; }
  .hero-demo { font-size:9px;margin-top:18px; }
  .feature-content { max-width:67%; padding:30px; }.game-description { max-width:315px; }
  .feature-art { right:-16%; width:76%; }.feature-shade { background:linear-gradient(90deg,#090e17 0%,#090e17 29%,#090e17ed 45%,#090e1778 68%,transparent 90%),linear-gradient(0deg,#070b12c9,transparent 30%); }
  .game-logo { width:315px; }.game-actions { align-items:flex-start;gap:13px;flex-direction:column; }.game-actions .text-link { padding-left:2px; }
  .feature-image-note { display:none; }
  .gallery { gap:13px; }.gallery-caption { font-size:9px;gap:7px; }
  .studio-story { grid-template-columns:.94fr 1.06fr;gap:35px; }.studio-copy p { font-size:12px; }h2 { font-size:33px; }
  .studio-signoff { font-size:8px;letter-spacing:.05em; }
  .newplay-strip { grid-template-columns:130px 1fr;gap:20px; }.newplay-strip>.text-link { grid-column:2; margin-top:-8px; }
  .newplay-strip>p { font-size:11px; }.newplay-brand { grid-row:1 / 3; }
  .contact-inner { gap:30px; }.contact-inner h2 { font-size:34px; }.contact-description { font-size:11px; }
}
/* Mobile: full emblem retained, game image has its own uncropped area. */
@media (max-width:680px) {
  :root { --gutter:24px; }
  html { scroll-padding-top:92px; }
  .container { width:calc(100% - var(--gutter) * 2); }
  .header-inner { height:74px;justify-content:space-between;gap:16px; }
  .wordmark { gap:10px; }.wordmark-type { font-size:19px; }.wordmark-type small { font-size:6px;margin-top:7px; }
  .brand-sigil { width:32px;flex-basis:32px;transform:scale(.9); }
  .desktop-nav { display:flex;gap:14px; }.desktop-nav a { font-size:10px; }.desktop-nav a:last-child { display:none; }
  .has-js .desktop-nav { display:none; }.has-js .menu-toggle { display:flex; }
  .hero-inner { grid-template-columns:1fr;min-height:0;gap:0; }
  .hero-copy { padding:44px 0 0; }
  .hero-copy>.eyebrow { font-size:8px;letter-spacing:.14em;margin-bottom:22px; }
  h1 { font-size:clamp(33px,8.8vw,54px);line-height:1.13; letter-spacing:-.04em; }
  .hero-description { margin-top:19px;font-size:13px;max-width:370px;line-height:1.85; }
  .hero-actions { margin-top:23px;gap:21px; }.hero-actions .button { font-size:10px;padding:13px 15px;gap:17px;min-height:45px; }.hero-actions .text-link { font-size:10px;gap:8px; }
  .hero-demo { margin-top:18px;font-size:9px; }
  .hero-art { height:280px;justify-self:center;width:100%;margin-top:-3px; }
  .studio-emblem { width:300px;max-width:100%;height:auto; }
  .emblem-halo { width:270px; }
  .pixel-field { width:300px;left:50%;transform:translateX(-50%); }
  .hero-baseline { height:40px;font-size:7px;letter-spacing:.07em;gap:15px; }
  .hero-grid { background-size:44px 44px;mask-image:linear-gradient(0deg,#000,transparent 85%); }
  .section-pad { padding-block:32px 40px; }
  .section-heading { margin-bottom:18px; }.section-heading .eyebrow { font-size:8px;letter-spacing:.12em;gap:9px; }.section-number { font-size:8px;margin-right:0; }.section-number::after { margin-left:11px; }.small-note { font-size:8px; }
  .game-feature { display:flex;flex-direction:column;min-height:0; }
  .feature-art { order:0;position:relative;right:auto;top:auto;bottom:auto;width:100%;height:auto;aspect-ratio:1.66;z-index:0; }
  .feature-art img { object-fit:cover;object-position:50% 48%;filter:brightness(.93); }
  .feature-shade { display:none; }.feature-content { position:relative;order:1;max-width:none;padding:25px 22px 27px;background:linear-gradient(140deg,#101b2a,#090e17);border-top:1px solid #263248; }
  .feature-meta { margin-bottom:23px;gap:11px; }.status-badge { font-size:7px;padding:5px 7px; }.platform-label { font-size:8px; }
  .game-logo { width:100%;max-width:370px;margin-bottom:22px; }
  .game-hook { font-size:25px;line-height:1.28; }.game-description { font-size:13px;line-height:1.85;max-width:none; }.game-tags { margin-top:16px; }.game-tags span { font-size:7px; }.game-tags span+span::before { margin-inline:7px; }
  .game-actions { margin-top:23px;gap:17px;flex-direction:row;flex-wrap:wrap;align-items:center; }.game-actions .button { font-size:10px;gap:20px;padding-inline:15px; }.wishlist-link { font-size:9px; }
  .feature-image-link { top:13px;right:13px; }.feature-corner-tl { z-index:2; }
  .gallery-heading { margin-top:24px;gap:10px; }.gallery-heading .eyebrow { font-size:7px;letter-spacing:.10em; }.trailer-link { font-size:8px;gap:7px; }
  .gallery { grid-template-columns:1fr;gap:15px; }
  .gallery-item { display:grid;grid-template-columns:110px 1fr;align-items:center;gap:17px;border-bottom:1px solid var(--line-soft);padding-bottom:15px; }
  .gallery-image { aspect-ratio:1.72; }.gallery-caption { margin-top:0;font-size:11px; }.gallery-expand { display:none; }
  .game-footnote { gap:5px;font-size:8px; }.game-footnote p { width:100%; }
  .studio-story { grid-template-columns:1fr;gap:25px;padding:13px 0 30px; }h2 { font-size:34px; }.studio-signoff { margin-top:21px;font-size:8px; }
  .studio-copy p { font-size:14px; }.studio-copy p+p { margin-top:14px; }.studio-copy>.text-link { font-size:11px;margin-top:18px; }
  .newplay-strip { display:grid;grid-template-columns:1fr;gap:14px;padding:23px; }.newplay-brand { grid-row:auto; }.newplay-strip>.text-link { grid-column:auto;margin-top:0;font-size:10px; }.newplay-brand h3 { font-size:28px; }.newplay-strip>p { font-size:12px; }.newplay-brand .eyebrow { font-size:7px; }
  .contact-section { padding:37px 0; }.contact-inner { flex-direction:column;align-items:flex-start;gap:24px; }.contact-inner .eyebrow { font-size:7px;letter-spacing:.12em; }.contact-inner h2 { font-size:33px; }.contact-description { font-size:12px; }.contact-actions { flex-direction:row;flex-wrap:wrap;gap:21px; }.contact-actions .button { min-width:0;font-size:10px;gap:20px;padding-inline:16px; }.contact-actions .text-link { font-size:9px; }
  .footer-main { padding-block:27px;gap:18px;flex-wrap:wrap; }.footer-main>p { display:none; }.footer-wordmark .wordmark-type { font-size:16px; }.footer-wordmark .wordmark-type small { font-size:5px; }.footer-wordmark { gap:6px; }.back-top { font-size:9px;gap:7px; }
  .footer-bottom { flex-direction:column;gap:4px;font-size:8px;padding-block:14px 23px; }
  .lightbox { width:96vw; }.lightbox-toolbar { padding:5px 10px 5px 14px; }.lightbox-toolbar .eyebrow { font-size:8px;letter-spacing:.1em; }.lightbox-prev,.lightbox-next { width:34px;height:40px; }.lightbox-prev { left:6px; }.lightbox-next { right:6px; }.lightbox-hint { font-size:8px; }.lightbox-caption { font-size:12px; }
}
@media (max-width:360px) {
  :root { --gutter:18px; }.hero-actions { gap:14px; }.hero-actions .button { font-size:9px;padding-inline:12px; }.hero-actions .text-link { font-size:9px; }.feature-content { padding-inline:18px; }.small-note { display:none; }.game-hook { font-size:23px; }.game-actions { gap:14px; }.game-tags span { font-size:6.5px; }.gallery-caption { font-size:10px;gap:8px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }*,*::before,*::after { animation:none!important;transition:none!important; }
}
@media (forced-colors:active) {
  .button,.feature-corner,.gallery-image { border:1px solid ButtonText; }
  .feature-art,.hero-grid,.emblem-halo,.pixel-field { display:none; }
}
@media print {
  .site-header,.hero-art,.hero-baseline,.gallery,.contact-actions,.back-top,dialog { display:none!important; }
  body { background:#fff;color:#111; }.container { width:100%; }
  h1,h2,h3,p,a,em { color:#111!important; }
  .hero-inner,.studio-story { display:block; }.hero-copy,.section-pad,.contact-section { padding:20px 0; }
  .game-feature { border:1px solid #bbb;min-height:0; }.feature-content { max-width:100%;background:white; }.feature-art,.feature-shade { display:none; }
  .newplay-strip { background:white; }.game-logo { filter:brightness(.3); }.button { border:1px solid #777;background:white; }
}
