*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  width: 44px;
  height: 44px;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease, background-color .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background-color: #f3f4f6; }
.back-to-top svg { width: 20px; height: 20px; pointer-events: none; }

:root {
  --g950: #060f09;
  --g900: #0b1a10;
  --g800: #102115;
  --g700: #162d1d;
  --g400: #2f6b41;
  --g300: #4a8f5f;
  --g200: #72b389;
  --g100: #a8d4b8;
  --char: #1a1a1a;
  --mute: #5a5a5a;
  --pale: #8a8a8a;
  --lgt:  #d4d4d0;
  --offwhite: #f5f4f0;
  --white: #ffffff;
  --serif: 'Playfair Display', Georgia, serif;
  --sans:  'DM Sans', sans-serif;
  --pad: 120px;
  --inner: 1100px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); font-weight: 300; color: var(--char); background: var(--white); overflow-x: hidden; line-height: 1.65; }
a { text-decoration: none; color: inherit; }

.inner { max-width: var(--inner); margin: 0 auto; width: 100%; padding: 0 80px; }

.label {
  font-size: 10px; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; display: flex; align-items: center; gap: 14px;
  margin-bottom: 28px;
}
.label::before { content: ''; display: block; width: 32px; height: 1px; background: currentColor; flex-shrink: 0; }

/* NAV */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 0 60px;
  background: rgba(6,15,9,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s;
}
.nav-inner {
  max-width: 1000px; width: 100%; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}
.nav-brand { display: flex; align-items: center; }
.nav-logo { height: 73px; width: auto; display: block; filter: brightness(0) invert(1) contrast(1.5) drop-shadow(0 0 0.3px rgba(255,255,255,0.4)); image-rendering: auto; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { color: var(--g900) !important; background: var(--g200); padding: 10px 26px; transition: background 0.2s; }
.nav-cta:hover { background: var(--white) !important; color: var(--g900) !important; }

/* HERO */
#hero {
  position: relative; min-height: 100vh; display: grid; place-items: center;
  padding: 150px 60px 160px; background: var(--g950); overflow: hidden;
}
.hero-texture {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(255,255,255,.8) 39px,rgba(255,255,255,.8) 40px),
    repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(255,255,255,.8) 79px,rgba(255,255,255,.8) 80px);
}
.hero-glow {
  position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle,rgba(46,107,65,.18) 0%,transparent 70%); pointer-events: none;
}
.hero-inner { position: relative; max-width: 1000px; width: 100%; }
.hero-eyebrow { color: var(--g300); }
.hero-h1 { font-family: var(--serif); font-size: clamp(48px,7vw,96px); font-weight: 400; line-height: 1.03; color: var(--white); letter-spacing: -0.02em; margin: 28px 0 32px; }
.hero-h1 em { font-style: italic; color: var(--g200); }
.hero-sub { font-size: 17px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,.5); max-width: 520px; margin-bottom: 52px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.btn-cta { font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--g900); background: var(--g200); padding: 18px 44px; transition: background 0.2s; cursor: pointer; border: none; font-family: var(--sans); display: inline-block; }
.btn-cta:hover { background: var(--white); }
.btn-line { font-size: 12px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 10px; transition: color 0.2s; }
.btn-line:hover { color: var(--white); }
.hero-bar { position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid rgba(255,255,255,.06); display: flex; justify-content: center; }
.hero-bar-inner { display: grid; grid-template-columns: repeat(3,1fr); max-width: 700px; width: 100%; }
.hero-stat { padding: 28px 60px; border-right: 1px solid rgba(255,255,255,.06); text-align: center; }
.hero-stat:last-child { border-right: none; }
.hero-stat-n { font-family: var(--serif); font-size: 36px; font-weight: 400; color: var(--white); line-height: 1; margin-bottom: 6px; white-space: nowrap; }
.hero-stat-l { font-size: 10px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--g300); white-space: nowrap; }

/* MARQUEE */
.marquee-band { background: var(--g800); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); padding: 13px 0; overflow: hidden; }
.marquee-track { display: flex; white-space: nowrap; animation: mq 32s linear infinite; }
.mq-item { font-size: 10px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,.35); padding: 0 52px; display: flex; align-items: center; gap: 52px; }
.mq-item::before { content: '\25C6'; font-size: 5px; color: var(--g400); }
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* SECTION */
.section { padding: var(--pad) 0; }
.section-dark { background: var(--g900); }
.section-darker { background: var(--g950); }
.section-off { background: var(--offwhite); }
.section-mid { background: var(--g800); }

