/* Concept D2: original studio launchpad */

.nova-site {
  --nova-ink: #0c0e12;
  --nova-soft-ink: #17191e;
  --nova-paper: #f1efe7;
  --nova-card: #faf9f5;
  --nova-line: rgba(12, 14, 18, 0.14);
  --nova-lime: #dfff58;
  --nova-coral: #ff6b50;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--nova-paper);
  color: var(--nova-ink);
  font-family: Inter, "SF Pro Display", "SF Pro Text", -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nova-site button,
.nova-site a {
  -webkit-tap-highlight-color: transparent;
}

.nova-site button:focus-visible,
.nova-site a:focus-visible {
  outline: 3px solid var(--nova-lime);
  outline-offset: 4px;
}

.nova-hero {
  position: relative;
  min-height: 980px;
  overflow: hidden;
  padding-top: 78px;
  background:
    radial-gradient(circle at 86% 24%, rgba(223, 255, 88, 0.12), transparent 24%),
    radial-gradient(circle at 42% 105%, rgba(255, 107, 80, 0.12), transparent 32%),
    var(--nova-ink);
  color: #f8f7f2;
  isolation: isolate;
}

.nova-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
  pointer-events: none;
}

.nova-header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  min-height: 78px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(28px, calc((100vw - 1440px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(12, 14, 18, 0.88);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(22px) saturate(130%);
}

.nova-brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 13px;
  padding: 0;
  background: transparent;
  color: #fff;
  text-align: left;
}

.nova-brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 11px;
  background: #22252c;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: -0.045em;
}

.nova-brand-mark > span {
  color: var(--nova-lime);
}

.nova-brand-copy {
  display: flex;
  flex-direction: column;
}

.nova-brand-copy strong {
  color: #f9f8f4;
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: -0.015em;
}

.nova-brand-copy small {
  margin-top: 3px;
  color: #858994;
  font-size: 0.56rem;
  font-weight: 600;
}

.nova-header nav {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.nova-header nav button {
  padding: 9px 18px;
  border-radius: 999px;
  background: transparent;
  color: #a8abb3;
  font-size: 0.68rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease;
}

.nova-header nav button:hover {
  background: #f5f4ee;
  color: var(--nova-ink);
}

.nova-contact {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-self: end;
  gap: 20px;
  padding: 0 17px;
  border-radius: 999px;
  background: var(--nova-lime);
  color: var(--nova-ink);
  font-size: 0.68rem;
  font-weight: 780;
  transition: transform 180ms ease, background 180ms ease;
}

.nova-contact:hover {
  background: #ecff94;
  transform: translateY(-2px);
}

.nova-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1440px, calc(100% - 72px));
  min-height: 810px;
  grid-template-columns: minmax(480px, 0.93fr) minmax(520px, 0.78fr);
  gap: clamp(70px, 8vw, 145px);
  align-items: center;
  margin: 0 auto;
  padding: 64px 0 110px;
}

.nova-hero-copy {
  max-width: 850px;
}

.nova-hero-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #9b9ea7;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nova-hero-kicker > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nova-lime);
  box-shadow: 0 0 0 6px rgba(223, 255, 88, 0.11);
}

.nova-hero-copy h1 {
  max-width: 900px;
  margin: 39px 0 32px;
  color: #f9f8f4;
  font-size: clamp(5.2rem, 8vw, 9.2rem);
  font-style: normal;
  font-weight: 730;
  letter-spacing: -0.085em;
  line-height: 0.81;
}

.nova-hero-copy h1 em {
  display: block;
  color: var(--nova-lime);
  font-style: normal;
  font-weight: inherit;
}

.nova-hero-copy > p {
  max-width: 570px;
  margin: 0;
  color: #a8abb3;
  font-size: clamp(0.94rem, 1.12vw, 1.08rem);
  line-height: 1.7;
}

.nova-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 38px;
}

.nova-hero-actions button,
.nova-hero-actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.nova-hero-actions button {
  background: #f7f6f1;
  color: var(--nova-ink);
}

.nova-hero-actions a {
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(255, 255, 255, 0.045);
  color: #d7d8dc;
}

.nova-hero-actions button:hover,
.nova-hero-actions a:hover {
  transform: translateY(-2px);
}

.nova-hero-actions a:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.09);
}

.nova-release-stage {
  position: relative;
  min-width: 0;
  min-height: 645px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  background:
    linear-gradient(rgba(12, 14, 18, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 14, 18, 0.065) 1px, transparent 1px),
    #e6e3d8;
  background-size: 52px 52px;
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.42);
  color: var(--nova-ink);
  transform: rotate(1.5deg);
}

