:root { --ink:#07111e; --muted:#737b86; --purple:#9140fe; --sky:#00b7ff; --paper:#fff; --line:#e9ebee; --navy:#061425; --radius:30px; }
@font-face { font-family:"Lilita"; src:url("Lilita.woff") format("woff"); font-display:swap; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--paper); font-family:Inter,Arial,sans-serif; } a { color:inherit; } .skip-link { position:absolute; z-index:5; left:16px; top:-48px; padding:12px 16px; border-radius:10px; color:#fff; background:var(--purple); }.skip-link:focus { top:16px; }
.hero { min-height:720px; min-height:100dvh; color:#fff; position:relative; isolation:isolate; overflow:hidden; background:#06111f; } .hero-video,.hero-video-overlay { position:absolute;inset:0;width:100%;height:100%; }.hero-video { z-index:0;object-fit:cover; }.hero-video-overlay { z-index:1;background:linear-gradient(180deg,#03101bd1 0%,#06111e91 48%,#06111ed9 100%); }
.nav { width:min(100% - 48px,1240px); margin:0 auto; padding:26px 0; display:flex; align-items:center; justify-content:flex-start; gap:10px; position:relative; z-index:3; }.nav-link { min-width:80px; padding:12px; text-decoration:none; font-size:14px;font-weight:600; transition:color .18s ease; }.nav-link:first-child { text-align:left; }.nav-link:last-child { text-align:left; }.nav-link:hover { color:#89ddff; }
.hero-copy { position:relative;z-index:3; padding:150px 24px 120px; text-align:center; }.eyebrow,.section-kicker { margin:0 0 14px; color:var(--purple); font-size:12px; font-weight:700;letter-spacing:.12em;text-transform:uppercase; }.hero .eyebrow { color:#95dbf9; }.hero h1 { margin:0; font:800 clamp(3rem,8vw,6.25rem)/1.05 Poppins,sans-serif; letter-spacing:-.07em; }.hero h1 span { color:var(--sky); }.hero-copy > p:last-child { margin:26px auto 0;font:500 clamp(1.1rem,2.5vw,1.85rem)/1.4 Poppins,sans-serif;letter-spacing:-.04em; }
.brand-marquee { overflow:hidden; padding:34px 0; border-bottom:1px solid var(--line); background:#fff; }.brand-track { display:flex;width:max-content;animation:brand-marquee 30s linear infinite; }.brand-set { display:flex;align-items:center;gap:72px;padding-right:72px; }.brand-set img { display:block;width:132px;height:48px;object-fit:contain;filter:grayscale(1);opacity:.68;transition:filter .2s ease,opacity .2s ease; }.brand-marquee:hover .brand-track { animation-play-state:paused; }.brand-marquee:hover .brand-set img { filter:grayscale(0);opacity:1; } @keyframes brand-marquee { to { transform:translateX(-50%); } }
.section { width:min(100% - 48px,1180px);margin:0 auto;padding:130px 0; }.section-heading { text-align:center;margin-bottom:64px; }.section-heading h2,.contact h2 { margin:0;font:700 clamp(2.5rem,5vw,4rem)/1 Poppins,sans-serif;letter-spacing:-.065em; }.game-list { display:grid;gap:82px; }.game-card { display:grid;grid-template-columns:300px minmax(280px,510px);justify-content:center;gap:clamp(22px,3vw,42px);align-items:center; }.game-visual { position:relative;width:300px;height:300px;justify-self:center; }.game-card.reverse .game-visual { order:2; }.game-visual img { display:block;width:100%;height:100%;object-fit:cover;border-radius:24px;box-shadow:0 18px 35px #07111e16; }.game-copy h3 { margin:0 0 13px;font:900 clamp(1.8rem,3vw,2.65rem)/1.1 Poppins,sans-serif;letter-spacing:-.06em; }.game-copy p { max-width:450px;margin:0;color:var(--muted);font-size:clamp(.94rem,1.25vw,1.05rem);line-height:1.58; }.game-copy strong { display:block;color:var(--purple);font-size:.92rem; }.run { color:#f00; }.run span { color:var(--ink); }.farm { color:#00a82c; }.farm span { color:#3d74ff; }.pink { color:#ff45f6; }.green { color:#00a86d; }.red { color:#e60000; }.rainbow { color:#0fde00; }.blue { color:#0089de; }.play-link { display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:11px;background:#07111ed9;color:#fff;text-decoration:none;font-weight:700;transition:transform .18s,background .18s; }.game-visual .play-link { position:absolute;left:50%;bottom:16px;transform:translateX(-50%);box-shadow:0 8px 20px #0005;white-space:nowrap; }.game-visual .play-link:hover { transform:translate(-50%,-2px);background:var(--purple); }
.tech { background:#f5f8fc;max-width:none;width:100%;padding-left:max(24px,calc((100% - 1180px)/2));padding-right:max(24px,calc((100% - 1180px)/2)); }.tech-intro { max-width:420px;margin:18px auto 0;color:var(--muted);font-size:1.05rem; }.tech-clusters { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px; }.tech-cluster { min-height:410px;padding:30px;border:1px solid #e4e9ef;border-radius:24px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-between;overflow:hidden; }.tech-image-reveal { position:relative;width:290px;height:230px;margin:18px 0 28px; }.tech-tile { position:absolute;top:20px;width:172px;height:172px;padding:10px;object-fit:cover;border:7px solid #fff;border-radius:18px;background:#fff;box-shadow:0 14px 28px #07111e26;transition:transform .35s cubic-bezier(.2,.8,.2,1); }.tile-left { left:2px;z-index:1;transform:rotate(-8deg) translate(-24px,10px); }.tile-middle { left:62px;z-index:2;transform:rotate(6deg); }.tile-right { right:0;z-index:3;transform:rotate(-6deg) translate(24px,20px); }.tech-cluster:hover .tile-left { transform:rotate(1deg) translate(-32px,0); }.tech-cluster:hover .tile-middle { transform:rotate(0) translateY(-10px); }.tech-cluster:hover .tile-right { transform:rotate(3deg) translate(24px,10px); }.tech-cluster-copy { width:100%;text-align:center; }.tech-cluster-copy h3 { margin:0 0 10px;font:700 clamp(1.35rem,2.4vw,1.8rem)/1.1 Poppins,sans-serif;letter-spacing:-.055em; }.tech-cluster-copy p { max-width:390px;margin:0 auto;color:var(--muted);line-height:1.55; }.devlogs { padding-top:112px; }.devlogs-banner { min-height:300px;padding:42px;display:flex;align-items:flex-end;position:relative;isolation:isolate;overflow:hidden;border-radius:28px;background:linear-gradient(125deg,#141e30,#243b55);background-size:cover;background-position:center; }.devlogs-banner::before { content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#06111ef0 0%,#06111e99 52%,#06111e28 100%); }.devlogs-banner-content { color:#fff; }.devlogs-banner .section-kicker { color:#8fddff; }.devlogs-banner h2 { margin:0 0 20px;font:800 clamp(3rem,7vw,5.3rem)/.95 Poppins,sans-serif;letter-spacing:-.07em; }.channel-link { display:inline-flex;gap:8px;align-items:center;padding:11px 16px;border:1px solid #ffffff70;border-radius:10px;color:#fff;text-decoration:none;font-weight:700;transition:background .18s ease; }.channel-link:hover { background:#ffffff20; }.devlog-gallery { display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px; }.devlog-card { overflow:hidden;border-radius:18px;background:#f5f7fa;text-decoration:none;color:var(--ink);transition:transform .2s ease,box-shadow .2s ease; }.devlog-card:hover { transform:translateY(-4px);box-shadow:0 18px 36px #07111e1c; }.devlog-card img { display:block;width:100%;aspect-ratio:16/9;object-fit:cover; }.devlog-card-content { padding:16px 17px 18px; }.devlog-card h3 { margin:0;font:700 1rem/1.35 Poppins,sans-serif;letter-spacing:-.035em; }.devlog-card time { display:block;margin-top:8px;color:var(--muted);font-size:.82rem; }.devlog-loading { grid-column:1/-1;margin:8px 0;color:var(--muted);text-align:center; }
.contact { min-height:180px;padding:56px 24px;display:grid;place-items:center;background:var(--navy); }.contact-email { color:#fff;font:600 clamp(1.15rem,3vw,1.75rem)/1.4 Poppins,sans-serif;letter-spacing:-.045em;text-decoration:none;transition:color .18s ease; }.contact-email:hover { color:#7cdfff; }
button,input,a { -webkit-tap-highlight-color:transparent; } button:focus-visible,input:focus-visible,a:focus-visible { outline:3px solid #8be1ff;outline-offset:3px; } @media (max-width:760px) { .hero { min-height:620px; }.hero-copy { padding-top:132px; }.brand-marquee { padding:25px 0; }.brand-set { gap:42px;padding-right:42px; }.brand-set img { width:105px;height:38px; }.section { padding:88px 0; }.section-heading { margin-bottom:42px; }.game-list { gap:72px; }.game-card,.game-card.reverse { grid-template-columns:1fr;gap:18px; }.game-card.reverse .game-visual { order:0; }.game-visual { width:min(300px,100%);height:auto;aspect-ratio:1; }.game-copy { text-align:center; }.game-copy p { margin-left:auto;margin-right:auto; }.tech-clusters { grid-template-columns:1fr;gap:16px; }.tech-cluster { min-height:390px;padding:22px; }.tech-image-reveal { transform:scale(.9);margin:6px 0 12px; }.devlogs { padding-top:72px; }.devlogs-banner { min-height:245px;padding:28px; }.devlog-gallery { grid-template-columns:1fr 1fr;gap:12px;margin-top:14px; }.devlog-card-content { padding:13px; }.contact { min-height:140px;padding:40px 24px; } } @media (max-width:420px) { .nav { width:calc(100% - 24px); }.nav-link { min-width:60px;padding:10px 0; }.devlog-gallery { grid-template-columns:1fr; } } @media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important; } }
body,button,input,textarea,select,.hero h1,.hero-copy > p:last-child,.section-heading h2,.contact h2,.game-copy h3,.tech-cluster-copy h3,.devlogs-banner h2,.devlog-card h3,.contact-email { font-family:"Lilita",sans-serif; }
body { font-synthesis:none; }
.hero h1,.section-heading h2,.contact h2,.game-copy h3,.tech-cluster-copy h3,.devlogs-banner h2 { letter-spacing:-.015em; }
.hero-copy > p:last-child,.devlog-card h3,.contact-email { letter-spacing:normal; }
.game-copy { align-self:start; }
.game-card.reverse .game-copy { justify-self:end; text-align:right; }
.game-card.reverse .game-copy p { margin-left:auto; }
.game-card.reverse .game-visual { justify-self:start; }
@media (min-width:761px) { .game-card.reverse { grid-template-columns:minmax(280px,510px) 300px; } .game-card.reverse .game-visual { justify-self:center; } }
@media (max-width:760px) { .game-card.reverse .game-copy { justify-self:stretch; text-align:center; } .game-card.reverse .game-copy p { margin-right:auto; } }
@media (max-width:760px) { .game-card.reverse .game-visual { justify-self:center; } }
.game-list { gap:28px; }
.game-card,.game-card.reverse { position:relative; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr); min-height:310px; gap:0; overflow:hidden; border:1px solid #e6e1d8; border-radius:26px; background:#fffdf9; box-shadow:0 10px 26px #3e35230d; cursor:pointer; transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.game-card.reverse { grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr); }
.game-card:hover { border-color:#d8cfbf; box-shadow:0 18px 38px #3e35231a; transform:translateY(-3px); }
.game-card:focus-visible { outline:3px solid #8b6f48; outline-offset:4px; }
.game-visual,.game-card.reverse .game-visual { order:0; width:100%; height:100%; min-height:310px; justify-self:stretch; }
.game-card.reverse .game-visual { order:2; }
.game-visual img { width:100%; height:100%; border-radius:0; transition:transform .45s ease; }
.game-card:hover .game-visual img { transform:scale(1.035); }
.game-copy,.game-card.reverse .game-copy { display:flex; align-self:stretch; justify-self:stretch; flex-direction:column; align-items:flex-start; justify-content:center; padding:clamp(28px,4vw,54px); text-align:left; }
.game-card.reverse .game-copy { align-items:flex-end; text-align:right; }
.game-copy h3 { max-width:100%; margin:0 0 16px; color:#20231f; }
.game-copy p,.game-card.reverse .game-copy p { max-width:410px; margin:0; color:#6f746b; }
.game-card.reverse .game-copy p { margin-left:auto; }
.play-badge { position:absolute; left:18px; bottom:18px; padding:9px 12px; border-radius:999px; color:#253126; background:#fffffff0; box-shadow:0 4px 12px #26251d24; font-size:.78rem; font-weight:700; }
.game-card.reverse .play-badge { right:18px; left:auto; }
@media (max-width:760px) { .game-card,.game-card.reverse { grid-template-columns:1fr; min-height:0; }.game-card.reverse .game-visual { order:0; }.game-visual,.game-card.reverse .game-visual { min-height:0; aspect-ratio:16/10; }.game-copy,.game-card.reverse .game-copy { align-items:flex-start; padding:28px 24px 30px; text-align:left; }.game-card.reverse .game-copy p { margin-left:0; }.game-card.reverse .play-badge { right:auto; left:18px; } }
.game-visual,.game-card.reverse .game-visual { background:transparent; }
.game-visual img { width:100%; height:100%; border-radius:0; }

/* Keep each game's title and description as the primary reading focus. */
.game-card,
.game-card.reverse {
  grid-template-columns:minmax(0, .72fr) minmax(0, 1.28fr);
  min-height:278px;
}

.game-card.reverse {
  grid-template-columns:minmax(0, 1.28fr) minmax(0, .72fr);
}

.game-visual,
.game-card.reverse .game-visual {
  min-height:278px;
}

.game-copy,
.game-card.reverse .game-copy {
  padding:clamp(28px, 4.5vw, 62px);
}

@media (max-width:760px) {
  .game-card,
  .game-card.reverse { grid-template-columns:1fr; }

  .game-visual,
  .game-card.reverse .game-visual {
    min-height:0;
    aspect-ratio:16 / 9;
  }
}

/* Channel art is intentionally cropped closer to remove its built-in letterboxing. */
.devlogs-banner {
  background-repeat:no-repeat;
  background-size:125% auto;
  background-position:center;
}

@media (max-width:760px) {
  .devlogs-banner { background-size:cover; }
}

/* A bright, playful video treatment with a darker reading area for the hero copy. */
.hero-video-overlay {
  background:
    radial-gradient(circle at 82% 17%, rgb(0 190 255 / .62) 0, rgb(0 190 255 / .24) 16%, transparent 37%),
    radial-gradient(circle at 88% 80%, rgb(157 73 255 / .58) 0, rgb(157 73 255 / .16) 23%, transparent 42%),
    radial-gradient(circle at 54% 100%, rgb(255 190 76 / .28) 0, transparent 29%),
    linear-gradient(105deg, rgb(4 13 30 / .9) 0%, rgb(7 22 46 / .76) 38%, rgb(7 27 56 / .4) 71%, rgb(4 13 30 / .55) 100%);
  backdrop-filter:saturate(1.12);
}

@media (max-width:760px) {
  .hero-video-overlay {
    background:
      radial-gradient(circle at 82% 18%, rgb(0 190 255 / .5) 0, transparent 38%),
      radial-gradient(circle at 15% 88%, rgb(157 73 255 / .42) 0, transparent 43%),
      linear-gradient(180deg, rgb(4 13 30 / .72) 0%, rgb(7 22 46 / .69) 56%, rgb(4 13 30 / .85) 100%);
  }
}

/* Hero: let the game footage lead, with every message aligned on one clear centre. */
.hero { min-height:100dvh; }

.hero-video-overlay { display:none; }

.nav {
  position:absolute;
  top:28px;
  left:50%;
  z-index:3;
  width:auto;
  margin:0;
  padding:0;
  justify-content:center;
  transform:translateX(-50%);
}

.nav-link {
  min-width:auto;
  padding:10px 14px;
  color:#fff;
  text-align:center;
  text-shadow:0 2px 12px rgb(0 0 0 / .8);
}

.hero-copy {
  display:grid;
  min-height:100dvh;
  padding:96px 24px 72px;
  place-content:center;
  text-align:center;
}

.hero .eyebrow,
.hero h1,
.hero-copy > p:last-child {
  text-shadow:0 3px 18px rgb(0 0 0 / .82);
}

.hero .eyebrow { color:#fff; }
.hero h1 span { color:inherit; }
.hero-copy > p:last-child { max-width:38rem; }

@media (max-width:760px) {
  .nav { top:20px; }
  .hero-copy { padding:82px 24px 54px; }
}

.game-copy h3 {
  color:var(--game-title-color, #20231f);
  font-size:clamp(2.7rem, 4.5vw, 3.975rem);
  font-weight:700;
  letter-spacing:.015em;
  -webkit-text-stroke:3px var(--game-title-outline, #33383f);
  paint-order:stroke fill;
  text-shadow:0 1px 1px rgb(7 17 30 / .25);
}

@media (min-width:761px) {
  .game-copy,
  .game-card.reverse .game-copy {
    justify-content:flex-start;
    padding:34px clamp(24px, 3vw, 40px);
  }
}

.game-copy p,
.game-card.reverse .game-copy p { color:#3f454d; }

.devlogs-banner {
  width:100vw;
  margin-left:calc(50% - 50vw);
  border-radius:0;
  gap:clamp(20px, 3vw, 38px);
  padding-left:max(24px, calc((100% - 1180px) / 2));
  padding-right:max(24px, calc((100% - 1180px) / 2));
  background-size:cover;
}
.channel-avatar { flex:0 0 auto; width:clamp(136px, 13vw, 180px); height:clamp(136px, 13vw, 180px); border:1px solid rgb(255 255 255 / .55); border-radius:50%; object-fit:cover; box-shadow:0 14px 30px rgb(0 0 0 / .3); }

@media (max-width:760px) {
  .devlogs-banner { padding-left:24px; padding-right:24px; }
  .channel-avatar { width:92px; height:92px; }
}

/* The hero hook separates the pitch from the footage without dimming the video. */
.hero-copy { place-items:center; }
.hero-hook {
  --tilt-x:0deg;
  --tilt-y:0deg;
  position:relative;
  isolation:isolate;
  width:min(100%, 760px);
  padding:clamp(144px, 12vw, 162px) clamp(28px, 7vw, 78px) clamp(34px, 5vw, 58px);
  overflow:hidden;
  border:1px solid rgb(255 255 255 / .32);
  border-radius:32px;
  background:linear-gradient(135deg, rgb(8 14 27 / .83), rgb(12 20 37 / .58));
  box-shadow:0 26px 70px rgb(0 0 0 / .38), inset 0 1px rgb(255 255 255 / .2);
  -webkit-backdrop-filter:blur(18px) saturate(1.1);
  backdrop-filter:blur(18px) saturate(1.1);
  transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition:transform .22s ease-out, box-shadow .22s ease-out;
}
.hero-hook::before,
.hero-hook::after { content:""; position:absolute; inset:0; pointer-events:none; }
.hero-hook::before { z-index:0; background:linear-gradient(rgb(255 255 255 / .08) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .08) 1px,transparent 1px); background-size:32px 32px; mask-image:linear-gradient(135deg,#000,transparent 78%); }
.hero-hook::after { z-index:0; background:linear-gradient(112deg,transparent 28%,rgb(255 255 255 / .18) 48%,transparent 68%); background-size:220% 100%; mix-blend-mode:screen; animation:hero-hook-sheen 7s ease-in-out infinite; }
.hero-hook > * { position:relative; z-index:1; }
.hero-hook .eyebrow { position:relative; isolation:isolate; display:inline-flex; align-items:center; gap:9px; margin:26px auto 0; color:#fff; text-shadow:none; }
.hero-brand-mark { position:absolute; z-index:2; left:50%; top:20px; width:123px; height:123px; max-width:none; opacity:.9; pointer-events:none; transform:translateX(-50%); filter:drop-shadow(0 8px 16px rgb(0 0 0 / .46)); }
.hero-hook .eyebrow::before,.hero-hook .eyebrow span { position:relative; z-index:1; }
.hero-hook .eyebrow::before { content:""; width:8px; height:8px; border-radius:50%; background:#ffd166; box-shadow:0 0 0 5px rgb(255 209 102 / .16); animation:hero-hook-pulse 2.4s ease-in-out infinite; }
.hero-hook .creator-tag { display:inline-flex; align-items:center; gap:9px; margin-left:10px; }
.hero-hook .creator-tag::before { content:""; width:8px; height:8px; border-radius:50%; background:#5ac8fa; box-shadow:0 0 0 5px rgb(90 200 250 / .16); animation:hero-hook-pulse-blue 2.4s ease-in-out .35s infinite; }
.hero-hook h1 { margin:0; color:#fff; text-shadow:0 4px 22px rgb(0 0 0 / .58); }
.hero-hook .hero-description { max-width:34rem; margin:24px auto 0; color:rgb(255 255 255 / .92); font:500 clamp(1.05rem,2.25vw,1.55rem)/1.45 "Lilita",sans-serif; letter-spacing:normal; text-shadow:0 2px 12px rgb(0 0 0 / .58); }
@keyframes hero-hook-sheen { 0%,36% { background-position:135% 0; } 62%,100% { background-position:-45% 0; } }
@keyframes hero-hook-pulse { 0%,100% { transform:scale(1); box-shadow:0 0 0 5px rgb(255 209 102 / .16); } 50% { transform:scale(1.22); box-shadow:0 0 0 9px rgb(255 209 102 / .03); } }
@keyframes hero-hook-pulse-blue { 0%,100% { transform:scale(1); box-shadow:0 0 0 5px rgb(90 200 250 / .16); } 50% { transform:scale(1.22); box-shadow:0 0 0 9px rgb(90 200 250 / .03); } }
@media (max-width:760px) { .hero-hook { border-radius:26px; padding:130px 24px 38px; } .hero-brand-mark { top:16px; width:102px; height:102px; } .hero-hook .hero-description { margin-top:20px; } }
@media (prefers-reduced-motion:reduce) { .hero-hook { transform:none!important; } .hero-hook::after,.hero-hook .eyebrow::before,.hero-hook .creator-tag::before { animation:none; } }