/* PAGE CONTENT (for individual pages) */
.page-content { padding-top: 120px; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.about-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--g900); letter-spacing: -0.01em; margin-bottom: 28px; }
.about-h2 em { font-style: italic; }
.about-p { font-size: 17px; line-height: 1.8; color: var(--mute); margin-bottom: 18px; }
.about-p strong { font-weight: 500; color: var(--char); }
.about-right { padding-top: 64px; }
.pill { padding: 24px 0; border-top: 1px solid var(--lgt); display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start; }
.pill:last-child { border-bottom: 1px solid var(--lgt); }
.pill-n { font-family: var(--serif); font-size: 20px; color: var(--g200); font-weight: 400; line-height: 1; padding-top: 3px; }
.pill-title { font-size: 15px; font-weight: 500; color: var(--char); margin-bottom: 5px; }
.pill-text { font-size: 14px; line-height: 1.65; color: var(--pale); }

/* STRATEGY */
.strategy-top { display: grid; grid-template-columns: 380px 1fr; gap: 80px; align-items: start; margin-bottom: 72px; }
.strategy-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--white); letter-spacing: -0.01em; }
.strategy-h2 em { font-style: italic; color: var(--g200); }
.strategy-p { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,.45); margin-bottom: 16px; }
.strategy-p strong { font-weight: 500; color: rgba(255,255,255,.75); }
.sectors-lbl { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--g300); margin-bottom: 20px; }
.sectors-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.sector { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); padding: 28px 24px; transition: background 0.25s; cursor: default; }
.sector:hover { background: rgba(255,255,255,.08); }
.sector-icon { width: 32px; height: 32px; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; }
.sector-icon svg { width: 20px; height: 20px; stroke: var(--g300); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.sector-name { font-size: 14px; font-weight: 500; color: var(--white); margin-bottom: 6px; }
.sector-sub { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,.35); }

/* CRITERIA */
.crit-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--g900); letter-spacing: -0.01em; margin-bottom: 56px; }
.crit-h2 em { font-style: italic; }
.crit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-bottom: 48px; }
.crit-card { background: var(--white); padding: 40px 32px; border-top: 3px solid var(--g900); transition: border-color 0.3s,background 0.3s; cursor: default; }
.crit-card:hover { background: var(--g900); border-color: var(--g300); }
.crit-card:hover .crit-lbl { color: var(--g300); }
.crit-card:hover .crit-val { color: var(--white); }
.crit-card:hover .crit-sub { color: rgba(255,255,255,.4); }
.crit-lbl { font-size: 9px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--g400); margin-bottom: 12px; transition: color 0.3s; }
.crit-val { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--g900); line-height: 1.25; margin-bottom: 10px; transition: color 0.3s; }
.crit-sub { font-size: 14px; line-height: 1.6; color: var(--pale); transition: color 0.3s; }
.sit-band { background: var(--g700); padding: 36px 52px; display: flex; gap: 48px; align-items: center; flex-wrap: wrap; }
.sit-title { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--g300); flex-shrink: 0; min-width: 120px; }
.sit-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.sit-tag { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.85); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); padding: 10px 22px; letter-spacing: 0.02em; }

/* DIFF */
.diff-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--g900); letter-spacing: -0.01em; margin-bottom: 64px; }
.diff-h2 em { font-style: italic; }
.diff-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; }
.diff-card { padding: 48px 44px; background: var(--offwhite); border-left: 3px solid transparent; transition: border-color 0.3s,background 0.3s; cursor: default; }
.diff-card:hover { border-left-color: var(--g300); background: var(--white); }
.diff-num { font-family: var(--serif); font-size: 44px; font-weight: 400; color: var(--lgt); line-height: 1; margin-bottom: 22px; }
.diff-title { font-size: 17px; font-weight: 500; color: var(--g900); margin-bottom: 12px; }
.diff-text { font-size: 15px; line-height: 1.75; color: var(--mute); }

/* FOUNDERS */
.founders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.founders-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--g900); letter-spacing: -0.01em; margin-bottom: 24px; }
.founders-h2 em { font-style: italic; }
.founders-p { font-size: 17px; line-height: 1.8; color: var(--mute); margin-bottom: 32px; }
.founders-quote { padding: 28px 32px; border-left: 3px solid var(--g300); background: var(--white); }
.founders-quote p { font-family: var(--serif); font-size: 19px; font-style: italic; font-weight: 400; line-height: 1.6; color: var(--g700); }
.founders-right { padding-top: 64px; }
.fit-title { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--g400); margin-bottom: 20px; }
.fit-item { padding: 18px 0; border-top: 1px solid var(--lgt); display: flex; gap: 16px; align-items: flex-start; }
.fit-item:last-child { border-bottom: 1px solid var(--lgt); }
.fit-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--g300); flex-shrink: 0; margin-top: 8px; }
.fit-text { font-size: 15px; line-height: 1.65; color: var(--mute); }
.fit-text strong { font-weight: 500; color: var(--char); }
.structure-note { margin-top: 32px; padding: 22px 26px; background: var(--g700); }
.structure-note p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.55); }
.structure-note p strong { color: var(--g100); font-weight: 500; }

