@charset "UTF-8";
@font-face {
  font-family: "Oceanfoot Display";
  src: url("./assets/oceanfoot-display.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #102c30;
  --sea: #081e27;
  --deep: #030c10;
  --teal: #62d3bc;
  --teal-dark: #183f3c;
  --cream: #eee9dc;
  --paper: #f6f2e8;
  --gold: #dbb77c;
  --muted: #a8bcba;
  --line: #b8c8c52e;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--cream);
  background: var(--deep);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button svg {
  width: 24px;
  height: 24px;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #d9b878;
  outline-offset: 5px;
}
::selection {
  background: #e0c58c;
  color: #102b30;
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  z-index: 30;
  top: 8px;
  left: 8px;
  padding: 14px;
  background: var(--cream);
  color: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.section-pad {
  padding: 95px max(6vw, 24px);
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.5;
  margin: 0 0 24px;
  color: #d9c49e;
}
.eyebrow.dark {
  color: var(--teal);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2 {
  font-family: "Oceanfoot Display", Impact, sans-serif;
  letter-spacing: -0.047em;
}
h1 em,
h2 em,
h3 em {
  font-weight: 400;
}
p {
  line-height: 1.65;
}
button {
  border: 0;
}
/* Raised controls with a firm bevel, clear face and physical pressed state. */
.button,
.nav-play {
  --button-edge: #9ce9c5;
  --button-depth: #123e30;
  --button-rim: #c4ffe1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 9px 11px 9px 21px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 2px solid var(--button-edge);
  border-radius: 8px;
  color: #062b20;
  background: linear-gradient(180deg, #91e6c2 0%, #58caa0 44%, #37aa81 46%, #278b68 100%);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.09em;
  box-shadow:
    inset 0 2px #f0ffdb99,
    inset 0 -2px #0b4c3b66,
    0 5px var(--button-depth),
    0 7px #020e0d,
    0 10px 12px #0004;
  transition:
    transform 0.18s ease,
    border-color 0.2s,
    box-shadow 0.2s;
}
.button:hover,
.nav-play:hover {
  transform: translateY(-2px);
  border-color: var(--button-rim);
  box-shadow:
    inset 0 2px #ffffd7b3,
    inset 0 -2px #0003,
    0 7px var(--button-depth),
    0 9px #020e0d,
    0 12px 14px #0005;
}
.button:active,
.nav-play:active {
  transform: translateY(4px);
  box-shadow:
    inset 0 2px #0003,
    0 1px var(--button-depth),
    0 2px #020e0d;
}
.button-gold {
  --button-edge: #f4d17f;
  --button-depth: #745021;
  --button-rim: #fff0b3;
  background: linear-gradient(180deg, #ffe9a1 0%, #efc368 44%, #dca742 46%, #bd822b 100%);
  color: #352207;
}
.button-cream {
  --button-edge: #f4e5b9;
  --button-depth: #82703f;
  --button-rim: #fff9db;
  background: linear-gradient(180deg, #fff3cd, #e9d9a6 44%, #d8c58b 46%, #bba46b);
  color: #302919;
}
.button .button-icon,
.nav-play .button-icon {
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border: 1px solid #0a3427;
  border-radius: 6px;
  background: linear-gradient(180deg, #194c39, #0a2d21);
  color: #e1ffe9;
  box-shadow:
    inset 0 1px #e9fff433,
    0 2px #07291d66;
  transition: transform 0.25s;
}
.button-gold .button-icon {
  background: linear-gradient(180deg, #654621, #3a270f);
  border-color: #513411;
  color: #fff2be;
}
.button-icon svg {
  width: 16px;
  height: 16px;
}
.button:hover .button-icon,
.nav-play:hover .button-icon {
  transform: rotate(-8deg) scale(1.07);
}
.signal-dot,
.development-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a7cfb8;
  display: inline-block;
  box-shadow: 0 0 12px #bce8c377;
}
.site-header {
  height: 98px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 max(6vw, 24px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  border-bottom: 1px solid #cbd4c422;
}
.wordmark {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.site-header nav > a {
  position: relative;
  padding: 14px 0;
}
.site-header nav > a::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 7px;
  left: 0;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
.site-header nav > a:hover::after {
  transform: scaleX(1);
}
.nav-play {
  min-height: 46px;
  padding: 6px 7px 6px 17px;
  gap: 17px;
  font-size: 10px;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 730px;
  height: min(850px, 96svh);
  display: flex;
  align-items: center;
  padding: 130px max(6vw, 24px) 100px;
  overflow: hidden;
}
.hero-coast,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-coast {
  object-position: center 53%;
  animation: ocean-drift 15s ease-out both;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, #031722dd 0%, #071c2680 45%, #04172018 75%),
    linear-gradient(0deg, #071b24fa 0%, transparent 35%, #061b255a 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  width: 56%;
  max-width: 730px;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d3dccc;
}
.hero h1 {
  margin: 0 0 29px;
  text-shadow: 0 3px 22px #0003;
}
.hero-description {
  font-size: 15px;
  font-weight: 400;
  color: #c9d5ce;
  max-width: 345px;
  margin: 0 0 31px;
}
.hero-brand {
  position: absolute;
  right: 6%;
  top: 49%;
  transform: translateY(-45%);
  width: 34%;
  max-width: 470px;
}
.hero-brand img {
  width: 100%;
  filter: drop-shadow(0 12px 16px #0008);
  animation: logo-enter 0.9s ease-out both;
}
.hero-baseline {
  position: absolute;
  left: max(6vw, 24px);
  right: max(6vw, 24px);
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #abbeba;
  gap: 20px;
}
.hero-baseline a {
  color: var(--cream);
}
.hero-baseline a span {
  font-size: 16px;
  margin-left: 15px;
}
.games {
  background:
    radial-gradient(ellipse at 90% 0, #10393344, transparent 55%), #061114;
  color: var(--cream);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 40px;
}
.section-heading h2 {
  font-size: clamp(45px, 5vw, 75px);
  line-height: 1.02;
  margin: 0;
}
.section-heading > p {
  font-size: 14px;
  color: #a8bbb4;
  max-width: 355px;
  margin: 0 0 6px;
}
.section-heading .eyebrow {
  margin-bottom: 16px;
}
.game-showcase {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  background: #0d292c;
  color: var(--cream);
}
.game-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #071812;
}
.visual-toolbar {
  height: 50px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #ffffff13;
}
.development-label {
  font-size: 8px;
  letter-spacing: 0.08em;
  color: #d9e0ce;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.development-label i {
  width: 5px;
  height: 5px;
}
.view-toggle {
  display: flex;
  gap: 3px;
}
.view-toggle button {
  min-height: 30px;
  font: 700 8px/1 Arial;
  letter-spacing: 0.035em;
  padding: 8px;
  background: transparent;
  color: #90a9a3;
  white-space: nowrap;
}
.view-toggle button.selected {
  background: #274239;
  color: #e6dec8;
}
.view-toggle button:hover {
  color: #fff;
}
.game-visual figure {
  margin: 0;
  position: relative;
  flex: 1;
  min-height: 320px;
}
.game-visual figure > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1.55;
  transition: filter 0.2s;
}
.game-visual figcaption {
  position: absolute;
  bottom: 12px;
  left: 15px;
  padding: 5px 8px;
  background: #051912df;
  font-size: 7px;
  letter-spacing: 0.08em;
  color: #bacbbd;
}
.art-play {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eedbb0ed;
  border: 6px solid #ffefd532;
  color: #133438;
  box-shadow: 0 3px 18px #0007;
  opacity: 0;
  transition:
    opacity 0.25s,
    scale 0.25s;
}
.art-play svg {
  width: 30px;
  height: 30px;
  margin-left: 2px;
}
.game-visual:hover .art-play,
.art-play:focus-visible {
  opacity: 1;
}
.art-play:hover {
  scale: 1.08;
}
.game-description {
  padding: 36px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.game-description > .eyebrow {
  font-size: 10px;
  margin-bottom: 17px;
}
.game-description h3 {
  font:
    42px/0.98 "Oceanfoot Display",
    Impact,
    sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}
.game-description h3 em {
  color: #d4be93;
}
.game-description > p:not(.eyebrow):not(.practice-note) {
  font-size: 13px;
  color: #b8ccc2;
  margin: 0 0 21px;
}
.game-description > .button {
  align-self: flex-start;
  font-size: 10px;
  gap: 16px;
}
.game-description .practice-note {
  font-size: 10px;
  line-height: 1.4;
  color: #9cb3a8;
  margin: 10px 0 0;
}
.feature-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 50px;
}
.feature-notes article {
  display: flex;
  align-items: center;
  gap: 14px;
}
.feature-art {
  flex: none;
  width: 88px;
  position: relative;
}
.feature-art img {
  width: 100%;
  height: 104px;
  object-fit: contain;
  filter: drop-shadow(0 7px 6px #35492929);
}
.feature-art.dragon img {
  height: 115px;
}
.feature-notes h3 {
  font:
    22px/1.15 "Oceanfoot Display",
    Impact,
    sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 7px;
}
.feature-notes p {
  font-size: 12px;
  line-height: 1.55;
  color: #a0b8ad;
  margin: 0;
  max-width: 230px;
}
.studio {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10%;
  align-items: center;
  background:
    radial-gradient(ellipse at 20% 35%, #1a3b40 0%, transparent 62%), #092127;
  position: relative;
  overflow: hidden;
}
.studio::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  border: 1px solid #92b6a715;
  border-radius: 50%;
  left: -140px;
  top: -120px;
  pointer-events: none;
}
.studio::after {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  border: 1px solid #92b6a70d;
  border-radius: 50%;
  left: -80px;
  top: -56px;
  pointer-events: none;
}
.studio-seal {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.studio-seal img {
  width: min(350px, 100%);
  filter: drop-shadow(0 9px 14px #0005);
}
.studio-seal > span {
  font-size: 8px;
  letter-spacing: 0.2em;
  color: #90ada4;
  margin-top: 25px;
}
.studio-copy {
  max-width: 520px;
  z-index: 1;
}
.studio-copy h2 {
  font-size: clamp(45px, 4.8vw, 72px);
  line-height: 1.03;
  margin-bottom: 25px;
}
.studio-copy h2 em {
  color: #ccb891;
}
.studio-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: #b0c4ba;
  line-height: 1.75;
  margin-bottom: 16px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  border-bottom: 1px solid #c6ad7b70;
  padding: 10px 0;
  font-size: 9px;
  letter-spacing: 0.07em;
  color: #ecdfbe;
  font-weight: 700;
  margin-top: 12px;
}
.text-link > span {
  font-size: 20px;
}
.text-link:hover {
  color: #fff;
  border-color: #fff;
}
.manifesto {
  background:
    radial-gradient(ellipse at 50% 100%, #15363044, transparent 70%), #040e11;
  color: var(--cream);
  padding-top: 57px;
  padding-bottom: 65px;
}
.manifesto > .eyebrow {
  margin-bottom: 31px;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.principles article {
  position: relative;
  padding-left: 34px;
}
.principles article > span {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 9px;
  color: #8a998c;
}
.principles h3 {
  font:
    26px/1.2 "Oceanfoot Display",
    Impact,
    sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.principles p {
  font-size: 12px;
  color: #a0b8ad;
  margin: 0;
}
/* A single centered footer shared by every page. */
.site-footer {
  padding: 38px var(--page-gutter, 24px) 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #06171e;
  border-top: 1px solid #b8c8c51a;
  text-align: center;
}
.footer-meta { color: #9aafa6; text-align: center; }
.site-footer .footer-meta p { margin: 2px 0; font-size: 13px; line-height: 1.6; }
.footer-meta p:first-child { color: #cccfb8; letter-spacing: .02em; }
.demo-open {
  overflow: hidden;
}
.demo-dialog {
  width: min(1440px, 96vw);
  height: min(930px, 95dvh);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 1px solid #8c9f8377;
  background: #071b21;
  color: var(--cream);
  box-shadow: 0 30px 90px #000c;
  overflow: hidden;
  border-radius: 8px;
}
.demo-dialog[open] {
  display: flex;
  flex-direction: column;
}
.demo-dialog::backdrop {
  background: #061519a3;
}
.demo-header {
  height: 64px;
  flex: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px 10px 20px;
  border-bottom: 1px solid #aabbab2b;
}
.demo-header > div {
  flex: 1;
  min-width: 0;
}
.demo-header h2 {
  font:
    400 18px/1.1 "Oceanfoot Display",
    Impact,
    sans-serif;
  letter-spacing: 0.03em;
  margin: 0 0 4px;
}
.demo-header span {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #9cb6a9;
}
.demo-header button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: none;
  background: #132e32;
  color: #e1d5b5;
  border: 1px solid #75968740;
  border-radius: 5px;
}
.demo-header button:hover {
  background: #274d4c;
}
.demo-player {
  position: relative;
  flex: 1;
  min-height: 0;
  background: #040c0c;
}
.demo-player iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  position: relative;
  z-index: 1;
}
.demo-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #c1d0b1;
}
.demo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 10px 16px;
  font-size: 9px;
  color: #a9bcae;
  flex: none;
  min-height: 38px;
}
.standalone-demo {
  font-weight: 700;
  font-size: 8px;
  color: #e3d2a8;
  white-space: nowrap;
}
.demo-unavailable {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  text-align: center;
  z-index: 2;
  background: #0a252c;
}
.demo-unavailable h3 {
  font:
    32px/1.2 "Oceanfoot Display",
    Impact,
    sans-serif;
}
.demo-unavailable p {
  font-size: 14px;
  max-width: 400px;
  color: #b7c9be;
}
.demo-unavailable .button {
  margin-top: 15px;
}
.demo-dialog:fullscreen {
  width: 100vw;
  height: 100dvh;
  border: 0;
  border-radius: 0;
}
.reveal {
  opacity: 0;
  transform: translateY(15px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}
.feature-notes article:nth-child(2),
.principles article:nth-child(2) {
  transition-delay: 0.1s;
}
.feature-notes article:nth-child(3),
.principles article:nth-child(3) {
  transition-delay: 0.2s;
}
@keyframes ocean-drift {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@keyframes logo-enter {
  from {
    opacity: 0;
    transform: translateY(15px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .section-pad,
  .site-header,
  .hero,
  .site-footer {
    padding-left: max(6vw, calc((100vw - 1480px) / 2));
    padding-right: max(6vw, calc((100vw - 1480px) / 2));
  }
  .hero-brand {
    right: max(6%, calc((100vw - 1480px) / 2));
    width: 420px;
  }
  .hero-baseline {
    left: max(6%, calc((100vw - 1480px) / 2));
    right: max(6%, calc((100vw - 1480px) / 2));
  }
}
@media (max-width: 1050px) {
  .section-pad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hero {
    height: 750px;
    min-height: 680px;
  }
  .hero h1 {
    font-size: clamp(61px, 7.5vw, 83px);
  }
  .hero-brand {
    right: 4%;
    width: 38%;
  }
  .game-showcase {
    grid-template-columns: 1.3fr 1fr;
  }
  .game-description {
    padding: 26px 24px;
  }
  .game-description h3 {
    font-size: 34px;
  }
  .game-visual figure {
    min-height: 335px;
  }
  .game-visual figure > img {
    object-fit: cover;
  }
    .game-description > .button {
    font-size: 8px;
    padding: 14px 10px;
  }
  .feature-notes {
    gap: 25px;
  }
  .feature-notes article {
    display: block;
  }
  .feature-art {
    width: 76px;
    margin-bottom: 10px;
  }
  .feature-notes h3 {
    font-size: 21px;
  }
  .studio {
    gap: 8%;
  }
  .studio-seal img {
    width: 285px;
  }
  .principles h3 {
    font-size: 23px;
  }
}
@media (max-width: 760px) {
  :root {
    scroll-padding-top: 15px;
  }
  .site-header {
    height: 82px;
    padding: 0 23px;
  }
  .site-header nav {
    gap: 20px;
    font-size: 9px;
  }
  .site-header .nav-play {
    display: none;
  }
  .hero {
    min-height: 810px;
    height: 95svh;
    padding: 123px 25px 350px;
    align-items: flex-start;
  }
  .hero-copy {
    width: 100%;
    max-width: 540px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.11em;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(55px, 11vw, 84px);
    line-height: 0.98;
    margin-bottom: 19px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 285px;
    margin-bottom: 24px;
  }
  .hero .button {
    min-height: 48px;
    padding: 14px 18px;
    font-size: 9px;
  }
  .hero-brand {
    width: 238px;
    top: auto;
    bottom: 69px;
    right: 30px;
    transform: none;
  }
  .hero-shade {
    background:
      linear-gradient(180deg, #061a24b0, #071c2466 45%, #071b24a8 92%),
      linear-gradient(90deg, #031722b0, transparent 80%);
  }
  .hero-coast {
    object-position: 45% center;
  }
  .hero-baseline {
    left: 25px;
    right: 25px;
    bottom: 24px;
    font-size: 7px;
    letter-spacing: 0.06em;
  }
  .hero-baseline > a {
    font-size: 0;
  }
  .hero-baseline > a span {
    font-size: 21px;
  }
  .section-pad {
    padding: 57px 25px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 52px;
    margin-bottom: 23px;
  }
  .section-heading > p {
    font-size: 13px;
    max-width: 340px;
  }
  .desktop-break {
    display: none;
  }
  .game-showcase {
    grid-template-columns: 1fr;
  }
  .game-visual figure {
    min-height: 0;
    aspect-ratio: 1.6;
  }
  .game-visual figure > img {
    object-fit: cover;
    aspect-ratio: 1.6;
  }
  .visual-toolbar {
    padding: 9px 12px;
  }
  .game-visual figcaption {
    font-size: 6px;
    padding: 4px 6px;
    left: 9px;
    bottom: 8px;
  }
  .game-description {
    padding: 29px 27px;
  }
  .game-description h3 {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .game-description > p:not(.eyebrow):not(.practice-note) {
    font-size: 13px;
  }
  .game-description > .button {
    font-size: 9px;
    padding: 17px;
  }
    .feature-notes {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
  .feature-notes article {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #87978133;
    padding-bottom: 23px;
  }
  .feature-notes article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .feature-art {
    width: 80px;
    margin: 0;
  }
  .feature-art img {
    height: 95px;
  }
  .feature-art.dragon img {
    height: 100px;
  }
  .feature-notes h3 {
    font-size: 24px;
  }
  .feature-notes p {
    max-width: 380px;
    font-size: 12px;
  }
  .studio {
    display: flex;
    flex-direction: column-reverse;
    gap: 36px;
    padding-bottom: 48px;
  }
  .studio-copy {
    max-width: 100%;
  }
  .studio-copy h2 {
    font-size: 51px;
    margin-bottom: 25px;
  }
  .studio-copy p {
    font-size: 13px !important;
  }
  .studio-copy .eyebrow {
    font-size: 9px !important;
  }
  .studio-seal img {
    width: 230px;
  }
  .studio-seal > span {
    margin-top: 15px;
    font-size: 7px;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .principles article {
    padding-bottom: 23px;
    border-bottom: 1px solid #85958344;
  }
  .principles article:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .principles h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .principles p br {
    display: none;
  }
  .demo-dialog {
    width: 100vw;
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .demo-header {
    height: 57px;
    padding: 7px 8px 7px 14px;
  }
  .demo-header h2 {
    font-size: 12px;
  }
  .demo-header span {
    font-size: 6px;
  }
  .demo-header button {
    width: 40px;
    height: 40px;
  }
  .demo-footer {
    min-height: 36px;
    font-size: 7px;
    padding: 8px 11px;
  }
  .standalone-demo {
    font-size: 7px;
  }
}
@media (max-width: 375px) {
  .site-header {
    padding: 0 18px;
  }
  .site-header nav {
    gap: 14px;
    font-size: 8px;
  }
  .hero {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 780px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-brand {
    width: 220px;
    right: 20px;
    bottom: 60px;
  }
  .hero-baseline {
    left: 20px;
    right: 20px;
  }
  .section-pad {
    padding-left: 20px;
    padding-right: 20px;
  }
  .visual-toolbar {
    padding: 7px 9px;
    gap: 6px;
  }
  .development-label {
    font-size: 6px;
    letter-spacing: 0.03em;
  }
  .view-toggle button {
    font-size: 7px;
    padding: 7px 5px;
  }
  .game-description {
    padding: 25px 22px;
  }
  .game-description .button {
    font-size: 8px;
  }
  .section-heading h2,
  .studio-copy h2 {
    font-size: 46px;
  }
}
@media (orientation: landscape) and (max-height: 520px) {
  .hero {
    height: auto;
    min-height: 560px;
    padding-bottom: 90px;
    padding-top: 125px;
  }
  .hero-copy {
    width: 64%;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-brand {
    width: 28%;
    right: 5%;
    bottom: 85px;
  }
  .site-header {
    height: 75px;
  }
  .demo-dialog {
    width: 100vw;
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .demo-header {
    height: 44px;
    padding: 2px 7px 2px 12px;
  }
  .demo-header h2 {
    font-size: 11px;
  }
  .demo-header span {
    font-size: 6px;
  }
  .demo-header button {
    height: 36px;
    width: 36px;
  }
  .demo-footer {
    height: 25px;
    min-height: 25px;
    padding: 4px 12px;
    font-size: 7px;
  }
}
@media (hover: none) {
  .art-play {
    display: none;
  }
  .button:hover {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Light travels over the bevel, while the body stays anchored under the pointer. */
.button::before {
  content: "";
  position: absolute;
  inset: -80% auto -80% -55%;
  width: 35%;
  background: linear-gradient(90deg, transparent, #fff9, transparent);
  transform: rotate(20deg);
  pointer-events: none;
  transition: left 0.7s ease;
  opacity: 0.2;
}
.button:hover::before {
  left: 130%;
}
.signal-dot {
  box-shadow: 0 0 12px #62d3bc66;
}
.hero-brand {
  perspective: 900px;
}
.hero-brand img {
  transition:
    transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1),
    filter 0.7s;
}
.hero-brand:hover img {
  transform: rotateY(-8deg) rotateX(3deg) translateY(-6px);
  filter: drop-shadow(12px 18px 20px #0009);
}
.feature-art {
  transition:
    transform 0.4s,
    filter 0.4s;
}
.feature-notes article:hover .feature-art {
  transform: translateY(-6px) rotate(-4deg);
  filter: drop-shadow(0 8px 10px #53b99833);
}
.game-showcase {
  border: 1px solid #9fa27f44;
  box-shadow: 0 18px 60px #0006;
}
.game-story-link {
  margin-top: 21px !important;
  align-self: flex-start;
  color: var(--teal);
}
@media (prefers-reduced-motion: reduce) {
  .hero-brand:hover img,
  .feature-notes article:hover .feature-art {
    transform: none;
  }
  .button::before {
    display: none;
  }
}

.game-description > .button {
  width: fit-content;
  max-width: 100%;
  padding: 9px 11px 9px 18px;
  min-height: 54px;
}
.game-description .practice-note {
  text-align: left;
}
.site-header .nav-play {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 760px) {
  .button {
    font-size: 10px;
    gap: 16px;
  }
  .button .button-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }
  .site-header .nav-play {
    min-height: 40px;
    padding: 5px 7px 5px 11px;
    gap: 10px;
    font-size: 8px;
  }
  .nav-play .button-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
}
@media (max-width: 430px) {
  .site-header nav > a {
    display: none;
  }
}

/* A bold, friendly studio voice, with straight sans-serif copy underneath. */
h1,
h2,
h3 {
  font-family: "Oceanfoot Display", Impact, sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: 0.005em !important;
  text-transform: uppercase;
}
h1 em,
h2 em,
h3 em {
  font-style: normal;
  color: var(--teal);
}
.hero h1 {
  font-size: clamp(54px, 6.4vw, 95px);
  line-height: 0.99;
}
.hero h1 em {
  color: var(--teal);
}
.section-heading h2,
.studio-copy h2 {
  font-size: clamp(42px, 4.4vw, 65px);
  line-height: 1.02;
}
.game-description h3 {
  font-size: 39px;
  line-height: 1.04;
}
.feature-notes h3 {
  font-size: 25px;
}
.principles h3 {
  font-size: 29px;
}
@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(44px, 12vw, 69px);
  }
  .section-heading h2,
  .studio-copy h2 {
    font-size: 44px;
  }
  .game-description h3 {
    font-size: 35px;
  }
}

.wordmark {
  display: block;
  flex-shrink: 0;
  width: 250px;
}
.wordmark img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 3px 3px #0008);
}
.footer-name {
  display: block;
  width: 72px;
  flex-shrink: 0;
}
.footer-name img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 8px #0009);
}
@media (max-width: 760px) {
  .wordmark {
    width: 190px;
  }
}
@media (max-width: 430px) {
  .wordmark {
    width: 175px;
  }
}
@media (max-width: 350px) {
  .wordmark {
    width: 160px;
  }
}

/* The games shelf is a disclosure, so it works with mouse, keyboard and touch. */
.site-header:has(.games-menu[open]) { background: #071a20; border-bottom-color: #72c4ae55; }
.games-menu summary { list-style: none; display: flex; align-items: center; gap: 9px; min-height: 44px; cursor: pointer; color: var(--cream); }
.games-menu summary::-webkit-details-marker { display: none; }
.games-menu summary svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s; }
.games-menu[open] summary { color: var(--teal); }
.games-menu[open] summary svg { transform: rotate(180deg); }
.games-panel { position: absolute; top: calc(100% - 1px); left: 50%; width: min(1180px, calc(100vw - 48px)); transform: translateX(-50%); padding: 28px; background: linear-gradient(140deg, #132e33, #07151d 65%); border: 1px solid #558e8270; border-top: 2px solid #70ceb3; border-radius: 0 0 16px 16px; box-shadow: inset 0 1px #dbfff311, 0 9px #020b10, 0 28px 70px #000c; max-height: calc(100svh - 112px); overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #548779 #07151d; }
.games-panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.games-panel-heading .eyebrow { display: block; color: var(--teal); font-size: 9px; margin-bottom: 7px; }
.games-panel-heading p { margin: 0; font: 30px/1.1 "Oceanfoot Display", Impact, sans-serif; letter-spacing: .01em; }
.lineup-count { color: #8caaa5; font-size: 8px; line-height: 1.6; }
.games-menu-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
.menu-game { display: block; min-width: 0; border: 1px solid #49625d; border-radius: 10px; background: #071316; box-shadow: inset 0 1px #ffffff0d, 0 5px #020a0e; overflow: hidden; }
.menu-game-live { transition: transform .2s, border-color .2s; }
.menu-game-live:hover { transform: translateY(-4px); border-color: var(--teal); }
.menu-game-art { height: 185px; position: relative; display: grid; place-items: center; isolation: isolate; background: #02090e; }
.menu-game-scene { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; opacity: .55; z-index: -1; }
.menu-game-logo { width: 72%; max-height: 130px; object-fit: contain; filter: drop-shadow(0 5px 7px #000); transition: transform .3s; }
.menu-game-live:hover .menu-game-logo { transform: scale(1.06) rotate(-2deg); }
.menu-game-status { position: absolute; top: 12px; left: 12px; padding: 6px 8px; color: #baf8df; background: #09291cdb; border: 1px solid #51886b; border-radius: 4px; font-size: 8px; }
.menu-game-caption { padding: 17px 16px; display: flex; justify-content: space-between; align-items: center; gap: 10px; border-top: 1px solid #4d796133; }
.menu-game-caption strong { font: 23px/1.15 "Oceanfoot Display", Impact, sans-serif; letter-spacing: .01em; display: block; }
.menu-game-caption div > span { display: block; margin-top: 6px; color: #8fa79d; font-size: 8px; line-height: 1.5; }
.menu-game-arrow { font-size: 26px; color: var(--teal); }
.release-tag { white-space: nowrap; font-size: 9px; letter-spacing: .04em; color: #c5d7cc; padding: 7px; border: 1px solid #537365; border-radius: 4px; }
.menu-mystery { position: relative; height: 185px; display: grid; place-items: center; background: radial-gradient(ellipse at 50% 65%, #28514a77, transparent 68%), repeating-linear-gradient(135deg, transparent 0 18px, #afdfc504 18px 19px); }
.menu-mystery > span { position: absolute; top: 14px; left: 16px; font: 30px "Oceanfoot Display", Impact, sans-serif; color: #75938b44; }
.menu-mystery img { width: 108px; height: 108px; object-fit: contain; opacity: .38; filter: saturate(.25); }
.menu-game-soon:last-child .menu-mystery { background-color: #151925; }
.menu-studio-link { display: flex; justify-content: space-between; padding-top: 20px; color: var(--teal); font-size: 9px; }
.studio-fx { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 5; }
@media (max-width: 760px) {
  .site-header nav { gap: 16px; }
  .site-header .nav-play { min-width: 40px; padding: 5px; }
  .nav-play-label { display: none; }
  .games-panel { width: calc(100vw - 24px); padding: 18px; max-height: calc(100svh - 96px); }
  .games-menu-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .menu-game-live { grid-column: 1/-1; display: grid; grid-template-columns: 1.1fr 1fr; }
  .menu-game-art { height: 150px; }
  .menu-game-live .menu-game-caption { border-top: 0; border-left: 1px solid #4d796133; }
  .menu-mystery { height: 105px; }
  .menu-mystery img { width: 76px; height: 76px; }
  .menu-game-soon .menu-game-caption { display: block; padding: 12px; }
  .menu-game-caption strong { font-size: 21px; }
  .menu-game-soon .release-tag { display: inline-block; margin-top: 11px; }
  .lineup-count { display: none; }
  .games-panel-heading p { font-size: 26px; }
}
@media (max-width: 600px) { .site-header nav > a { display: none; } }
@media (max-width: 350px) {
  .site-header .wordmark img { width: 140px; }
  .site-header nav { gap: 12px; }
  .games-panel { padding: 14px; }
  .menu-game-caption { padding: 12px; }
  .menu-game-art { height: 135px; }
}
@media (prefers-reduced-motion: reduce) {
  .menu-game-live:hover, .menu-game-live:hover .menu-game-logo { transform: none; }
  .studio-fx { display: none; }
}

/* First-visit acknowledgement, centred above a dark blurred backdrop. */
.visitor-notice{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);margin:0;width:min(520px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow-y:auto;display:grid;justify-items:center;text-align:center;gap:22px;padding:36px;border:2px solid #a78f53;border-radius:18px;background:linear-gradient(145deg,#163329,#071613 72%);box-shadow:inset 0 1px #f3d99945,0 7px #020806,0 24px 70px #000c;color:#efe9d9}
.visitor-notice:not([open]){display:none}.visitor-notice::backdrop{background:rgb(0 0 0 / 90%);backdrop-filter:blur(9px)}
.visitor-age{display:grid;place-content:center;width:86px;height:86px;border:3px solid #deb765;border-radius:50%;font:48px/1 "Oceanfoot Display",Impact,sans-serif;color:#ffe39a;position:relative;background:#080f0b;box-shadow:0 4px #715526}
.visitor-age span{position:absolute;right:7px;top:12px;font-size:24px}.visitor-copy strong{display:block;font:32px/1.1 "Oceanfoot Display",Impact,sans-serif;letter-spacing:0}.visitor-copy p{font-size:16px;line-height:1.55;margin:14px 0}.visitor-copy small{display:block;font-size:12px;line-height:1.55;color:#acc3b7}
.visitor-actions{display:grid;gap:18px;justify-items:center;width:100%}.visitor-actions .button{padding:14px 20px;gap:18px;font-size:12px;min-height:56px;width:100%}.visitor-leave{background:none;padding:8px 18px;color:#b9c9bd;font-size:12px;font-weight:800;letter-spacing:.1em}.visitor-leave:hover{color:#fff}
html.visitor-notice-open .corner-companions,html.demo-open .studio-fx{visibility:hidden}
@media(max-width:540px){.visitor-notice{padding:26px 22px;gap:20px}.visitor-age{width:74px;height:74px;font-size:42px}.visitor-age span{font-size:20px;right:5px;top:9px}.visitor-copy strong{font-size:28px}.visitor-copy p{font-size:15px}.visitor-actions .button{font-size:11px}}
@media(max-height:520px) and (orientation:landscape){.visitor-notice{width:min(740px,calc(100% - 32px));grid-template-columns:76px minmax(0,1fr);gap:14px 22px;padding:20px 26px;text-align:left}.visitor-age{width:70px;height:70px;font-size:40px}.visitor-age span{font-size:20px;right:3px;top:9px}.visitor-copy strong{font-size:26px}.visitor-copy p{margin:8px 0;font-size:14px}.visitor-actions{grid-column:1/-1;display:flex;gap:22px}.visitor-actions .button{width:auto;min-height:48px;font-size:11px}.visitor-leave{white-space:nowrap}}

/* Native scrolling, with the same dark cabinet and warm metal as the controls. */
html{scrollbar-color:#927746 #061311;scrollbar-width:thin}
*::-webkit-scrollbar{width:12px;height:12px}
*::-webkit-scrollbar-track{background:#061311;border-radius:8px}
*::-webkit-scrollbar-thumb{background:linear-gradient(#bea36d,#82643c);border:3px solid #061311;border-radius:9px}
*::-webkit-scrollbar-thumb:hover{background:#d7bb80}
*::-webkit-scrollbar-corner{background:#061311}
.footer-links { display:flex; justify-content:center; align-items:center; gap:24px; flex-wrap:wrap; }
.footer-links a { display:inline-flex; align-items:center; min-height:44px; font-size:14px; line-height:1.5; color:#c6d2c8; text-underline-offset:5px; }
.footer-links a:hover { color:#ffe2a2; text-decoration:underline; }
.footer-credit { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:44px; color:#9aafa6; }
.footer-credit span { font-size:12px; white-space:nowrap; }
.footer-credit img { display:block; width:76px; height:auto; object-fit:contain; }
.footer-credit:hover { color:#ffe2a2; }
