:root {
  color-scheme: dark;
  --ink: #030403;
  --paper: #fff4dc;
  --muted: #d6c5a9;
  --hot: #ff1f68;
  --cyan: #00f1ed;
  --acid: #b8ff25;
  --amber: #ff9a23;
  --green: #43d66f;
  --glass: rgba(5, 7, 7, 0.72);
  --glass-strong: rgba(5, 7, 7, 0.9);
  --line: rgba(255, 255, 255, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

html:has(body.studio-redesign) {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 31, 104, 0.14), transparent 32rem),
    radial-gradient(circle at 82% 20%, rgba(0, 241, 237, 0.13), transparent 34rem),
    linear-gradient(180deg, #050302, #06100c 42%, #020202);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, system-ui, sans-serif;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: 8rem;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

#atmosphere {
  position: fixed;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.55;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 0.7rem clamp(1rem, 3.5vw, 3rem);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.18), transparent);
  backdrop-filter: blur(10px);
}

.site-brand {
  justify-self: start;
  width: clamp(8rem, 13vw, 12rem);
}

.site-brand img {
  width: 100%;
  filter: drop-shadow(0 0 20px rgba(184, 255, 37, 0.22));
}

.studio-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  min-width: 0;
  color: var(--paper);
  text-transform: uppercase;
}

.studio-brand img {
  width: clamp(8rem, 14vw, 12rem);
  max-height: 4.4rem;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(0, 241, 237, 0.22));
}

.studio-brand span {
  display: grid;
  line-height: 0.9;
}

.studio-brand b {
  font-size: clamp(1rem, 1.6vw, 1.35rem);
}

.studio-brand em {
  color: var(--cyan);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 950;
}

nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

nav a,
.header-cta,
.button {
  min-height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

nav a {
  padding: 0 0.8rem;
  color: var(--muted);
  font-size: 0.95rem;
}

nav a:hover,
nav a.active {
  color: var(--cyan);
  text-shadow: 0 0 14px rgba(0, 241, 237, 0.72);
}

.header-cta {
  justify-self: end;
  padding: 0 1rem;
  color: #050505;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 22px rgba(0, 241, 237, 0.24);
}

.header-cta.muted {
  color: var(--paper);
  background: rgba(0, 0, 0, 0.56);
}

.full-bleed,
.page-hero,
.download-band,
.investor-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.scene-bg {
  position: absolute;
  z-index: -3;
  inset: -7%;
  width: 114%;
  height: 114%;
  object-fit: cover;
  transform: translate3d(calc(var(--mx, 0) * -18px), var(--parallax-y, 0), 0) scale(1.02);
  filter: saturate(1.12) contrast(1.08) brightness(0.74);
}

.hero-vignette,
.full-bleed::after,
.page-hero::after,
.download-band::after,
.investor-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.68)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent 58%, rgba(0, 0, 0, 0.52));
}

.launch-hero {
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: clamp(7rem, 14vh, 9rem) clamp(1rem, 5vw, 5rem) 8.5rem;
}

.studio-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 26rem);
  align-items: end;
  gap: clamp(1rem, 4vw, 3rem);
  padding: clamp(7rem, 14vh, 9rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 8vh, 5.5rem);
}

.studio-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 16% 26%, rgba(0, 241, 237, 0.22), transparent 22rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.36) 58%, rgba(0, 0, 0, 0.82));
}

.studio-hero-copy {
  width: min(58rem, 100%);
}

.studio-lockup {
  display: grid;
  grid-template-columns: clamp(5rem, 10vw, 8rem) minmax(0, 1fr);
  gap: clamp(0.85rem, 2vw, 1.4rem);
  align-items: center;
}

.studio-lockup img {
  width: 100%;
  filter: drop-shadow(0 0 28px rgba(0, 241, 237, 0.25));
}

.studio-lockup h1 {
  max-width: 10ch;
  font-size: clamp(3.5rem, 9vw, 8rem);
}

.current-title-card,
.game-tile,
.studio-proof article,
.studio-contact-band {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.86), rgba(6, 20, 17, 0.72));
  border: 1px solid var(--line);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

.current-title-card {
  padding: 1rem;
  border-color: rgba(184, 255, 37, 0.28);
  backdrop-filter: blur(7px);
}

.current-title-card span,
.game-tile span,
.studio-proof span {
  color: var(--amber);
  font-weight: 950;
  text-transform: uppercase;
}

.current-title-card img {
  width: min(18rem, 100%);
  margin: 0.5rem 0;
  filter: drop-shadow(0 0 22px rgba(184, 255, 37, 0.25));
}

.current-title-card p,
.studio-split p,
.studio-proof p,
.studio-contact-band p,
.game-tile p {
  color: #f2e5cf;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.45;
}

.current-title-card a {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  margin-top: 0.4rem;
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-copy {
  width: min(48rem, 100%);
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: var(--cyan);
  font-size: clamp(0.86rem, 1vw, 1rem);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-logo {
  width: min(44rem, 92vw);
  margin-left: -0.8rem;
  filter: drop-shadow(0 0 26px rgba(184, 255, 37, 0.28));
}

.hero-line,
.page-hero p,
.download-card p,
.investor-hero p,
.split-band p,
.feature-run p,
.mechanic-grid p,
.reward-systems p,
.investor-deep p,
.investor-close p,
.award-grid p,
.boat-grid p {
  color: #f2e5cf;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.48;
}

.hero-line {
  width: min(40rem, 100%);
  margin: 0.5rem 0 1.4rem;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  padding: 0 1.1rem;
  border: 1px solid var(--line);
  color: var(--paper);
  background: rgba(0, 0, 0, 0.62);
}

.button.primary {
  color: #06100d;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
}

.button.secondary {
  border-color: rgba(0, 241, 237, 0.55);
  box-shadow: inset 0 0 22px rgba(0, 241, 237, 0.12);
}

.hud-strip {
  position: absolute;
  left: clamp(1rem, 5vw, 5rem);
  right: clamp(1rem, 5vw, 5rem);
  bottom: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.hud-strip span {
  padding: 0.72rem 0.85rem;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 950;
  text-transform: uppercase;
}

.split-band,
.studio-split,
.boat-showcase,
.home-detail-band,
.studio-proof,
.studio-contact-band,
.feature-run,
.mechanics-band,
.reward-systems,
.investor-deep,
.investor-close,
.contact-grid,
.post-list {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(22rem, 1.15fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
}

.studio-split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 1.14fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
}

.game-tile {
  display: grid;
  overflow: hidden;
}

.game-tile img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}

.game-tile div {
  padding: 1rem;
}

.game-tile strong {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.studio-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.studio-proof article {
  min-height: 14rem;
  padding: 1rem;
  border-color: rgba(0, 241, 237, 0.22);
}

.studio-proof strong {
  display: block;
  margin-top: 0.6rem;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.studio-contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1rem, 4vw, 2rem);
  margin-bottom: clamp(3rem, 7vw, 5rem);
}

.studio-contact-band h2 {
  font-size: clamp(1.9rem, 4vw, 3.8rem);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4.8vw, 4.5rem);
}

.screen-stack {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 0.8rem;
  align-items: center;
}

.screen-stack img,
.feature-run article,
.home-detail-band article,
.boat-grid article,
.world-grid article,
.mechanic-grid article,
.award-grid article,
.reward-systems article,
.raise-grid article,
.investor-deep article,
.download-card,
.investor-close,
.contact-grid a,
.post-list article,
.redirect-card {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.86), rgba(6, 20, 17, 0.72));
  border: 1px solid var(--line);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

.screen-stack img:first-child {
  transform: rotate(-1.8deg);
}

.screen-stack img:last-child {
  transform: rotate(1.6deg);
}