.nova-release-stage::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border-radius: 0 32px 0 100%;
  background: var(--nova-lime);
  content: "";
}

.nova-stage-head,
.nova-stage-foot {
  position: absolute;
  z-index: 3;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  font-size: 0.57rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nova-stage-head {
  top: 0;
  min-height: 62px;
  border-bottom: 1px solid rgba(12, 14, 18, 0.14);
}

.nova-stage-foot {
  bottom: 0;
  min-height: 54px;
  border-top: 1px solid rgba(12, 14, 18, 0.14);
  color: #606268;
}

.nova-stage-number {
  position: absolute;
  z-index: 0;
  right: -16px;
  bottom: 3px;
  color: rgba(12, 14, 18, 0.07);
  font-size: clamp(15rem, 25vw, 25rem);
  font-weight: 820;
  letter-spacing: -0.13em;
  line-height: 0.72;
  pointer-events: none;
}

.nova-icon-wall {
  position: absolute;
  z-index: 2;
  inset: 90px 38px 74px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  align-items: center;
}

.nova-wall-item {
  display: flex;
  min-width: 0;
  min-height: 136px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13px 7px 10px;
  border: 1px solid rgba(12, 14, 18, 0.13);
  border-radius: 21px;
  background: rgba(251, 250, 246, 0.84);
  box-shadow: 0 14px 28px rgba(27, 29, 33, 0.1);
  backdrop-filter: blur(8px);
  transition: transform 240ms cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 240ms ease;
  animation: nova-float 6s ease-in-out infinite;
}

.nova-wall-item:nth-child(2n) {
  animation-delay: -1.6s;
}

.nova-wall-item:nth-child(3n) {
  animation-delay: -3.1s;
}

.nova-wall-item[data-position="1"],
.nova-wall-item[data-position="6"] {
  transform: rotate(-3deg);
}

.nova-wall-item[data-position="3"],
.nova-wall-item[data-position="8"] {
  transform: rotate(3deg);
}

.nova-wall-item:hover {
  z-index: 5;
  box-shadow: 0 24px 45px rgba(27, 29, 33, 0.2);
  transform: translateY(-8px) rotate(0deg) scale(1.04);
}

.nova-wall-icon {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  box-shadow: 0 9px 19px rgba(16, 17, 20, 0.18);
}

.nova-wall-item > span:last-child {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  color: #404248;
  font-size: 0.58rem;
  font-weight: 710;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nova-icon {
  display: grid;
  flex: none;
  overflow: hidden;
  place-items: center;
  background: var(--accent);
  color: #fff;
  font-weight: 810;
}

.nova-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nova-hero-ribbon {
  position: absolute;
  z-index: 5;
  right: -2%;
  bottom: 8px;
  left: -2%;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-around;
  gap: 22px;
  padding: 0 4vw;
  background: var(--nova-lime);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  color: var(--nova-ink);
  font-size: clamp(1.35rem, 2.6vw, 2.9rem);
  font-weight: 790;
  letter-spacing: -0.055em;
  line-height: 1;
  transform: rotate(-1.15deg);
  white-space: nowrap;
}

.nova-hero-ribbon i {
  color: rgba(12, 14, 18, 0.35);
  font-style: normal;
  font-weight: 500;
}

.nova-wrap {
  width: min(1340px, calc(100% - 72px));
  margin: 0 auto;
}

.nova-apps,
.nova-games,
.nova-studio {
  scroll-margin-top: 77px;
}

.nova-apps {
  padding: 156px 0 145px;
  background: var(--nova-paper);
}

.nova-section-heading {
  display: grid;
  grid-template-columns: minmax(190px, 0.31fr) minmax(0, 1fr);
  gap: clamp(45px, 8vw, 125px);
  align-items: start;
  margin-bottom: 70px;
}

.nova-section-label {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 13px;
  color: #777970;
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nova-section-label > span:first-child {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--nova-line);
  border-radius: 50%;
  color: var(--nova-ink);
}

.nova-section-heading > div:last-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(40px, 7vw, 105px);
  align-items: end;
}

.nova-section-heading h2 {
  max-width: 780px;
  margin: 0;
  color: var(--nova-ink);
  font-size: clamp(4.2rem, 7vw, 7.7rem);
  font-weight: 720;
  letter-spacing: -0.078em;
  line-height: 0.84;
}

.nova-section-heading p {
  max-width: 440px;
  margin: 0 0 7px;
  color: #666861;
  font-size: 0.87rem;
  line-height: 1.7;
}

.nova-app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.nova-app-card {
  --accent: #7c7f88;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--nova-line);
  border-radius: 25px;
  background: var(--nova-card);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  transition: transform 220ms cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 220ms ease;
}

.nova-app-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--accent);
  content: "";
}

