:root {
  --bg: #ffffff;
  --bg-soft: #faf8f3;
  --bg-warm: #f5f0e6;

  --ink: #161310;
  --ink-soft: #443d36;
  --ink-muted: #8c8378;
  --ink-faint: #b8b0a4;

  --burgundy: #6e1d2a;
  --burgundy-deep: #4a131c;
  --rose: #d4a5a8;
  --rose-pale: #f0e0e2;

  --line: #e9e3d6;
  --line-soft: #f1ece2;

  --gold: #b8945a;
  --green: #1c3a2a;

  --display: 'Fraunces', 'Bodoni Moda', Georgia, serif;
  --serif: 'Fraunces', Georgia, serif;
  --body: 'Manrope', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--body);
  background: #ffffff;
  color: var(--ink);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--rose-pale); color: var(--burgundy-deep); }

.container { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 32px; position: relative; }
.container--narrow { max-width: 920px; }

/* Top bar */
.topbar {
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; gap: 32px; }
.brand { display: flex; align-items: center; gap: 16px; font-family: var(--display); flex-shrink: 0; }
.brand-img { width: 46px; height: 46px; object-fit: contain; }
.brand-name { font-family: var(--display); font-style: italic; font-size: 23px; font-weight: 400; color: var(--ink); letter-spacing: -0.015em; line-height: 1; }
.brand-name b { color: var(--burgundy); font-style: normal; font-weight: 500; letter-spacing: 0; margin-right: 2px; }
.nav { display: flex; gap: 36px; align-items: center; }
.nav a { font-family: var(--body); font-size: 13px; letter-spacing: 0.04em; font-weight: 500; color: var(--ink-soft); position: relative; padding: 6px 0; transition: color 0.25s ease; }
.nav a:hover { color: var(--burgundy); }
.nav a.active { color: var(--ink); }
.nav a.active::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 1px; background: var(--burgundy); }

/* Hero */
.hero { padding: 96px 0 80px; text-align: center; position: relative; }
.hero--tall { padding: 120px 0 100px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--burgundy); margin-bottom: 36px;
}
.eyebrow .pip { width: 5px; height: 5px; background: var(--burgundy); border-radius: 50%; display: inline-block; }

.hero-brand {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 32px);
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1;
  margin-bottom: 38px;
  display: inline-block;
}
.hero-brand b { color: var(--burgundy); font-style: normal; font-weight: 500; letter-spacing: 0; margin-right: 3px; }

.headline {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(36px, 6.2vw, 80px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 980px;
  margin: 0 auto;
}
.headline .accent { color: var(--burgundy); }
.headline .upright { font-style: normal; font-weight: 500; }

.lead {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 680px;
  margin: 36px auto 0;
}

.hero-meta { margin-top: 44px; display: inline-flex; align-items: center; gap: 18px; font-size: 11px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-muted); }
.hero-meta .dot { width: 4px; height: 4px; background: var(--ink-faint); border-radius: 50%; }

/* Sections */
.section { padding: 80px 0; position: relative; }
.section--tight { padding: 56px 0; }

.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 56px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.section-head .label { font-size: 11px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink-muted); }
.section-head .label .num { font-family: var(--display); font-style: italic; color: var(--burgundy); margin-right: 10px; font-size: 14px; font-weight: 400; letter-spacing: 0; }
.section-head .meta { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--ink-muted); font-weight: 400; }

/* Ventures grid */
.ventures-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.venture { padding: 44px 28px 40px; display: flex; flex-direction: column; position: relative; transition: background-color 0.4s ease; border-right: 1px solid var(--line-soft); }
.venture:last-child { border-right: none; }
.venture:hover { background: var(--bg-soft); }

.venture-logo { width: 100%; aspect-ratio: 1; max-width: 190px; margin: 0 auto 32px; display: flex; align-items: center; justify-content: center; padding: 8px; }
.venture-logo img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1); }
.venture:hover .venture-logo img { transform: scale(1.04); }

.venture-logo.is-kp img      { transform: scale(1.06); }
.venture-logo.is-mrb img     { transform: scale(0.96); }
.venture-logo.is-clarity img { transform: scale(0.94); }
.venture-logo.is-reading img { transform: scale(0.68); }
.venture:hover .venture-logo.is-kp img      { transform: scale(1.10); }
.venture:hover .venture-logo.is-mrb img     { transform: scale(1.00); }
.venture:hover .venture-logo.is-clarity img { transform: scale(0.98); }
.venture:hover .venture-logo.is-reading img { transform: scale(0.72); }