.feature-run {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-run article {
  overflow: hidden;
}

.feature-run img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

.feature-run div,
.home-detail-band article,
.boat-grid article,
.world-grid article,
.mechanic-grid article,
.award-grid article,
.reward-systems article,
.raise-grid article,
.investor-deep article,
.contact-grid a,
.post-list article {
  padding: 1rem;
}

.feature-run span,
.boat-grid span,
.world-grid span,
.raise-grid span,
.contact-grid span,
.post-list span {
  color: var(--amber);
  font-weight: 950;
  text-transform: uppercase;
}

.feature-run strong,
.boat-grid strong,
.award-grid strong,
.mechanic-grid strong,
.contact-grid strong {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 1rem;
}

.boat-grid,
.world-grid,
.mechanic-grid,
.award-grid,
.raise-grid,
.contact-grid,
.post-list {
  display: grid;
  gap: 1rem;
}

.home-detail-band {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 1rem;
  align-items: stretch;
}

.home-detail-band article {
  min-height: 24rem;
}

.token-card {
  display: grid;
  grid-template-columns: minmax(10rem, 0.45fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.token-card img {
  width: 100%;
  filter: drop-shadow(0 0 30px rgba(255, 154, 35, 0.3));
}

.boat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.boat-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.boat-grid img {
  width: 100%;
  height: 10rem;
  object-fit: contain;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 0 18px rgba(0, 241, 237, 0.24));
}

.download-band {
  min-height: 72vh;
  display: grid;
  align-items: center;
  padding: clamp(5rem, 12vh, 8rem) clamp(1rem, 5vw, 5rem);
}

.download-card {
  width: min(42rem, 100%);
  padding: clamp(1.2rem, 4vw, 2.4rem);
  border-left: 4px solid var(--acid);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem clamp(1rem, 4vw, 3rem);
  color: var(--muted);
  background: rgba(0, 0, 0, 0.86);
  border-top: 1px solid var(--line);
}

.site-footer a {
  color: var(--cyan);
  font-weight: 950;
  text-transform: uppercase;
}

.page-main {
  padding-top: 5.8rem;
}

.page-hero,
.investor-hero {
  min-height: 66vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.5fr);
  gap: 2rem;
  align-items: end;
  padding: clamp(4rem, 10vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.page-hero > div,
.investor-hero > div {
  width: min(58rem, 100%);
}

.page-hero p,
.investor-hero p {
  width: min(44rem, 100%);
}

.world-grid {
  width: min(1180px, calc(100% - 2rem));
  margin: -2.5rem auto 0;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.world-grid article {
  position: relative;
  min-height: 20rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 154, 35, 0.08), transparent 42%),
    rgba(0, 0, 0, 0.78);
  border-color: rgba(0, 241, 237, 0.24);
  clip-path: polygon(0 0, calc(100% - 1.1rem) 0, 100% 1.1rem, 100% 100%, 1.1rem 100%, 0 calc(100% - 1.1rem));
}

.world-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 14px);
  opacity: 0.45;
  pointer-events: none;
}

.world-grid article::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.85rem;
  height: 0.2rem;
  background: linear-gradient(90deg, var(--cyan), var(--hot), var(--amber));
  box-shadow: 0 0 18px rgba(0, 241, 237, 0.35);
}

.world-grid article:nth-child(3n + 1) {
  border-color: rgba(184, 255, 37, 0.28);
}

.world-grid article:nth-child(3n + 2) {
  border-color: rgba(255, 31, 104, 0.28);
}

.world-grid article span {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 3.2rem;
  min-height: 2.4rem;
  display: grid;
  place-items: center;
  color: #050505;
  background: linear-gradient(100deg, var(--amber), var(--acid));
  box-shadow: 0 0 22px rgba(255, 154, 35, 0.28);
}

.world-grid article strong,
.world-grid article p,
.world-grid .boss-art,
.world-grid article em {
  position: relative;
  z-index: 1;
}

.world-grid .boss-art {
  width: 100%;
  height: 8.4rem;
  object-fit: contain;
  margin: 0.15rem 0 0.55rem;
  filter: drop-shadow(0 0 20px rgba(0, 241, 237, 0.26));
  transform: scale(1.12);
}

.world-grid article strong {
  display: block;
  max-width: calc(100% - 3rem);
  padding-top: 0.2rem;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.world-grid article em {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  margin-top: 0.35rem;
  padding: 0 0.55rem;
  color: var(--cyan);
  background: rgba(0, 241, 237, 0.1);
  border: 1px solid rgba(0, 241, 237, 0.28);
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.world-grid article:hover {
  transform: translateY(-0.18rem);
  border-color: rgba(0, 241, 237, 0.66);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45), inset 0 0 30px rgba(0, 241, 237, 0.1);
}

.mechanic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mechanic-grid article {
  position: relative;
  min-height: 15rem;
  overflow: hidden;
  border-color: rgba(255, 154, 35, 0.22);
}

.mechanic-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 241, 237, 0.18), transparent 11rem),
    linear-gradient(135deg, rgba(255, 31, 104, 0.08), transparent 45%);
  pointer-events: none;
}

.mechanic-grid article span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.55rem;
  color: #050505;
  background: linear-gradient(100deg, var(--cyan), var(--acid));
  font-weight: 950;
  text-transform: uppercase;
}

.mechanic-grid article strong,
.mechanic-grid article p,
.meter {
  position: relative;
  z-index: 1;
}

.meter {
  height: 0.62rem;
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.meter i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--hot));
  box-shadow: 0 0 18px rgba(0, 241, 237, 0.42);
}

.meter.amber i {
  background: linear-gradient(90deg, var(--amber), var(--acid));
}

.meter.hot i {
  background: linear-gradient(90deg, var(--hot), #ff6b2a);
}

.meter.acid i {
  background: linear-gradient(90deg, var(--acid), var(--green));
}

.token-sheet {
  justify-self: center;
  align-self: center;
  width: min(18rem, 42vw);
  filter: drop-shadow(0 0 30px rgba(255, 154, 35, 0.35));
}

.award-grid {
  width: min(1180px, calc(100% - 2rem));
  margin: -2rem auto 0;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.award-grid img {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: contain;
  margin: 0 auto 0.7rem;
}

.award-grid article {
  text-align: center;
}

.inline-hero {
  margin-top: clamp(2rem, 5vw, 4rem);
}

.award-grid.inline-grid {
  margin-top: 1rem;
}

.reward-systems,
.investor-deep {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.investor-page {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 154, 35, 0.14), transparent 30rem),
    radial-gradient(circle at 80% 16%, rgba(0, 241, 237, 0.12), transparent 32rem),
    #030403;
}

.investor-hero {
  grid-template-columns: minmax(0, 1fr);
}

.raise-grid {
  width: min(1120px, calc(100% - 2rem));
  margin: -2rem auto 0;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.raise-grid strong {
  display: block;
  margin: 0.35rem 0;
  color: var(--acid);
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.9;
}

.raise-grid .target {
  border-color: rgba(184, 255, 37, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42), inset 0 0 35px rgba(184, 255, 37, 0.14);
}

.investor-close {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: clamp(1rem, 4vw, 2rem);
}

.investor-close img {
  width: 100%;
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.contact-grid a {
  min-height: 12rem;
}

.contact-grid a:hover {
  border-color: rgba(0, 241, 237, 0.55);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42), inset 0 0 30px rgba(0, 241, 237, 0.12);
}

.post-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-list h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.redirect-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.redirect-card {
  width: min(42rem, 100%);
  padding: clamp(1rem, 4vw, 2rem);
  text-align: center;
}

.redirect-card img {
  width: min(24rem, 80vw);
  margin: 0 auto 1rem;
}

.career-hero {
  min-height: 74vh;
}

.career-hero-panel {
  position: relative;
  padding: clamp(1rem, 3vw, 1.8rem);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.28)),
    linear-gradient(135deg, rgba(0, 241, 237, 0.12), transparent 48%);
  border-left: 4px solid var(--cyan);
  box-shadow: inset 0 0 42px rgba(0, 241, 237, 0.08);
  backdrop-filter: blur(4px);
}

