/* AWSM VC — power-law fund for Physical AI constraints
   Light theme · soft-lavender #f5f3fb base · lavender #eae6f7 surfaces · deep-plum #1d001c ink
   Brand periwinkle #806AD6 accent (logo) · single flat background · no radius · no shadows */

/* Headline typeface — Nib Pro (local, editorial serif) */
@font-face { font-family: "Nib Pro"; src: url("fonts/NibPro-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Nib Pro"; src: url("fonts/NibPro-LightItalic.ttf") format("truetype"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "Nib Pro"; src: url("fonts/NibPro-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Nib Pro"; src: url("fonts/NibPro-Italic.ttf") format("truetype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Nib Pro"; src: url("fonts/NibPro-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Nib Pro"; src: url("fonts/NibPro-SemiBoldItalic.ttf") format("truetype"); font-weight: 600; font-style: italic; font-display: swap; }
@font-face { font-family: "Nib Pro"; src: url("fonts/NibPro-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Nib Pro"; src: url("fonts/NibPro-BoldItalic.ttf") format("truetype"); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Nib Pro"; src: url("fonts/NibPro-Black.ttf") format("truetype"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Nib Pro"; src: url("fonts/NibPro-BlackItalic.ttf") format("truetype"); font-weight: 900; font-style: italic; font-display: swap; }

:root {
  --bg: #f5f3fb;             /* soft near-white lavender — page background */
  --panel: #eae6f7;          /* light lavender — elevated surface for cards/inputs */
  --ink: #1d001c;            /* deep plum — primary text (brand) */
  --muted: #574d6d;          /* muted plum-violet — secondary text (AA on light) */
  --muted-2: #7b6f97;        /* soft violet — tertiary detail */
  --primary: #5a45c4;        /* periwinkle — text accents (AA on light) */
  --accent: #806ad6;         /* brand periwinkle (logo) — vivid graphic/fill accent */
  --accent-strong: #6b52c9;  /* periwinkle hover/pressed (deepened for light) */
  --primary-dark: #1d001c;   /* deep plum base */
  --primary-tint: rgba(128, 106, 214, 0.12);  /* periwinkle soft wash */
  --line: rgba(29, 0, 28, 0.12);
  --line-strong: rgba(29, 0, 28, 0.22);

  --sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --display: "Nib Pro", "Iowan Old Style", "Georgia", "Times New Roman", serif;
  --serif: "Nib Pro", "Iowan Old Style", "Georgia", "Times New Roman", serif;

  --wrap: 1400px;

  /* motion */
  --ease-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 150ms;
  --dur: 300ms;
  --dur-slow: 640ms;

  --z-header: 50;
  --z-progress: 60;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Home: fullscreen video hero ---------- */
.video-hero { position: relative; width: 100%; height: 100vh; height: 100svh; overflow: hidden; background: var(--bg); display: flex; align-items: flex-end; }
.video-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
/* Periwinkle duotone tint to match the site's .duo imagery treatment */
.video-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--accent); mix-blend-mode: color; opacity: 0.4; pointer-events: none; }
/* Legibility + brand vignette: darkens top (header) and bottom (overlay copy) */
.video-hero::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: radial-gradient(130% 90% at 20% 100%, rgba(29,0,28,0.30) 0%, rgba(29,0,28,0.55) 100%),
              linear-gradient(180deg, rgba(29,0,28,0.55) 0%, rgba(29,0,28,0.05) 28%, rgba(29,0,28,0.82) 100%); }
/* Header floats over the video so it fills the full viewport */
.home-video .site-header { position: absolute; top: 0; left: 0; right: 0; background: transparent; }

/* Home video hero sits over dark film — force light UI regardless of the light theme */
.home-video .nav-toggle, .home-video .nav-search { color: #f5f3fb; }
.home-video .nav-toggle:hover, .home-video .nav-search:hover { color: #c3b8f0; }
.home-video .vh-content { color: #d8d1f2; }
.home-video .vh-content h1 { color: #f5f3fb; }
.home-video .vh-content .lede { color: #d8d1f2; }
.home-video .hero-tag { color: #c3b8f0; }
.home-video .hero-social a { border-color: rgba(245, 243, 251, 0.32); color: #f5f3fb; }
.home-video .hero-social a:hover { background: #f5f3fb; border-color: #f5f3fb; color: #1d001c; }
.home-video .btn--primary { background: #f5f3fb; color: #1d001c; }
.home-video .btn--primary:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.home-video .btn:not(.btn--primary) { color: #f5f3fb; border-color: rgba(245, 243, 251, 0.4); }

/* a16z-style overlay copy, anchored bottom-left over the film */
.vh-content { position: relative; z-index: 3; width: 100%; max-width: var(--wrap); margin: 0 auto;
  padding-top: 0; padding-bottom: clamp(3.5rem, 9vh, 8rem); }
.vh-content h1 { font-size: clamp(2.8rem, 7.2vw, 6.4rem); line-height: 0.98; max-width: 20ch; margin: 0 0 1.3rem; }
.vh-content .lede { color: var(--ink); max-width: 54ch; margin-bottom: 2.2rem; }
.vh-content .hero-actions { margin-top: 0; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem 2rem; width: 100%; flex-wrap: wrap; }
.hero-buttons { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.hero-social { display: flex; align-items: center; gap: 0.5rem; list-style: none; margin: 0; padding: 0; margin-left: auto; }
.hero-social a { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid var(--line-strong); color: var(--ink);
  transition: background var(--dur-fast) var(--ease-quart), border-color var(--dur-fast) var(--ease-quart), color var(--dur-fast) var(--ease-quart), transform var(--dur-fast) var(--ease-quart); }
.hero-social a:hover { background: var(--ink); border-color: var(--ink); color: var(--bg); transform: translateY(-2px); }
.hero-social svg { width: 18px; height: 18px; display: block; }
@media (max-width: 620px) { .vh-content { padding-bottom: clamp(2.5rem, 12vh, 5rem); }
  .vh-content .hero-actions { justify-content: flex-start; }
  .hero-social { margin-left: 0; } }

/* Display headlines = editorial serif (Nib Pro); subheads/UI = sans (Inter) */
h1, h2 { font-family: var(--display); font-weight: 400; line-height: 1.03; letter-spacing: -0.01em; margin: 0 0 0.4em; }
h3, h4 { font-family: var(--sans); font-weight: 600; line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 0.4em; }
h1 { font-size: clamp(2.6rem, 5.6vw, 4.4rem); letter-spacing: -0.022em; line-height: 1.0; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); letter-spacing: -0.016em; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
/* rail-narrow kept as a full-width alias so every section spans the same
   left/right gutters as the rest of the page (content stays on the shared rail). */
.wrap.rail-narrow { max-width: var(--wrap); }
.wrap.rail-narrow > * { max-width: none; }
.tabular { font-variant-numeric: tabular-nums; }

.eyebrow {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600; color: var(--primary); margin: 0 0 1rem;
}
.eyebrow.slate { color: var(--muted); }

.lede { font-size: clamp(1.05rem, 2vw, 1.32rem); color: var(--muted); max-width: 46ch; }
.serif { font-family: var(--serif); }

/* ---------- Buttons (consistent height, no radius, no shadow) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  height: 48px; padding: 0 1.5rem;
  font-family: var(--sans); font-size: 0.95rem; font-weight: 600; line-height: 1;
  letter-spacing: 0.01em; white-space: nowrap; text-align: center;
  border: 1px solid transparent; cursor: pointer; vertical-align: middle;
  transition: background var(--dur-fast) var(--ease-quart), border-color var(--dur-fast) var(--ease-quart),
              color var(--dur-fast) var(--ease-quart), transform var(--dur-fast) var(--ease-quart);
}
.btn:active { transform: translateY(1px) scale(0.985); }
.btn--primary { background: var(--ink); color: var(--bg); }
.btn--primary:hover { background: var(--accent-strong); color: #fff; border-color: var(--accent-strong); }
.btn--ghost { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--ink); }
.btn .arrow { transition: transform 0.18s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: var(--bg);
  transition: background var(--dur) var(--ease-quart);
}
.site-header.scrolled { background: var(--bg); }
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 72px; }
.brand { display: flex; align-items: center; justify-self: center; }
.brand .logo { height: 28px; width: auto; }

/* Header icon buttons: menu (left) · logo (center) · search (right) */
.nav-toggle, .nav-search {
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: 0; color: var(--ink); cursor: pointer; padding: 8px;
  transition: color var(--dur-fast) var(--ease-quart);
}
.nav-toggle { justify-self: start; flex-direction: column; align-items: flex-start; gap: 6px; }
.nav-search { justify-self: end; }
.nav-search:hover, .nav-toggle:hover { color: var(--primary); }
.nav-toggle span { height: 2px; background: currentColor; transition: width var(--dur-fast) var(--ease-quart); }
.nav-toggle span:nth-child(1) { width: 22px; }
.nav-toggle span:nth-child(2) { width: 13px; }
.nav-toggle span:nth-child(3) { display: none; }
.nav-toggle:hover span:nth-child(2) { width: 22px; }

/* ---------- Drawer (left slide-in menu) ---------- */
.drawer-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.55); opacity: 0; visibility: hidden; z-index: 90; transition: opacity var(--dur) var(--ease-quart), visibility var(--dur); }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; left: 0; bottom: 0; width: min(84vw, 340px); z-index: 100;
  background: var(--bg); border-right: 0;
  display: flex; flex-direction: column; padding: 1.4rem 1.5rem 2rem;
  transform: translateX(-100%); transition: transform var(--dur) var(--ease-quint); overflow-y: auto;
}
.drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; height: 72px; margin: -1.4rem -0.5rem 1.2rem -0.5rem; padding: 0 0.1rem; }
.drawer-head .logo { height: 28px; width: auto; }
.drawer-close { display: inline-flex; background: none; border: 0; color: var(--ink); cursor: pointer; padding: 8px; transition: color var(--dur-fast) var(--ease-quart); }
.drawer-close:hover { color: var(--primary); }
.drawer-links { display: flex; flex-direction: column; }
.drawer-links a { font-family: var(--display); font-optical-sizing: auto; font-size: 1.5rem; letter-spacing: -0.016em; color: var(--muted); padding: 0.85rem 0; border-bottom: 1px solid var(--line); transition: color var(--dur-fast) var(--ease-quart); }
.drawer-links a:hover { color: var(--ink); }
.drawer-links a.active { color: var(--primary); }
.drawer-cta { margin-top: 1.6rem; align-self: flex-start; }

/* ---------- Search panel (drops over the header) ---------- */
.search-panel { position: fixed; top: 0; left: 0; right: 0; z-index: 95; background: var(--bg); border-bottom: 0; transform: translateY(-100%); transition: transform var(--dur) var(--ease-quint); }
.search-panel.open { transform: none; }
.search-form { display: flex; align-items: center; gap: 0.75rem; height: 72px; }
.search-form .search-icon { color: var(--muted); flex: none; }
.search-form input { flex: 1; height: 48px; min-width: 0; background: transparent; border: 0; color: var(--ink); font-family: var(--sans); font-size: 1.15rem; outline: none; }
.search-form input::placeholder { color: var(--muted-2); }
.search-close { display: inline-flex; background: none; border: 0; color: var(--ink); cursor: pointer; padding: 8px; flex: none; transition: color var(--dur-fast) var(--ease-quart); }
.search-close:hover { color: var(--primary); }
.search-note { position: absolute; left: 24px; bottom: 0.35rem; margin: 0; font-size: 0.85rem; color: var(--muted); }
body.no-scroll { overflow: hidden; }

/* ---------- Sections (all share --bg) ---------- */
section { padding: clamp(3.5rem, 7vw, 6rem) 0; background: var(--bg); }
.section-tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.divider { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden;
  padding-top: clamp(4rem, 8vw, 6.5rem); padding-bottom: clamp(4rem, 8vw, 6.5rem); }
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { max-width: 15ch; }
.hero .lede { margin-top: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.hero-tag { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--primary); font-size: 1.3rem; letter-spacing: -0.01em; margin-bottom: 1.4rem; }
.hero-curve { position: absolute; right: -4%; top: 50%; transform: translateY(-50%); width: min(52%, 620px); z-index: 1; pointer-events: none; }
@media (max-width: 820px) { .hero-curve { opacity: 0.18; right: -20%; } }

/* ---------- Imagery — duotone, plum/periwinkle treated ----------
   Photos are desaturated then tinted with the brand accent (mix-blend: color)
   so free stock imagery reads as part of the palette, never as a stock photo. */
.duo { position: relative; overflow: hidden; background: var(--bg); }
.duo > img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.06) brightness(0.82); }
.duo::before { content: ""; position: absolute; inset: 0; background: var(--accent); mix-blend-mode: color; opacity: 0.6; pointer-events: none; }
.duo::after  { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(29,0,28,0.30), rgba(29,0,28,0.66)); pointer-events: none; }

/* Home hero background image — sits behind the frontier curve + copy */
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg::after { background: linear-gradient(90deg, rgba(29,0,28,0.94) 0%, rgba(29,0,28,0.70) 46%, rgba(29,0,28,0.42) 100%),
                              linear-gradient(180deg, rgba(29,0,28,0.35), rgba(29,0,28,0.70)); }
@media (max-width: 820px) { .hero-bg::after { background: linear-gradient(180deg, rgba(29,0,28,0.72), rgba(29,0,28,0.86)); } }

/* Page-head sections that carry an atmospheric image */
.media-head { position: relative; overflow: hidden; }
.media-head > .wrap { position: relative; z-index: 2; }
.media-head .hero-bg::after { background: linear-gradient(90deg, rgba(29,0,28,0.93) 0%, rgba(29,0,28,0.74) 52%, rgba(29,0,28,0.50) 100%),
                                          linear-gradient(180deg, rgba(29,0,28,0.30), rgba(29,0,28,0.66)); }

/* ---------- Grid ---------- */
.grid { display: grid; gap: 1.75rem 2.4rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- Cards (border only, no radius/shadow) ---------- */
.card { background: transparent; border: none; border-top: 1px solid var(--line); padding: 1.3rem 0 0; transition: border-color var(--dur) var(--ease-quart); }
.card:hover { border-top-color: var(--accent); }
.card .num { font-family: var(--sans); font-size: 1.05rem; font-weight: 600; color: var(--primary); display: block; margin-bottom: 0.6rem; font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }
.card p { color: var(--muted); margin: 0; font-size: 0.98rem; }
.card h3 { margin-bottom: 0.4rem; }

.stat .figure { font-family: var(--display); font-size: clamp(2.2rem, 4.2vw, 3rem); font-weight: 400; letter-spacing: -0.02em; line-height: 1.02; font-variant-numeric: tabular-nums; }
/* Reserve a two-line figure height on multi-column layouts so labels across
   the row share one baseline even when a value wraps (e.g. "Pre-seed & seed"). */
@media (min-width: 621px) { .stat .figure { min-height: 2.04em; } }
.stat .label { color: var(--muted); font-size: 0.9rem; }
.stat .aspir { color: var(--primary); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; display: inline-block; margin-top: 0.3rem; }

.chip { display: inline-flex; align-items: center; gap: 0.4em; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; padding: 0.34em 0.72em; border: 1px solid var(--line-strong); color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.note { border-left: 3px solid var(--primary); background: transparent; padding: 1rem 1.2rem; font-size: 0.95rem; color: var(--muted); }
.note strong { color: var(--ink); }
.label-aspir { color: var(--primary); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; vertical-align: super; }

/* ---------- Team ---------- */
.person { background: transparent; border: none; border-top: 1px solid var(--line); padding-top: 1.3rem; }
.person .avatar { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; padding: 0; background: transparent; border: 1px solid var(--line-strong); color: var(--accent); font-family: var(--display); font-weight: 400; font-size: 1.35rem; letter-spacing: -0.02em; }
.person .body { padding: 1rem 0 0; }
.person h3 { margin-bottom: 0.1rem; }
.person .role { color: var(--primary); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em; margin-bottom: 0.6rem; }
.person p { font-size: 0.92rem; color: var(--muted); margin: 0; }

/* ---------- Portfolio / map ---------- */
.map-item { padding: 1.3rem 0 0; border: none; border-top: 1px solid var(--line); background: transparent; }
.map-item .idx { font-family: var(--sans); color: var(--muted-2); font-size: 0.82rem; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }
.map-item h3 { margin: 0.4rem 0 0.5rem; font-size: 1.1rem; }
.map-item p { font-size: 0.92rem; color: var(--muted); margin: 0; }
.map-item.soft { border-top-style: dashed; justify-content: flex-start; }

.logo-cell { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0.3rem; padding: 1.2rem 0 0; border: none; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.95rem; letter-spacing: 0; background: transparent; transition: border-color var(--dur) var(--ease-quart); }
.logo-cell::after { content: "Pending"; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--muted-2); }
.logo-cell:hover { border-top-color: var(--accent); }

/* ---------- News ---------- */
.article-feature { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
@media (max-width: 820px) { .article-feature { grid-template-columns: 1fr; } }
.article-feature .visual { aspect-ratio: 16/10; border: 1px solid var(--line); background: transparent; display: flex; align-items: center; justify-content: center; }
.meta { font-size: 0.8rem; color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; }

/* ---------- Editorial index list ---------- */
.entry-list { list-style: none; border-top: 1px solid var(--line); }
.entry { border-bottom: 1px solid var(--line); }
.entry > a { display: block; padding: 1.5rem 0; text-decoration: none; }
.entry-tag { font-size: 0.75rem; color: var(--primary); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.entry h3 { font-size: 1.3rem; letter-spacing: -0.012em; margin: 0.45rem 0 0.45rem; color: var(--ink); transition: color var(--dur-fast) var(--ease-quart); }
.entry > a:hover h3 { color: var(--primary); }
.entry p { color: var(--muted); font-size: 0.96rem; line-height: 1.55; margin: 0 0 0.7rem; max-width: 74ch; }
.entry-meta { font-size: 0.78rem; color: var(--muted-2); letter-spacing: 0.04em; text-transform: uppercase; }

/* ---------- Portfolio company grid ---------- */
.co-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 820px) { .co-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .co-grid { grid-template-columns: 1fr; } }
.co-card { display: flex; flex-direction: column; align-items: flex-start; gap: 0.55rem; padding: 1.6rem; background: var(--bg); text-decoration: none; transition: background var(--dur) var(--ease-quart); }
.co-card:hover { background: var(--primary-tint); }
.co-mark { width: 46px; height: 46px; margin-bottom: 0.4rem; background: var(--bg); border: 1px solid var(--line-strong); border-radius: 11px; object-fit: cover; display: block; transition: border-color var(--dur) var(--ease-quart); }
.co-card:hover .co-mark { border-color: var(--accent); }
.co-cat { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-2); }
.co-card h3 { margin: 0; font-size: 1.35rem; letter-spacing: -0.014em; color: var(--ink); }
.co-card p { margin: 0; font-size: 0.94rem; color: var(--muted); }
.co-fund { font-size: 0.76rem; font-weight: 600; letter-spacing: 0.02em; color: var(--muted-2); padding: 0.18rem 0.5rem; border: 1px solid var(--line-strong); border-radius: 999px; }
.co-more { margin-top: auto; padding-top: 0.7rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.02em; color: var(--primary); }
.co-card .arrow { transition: transform 0.18s ease; display: inline-block; }
.co-card:hover .arrow { transform: translateX(3px); }

/* ---------- Company profile: founders, meta links, press, nav ---------- */
.metalinks { display: flex; flex-wrap: wrap; gap: 0.55rem; align-items: center; margin-top: 1.1rem; font-size: 0.85rem; }
.metalinks a { color: var(--muted); font-weight: 600; transition: color var(--dur-fast) var(--ease-quart); }
.metalinks a:hover { color: var(--ink); }
.metalinks span { color: var(--muted-2); }

.founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2.4rem; }
@media (max-width: 620px) { .founders { grid-template-columns: 1fr; } }
.founder { display: grid; grid-template-columns: 56px 1fr; gap: 1.1rem; align-items: start; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.founder-av { width: 56px; height: 56px; border: 1px solid var(--line-strong); color: var(--accent); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 400; font-size: 1.3rem; letter-spacing: -0.02em; }
img.founder-av { display: block; object-fit: cover; object-position: center top; background: var(--panel); }
.founder h3 { margin: 0 0 0.15rem; font-size: 1.15rem; }
.founder .role { margin: 0 0 0.55rem; color: var(--primary); font-size: 0.85rem; font-weight: 600; }
.founder-link { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; color: var(--muted); transition: color var(--dur-fast) var(--ease-quart); }
.founder-link:hover { color: var(--ink); }
.founder-link .arrow { display: inline-block; transition: transform 0.18s ease; }
.founder-link:hover .arrow { transform: translateX(3px); }

.press-list { list-style: none; border-top: 1px solid var(--line); }
.pressrow { border-bottom: 1px solid var(--line); }
.pressrow a { display: grid; grid-template-columns: 1fr auto; column-gap: 1.4rem; row-gap: 0.35rem; align-items: center; padding: 1.15rem 0; text-decoration: none; }
.press-meta { grid-column: 1; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-2); }
.press-head { grid-column: 1; font-size: 1.08rem; letter-spacing: -0.01em; color: var(--ink); transition: color var(--dur-fast) var(--ease-quart); }
.pressrow .arrow { grid-column: 2; grid-row: 1 / span 2; color: var(--primary); transition: transform 0.18s ease; }
.pressrow a:hover .press-head { color: var(--primary); }
.pressrow a:hover .arrow { transform: translateX(3px); }

.pf-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.pf-nav a { font-size: 0.9rem; font-weight: 600; color: var(--muted); transition: color var(--dur-fast) var(--ease-quart); }
.pf-nav a:hover { color: var(--ink); }
.pf-next { margin-left: auto; text-align: right; }
.pf-nav .arrow { display: inline-block; }

/* ---------- Company profile ---------- */
.backlink { display: inline-flex; align-items: center; gap: 0.5em; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.6rem; transition: color var(--dur-fast) var(--ease-quart); }
.backlink:hover { color: var(--ink); }
.company-head { display: flex; align-items: flex-start; gap: 1.4rem; }.company-head h1 { font-size: clamp(2.4rem, 4.4vw, 3.5rem); margin-bottom: 0.5rem; }
.company-mark { flex: none; width: 76px; height: 76px; background: var(--bg); border: 1px solid var(--line-strong); border-radius: 16px; object-fit: cover; display: block; }
@media (max-width: 620px) { .company-mark { width: 60px; height: 60px; } }
.factbar { display: flex; flex-wrap: wrap; gap: 1.6rem 2.8rem; margin-top: 2.2rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.factbar .fact { display: flex; flex-direction: column; gap: 0.35rem; }
.factbar dt { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); }
.factbar dd { margin: 0; font-family: var(--display); font-size: 1.2rem; color: var(--ink); letter-spacing: -0.01em; }
.verdict { margin: 0.8rem 0 0; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); }

/* ---------- Company imagery (duotone) ---------- */
.company-media { position: relative; margin: 0; aspect-ratio: 5 / 2; }
.company-media img { position: absolute; inset: 0; }
.company-media figcaption { position: absolute; left: 1rem; bottom: 0.85rem; z-index: 3;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); }
.split-media { position: relative; margin: 0; aspect-ratio: 4 / 5; align-self: stretch; }
.split-media img { position: absolute; inset: 0; }
@media (max-width: 820px) { .split-media { aspect-ratio: 16 / 10; } }
@media (max-width: 620px) { .company-media { aspect-ratio: 3 / 2; } }

/* ---------- Company profile (YC-style simple page) ---------- */
.crumbs { display: flex; gap: 0.5rem; align-items: center; font-size: 0.82rem; color: var(--muted-2); }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--ink); }
.pill-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.pill { display: inline-flex; align-items: center; gap: 0.45em; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.34em 0.72em; border: 1px solid var(--line-strong); color: var(--muted); }
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }
.subnav { display: flex; align-items: center; flex-wrap: wrap; gap: 1.6rem; margin-top: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.subnav a { font-size: 0.95rem; font-weight: 600; color: var(--muted); transition: color var(--dur-fast) var(--ease-quart); }
.subnav a.active, .subnav a:hover { color: var(--ink); }
.subnav .count { font-size: 0.68rem; color: var(--muted-2); border: 1px solid var(--line); padding: 0.08em 0.45em; margin-left: 0.4em; }
.subnav .site-link { margin-left: auto; color: var(--primary); font-size: 0.9rem; display: inline-flex; align-items: center; gap: 0.45em; }
.profile { display: grid; grid-template-columns: 1fr 300px; gap: clamp(2rem, 5vw, 3.6rem); align-items: start; margin-top: 2.4rem; }
@media (max-width: 860px) { .profile { grid-template-columns: 1fr; } }
.profile-card { border: 1px solid var(--line); padding: 1.5rem; position: sticky; top: 96px; }
@media (max-width: 860px) { .profile-card { position: static; order: -1; margin-bottom: 0.5rem; } }
.profile-card .pc-logo { width: 44px; height: 44px; object-fit: cover; border: 1px solid var(--line-strong); border-radius: 11px; display: block; margin-bottom: 0.9rem; }
.profile-card h3 { font-size: 1.15rem; margin: 0 0 1.2rem; }
.pc-facts { display: grid; grid-template-columns: auto 1fr; gap: 0.75rem 1rem; margin: 0; }
.pc-facts dt { font-size: 0.82rem; color: var(--muted); margin: 0; }
.pc-facts dd { margin: 0; font-size: 0.86rem; color: var(--ink); text-align: right; font-weight: 500; }
.pc-soc { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.4rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.pc-soc a { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-strong); color: var(--muted); transition: color var(--dur-fast) var(--ease-quart), border-color var(--dur-fast) var(--ease-quart); }
.pc-soc a:hover { color: var(--ink); border-color: var(--ink); }
.prose { color: var(--muted); max-width: 62ch; }
.founder-bio { color: var(--muted); font-size: 0.92rem; margin: 0.5rem 0 0; max-width: 60ch; }
.news-list { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.news-list li { padding: 1.1rem 0; border-top: 1px solid var(--line); }
.news-list .n-src { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); display: block; margin-bottom: 0.35rem; }
.news-list a { font-size: 1.02rem; color: var(--ink); font-weight: 500; }
.news-list a:hover { color: var(--primary); }
.news-list .date { display: block; font-size: 0.8rem; color: var(--muted-2); margin-top: 0.3rem; }
.jobs-list { margin-top: 1.4rem; }
.job-row { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.job-row .j-title { font-size: 1.02rem; color: var(--ink); font-weight: 600; }
.job-row .j-title:hover { color: var(--primary); }
.job-row .j-meta { color: var(--muted); font-size: 0.85rem; margin-top: 0.28rem; }
.job-apply { flex: none; }
@media (max-width: 520px) { .job-row { flex-direction: column; align-items: flex-start; gap: 0.8rem; } }
.head-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* ---------- Perks ---------- */
.perk { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; align-items: start; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.perk .mark-sq { width: 44px; height: 44px; background: transparent; border: 1px solid var(--line-strong); color: var(--accent); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 600; font-size: 1.2rem; }
.perk h3 { font-size: 1.08rem; margin-bottom: 0.25rem; }
.perk p { color: var(--muted); font-size: 0.95rem; margin: 0; }

/* ---------- Partner logo wall ---------- */
.pgroup { padding: 1.7rem 0 0; border-top: 1px solid var(--line); }
.pgroup + .pgroup { margin-top: 1.7rem; }
.pgroup h3 { font-size: 1.08rem; margin: 0 0 0.3rem; }
.pgroup > p { color: var(--muted); font-size: 0.95rem; margin: 0 0 1.2rem; max-width: 62ch; }
.logo-wall { list-style: none; display: flex; flex-wrap: wrap; gap: 0.7rem; padding: 0; margin: 0; }
.logo-wall .lw { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); transition: border-color var(--dur-fast) var(--ease-quart); }
.logo-wall .lw:hover { border-color: var(--line-strong); }
.brand-logo { display: block; width: 28px; height: 28px; background-color: var(--muted);
  -webkit-mask: var(--logo) center / contain no-repeat; mask: var(--logo) center / contain no-repeat;
  transition: background-color var(--dur-fast) var(--ease-quart); }
.logo-wall .lw:hover .brand-logo { background-color: var(--ink); }
@media (max-width: 480px) { .logo-wall .lw { width: 56px; height: 56px; } .brand-logo { width: 24px; height: 24px; } }
@media (prefers-reduced-motion: reduce) { .logo-wall .lw, .brand-logo { transition: none; } }

/* ---------- CTA (same bg, no dividing border) ---------- */
.cta-band { }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }

/* ---------- Pull quote ---------- */
.pull { margin: 0; max-width: 30ch; font-family: var(--display); font-style: italic; font-weight: 400; font-size: clamp(1.7rem, 3.6vw, 2.7rem); line-height: 1.1; letter-spacing: -0.015em; color: var(--ink); }
.pull .pull-attr { display: block; margin-top: 1.4rem; font-family: var(--sans); font-style: normal; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--primary); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1.25rem 0; font-family: var(--sans); font-weight: 600; font-size: 1.08rem; color: var(--ink); transition: color var(--dur-fast) var(--ease-quart); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--primary); }
.faq summary::after { content: "+"; font-weight: 400; font-size: 1.5rem; line-height: 1; color: var(--primary); flex: none; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { color: var(--muted); margin: 0 0 1.25rem; max-width: 74ch; font-size: 0.98rem; }

/* ---------- Steps ---------- */
.step { padding: 1.3rem 0 0; border: none; border-top: 1px solid var(--line); background: transparent; }
.step .idx { font-family: var(--sans); color: var(--primary); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.step h3 { margin: 0.5rem 0 0.5rem; font-size: 1.1rem; }
.step p { font-size: 0.94rem; color: var(--muted); margin: 0; }

/* ---------- Forms ---------- */
.field { display: flex; gap: 0.6rem; flex-wrap: wrap; max-width: 460px; align-items: stretch; }
.field input { flex: 1; min-width: 220px; height: 48px; padding: 0 1rem; border: 1px solid var(--line-strong); background: transparent; color: var(--ink); font: inherit; font-size: 0.95rem; }
.field input::placeholder { color: var(--muted-2); }
.field input:focus { outline: 2px solid var(--accent); outline-offset: 1px; }

/* Pitch form */
.pitch-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.2rem; max-width: 720px; margin-top: 2.2rem; }
.pitch-form .fld { display: flex; flex-direction: column; gap: 0.4rem; }
.pitch-form .fld--full { grid-column: 1 / -1; }
.pitch-form label { font-size: 0.82rem; font-weight: 600; color: var(--ink); letter-spacing: 0.01em; }
.pitch-form label .req { color: var(--accent); }
.pitch-form input, .pitch-form select, .pitch-form textarea { width: 100%; height: 48px; padding: 0 0.95rem; border: 1px solid var(--line-strong); background: var(--panel); color: var(--ink); font: inherit; font-size: 0.95rem; border-radius: 0; }
.pitch-form textarea { height: auto; min-height: 128px; padding: 0.8rem 0.95rem; resize: vertical; line-height: 1.5; }
.pitch-form input::placeholder, .pitch-form textarea::placeholder { color: var(--muted-2); }
.pitch-form input:focus, .pitch-form select:focus, .pitch-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.pitch-form .form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; margin-top: 0.4rem; }
.form-note { margin: 0; font-size: 0.88rem; color: var(--muted); }
@media (max-width: 640px) { .pitch-form { grid-template-columns: 1fr; } }

/* ---------- Footer (same bg) ---------- */
.site-footer { background: var(--bg); padding: clamp(3rem,5vw,4rem) 0 2rem; color: var(--muted); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
@media (max-width: 820px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-top { grid-template-columns: 1fr; } }
.site-footer h4 { color: var(--ink); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.55rem; font-size: 0.92rem; }
.site-footer a:hover { color: var(--ink); }
.site-footer .logo { height: 26px; width: auto; margin-bottom: 0.9rem; }
.site-footer .tag { font-family: var(--serif); font-style: italic; color: var(--primary); margin-bottom: 0.6rem; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: 0.82rem; }

/* Utility */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.center { text-align: center; }
.max-60 { max-width: 60ch; } .max-46 { max-width: 46ch; }
.mx-auto { margin-left: auto; margin-right: auto; }
.stack > * + * { margin-top: 1rem; }

/* ---------- Motion ---------- */

/* Scroll reveal — enhances already-visible content; hidden state applies only when JS is active */
.js [data-reveal] > *,
.js [data-hero] > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--dur-slow) var(--ease-quart), transform var(--dur-slow) var(--ease-quart), filter var(--dur-slow) var(--ease-quart);
  transition-delay: var(--reveal-delay, 0ms);
}
.js [data-reveal].is-visible > *,
.js [data-hero].is-visible > * {
  opacity: 1;
  transform: none;
}

/* Text animation — hero support lines fade in from a soft blur */
.js [data-hero] > .hero-tag,
.js [data-hero] > .lede,
.js [data-hero] > .hero-actions { filter: blur(8px); }
.js [data-hero].is-visible > * { filter: blur(0); }

/* Text animation — hero headline rises word-by-word behind a mask */
.js [data-hero] > h1.t-mask { opacity: 1; transform: none; filter: none; transition: none; }
.t-word { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.14em; margin-bottom: -0.14em; }
.t-word > i { display: inline-block; font-style: inherit; transform: translateY(118%); transition: transform 0.74s var(--ease-quint); transition-delay: var(--wd, 0ms); }
.js [data-hero].is-visible h1.t-mask .t-word > i { transform: translateY(0); }

/* Text animation — section headings resolve word-by-word from a blur on scroll */
.t-blur { display: inline-block; opacity: 0; filter: blur(11px); transform: translateY(9px); transition: opacity 0.62s var(--ease-quart), filter 0.62s var(--ease-quart), transform 0.62s var(--ease-quart); transition-delay: var(--wd, 0ms); }
h2.is-visible .t-blur { opacity: 1; filter: blur(0); transform: none; }

/* Signature hero — the Pareto frontier draws itself on load */
.js .hero-curve .frontier-path {
  stroke-dasharray: 640;
  stroke-dashoffset: 640;
  animation: frontier-draw 1500ms var(--ease-expo) 220ms forwards;
}
.js .hero-curve .frontier-point {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: frontier-point 520ms var(--ease-quart) 1280ms forwards;
}
@keyframes frontier-draw { to { stroke-dashoffset: 0; } }
@keyframes frontier-point { from { opacity: 0; transform: scale(0.35); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .js [data-reveal] > *, .js [data-hero] > * { opacity: 1 !important; transform: none !important; filter: none !important; }
  .t-word > i { transform: none !important; }
  .t-blur { opacity: 1 !important; filter: none !important; transform: none !important; }
  .js .hero-curve .frontier-path { stroke-dashoffset: 0 !important; animation: none !important; }
  .js .hero-curve .frontier-point { opacity: 1 !important; animation: none !important; }
}