.bsg-mark { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: clamp(20px, 2.2vw, 28px); line-height: 0.92; color: var(--green); text-align: center; letter-spacing: -0.005em; }
.bsg-mark .build, .bsg-mark .good { font-style: normal; }
.bsg-mark .something { font-style: italic; color: var(--gold); font-weight: 500; margin: 5px 0; transform: translateX(2px); }

.venture-name {
  font-family: var(--display);
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  color: var(--ink);
  text-align: center;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin-bottom: 16px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.venture-desc {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-soft);
  text-align: center;
  margin-bottom: 22px;
  min-height: 102px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.venture-points {
  list-style: none;
  margin: 0 auto 28px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line-soft);
  flex: 1;
}

.venture-points li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 8px 0;
  font-family: var(--serif);
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--ink-soft);
  text-align: left;
  min-height: 42px;
}
.venture-points li .pn { font-family: var(--display); font-style: italic; font-weight: 400; color: var(--burgundy); font-size: 13px; flex-shrink: 0; min-width: 22px; letter-spacing: 0; }

.venture-foot { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: auto; padding-top: 8px; font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; }
.venture-status { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-muted); }
.venture-status .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; display: inline-block; }
.venture-status.live .dot { background: #2c7a4b; box-shadow: 0 0 0 3px rgba(44, 122, 75, 0.14); }
.venture-status.beta .dot { background: var(--gold); box-shadow: 0 0 0 3px rgba(184, 148, 90, 0.14); }
.venture-status.new .dot  { background: var(--burgundy); box-shadow: 0 0 0 3px rgba(110, 29, 42, 0.14); animation: pulse 2.4s ease-in-out infinite; }
.venture-status.dev .dot  { background: var(--ink-faint); }

@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.venture-foot .sep { width: 3px; height: 3px; background: var(--ink-faint); border-radius: 50%; flex-shrink: 0; }
.venture-link { color: var(--burgundy); position: relative; transition: color 0.25s ease; letter-spacing: 0.22em; }
.venture-link::after { content: '\00a0\2192'; display: inline-block; transition: transform 0.25s ease; }
.venture-link:hover { color: var(--burgundy-deep); }
.venture-link:hover::after { transform: translateX(3px); }
.venture-link.placeholder { color: var(--ink-muted); font-style: normal; text-transform: uppercase; letter-spacing: 0.22em; font-family: var(--body); font-size: 10.5px; font-weight: 600; opacity: 0.7; }
.venture-link.placeholder::after { content: ''; }

/* Philosophy block */
.philosophy { padding: 96px 0; text-align: center; background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.philosophy-quote { font-family: var(--display); font-style: italic; font-weight: 300; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.2; letter-spacing: -0.02em; color: var(--ink); max-width: 880px; margin: 0 auto; }
.philosophy-quote .accent { color: var(--burgundy); }
.philosophy-attribution { margin-top: 28px; font-size: 11px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink-muted); }
.philosophy-attribution span { display: inline-block; padding: 0 14px; position: relative; }
.philosophy-attribution span::before, .philosophy-attribution span::after { content: ''; position: absolute; top: 50%; width: 24px; height: 1px; background: var(--ink-faint); }
.philosophy-attribution span::before { right: 100%; }
.philosophy-attribution span::after  { left: 100%; }

/* About */
.prose { font-family: var(--serif); font-size: 18px; line-height: 1.65; color: var(--ink-soft); }
.prose p + p { margin-top: 18px; }
.prose strong { color: var(--ink); font-weight: 600; }

.about-row { display: grid; grid-template-columns: 280px 1fr; gap: 64px; padding: 56px 0; border-top: 1px solid var(--line); align-items: start; }
.about-row:last-of-type { border-bottom: 1px solid var(--line); }
.about-row .label { font-size: 11px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink-muted); }
.about-row .label .num { font-family: var(--display); font-style: italic; color: var(--burgundy); margin-right: 10px; font-size: 15px; font-weight: 400; letter-spacing: 0; }
.about-row .label .lab { display: block; margin-top: 8px; color: var(--ink); font-family: var(--display); font-style: italic; font-size: 22px; font-weight: 400; letter-spacing: -0.015em; text-transform: none; line-height: 1.15; }

