:root {
  --plum: #21133f;
  --plum-dark: #130b28;
  --ink: #171321;
  --cream: #fff8e8;
  --paper: #f8efd6;
  --yellow: #ffd84d;
  --coral: #ff675d;
  --cyan: #30dbc4;
  --violet: #8a57ff;
  --white: #fffdf7;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--plum-dark); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 16px; color: var(--white); background: var(--plum); transform: translateY(-150%); font-weight: 900; }
.skip-link:focus { transform: none; }
.section-shell { width: var(--page); margin-inline: auto; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: var(--page); margin-inline: auto; padding: 20px 0; color: var(--white); }
.game-mark, .studio-mark { display: inline-flex; align-items: center; gap: 10px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.game-mark { justify-self: start; font-family: var(--display); font-size: .78rem; line-height: .72; transform: rotate(-2deg); }
.bonk-dot { display: grid; place-items: center; width: 36px; height: 36px; border: 3px solid var(--plum); color: var(--plum); background: var(--yellow); box-shadow: 4px 4px 0 var(--coral); font-size: 1.05rem; transform: rotate(-8deg); }
.studio-mark { justify-self: end; font-size: .64rem; }
.studio-mark img { width: 32px; height: 32px; object-fit: contain; }
.site-header nav { display: flex; gap: 25px; font-size: .62rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.site-header nav a { position: relative; padding: 10px 0; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 3px; background: var(--yellow); transition: right .18s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }

.hero, .bonk, .tower { position: relative; min-height: 900px; overflow: hidden; color: var(--white); background: var(--plum-dark); }
.hero { height: 100svh; max-height: 1080px; }
.hero-media, .hero-media img, .scene-media, .scene-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .scene-media img { object-fit: cover; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,11,40,.97) 0%, rgba(24,13,48,.88) 35%, rgba(24,13,48,.18) 65%, rgba(24,13,48,.04)), linear-gradient(0deg, rgba(19,11,40,.74), transparent 42%); }
.hero-content { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: var(--page); height: 100%; margin-inline: auto; padding-top: 65px; }
.status { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; padding: 8px 13px; border: 2px solid rgba(255,255,255,.62); border-radius: 99px; color: var(--white); background: rgba(33,19,63,.62); font-size: .62rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.status span { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,103,93,.22); }
.hero h1 { display: flex; flex-direction: column; margin: 0; font-family: var(--display); font-size: clamp(6.5rem, 12vw, 11.5rem); line-height: .62; letter-spacing: -.055em; font-style: italic; transform: skew(-4deg) rotate(-1deg); text-transform: uppercase; }
.hero h1 span { color: var(--yellow); -webkit-text-stroke: 5px var(--plum); text-shadow: 8px 9px 0 var(--coral), 14px 15px 0 var(--cyan), 20px 22px 30px rgba(0,0,0,.35); }
.hero h1 span:last-child { margin-left: .43em; color: var(--white); }
.hero-line { margin: 38px 0 9px; font-family: var(--display); font-size: clamp(1.55rem, 2.8vw, 2.8rem); line-height: .96; letter-spacing: .02em; text-transform: uppercase; }
.hero-line strong { color: var(--yellow); font-weight: inherit; }
.hero-copy { max-width: 600px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(.95rem, 1.25vw, 1.15rem); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 27px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 50px; padding: 0 20px; border: 3px solid var(--plum); font-size: .69rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; box-shadow: 6px 6px 0 var(--plum); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover, .button:focus-visible { transform: translate(3px,3px); box-shadow: 3px 3px 0 var(--plum); }
.button-yellow { color: var(--plum); background: var(--yellow); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.85); background: rgba(33,19,63,.5); box-shadow: 6px 6px 0 var(--coral); }
.button-plum { color: var(--white); background: var(--plum); }
.concept-note { max-width: 650px; margin: 22px 0 0; padding-left: 13px; border-left: 4px solid var(--coral); color: rgba(255,255,255,.65); font-size: .69rem; line-height: 1.52; }
.hero-sticker { position: absolute; z-index: 3; right: 5vw; bottom: 6vh; display: grid; place-items: center; width: 180px; aspect-ratio: 1; padding: 24px; border: 7px solid var(--plum); border-radius: 48% 52% 46% 54%; color: var(--plum); background: var(--yellow); box-shadow: 10px 11px 0 var(--coral); text-align: center; transform: rotate(8deg); }
.hero-sticker span { font-size: .53rem; font-weight: 950; letter-spacing: .12em; }
.hero-sticker b { font-family: var(--display); font-size: 1.65rem; line-height: .86; }

.rule-strip { display: flex; justify-content: center; align-items: center; gap: 26px; min-height: 78px; padding: 18px 28px; color: var(--plum); background: var(--yellow); border-block: 5px solid var(--plum); }
.rule-strip p { margin: 0; font-family: var(--display); font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; }
.rule-strip p span { margin-right: 7px; color: var(--coral); }
.rule-strip i { width: 8px; height: 8px; background: var(--plum); transform: rotate(45deg); }

.eyebrow { margin: 0 0 17px; color: var(--coral); font-size: .66rem; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
h2 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 6.8vw, 7rem); line-height: .85; letter-spacing: -.025em; text-transform: uppercase; }
h2 em { color: var(--coral); font-style: italic; -webkit-text-stroke: 2px var(--plum); text-shadow: 4px 4px 0 var(--cyan); }

