:root{--bg:#070707;--panel:#111;--text:#f5f5f2;--muted:#aaa9a3;--line:#262626;--accent:#d7ff3f;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 70% 12%, #d7ff3f14, transparent 28rem), var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.shell{width:min(calc(100% - 40px), var(--max));margin-inline:auto}.nav{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:88px;display:flex}.brand{letter-spacing:-.04em;font-size:1.05rem;font-weight:900}.brand span{color:var(--accent)}nav{gap:28px;display:flex}nav a{color:var(--muted);font-size:.9rem}nav a:hover{color:var(--text)}.hero{flex-direction:column;justify-content:center;min-height:72vh;padding:112px 0 96px;display:flex}.kicker,.eyebrow{color:var(--accent);letter-spacing:.18em;font-size:.76rem;font-weight:800}.hero h1,.section h2{letter-spacing:-.055em;margin:12px 0 0;line-height:.96}.hero h1{max-width:960px;font-size:clamp(3.7rem,9vw,8.2rem)}.hero h1 span{color:var(--accent)}.lede{max-width:690px;color:var(--muted);margin:36px 0 0;font-size:clamp(1rem,2vw,1.25rem)}.actions{flex-wrap:wrap;gap:12px;margin-top:38px;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 22px;font-size:.92rem;font-weight:700;display:inline-flex}.primary{background:var(--accent);color:#0a0a0a}.secondary{border:1px solid var(--line);color:var(--muted)}.section{border-top:1px solid var(--line);padding:110px 0}.section-heading{margin-bottom:40px}.section h2{max-width:800px;font-size:clamp(2.5rem,5vw,5rem)}.venture-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.venture-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;min-height:340px;padding:28px;transition:transform .18s,border-color .18s}.venture-card:hover{border-color:#494949;transform:translateY(-4px)}.card-top{color:#737373;justify-content:space-between;margin-bottom:90px;display:flex}.venture-card h3{letter-spacing:-.045em;margin:8px 0 14px;font-size:clamp(2rem,4vw,3.4rem)}.venture-card>p:last-child{max-width:500px;color:var(--muted)}.about{grid-template-columns:1.2fr .8fr;align-items:end;gap:80px;display:grid}.about>p{color:var(--muted);margin:0;font-size:1.08rem}.footer{border-top:1px solid var(--line);min-height:150px;color:var(--muted);justify-content:space-between;align-items:center;gap:24px;font-size:.85rem;display:flex}@media (max-width:760px){.nav{min-height:72px}nav{gap:14px}nav a:nth-child(2){display:none}.hero{min-height:auto;padding:88px 0 72px}.venture-grid,.about{grid-template-columns:1fr}.about{gap:28px}.section{padding:78px 0}.card-top{margin-bottom:56px}.footer{flex-direction:column;justify-content:center;align-items:flex-start}}
