:root {
  --black: #050404;
  --deep: #0e0805;
  --gold: #ffb51c;
  --gold-dark: #bd6a00;
  --pink: #ff2c9f;
  --cream: #fff6df;
  --muted: #d2c5aa;
  --line: rgba(255, 181, 28, .35);
  --shadow-gold: 0 0 35px rgba(255, 181, 28, .38);
  --shadow-pink: 0 0 35px rgba(255, 44, 159, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 8% 42%, rgba(255,44,159,.50), transparent 17rem),
    radial-gradient(circle at 86% 22%, rgba(255,123,0,.55), transparent 22rem),
    radial-gradient(circle at 78% 77%, rgba(255,44,159,.25), transparent 20rem),
    linear-gradient(120deg, #020202 0%, #100702 52%, #040404 100%);
  overflow-x: hidden;
}

body::selection { background: var(--pink); color: white; }

.fx-grid,
.fx-particles,
.fx-glow { position: fixed; inset: 0; pointer-events: none; }
.fx-grid {
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,181,28,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,181,28,.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 52% 43%, black 0 48%, transparent 82%);
}
.fx-particles {
  opacity: .26;
  background-image:
    radial-gradient(circle, rgba(255,181,28,.8) 1.4px, transparent 2px),
    radial-gradient(circle, rgba(255,44,159,.55) 1.2px, transparent 2px);
  background-position: 0 0, 24px 19px;
  background-size: 62px 62px, 86px 86px;
}
.fx-glow-left { width: 28rem; height: 28rem; border-radius: 50%; top: 14rem; left: -15rem; background: var(--pink); filter: blur(85px); opacity: .42; }
.fx-glow-right { width: 37rem; height: 37rem; border-radius: 50%; top: 1rem; right: -18rem; background: var(--gold-dark); filter: blur(90px); opacity: .52; }