.disciplines-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 8px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.disc { padding: 22px 14px; text-align: center; border-right: 1px solid var(--line-soft); }
.disc:last-child { border-right: none; }
.disc .roman { font-family: var(--display); font-style: italic; color: var(--burgundy); font-size: 13px; font-weight: 400; margin-bottom: 6px; }
.disc .name { font-family: var(--display); font-style: italic; font-weight: 400; font-size: 18px; color: var(--ink); letter-spacing: -0.01em; }

.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 56px; margin-top: 8px; }
.principle h4 { font-family: var(--display); font-style: italic; font-weight: 400; font-size: 22px; color: var(--ink); letter-spacing: -0.015em; margin-bottom: 6px; line-height: 1.2; }
.principle h4 .marker { color: var(--burgundy); font-style: italic; margin-right: 8px; font-weight: 400; font-size: 15px; vertical-align: 2px; }
.principle p { font-family: var(--serif); font-size: 15px; line-height: 1.55; color: var(--ink-soft); }

/* ============================================================
   ABOUT PAGE: STATS STRIP
   ============================================================ */
.stats-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
  padding: 32px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.stat {
  text-align: center;
  padding: 8px 12px;
  border-right: 1px solid var(--line);
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--burgundy);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.stat-label {
  font-family: var(--body);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* ============================================================
   ABOUT PAGE: THE CONVICTION (featured statement)
   ============================================================ */
.conviction-section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
  background: #ffffff;
}
.conviction-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 32px;
  text-align: center;
}
.conviction-label .num {
  font-family: var(--display);
  font-style: italic;
  color: var(--burgundy);
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}
.conviction-label .lab {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-family: var(--display);
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-transform: none;
  line-height: 1.15;
}
.conviction-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.conviction-statement {
  text-align: center;
  margin: 64px 0;
  padding: 64px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}
.conviction-quote {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 32px;
}
.conviction-quote .accent { color: var(--burgundy); }
.conviction-aftermath {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.55;
}
.counter-list { margin: 56px 0 32px; }
.counter-head {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink);
  text-align: center;
  margin-bottom: 28px;
}
.counter-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid var(--line-soft);
}
.counter-row:last-child { border-bottom: 1px solid var(--line-soft); }
.counter-area {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  color: var(--burgundy);
  font-size: 19px;
  letter-spacing: -0.005em;
}
.counter-text {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.conviction-conclusion {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.4;
  color: var(--ink);
  text-align: center;
  margin-top: 32px;
  letter-spacing: -0.01em;
}

/* ============================================================
   ABOUT PAGE: THE POSTURE (3-column card grid)
   ============================================================ */
.posture-section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
  background: #ffffff;
}
.posture-head {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: baseline;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.posture-head .label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.posture-head .label .num {
  font-family: var(--display);
  font-style: italic;
  color: var(--burgundy);
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}
.posture-head .label .lab {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-transform: none;
  line-height: 1.15;
}
.posture-intro {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.posture-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.posture-card {
  padding: 32px 28px;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: #ffffff;
  transition: background-color 0.3s ease;
}
.posture-card:hover { background: var(--bg-soft); }
.posture-card:nth-child(3n) { border-right: none; }
.posture-card:nth-last-child(-n+3) { border-bottom: none; }
.posture-num {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  color: var(--burgundy);
  font-size: 17px;
  margin-bottom: 12px;
  letter-spacing: 0;
}
.posture-title {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.posture-card p {
  font-family: var(--serif);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}

/* ============================================================
   ABOUT PAGE: THE FOUNDER (bio + facts card)
   ============================================================ */
.founder-section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
  background: #ffffff;
}
.founder-head {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.founder-head .label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.founder-head .label .num {
  font-family: var(--display);
  font-style: italic;
  color: var(--burgundy);
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}
.founder-head .label .lab {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--display);
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-transform: none;
  line-height: 1.15;
}
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  align-items: start;
}
.founder-bio .prose { font-size: 17px; }
.founder-facts {
  background: var(--bg-soft);
  padding: 32px 28px;
  border: 1px solid var(--line);
  position: sticky;
  top: 100px;
}
.facts-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--burgundy);
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.facts-list { list-style: none; margin: 0; padding: 0; }
.facts-list li {
  padding: 14px 0;
  border-top: 1px solid var(--line-soft);
}
.facts-list li:first-child { border-top: none; padding-top: 0; }
.facts-key {
  display: block;
  font-family: var(--body);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 6px;
}
.facts-val {
  display: block;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.4;
  color: var(--ink);
}