/* PROCESS */
.process-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--g900); letter-spacing: -0.01em; margin-bottom: 12px; }
.process-h2 em { font-style: italic; }
.process-sub { font-size: 17px; line-height: 1.75; color: var(--mute); max-width: 540px; margin-bottom: 72px; }
.steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; position: relative; }
.steps::before { content: ''; position: absolute; top: 28px; left: 0; right: 0; height: 1px; background: var(--lgt); z-index: 0; }
.step { position: relative; padding-right: 20px; z-index: 1; }
.step-dot { width: 56px; height: 56px; border-radius: 50%; background: var(--g900); border: 1px solid var(--g300); display: grid; place-items: center; margin-bottom: 24px; }
.step-dot span { font-family: var(--serif); font-size: 18px; color: var(--g200); }
.step-title { font-size: 15px; font-weight: 500; color: var(--g900); margin-bottom: 8px; }
.step-text { font-size: 14px; line-height: 1.65; color: var(--pale); }

/* INSTITUTIONAL */
.inst-grid { display: grid; grid-template-columns: 380px 1fr; gap: 80px; align-items: start; }
.inst-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--g900); letter-spacing: -0.01em; margin-bottom: 28px; }
.inst-h2 em { font-style: italic; }
.inst-p { font-size: 17px; line-height: 1.8; color: var(--mute); }
.inst-bullets { list-style: none; display: flex; flex-direction: column; gap: 0; padding-top: 16px; }
.inst-bullets li { padding: 16px 0; border-top: 1px solid var(--lgt); font-size: 15px; line-height: 1.65; color: var(--mute); display: flex; align-items: flex-start; gap: 16px; }
.inst-bullets li:last-child { border-bottom: 1px solid var(--lgt); }
.inst-bullets li::before { content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--g300); flex-shrink: 0; margin-top: 9px; }
.inst-bullets li strong { font-weight: 500; color: var(--char); }

/* FOCUS */
.focus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.focus-h2 { font-family: var(--serif); font-size: clamp(30px,3vw,44px); font-weight: 400; line-height: 1.15; color: var(--white); letter-spacing: -0.01em; margin-bottom: 18px; }
.focus-h2 em { font-style: italic; color: var(--g200); }
.focus-p { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.45); }
.focus-items { display: flex; flex-direction: column; gap: 12px; }
.focus-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 22px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); transition: background 0.25s; }
.focus-item:hover { background: rgba(255,255,255,.08); }
.focus-check { width: 20px; height: 20px; border: 1px solid var(--g300); display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; }
.focus-check svg { width: 11px; height: 11px; stroke: var(--g300); fill: none; stroke-width: 2; }
.focus-text { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.6); }
.focus-text strong { font-weight: 500; color: rgba(255,255,255,.85); }

/* SAMPLE TRANSACTIONS */
.txn-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--g900); letter-spacing: -0.01em; margin-bottom: 56px; }
.txn-h2 em { font-style: italic; }
.txn-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; }
.txn-card { background: var(--white); padding: 40px 36px; border-top: 3px solid var(--g900); transition: border-color 0.3s, background 0.3s; cursor: default; }
.txn-card:hover { background: var(--g900); border-color: var(--g300); }
.txn-title { font-size: 17px; font-weight: 500; color: var(--g900); margin-bottom: 12px; transition: color 0.3s; }
.txn-card:hover .txn-title { color: var(--white); }
.txn-text { font-size: 15px; line-height: 1.75; color: var(--mute); transition: color 0.3s; }
.txn-card:hover .txn-text { color: rgba(255,255,255,.4); }

