:root { --ink:#101c20; --paper:#f7f3e8; --acid:#bdfd19; --sun:#ffd84a; --green:#1e6e4b; --line:rgba(16,28,32,.15); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
.shell { width:min(1180px,calc(100% - 40px)); margin-inline:auto; }
.nav { height:82px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { display:inline-flex; align-items:center; gap:12px; font-size:13px; font-weight:900; letter-spacing:.11em; }
.brand-mark { width:36px; height:36px; display:grid; place-items:center; border-radius:10px; background:var(--ink); color:var(--acid); font-weight:900; transform:rotate(-3deg); }
.nav-links { display:flex; gap:32px; font-size:14px; font-weight:700; }
.nav-links a:hover { opacity:.55; }
.hero { min-height:710px; display:grid; grid-template-columns:1.02fr .98fr; align-items:center; gap:50px; padding-block:70px 84px; }
.eyebrow { margin:0 0 22px; font-size:12px; line-height:1; text-transform:uppercase; font-weight:900; letter-spacing:.17em; color:var(--green); }
.hero h1,h2 { margin:0; letter-spacing:-.055em; line-height:.94; }
.hero h1 { font-size:clamp(68px,8.2vw,118px); max-width:700px; }
.lede { max-width:570px; margin:30px 0 0; font-size:20px; line-height:1.55; color:#3d4949; }
.hero-actions { display:flex; gap:12px; margin-top:36px; flex-wrap:wrap; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 24px; border:1px solid var(--ink); border-radius:4px; font-weight:800; font-size:14px; transition:transform .18s ease,box-shadow .18s ease; }
.button:hover { transform:translateY(-2px); box-shadow:4px 4px 0 var(--ink); }
.button.primary { background:var(--acid); }
.button.secondary { background:transparent; }
.button.dark { background:var(--ink); color:white; border-color:var(--ink); }
.button.dark:hover { box-shadow:4px 4px 0 var(--acid); }
.hero-art { position:relative; min-height:520px; display:grid; place-items:center; }
.sun-orbit { position:absolute; width:470px; aspect-ratio:1; border:1px solid var(--line); border-radius:50%; }
.sun-orbit::before,.sun-orbit::after { content:""; position:absolute; inset:54px; border:inherit; border-radius:inherit; }
.sun-orbit::after { inset:118px; background:var(--sun); border:0; }
.game-icon-wrap { position:relative; z-index:2; width:min(390px,76vw); filter:drop-shadow(18px 24px 0 rgba(16,28,32,.12)); transform:rotate(3deg); }
.game-icon { width:100%; height:auto; display:block; border-radius:23%; }
.tile { position:absolute; z-index:3; width:72px; height:72px; display:grid; place-items:center; background:white; border:2px solid var(--ink); border-radius:12px; font-size:28px; font-weight:900; box-shadow:7px 7px 0 var(--ink); }
.tile-one { top:40px; right:18px; transform:rotate(8deg); }
.tile-two { left:0; bottom:64px; color:var(--green); transform:rotate(-7deg); }
.tile-three { right:28px; bottom:10px; background:var(--acid); transform:rotate(5deg); }
.games-section { padding:110px 0; background:#fff; border-block:1px solid var(--line); }
.section-heading { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:56px; }
.section-heading h2,.company-section h2,.privacy-section h2 { font-size:clamp(48px,6vw,78px); max-width:720px; }
.section-heading p { max-width:330px; margin:0; font-size:18px; line-height:1.5; color:#55605f; }
.game-card { display:grid; grid-template-columns:1.1fr .9fr; min-height:560px; background:var(--acid); border:2px solid var(--ink); box-shadow:12px 12px 0 var(--ink); overflow:hidden; }
.game-card-copy { padding:clamp(30px,5vw,64px); }
.app-identity { display:flex; align-items:center; gap:22px; }
.mini-icon { border-radius:24px; border:2px solid var(--ink); }
.app-label { margin:0 0 7px; font-size:11px; text-transform:uppercase; letter-spacing:.14em; font-weight:900; }
.game-card h3 { margin:0; font-size:clamp(30px,4vw,48px); line-height:1; letter-spacing:-.04em; }
.game-description { max-width:590px; margin:34px 0 26px; font-size:18px; line-height:1.6; }
.feature-list { display:grid; grid-template-columns:1fr 1fr; gap:12px 28px; margin:0 0 34px; padding:0; list-style:none; font-size:14px; font-weight:800; }
.feature-list li::before { content:"✓"; margin-right:9px; }
.puzzle-board { position:relative; display:grid; place-items:center; background:var(--ink); overflow:hidden; }
.board-grid { width:80%; display:grid; grid-template-columns:repeat(4,1fr); transform:rotate(-6deg); }
.board-cell { aspect-ratio:1; display:grid; place-items:center; border:1px solid rgba(255,255,255,.33); color:var(--acid); font-size:22px; font-weight:900; }
.board-cell:nth-child(3n) { background:rgba(189,253,25,.08); }
.board-sheep { position:absolute; width:188px; border:8px solid white; border-radius:42px; transform:rotate(8deg); box-shadow:0 18px 45px rgba(0,0,0,.35); }
.board-sheep img { display:block; width:100%; height:auto; border-radius:32px; }
.company-section { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; padding-block:120px; }
.company-copy { max-width:650px; }
.company-copy>p { margin:0 0 20px; font-size:17px; line-height:1.65; color:#485454; }
.company-copy .company-intro { font-size:25px; line-height:1.45; color:var(--ink); font-weight:700; }
.company-facts { margin:52px 0 0; border-top:2px solid var(--ink); }
.company-facts div { display:grid; grid-template-columns:160px 1fr; padding:18px 0; border-bottom:1px solid var(--line); }
.company-facts dt { font-size:12px; text-transform:uppercase; letter-spacing:.12em; font-weight:900; color:var(--green); }
.company-facts dd { margin:0; font-weight:800; }
.privacy-section { padding:105px 0; background:var(--green); color:white; }
.privacy-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:100px; }
.eyebrow.light { color:var(--acid); }
.privacy-copy { max-width:650px; font-size:17px; line-height:1.7; color:rgba(255,255,255,.82); }
.privacy-copy p { margin:0 0 20px; }
.privacy-copy a { display:inline-block; margin-top:12px; color:var(--acid); font-weight:900; border-bottom:1px solid currentColor; }
.footer { min-height:120px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.footer p { font-size:12px; color:#65706f; }
@media (max-width:840px) { .hero,.game-card,.company-section,.privacy-grid { grid-template-columns:1fr; } .hero { padding-top:54px; } .hero-art { min-height:460px; } .section-heading { display:block; } .section-heading p { margin-top:24px; } .puzzle-board { min-height:430px; } .company-section,.privacy-grid { gap:52px; } }
@media (max-width:560px) { .shell { width:min(100% - 28px,1180px); } .nav-links { display:none; } .hero { min-height:auto; gap:20px; } .hero h1 { font-size:60px; } .lede { font-size:17px; } .hero-art { min-height:390px; } .sun-orbit { width:340px; } .game-icon-wrap { width:270px; } .tile { width:56px; height:56px; font-size:21px; } .tile-one { right:0; } .games-section,.company-section,.privacy-section { padding-block:78px; } .game-card-copy { padding:28px 22px 36px; } .app-identity { align-items:start; } .mini-icon { width:78px; height:78px; border-radius:18px; } .feature-list { grid-template-columns:1fr; } .company-facts div { grid-template-columns:1fr; gap:7px; } .footer { padding-block:30px; align-items:start; flex-direction:column; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .button { transition:none; } }
