:root {
  --navy: #071f3f;
  --navy-2: #0c315e;
  --blue: #174e8b;
  --orange: #ee8b2d;
  --orange-soft: #ffad55;
  --gray-50: #f7f8fa;
  --gray-100: #eef1f4;
  --gray-200: #dfe5ea;
  --gray-500: #718096;
  --ink: #102034;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(7, 31, 63, .14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px max(22px, calc((100vw - var(--max))/2));
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(7,31,63,.08);
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-lockup { display: grid; line-height: 1; }
.brand-lockup strong { letter-spacing: .12em; color: var(--navy); font-size: 17px; }
.brand-lockup small { margin-top: 5px; letter-spacing: .14em; color: var(--gray-500); font-size: 8px; font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 750; color: #2a3d52; }
.site-nav a:hover { color: var(--orange); }
.nav-cta { padding: 10px 16px; border-radius: 999px; border: 1px solid var(--navy); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); }

.section-shell { max-width: var(--max); margin: 0 auto; padding: 112px 28px; }
.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 850; display: flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); display: inline-block; }
.hero h1, .section-heading h2, .section-copy h2, .contact h2, .founder h2 { margin: 0; color: var(--navy); font-size: clamp(44px, 6.4vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 700px; margin: 26px 0 0; color: #506175; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 12px; text-decoration: none; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--navy); color: white; box-shadow: 0 14px 30px rgba(7,31,63,.18); }
.button.secondary { background: white; color: var(--navy); border: 1px solid var(--gray-200); }
.button.dark { background: white; color: var(--navy); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid var(--gray-200); padding-top: 22px; gap: 18px; }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { color: var(--navy); font-size: 14px; }
.hero-proof span { color: var(--gray-500); font-size: 12px; }

.hero-visual { min-height: 560px; position: relative; border-radius: 32px; overflow: hidden; background: linear-gradient(145deg, #061b35, #0d3767 62%, #102b4c); box-shadow: var(--shadow); }
.tech-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom right, black, transparent 75%); }
.signal { position: absolute; border: 1px solid rgba(238,139,45,.38); border-radius: 50%; }
.signal-one { width: 390px; height: 390px; top: -140px; right: -110px; }
.signal-two { width: 520px; height: 520px; bottom: -330px; left: -170px; }
.logo-stage { position: absolute; inset: 82px 54px 114px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: inset 0 0 60px rgba(7,31,63,.06); }
.logo-stage img { width: min(420px, 92%); filter: drop-shadow(0 14px 18px rgba(7,31,63,.16)); }
.hero-caption { position: absolute; left: 36px; right: 36px; bottom: 30px; padding: 16px 18px; border-radius: 16px; display: flex; align-items: center; gap: 13px; color: white; background: rgba(1,12,25,.58); border: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.hero-caption div { display: grid; }
.hero-caption strong { font-size: 14px; }
.hero-caption small { color: #aebed1; margin-top: 2px; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 8px rgba(238,139,45,.12); }

.ticker { overflow: hidden; border-block: 1px solid var(--gray-200); background: var(--gray-50); }
.ticker-track { min-width: max-content; display: flex; align-items: center; gap: 28px; padding: 16px 0; animation: drift 28s linear infinite; color: var(--navy); font-size: 11px; font-weight: 850; letter-spacing: .18em; }
.ticker b { color: var(--orange); }
@keyframes drift { to { transform: translateX(-36%); } }

.split-section, .principles { display: grid; grid-template-columns: .34fr .66fr; gap: 64px; }
.section-label { display: flex; gap: 14px; align-items: flex-start; color: var(--gray-500); text-transform: uppercase; font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.section-label span { color: var(--orange); }
.section-label p { margin: 0; }
.section-copy h2 { font-size: clamp(36px, 4.7vw, 62px); max-width: 760px; }
.section-copy p { color: #526276; font-size: 17px; line-height: 1.75; max-width: 780px; }
.section-copy .lead-copy { margin-top: 28px; color: var(--ink); font-size: 21px; line-height: 1.55; }

.ventures { padding-top: 84px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 40px; }
.section-heading h2 { font-size: clamp(38px, 5.2vw, 64px); }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: #607084; line-height: 1.65; }
.venture-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.venture-card { position: relative; min-height: 390px; padding: 28px; border-radius: 22px; border: 1px solid var(--gray-200); background: white; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.venture-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(7,31,63,.11); border-color: #c7d6e4; }
.venture-card.featured { background: linear-gradient(145deg, #f8fbfd, #eef5f8); }
.venture-meta { display: flex; align-items: center; justify-content: space-between; }
.venture-index { color: var(--gray-500); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.status { padding: 7px 10px; border-radius: 999px; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.status.active { color: #1d6849; background: #e6f5ec; }
.status.build { color: #805416; background: #fff2dc; }
.status.explore { color: #5b4b7b; background: #f0ecfb; }
.venture-icon { width: 48px; height: 48px; margin: 46px 0 22px; border-radius: 14px; display: grid; place-items: center; background: var(--navy); color: white; font-size: 24px; box-shadow: 0 12px 28px rgba(7,31,63,.14); }
.venture-icon.heart { background: #2f7a43; }
.venture-icon.algo { background: var(--blue); }
.venture-icon.shield { background: #304961; }
.venture-icon.creative { background: #6d4776; }
.venture-card h3 { margin: 0; color: var(--navy); font-size: 28px; letter-spacing: -.03em; }
.venture-category { color: var(--orange) !important; font-size: 11px !important; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.venture-card p { color: #5c6d80; font-size: 15px; line-height: 1.65; }
.venture-foot { position: absolute; left: 28px; right: 28px; bottom: 24px; border-top: 1px solid var(--gray-200); padding-top: 14px; display: flex; justify-content: space-between; color: var(--navy); font-size: 12px; font-weight: 800; }
.venture-foot span { color: var(--orange); }

.principles { padding-top: 94px; }
.principle-list { border-top: 1px solid var(--gray-200); }
.principle { display: grid; grid-template-columns: 74px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--gray-200); }
.principle-no { color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.principle h3 { margin: 0; color: var(--navy); font-size: 24px; letter-spacing: -.025em; }
.principle p { margin: 7px 0 0; color: #627286; line-height: 1.65; }

.founder { display: grid; grid-template-columns: .95fr 1.05fr; gap: 74px; align-items: center; }
.founder-visual { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, #f4f7f9, #e9eef2); border: 1px solid var(--gray-200); }
.founder-visual img { position: relative; z-index: 2; width: 92%; filter: drop-shadow(0 22px 24px rgba(7,31,63,.13)); }
.founder-visual p { position: absolute; z-index: 3; bottom: 20px; right: 24px; margin: 0; color: var(--gray-500); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.founder-glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(238,139,45,.18), transparent 68%); }
.founder h2 { font-size: clamp(42px, 5.2vw, 66px); }
.founder-copy p { color: #56677a; font-size: 16px; line-height: 1.75; }
.founder-lead { color: var(--ink) !important; font-size: 21px !important; line-height: 1.55 !important; }
.founder blockquote { margin: 28px 0 0; padding: 20px 0 20px 22px; border-left: 3px solid var(--orange); color: var(--navy); font-size: 18px; line-height: 1.55; font-weight: 750; }

.contact { padding-top: 56px; padding-bottom: 80px; }
.contact-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; padding: 54px; border-radius: 28px; color: white; background: radial-gradient(circle at 84% 20%, rgba(238,139,45,.20), transparent 30%), linear-gradient(135deg, #061b35, #0a315d); box-shadow: var(--shadow); }
.contact h2 { color: white; font-size: clamp(38px, 5vw, 62px); }
.contact p { color: #b8c8d8; line-height: 1.7; }
.eyebrow.light { color: #c7d7e7; }
.contact-actions { align-self: end; }
.contact-domain { color: var(--orange-soft); font-weight: 900; letter-spacing: .16em; font-size: clamp(19px, 2.4vw, 28px); }
.contact-actions .button { margin-top: 12px; }

.site-footer { max-width: var(--max); margin: 0 auto; min-height: 120px; padding: 24px 28px 42px; display: flex; justify-content: space-between; align-items: center; gap: 26px; border-top: 1px solid var(--gray-200); }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 42px; height: 42px; object-fit: contain; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--navy); letter-spacing: .12em; font-size: 13px; }
.footer-brand span, .footer-copy { color: var(--gray-500); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-nav { display: none; position: absolute; top: 78px; left: 16px; right: 16px; padding: 18px; border-radius: 18px; flex-direction: column; align-items: stretch; gap: 6px; background: white; border: 1px solid var(--gray-200); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-visual { min-height: 500px; }
  .split-section, .principles, .founder { grid-template-columns: 1fr; gap: 40px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading > p { max-width: 720px; }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .section-shell { padding: 78px 20px; }
  .brand-lockup small { display: none; }
  .hero { min-height: auto; padding-top: 58px; }
  .hero h1 { font-size: clamp(46px, 14vw, 64px); }
  .hero-lead { font-size: 17px; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-visual { min-height: 420px; border-radius: 24px; }
  .logo-stage { inset: 56px 20px 98px; }
  .hero-caption { left: 18px; right: 18px; bottom: 18px; }
  .venture-grid { grid-template-columns: 1fr; }
  .venture-card { min-height: 400px; }
  .contact-panel { padding: 34px 24px; }
  .founder-visual { min-height: 400px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