.nova-app-card::after {
  position: absolute;
  top: -90px;
  right: -80px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  filter: blur(100px);
  opacity: 0.09;
  pointer-events: none;
}

.nova-app-card:hover {
  box-shadow: 0 28px 70px rgba(24, 26, 30, 0.11);
  transform: translateY(-5px);
}

.nova-app-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.nova-app-card-top > span:last-child {
  color: #9c9d97;
  font-size: 0.63rem;
  font-weight: 770;
  letter-spacing: 0.08em;
}

.nova-app-icon {
  width: 86px;
  height: 86px;
  border-radius: 21px;
  box-shadow: 0 13px 28px rgba(15, 17, 20, 0.19);
}

.nova-app-copy {
  position: relative;
  z-index: 2;
  margin-top: 34px;
}

.nova-app-copy > span,
.nova-game-copy > span {
  color: #85877f;
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nova-app-copy h3 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  font-weight: 720;
  letter-spacing: -0.062em;
  line-height: 0.98;
}

.nova-app-copy strong {
  display: block;
  margin-top: 12px;
  color: #44464a;
  font-size: 0.78rem;
  font-weight: 680;
}

.nova-app-copy p {
  max-width: 510px;
  margin: 17px 0 0;
  color: #70716e;
  font-size: 0.78rem;
  line-height: 1.67;
}

.nova-store-links {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 25px;
}

.nova-store-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  border: 1px solid var(--nova-line);
  border-radius: 999px;
  color: #323439;
  font-size: 0.63rem;
  font-weight: 730;
  transition: border-color 170ms ease, background 170ms ease, color 170ms ease;
}

.nova-store-links a:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.nova-games {
  position: relative;
  overflow: hidden;
  padding: 150px 0 160px;
  background:
    radial-gradient(circle at 80% 15%, rgba(131, 78, 232, 0.14), transparent 31%),
    radial-gradient(circle at 10% 85%, rgba(53, 185, 150, 0.1), transparent 30%),
    #121318;
  color: #f7f6f2;
}

.nova-games::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.11) 0.7px, transparent 0.7px);
  background-size: 22px 22px;
  content: "";
  opacity: 0.18;
  pointer-events: none;
}

.nova-section-heading.is-light {
  position: relative;
  z-index: 2;
}

.nova-section-heading.is-light .nova-section-label {
  color: #878a94;
}

.nova-section-heading.is-light .nova-section-label > span:first-child {
  border-color: rgba(255, 255, 255, 0.17);
  color: var(--nova-lime);
}

.nova-section-heading.is-light h2 {
  color: #f7f6f2;
}

.nova-section-heading.is-light p {
  color: #989ba4;
}

.nova-game-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
}

.nova-game-card {
  --accent: #7d65e6;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 390px;
  grid-column: span 4;
  flex-direction: column;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.047);
  transition: transform 220ms cubic-bezier(0.2, 0.75, 0.25, 1),
    border-color 220ms ease, background 220ms ease;
  isolation: isolate;
}

.nova-game-card:nth-child(1) {
  min-height: 470px;
  grid-column: span 7;
}

.nova-game-card:nth-child(2) {
  min-height: 470px;
  grid-column: span 5;
}

.nova-game-card:hover {
  border-color: color-mix(in srgb, var(--accent) 72%, transparent);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-5px);
}

.nova-game-card::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 4px;
  background: var(--accent);
  content: "";
}

.nova-game-glow {
  position: absolute;
  z-index: -2;
  top: -100px;
  right: -100px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: var(--accent);
  filter: blur(130px);
  opacity: 0.24;
}

.nova-game-index {
  align-self: flex-end;
  color: #6f727b;
  font-size: 0.61rem;
  font-weight: 770;
  letter-spacing: 0.1em;
}

.nova-game-icon {
  width: 96px;
  height: 96px;
  margin-top: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 23px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.34);
}

.nova-game-card:nth-child(-n + 2) .nova-game-icon {
  width: 118px;
  height: 118px;
  border-radius: 28px;
}