.career-hero-panel::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: min(22rem, 38vw);
  height: 0.25rem;
  background: linear-gradient(90deg, transparent, var(--hot), var(--amber));
  box-shadow: 0 0 20px rgba(255, 31, 104, 0.35);
}

.career-hud {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.career-hud span {
  min-height: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-transform: uppercase;
  font-weight: 950;
}

.career-hud strong {
  color: var(--acid);
  font-size: 1.55rem;
  line-height: 0.9;
}

.world-grid {
  margin-top: -4rem;
  scroll-margin-top: 13rem;
}

.world-grid .boss-chip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.45rem;
  align-items: stretch;
  margin-top: 0.45rem;
  color: var(--cyan);
  background: rgba(0, 241, 237, 0.08);
  border: 1px solid rgba(0, 241, 237, 0.28);
  font-weight: 950;
  text-transform: uppercase;
}

.world-grid .boss-chip b {
  display: grid;
  place-items: center;
  padding: 0 0.35rem;
  color: #050505;
  background: linear-gradient(100deg, var(--hot), var(--amber));
}

.world-grid .boss-chip em {
  padding: 0.35rem 0.45rem 0.3rem 0;
  font-style: normal;
}

.award-grid article {
  position: relative;
  overflow: hidden;
  padding: 1rem 0.8rem;
  border-color: rgba(0, 241, 237, 0.2);
}

.award-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 241, 237, 0.14), transparent 7rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 13px);
  opacity: 0.8;
  pointer-events: none;
}

.award-grid article > * {
  position: relative;
  z-index: 1;
}

.award-grid strong {
  min-height: 2.4rem;
  display: grid;
  place-items: center;
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
}

.award-grid p {
  min-height: 2.8rem;
  margin: 0.25rem 0 0.7rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.25;
}

.payout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
}

.payout span {
  display: block;
  min-height: 1.65rem;
  padding: 0.32rem 0.35rem;
  color: #050505;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
  font-weight: 950;
  text-transform: uppercase;
}

.payout span:nth-child(2) {
  background: linear-gradient(100deg, var(--amber), #ffe15a);
}

.payout span:nth-child(3) {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    order: 3;
    grid-column: 1 / -1;
    justify-self: stretch;
    overflow-x: auto;
  }

  .header-cta {
    justify-self: end;
  }

  .hud-strip,
  .feature-run,
  .home-detail-band,
  .studio-hero,
  .studio-split,
  .studio-proof,
  .boat-grid,
  .boat-grid.compact,
  .world-grid,
  .mechanic-grid,
  .award-grid,
  .reward-systems,
  .raise-grid,
  .investor-deep,
  .contact-grid,
  .post-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-band,
  .studio-contact-band,
  .page-hero,
  .investor-close,
  .token-card {
    grid-template-columns: 1fr;
  }

  .world-grid,
  .award-grid,
  .raise-grid,
  .contact-grid {
    margin-top: 1rem;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: sticky;
    padding: 0.55rem 0.75rem;
  }

  .site-brand {
    width: 7.5rem;
  }

  .studio-brand span {
    display: none;
  }

  .studio-brand img {
    width: 3rem;
  }

  .header-cta {
    min-height: 2.35rem;
    padding: 0 0.7rem;
    font-size: 0.82rem;
  }

  nav a {
    min-height: 2.25rem;
    padding: 0 0.65rem;
    font-size: 0.84rem;
  }

  .launch-hero {
    min-height: 86vh;
    display: block;
    padding: 3.2rem 1rem 1rem;
  }

  .studio-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 3.2rem 1rem 2rem;
  }

  .studio-lockup {
    grid-template-columns: 4.3rem minmax(0, 1fr);
  }

  .hud-strip,
  .feature-run,
  .home-detail-band,
  .studio-split,
  .studio-proof,
  .boat-grid,
  .boat-grid.compact,
  .world-grid,
  .mechanic-grid,
  .award-grid,
  .reward-systems,
  .raise-grid,
  .investor-deep,
  .contact-grid,
  .post-list,
  .screen-stack {
    grid-template-columns: 1fr;
  }

  .hud-strip {
    position: static;
    margin-top: 1.3rem;
  }

  h1 {
    font-size: clamp(2.45rem, 14vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .page-main {
    padding-top: 0;
  }

  .page-hero,
  .investor-hero {
    min-height: auto;
    padding: 3.5rem 1rem 2.5rem;
  }

  .token-sheet {
    width: min(15rem, 80vw);
  }

  .career-hud,
  .world-grid .boss-chip {
    grid-template-columns: 1fr;
  }

  .site-footer,
  .action-row,
  .studio-contact-band {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}

/* Iron Creek Studio company home redesign */
.studio-redesign {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  max-height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
  color: #f4ead8;
  background:
    linear-gradient(90deg, rgba(244, 234, 216, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(244, 234, 216, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 15% 18%, rgba(255, 154, 35, 0.18), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(0, 214, 201, 0.18), transparent 30rem),
    radial-gradient(circle at 58% 90%, rgba(255, 31, 104, 0.12), transparent 31rem),
    linear-gradient(180deg, #090b0a, #050706 48%, #020303);
  background-size: 48px 48px, 48px 48px, auto, auto, auto, auto;
}

.studio-redesign main {
  position: fixed;
  inset: 0;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

.studio-redesign #atmosphere {
  opacity: 0.38;
}

.studio-redesign .site-header {
  position: fixed;
  background: linear-gradient(180deg, rgba(4, 5, 5, 0.92), rgba(4, 5, 5, 0.58), rgba(4, 5, 5, 0));
}

.studio-brand.wide {
  width: clamp(10.5rem, 16vw, 15.5rem);
}

.studio-brand.wide img {
  width: 100%;
  max-height: 6.4rem;
  object-fit: contain;
  transform: translateY(0.18rem);
  filter: drop-shadow(0 0 22px rgba(255, 154, 35, 0.16));
}

.studio-redesign nav {
  background: rgba(5, 6, 5, 0.78);
  border-color: rgba(5, 6, 5, 0.18);
}

.studio-redesign nav a:hover,
.studio-redesign nav a.active,
.studio-redesign [data-dashboard-panel].active {
  color: #fff2d5;
  text-shadow: none;
}

.studio-redesign [data-dashboard-panel].active {
  box-shadow: inset 0 -3px 0 rgba(0, 241, 237, 0.86);
}

.studio-download {
  background: linear-gradient(100deg, #fff2d5, #ff9a23);
  box-shadow: 0 0 28px rgba(255, 154, 35, 0.2);
}

.studio-header-actions {
  justify-self: end;
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.studio-header-actions .header-cta {
  position: relative;
  overflow: hidden;
  justify-self: auto;
  min-height: 3rem;
  padding: 0 1.15rem;
  clip-path: polygon(0.45rem 0, 100% 0, calc(100% - 0.45rem) 100%, 0 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 2px rgba(5, 6, 5, 0.36), 0 0 28px rgba(0, 214, 201, 0.22);
}

.studio-header-actions .header-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(5, 6, 5, 0.48) 43% 46%, transparent 47%),
    repeating-linear-gradient(90deg, rgba(5, 6, 5, 0.28) 0 1px, transparent 1px 8px);
  pointer-events: none;
}

.studio-header-actions .header-cta::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.55rem;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.studio-play {
  color: #050505;
  background: linear-gradient(100deg, var(--acid), var(--cyan));
  box-shadow: 0 0 28px rgba(0, 214, 201, 0.2);
}

.studio-showcase {
  min-height: 0;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(16rem, 0.46fr) minmax(42rem, 1.54fr);
  gap: clamp(0.85rem, 2vw, 1.6rem);
  align-items: center;
  padding: clamp(5.5rem, 10vh, 7rem) clamp(1rem, 4vw, 4rem) clamp(3.5rem, 6vh, 4.8rem);
}

.studio-slider {
  position: relative;
  min-height: clamp(22rem, 48vh, 36rem);
  height: 100%;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 214, 201, 0.16), transparent 22%),
    linear-gradient(315deg, rgba(255, 154, 35, 0.18), transparent 26%),
    #050605;
  border: 1px solid rgba(244, 234, 216, 0.16);
  box-shadow: inset 0 0 0 1px rgba(0, 214, 201, 0.1), 0 32px 120px rgba(5, 6, 5, 0.32);
}

.studio-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  filter: saturate(1.12) contrast(1.12) brightness(0.72);
  transition: opacity 900ms ease, transform 5200ms ease;
}

.studio-slider img.active {
  opacity: 1;
  transform: scale(1.01);
}

.studio-company-hero::before {
  content: "COMMAND";
  position: absolute;
  left: clamp(1rem, 5vw, 5rem);
  top: 18vh;
  z-index: -1;
  color: rgba(244, 234, 216, 0.035);
  font-size: clamp(6rem, 17vw, 20rem);
  font-weight: 950;
  line-height: 0.78;
  text-transform: uppercase;
}

.company-hero-copy {
  min-width: 0;
  min-height: 0;
  width: min(45rem, 100%);
  height: min(44rem, 100%);
  align-self: center;
  display: grid;
  align-content: end;
  padding: clamp(1rem, 2.5vw, 1.6rem);
  background:
    linear-gradient(135deg, rgba(0, 214, 201, 0.1), transparent 38%),
    linear-gradient(315deg, rgba(255, 154, 35, 0.12), transparent 38%),
    rgba(5, 6, 5, 0.78);
  border: 1px solid rgba(244, 234, 216, 0.14);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.08), 0 28px 90px rgba(0, 0, 0, 0.26);
}

.studio-nameplate {
  margin: 0 0 0.5rem;
  color: #fff2d5;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0;
}

.company-hero-copy .eyebrow {
  color: #ff9a23;
}

.company-hero-copy h1 {
  color: #fff2d5;
  font-size: clamp(2.35rem, 4.45vw, 4.95rem);
  max-width: 9.5ch;
}

.company-hero-copy p {
  width: min(31rem, 100%);
  color: #d7cec0;
  font-size: clamp(0.98rem, 1.12vw, 1.12rem);
  line-height: 1.5;
}

.launch-feature {
  min-width: 0;
  min-height: 0;
  height: 100%;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 214, 201, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(244, 234, 216, 0.08), transparent 34%),
    rgba(5, 6, 5, 0.9);
  border: 1px solid rgba(5, 6, 5, 0.42);
  box-shadow: 0 30px 100px rgba(5, 6, 5, 0.34);
}

.launch-feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.85rem;
  background:
    linear-gradient(90deg, rgba(255, 154, 35, 0.18), transparent 45%),
    rgba(5, 6, 5, 0.38);
  border-bottom: 1px solid rgba(244, 234, 216, 0.1);
}

