:root {
  --rr-navy: #061a3a;
  --rr-deep: #031126;
  --rr-blue: #174da8;
  --rr-yellow: #ffd226;
  --rr-cream: #fff8e7;
  --rr-paper: #f2e5c4;
  --rr-pink: #ef427c;
  --rr-teal: #16b9b0;
  --rr-ink: #071224;
  --rr-shell: min(calc(100% - 48px), 1240px);
  --rr-sans: "Archivo", sans-serif;
  --rr-mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--rr-ink);
  background: var(--rr-cream);
  font-family: var(--rr-sans);
  font-size: 17px;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }

.rr-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--rr-deep);
  background: var(--rr-yellow);
  font: 800 11px/1 var(--rr-mono);
  text-transform: uppercase;
  transform: translateY(-160%);
}
.rr-skip:focus { transform: none; }

.rr-shell { width: var(--rr-shell); margin-inline: auto; }
.rr-kicker,
.rr-label {
  width: fit-content;
  margin: 0 0 20px;
  color: var(--rr-deep);
  font: 800 10px/1.2 var(--rr-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.rr-kicker { padding: 8px 10px; background: var(--rr-yellow); border: 2px solid var(--rr-deep); }

.rr-hero {
  position: relative;
  isolation: isolate;
  min-height: min(840px, calc(100svh - 76px));
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .78fr);
  align-items: center;
  gap: clamp(28px, 6vw, 92px);
  padding: 70px max(24px, calc((100vw - 1240px) / 2)) 100px;
  color: var(--rr-cream);
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(135deg, var(--rr-deep) 0 67%, var(--rr-blue) 67% 100%);
  background-size: 42px 42px, 42px 42px, auto;
  border-bottom: 8px solid var(--rr-yellow);
  overflow: hidden;
}
.rr-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  right: -8vw;
  bottom: -18vw;
  width: min(54vw, 760px);
  aspect-ratio: 1;
  border: 3px solid rgba(255,210,38,.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 58px rgba(239,66,124,.16), inset 0 0 0 62px rgba(255,210,38,.2), inset 0 0 0 145px rgba(3,17,38,.32);
}
.rr-hero__copy { position: relative; z-index: 3; max-width: 760px; }
.rr-label {
  padding: 8px 11px;
  color: var(--rr-deep);
  background: var(--rr-yellow);
  border: 2px solid var(--rr-cream);
  box-shadow: 5px 5px 0 var(--rr-blue);
  transform: rotate(-1deg);
}
.rr-wordmark {
  width: min(470px, 82%);
  height: auto;
  display: block;
  margin: 0 0 18px;
  filter: drop-shadow(5px 6px 0 rgba(3,17,38,.8));
}
.rr-hero h1 {
  margin: 0;
  font: 900 clamp(66px, 7.3vw, 114px)/.82 var(--rr-sans);
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.rr-hero h1 span { color: var(--rr-yellow); }
.rr-hero__lede {
  max-width: 650px;
  margin: 27px 0 0;
  color: var(--rr-cream);
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}
.rr-hero__note { max-width: 630px; margin: 13px 0 0; color: rgba(255,248,231,.7); }
.rr-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.rr-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 13px 17px;
  border: 2px solid currentColor;
  font: 800 10px/1 var(--rr-mono);
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .15s ease, box-shadow .15s ease;
}
.rr-button b { font-size: 16px; }
.rr-button--primary { color: var(--rr-deep); background: var(--rr-yellow); border-color: var(--rr-cream); box-shadow: 6px 6px 0 var(--rr-blue); }
.rr-button--primary:hover { transform: translate(4px,4px); box-shadow: 2px 2px 0 var(--rr-blue); }
.rr-button--quiet { color: var(--rr-cream); background: transparent; border-color: rgba(255,248,231,.55); }
.rr-button--quiet:hover { color: var(--rr-yellow); transform: translateY(-2px); }

.rr-hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 580px;
  display: grid;
  align-items: end;
  justify-items: center;
  z-index: 2;
}
.rr-hero__rabbit {
  position: absolute;
  z-index: 2;
  bottom: -24px;
  left: 50%;
  width: min(37vw, 500px);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(18px 20px 0 rgba(3,17,38,.46));
}
.rr-hero__disc {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  width: min(35vw, 470px);
  aspect-ratio: 1;
  background: var(--rr-yellow);
  border: 4px solid var(--rr-deep);
  border-radius: 50%;
  box-shadow: 15px 15px 0 var(--rr-pink);
}
.rr-sticker {
  position: absolute;
  z-index: 4;
  top: 13%;
  right: -4%;
  width: 102px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--rr-deep);
  background: var(--rr-teal);
  border: 3px solid var(--rr-cream);
  border-radius: 50%;
  box-shadow: 7px 7px 0 var(--rr-deep);
  font: 900 14px/1.05 var(--rr-mono);
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
}
.rr-status {
  position: absolute;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 23px;
  z-index: 5;
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgba(255,248,231,.7);
  font: 700 8px/1 var(--rr-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.rr-status strong { padding: 7px 9px; color: var(--rr-deep); background: var(--rr-yellow); }

.rr-ticker { overflow: hidden; color: var(--rr-deep); background: var(--rr-yellow); border-bottom: 3px solid var(--rr-deep); }
.rr-ticker div { width: max-content; display: flex; align-items: center; gap: 28px; padding: 13px 0; animation: rr-marquee 26s linear infinite; }
.rr-ticker span { font: 900 12px/1 var(--rr-mono); letter-spacing: .08em; }
.rr-ticker i { color: var(--rr-pink); font-style: normal; }
@keyframes rr-marquee { to { transform: translateX(-50%); } }

.rr-intro { padding: 115px 0; background: var(--rr-cream); }
.rr-intro__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(42px,5vw,72px); align-items: center; }
.rr-intro__grid > *,
.rr-gameplay__grid > *,
.rr-requirements__grid > * { min-width: 0; }
.rr-intro h2,
.rr-heading h2,
.rr-gameplay h2,
.rr-community h2,
.rr-requirements h2,
.rr-final h2 {
  margin: 0;
  font: 900 clamp(54px, 6.5vw, 102px)/.83 var(--rr-sans);
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.rr-intro h2 { font-size: clamp(56px, 4.2vw, 76px); }
.rr-gameplay h2 { font-size: clamp(54px, 3.8vw, 68px); }
.rr-intro h2 span,
.rr-heading h2 span,
.rr-gameplay h2 span,
.rr-community h2 span,
.rr-requirements h2 span,
.rr-final h2 span { color: var(--rr-blue); }
.rr-intro__copy > p:last-child { max-width: 590px; margin: 27px 0 0; color: rgba(7,18,36,.72); font-size: 19px; }
.rr-game-frame { margin: 0; padding: 14px; background: var(--rr-yellow); border: 4px solid var(--rr-deep); box-shadow: 18px 18px 0 var(--rr-blue); transform: rotate(1deg); }
.rr-game-frame img { width: 100%; display: block; border: 3px solid var(--rr-deep); }
.rr-game-frame figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 11px; font: 800 8px/1.3 var(--rr-mono); letter-spacing: .05em; }

.rr-features { padding: 110px 0; color: var(--rr-cream); background: var(--rr-navy); border-block: 8px solid var(--rr-yellow); }
.rr-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.42fr); gap: 60px; align-items: end; }
.rr-heading .rr-kicker { color: var(--rr-deep); }
.rr-heading h2 span { color: var(--rr-yellow); }
.rr-heading > p { margin: 0 0 6px; color: rgba(255,248,231,.7); font-size: 19px; }
.rr-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 62px; }
.rr-feature-grid article { min-height: 310px; padding: 28px; color: var(--rr-ink); background: var(--rr-cream); border: 3px solid var(--rr-deep); box-shadow: 9px 9px 0 var(--rr-yellow); }
.rr-feature-grid article:nth-child(2) { background: var(--rr-yellow); box-shadow-color: var(--rr-pink); transform: translateY(18px); }
.rr-feature-grid article:nth-child(3) { box-shadow-color: var(--rr-teal); }
.rr-feature-grid b { color: var(--rr-blue); font: 900 13px/1 var(--rr-mono); }
.rr-feature-grid h3 { margin: 78px 0 14px; font-size: 27px; line-height: 1; letter-spacing: -.03em; text-transform: uppercase; }
.rr-feature-grid p { margin: 0; color: rgba(7,18,36,.7); }

