:root {
  --ink: #241c31;
  --paper: #f7f1e8;
  --purple: #6c3df2;
  --purple-dark: #2b1749;
  --yellow: #ffd83d;
  --pink: #ff6f91;
  --blue: #73c9ff;
  --mint: #9ee8c7;
  --border: 2px solid var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 96px;
  border-bottom: 1.5px solid rgb(36 28 49 / 18%);
}

.brand {
  width: fit-content;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.brand-dot {
  color: var(--purple);
}

.nav-links {
  display: flex;
  gap: 36px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links a,
.footer-bottom a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer-bottom a:hover {
  color: var(--purple);
}

.nav > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 55px;
  padding: 0 25px;
  border: var(--border);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.button:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}

.button-small {
  min-height: 42px;
  padding-inline: 20px;
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 12px;
}

.button-dark {
  background: var(--ink);
  box-shadow: 3px 3px 0 var(--pink);
  color: white;
}

.button-dark:hover {
  box-shadow: 1px 1px 0 var(--pink);
}

.button-primary {
  background: var(--yellow);
}

.hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
  min-height: 690px;
  padding-block: 76px 88px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: white;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #43c982;
  box-shadow: 0 0 0 3px rgb(67 201 130 / 20%);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
blockquote {
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
}

h1 {
  max-width: 640px;
  margin: 30px 0 26px;
  font-size: clamp(62px, 7.3vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.hop-word {
  position: relative;
  display: inline-block;
  padding-right: 0.08em;
  color: var(--purple);
  transform: rotate(-4deg);
  transform-origin: bottom left;
}

.hop-word::after {
  position: absolute;
  right: 0;
  bottom: -0.06em;
  left: 0;
  height: 0.11em;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
  transform: rotate(2deg);
  z-index: -1;
}

.spark {
  position: absolute;
  display: block;
  color: var(--yellow);
  font-family: Arial, sans-serif;
  line-height: 1;
}

.hop-spark {
  top: -0.2em;
  right: -0.2em;
  font-size: 0.28em;
}

.hero-lede {
  max-width: 510px;
  margin-bottom: 34px;
  color: #5a5065;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.tiny-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 140px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.tiny-note span {
  color: var(--pink);
  font-size: 22px;
}

.playground {
  position: relative;
  min-height: 530px;
}

.world-card {
  position: absolute;
  top: 44px;
  right: 20px;
  width: min(500px, 88%);
  padding: 18px;
  border: var(--border);
  border-radius: 30px;
  background: white;
  box-shadow: 12px 12px 0 var(--ink);
  transform: rotate(2.5deg);
  animation: float 5s ease-in-out infinite;
}

.world-topbar,
.world-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.world-topbar {
  padding: 0 4px 14px;
}

.world-label,
.live-pill,
.world-footer span,
.idea-card > span,
.studio-sticker span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  background: #e8fae9;
  color: #226c38;
}

.live-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3fbd68;
}

.world-window {
  position: relative;
  height: 350px;
  overflow: hidden;
  border: var(--border);
  border-radius: 19px;
  background: var(--blue);
}

.sun {
  position: absolute;
  top: 35px;
  right: 43px;
  width: 63px;
  height: 63px;
  border: var(--border);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 5px 5px 0 rgb(36 28 49 / 14%);
}

.cloud {
  position: absolute;
  z-index: 1;
  height: 24px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: white;
}

.cloud::before,
.cloud::after {
  position: absolute;
  bottom: -1.5px;
  border: 1.5px solid var(--ink);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  background: white;
  content: "";
}

.cloud::before {
  left: 12px;
  width: 30px;
  height: 31px;
}

.cloud::after {
  left: 36px;
  width: 23px;
  height: 22px;
}

.cloud-one {
  top: 75px;
  left: 55px;
  width: 82px;
}

.cloud-two {
  top: 130px;
  right: 62px;
  width: 68px;
  transform: scale(0.72);
}

.hill {
  position: absolute;
  bottom: -90px;
  border: var(--border);
  border-radius: 50% 50% 0 0;
}

.hill-back {
  right: -80px;
  width: 420px;
  height: 260px;
  background: var(--mint);
}

.hill-front {
  bottom: -125px;
  left: -110px;
  width: 470px;
  height: 290px;
  background: #73d79e;
}

.play-house {
  position: absolute;
  bottom: 69px;
  left: 172px;
  z-index: 3;
  width: 125px;
  height: 116px;
  border: var(--border);
  border-radius: 7px 7px 3px 3px;
  background: #ff8fa7;
}

.play-roof {
  position: absolute;
  top: -55px;
  left: -17px;
  width: 155px;
  height: 72px;
  border: var(--border);
  border-radius: 50% 50% 8px 8px;
  background: var(--yellow);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.play-door {
  position: absolute;
  bottom: -2px;
  left: 47px;
  width: 37px;
  height: 62px;
  border: var(--border);
  border-radius: 18px 18px 0 0;
  background: var(--purple);
}

.play-window {
  position: absolute;
  top: 31px;
  left: 14px;
  width: 27px;
  height: 30px;
  border: var(--border);
  border-radius: 5px;
  background: #cbf2ff;
}

.tree {
  position: absolute;
  right: 80px;
  bottom: 49px;
  z-index: 3;
}

.tree-top {
  position: relative;
  z-index: 2;
  width: 84px;
  height: 90px;
  border: var(--border);
  border-radius: 49% 51% 46% 54%;
  background: #5fc573;
}

.tree-trunk {
  width: 18px;
  height: 50px;
  margin: -8px auto 0;
  border: var(--border);
  background: #9b663e;
}

.path {
  position: absolute;
  right: 170px;
  bottom: -20px;
  z-index: 2;
  width: 82px;
  height: 180px;
  border: 2px solid var(--ink);
  border-width: 0 2px;
  border-radius: 50%;
  background: #ffe1a3;
  transform: rotate(9deg);
}

.world-footer {
  padding: 14px 4px 0;
}

.world-footer > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.world-footer strong {
  font-size: 12px;
}

.world-progress {
  display: flex;
  gap: 4px;
}

.world-progress i {
  display: block;
  width: 19px;
  height: 6px;
  border-radius: 999px;
  background: #ddd7e5;
}

.world-progress i:nth-child(-n + 3) {
  background: var(--purple);
}

.studio-sticker {
  position: absolute;
  top: 0;
  left: -4px;
  z-index: 4;
  display: grid;
  place-content: center;
  width: 118px;
  height: 118px;
  border: var(--border);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--ink);
  text-align: center;
  transform: rotate(-12deg);
}

.studio-sticker strong {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 0.95;
}

.idea-card {
  position: absolute;
  right: -10px;
  bottom: 2px;
  z-index: 4;
  width: 160px;
  padding: 14px;
  border: var(--border);
  border-radius: 18px;
  background: var(--pink);
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(-7deg);
}

.idea-card > strong {
  display: block;
  font-size: 11px;
  line-height: 1.1;
  text-transform: uppercase;
}

.idea-face {
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  margin: 13px 0 10px;
  border: var(--border);
  border-radius: 50%;
  background: white;
  font-size: 20px;
  font-weight: 900;
  transform: rotate(90deg);
}

.orbit {
  position: absolute;
  border: 1.5px dashed rgb(36 28 49 / 28%);
  border-radius: 50%;
}

.orbit-one {
  inset: 30px 5px 30px 80px;
}

.orbit-two {
  inset: 120px 90px 80px 0;
}

.spark-one {
  top: 120px;
  right: -6px;
  color: var(--purple);
  font-size: 36px;
}

.spark-two {
  bottom: 85px;
  left: 15px;
  color: var(--pink);
  font-size: 27px;
}

@keyframes float {
  0%,
  100% { transform: rotate(2.5deg) translateY(0); }
  50% { transform: rotate(1.5deg) translateY(-10px); }
}

.marquee {
  overflow: hidden;
  border-block: var(--border);
  background: var(--purple);
  color: white;
  transform: rotate(-1deg) scale(1.02);
}

.marquee div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 38px;
  padding: 17px 0;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
  animation: marquee 22s linear infinite;
}