.nova-game-copy {
  margin-top: auto;
  padding-top: 30px;
}

.nova-game-copy > span {
  color: color-mix(in srgb, var(--accent) 70%, #fff);
}

.nova-game-copy h3 {
  margin: 10px 0 0;
  color: #f6f5f1;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 710;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.nova-game-card:nth-child(n + 3) .nova-game-copy h3 {
  font-size: clamp(1.8rem, 2.7vw, 2.8rem);
}

.nova-game-copy p {
  margin: 12px 0 0;
  color: #9b9ea7;
  font-size: 0.74rem;
  line-height: 1.5;
}

.nova-store-links.is-quiet {
  margin-top: 22px;
  padding-top: 0;
}

.nova-store-links.is-quiet a {
  border-color: rgba(255, 255, 255, 0.15);
  color: #d7d8dc;
}

.nova-store-links.is-quiet a:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.nova-studio {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(160px, 0.25fr) minmax(500px, 1fr) minmax(300px, 0.46fr);
  grid-template-rows: 1fr auto;
  gap: 80px;
  align-items: center;
  padding: clamp(70px, 9vw, 145px) max(36px, calc((100vw - 1440px) / 2));
  background: var(--nova-lime);
  color: var(--nova-ink);
}

.nova-studio-index {
  align-self: start;
  padding-top: 16px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.nova-studio-copy h2 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(5rem, 9vw, 10rem);
  font-weight: 740;
  letter-spacing: -0.09em;
  line-height: 0.78;
}

.nova-studio-copy p {
  max-width: 640px;
  margin: 45px 0 0;
  color: rgba(12, 14, 18, 0.68);
  font-size: 0.93rem;
  line-height: 1.72;
}

.nova-studio-notes {
  border-top: 1px solid rgba(12, 14, 18, 0.24);
}

.nova-studio-notes > div {
  display: grid;
  min-height: 83px;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid rgba(12, 14, 18, 0.24);
}

.nova-studio-notes span {
  color: rgba(12, 14, 18, 0.48);
  font-size: 0.58rem;
  font-weight: 760;
}

.nova-studio-notes strong {
  font-size: 0.77rem;
  font-weight: 730;
}

.nova-studio-contact {
  display: inline-flex;
  min-height: 58px;
  grid-column: 2 / 4;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--nova-ink);
  color: #fff;
  font-size: 0.73rem;
  font-weight: 760;
  transition: transform 180ms ease;
}

.nova-studio-contact:hover {
  transform: translateY(-3px);
}

.nova-footer {
  display: grid;
  min-height: 170px;
  grid-template-columns: 1fr auto auto;
  gap: 55px;
  align-items: center;
  padding: 38px max(28px, calc((100vw - 1440px) / 2));
  background: var(--nova-ink);
  color: #777b84;
  font-size: 0.62rem;
}

.nova-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nova-footer-brand > div {
  display: flex;
  flex-direction: column;
}

.nova-footer-brand strong {
  color: #f2f1ed;
  font-size: 0.76rem;
}

.nova-footer-brand > div > span {
  margin-top: 4px;
}

.nova-footer nav {
  display: flex;
  gap: 24px;
}

.nova-footer nav a {
  transition: color 160ms ease;
}

.nova-footer nav a:hover {
  color: var(--nova-lime);
}

@keyframes nova-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}

