
:root {
  --bg: #080b10;
  --bg-soft: #0e141e;
  --panel: #131b27;
  --panel-2: #172130;
  --text: #f5f7fa;
  --muted: #99a6b6;
  --line: rgba(255,255,255,.09);
  --blue: #3478f6;
  --cyan: #33c4ff;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 10%, rgba(52,120,246,.12), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(51,196,255,.08), transparent 22%);
  z-index: -1;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
  z-index: 20;
}
a { color: inherit; text-decoration: none; }
.site-header {
  width: min(calc(100% - 40px), var(--max));
  margin: 18px auto 0;
  position: sticky;
  top: 18px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  background: rgba(8,11,16,.78);
  border: 1px solid var(--line);
  backdrop-filter: blur(20px);
  border-radius: 18px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: 12px; background: linear-gradient(135deg,var(--blue),var(--cyan));
  color: white; letter-spacing: -.05em;
}
.nav { display: flex; align-items: center; gap: 28px; font-size: .93rem; color: #c9d1dc; }
.nav a:hover { color: white; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); }
.menu-toggle { display: none; }
.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 120px 0; }
.hero { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-top: 90px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .73rem; font-weight: 800; color: var(--cyan); margin: 0 0 22px; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .95; letter-spacing: -.065em; margin-bottom: 32px; max-width: 900px; }
h1 span, .statement h2 span { background: linear-gradient(90deg,#fff 10%,var(--cyan)); -webkit-background-clip: text; color: transparent; }
.hero-lede { max-width: 700px; font-size: 1.25rem; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 22px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 14px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.button.primary { background: linear-gradient(135deg,var(--blue),#4c8dff 55%,var(--cyan)); color: white; box-shadow: 0 18px 40px rgba(52,120,246,.24); }
.button.secondary { border-color: var(--line); background: rgba(255,255,255,.035); }
.hero-proof { color: #718096; font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-art { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.hero-art svg { width: 100%; max-width: 560px; filter: drop-shadow(0 25px 60px rgba(52,120,246,.18)); }
.orb { position: absolute; border-radius: 50%; filter: blur(45px); opacity: .3; }
.orb-one { width: 180px; height: 180px; background: var(--blue); top: 18%; left: 12%; }
.orb-two { width: 130px; height: 130px; background: var(--cyan); bottom: 18%; right: 10%; }
.hero-card { position: absolute; padding: 16px 18px; border: 1px solid var(--line); background: rgba(15,22,32,.74); backdrop-filter: blur(14px); border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.hero-card span { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-card-top { top: 19%; right: 1%; }
.hero-card-bottom { left: 0; bottom: 19%; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading h2, .about h2, .contact h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1; letter-spacing: -.05em; margin-bottom: 24px; }
.section-heading > p:last-child, .about-copy p, .contact-copy p { color: var(--muted); font-size: 1.08rem; }
.venture-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.venture-card { min-height: 390px; padding: 34px; border: 1px solid var(--line); background: linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012)); border-radius: 22px; display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.venture-card:hover { transform: translateY(-6px); border-color: rgba(51,196,255,.32); background: linear-gradient(145deg,rgba(52,120,246,.1),rgba(255,255,255,.018)); }
.venture-meta { display: flex; justify-content: space-between; color: #718096; text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; }
.venture-card h3 { font-size: 2.7rem; letter-spacing: -.04em; margin: 70px 0 12px; }
.venture-tagline { color: white !important; font-size: 1.15rem !important; max-width: 470px; }
.venture-card p { color: var(--muted); }
.venture-card a { margin-top: auto; font-weight: 800; color: var(--cyan); }
.statement { width: 100%; padding: 130px 20px; background: linear-gradient(135deg,#0d1725,#0b1119 45%,#10233a); border-block: 1px solid var(--line); }
.statement-inner { max-width: 1050px; margin: auto; position: relative; }
.statement h2 { font-size: clamp(3.5rem,8vw,7.6rem); letter-spacing: -.07em; line-height: .9; margin-bottom: 36px; }
.statement p:not(.eyebrow) { max-width: 820px; color: #b7c0cb; font-size: 1.24rem; }
.signature { position: absolute; right: 0; bottom: -40px; font-size: 9rem; line-height: 1; font-weight: 900; color: rgba(255,255,255,.035); letter-spacing: -.12em; }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.metric { padding: 34px; min-height: 190px; background: rgba(255,255,255,.02); border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font-size: 2.7rem; letter-spacing: -.05em; margin-bottom: 28px; }
.metric span { color: var(--muted); font-size: .94rem; }
.experience-panel { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 44px; background: var(--panel); border: 1px solid var(--line); border-radius: 22px; }
.experience-panel h3 { font-size: 2rem; line-height: 1.15; }
.capability-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.capability-list span { padding: 16px; border: 1px solid var(--line); border-radius: 12px; color: #c8d0db; }
.book-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.book { min-height: 340px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(160deg,var(--panel),#0e141d); display: flex; flex-direction: column; }
.book:nth-child(2), .book:nth-child(4) { transform: translateY(34px); }
.book-number { color: var(--cyan); font-size: .75rem; letter-spacing: .16em; }
.book h3 { margin-top: auto; font-size: 1.6rem; letter-spacing: -.03em; }
.book p { color: var(--muted); }
.text-link { display: inline-block; margin-top: 70px; color: var(--cyan); font-weight: 800; }
.about { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.about-mark { aspect-ratio: 1; border-radius: 28px; display: grid; place-items: center; font-size: clamp(7rem,16vw,14rem); font-weight: 900; letter-spacing: -.1em; color: rgba(255,255,255,.13); background: linear-gradient(145deg,#17243a,#0d131d); border: 1px solid var(--line); overflow: hidden; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding-bottom: 140px; }
.email-link { font-size: clamp(1.2rem,2.4vw,2rem); color: var(--cyan); font-weight: 800; }
.contact-form { padding: 34px; border-radius: 22px; background: var(--panel); border: 1px solid var(--line); }
.contact-form label { display: block; color: #c6cfda; font-size: .88rem; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input,select,textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid var(--line); background: #0d131c; color: white; border-radius: 11px; font: inherit; outline: none; }
input:focus,select:focus,textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(52,120,246,.12); }
textarea { resize: vertical; }
footer { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 34px 0 50px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; color: var(--muted); font-size: .9rem; }
footer strong { color: white; font-size: 1.1rem; }
footer p { margin: 6px 0 0; }
footer > p { text-align: right; }
.footer-links { display: flex; gap: 20px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 18px; flex-direction: column; align-items: stretch; background: #0d131c; border: 1px solid var(--line); border-radius: 16px; }
  .nav.open { display: flex; }
  .menu-toggle { display: block; background: transparent; color: white; border: 1px solid var(--line); border-radius: 10px; padding: 9px 12px; }
  .hero, .about, .contact { grid-template-columns: 1fr; }
  .hero { padding-top: 110px; }
  .hero-art { max-width: 680px; margin: auto; }
  .metrics { grid-template-columns: repeat(2,1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .book-grid { grid-template-columns: repeat(2,1fr); }
  .book:nth-child(2), .book:nth-child(4) { transform: none; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer > p { text-align: left; }
}
@media (max-width: 680px) {
  .section { width: min(calc(100% - 28px), var(--max)); padding: 88px 0; }
  .site-header { width: calc(100% - 24px); top: 10px; margin-top: 10px; }
  .brand-name { display: none; }
  h1 { font-size: clamp(3.1rem,16vw,5rem); }
  .hero { min-height: auto; gap: 20px; }
  .hero-art { margin-top: 30px; }
  .hero-card { display: none; }
  .venture-grid, .book-grid, .metrics, .experience-panel, .field-row { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .venture-card { min-height: 360px; padding: 26px; }
  .venture-card h3 { margin-top: 54px; }
  .experience-panel { gap: 20px; padding: 28px; }
  .capability-list { grid-template-columns: 1fr; }
  .about { gap: 36px; }
  .contact { gap: 40px; }
  .contact-form { padding: 24px; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