/* ============================================================
   ABOUT PAGE: GEOGRAPHIC SCOPE (split panels)
   ============================================================ */
.scope-section {
  padding: 80px 0;
  border-top: 1px solid var(--line);
  background: #ffffff;
}
.scope-head {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.scope-head .label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.scope-head .label .num {
  font-family: var(--display);
  font-style: italic;
  color: var(--burgundy);
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}
.scope-head .label .lab {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--display);
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-transform: none;
  line-height: 1.15;
}
.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.scope-panel {
  padding: 40px 36px;
  border: 1px solid var(--line);
}
.scope-local { background: var(--bg-soft); }
.scope-national { background: #ffffff; }
.scope-tag {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--burgundy);
  margin-bottom: 16px;
}
.scope-title {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin-bottom: 18px;
}
.scope-text {
  font-family: var(--serif);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.scope-text strong { color: var(--ink); font-weight: 600; }

/* Contact */
.contact-card { max-width: 620px; margin: 64px auto 0; padding: 64px 48px 56px; text-align: center; border: 1px solid var(--line); background: #ffffff; position: relative; }
.contact-card::before, .contact-card::after { content: ''; position: absolute; width: 14px; height: 14px; background: var(--burgundy); border: 1px solid var(--burgundy); transform: rotate(45deg); left: 50%; margin-left: -7px; }
.contact-card::before { top: -8px; }
.contact-card::after  { bottom: -8px; }
.contact-label { font-size: 11px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--burgundy); margin-bottom: 20px; }
.contact-email { font-family: var(--display); font-style: italic; font-size: clamp(28px, 3.6vw, 44px); font-weight: 400; color: var(--ink); letter-spacing: -0.02em; display: inline-block; border-bottom: 2px solid transparent; transition: border-color 0.3s ease, color 0.3s ease; margin-bottom: 28px; word-break: break-all; }
.contact-email:hover { border-bottom-color: var(--burgundy); color: var(--burgundy); }
.contact-note { font-family: var(--serif); font-size: 16px; line-height: 1.6; color: var(--ink-soft); max-width: 460px; margin: 0 auto; }

.lines-list { margin-top: 80px; max-width: 820px; margin-left: auto; margin-right: auto; }
.lines-head { text-align: center; margin-bottom: 28px; font-size: 11px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink-muted); }
.line-item { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line-soft); }
.line-item:last-child { border-bottom: 1px solid var(--line-soft); }
.line-name { font-family: var(--display); font-style: italic; font-weight: 400; font-size: 22px; color: var(--ink); letter-spacing: -0.015em; line-height: 1.1; margin-bottom: 4px; }
.line-purpose { font-family: var(--serif); font-size: 14px; color: var(--ink-muted); line-height: 1.4; }
.line-email { font-family: var(--body); font-size: 13px; color: var(--burgundy); font-weight: 500; letter-spacing: 0; white-space: nowrap; transition: color 0.25s ease; }
.line-email:hover { color: var(--burgundy-deep); text-decoration: underline; text-underline-offset: 3px; }

/* CTA */
.cta-block { padding: 96px 0; text-align: center; border-top: 1px solid var(--line); }
.cta-block .headline { font-size: clamp(32px, 4.4vw, 56px); }
.cta-link { display: inline-block; margin-top: 28px; font-family: var(--body); font-size: 12px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--burgundy); border-bottom: 1px solid var(--burgundy); padding-bottom: 4px; transition: all 0.25s ease; }
.cta-link::after { content: '\00a0\2192'; display: inline-block; transition: transform 0.25s ease; margin-left: 4px; }
.cta-link:hover { color: var(--burgundy-deep); }
.cta-link:hover::after { transform: translateX(4px); }

