:root { color-scheme: dark; font-family: Arial, Helvetica, sans-serif; background: #080c11; color: #fff; }
* { box-sizing: border-box; }
body { margin: 0; }
.hero { flex: 1; display: flex; align-items: stretch; width: min(100% - 112px, 1328px); margin: 0 auto; padding: 40px 0 36px; }
.hero-content { width: 51%; margin-inline: auto; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 32px; }
h1 { width: 100%; margin: 0 0 18px; line-height: 0; }
.game-logo { display: block; width: 100%; height: auto; filter: drop-shadow(0 8px 18px #0009); }
.wishlist { min-height: 60px; display: inline-flex; justify-content: center; align-items: center; gap: 15px; padding: 15px 24px; border: 1px solid transparent; border-radius: 14px; background: linear-gradient(180deg, #39647e 0%, #274a61 48%, #142e42 100%) padding-box, linear-gradient(115deg, #a6e3ff 0%, #72bfe9 35%, #dbb76c 75%, #ffe2a0 100%) border-box; box-shadow: 0 5px 20px #0006, inset 0 1px 0 #c4eaff26; color: #f3f9ff; font-size: 17px; text-decoration: none; transition: border-color .2s, background .2s, transform .2s; }
.wishlist > svg { width: 28px; height: 28px; fill: currentColor; flex-shrink: 0; }
.wishlist[aria-disabled='true'] { cursor: default; }
.wishlist[href]:hover { transform: translateY(-2px); border-color: transparent; background: linear-gradient(180deg, #467792 0%, #315b75 48%, #1b3c54 100%) padding-box, linear-gradient(115deg, #d2f2ff 0%, #91d6ff 35%, #edc77d 75%, #ffebbc 100%) border-box; }
.wishlist strong { font-weight: 700; }
a:focus-visible { outline: 3px solid #c8eaff; outline-offset: 6px; }
.footer { display: flex; justify-content: space-between; align-items: center; width: min(100% - 112px, 1328px); margin: 0 auto; padding: 0 0 max(28px, env(safe-area-inset-bottom)); gap: 24px; }
.studio-logo { display: block; width: 190px; height: auto; transition: transform .2s ease; }
.studio-logo:hover { transform: scale(1.06); }
.socials { display: flex; gap: 14px; }
.socials a { width: 46px; height: 46px; display: grid; place-items: center; color: #e4e9ec; border: 1px solid transparent; border-radius: 50%; transition: background .2s, color .2s, transform .2s ease; }
.socials a:hover { color: #fff; background: #ffffff15; transform: scale(1.12); }
.socials svg { width: 23px; height: 23px; fill: currentColor; }
.socials svg[fill='none'] { fill: none; stroke: currentColor; stroke-width: 1.8; }
.socials .dot { fill: currentColor; stroke: none; }
@media (min-width: 1800px) { .hero-content { width: 54%; } }
@media (max-width: 700px) {
  .hero { width: calc(100% - 48px); align-items: stretch; padding: 24px 0 28px; }
  .hero-content { width: 100%; max-width: 420px; margin: 0 auto; padding: 0; }
  h1 { margin-bottom: 22px; }
  .wishlist { width: auto; max-width: 100%; min-height: 48px; padding: 12px 18px; font-size: 14px; gap: 10px; }
  .wishlist > svg { width: 24px; height: 24px; }
  .footer { width: calc(100% - 48px); flex-direction: column; gap: 10px; padding-bottom: max(24px, env(safe-area-inset-bottom)); }
  .studio-logo { width: 164px; }
  .socials { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }


* { box-sizing: border-box; }
html, body { margin: 0; width: 100%; height: 100%; overflow: hidden; background: #030504; }
.scene-viewport { position: fixed; inset: 0; overflow: hidden; }
.scene { position: absolute; width: 1920px; height: 1080px; transform-origin: 0 0; }
.scene > canvas { z-index: 2; pointer-events: none; }
.scene > img, .scene > canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.screen { position: absolute; left: 0; top: 0; width: 600px; height: 600px; transform-origin: 0 0; overflow: hidden; border-radius: 0; background: #020806; box-shadow: none; }
video { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.08) saturate(1) contrast(1.05); }
.screen::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(180deg, rgba(0, 0, 0, .42) 0 2px, transparent 2px 6px), radial-gradient(ellipse at 85% 9%, #deffed3b, transparent 30%), radial-gradient(ellipse at center, transparent 48%, #0009 100%); box-shadow: inset 0 0 30px 8px #0010089c; border-radius: inherit; }
.mockup-ui { position: relative; z-index: 3; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; pointer-events: none; }
.mockup-ui a { pointer-events: auto; }
.mockup-ui .studio-logo { pointer-events: auto; }
.mockup-ui .hero { padding-top: 24px; padding-bottom: 24px; }
.mockup-ui .hero-content { width: 100%; gap: 24px; }
.mockup-ui h1 { width: clamp(220px, 27vw, 380px); margin: 0; }
.mockup-ui .footer { padding-bottom: max(20px, env(safe-area-inset-bottom)); }
@media (max-width: 700px) {
  .mockup-ui .hero { padding-top: 16px; padding-bottom: 18px; }
  .mockup-ui h1 { width: min(230px, 70vw); }
  .mockup-ui .footer { gap: 4px; padding-bottom: max(16px, env(safe-area-inset-bottom)); }
  .mockup-ui .studio-logo { width: 140px; }
}
/* Darken the scene without dimming the interface. */
body::after { display: none; }
.mockup-ui .wishlist {
  color: #111;
  background: #c0c0c0;
  border: 2px solid;
  border-color: #fff #151515 #151515 #fff;
  border-radius: 0;
  box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px #808080;
  font-family: 'MS Sans Serif', Tahoma, Arial, sans-serif;
  font-weight: 700;
  transition: none;
}
.mockup-ui .wishlist:hover { background: #d0d0d0; transform: none; border-color: #fff #151515 #151515 #fff; }
.mockup-ui .wishlist:active { background: #c0c0c0; border-color: #151515 #fff #fff #151515; box-shadow: inset 1px 1px #808080, inset -1px -1px #dfdfdf; transform: translate(1px, 1px); }
.mockup-ui .wishlist:focus-visible { outline: 1px dotted #111; outline-offset: -7px; }
/* Keep the Windows 95 bevel while lifting the buttons on hover. */
.mockup-ui .wishlist {
  box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px #808080, 0 3px 6px #0006;
  transition: box-shadow .2s ease, background-color .2s ease;
}
.mockup-ui .wishlist:hover,
.mockup-ui .wishlist:focus-visible {
  box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px #808080, 0 9px 20px #000a;
}
.mockup-ui .wishlist:active {
  box-shadow: inset 1px 1px #808080, inset -1px -1px #dfdfdf, 0 2px 4px #0006;
}
.mockup-ui .socials a {
  box-shadow: 0 2px 5px #0004;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.mockup-ui .socials a:hover,
.mockup-ui .socials a:focus-visible { box-shadow: 0 7px 16px #000b; }
.mockup-ui .wishlist {
  position: absolute;
  top: 24px;
  right: max(24px, calc((100vw - 1328px) / 2));
  left: auto;
}
@media (max-width: 700px) {
  .mockup-ui .wishlist { top: 16px; right: 16px; left: auto; padding: 12px 10px; font-size: 12px; gap: 7px; }
  .mockup-ui .hero { padding-top: 88px; }
}
.mockup-ui .trailer { right: auto; left: max(24px, calc((100vw - 1328px) / 2)); pointer-events: auto; }
.mockup-ui .trailer[disabled] { cursor: default; }
@media (max-width: 700px) {
  .mockup-ui .trailer { left: 16px; right: auto; }
  .mockup-ui .wishlist > svg { width: 20px; height: 20px; }
}
.mockup-ui .trailer { cursor: pointer; }
.trailer-dialog { width: min(960px, calc(100vw - 32px)); padding: 0; border: 2px solid; border-color: #fff #151515 #151515 #fff; background: #c0c0c0; color: #111; box-shadow: 0 16px 64px #000b; }
.trailer-dialog::backdrop { background: #000c; }
.trailer-titlebar { display: flex; justify-content: space-between; align-items: center; gap: 16px; background: #000080; color: #fff; padding: 6px 8px; font: bold 14px Tahoma, Arial, sans-serif; }
.trailer-close { width: 32px; height: 32px; background: #c0c0c0; color: #111; border: 2px solid; border-color: #fff #151515 #151515 #fff; cursor: pointer; font-size: 22px; }
.trailer-player { aspect-ratio: 16 / 9; max-height: calc(100svh - 100px); background: #000; }
.trailer-player iframe { display: block; width: 100%; height: 100%; border: 0; }
@media (max-width: 700px) {
  .scene { mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 88%, transparent); }
}
@media (max-width: 700px) and (max-height: 650px) {
  .mockup-ui h1 { width: 180px; }
  .mockup-ui .hero { padding-top: 76px; }
  .mockup-ui .studio-logo { width: 112px; }
  .mockup-ui .footer { padding-bottom: 10px; gap: 0; }
}
