:root {
  --ink: #13231b;
  --cream: #fff8e8;
  --lime: #c8f34a;
  --mint: #75d8ad;
  --purple: #8a67d5;
  --orange: #ff8a4d;
  --yellow: #ffd85a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Nunito", system-ui, sans-serif;
}
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.hero {
  min-height: 720px;
  overflow: hidden;
  color: #f9ffe7;
  background: radial-gradient(circle at 83% 42%, #326f52 0 4%, transparent 31%), linear-gradient(135deg, #10251c, #194c36 64%, #123624);
}
.nav { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; font-family: "Baloo 2", sans-serif; font-size: 1.15rem; font-weight: 800; }
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 3px solid var(--lime); }
.nav-pill { border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 10px 18px; font-size: .85rem; font-weight: 900; transition: .2s; }
.nav-pill:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.hero-content { width: min(1180px, calc(100% - 40px)); min-height: 610px; margin: auto; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 50px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; letter-spacing: .12em; text-transform: uppercase; font-size: .75rem; font-weight: 900; }
.eyebrow span { display: inline-block; width: 26px; height: 3px; border-radius: 4px; background: var(--lime); }
h1, h2, h3 { font-family: "Baloo 2", sans-serif; margin: 0; }
h1 { max-width: 700px; font-size: clamp(3.6rem, 7vw, 6.7rem); letter-spacing: -.045em; line-height: .83; }
h1.long-title { font-size: clamp(3.35rem, 5.75vw, 5.55rem); line-height: .88; }
h1 em { color: var(--lime); font-style: normal; }
.intro { max-width: 610px; margin: 28px 0; color: #c7d8ce; font-size: clamp(1rem, 1.8vw, 1.2rem); line-height: 1.7; }
.primary-cta { display: inline-flex; align-items: center; gap: 22px; padding: 15px 18px 15px 24px; border-radius: 999px; background: var(--lime); color: var(--ink); font-weight: 900; box-shadow: 0 8px 0 #091b12; transition: .2s; }
.primary-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 0 #091b12; }
.primary-cta span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--lime); }
.free-note { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 24px 0 0; color: #c7d8ce; font-size: .78rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.free-note strong { border-radius: 999px; background: var(--orange); padding: 7px 11px; color: var(--ink); }
.free-note span { color: var(--lime); }
.instagram-cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; border-bottom: 1px solid rgba(255,255,255,.4); padding: 2px 0 5px; color: #f9ffe7; font-size: .88rem; font-weight: 800; transition: .2s; }
.instagram-cta > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; background: linear-gradient(135deg, #8a3ab9, #e95950, #fccc63); color: white; font-size: 1rem; }
.instagram-cta strong { color: var(--lime); }
.instagram-cta:hover { border-color: var(--lime); transform: translateY(-1px); }
.portrait-wrap { position: relative; min-height: 520px; display: grid; place-items: center; }
.portrait-ring { position: relative; z-index: 2; width: min(390px, 75vw); aspect-ratio: 1; border: 18px solid var(--lime); border-radius: 50%; overflow: hidden; box-shadow: 24px 28px 0 rgba(4,17,11,.4); transform: rotate(3deg); }
.portrait-ring img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12) rotate(-3deg); }
.orbit { position: absolute; border: 2px solid rgba(200,243,74,.25); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 590px; height: 590px; }
.floating-ball { position: absolute; z-index: 3; width: 50px; height: 50px; border-radius: 50%; background: var(--lime); box-shadow: inset -8px -8px 0 rgba(0,0,0,.12), 0 10px 22px rgba(0,0,0,.25); }
.ball-one { top: 45px; right: 50px; }
.ball-two { bottom: 65px; left: 15px; background: var(--purple); }
.ball-three { top: 120px; left: 5px; width: 28px; height: 28px; background: var(--orange); }
.sticker { position: absolute; z-index: 4; right: -6px; bottom: 55px; display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50%; background: var(--orange); color: var(--ink); font: 900 1.25rem/1 "Baloo 2"; transform: rotate(12deg); box-shadow: 7px 8px 0 var(--ink); }
.games-section { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 100px 0 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.eyebrow.dark { color: #607068; }
.eyebrow.dark span { background: var(--orange); }
.section-heading h2 { max-width: 620px; font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: .95; letter-spacing: -.035em; }
.section-heading > p { max-width: 350px; color: #6a746f; line-height: 1.65; font-weight: 700; }
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.game-card { overflow: hidden; border: 2px solid var(--ink); border-radius: 26px; background: white; box-shadow: 0 9px 0 var(--ink); transition: transform .22s, box-shadow .22s; }
.game-card:hover { transform: translateY(-7px) rotate(-.4deg); box-shadow: 0 16px 0 var(--ink); }
.card-art { position: relative; height: 250px; overflow: hidden; border-bottom: 2px solid var(--ink); }
.card-body { padding: 25px; }
.card-number { margin: 0 0 8px; color: #7b8680; font-size: .7rem; letter-spacing: .14em; font-weight: 900; }
.card-body h3 { font-size: 2rem; line-height: 1; }
.card-body > p:not(.card-number) { min-height: 72px; color: #66716b; line-height: 1.55; font-size: .94rem; font-weight: 700; }
.play-button { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; font-weight: 900; }
.play-button b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: white; font-size: 1.2rem; }
.balls-art { background: #214e3a; }
.balls-art i { position: absolute; width: 78px; height: 78px; border-radius: 50%; box-shadow: inset -13px -13px 0 rgba(0,0,0,.13); }
.balls-art i:nth-child(1) { top: 22px; left: 30px; background: var(--lime); }
.balls-art i:nth-child(2) { top: 88px; left: 93px; background: var(--purple); }
.balls-art i:nth-child(3) { right: 26px; top: 32px; background: var(--yellow); }
.balls-art i:nth-child(4) { right: 76px; bottom: -22px; background: white; }
.balls-art i:nth-child(5) { left: 4px; bottom: -30px; background: var(--orange); }
.balls-art img { position: absolute; z-index: 2; width: 104px; height: 104px; border: 7px solid var(--lime); border-radius: 50%; object-fit: cover; left: calc(50% - 52px); top: calc(50% - 52px); box-shadow: 8px 9px 0 rgba(0,0,0,.35); }
.memory-art { display: flex; align-items: center; justify-content: center; gap: 14px; background: #f3b857; }
.mini-card { display: grid; place-items: center; width: 92px; height: 130px; border: 3px solid var(--ink); border-radius: 14px; background: var(--purple); color: white; font: 900 3rem "Baloo 2"; box-shadow: 6px 7px 0 var(--ink); transform: rotate(-6deg); }
.mini-card:nth-child(3) { transform: rotate(7deg); background: var(--mint); }
.mini-card.flipped { overflow: hidden; padding: 6px; background: white; transform: translateY(-8px); }
.mini-card img { width: 100%; height: 100%; border-radius: 8px; object-fit: cover; }
.iphone-art { background: #dff4ea; }
.maze { position: absolute; inset: 0; opacity: .55; background: repeating-linear-gradient(90deg, transparent 0 32px, #235d47 32px 38px), repeating-linear-gradient(0deg, transparent 0 32px, #235d47 32px 38px); }
.simba-token, .phone-token, .enemy-token { position: absolute; z-index: 2; object-fit: cover; }
.simba-token { width: 74px; height: 74px; left: 28px; bottom: 30px; border: 5px solid var(--lime); border-radius: 50%; }
.phone-token { width: 58px; height: 64px; left: calc(50% - 29px); top: 25px; object-fit: contain; mix-blend-mode: multiply; }
.enemy-token { width: 82px; height: 82px; right: 25px; top: 92px; border-radius: 50%; }
footer { min-height: 135px; padding: 30px max(20px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--ink); color: #d9e4dd; }
.footer-brand img { border-color: var(--orange); }
footer p { margin: 0; color: #90a098; font-weight: 700; }
@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; padding: 70px 0 80px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .free-note { justify-content: center; }
  .portrait-wrap { min-height: 430px; order: -1; }
  .portrait-ring { width: min(330px, 75vw); border-width: 14px; }
  .orbit-one { width: 390px; height: 390px; } .orbit-two { display: none; }
  .game-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
  .section-heading { align-items: start; flex-direction: column; }
  .card-body > p:not(.card-number) { min-height: 0; }
}
@media (max-width: 520px) {
  .nav { width: min(100% - 28px, 1180px); } .nav-pill { display: none; }
  .hero-content, .games-section { width: min(100% - 28px, 1180px); }
  .hero-content { padding-top: 35px; gap: 25px; }
  .portrait-wrap { min-height: 320px; }
  .portrait-ring { width: 245px; border-width: 10px; box-shadow: 14px 16px 0 rgba(4,17,11,.4); }
  .orbit-one { width: 290px; height: 290px; }
  .floating-ball { width: 38px; height: 38px; } .ball-one { right: 12px; } .ball-two { left: 2px; }
  .sticker { width: 72px; height: 72px; right: 2px; bottom: 30px; font-size: 1rem; }
  h1 { font-size: clamp(3.1rem, 17vw, 5rem); }
  .intro { margin: 22px 0; }
  .games-section { padding: 70px 0 80px; }
  .card-art { height: 220px; }
  footer { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