/* Footer */
footer { padding: 56px 0 48px; border-top: 1px solid var(--line); margin-top: 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 12px; font-family: var(--display); }
.footer-brand .mini-mark { width: 28px; height: 28px; object-fit: contain; flex-shrink: 0; }
.footer-brand-text { font-family: var(--display); font-style: italic; font-size: 16px; color: var(--ink); font-weight: 400; letter-spacing: -0.005em; }
.footer-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-muted); }
.footer-meta a { color: var(--ink-muted); transition: color 0.25s ease; }
.footer-meta a:hover { color: var(--burgundy); }
.footer-meta .sep { width: 4px; height: 4px; border: 1px solid var(--ink-faint); transform: rotate(45deg); }

/* Animations */
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.hero > *, .section > *, .contact-card, .lines-list { animation: rise 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) backwards; }
.hero .hero-brand { animation-delay: 0.05s; }
.hero .eyebrow    { animation-delay: 0.05s; }
.hero .headline   { animation-delay: 0.20s; }
.hero .lead       { animation-delay: 0.40s; }
.hero .hero-meta  { animation-delay: 0.55s; }

.venture { opacity: 0; animation: rise 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; }
.venture:nth-child(1) { animation-delay: 0.55s; }
.venture:nth-child(2) { animation-delay: 0.65s; }
.venture:nth-child(3) { animation-delay: 0.75s; }
.venture:nth-child(4) { animation-delay: 0.85s; }
.venture:nth-child(5) { animation-delay: 0.95s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Responsive */
@media (max-width: 1100px) {
  .ventures-grid { grid-template-columns: repeat(3, 1fr); }
  .venture { border-bottom: 1px solid var(--line-soft); }
  .venture:nth-child(3n) { border-right: none; }
  .venture:nth-last-child(-n+2) { border-bottom: none; }
  .about-row { grid-template-columns: 1fr; gap: 18px; }
  .principles { grid-template-columns: 1fr; gap: 28px; }

  .stats-grid { grid-template-columns: repeat(5, 1fr); }
  .posture-grid { grid-template-columns: repeat(2, 1fr); }
  .posture-card:nth-child(3n) { border-right: 1px solid var(--line-soft); }
  .posture-card:nth-child(2n) { border-right: none; }
  .posture-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line-soft); }
  .posture-card:nth-last-child(-n+2) { border-bottom: none; }
  .posture-head { grid-template-columns: 1fr; gap: 18px; }
  .founder-grid { grid-template-columns: 1fr; gap: 36px; }
  .founder-facts { position: static; }
}

@media (max-width: 760px) {
  .container { padding: 0 22px; }
  .topbar-inner { gap: 18px; }
  .nav { gap: 22px; }
  .hero { padding: 56px 0 48px; }
  .hero--tall { padding: 72px 0 56px; }
  .ventures-grid { grid-template-columns: repeat(2, 1fr); }
  .venture { border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 36px 22px 32px; }
  .venture:nth-child(3n) { border-right: 1px solid var(--line-soft); }
  .venture:nth-child(2n) { border-right: none; }
  .venture:nth-last-child(-n+1):nth-child(odd) { grid-column: span 2; border-right: none; }
  .venture:last-child { border-bottom: none; }
  .section { padding: 56px 0; }
  .philosophy { padding: 64px 0; }
  .cta-block  { padding: 64px 0; }
  .disciplines-row { grid-template-columns: repeat(2, 1fr); }
  .disc:nth-child(2n) { border-right: none; }
  .disc:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
  .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-brand { justify-content: center; }
  .line-item { grid-template-columns: 1fr; gap: 8px; }

  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .stat:nth-child(3n) { border-right: none; }
  .stat:nth-child(-n+3) { border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 4px; }
  .conviction-section, .posture-section, .founder-section, .scope-section { padding: 56px 0; }
  .conviction-statement { padding: 40px 16px; margin: 40px 0; }
  .counter-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
  .posture-grid { grid-template-columns: 1fr; }
  .posture-card { border-right: none !important; border-bottom: 1px solid var(--line-soft) !important; }
  .posture-card:last-child { border-bottom: none !important; }
  .scope-grid { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 480px) {
  .ventures-grid { grid-template-columns: 1fr; }
  .venture { border-right: none !important; border-bottom: 1px solid var(--line-soft); }
  .venture:last-child { border-bottom: none; }
  .venture-logo { max-width: 150px; }
  .disciplines-row { grid-template-columns: 1fr; }
  .disc { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .disc:last-child { border-bottom: none; }
  .contact-card { padding: 48px 28px 40px; }
}