.rr-gameplay { padding: 120px 0; background: var(--rr-paper); }
.rr-gameplay__grid { display: grid; grid-template-columns: minmax(0,.68fr) minmax(0,1.32fr); gap: clamp(42px,5.5vw,84px); align-items: center; }
.rr-gameplay h2 span { color: var(--rr-pink); }
.rr-gameplay__copy > p:last-child { max-width: 480px; margin: 27px 0 0; color: rgba(7,18,36,.7); font-size: 18px; }
.rr-video { position: relative; aspect-ratio: 16 / 9; background: var(--rr-deep); border: 4px solid var(--rr-deep); box-shadow: 17px 17px 0 var(--rr-pink); }
.rr-video iframe { width: 100%; height: 100%; display: block; border: 0; }

.rr-community { padding: 115px 0; color: var(--rr-cream); background: var(--rr-deep); }
.rr-community h2 span { color: var(--rr-yellow); }
.rr-community__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 52px; }
.rr-community__grid a { min-height: 215px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 22px; padding: 25px; color: var(--rr-cream); background: var(--rr-navy); border: 2px solid rgba(255,248,231,.25); text-decoration: none; transition: transform .16s ease, background .16s ease, color .16s ease; }
.rr-community__grid a:hover { color: var(--rr-deep); background: var(--rr-yellow); transform: translateY(-7px); }
.rr-community__grid b { font: 900 26px/1 var(--rr-sans); }
.rr-community__grid span { grid-column: 1; color: rgba(255,248,231,.65); }
.rr-community__grid a:hover span { color: rgba(3,17,38,.7); }
.rr-community__grid i { grid-column: 2; grid-row: 1 / 3; align-self: end; font: normal 24px/1 var(--rr-mono); }

