:root {
  --ink: #101928;
  --ink-soft: #42526a;
  --cream: #fbf8f1;
  --paper: #ffffff;
  --moss: #416748;
  --moss-dark: #2e5036;
  --sun: #f6c75f;
  --coral: #eb8d6d;
  --lavender: #a89bd8;
  --line: #dde3d8;
  --shadow: 0 18px 50px rgba(16, 25, 40, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; border-radius: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: white; border-radius: .5rem; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.site-header, .site-footer, .hero, .section, .contact-panel, .legal-page { width: min(1160px, calc(100% - 3rem)); margin-inline: auto; }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: inline-flex; width: 1.8rem; height: 1.8rem; align-items: end; justify-content: center; gap: .12rem; padding-bottom: .25rem; overflow: hidden; border: 2px solid var(--ink); border-radius: 50% 50% 45% 45%; background: var(--sun); }
.brand-mark span { width: .22rem; background: var(--moss); border-radius: 999px; transform-origin: bottom; }
.brand-mark span:nth-child(1) { height: .60rem; transform: rotate(-18deg); }
.brand-mark span:nth-child(2) { height: .92rem; }
.brand-mark span:nth-child(3) { height: .60rem; transform: rotate(18deg); }
nav { display: flex; align-items: center; gap: 1.25rem; }
nav a { color: var(--ink-soft); text-decoration: none; font-size: .95rem; font-weight: 650; }
nav a:hover, nav a[aria-current="page"] { color: var(--ink); }
.hero { min-height: 620px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 3rem; padding: 3.5rem 0 5rem; }
.eyebrow { margin: 0 0 .8rem; color: var(--moss); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: -.055em; }
h1 { max-width: 720px; font-size: clamp(3rem, 7vw, 6.2rem); }
h2 { font-size: clamp(2.15rem, 4.5vw, 4rem); }
h3 { font-size: clamp(1.55rem, 2.8vw, 2.5rem); }
.lede { max-width: 570px; margin: 1.5rem 0 2rem; color: var(--ink-soft); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.button { display: inline-flex; align-items: center; gap: .75rem; padding: .85rem 1.05rem; background: var(--ink); color: white; border: 2px solid var(--ink); border-radius: 999px; font-size: .95rem; font-weight: 750; text-decoration: none; box-shadow: 0 8px 0 rgba(16,25,40,.12); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 0 rgba(16,25,40,.16); }
.button-light { background: white; color: var(--ink); border-color: white; }
.hero-art { position: relative; min-height: 405px; overflow: hidden; border: 2px solid var(--ink); border-radius: 34px; background: linear-gradient(180deg, #dcebd5 0%, #b8d5ae 100%); box-shadow: var(--shadow); }
.sun { position: absolute; top: 14%; right: 16%; width: 96px; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; background: var(--sun); }
.hill { position: absolute; bottom: -20%; width: 120%; height: 68%; border: 2px solid var(--ink); border-radius: 50% 50% 0 0; }
.hill-back { left: -30%; background: #7fac79; transform: rotate(-8deg); }
.hill-front { right: -32%; background: var(--moss); transform: rotate(8deg); }
.tree { position: absolute; bottom: 18%; width: 60px; height: 145px; z-index: 2; }
.tree::after { content: ""; position: absolute; bottom: 0; left: 26px; width: 9px; height: 54px; border: 2px solid var(--ink); border-radius: 8px; background: #a86647; }
.tree i, .tree b { position: absolute; display: block; border: 2px solid var(--ink); border-radius: 50%; background: var(--moss-dark); }
.tree i { width: 54px; height: 54px; left: 4px; top: 25px; }
.tree b { width: 47px; height: 47px; left: 11px; top: 0; background: #4f784d; }
.tree-one { left: 17%; transform: scale(.76); }
.tree-two { left: 35%; transform: scale(1.05); }
.tree-three { right: 16%; transform: scale(.68); }
.spark { position: absolute; z-index: 3; width: 12px; height: 12px; border: 2px solid var(--ink); border-radius: 50%; background: var(--coral); }
.spark-one { top: 26%; left: 20%; }.spark-two { top: 35%; left: 33%; background: var(--lavender); }.spark-three { top: 20%; right: 33%; width: 8px; height: 8px; background: white; }
.section { padding: 6.5rem 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 700px; }
.section-heading > p:not(.eyebrow) { max-width: 620px; color: var(--ink-soft); font-size: 1.15rem; }
.game-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 5vw, 5.5rem); align-items: center; margin-top: 3rem; padding: clamp(1.2rem, 3vw, 2rem); background: var(--paper); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.game-card-art { position: relative; min-height: 330px; overflow: hidden; border: 2px solid var(--ink); border-radius: 20px; background: #222c3d; }
.tile { position: absolute; width: 18%; aspect-ratio: 1; border: 2px solid rgba(16,25,40,.8); border-radius: 14%; box-shadow: inset 0 7px rgba(255,255,255,.2), 0 5px 0 rgba(0,0,0,.15); }
.tile-a{left:9%;top:17%;background:#f6c75f}.tile-b{left:28%;top:17%;background:#f6c75f}.tile-c{left:47%;top:17%;background:#f6c75f}.tile-d{left:66%;top:17%;background:#f6c75f}.tile-e{left:28%;top:37%;background:#a89bd8}.tile-f{left:28%;top:57%;background:#a89bd8}.tile-g{left:47%;top:57%;background:#eb8d6d}.tile-h{left:66%;top:57%;background:#eb8d6d}.tile-i{left:47%;top:77%;background:#eb8d6d}.tile-j{left:66%;top:77%;background:#eb8d6d}.tile-k{left:9%;top:77%;background:#85c4a0}.tile-l{left:28%;top:77%;background:#85c4a0}
.game-card-copy { padding: 1rem .5rem; }.game-card-copy p { color: var(--ink-soft); font-size: 1.05rem; }.status { display: inline-flex; padding: .38rem .68rem; margin-bottom: 1.25rem; border-radius: 999px; background: #e5f1df; color: var(--moss-dark); font-size: .8rem; font-weight: 800; }
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 5vw, 5rem); margin-top: 2.5rem; }.studio-grid p { margin: 0; color: var(--ink-soft); font-size: 1.18rem; }
.contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 6.5rem; padding: clamp(2rem, 5vw, 4rem); background: var(--moss); color: white; border-radius: 28px; }
.contact-panel .eyebrow { color: #d7edcf; }.contact-panel h2 { max-width: 600px; }
.site-footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.8rem 0 3.5rem; border-top: 1px solid var(--line); }.site-footer p { margin: .65rem 0 0; color: var(--ink-soft); font-size: .88rem; }.footer-links { display: flex; gap: 1.3rem; align-items: flex-start; }.footer-links a { color: var(--ink-soft); font-size: .9rem; text-decoration: none; }.footer-links a:hover { color: var(--ink); }
.legal-page { max-width: 820px; padding: 5rem 0 6.5rem; }.legal-page h1 { font-size: clamp(2.8rem, 6vw, 5rem); }.legal-page h2 { margin-top: 2.5rem; font-size: 1.45rem; letter-spacing: -.035em; }.legal-page p { color: var(--ink-soft); font-size: 1.05rem; }.legal-page a { color: var(--moss-dark); font-weight: 700; }.last-updated { margin-top: 1rem; font-size: .92rem !important; }.support-card { margin-top: 2.5rem; padding: 1.8rem; border-radius: 22px; background: white; border: 1px solid var(--line); }
@media (max-width: 760px) { .site-header { min-height: 76px; }.site-header nav { gap: .8rem; }.site-header nav a { font-size: .85rem; }.hero { min-height: auto; grid-template-columns: 1fr; padding-top: 2.4rem; }.hero-art { min-height: 330px; }.game-card { grid-template-columns: 1fr; }.game-card-art { min-height: 280px; }.studio-grid { grid-template-columns: 1fr; }.contact-panel, .site-footer { align-items: flex-start; flex-direction: column; }.contact-panel { margin-bottom: 4rem; }.site-header, .site-footer, .hero, .section, .contact-panel, .legal-page { width: min(100% - 2rem, 1160px); } }
@media (max-width: 430px) { nav a:nth-child(2) { display: none; }.brand { font-size: .92rem; }.hero-art { min-height: 290px; }.sun { width: 76px; }.tree-two { left: 33%; } }