.marquee b {
  color: var(--yellow);
  font-size: 19px;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.about {
  padding-block: 150px 120px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 68px;
}

.section-heading h2,
.games-intro h2,
.footer h2 {
  margin: 18px 0 0;
  font-size: clamp(50px, 6.5vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.principle {
  position: relative;
  min-height: 430px;
  padding: 28px;
  border: var(--border);
  border-radius: 28px;
  box-shadow: 7px 7px 0 var(--ink);
}

.principle:nth-child(2) {
  transform: translateY(28px);
}

.principle-yellow { background: var(--yellow); }
.principle-pink { background: #ffb6c7; }
.principle-blue { background: #b7e6ff; }

.principle-number {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.principle-icon {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 54px auto 48px;
  border: var(--border);
  border-radius: 50%;
  background: white;
  box-shadow: 4px 4px 0 var(--ink);
}

.bulb i {
  position: relative;
  width: 42px;
  height: 49px;
  border: 3px solid var(--ink);
  border-radius: 50% 50% 42% 42%;
  background: var(--yellow);
}

.bulb i::after {
  position: absolute;
  bottom: -13px;
  left: 10px;
  width: 18px;
  height: 14px;
  border: 3px solid var(--ink);
  border-radius: 2px;
  background: var(--purple);
  content: "";
}

.heart {
  color: var(--pink);
  font-size: 54px;
  -webkit-text-stroke: 2px var(--ink);
}

.stack {
  gap: 5px;
}

.stack i {
  display: block;
  width: 52px;
  height: 19px;
  border: 2px solid var(--ink);
  border-radius: 5px;
  background: var(--blue);
}

.stack i:nth-child(2) {
  width: 67px;
  background: var(--pink);
}

.stack i:nth-child(3) {
  width: 82px;
  background: var(--yellow);
}

.principle h3 {
  margin-bottom: 13px;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: 27px;
  letter-spacing: -0.045em;
}

.principle p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.65;
}

.games {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
  padding-block: 120px 160px;
}

.games-intro {
  position: sticky;
  top: 50px;
  align-self: start;
}

.games-intro h2 {
  margin-bottom: 25px;
}

.games-intro > p:last-child {
  max-width: 390px;
  color: #5a5065;
  font-size: 16px;
  line-height: 1.7;
}

.game-shelf {
  display: grid;
  gap: 28px;
}

.game-tile {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 32px;
  border: var(--border);
  border-radius: 30px;
  box-shadow: 8px 8px 0 var(--ink);
}

.game-tile h3 {
  position: relative;
  z-index: 2;
  max-width: 370px;
  margin: 104px 0 12px;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.game-tile p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tile-tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 7px 10px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: white;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.tile-one {
  background: var(--mint);
}

.tile-two {
  background: #c7b7ff;
  transform: rotate(1.3deg);
}

.tile-three {
  background: var(--yellow);
  transform: rotate(-1deg);
}

.tile-art {
  position: absolute;
  top: -70px;
  right: -10px;
  width: 330px;
  height: 330px;
  border: var(--border);
  border-radius: 50%;
  background: #88d2ff;
}

.tile-shape {
  position: absolute;
  display: block;
  border: var(--border);
}

.tile-shape-a {
  top: 115px;
  left: 90px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: var(--pink);
}

.tile-shape-b {
  top: 180px;
  left: 175px;
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: var(--yellow);
  transform: rotate(17deg);
}

.tile-shape-c {
  top: 80px;
  left: 210px;
  width: 52px;
  height: 112px;
  border-radius: 999px;
  background: var(--purple);
  transform: rotate(32deg);
}

.tile-star {
  position: absolute;
  top: 55px;
  left: 52px;
  color: white;
  font-size: 40px;
}

.question-mark {
  position: absolute;
  top: -40px;
  right: 55px;
  color: #fff;
  font-family: "Arial Rounded MT Bold", Arial, sans-serif;
  font-size: 300px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.65;
  transform: rotate(12deg);
}

.plus-grid {
  position: absolute;
  top: 25px;
  right: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.plus-grid i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: var(--border);
  border-radius: 15px;
  background: white;
  color: var(--purple);
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
}

.manifesto {
  position: relative;
  overflow: hidden;
  border-block: var(--border);
  background: var(--purple-dark);
  color: white;
}

.manifesto::before,
.manifesto::after {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 50%;
  content: "";
}

.manifesto::before {
  top: -340px;
  left: -150px;
  width: 730px;
  height: 730px;
}

.manifesto::after {
  right: -180px;
  bottom: -420px;
  width: 850px;
  height: 850px;
}

.manifesto-inner {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 650px;
  padding-block: 100px;
  text-align: center;
}

.mini-brand {
  display: block;
  padding: 9px 13px;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

blockquote {
  margin: 40px 0 30px;
  font-size: clamp(55px, 7vw, 94px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.manifesto-inner p {
  margin: 0;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.manifesto-spark-one {
  top: 15%;
  left: 12%;
  font-size: 70px;
  transform: rotate(12deg);
}

.manifesto-spark-two {
  right: 13%;
  bottom: 18%;
  color: var(--pink);
  font-size: 45px;
}

.footer {
  padding-block: 120px 32px;
}

.footer-main {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 100px;
}

.footer-main h2 {
  font-size: clamp(50px, 6.5vw, 84px);
}

.footer-button {
  margin-bottom: 12px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 28px;
  border-top: 1.5px solid rgb(36 28 49 / 20%);
}

.footer-bottom p {
  margin: 0;
  color: #6a6074;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-bottom p:last-child {
  justify-self: end;
}

.footer-legal-links {
  display: flex;
  gap: 24px;
  color: #6a6074;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 4%, rgb(255 216 61 / 28%), transparent 24rem),
    radial-gradient(circle at 92% 12%, rgb(255 111 145 / 18%), transparent 28rem),
    var(--paper);
}

.legal-nav {
  grid-template-columns: 1fr auto;
}

.legal-nav .button {
  justify-self: end;
}

.legal-hero {
  padding-block: 88px 64px;
  border-bottom: 1.5px solid rgb(36 28 49 / 18%);
}

.legal-hero h1 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(62px, 9vw, 112px);
}

.legal-intro {
  max-width: 760px;
  color: #5a5065;
  font-size: 18px;
  line-height: 1.7;
}

.legal-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 8px 12px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 74px;
  padding-block: 72px 120px;
}

.legal-toc {
  position: sticky;
  top: 36px;
  align-self: start;
  padding: 22px;
  border: var(--border);
  border-radius: 22px;
  background: white;
  box-shadow: 5px 5px 0 var(--ink);
}

.legal-toc > span {
  display: block;
  margin-bottom: 16px;
  color: var(--purple);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding-block: 9px;
  border-bottom: 1px solid rgb(36 28 49 / 10%);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.legal-toc a:last-child {
  border-bottom: 0;
}

.legal-toc a:hover {
  color: var(--purple);
}

.legal-content {
  max-width: 790px;
}

.legal-notice {
  margin-bottom: 42px;
  padding: 22px 24px;
  border: var(--border);
  border-radius: 18px;
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.legal-section {
  scroll-margin-top: 32px;
  padding: 0 0 42px;
  margin-bottom: 42px;
  border-bottom: 1.5px solid rgb(36 28 49 / 16%);
}

.legal-section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-section h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.legal-section h3 {
  margin: 26px 0 10px;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.legal-section p,
.legal-section li {
  color: #554c5e;
  font-size: 15px;
  line-height: 1.78;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.legal-section a {
  color: var(--purple);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-footer {
  padding-block: 34px;
  border-top: var(--border);
  background: var(--purple-dark);
  color: white;
}

.legal-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.legal-footer-links {
  display: flex;
  gap: 24px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-footer p {
  margin: 0;
  color: rgb(255 255 255 / 66%);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 65px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .playground {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .principles {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }

  .principle,
  .principle:nth-child(2) {
    min-height: 330px;
    transform: none;
  }

  .principle-icon {
    margin-block: 32px 28px;
  }

  .games {
    grid-template-columns: 1fr;
  }

  .games-intro {
    position: static;
  }

  .footer-main {
    align-items: start;
    flex-direction: column;
    gap: 46px;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    grid-template-columns: 1fr auto;
    min-height: 78px;
  }

  .nav-links {
    display: none;
  }

  .button-small {
    min-height: 38px;
    padding-inline: 15px;
  }

  .hero {
    gap: 28px;
    min-height: auto;
    padding-block: 50px 75px;
  }

  h1 {
    font-size: clamp(58px, 17vw, 80px);
  }

  .hero-lede {
    font-size: 16px;
  }

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

  .playground {
    min-height: 420px;
  }

  .world-card {
    top: 55px;
    right: 7px;
    width: 93%;
    padding: 12px;
    border-radius: 23px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .world-window {
    height: 275px;
  }

  .play-house {
    bottom: 45px;
    left: 36%;
    transform: scale(0.78);
    transform-origin: bottom;
  }

  .tree {
    right: 35px;
    bottom: 26px;
    transform: scale(0.74);
    transform-origin: bottom;
  }

  .studio-sticker {
    left: 2px;
    width: 87px;
    height: 87px;
  }

  .studio-sticker strong {
    font-size: 12px;
  }

  .idea-card {
    right: 0;
    width: 132px;
  }

  .idea-face {
    width: 43px;
    height: 43px;
    margin-block: 8px;
  }

  .marquee div {
    gap: 25px;
    font-size: 12px;
  }

  .about,
  .games {
    padding-block: 95px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .games-intro h2,
  .footer h2 {
    font-size: clamp(46px, 13vw, 66px);
  }

  .principle {
    padding: 24px;
  }

  .game-tile {
    min-height: 330px;
    padding: 24px;
  }

  .game-tile h3 {
    margin-top: 130px;
    font-size: 30px;
  }

  .tile-art {
    right: -120px;
  }

  .manifesto-inner {
    min-height: 560px;
  }

  blockquote {
    font-size: clamp(48px, 15vw, 70px);
  }

  .footer {
    padding-top: 90px;
  }

  .footer-main {
    padding-bottom: 70px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-bottom p:last-child,
  .footer-legal-links {
    justify-self: start;
  }

  .legal-hero {
    padding-block: 64px 50px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 48px 80px;
  }

  .legal-toc {
    position: static;
  }

  .legal-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