.launch-feature-top div {
  display: grid;
  gap: 0.2rem;
}

.launch-feature-top span {
  color: #ff9a23;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-feature-top strong {
  color: #fff2d5;
  font-size: clamp(1.15rem, 1.7vw, 1.85rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.launch-feature-top img {
  width: min(11rem, 34%);
  filter: drop-shadow(0 0 18px rgba(184, 255, 37, 0.22));
}

.launch-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 20rem);
  min-height: 0;
  overflow: hidden;
  gap: 0;
}

.launch-copy-panel {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 2vw, 1.4rem);
  background:
    linear-gradient(90deg, rgba(5, 6, 5, 0.92), rgba(5, 6, 5, 0.72) 62%, rgba(5, 6, 5, 0.08)),
    linear-gradient(0deg, rgba(5, 6, 5, 0.88), transparent);
}

.launch-copy-panel [data-dashboard-view] {
  display: none;
}

.launch-copy-panel [data-dashboard-view].active {
  display: grid;
  gap: 0.75rem;
}

.launch-copy-panel span,
.asset-group > span {
  color: #00f1ed;
  font-weight: 950;
  text-transform: uppercase;
}

.dashboard-actions,
.dashboard-microgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.dashboard-actions a,
.dashboard-microgrid b {
  min-height: 2.15rem;
  padding: 0.48rem 0.65rem;
  color: #050505;
  background: linear-gradient(100deg, #b8ff25, #00f1ed);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.dashboard-actions a:nth-child(even),
.dashboard-microgrid b:nth-child(even) {
  background: linear-gradient(100deg, #fff2d5, #ff9a23);
}

.launch-copy-panel h2 {
  max-width: 12ch;
  color: #fff2d5;
  font-size: clamp(2.2rem, 4vw, 4.45rem);
  line-height: 0.88;
}

.launch-copy-panel p {
  width: min(38rem, 100%);
  color: #f4ead8;
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  line-height: 1.45;
}

.asset-viewer .launch-copy-panel {
  position: static;
  inset: auto;
  height: 100%;
  min-height: 0;
  padding: clamp(0.8rem, 1.4vw, 1.15rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 241, 237, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(5, 6, 5, 0.58), rgba(5, 6, 5, 0.92)),
    #050605;
}

.asset-viewer .asset-panels [data-dashboard-view] {
  display: none;
  height: 100%;
  min-height: 0;
}

.asset-viewer .asset-panels [data-dashboard-view].active {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  gap: clamp(0.65rem, 1.4vw, 1rem);
}

.asset-viewer .asset-panels img {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  opacity: 1;
  transform: none;
  filter: saturate(1.14) contrast(1.08) drop-shadow(0 0 18px rgba(0, 241, 237, 0.18));
  transition: transform 180ms ease, filter 180ms ease;
}

.asset-view-head {
  display: grid;
  gap: 0.35rem;
  max-width: 58rem;
}

.asset-view-head h2 {
  max-width: 13ch;
  color: #fff2d5;
  font-size: clamp(2.1rem, 3.15vw, 3.7rem);
  line-height: 0.88;
}

.asset-view-head p {
  width: min(44rem, 100%);
  margin: 0;
  color: #f4ead8;
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.35;
}

.system-hub {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(0.6rem, 1vw, 0.85rem);
}

.system-preview,
.system-command {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: #fff2d5;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.13), transparent 48%),
    linear-gradient(315deg, rgba(255, 154, 35, 0.12), transparent 45%),
    rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(244, 234, 216, 0.18);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.08);
}

.system-preview {
  position: relative;
  display: block;
}

.system-preview img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.08);
}

.system-preview div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 0.25rem;
  padding: clamp(0.75rem, 1.25vw, 1rem);
  background: linear-gradient(180deg, rgba(5, 6, 5, 0.48), rgba(5, 6, 5, 0.96));
}

.system-preview span,
.system-command span {
  color: #00f1ed;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.system-preview strong {
  color: #fff2d5;
  font-size: clamp(1.65rem, 2.8vw, 3.2rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.system-preview p,
.system-command p {
  margin: 0;
  color: #d7cec0;
  line-height: 1.25;
}

.system-command-list {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: clamp(0.55rem, 0.9vw, 0.75rem);
}

.system-command {
  display: grid;
  grid-template-columns: minmax(5rem, 0.34fr) minmax(0, 1fr);
  grid-template-rows: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 0 0.75rem;
  padding: clamp(0.55rem, 0.9vw, 0.75rem);
  min-height: clamp(5.3rem, 12vh, 7rem);
}

.system-command img {
  grid-row: 1 / 4;
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 100%;
  max-height: 5.4rem;
  object-fit: contain;
  filter: saturate(1.16) contrast(1.08) drop-shadow(0 0 18px rgba(0, 241, 237, 0.16));
}

.system-command strong {
  color: #fff2d5;
  font-size: clamp(1.2rem, 1.55vw, 1.65rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.system-command p {
  align-self: start;
  color: #d7cec0;
  font-size: clamp(0.78rem, 0.85vw, 0.9rem);
}

.system-preview:hover,
.system-command:hover {
  border-color: rgba(0, 241, 237, 0.62);
  box-shadow: inset 0 0 30px rgba(0, 241, 237, 0.1), 0 18px 60px rgba(0, 0, 0, 0.3);
}

.system-preview:hover img,
.system-command:hover img {
  transform: scale(1.025);
  filter: saturate(1.28) contrast(1.13) drop-shadow(0 0 22px rgba(0, 241, 237, 0.28));
}

.showcase-choice-grid,
.asset-focus-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.1vw, 0.85rem);
}

.showcase-card,
.asset-focus-grid article {
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.11), transparent 42%),
    linear-gradient(315deg, rgba(255, 154, 35, 0.1), transparent 45%),
    rgba(0, 0, 0, 0.66);
  border: 1px solid rgba(244, 234, 216, 0.16);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.08);
}