.home { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; padding-block: 125px 145px; }
.home-copy > p:not(.eyebrow) { margin: 30px 0 0; color: #5e5568; line-height: 1.75; }
blockquote { margin: 31px 0 0; padding: 20px 22px; border: 4px solid var(--plum); color: var(--plum); background: var(--yellow); box-shadow: 7px 7px 0 var(--coral); font-family: var(--display); font-size: 1.2rem; letter-spacing: .025em; transform: rotate(-2deg); }
.snapshot { position: relative; margin: 0; border: 7px solid var(--plum); background: var(--plum); box-shadow: 15px 16px 0 var(--cyan), 25px 27px 0 var(--coral); transform: rotate(1.2deg); }
.snapshot picture { display: block; aspect-ratio: 16/10; overflow: hidden; }
.snapshot img { width: 100%; height: 100%; object-fit: cover; }
.snapshot figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 13px 16px; color: var(--white); font-size: .66rem; }
.snapshot figcaption span { color: var(--yellow); font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }

.mates { padding: 100px 0 120px; background: var(--cyan); border-block: 8px solid var(--plum); }
.mates-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6vw; padding: 60px; border: 6px solid var(--plum); background: var(--cream); box-shadow: 13px 14px 0 var(--coral); transform: rotate(-.6deg); }
.mates-card > p { align-self: end; margin: 0 0 5px; color: #5c5366; line-height: 1.75; }
.mates-card ul { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 48px 0 0; padding: 0; list-style: none; }
.mates-card li { min-height: 150px; padding: 22px 18px; border: 4px solid var(--plum); background: var(--white); box-shadow: 5px 5px 0 var(--plum); }
.mates-card li:nth-child(2) { background: #fff1c0; transform: translateY(9px); }
.mates-card li:nth-child(3) { background: #f2e9ff; }
.mates-card li:nth-child(4) { background: #ffe7e3; transform: translateY(9px); }
.mates-card b { display: block; margin-bottom: 16px; color: var(--plum); font-family: var(--display); font-size: 1.2rem; }
.mates-card span { color: #675e70; font-size: .8rem; line-height: 1.5; }

.bonk { min-height: 900px; }
.bonk-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,11,40,.95), rgba(19,11,40,.45) 48%, rgba(19,11,40,.04) 75%), linear-gradient(0deg, rgba(19,11,40,.7), transparent 50%); }
.bonk-copy { position: relative; z-index: 2; padding-top: 110px; }
.bonk-copy h2 { max-width: 800px; margin-top: 135px; font-size: clamp(5rem, 9vw, 9.4rem); line-height: .72; transform: rotate(-2deg); }
.bonk-copy h2 em { color: var(--yellow); text-shadow: 7px 7px 0 var(--coral), 12px 12px 0 var(--cyan); }
.bonk-copy > p:last-child { max-width: 490px; margin-top: 42px; color: rgba(255,255,255,.8); line-height: 1.7; }
.impact { position: absolute; z-index: 3; right: 7vw; top: 10vh; display: grid; place-items: center; width: 180px; height: 180px; clip-path: polygon(50% 0,61% 28%,83% 8%,76% 36%,100% 50%,73% 60%,91% 85%,61% 74%,50% 100%,39% 73%,12% 90%,27% 60%,0 50%,27% 39%,10% 12%,40% 28%); color: var(--plum); background: var(--yellow); font-family: var(--display); font-size: 2rem; transform: rotate(9deg); }

.chaos { padding-block: 130px 145px; }
.chaos header { display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 7vw; align-items: end; }
.chaos header .eyebrow { grid-column: 1/-1; }
.chaos header > p:last-child { margin: 0 0 5px; color: #5f5668; line-height: 1.75; }
.chaos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 70px; }
.chaos-grid article { min-height: 280px; padding: 26px 22px; border: 4px solid var(--plum); background: var(--white); box-shadow: 7px 7px 0 var(--plum); }
.chaos-grid article:nth-child(2) { background: #e8fffa; transform: translateY(12px); }
.chaos-grid article:nth-child(3) { background: #fff0ed; }
.chaos-grid article:nth-child(4) { background: #fff5c9; transform: translateY(12px); }
.chaos-grid span { display: block; margin-bottom: 37px; color: var(--coral); font-family: var(--display); font-size: 3rem; text-shadow: 3px 3px 0 var(--cyan); }
.chaos-grid h3 { margin: 0 0 12px; color: var(--plum); font-family: var(--display); font-size: 1.4rem; text-transform: uppercase; }
.chaos-grid p { color: #675e70; font-size: .84rem; line-height: 1.55; }

.tower { min-height: 920px; }
.tower-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,11,40,.03) 20%, rgba(19,11,40,.24) 52%, rgba(19,11,40,.96) 100%), linear-gradient(0deg, rgba(19,11,40,.77), transparent 44%); }
.tower-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; padding-top: 95px; text-align: right; }
.tower-copy h2 { max-width: 720px; margin-top: 190px; font-size: clamp(5rem, 8.5vw, 9rem); line-height: .72; }
.tower-copy h2 em { color: var(--yellow); text-shadow: 7px 7px 0 var(--coral); }
.tower-copy > p:last-child { max-width: 470px; margin-top: 34px; color: rgba(255,255,255,.8); line-height: 1.7; }

.development { padding-block: 120px 135px; color: var(--plum); background: var(--yellow); border-block: 8px solid var(--plum); }
.development-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; }
.status.dark { color: var(--plum); border-color: var(--plum); background: rgba(255,255,255,.38); }
.development h2 em { color: var(--white); }
.notice-board { position: relative; padding: 60px 50px 50px; border: 5px solid var(--plum); background: var(--paper); box-shadow: 12px 13px 0 var(--coral); transform: rotate(1.2deg); }
.notice-board h3 { margin: 20px 0 17px; font-family: var(--display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.notice-board p:not(.notice-label) { color: #665d6d; line-height: 1.68; }
.notice-label { margin: 0; color: var(--coral); font-size: .65rem; font-weight: 950; letter-spacing: .16em; }
.notice-board .button { margin-top: 20px; }
.tape { position: absolute; top: -19px; width: 90px; height: 35px; background: rgba(48,219,196,.78); }
.tape-left { left: 35px; transform: rotate(-8deg); }
.tape-right { right: 35px; transform: rotate(7deg); }

.finale { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 660px; padding: 100px 24px; overflow: hidden; color: var(--white); background: var(--plum); text-align: center; }
.finale::before, .finale::after { content: ""; position: absolute; width: 44vw; height: 150%; background: repeating-linear-gradient(115deg, transparent 0 30px, rgba(255,216,77,.09) 31px 40px); transform: rotate(8deg); }
.finale::before { left: -20vw; }.finale::after { right: -20vw; transform: rotate(188deg); }
.finale-star { position: relative; z-index: 1; display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 28px; border: 5px solid var(--white); color: var(--plum); background: var(--yellow); box-shadow: 7px 7px 0 var(--coral); font-size: 2rem; transform: rotate(-8deg); }
.finale > p { position: relative; z-index: 1; font-size: .68rem; font-weight: 950; letter-spacing: .18em; }
.finale h2 { position: relative; z-index: 1; font-size: clamp(4rem, 7.8vw, 8rem); }
.finale h2 em { color: var(--yellow); text-shadow: 5px 5px 0 var(--coral); }
.finale .button { position: relative; z-index: 1; margin-top: 38px; }

footer { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 30px max(24px, calc((100vw - 1180px)/2)); color: rgba(255,255,255,.62); background: var(--plum-dark); font-size: .64rem; }
footer .studio-mark { color: var(--white); }
footer > a:last-child { color: var(--yellow); font-weight: 900; text-transform: uppercase; }

@media (max-width: 930px) {
  :root { --page: calc(100vw - 36px); }
  .site-header { grid-template-columns: 1fr 1fr; }
  .site-header nav { display: none; }
  .home, .development-shell { grid-template-columns: 1fr; }
  .home { gap: 70px; }
  .mates-card, .chaos header { grid-template-columns: 1fr; }
  .mates-card > p, .chaos header > p:last-child { margin-top: 28px; }
  .chaos-grid, .mates-card ul { grid-template-columns: repeat(2, 1fr); }
  .hero-sticker { display: none; }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 30px); }
  .site-header { padding-top: 14px; }
  .game-mark { font-size: .64rem; }
  .bonk-dot { width: 31px; height: 31px; }
  .studio-mark { font-size: .54rem; }
  .studio-mark img { width: 28px; height: 28px; }
  .hero { min-height: 780px; max-height: 940px; }
  .hero-media img { object-position: center center; }
  .hero-wash { background: linear-gradient(180deg, rgba(19,11,40,.95), rgba(19,11,40,.5) 29%, rgba(19,11,40,.03) 55%, rgba(19,11,40,.94) 100%); }
  .hero-content { justify-content: flex-start; padding-top: 89px; }
  .status { margin-bottom: 14px; padding: 7px 11px; font-size: .53rem; }
  .hero h1 { font-size: clamp(5rem, 25vw, 7rem); line-height: .62; }
  .hero h1 span { -webkit-text-stroke-width: 3px; text-shadow: 5px 5px 0 var(--coral), 9px 9px 0 var(--cyan); }
  .hero-line { margin-top: auto; font-size: 1.45rem; }
  .hero-copy { max-width: 96%; font-size: .84rem; line-height: 1.48; }
  .hero-actions { margin-top: 17px; gap: 9px; }
  .button { min-height: 44px; padding: 0 14px; font-size: .58rem; box-shadow: 4px 4px 0 var(--plum); }
  .button-ghost { box-shadow: 4px 4px 0 var(--coral); }
  .concept-note { margin: 15px 0 22px; font-size: .58rem; }
  .rule-strip { gap: 12px; min-height: 66px; padding: 14px 12px; }
  .rule-strip p { font-size: .61rem; }
  .rule-strip p span { display: none; }
  .rule-strip i { width: 6px; height: 6px; }
  h2 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
  h2 em { -webkit-text-stroke-width: 1px; text-shadow: 3px 3px 0 var(--cyan); }
  .home { padding-block: 85px 100px; gap: 60px; }
  .home-copy > p:not(.eyebrow) { font-size: .88rem; }
  .snapshot { border-width: 5px; box-shadow: 8px 9px 0 var(--cyan), 14px 16px 0 var(--coral); }
  .snapshot picture { aspect-ratio: 4/5; }
  .snapshot figcaption { flex-direction: column; gap: 4px; font-size: .58rem; }
  .mates { padding: 70px 0 85px; }
  .mates-card { padding: 34px 24px; box-shadow: 8px 8px 0 var(--coral); }
  .mates-card > p { font-size: .86rem; }
  .mates-card ul { gap: 8px; margin-top: 35px; }
  .mates-card li { min-height: 145px; padding: 16px 12px; box-shadow: 3px 3px 0 var(--plum); }
  .mates-card li:nth-child(n) { transform: none; }
  .mates-card b { font-size: .93rem; }
  .mates-card span { font-size: .67rem; }
  .bonk { min-height: 820px; }
  .bonk-wash { background: linear-gradient(180deg, rgba(19,11,40,.85), transparent 45%, rgba(19,11,40,.92)); }
  .bonk-copy { padding-top: 55px; }
  .bonk-copy h2 { margin-top: 440px; font-size: clamp(4.1rem, 19vw, 6rem); }
  .bonk-copy > p:last-child { margin-top: 26px; font-size: .84rem; }
  .impact { top: 90px; right: 12px; width: 110px; height: 110px; font-size: 1.25rem; }
  .chaos { padding-block: 90px 105px; }
  .chaos header > p:last-child { font-size: .86rem; }
  .chaos-grid { gap: 8px; margin-top: 48px; }
  .chaos-grid article { min-height: 230px; padding: 18px 13px; box-shadow: 4px 4px 0 var(--plum); }
  .chaos-grid article:nth-child(n) { transform: none; }
  .chaos-grid span { margin-bottom: 25px; font-size: 2.25rem; }
  .chaos-grid h3 { font-size: .98rem; }
  .chaos-grid p { font-size: .69rem; }
  .tower { min-height: 820px; }
  .tower-wash { background: linear-gradient(180deg, rgba(19,11,40,.7), transparent 38%, rgba(19,11,40,.94) 76%); }
  .tower-copy { align-items: flex-start; padding-top: 52px; text-align: left; }
  .tower-copy h2 { margin-top: 470px; font-size: clamp(4rem, 18vw, 5.7rem); }
  .tower-copy > p:last-child { margin-top: 22px; font-size: .84rem; }
  .development { padding-block: 85px 100px; }
  .development-shell { gap: 55px; }
  .notice-board { padding: 48px 27px 35px; box-shadow: 8px 8px 0 var(--coral); }
  .notice-board h3 { font-size: 1.55rem; }
  .notice-board p:not(.notice-label) { font-size: .84rem; }
  .finale { min-height: 590px; }
  .finale h2 { font-size: clamp(3.5rem, 16vw, 5rem); }
  footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
