:root{color-scheme:dark;--ink: #fff3dc;--muted: #d8bd8b;--paper: #ffe8b8;--panel: #2a1712;--panel-2: #3a2218;--line: #b88545;--gold: #e2b05f;--gold-2: #f6d58a;--teal: #5fa7a4;--red: #b9463c;--shadow: rgba(0, 0, 0, .45);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#160d0a}body{margin:0;min-height:100vh;color:var(--ink);background:linear-gradient(90deg,rgba(255,220,150,.05) 1px,transparent 1px),linear-gradient(0deg,rgba(255,220,150,.035) 1px,transparent 1px),radial-gradient(circle at 18% 12%,rgba(185,70,60,.18),transparent 30rem),radial-gradient(circle at 85% 18%,rgba(95,167,164,.16),transparent 34rem),#1a100c;background-size:88px 88px,88px 88px,auto,auto,auto}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:18px;padding:14px clamp(18px,4vw,56px);background:#1a100ce0;border-bottom:1px solid rgba(184,133,69,.45);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;text-decoration:none;font-weight:950;letter-spacing:0}.brand img{border-radius:8px}nav{display:flex;flex:1;flex-wrap:wrap;justify-content:center;gap:6px}nav a,.footer-links a{padding:8px 10px;color:var(--muted);text-decoration:none;font-size:.95rem;font-weight:800}nav a:hover,.footer-links a:hover{color:var(--ink)}.language-select{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.85rem;font-weight:800}.language-select select{min-width:120px;color:var(--ink);background:#2f1c15;border:1px solid rgba(184,133,69,.75);border-radius:8px;padding:8px 10px;font:inherit}.section{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:72px 0}.hero{position:relative;min-height:84vh;display:grid;align-items:end;overflow:hidden;background:linear-gradient(180deg,#160d0a24,#160d0ae6),image-set(url(/brand/gridnoir-app-icon.jpg) 1x);background-position:center;background-size:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#160d0aeb,#160d0a73,#160d0ad6);pointer-events:none}.hero-content{position:relative;z-index:1;width:min(880px,calc(100% - 32px));margin:0 auto;padding:120px 0 82px}.eyebrow{margin:0 0 16px;color:var(--gold-2);font-size:.86rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:20px;font-size:clamp(3rem,8vw,6.8rem);line-height:.94;letter-spacing:0}h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:0}h3{font-size:1.18rem}.lead{max-width:700px;color:#f6e2bd;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.55}.hero-actions,.store-actions,.badge-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:8px;border:1px solid rgba(255,232,184,.5);background:#2a1712d6;color:var(--ink);text-decoration:none;font-weight:950}.button.primary{background:var(--gold);color:#1c110d;border-color:var(--gold-2)}.badges,.grid{display:grid;gap:14px}.badges{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:32px}.badge,.tile,.legal-note{border:1px solid rgba(184,133,69,.55);border-radius:8px;background:#2a1712d1;box-shadow:0 16px 40px var(--shadow)}.badge{padding:14px 16px;color:var(--gold-2);font-weight:950}.grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px}.tile{padding:24px}.tile p,.legal-note p,.prose p,.site-footer p{color:var(--muted);line-height:1.65}.split{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}.device-preview{position:relative;min-height:360px;border:1px solid rgba(184,133,69,.55);border-radius:8px;background:linear-gradient(90deg,rgba(226,176,95,.25) 2px,transparent 2px),linear-gradient(0deg,rgba(226,176,95,.2) 2px,transparent 2px),#24150f;background-size:72px 72px;overflow:hidden;box-shadow:0 22px 52px var(--shadow)}.device-preview img{position:absolute;width:min(58%,280px);right:8%;bottom:8%;border-radius:22%;box-shadow:0 22px 46px #00000080}.pin{position:absolute;left:18%;top:28%;width:54px;height:54px;border-radius:50% 50% 50% 8px;transform:rotate(-45deg);background:var(--red);border:3px solid #ffb09a}.pin:after{content:"";position:absolute;inset:15px;border-radius:999px;background:#25110d}.legal-note{padding:26px}.store-downloads{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid rgba(184,133,69,.35)}.store-downloads p:not(.eyebrow){max-width:620px;color:var(--muted);line-height:1.65}.badge-links{align-items:center;justify-content:flex-end;margin-top:0}.store-badge{display:inline-flex;align-items:center;min-height:56px;border-radius:8px;transition:transform .16s ease,opacity .16s ease}.store-badge:hover{opacity:.9;transform:translateY(-1px)}.store-badge img{display:block;width:auto;height:56px}.app-store-badge img{height:48px}.prose{max-width:860px}.prose article{padding:28px 0;border-top:1px solid rgba(184,133,69,.35)}.updated{color:var(--gold-2);font-weight:900}.support-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:34px 0}.site-footer{display:flex;justify-content:space-between;gap:24px;padding:36px clamp(18px,4vw,56px);border-top:1px solid rgba(184,133,69,.45);background:#140b08}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}@media(max-width:780px){.site-header,.site-footer{align-items:flex-start;flex-direction:column}nav{justify-content:flex-start}.language-select{width:100%;justify-content:space-between}.language-select select{flex:1}.hero{min-height:78vh;background-position:center}.hero-content{padding-top:90px}.badges,.grid,.split,.store-downloads,.support-cards{grid-template-columns:1fr}.store-downloads{display:grid;align-items:start}.badge-links{justify-content:flex-start}.device-preview{min-height:280px}}