/* LEADERSHIP */
.leadership-grid { display: grid; grid-template-columns: 260px 1fr; gap: 72px; align-items: start; }
.leadership-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--white); letter-spacing: -0.01em; margin-bottom: 20px; }
.leadership-h2 em { font-style: italic; color: var(--g200); }
.leadership-photo { width: 240px; aspect-ratio: 3/4; object-fit: cover; filter: grayscale(100%); display: block; border-radius: 16px; }
.leadership-name { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--white); margin-top: 20px; line-height: 1.3; }
.leadership-title { font-size: 13px; font-weight: 400; letter-spacing: 0.06em; color: var(--g300); margin-top: 4px; }
.leadership-linkedin { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 14px; transition: color 0.2s; }
.leadership-linkedin:hover { color: var(--white); }
.leadership-linkedin svg { width: 16px; height: 16px; fill: currentColor; }
.leadership-bio { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.leadership-bio strong { font-weight: 500; color: rgba(255,255,255,.75); }
.leadership-exp { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.leadership-exp-item { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); }
.leadership-exp-role { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.8); margin-bottom: 2px; }
.leadership-exp-co { font-size: 13px; color: var(--g300); }
.leadership-edu { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }
.leadership-edu-lbl { font-size: 9px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--g300); margin-bottom: 8px; }
.leadership-edu-val { font-size: 14px; color: rgba(255,255,255,.5); }

/* ADVISORS NETWORK */
.net-top { display: grid; grid-template-columns: 380px 1fr; gap: 80px; align-items: start; margin-bottom: 72px; }
.net-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--white); letter-spacing: -0.01em; }
.net-h2 em { font-style: italic; color: var(--g200); }
.net-intro { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,.45); }
.net-intro strong { font-weight: 500; color: rgba(255,255,255,.75); }
.net-pillars-lbl { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--g300); margin-bottom: 20px; }
.net-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-bottom: 48px; }
.net-pillar { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); padding: 36px 28px; transition: background 0.25s; cursor: default; }
.net-pillar:hover { background: rgba(255,255,255,.08); }
.net-pillar-icon { width: 44px; height: 44px; border-radius: 50%; background: rgba(74,143,95,.12); border: 1px solid rgba(74,143,95,.25); display: grid; place-items: center; margin-bottom: 20px; }
.net-pillar-icon svg { width: 20px; height: 20px; stroke: var(--g300); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.net-pillar-name { font-size: 16px; font-weight: 500; color: var(--white); margin-bottom: 8px; }
.net-pillar-sub { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.4); }
.net-edge-lbl { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--g300); margin-bottom: 20px; }
.net-edge { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.net-edge::before { content: ''; position: absolute; top: 20px; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.08); z-index: 0; }
.net-edge-item { position: relative; padding-right: 20px; z-index: 1; }
.net-edge-dot { width: 40px; height: 40px; border-radius: 50%; background: var(--g700); border: 1px solid rgba(74,143,95,.35); display: grid; place-items: center; margin-bottom: 18px; }
.net-edge-dot svg { width: 16px; height: 16px; stroke: var(--g300); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.net-edge-title { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.85); margin-bottom: 5px; }
.net-edge-text { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.35); }
.net-note { margin-top: 48px; padding: 28px 32px; background: rgba(255,255,255,.03); border-left: 3px solid var(--g400); }
.net-note p { font-family: var(--serif); font-size: 17px; font-style: italic; font-weight: 400; line-height: 1.6; color: rgba(255,255,255,.5); }
.net-note p strong { font-weight: 500; color: var(--g200); font-style: normal; }

/* OPPORTUNITY INTAKE */
.opp-header { max-width: 700px; margin: 0 auto 60px; text-align: center; }
.opp-h2 { font-family: var(--serif); font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.1; color: var(--white); letter-spacing: -0.01em; margin-bottom: 24px; }
.opp-intro { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.45); }
.opp-form { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.opp-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cf-field { display: flex; flex-direction: column; gap: 7px; }
.cf-lbl { font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.cf-optional { font-size: 9px; font-weight: 400; letter-spacing: 0.06em; text-transform: none; color: rgba(255,255,255,.25); }
.cf-input { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); padding: 14px 16px; color: var(--white); font-family: var(--sans); font-size: 14px; font-weight: 300; outline: none; transition: border-color 0.25s; width: 100%; border-radius: 0; }
.cf-input:focus { border-color: var(--g300); background: rgba(255,255,255,.06); }
.cf-input::placeholder { color: rgba(255,255,255,.18); }
.cf-select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234a8f5f' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.cf-file-wrap { position: relative; }
.cf-file-input { position: absolute; inset: 0; opacity: 0; cursor: pointer; z-index: 2; width: 100%; height: 100%; }
.cf-file-label { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.03); border: 1px dashed rgba(255,255,255,.12); padding: 18px 20px; color: rgba(255,255,255,.35); font-size: 13px; font-weight: 400; cursor: pointer; transition: border-color 0.25s, background 0.25s; }
.cf-file-label:hover { border-color: var(--g300); background: rgba(255,255,255,.05); }
.cf-file-label svg { flex-shrink: 0; color: var(--g300); }
.btn-send { align-self: flex-start; margin-top: 8px; font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--g900); background: var(--g200); padding: 18px 48px; border: none; cursor: pointer; font-family: var(--sans); transition: background 0.25s, color 0.25s; }
.btn-send:hover { background: var(--white); color: var(--g900); }
.opp-disclaimer { max-width: 760px; margin: 40px auto 0; font-size: 12px; line-height: 1.7; color: rgba(255,255,255,.25); text-align: center; font-style: italic; }