.showcase-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.showcase-card figure {
  min-height: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  margin: 0;
  padding: 0.65rem;
  background:
    radial-gradient(circle at 50% 40%, rgba(0, 241, 237, 0.16), transparent 8rem),
    rgba(0, 0, 0, 0.42);
}

.showcase-card .boat-figure {
  grid-template-columns: 1fr;
}

.showcase-card .boat-figure img:first-child {
  transform: translateY(12%) scale(1.12);
}

.showcase-card .boat-figure img:last-child {
  transform: translateY(-18%) scale(1.04);
}

.showcase-card .boss-figure {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-card .reward-figure {
  grid-template-columns: 0.92fr 1.08fr;
}

.showcase-card div,
.asset-focus-grid article {
  display: grid;
  align-content: end;
  gap: 0.25rem;
  padding: 0.7rem;
}

.showcase-card span,
.asset-focus-grid span {
  color: #00f1ed;
  font-weight: 950;
  text-transform: uppercase;
}

.showcase-card strong,
.asset-focus-grid strong {
  display: block;
  color: #fff2d5;
  font-size: clamp(1.35rem, 2vw, 2.25rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.showcase-card p,
.asset-focus-grid p {
  margin: 0;
  color: #d7cec0;
  font-size: clamp(0.86rem, 0.95vw, 1rem);
  line-height: 1.25;
}

.asset-focus-grid article {
  grid-template-rows: minmax(0, 1fr) auto auto auto;
}

.asset-focus-grid article img {
  align-self: center;
  justify-self: center;
  height: clamp(8rem, 22vh, 14rem);
  padding: 0.35rem;
}

.boat-focus article img {
  height: clamp(5.8rem, 14vh, 9rem);
}

.boss-focus article img {
  height: clamp(9rem, 24vh, 16rem);
}

.reward-focus article img {
  height: clamp(8rem, 21vh, 14rem);
}

.showcase-card:hover,
.asset-focus-grid article:hover {
  border-color: rgba(0, 241, 237, 0.58);
  box-shadow: inset 0 0 30px rgba(0, 241, 237, 0.08), 0 18px 60px rgba(0, 0, 0, 0.28);
}

.showcase-card:hover img,
.asset-focus-grid article:hover img {
  transform: scale(1.04);
  filter: saturate(1.28) contrast(1.13) drop-shadow(0 0 22px rgba(0, 241, 237, 0.28));
}

.command-panel-large {
  min-height: 0;
  display: grid;
  place-items: center;
  gap: 1rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 154, 35, 0.16), transparent 17rem),
    rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(244, 234, 216, 0.14);
}

.command-panel-large img {
  width: min(28rem, 78%);
}

.asset-spotlight {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-areas:
    "track"
    "pips";
  gap: 0.58rem;
}

.spotlight-track {
  grid-area: track;
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.asset-spotlight-item {
  display: none;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 36% 38%, rgba(0, 241, 237, 0.17), transparent 18rem),
    linear-gradient(135deg, rgba(0, 241, 237, 0.08), transparent 42%),
    linear-gradient(315deg, rgba(255, 154, 35, 0.1), transparent 45%),
    rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(244, 234, 216, 0.17);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.08);
}

.asset-spotlight-item.active {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.spotlight-art {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 2vw, 1.35rem) clamp(3rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 241, 237, 0.18), transparent 17rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52));
}

.asset-viewer .asset-panels .spotlight-art img {
  width: min(100%, 42rem);
  height: min(100%, 31rem);
  object-fit: contain;
  max-height: none;
}

.asset-viewer .asset-panels .boat-focus .spotlight-art img {
  width: min(100%, 49rem);
  height: min(100%, 23rem);
  transform: none;
}

.asset-viewer .asset-panels .boat-focus .spotlight-art img.fanboat-preview {
  width: min(100%, 43rem);
  height: min(100%, 20rem);
  clip-path: inset(9px 0 0 0);
  transform: scale(0.86) translateY(0.35rem);
}

.asset-viewer .asset-panels .boss-focus .spotlight-art img,
.asset-viewer .asset-panels .reward-focus .spotlight-art img {
  width: min(100%, 38rem);
  height: min(100%, 28rem);
}

.asset-viewer .asset-panels .boss-focus .spotlight-art img {
  transform: none;
}

.asset-viewer .asset-panels .reward-focus .spotlight-art img {
  transform: none;
}

.spotlight-copy {
  display: grid;
  align-content: end;
  gap: 0.35rem;
  min-width: 0;
  padding: clamp(0.75rem, 1.4vw, 1rem);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82)),
    rgba(0, 0, 0, 0.36);
}

.spotlight-copy span,
.spotlight-pips span {
  color: #00f1ed;
  font-weight: 950;
  text-transform: uppercase;
}