@media (max-width: 1180px) {
  .nova-hero {
    min-height: auto;
  }

  .nova-hero-grid {
    grid-template-columns: 1fr;
    gap: 70px;
    padding: 100px 0 160px;
  }

  .nova-hero-copy {
    max-width: 950px;
  }

  .nova-hero-copy h1 {
    max-width: 1000px;
    font-size: clamp(5rem, 11vw, 8.7rem);
  }

  .nova-release-stage {
    width: min(760px, 88%);
    min-height: 650px;
    justify-self: end;
  }

  .nova-section-heading {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nova-section-heading > div:last-child {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  }

  .nova-studio {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 60px;
  }

  .nova-studio-notes {
    grid-column: 2;
  }

  .nova-studio-contact {
    grid-column: 2;
  }
}

@media (max-width: 850px) {
  .nova-header {
    grid-template-columns: auto 1fr auto;
    padding: 0 20px;
  }

  .nova-header nav button {
    padding: 9px 13px;
  }

  .nova-hero-grid,
  .nova-wrap {
    width: min(100% - 40px, 1340px);
  }

  .nova-hero-copy h1 {
    font-size: clamp(4.3rem, 13vw, 7.1rem);
  }

  .nova-release-stage {
    width: 92%;
    justify-self: center;
  }

  .nova-section-heading > div:last-child {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .nova-section-heading h2 {
    font-size: clamp(4rem, 11vw, 6.4rem);
  }

  .nova-section-heading p {
    max-width: 520px;
  }

  .nova-app-grid {
    grid-template-columns: 1fr;
  }

  .nova-app-card {
    min-height: 410px;
  }

  .nova-game-card,
  .nova-game-card:nth-child(1),
  .nova-game-card:nth-child(2) {
    min-height: 420px;
    grid-column: span 6;
  }

  .nova-game-card:first-child {
    grid-column: 1 / -1;
  }

  .nova-studio {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .nova-studio-index,
  .nova-studio-notes,
  .nova-studio-contact {
    grid-column: 1;
  }

  .nova-studio-copy h2 {
    font-size: clamp(5rem, 15vw, 8rem);
  }

  .nova-footer {
    grid-template-columns: 1fr auto;
  }

  .nova-footer > span:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 650px) {
  .nova-header {
    min-height: 70px;
    grid-template-columns: auto 1fr;
  }

  .nova-brand-copy,
  .nova-header nav {
    display: none;
  }

  .nova-contact {
    justify-self: end;
  }

  .nova-hero {
    padding-top: 70px;
  }

  .nova-hero-grid {
    width: calc(100% - 28px);
    gap: 55px;
    padding: 72px 0 135px;
  }

  .nova-hero-kicker {
    font-size: 0.57rem;
  }

  .nova-hero-copy h1 {
    margin-top: 31px;
    font-size: clamp(4rem, 18vw, 5.8rem);
    line-height: 0.82;
  }

  .nova-hero-copy > p {
    max-width: 420px;
    font-size: 0.88rem;
  }

  .nova-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nova-hero-actions button,
  .nova-hero-actions a {
    justify-content: space-between;
  }

  .nova-release-stage {
    width: 100%;
    min-height: 535px;
    border-radius: 25px;
    transform: rotate(0.7deg);
  }

  .nova-release-stage::before {
    width: 90px;
    height: 90px;
    border-radius: 0 25px 0 100%;
  }

  .nova-icon-wall {
    inset: 80px 17px 65px;
    gap: 9px;
  }

  .nova-wall-item {
    min-height: 112px;
    border-radius: 17px;
  }

  .nova-wall-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .nova-wall-item > span:last-child {
    font-size: 0.5rem;
  }

  .nova-stage-head,
  .nova-stage-foot {
    padding: 0 17px;
    font-size: 0.49rem;
  }

  .nova-hero-ribbon {
    min-height: 58px;
    gap: 15px;
    font-size: 1.15rem;
  }

  .nova-wrap {
    width: calc(100% - 28px);
  }

  .nova-apps,
  .nova-games {
    padding: 105px 0;
  }

  .nova-section-heading {
    gap: 32px;
    margin-bottom: 45px;
  }

  .nova-section-label {
    padding-top: 0;
  }

  .nova-section-heading h2 {
    font-size: clamp(3.75rem, 16vw, 5.3rem);
  }

  .nova-app-card {
    min-height: 425px;
    padding: 24px;
    border-radius: 21px;
  }

  .nova-app-icon {
    width: 78px;
    height: 78px;
    border-radius: 19px;
  }

  .nova-app-copy h3 {
    font-size: 2.6rem;
  }

  .nova-game-grid {
    grid-template-columns: 1fr;
  }

  .nova-game-card,
  .nova-game-card:nth-child(1),
  .nova-game-card:nth-child(2),
  .nova-game-card:first-child {
    min-height: 410px;
    grid-column: 1;
  }

  .nova-game-copy h3,
  .nova-game-card:nth-child(n + 3) .nova-game-copy h3 {
    font-size: 2.65rem;
  }

  .nova-studio {
    min-height: 720px;
    gap: 40px;
    padding: 90px 20px;
  }

  .nova-studio-copy h2 {
    font-size: clamp(4.6rem, 20vw, 6.5rem);
  }

  .nova-studio-copy p {
    margin-top: 35px;
    font-size: 0.83rem;
  }

  .nova-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 50px 20px;
  }

  .nova-footer nav {
    flex-wrap: wrap;
  }

  .nova-footer > span:last-child {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nova-wall-item {
    animation: none;
  }
}