.rr-requirements { padding: 115px 0; background: var(--rr-cream); }
.rr-requirements__grid { display: grid; grid-template-columns: minmax(290px,.62fr) minmax(0,1.38fr); gap: clamp(48px,8vw,105px); }
.rr-requirements h2 span { color: var(--rr-blue); }
.rr-requirements__grid > div:first-child > p:last-child { max-width: 450px; color: rgba(7,18,36,.68); }
.rr-specs { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.rr-specs article { padding: 24px; background: white; border: 3px solid var(--rr-deep); box-shadow: 9px 9px 0 var(--rr-yellow); }
.rr-specs article:last-child { box-shadow-color: var(--rr-teal); }
.rr-specs h3 { margin: 0 0 18px; color: var(--rr-blue); font-size: 25px; text-transform: uppercase; }
.rr-specs dl { margin: 0; }
.rr-specs dl div { padding: 11px 0; border-top: 1px solid rgba(7,18,36,.16); }
.rr-specs dt { margin-bottom: 3px; color: rgba(7,18,36,.5); font: 800 8px/1 var(--rr-mono); letter-spacing: .08em; text-transform: uppercase; }
.rr-specs dd { margin: 0; font-size: 14px; font-weight: 650; line-height: 1.4; }

.rr-final { padding: 125px 0; color: var(--rr-cream); text-align: center; background: var(--rr-blue); border-top: 8px solid var(--rr-yellow); }
.rr-final .rr-shell { display: grid; justify-items: center; }
.rr-final .rr-kicker { transform: rotate(-1deg); }
.rr-final h2 { font-size: clamp(70px, 9.6vw, 150px); }
.rr-final h2 span { color: var(--rr-yellow); }
.rr-final p:not(.rr-kicker) { max-width: 690px; margin: 28px auto; color: rgba(255,248,231,.78); font-size: 19px; }

.rr-footer { padding: 55px max(24px, calc((100vw - 1240px) / 2)) 24px; color: rgba(255,248,231,.7); background: var(--rr-deep); border-top: 3px solid var(--rr-yellow); }
.rr-footer > div { display: grid; grid-template-columns: 180px minmax(240px,1fr) auto; gap: 42px; align-items: start; }
.rr-footer img { width: 165px; max-height: 52px; object-fit: contain; object-position: left; }
.rr-footer p { max-width: 500px; margin: 0; font-size: 14px; }
.rr-footer nav { display: grid; gap: 7px; }
.rr-footer nav a { color: var(--rr-cream); font: 700 9px/1.3 var(--rr-mono); text-decoration: none; text-transform: uppercase; }
.rr-footer nav a:hover { color: var(--rr-yellow); }
.rr-footer > small { display: block; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,248,231,.13); font: 600 8px/1.3 var(--rr-mono); letter-spacing: .05em; }