.spotlight-copy strong {
  color: #fff2d5;
  font-size: clamp(1.65rem, 2.8vw, 3.6rem);
  line-height: 0.85;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.spotlight-copy p {
  margin: 0;
  color: #d7cec0;
  font-size: clamp(0.98rem, 1.1vw, 1.14rem);
  line-height: 1.32;
}

.spotlight-stats {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.25rem;
  margin-top: 0.25rem;
}

.spotlight-stats b,
.spotlight-stats span {
  min-height: 1.35rem;
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.38rem;
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.spotlight-stats b {
  color: #050505;
  background: linear-gradient(100deg, #ff9a23, #b8ff25);
}

.spotlight-stats span {
  color: #fff2d5;
  background: rgba(0, 241, 237, 0.12);
  border: 1px solid rgba(0, 241, 237, 0.28);
}

.spotlight-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: clamp(2.2rem, 3vw, 3rem);
  min-width: 0;
  min-height: clamp(3.5rem, 12vh, 6rem);
  cursor: pointer;
  color: #050505;
  background: linear-gradient(180deg, #fff2d5, #ff9a23);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font: inherit;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 950;
  line-height: 1;
  transform: translateY(-50%);
}

.spotlight-arrow.previous {
  grid-area: prev;
  left: 0.7rem;
}

.spotlight-arrow.next {
  grid-area: next;
  right: 0.7rem;
}

.spotlight-arrow:hover {
  background: linear-gradient(180deg, #b8ff25, #00f1ed);
  box-shadow: 0 0 22px rgba(0, 241, 237, 0.22);
}

.spotlight-pips {
  grid-area: pips;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.spotlight-pips button {
  width: auto;
  min-width: 2.35rem;
  min-height: 1.2rem;
  padding: 0.12rem 0.35rem 0.08rem;
  cursor: pointer;
  background: rgba(244, 234, 216, 0.2);
  border: 1px solid rgba(244, 234, 216, 0.28);
  color: #fff2d5;
  font: inherit;
  font-size: 0.58rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.spotlight-pips button.active,
.spotlight-pips button:hover {
  background: linear-gradient(90deg, #b8ff25, #00f1ed);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 0 18px rgba(0, 241, 237, 0.25);
}

.overview-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.overview-grid article {
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background:
    radial-gradient(circle at 32% 24%, rgba(0, 241, 237, 0.18), transparent 12rem),
    rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(244, 234, 216, 0.16);
}

.overview-grid article img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.1) brightness(0.72);
}

.overview-grid article:nth-child(3) img,
.overview-grid article:nth-child(4) img {
  object-fit: contain;
  padding: 0.5rem;
  background: radial-gradient(circle at 50% 44%, rgba(0, 241, 237, 0.14), transparent 10rem);
}

.overview-grid article div {
  display: grid;
  gap: 0.16rem;
  padding: 0.65rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.86));
}

.overview-grid b {
  color: #b8ff25;
  font-size: clamp(1.5rem, 3vw, 3.1rem);
  line-height: 0.86;
}

.overview-grid strong {
  color: #fff2d5;
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.overview-grid p {
  margin: 0;
  color: #d7cec0;
  font-size: 0.82rem;
  line-height: 1.25;
}

.launch-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.launch-stat-strip b {
  display: grid;
  min-width: 5.5rem;
  padding: 0.45rem 0.65rem;
  color: #b8ff25;
  background: rgba(0, 214, 201, 0.09);
  border: 1px solid rgba(0, 241, 237, 0.3);
  font-size: 1.35rem;
  line-height: 0.95;
}

.launch-stat-strip.stat-console {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.launch-stat-strip.stat-console b {
  min-height: 100%;
  align-content: center;
  padding: 1rem;
  font-size: clamp(2rem, 4vw, 4.7rem);
  background:
    linear-gradient(135deg, rgba(184, 255, 37, 0.16), transparent 44%),
    rgba(0, 0, 0, 0.54);
}

.launch-stat-strip.stat-console em {
  margin-top: 0.2rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
}

.launch-stat-strip em {
  color: #fff2d5;
  font-size: 0.72rem;
  font-style: normal;
  text-transform: uppercase;
}

.launch-asset-wall {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0.75rem;
  background:
    linear-gradient(180deg, rgba(255, 51, 102, 0.14), transparent 38%),
    linear-gradient(0deg, rgba(0, 241, 237, 0.12), transparent 45%),
    rgba(5, 6, 5, 0.78);
  border-left: 1px solid rgba(255, 51, 102, 0.28);
}

.launch-asset-wall.command-stack {
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.command-stack a {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0.15rem 0.65rem;
  min-height: 0;
  align-items: start;
  overflow: hidden;
  padding: 0.75rem;
  color: #fff2d5;
  background:
    linear-gradient(135deg, rgba(0, 241, 237, 0.12), transparent 46%),
    rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(244, 234, 216, 0.14);
  text-transform: uppercase;
}

.command-stack a span {
  position: relative;
  z-index: 2;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 2.35rem;
  min-height: 2.35rem;
  color: #050505;
  background: linear-gradient(100deg, #ff9a23, #b8ff25);
  font-weight: 950;
}

.command-stack a strong {
  position: relative;
  z-index: 2;
  align-self: end;
  color: #fff2d5;
  font-size: clamp(1.1rem, 1.45vw, 1.55rem);
  line-height: 0.92;
}

.command-stack a em {
  position: relative;
  z-index: 2;
  align-self: start;
  color: #d7cec0;
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.15;
}

.command-stack a > img {
  position: absolute;
  z-index: 1;
  right: -8%;
  bottom: -18%;
  width: 72%;
  height: 82%;
  object-fit: contain;
  opacity: 0.32;
  filter: saturate(1.18) contrast(1.1) drop-shadow(0 0 18px rgba(0, 241, 237, 0.18));
  pointer-events: none;
}

.command-stack a:first-child > img {
  right: -14%;
  width: 96%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.command-stack a:nth-child(3) > img,
.command-stack a:nth-child(4) > img {
  right: -2%;
  bottom: -22%;
  width: 62%;
  height: 92%;
  opacity: 0.38;
}

.command-stack a:hover,
.command-stack a.active {
  border-color: rgba(0, 241, 237, 0.62);
  box-shadow: inset 0 0 30px rgba(0, 241, 237, 0.1), 0 0 24px rgba(0, 241, 237, 0.12);
}

.asset-group {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0.35rem;
  min-height: 0;
}

.asset-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  min-height: 0;
}

.asset-strip a {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 4.8rem;
  overflow: hidden;
  color: #fff2d5;
  background:
    radial-gradient(circle at 50% 25%, rgba(0, 241, 237, 0.18), transparent 4rem),
    #050605;
  border: 1px solid rgba(244, 234, 216, 0.13);
}

.asset-strip a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 6, 5, 0.9), transparent 55%);
}

.asset-strip a img {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding: 0.42rem 0.32rem 0.08rem;
  filter: saturate(1.15) contrast(1.1) drop-shadow(0 0 14px rgba(0, 241, 237, 0.2));
  transition: transform 220ms ease, filter 220ms ease;
}

.portrait-strip a img,
.reward-strip a img {
  object-fit: contain;
  padding: 0.35rem 0.28rem 0.08rem;
}

.reward-strip a:first-child img {
  object-fit: contain;
  padding: 0.35rem 0.18rem 0.08rem;
}

.asset-strip a b {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 1.55rem;
  padding: 0.18rem 0.45rem 0.4rem;
  color: #fff2d5;
  font-weight: 950;
  font-size: 0.78rem;
  line-height: 0.9;
  text-transform: uppercase;
  background: linear-gradient(180deg, transparent, rgba(5, 6, 5, 0.82));
}

.asset-strip a:hover img {
  transform: scale(1.06);
  filter: saturate(1.28) contrast(1.15);
}

.asset-strip a.active {
  border-color: rgba(0, 241, 237, 0.76);
  box-shadow: inset 0 0 0 1px rgba(0, 241, 237, 0.28), 0 0 18px rgba(0, 241, 237, 0.16);
}

.boat-strip {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.boat-strip a {
  grid-template-columns: minmax(0, 1fr) 5.4rem;
  grid-template-rows: 1fr;
  min-height: 0;
}

.boat-strip a img {
  padding: 0.1rem 0.35rem;
}

.boat-strip a b {
  align-self: center;
  padding: 0 0.45rem 0 0;
  background: transparent;
}

.studio-slider-ui {
  display: grid;
  grid-template-columns: auto minmax(4rem, 1fr) auto auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem 1rem;
  color: #fff2d5;
  background: rgba(5, 6, 5, 0.78);
  border-top: 1px solid rgba(244, 234, 216, 0.12);
  backdrop-filter: blur(12px);
}

.studio-slider-ui span,
.studio-slider-ui em {
  font-weight: 950;
  text-transform: uppercase;
  font-style: normal;
}

.studio-slider-ui b {
  height: 0.25rem;
  background: linear-gradient(90deg, #ff9a23, #fff2d5, #00d6c9);
}

.studio-thumb-row {
  display: flex;
  gap: 0.36rem;
}

.studio-thumb-row button {
  width: 1.15rem;
  height: 1.15rem;
  padding: 0;
  cursor: pointer;
  background: rgba(244, 234, 216, 0.2);
  border: 1px solid rgba(244, 234, 216, 0.26);
  border-radius: 0;
}

.studio-thumb-row button.active,
.studio-thumb-row button:hover {
  background: linear-gradient(135deg, #b8ff25, #00f1ed);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 0 18px rgba(0, 241, 237, 0.34);
}

.studio-thumb-row.mode-row {
  gap: 0.42rem;
}

.studio-thumb-row.mode-row button {
  width: auto;
  min-width: 4.2rem;
  height: 2rem;
  padding: 0 0.55rem;
  color: #fff2d5;
  background: rgba(244, 234, 216, 0.1);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.studio-thumb-row.mode-row button.active,
.studio-thumb-row.mode-row button:hover {
  color: #00f1ed;
  background:
    linear-gradient(100deg, rgba(0, 241, 237, 0.16), rgba(184, 255, 37, 0.1)),
    rgba(5, 6, 5, 0.88);
  border-color: rgba(0, 241, 237, 0.84);
  box-shadow: inset 0 -3px 0 rgba(0, 241, 237, 0.88), 0 0 18px rgba(0, 241, 237, 0.34);
  text-shadow: 0 0 12px rgba(0, 241, 237, 0.72);
}

.home-link-dock {
  position: fixed;
  z-index: 29;
  left: clamp(1rem, 4vw, 4rem);
  right: clamp(1rem, 4vw, 4rem);
  bottom: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.home-link-dock a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.4rem;
  padding: 0.55rem 0.7rem;
  color: #fff2d5;
  background: rgba(5, 6, 5, 0.78);
  border: 1px solid rgba(244, 234, 216, 0.16);
  backdrop-filter: blur(12px);
  text-transform: uppercase;
}

.home-link-dock a.active {
  background: linear-gradient(100deg, rgba(0, 241, 237, 0.82), rgba(184, 255, 37, 0.76));
  color: #050505;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 0 24px rgba(0, 241, 237, 0.22);
}

.home-link-dock span {
  color: #00f1ed;
  font-weight: 950;
}

.home-link-dock a.active span {
  color: #050505;
}

.home-link-dock strong {
  font-size: 0.9rem;
  letter-spacing: 0;
}

.studio-redesign .studio-footer {
  display: none;
}

.studio-intro,
.studio-game-feature {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.studio-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: end;
}

.studio-intro h2 {
  color: #f4ead8;
  max-width: 12ch;
}

.studio-intro p {
  color: #d7cec0;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.55;
}

.studio-game-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: 1rem;
}

.studio-game-panel,
.studio-link-stack a {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.studio-game-panel {
  display: grid;
  grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1fr);
  overflow: hidden;
}

.studio-game-panel img {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  object-fit: cover;
}

.studio-game-panel div,
.studio-link-stack a {
  padding: clamp(1rem, 3vw, 1.6rem);
}

.studio-game-panel span,
.studio-link-stack span {
  color: #ff9a23;
  font-weight: 950;
  text-transform: uppercase;
}

.studio-game-panel strong,
.studio-link-stack strong {
  display: block;
  margin: 0.35rem 0;
  color: #fff2d5;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.studio-game-panel p,
.studio-link-stack p {
  color: #d7cec0;
  font-size: 1.05rem;
  line-height: 1.45;
}

.studio-link-stack {
  display: grid;
  gap: 1rem;
}

.studio-link-stack a {
  display: block;
}

.studio-link-stack strong {
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

@media (max-width: 1400px) and (min-width: 1051px) {
  .studio-showcase {
    grid-template-columns: minmax(14rem, 0.36fr) minmax(39rem, 1.64fr);
    gap: 1rem;
    padding-inline: clamp(1rem, 2.4vw, 2.4rem);
  }

  .company-hero-copy h1 {
    font-size: clamp(2.4rem, 4.45vw, 5rem);
  }

  .company-hero-copy p {
    font-size: 0.98rem;
  }

  .launch-stage {
    grid-template-columns: minmax(0, 1fr) minmax(13.5rem, 17rem);
  }

  .command-stack a {
    padding: 0.62rem;
  }

  .command-stack a strong {
    font-size: clamp(1rem, 1.25vw, 1.3rem);
  }

  .command-stack a em {
    font-size: 0.7rem;
  }

  .asset-view-head h2 {
    font-size: clamp(1.9rem, 2.75vw, 3.25rem);
  }

  .asset-focus-grid article img {
    height: clamp(7rem, 18vh, 12rem);
  }

  .boat-focus article img {
    height: clamp(4.8rem, 11vh, 7.2rem);
  }

  .asset-spotlight-item.active {
    grid-template-columns: none;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .spotlight-copy strong {
    font-size: clamp(1.55rem, 2.65vw, 3.3rem);
  }

  .asset-viewer .asset-panels .boss-focus .spotlight-art img,
  .asset-viewer .asset-panels .reward-focus .spotlight-art img {
    height: min(100%, 27rem);
  }
}

@media (max-height: 920px) and (min-width: 1051px) {
  html:has(body.studio-redesign) {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .studio-redesign {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .studio-redesign main {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
  }

  .studio-showcase {
    height: auto;
    min-height: max(100vh, 58rem);
    min-height: max(100dvh, 58rem);
    max-height: none;
    align-items: start;
    overflow: visible;
    padding-top: 7.35rem;
    padding-bottom: 4.75rem;
  }

  .company-hero-copy {
    position: sticky;
    top: 7.25rem;
    height: auto;
    min-height: 40rem;
    align-self: start;
    align-content: center;
  }

  .company-hero-copy h1 {
    font-size: clamp(2.85rem, 3.85vw, 4.35rem);
  }

  .company-hero-copy p {
    font-size: 0.96rem;
  }

  .launch-feature {
    height: auto;
    min-height: 46rem;
    align-self: start;
  }

  .launch-feature-top {
    padding: 0.9rem 1rem 0.75rem;
  }

  .launch-stage {
    min-height: 35rem;
  }

  .asset-viewer .launch-copy-panel {
    min-height: 35rem;
  }

  .system-preview {
    min-height: 18rem;
  }

  .system-command {
    min-height: 7rem;
  }

  .home-link-dock {
    position: sticky;
    left: auto;
    right: auto;
    bottom: 0.8rem;
    width: auto;
    margin: 0 clamp(1rem, 4vw, 4rem) 0.8rem;
  }
}

@media (max-width: 1050px) {
  html:has(body.studio-redesign) {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .studio-redesign {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: auto;
  }

  .studio-redesign main {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
  }

  .studio-brand.wide {
    width: min(14rem, 42vw);
  }

  .studio-header-actions {
    order: 2;
  }

  .studio-intro,
  .studio-game-feature,
  .studio-game-panel,
  .studio-showcase {
    grid-template-columns: 1fr;
  }

  .studio-showcase {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    align-items: stretch;
    grid-template-rows: auto;
    overflow: visible;
    padding: clamp(7.2rem, 15vh, 8.6rem) clamp(0.8rem, 2vw, 1.1rem) clamp(3.2rem, 7vh, 4rem);
  }

  .launch-feature-top {
    order: 1;
  }

  .launch-stage {
    order: 3;
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: visible;
  }

  .studio-slider-ui {
    order: 2;
  }

  .launch-feature {
    order: 1;
    min-height: 0;
    height: auto;
    grid-template-rows: auto auto minmax(0, 1fr);
    overflow: visible;
  }

  .company-hero-copy {
    display: none;
  }

  .company-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.4rem, 8vw, 4.2rem);
  }

  .company-hero-copy p {
    width: min(44rem, 100%);
  }

  .studio-slider {
    height: auto;
    min-height: 0;
  }

  .asset-viewer .launch-copy-panel {
    height: auto;
    overflow: visible;
  }

  .launch-asset-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    border-left: 0;
    border-top: 1px solid rgba(255, 51, 102, 0.28);
  }

  .launch-asset-wall.command-stack {
    display: none;
  }

  .command-stack a {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 4.6rem;
  }

  .command-stack a em {
    display: none;
  }

  .system-hub {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .system-command-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .system-command {
    grid-template-columns: minmax(4.8rem, 0.42fr) minmax(0, 1fr);
    min-height: 5.9rem;
  }

  .system-command img {
    max-height: 5.4rem;
  }

  .system-command p {
    display: none;
  }

  .showcase-choice-grid,
  .asset-focus-grid,
  .launch-stat-strip.stat-console,
  .overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .asset-viewer .asset-panels [data-dashboard-view].active {
    grid-template-rows: auto minmax(26rem, auto);
    height: auto;
  }

  .asset-focus-grid article img {
    height: clamp(7rem, 20vw, 12rem);
  }

  .boat-focus article img {
    height: clamp(5rem, 14vw, 7.5rem);
  }

  .asset-spotlight {
    height: auto;
    min-height: clamp(28rem, 62vh, 42rem);
  }

  .asset-spotlight-item.active {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .spotlight-copy {
    align-content: start;
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.38)),
      rgba(0, 0, 0, 0.32);
  }

  .spotlight-copy strong {
    font-size: clamp(2rem, 6vw, 3.6rem);
  }

  .asset-viewer .asset-panels .spotlight-art img,
  .asset-viewer .asset-panels .boat-focus .spotlight-art img,
  .asset-viewer .asset-panels .boss-focus .spotlight-art img,
  .asset-viewer .asset-panels .reward-focus .spotlight-art img {
    height: min(100%, 24rem);
  }

  .home-link-dock {
    position: sticky;
    bottom: 0.6rem;
    grid-column: auto;
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .studio-redesign .site-header {
    grid-template-columns: 6.6rem minmax(0, 1fr);
    gap: 0.45rem;
    padding: 0.45rem 0.65rem 0.55rem;
    max-width: 100vw;
    overflow: hidden;
  }

  .studio-brand.wide {
    width: 6.7rem;
  }

  .studio-brand.wide img {
    max-height: 3.2rem;
  }

  .studio-redesign nav {
    order: 1;
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .studio-redesign nav a {
    min-width: 0;
    min-height: 2rem;
    padding: 0 0.28rem;
    font-size: 0.62rem;
    text-align: center;
  }

  .studio-header-actions {
    order: 2;
    width: calc(100vw - 1.3rem);
    grid-column: 1 / -1;
    justify-self: start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    min-width: 0;
    max-width: 100%;
  }

  .studio-header-actions .header-cta {
    min-width: 0;
    width: 100%;
    min-height: 2.1rem;
    padding: 0;
    font-size: 0.58rem;
    clip-path: polygon(0.25rem 0, 100% 0, calc(100% - 0.25rem) 100%, 0 100%);
    white-space: nowrap;
  }

  .studio-header-actions .header-cta::after {
    display: none;
  }

  .studio-showcase {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    overflow: visible;
    padding: clamp(7.4rem, 18vh, 8.3rem) 0.65rem 0.7rem;
  }

  .launch-feature-top {
    order: 1;
    padding: 0.75rem;
  }

  .launch-feature-top strong {
    font-size: 1.12rem;
  }

  .launch-feature-top img {
    width: min(8rem, 42%);
  }

  .launch-stage {
    order: 3;
    min-height: 0;
    overflow: visible;
  }

  .studio-slider-ui {
    order: 2;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .launch-asset-wall,
  .home-link-dock {
    grid-template-columns: 1fr;
  }

  .home-link-dock {
    display: none;
  }

  .launch-asset-wall.command-stack,
  .showcase-choice-grid,
  .asset-focus-grid,
  .launch-stat-strip.stat-console,
  .overview-grid {
    grid-template-columns: 1fr;
  }

  .launch-asset-wall.command-stack {
    display: none;
  }

  .command-stack a {
    min-height: 3.4rem;
    padding: 0.55rem;
  }

  .command-stack a span {
    width: 2rem;
    min-height: 2rem;
  }

  .command-stack a strong {
    font-size: 1.05rem;
  }

  .asset-viewer .launch-copy-panel {
    padding: 0.7rem;
  }

  .asset-viewer .asset-panels [data-dashboard-view].active {
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0.45rem;
  }

  .system-hub {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0.45rem;
  }

  .system-preview div {
    display: none;
  }

  .system-preview {
    display: none;
  }

  .system-preview strong {
    font-size: clamp(1.25rem, 6vw, 1.9rem);
  }

  .system-preview p {
    display: none;
  }

  .system-command-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 0.42rem;
  }

  .system-command {
    grid-template-columns: 4.5rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 4.25rem;
    gap: 0.05rem 0.55rem;
    padding: 0.4rem;
  }

  .system-command img {
    grid-row: 1 / 3;
    max-height: 3.55rem;
  }

  .system-command span {
    font-size: 0.62rem;
  }

  .system-command strong {
    font-size: clamp(0.8rem, 3.5vw, 1rem);
  }

  .system-command p {
    display: none;
  }

  .asset-view-head h2 {
    font-size: clamp(1.55rem, 8vw, 2.3rem);
    max-width: 16ch;
  }

  .asset-view-head p {
    display: none;
  }

  .overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .overview-grid article div {
    padding: 0.45rem;
  }

  .overview-grid p {
    display: none;
  }

  .showcase-card {
    grid-template-columns: 6.2rem minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 5.1rem;
  }

  .showcase-card figure {
    min-height: 0;
    height: 5.1rem;
    padding: 0.45rem;
  }

  .showcase-card strong,
  .asset-focus-grid strong {
    font-size: clamp(1.05rem, 5.2vw, 1.45rem);
  }

  .showcase-card p {
    display: none;
  }

  .asset-focus-grid article {
    grid-template-columns: minmax(8rem, 0.48fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: center;
  }

  .asset-focus-grid article img {
    grid-row: 1 / 4;
    height: clamp(6.5rem, 30vw, 10rem);
  }

  .boat-focus article img {
    height: clamp(4.7rem, 22vw, 7.2rem);
  }

  .reward-focus article:first-child img {
    height: clamp(4.8rem, 23vw, 7.4rem);
  }

  .asset-spotlight {
    height: auto;
    min-height: 28rem;
    gap: 0.42rem;
  }

  .spotlight-arrow {
    top: 41%;
    width: 2.15rem;
    min-height: 3.2rem;
    font-size: 1.65rem;
  }

  .asset-spotlight-item.active {
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .spotlight-art {
    padding: 0.6rem 2.35rem;
  }

  .spotlight-copy {
    padding: 0.75rem;
  }

  .spotlight-copy strong {
    font-size: clamp(1.45rem, 7.5vw, 2.2rem);
  }

  .spotlight-copy p {
    font-size: 0.9rem;
  }

  .spotlight-stats {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .spotlight-stats b,
  .spotlight-stats span {
    font-size: 0.62rem;
  }

  .asset-viewer .asset-panels .spotlight-art img,
  .asset-viewer .asset-panels .boss-focus .spotlight-art img,
  .asset-viewer .asset-panels .reward-focus .spotlight-art img {
    width: min(100%, 20rem);
    height: min(100%, 17rem);
  }

  .asset-viewer .asset-panels .boat-focus .spotlight-art img {
    width: min(100%, 22rem);
    height: min(100%, 11rem);
  }

  .spotlight-pips button {
    min-width: 1.7rem;
    max-width: 5.8rem;
    padding-inline: 0.28rem;
    overflow: hidden;
    font-size: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .studio-slider-ui {
    grid-template-columns: auto minmax(3rem, 1fr);
    gap: 0.55rem;
    padding: 0.65rem;
  }

  .studio-slider-ui em {
    justify-self: end;
  }

  .studio-thumb-row.mode-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: calc(100vw - 2.7rem);
    min-width: 0;
  }

  .studio-thumb-row.mode-row button {
    min-width: 0;
    width: 100%;
    padding-inline: 0.2rem;
    font-size: 0.6rem;
  }

  .company-hero-copy {
    padding: 0.85rem;
  }

  .company-hero-copy h1 {
    font-size: clamp(2.25rem, 13vw, 3.6rem);
  }

  .company-hero-copy .action-row {
    gap: 0.45rem;
  }

  .company-hero-copy .button {
    min-height: 2.45rem;
    font-size: 0.82rem;
  }

  .asset-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .company-hero-copy h1 {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .studio-game-panel img {
    min-height: 16rem;
  }
}