/* TEAMWORK IMAGES */
.tw-img-wrap { position: relative; overflow: hidden; border-radius: 16px; }
.tw-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(40%) sepia(15%) saturate(80%) brightness(0.9); }
.tw-img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(11,26,16,0.18) 0%, rgba(47,107,65,0.10) 100%); pointer-events: none; }

/* DISCLAIMER */
.section-disclaimer { padding: 20px 0 0; }
.disclaimer-text p { font-size: 12px; line-height: 1.7; color: rgba(255,255,255,.3); }
.disclaimer-text p strong { font-weight: 500; color: rgba(255,255,255,.4); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { border-top: 1px solid var(--lgt); }
.faq-item:last-child { border-bottom: 1px solid var(--lgt); }
.faq-q { font-size: 16px; font-weight: 500; color: var(--g900); padding: 22px 0; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after { content: '+'; font-size: 22px; font-weight: 300; color: var(--g400); flex-shrink: 0; transition: transform 0.2s; }
.faq-item[open] .faq-q::after { content: '\2212'; }
.faq-a { font-size: 15px; line-height: 1.75; color: var(--mute); padding: 0 0 22px; max-width: 800px; }
.faq-a a { color: var(--g400); text-decoration: underline; text-underline-offset: 2px; }
.faq-a a:hover { color: var(--g300); }

/* FOOTER */
footer { background: var(--g900); border-top: 1px solid rgba(255,255,255,.05); padding: 52px 0; }
.footer-inner { max-width: var(--inner); margin: 0 auto; padding: 0 80px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
.ft-brand { display: block; margin-bottom: 10px; }
.ft-logo { height: 84px; width: auto; display: block; filter: brightness(0) invert(1) contrast(1.5) drop-shadow(0 0 0.3px rgba(255,255,255,0.4)); image-rendering: auto; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.ft-tagline { font-size: 12px; color: rgba(255,255,255,.3); line-height: 1.6; }
.ft-col-title { font-size: 9px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--g300); margin-bottom: 16px; }
.ft-links { display: flex; flex-direction: column; gap: 10px; }
.ft-links a { font-size: 13px; color: rgba(255,255,255,.4); transition: color 0.2s; }
.ft-links a:hover { color: var(--white); }
.footer-hr { max-width: var(--inner); margin: 28px auto 0; padding: 0 80px; }
.footer-hr hr { border: none; border-top: 1px solid rgba(255,255,255,.05); }
.footer-bottom { max-width: var(--inner); margin: 0 auto; padding: 20px 80px 0; display: flex; justify-content: space-between; font-size: 10px; color: rgba(255,255,255,.2); letter-spacing: 0.04em; flex-wrap: wrap; gap: 8px; }

/* Mobile Nav Toggle */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 201; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: rgba(255,255,255,.8); margin: 5px 0; transition: transform .3s ease, opacity .3s ease; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
  #nav { padding: 0 24px; }
  .nav-logo { height: 53px; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(6,15,9,0.98); flex-direction: column; padding: 20px 28px 28px; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 13px; }
  .nav-links a:last-child { border-bottom: none; }
  .nav-cta.nav-cta { margin-top: 8px; text-align: center; }
  .inner { padding: 0 28px; }
  .about-grid, .founders-grid, .focus-grid, .leadership-grid, .inst-grid, .net-top { grid-template-columns: 1fr; gap: 48px; }
  .opp-row { grid-template-columns: 1fr; gap: 16px; }
  .net-pillars { grid-template-columns: 1fr; }
  .net-edge { grid-template-columns: 1fr 1fr; gap: 28px; }
  .net-edge::before { display: none; }
  .about-right, .founders-right { padding-top: 0; }
  .strategy-top { grid-template-columns: 1fr; gap: 40px; }
  .sectors-grid { grid-template-columns: 1fr 1fr; }
  .crit-grid { grid-template-columns: 1fr 1fr; }
  .diff-grid { grid-template-columns: 1fr; }
  .txn-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .footer-inner, .footer-hr, .footer-bottom, .section-disclaimer { padding: 0 28px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .hero-bar { display: none; }
  .leadership-photo { width: 200px; }
  :root { --pad: 80px; }
}