.site-header {
  position: relative;
  z-index: 10;
  width: min(1210px, calc(100% - 34px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 260px 1fr 130px;
  gap: 22px;
  align-items: center;
}
.brand { display: block; height: 76px; overflow: visible; filter: drop-shadow(0 0 16px rgba(255,181,28,.45)); }
.brand img { height: 118px; width: 250px; object-fit: contain; object-position: left center; transform: translateY(-20px) scale(1.06); }


.menu-toggle {
  display: none;
  width: 58px;
  height: 50px;
  border: 1px solid rgba(255,181,28,.45);
  border-radius: 14px 22px 12px 18px;
  background: var(--gold);
  cursor: pointer;
  box-shadow: var(--shadow-gold);
  transform: rotate(-3deg);
  place-items: center;
  padding: 12px;
}
.menu-toggle span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 3px 0;
  border-radius: 999px;
  background: #160f05;
  transition: transform .25s ease, opacity .25s ease;
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(255,181,28,.28);
  background: rgba(3,3,3,.58);
  border-radius: 999px 18px 999px 18px;
  clip-path: polygon(4% 0, 100% 0, 96% 82%, 0 100%);
  transform: rotate(-1.2deg);
  box-shadow: inset 0 0 32px rgba(255,181,28,.06), 0 0 18px rgba(255,181,28,.10);
  backdrop-filter: blur(16px);
}
.main-nav a {
  color: var(--cream);
  text-decoration: none;
  font-weight: 950;
  padding: 12px 16px;
  border-radius: 999px;
  text-shadow: 0 2px 0 rgba(0,0,0,.8);
  white-space: nowrap;
}
.main-nav a span { color: var(--pink); margin-right: 5px; }
.main-nav a.active, .main-nav a:hover {
  color: #171006;
  background: var(--gold);
  box-shadow: var(--shadow-gold);
  text-shadow: none;
}
.main-nav a.active span, .main-nav a:hover span { color: #171006; }
.join {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 27px;
  color: #160f05;
  background: var(--gold);
  text-decoration: none;
  font-weight: 1000;
  border-radius: 12px 22px 10px 18px;
  clip-path: polygon(10% 0, 92% 0, 100% 18%, 88% 92%, 8% 100%, 0 82%);
  transform: rotate(-4deg);
  box-shadow: var(--shadow-gold);
}

.page {
  position: relative;
  z-index: 2;
  width: min(1210px, calc(100% - 34px));
  margin: 0 auto;
}
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  align-items: center;
  gap: 28px;
  padding-top: 56px;
}
.kicker {
  color: var(--gold);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .35em;
  margin: 0 0 20px;
}
h1 {
  margin: 0;
  font-size: clamp(4rem, 7.3vw, 7.9rem);
  line-height: .78;
  text-transform: uppercase;
  font-weight: 1000;
  letter-spacing: -5px;
  transform: rotate(-3deg) skewX(-6deg);
  transform-origin: left center;
  filter: drop-shadow(12px 16px 0 rgba(0,0,0,.55));
}
h1 span { display: block; }
h1 span:first-child { color: var(--cream); }
h1 .gold { color: var(--gold); }
h1 .pink { color: var(--pink); }
.intro {
  width: min(520px, 100%);
  margin: 35px 0 28px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.62;
  font-weight: 600;
}
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.brush-button,
.outline-button,
.highlight a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  color: var(--cream);
  text-decoration: none;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.brush-button {
  color: #160f05;
  background: var(--gold);
  clip-path: polygon(0 16%, 91% 0, 100% 76%, 7% 100%);
  transform: rotate(-4deg);
  box-shadow: var(--shadow-gold);
}
.brush-button b { margin-left: 14px; font-size: 1.4rem; }
.outline-button {
  border: 1px solid var(--line);
  background: rgba(5,4,4,.55);
  border-radius: 12px 22px 12px 22px;
  box-shadow: inset 0 0 25px rgba(255,181,28,.06);
}

.hero-art {
  position: relative;
  min-height: 560px;
  transform: rotate(-1deg);
}
.splash {
  position: absolute;
  border-radius: 44% 56% 48% 52% / 58% 39% 61% 42%;
  filter: blur(1px) drop-shadow(0 0 40px rgba(255,181,28,.3));
}
.splash-gold {
  width: 530px; height: 320px; right: 38px; top: 165px;
  background: radial-gradient(circle at 48% 50%, rgba(255,181,28,.95), rgba(255,122,0,.35) 44%, transparent 70%);
  clip-path: polygon(3% 62%, 18% 50%, 9% 37%, 32% 44%, 47% 11%, 56% 41%, 92% 20%, 74% 54%, 98% 62%, 67% 71%, 73% 95%, 50% 75%, 21% 100%, 29% 72%);
}
.splash-pink {
  width: 500px; height: 300px; right: 12px; top: 200px;
  background: radial-gradient(circle at 55% 50%, rgba(255,44,159,.7), transparent 62%);
  clip-path: polygon(4% 77%, 31% 57%, 0 39%, 37% 43%, 41% 6%, 55% 40%, 91% 14%, 71% 53%, 100% 79%, 63% 70%, 59% 100%, 41% 76%);
}
.orbit {
  position: absolute;
  border: 3px dashed rgba(255,181,28,.42);
  border-radius: 50%;
  right: 52px; top: 128px;
  width: 455px; height: 335px;
  transform: rotate(22deg);
  animation: orbit 18s linear infinite;
}
.orbit-two { border-color: rgba(255,44,159,.45); width: 355px; height: 445px; right: 114px; top: 76px; animation-duration: 14s; animation-direction: reverse; }
.controller {
  position: absolute;
  right: 88px;
  top: 192px;
  width: 390px;
  height: 215px;
  border: 4px solid var(--gold);
  border-bottom-width: 9px;
  background: linear-gradient(145deg, #120f0e, #050505 62%);
  border-radius: 88px 88px 78px 78px;
  transform: rotate(-8deg);
  box-shadow: 0 32px 75px rgba(0,0,0,.9), 0 0 55px rgba(255,181,28,.46);
}
.controller::before,
.controller::after {
  content: "";
  position: absolute;
  width: 104px;
  height: 126px;
  top: -38px;
  background: #090807;
  border: 4px solid var(--gold);
  border-radius: 38px 38px 28px 28px;
}
.controller::before { left: 72px; transform: rotate(8deg); }
.controller::after { right: 54px; transform: rotate(12deg); }
.controller strong {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  color: var(--gold);
  font-size: 2rem;
  text-shadow: 0 0 18px rgba(255,181,28,.8);
}
.dpad { position: absolute; left: 54px; top: 88px; width: 74px; height: 74px; background: var(--gold); clip-path: polygon(34% 0,66% 0,66% 34%,100% 34%,100% 66%,66% 66%,66% 100%,34% 100%,34% 66%,0 66%,0 34%,34% 34%); }
.stick { position: absolute; bottom: 47px; width: 54px; height: 54px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ffe080, var(--gold) 45%, #8c4d00); box-shadow: inset -5px -8px 18px rgba(0,0,0,.45); }
.stick-left { left: 132px; }
.stick-right { right: 92px; }
.btn { position: absolute; width: 31px; height: 31px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 22px rgba(255,44,159,.85); }
.btn-a { right: 55px; top: 70px; }
.btn-b { right: 91px; top: 42px; }
.btn-c { right: 101px; top: 97px; }
.btn-d { right: 134px; top: 70px; }
.mascot {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 32px 32px 42px 42px;
  border: 3px solid var(--gold);
  background: #080807;
  box-shadow: 0 0 30px rgba(255,181,28,.4), inset 0 -16px 18px rgba(255,181,28,.08);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 2.4rem;
  font-weight: 1000;
}
.mascot::before { content: ""; position: absolute; left: 20px; top: 34px; width: 12px; height: 12px; background: var(--gold); border-radius: 50%; box-shadow: 40px 0 0 var(--gold); }
.mascot i { position: absolute; bottom: -18px; width: 72px; height: 22px; border-radius: 50%; background: rgba(255,181,28,.16); }
.mascot-one { left: 34px; top: 142px; transform: rotate(8deg); }
.mascot-two { right: 0; top: 220px; color: var(--pink); border-color: var(--pink); box-shadow: var(--shadow-pink); transform: rotate(-11deg); }
.mascot-two::before { background: var(--pink); box-shadow: 40px 0 0 var(--pink); }
.float { position: absolute; font-weight: 1000; filter: drop-shadow(0 0 14px currentColor); }
.heart { color: var(--pink); right: 160px; top: 104px; font-size: 3.7rem; }
.star { color: var(--gold); right: 104px; top: 88px; font-size: 3rem; }
.trophy { right: 72px; top: 358px; font-size: 5rem; transform: rotate(10deg); }
.coin { right: 280px; top: 72px; color: var(--gold); font-size: 3rem; }
.cube { left: 72px; bottom: 74px; color: var(--pink); font-size: 2.6rem; width: 70px; height: 70px; display: grid; place-items: center; background: var(--pink); color: #1a070f; border-radius: 18px; transform: rotate(-14deg); }

.content-grid {
  margin-top: -72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.35fr;
  gap: 22px;
  align-items: end;
}
.mini-card,
.highlight {
  position: relative;
  min-height: 255px;
  padding: 28px;
  background: rgba(9,8,6,.78);
  border: 1px solid rgba(255,181,28,.28);
  box-shadow: 0 18px 55px rgba(0,0,0,.55), inset 0 0 30px rgba(255,181,28,.06);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.mini-card {
  clip-path: polygon(7% 0, 100% 5%, 92% 100%, 0 91%);
  border-radius: 30px 9px 34px 12px;
}
.tilt-left { transform: rotate(-2.5deg); }
.tilt-right { transform: rotate(3deg); }
.small-shift { margin-bottom: 10px; }
.card-icon { font-size: 2.3rem; margin-bottom: 18px; filter: drop-shadow(0 0 18px var(--pink)); }
.mini-card h2,
.highlight h2 { margin: 0 0 15px; text-transform: uppercase; font-size: 1.75rem; line-height: .94; }
.mini-card p,
.highlight span { color: var(--muted); line-height: 1.55; font-weight: 600; }
.mini-card a { position: absolute; right: 26px; bottom: 20px; color: var(--pink); text-decoration: none; font-size: 2rem; }
.highlight {
  min-height: 285px;
  border-radius: 24px 100px 20px 18px;
  transform: rotate(1.6deg);
  background:
    radial-gradient(circle at 82% 43%, rgba(255,44,159,.75), transparent 29%),
    linear-gradient(135deg, rgba(13,10,8,.92), rgba(73,8,46,.68));
}
.highlight p { color: var(--gold); margin: 0 0 16px; font-weight: 1000; text-transform: uppercase; }
.highlight a { margin-top: 18px; min-height: 48px; padding: 0 22px; background: var(--pink); color: #170711; clip-path: polygon(0 0, 100% 12%, 92% 100%, 6% 87%); }
.highlight-planet { position: absolute; right: -28px; bottom: -50px; width: 260px; height: 260px; border-radius: 50%; border: 5px dashed rgba(255,44,159,.8); box-shadow: inset 0 0 45px rgba(255,44,159,.34), 0 0 50px rgba(255,44,159,.22); }
.scroll-note { padding: 28px 0 50px; text-align: center; color: var(--cream); font-weight: 1000; text-transform: uppercase; transform: rotate(-2deg); }
.scroll-note span { color: var(--gold); font-size: 1.7rem; margin: 0 12px; }
.site-footer {
  position: relative;
  z-index: 3;
  width: min(1210px, calc(100% - 34px));
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 22px 28px;
  border: 1px solid rgba(255,181,28,.25);
  border-radius: 30px 12px 30px 12px;
  background: rgba(4,4,4,.68);
}
.site-footer img { width: 210px; height: 80px; object-fit: contain; object-position: left center; filter: drop-shadow(0 0 14px rgba(255,181,28,.35)); }
.site-footer p { color: var(--muted); font-weight: 800; }
.socials { display: flex; gap: 12px; flex-wrap: wrap; }
.socials a { color: #150e04; background: var(--gold); padding: 10px 14px; border-radius: 999px; text-decoration: none; font-weight: 1000; }

@keyframes orbit { to { transform: rotate(382deg); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr; justify-items: center; }
  .brand img { object-position: center; }
  .join { justify-self: center; }
  .hero { grid-template-columns: 1fr; padding-top: 30px; }
  .hero-art { min-height: 500px; }
  .content-grid { margin-top: 20px; grid-template-columns: 1fr 1fr; }
  .highlight { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .site-header {
    grid-template-columns: 1fr auto;
    justify-items: stretch;
    align-items: center;
  }
  .brand { justify-self: start; height: 68px; }
  .brand img { width: 215px; height: 104px; object-position: left center; }
  .menu-toggle {
    display: grid;
    justify-self: end;
    position: relative;
    z-index: 31;
  }
  .main-nav {
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    padding: 18px;
    clip-path: polygon(0 0, 100% 6%, 94% 100%, 5% 92%);
    border-radius: 28px 12px 34px 16px;
    transform: translateY(-12px) rotate(-1deg) scale(.96);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }
  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0) rotate(-1deg) scale(1);
  }
  .main-nav a {
    width: 100%;
    text-align: center;
    padding: 15px 18px;
    background: rgba(255,181,28,.07);
    border: 1px solid rgba(255,181,28,.18);
  }
  .join {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    min-height: 50px;
    margin-top: 6px;
  }
  h1 { font-size: 3.8rem; letter-spacing: -2px; }
  .intro { font-size: 1rem; }
  .hero-actions a { width: 100%; }
  .hero-art { transform: scale(.78); transform-origin: top center; margin-bottom: -90px; }
  .content-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer img { margin: auto; }
  .socials { justify-content: center; }
}

/* --- Mobile overflow fix v4: kein seitliches Wischen mehr --- */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body {
  position: relative;
}

.site-header,
.page,
.site-footer {
  max-width: 100%;
}

@media (max-width: 680px) {
  .fx-glow-left,
  .fx-glow-right {
    display: none;
  }

  .site-header,
  .page,
  .site-footer {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header {
    overflow: visible;
  }

  .brand {
    max-width: 190px;
    overflow: hidden;
  }

  .brand img {
    width: 180px;
    max-width: 180px;
    height: 92px;
    transform: translateY(-13px) scale(1);
  }

  .join,
  .brush-button,
  .outline-button {
    max-width: 100%;
    transform: none;
  }

  .hero {
    min-height: auto;
    gap: 18px;
    padding-top: 24px;
    overflow: hidden;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .kicker {
    font-size: .78rem;
    letter-spacing: .28em;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 15vw, 3.55rem);
    line-height: .86;
    letter-spacing: -1px;
    transform: rotate(-2deg) skewX(-2deg);
    filter: drop-shadow(7px 9px 0 rgba(0,0,0,.55));
  }

  .intro {
    width: 100%;
    max-width: 100%;
  }

  .hero-art {
    width: 100%;
    max-width: 100%;
    min-height: 330px;
    height: 330px;
    margin: 0;
    overflow: hidden;
    transform: none;
  }

  .orbit {
    right: -42px;
    top: 30px;
    width: 310px;
    height: 230px;
  }

  .orbit-two {
    right: 0;
    top: 12px;
    width: 230px;
    height: 300px;
  }

  .splash-gold {
    right: -58px;
    top: 74px;
    width: 360px;
    height: 220px;
  }

  .splash-pink {
    right: -60px;
    top: 98px;
    width: 330px;
    height: 210px;
  }

  .controller {
    right: 18px;
    top: 92px;
    width: 260px;
    height: 145px;
    border-width: 3px;
    border-bottom-width: 6px;
    border-radius: 58px 58px 48px 48px;
  }

  .controller::before,
  .controller::after {
    width: 68px;
    height: 82px;
    top: -24px;
    border-width: 3px;
    border-radius: 25px 25px 19px 19px;
  }

  .controller::before { left: 48px; }
  .controller::after { right: 36px; }
  .controller strong { font-size: 1.35rem; }
  .dpad { left: 36px; top: 60px; width: 48px; height: 48px; }
  .stick { bottom: 30px; width: 36px; height: 36px; }
  .stick-left { left: 88px; }
  .stick-right { right: 62px; }
  .btn { width: 20px; height: 20px; }
  .btn-a { right: 36px; top: 47px; }
  .btn-b { right: 60px; top: 28px; }
  .btn-c { right: 67px; top: 66px; }
  .btn-d { right: 89px; top: 47px; }

  .mascot,
  .float {
    transform: scale(.72);
  }

  .mascot-one { left: 2px; top: 78px; }
  .mascot-two { right: 0; top: 158px; }
  .heart { right: 72px; top: 38px; }
  .star { right: 26px; top: 28px; }
  .trophy { right: 8px; top: 215px; }
  .coin { right: 155px; top: 24px; }
  .cube { left: 22px; bottom: 30px; }

  .content-grid {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    gap: 18px;
  }

  .mini-card,
  .highlight {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .highlight-planet {
    right: -95px;
  }

  .site-footer {
    overflow: hidden;
  }
}

/* --- Desktop spacing fix v5: PC-Abstände wieder sauber --- */
@media (min-width: 1051px) {
  .site-header {
    width: min(1240px, calc(100% - 64px));
    margin-top: 26px;
    grid-template-columns: 300px 1fr 150px;
    gap: 30px;
  }

  .brand {
    height: 88px;
    overflow: visible;
  }

  .brand img {
    width: 285px;
    height: 126px;
    transform: translateY(-18px) scale(1);
  }

  .page {
    width: min(1240px, calc(100% - 64px));
    margin-top: 46px;
  }

  .hero {
    min-height: 620px;
    grid-template-columns: 0.56fr 0.44fr;
    gap: 46px;
    padding-top: 34px;
    align-items: center;
  }

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

  h1 {
    font-size: clamp(4.4rem, 6.15vw, 6.95rem);
    line-height: .82;
    letter-spacing: -4px;
    max-width: 730px;
  }

  .intro {
    margin-top: 34px;
    max-width: 560px;
  }

  .hero-art {
    min-height: 520px;
    transform: rotate(-1deg) translateX(-10px);
  }

  .splash-gold {
    width: 470px;
    height: 285px;
    right: 10px;
    top: 142px;
  }

  .splash-pink {
    width: 430px;
    height: 270px;
    right: -6px;
    top: 174px;
  }

  .orbit {
    width: 390px;
    height: 288px;
    right: 16px;
    top: 112px;
  }

  .orbit-two {
    width: 300px;
    height: 380px;
    right: 74px;
    top: 66px;
  }

  .controller {
    width: 335px;
    height: 190px;
    right: 36px;
    top: 174px;
  }

  .controller::before,
  .controller::after {
    width: 88px;
    height: 108px;
  }

  .controller::before { left: 58px; }
  .controller::after { right: 46px; }

  .dpad {
    left: 46px;
    top: 78px;
    width: 62px;
    height: 62px;
  }

  .stick {
    bottom: 41px;
    width: 46px;
    height: 46px;
  }

  .stick-left { left: 115px; }
  .stick-right { right: 80px; }

  .btn { width: 27px; height: 27px; }
  .btn-a { right: 48px; top: 62px; }
  .btn-b { right: 78px; top: 38px; }
  .btn-c { right: 88px; top: 88px; }
  .btn-d { right: 116px; top: 62px; }

  .mascot-one {
    left: 18px;
    top: 132px;
  }

  .mascot-two {
    right: -12px;
    top: 215px;
  }

  .heart { right: 128px; top: 86px; }
  .star { right: 72px; top: 74px; }
  .trophy { right: 42px; top: 330px; }
  .coin { right: 230px; top: 62px; }
  .cube { left: 48px; bottom: 64px; }

  .content-grid {
    margin-top: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(310px, 1.25fr);
    gap: 24px;
    align-items: stretch;
  }

  .mini-card,
  .highlight {
    min-height: 245px;
  }

  .highlight {
    min-height: 265px;
  }

  .scroll-note {
    padding-top: 40px;
  }

  .site-footer {
    width: min(1240px, calc(100% - 64px));
  }
}