@media (max-width: 1000px) {
  .rr-hero { grid-template-columns: minmax(0,1fr) minmax(280px,.55fr); }
  .rr-hero h1 { font-size: clamp(60px,7.8vw,86px); }
  .rr-hero__rabbit { width: min(40vw,430px); }
  .rr-intro__grid,
  .rr-gameplay__grid,
  .rr-requirements__grid { grid-template-columns: 1fr; }
  .rr-intro__copy { max-width: 720px; }
  .rr-game-frame { width: min(900px,95%); margin-inline: auto; }
  .rr-gameplay__copy { max-width: 700px; }
  .rr-heading { grid-template-columns: 1fr; gap: 28px; }
  .rr-heading > p { max-width: 660px; }
  .rr-community__grid { grid-template-columns: 1fr; }
  .rr-community__grid a { min-height: 150px; }
}

@media (max-width: 760px) {
  :root { --rr-shell: min(calc(100% - 30px), 1240px); }
  body { font-size: 16px; }
  .rr-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 58px 15px 68px;
    background: linear-gradient(155deg, var(--rr-deep) 0 73%, var(--rr-blue) 73% 100%);
  }
  .rr-wordmark { width: min(430px,90%); }
  .rr-hero h1 { font-size: clamp(54px,17vw,82px); line-height: .83; }
  .rr-hero__lede { font-size: 19px; }
  .rr-hero__note { font-size: 15px; }
  .rr-actions { align-items: stretch; flex-direction: column; }
  .rr-button { width: 100%; }
  .rr-hero__visual { order: 1; min-height: 520px; margin-top: -5px; }
  .rr-hero__copy { order: 2; }
  .rr-hero__rabbit { bottom: 4px; width: min(90vw,375px); }
  .rr-hero__disc { bottom: 40px; width: min(89vw,390px); }
  .rr-sticker { top: 7%; right: 0; width: 85px; font-size: 12px; }
  .rr-status { position: relative; inset: auto; order: 3; flex-wrap: wrap; gap: 8px 12px; margin-top: 13px; font-size: 7px; }
  .rr-intro,
  .rr-features,
  .rr-gameplay,
  .rr-community,
  .rr-requirements,
  .rr-final { padding-block: 80px; }
  .rr-intro h2,
  .rr-heading h2,
  .rr-gameplay h2,
  .rr-community h2,
  .rr-requirements h2 { font-size: clamp(47px,13.5vw,75px); }
  .rr-intro h2 { font-size: clamp(47px, 13vw, 58px); }
  .rr-gameplay h2 { font-size: clamp(47px, 13vw, 58px); }
  .rr-intro__grid,
  .rr-gameplay__grid,
  .rr-requirements__grid { gap: 50px; }
  .rr-game-frame { width: calc(100% - 12px); padding: 8px; box-shadow: 10px 10px 0 var(--rr-blue); }
  .rr-game-frame figcaption { display: grid; }
  .rr-feature-grid,
  .rr-specs { grid-template-columns: 1fr; }
  .rr-feature-grid { gap: 14px; margin-top: 42px; }
  .rr-feature-grid article { min-height: 250px; }
  .rr-feature-grid article:nth-child(2) { transform: none; }
  .rr-feature-grid h3 { margin-top: 55px; }
  .rr-video { box-shadow: 9px 9px 0 var(--rr-pink); }
  .rr-community__grid a { min-height: 165px; }
  .rr-final h2 { font-size: clamp(66px,19vw,94px); }
  .rr-footer > div { grid-template-columns: 1fr; gap: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rr-ticker div { animation: none; }
  .rr-button,
  .rr-community__grid a { transition: none; }
}
