/* =========================================================
   Sustainable Capital Markets, LLC
   Institutional theme — deep blue & white, Wall Street ilk
   ========================================================= */

:root {
  --navy: #0a2540;
  --navy-900: #061a30;
  --navy-800: #0a2540;
  --navy-700: #11355c;
  --blue: #1b4f8a;
  --blue-light: #2f6db5;
  /* Accent is institutional BLUE (formerly gold) — kept var names for compatibility */
  --gold: #2f6db5;
  --gold-light: #82abdb;
  --ink: #14202e;
  --slate: #44566b;
  --line: #e3e8ee;
  --bg: #ffffff;
  --bg-alt: #f5f7fa;
  --bg-band: #eef2f6;
  --white: #ffffff;
  --maxw: 1180px;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

h1, h2, h3, h4 { font-family: var(--serif); color: var(--navy); line-height: 1.18; font-weight: 600; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 0 0 0.6em; }
h3 { font-size: 1.25rem; margin: 0 0 0.4em; }
p { margin: 0 0 1.1em; color: var(--slate); }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 84px 0; }
.section--alt { background: var(--bg-alt); }
.section--band { background: var(--navy); color: #cdd8e6; }
.section--band h2, .section--band h3 { color: #fff; }
.center { text-align: center; }
.measure { max-width: 720px; }
.measure.center { margin-left: auto; margin-right: auto; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 14px;
}
.section--band .eyebrow { color: var(--gold-light); }

.lead { font-size: 1.18rem; color: var(--slate); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 14px 28px;
  border-radius: 2px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.18s ease;
}
.btn--primary { background: var(--navy); color: #fff; }
.btn--primary:hover { background: var(--blue); color: #fff; }
.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-light); color: #fff; }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy); color: var(--navy); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: var(--gold); color: #fff; }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark {
  width: 44px; height: 44px; border-radius: 4px; display: block;
}
.brand__text { line-height: 1.05; }
.brand__name { font-family: var(--serif); font-weight: 600; color: var(--navy); font-size: 1.04rem; }
.brand__tag { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 700; }

.nav__links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav__links a {
  font-size: 0.9rem; font-weight: 500; color: var(--ink); letter-spacing: 0.01em;
  padding: 6px 0; position: relative;
}
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--navy); }
.nav__links a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--gold);
}
.nav__cta { margin-left: 8px; }
/* Ensure the nav Contact button keeps white text (override .nav__links a color) */
.nav__links a.btn--primary,
.nav__links a.btn--primary:hover,
.nav__links a.nav__cta { color: #fff; }
.nav__links a.btn--primary[aria-current="page"]::after { display: none; }
.nav__toggle { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--navy); cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  background:
    linear-gradient(180deg, rgba(6,26,48,0.92) 0%, rgba(10,37,64,0.95) 100%),
    radial-gradient(1200px 500px at 80% -10%, #16467d 0%, transparent 60%),
    var(--navy);
  color: #fff;
  padding: 104px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 64px 100%;
  opacity: 0.4; pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero h1 { color: #fff; max-width: 14ch; }
.hero p { color: #c7d3e2; font-size: 1.2rem; max-width: 60ch; }
.hero .eyebrow { color: var(--gold-light); }
.hero__pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 30px; }
.pill {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em;
  color: #dce6f2; border: 1px solid rgba(255,255,255,0.22);
  padding: 7px 14px; border-radius: 40px;
}

/* ---------- Stats ---------- */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  margin-top: 56px;
}
.stat { padding: 26px 22px 8px; border-right: 1px solid rgba(255,255,255,0.12); }
.stat:last-child { border-right: 0; }
.stat__num { font-family: var(--serif); font-size: 2.1rem; color: #fff; font-weight: 600; }
.stat__label { font-size: 0.82rem; color: #9fb2c8; letter-spacing: 0.02em; }

/* stats on light bg */
.stats--light .stat { border-color: var(--line); }
.stats--light .stat__num { color: var(--navy); }
.stats--light .stat__label { color: var(--slate); }
.stats--light { border-top-color: var(--line); }

/* ---------- Cards / Grid ---------- */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: 4px;
  padding: 32px 28px; transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.card:hover { box-shadow: 0 18px 40px -22px rgba(10,37,64,0.4); transform: translateY(-3px); border-color: #cfd9e4; }
.card__num {
  font-family: var(--serif); font-size: 0.95rem; font-weight: 700; color: var(--gold);
  border: 1px solid var(--line); width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; margin-bottom: 18px;
}
.card__icon {
  width: 46px; height: 46px; border-radius: 4px; margin-bottom: 18px;
  background: var(--bg-band); color: var(--blue);
  display: grid; place-items: center; font-size: 1.3rem; font-weight: 700;
}
.card h3 { color: var(--navy); }
.card p { margin-bottom: 0; font-size: 0.98rem; }

/* feature row (image + text alternating) */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.feature + .feature { margin-top: 72px; }
.feature__media {
  min-height: 320px; border-radius: 6px; border: 1px solid var(--line);
  background: var(--navy); position: relative; overflow: hidden;
}
.feature__media span {
  position: absolute; left: 28px; bottom: 24px; color: rgba(255,255,255,0.85);
  font-family: var(--serif); font-size: 1.1rem; z-index: 1;
}
.feature__media::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 20% 0%, #1a4f86 0%, transparent 60%);
}

/* ---------- List checks ---------- */
.checks { list-style: none; padding: 0; margin: 0; }
.checks li { position: relative; padding: 0 0 14px 30px; color: var(--slate); }
.checks li::before {
  content: "—"; position: absolute; left: 0; color: var(--gold); font-weight: 700;
}

/* ---------- Sector tags ---------- */
.tags { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tag {
  border: 1px solid var(--line); border-radius: 4px; padding: 18px 16px;
  background: #fff; font-weight: 600; color: var(--navy); font-size: 0.95rem;
  display: flex; align-items: center; gap: 10px; transition: all 0.18s;
}
.tag:hover { border-color: var(--gold); color: var(--blue); }
.tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex: none; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary {
  cursor: pointer; font-family: var(--serif); font-size: 1.12rem; color: var(--navy);
  list-style: none; display: flex; justify-content: space-between; gap: 20px; font-weight: 600;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-weight: 700; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 14px 0 0; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--navy); color: #fff; text-align: center; padding: 76px 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #c7d3e2; max-width: 60ch; margin-left: auto; margin-right: auto; }

/* ---------- Founder ---------- */
.founder { display: grid; grid-template-columns: 320px 1fr; gap: 48px; align-items: start; }
.founder__photo {
  aspect-ratio: 4/5; border-radius: 6px; border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-700) 100%);
  display: grid; place-items: center; color: #fff; overflow: hidden;
}
.founder__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder__photo .initials { font-family: var(--serif); font-size: 3.4rem; font-weight: 600; }
.founder__meta { margin-top: 18px; }
.founder__meta div { font-size: 0.9rem; color: var(--slate); padding: 6px 0; border-bottom: 1px solid var(--line); }
.founder__meta strong { color: var(--navy); }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; letter-spacing: 0.02em; }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 3px;
  font-family: var(--sans); font-size: 0.97rem; color: var(--ink); background: #fff;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--blue); }
.info-block { padding: 6px 0; }
.info-block h4 { color: var(--navy); margin-bottom: 4px; }
.info-block p { margin: 0 0 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #9fb2c8; padding: 64px 0 28px; font-size: 0.92rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.site-footer h5 { color: #fff; font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 16px; }
.site-footer a { color: #b9c6d6; display: block; padding: 5px 0; }
.site-footer a:hover { color: #fff; }
.footer-brand .brand__name { color: #fff; }
.footer-brand p { color: #8ea3bb; max-width: 38ch; margin-top: 14px; }
.footer-bottom {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  font-size: 0.8rem; color: #7d92ab;
}
.disclaimer { margin-top: 22px; font-size: 0.76rem; color: #6f86a1; line-height: 1.6; max-width: 95ch; }

/* ---------- Pull quote ---------- */
.quote {
  border-left: 3px solid var(--gold);
  padding: 6px 0 6px 30px;
  margin: 0;
}
.quote p {
  font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  line-height: 1.4; color: var(--navy); font-style: italic; margin: 0 0 14px;
}
.quote cite { font-style: normal; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.section--band .quote p { color: #fff; }
.section--band .quote { border-color: var(--gold-light); }

/* ---------- Process steps (numbered timeline) ---------- */
.steps { counter-reset: step; display: grid; gap: 0; }
.step-item {
  display: grid; grid-template-columns: 64px 1fr; gap: 24px; align-items: start;
  padding: 28px 0; border-top: 1px solid var(--line); position: relative;
}
.step-item:first-child { border-top: 0; }
.step-item__n {
  width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid var(--gold);
  display: grid; place-items: center; font-family: var(--serif); font-weight: 700;
  color: var(--gold); font-size: 1.15rem;
}
.step-item h3 { margin-bottom: 6px; }
.step-item p { margin: 0; }
.step-meta { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 4px; }

/* ---------- Phase cards ---------- */
.phase {
  border: 1px solid var(--line); border-radius: 5px; overflow: hidden; background: #fff;
}
.phase__head { background: var(--navy); color: #fff; padding: 20px 26px; }
.phase__head .ph { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light); font-weight: 700; }
.phase__head h3 { color: #fff; margin: 4px 0 0; font-size: 1.2rem; }
.phase__head .dur { font-size: 0.85rem; color: #aebfd2; margin-top: 4px; }
.phase__body { padding: 22px 26px; }
.phase__body ul { margin: 0; padding-left: 18px; }
.phase__body li { color: var(--slate); margin-bottom: 9px; font-size: 0.96rem; }

/* ---------- Fund types table ---------- */
.fundtypes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fund {
  border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 4px;
  padding: 22px 24px; background: #fff;
}
.fund h3 { font-size: 1.1rem; margin-bottom: 2px; }
.fund .size { font-family: var(--serif); color: var(--blue); font-weight: 600; font-size: 1.05rem; margin-bottom: 8px; }
.fund p { margin: 0; font-size: 0.95rem; }

/* ---------- Region grid ---------- */
.regions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.region {
  border: 1px solid var(--line); border-radius: 5px; padding: 26px 26px; background: #fff;
}
.region h3 { font-size: 1.12rem; display: flex; align-items: center; gap: 10px; }
.region h3 .pin { color: var(--gold); }
.region p { margin: 6px 0 12px; font-size: 0.95rem; }
.region .who { font-size: 0.88rem; color: var(--slate); line-height: 1.7; }
.region .who strong { color: var(--navy); }

/* ---------- Two-col definition list ---------- */
.defs { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px 48px; }
.def h4 { color: var(--navy); margin-bottom: 4px; }
.def p { margin: 0; font-size: 0.96rem; }

/* ---------- Section intro header ---------- */
.sec-head { max-width: 760px; margin-bottom: 40px; }

/* ---------- Name chips (fund / institution lists) ---------- */
.names { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 6px; }
.names span {
  font-size: 0.85rem; font-weight: 500; color: var(--navy);
  border: 1px solid var(--line); background: #fff; border-radius: 3px;
  padding: 7px 12px;
}
.section--alt .names span { background: #fff; }
.name-group { margin-bottom: 26px; }
.name-group h4 { color: var(--navy); margin-bottom: 4px; }
.name-group .sub { font-size: 0.85rem; color: var(--slate); margin: 0 0 10px; }

/* ---------- Tombstone / deal cards ---------- */
.deal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.deal {
  border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 4px;
  background: #fff; padding: 22px 22px;
}
.deal .role { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.deal h4 { color: var(--navy); margin: 6px 0 4px; font-size: 1.05rem; }
.deal p { margin: 0; font-size: 0.9rem; }
.deal .val { font-family: var(--serif); color: var(--blue); font-weight: 600; margin-top: 8px; font-size: 1.0rem; }

/* ---------- DD checklist ---------- */
.dd-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 40px; }
.dd-block h4 { color: var(--navy); margin-bottom: 8px; padding-bottom: 8px; border-bottom: 2px solid var(--line); }
.dd-block ol { margin: 0; padding-left: 20px; }
.dd-block li { color: var(--slate); margin-bottom: 7px; font-size: 0.94rem; }

.note { font-size: 0.82rem; color: var(--slate); font-style: italic; margin-top: 18px; }

/* ---------- News feed ---------- */
.news-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.news-item {
  display: block; border: 1px solid var(--line); border-left: 3px solid var(--blue);
  border-radius: 4px; padding: 16px 18px; background: #fff; transition: box-shadow .18s, transform .18s;
}
.news-item:hover { box-shadow: 0 14px 30px -20px rgba(10,37,64,0.4); transform: translateY(-2px); }
.news-item .src { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.news-item .ttl { display: block; color: var(--navy); font-weight: 600; font-size: 0.98rem; margin: 5px 0 6px; line-height: 1.4; }
.news-item .date { font-size: 0.78rem; color: var(--slate); }
.news-state { color: var(--slate); font-size: 0.95rem; padding: 8px 0; }
.news-updated { font-size: 0.78rem; color: var(--slate); margin-top: 12px; }
.source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 6px; }
.source-card {
  display: block; border: 1px solid var(--line); border-radius: 4px; padding: 14px 16px; background: #fff;
  color: var(--navy); font-weight: 600; font-size: 0.92rem; transition: border-color .18s, color .18s;
}
.source-card:hover { border-color: var(--gold); color: var(--blue); }
.source-card span { display: block; font-size: 0.78rem; font-weight: 400; color: var(--slate); margin-top: 3px; }
@media (max-width: 760px) { .news-list, .source-grid { grid-template-columns: 1fr; } }

/* ---------- Article / prose ---------- */
.prose { max-width: 740px; }
.prose h2 { font-size: 1.6rem; margin: 44px 0 14px; }
.prose h3 { font-size: 1.18rem; margin: 30px 0 8px; color: var(--blue); }
.prose p { font-size: 1.05rem; line-height: 1.75; }
.prose ul { padding-left: 22px; margin: 0 0 1.2em; }
.prose li { color: var(--slate); margin-bottom: 9px; line-height: 1.7; }
.prose strong { color: var(--navy); }
.article-meta { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 14px; }

/* Big stat rail */
.stat-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 8px 0 8px; }
.stat-rail .s { border-top: 3px solid var(--blue); padding-top: 16px; }
.stat-rail .s b { display: block; font-family: var(--serif); font-size: 2rem; color: var(--navy); font-weight: 600; }
.stat-rail .s span { font-size: 0.9rem; color: var(--slate); }

/* Phase / timeline pills for insight */
.phases-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.phase-mini { border: 1px solid var(--line); border-radius: 5px; padding: 22px; background: #fff; }
.phase-mini .yr { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }
.phase-mini h3 { margin: 6px 0 6px; color: var(--navy); font-size: 1.12rem; }
.phase-mini p { margin: 0; font-size: 0.94rem; }

/* Insight teaser cards */
.insight-card { display: flex; flex-direction: column; }
.insight-card .tagline { font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 8px; }
.insight-card h3 { font-size: 1.12rem; }

/* Takeaways */
.takeaways { list-style: none; padding: 0; margin: 0; }
.takeaways li { position: relative; padding: 0 0 14px 34px; color: var(--slate); }
.takeaways li::before { content: "→"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }

@media (max-width: 920px) {
  .stat-rail, .phases-row { grid-template-columns: 1fr; }
}

/* ---------- Gantt timeline tracker ---------- */
.gantt-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 6px; -webkit-overflow-scrolling: touch; }
.gantt { border-collapse: collapse; width: 100%; min-width: 920px; font-size: 0.8rem; background: #fff; }
.gantt th, .gantt td { border: 1px solid var(--line); padding: 7px 8px; text-align: center; }
.gantt thead th { background: var(--navy); color: #fff; font-weight: 600; font-size: 0.72rem; letter-spacing: 0.02em; }
.gantt thead th.wk { width: 30px; color: #aebfd2; font-weight: 500; }
.gantt .act { text-align: left; min-width: 230px; color: var(--ink); font-weight: 500; }
.gantt .deliv { text-align: left; min-width: 150px; color: var(--slate); font-size: 0.76rem; font-style: italic; }
.gantt .no { color: var(--slate); width: 26px; }
.gantt tr.phase-row td {
  background: var(--bg-band); text-align: left; font-family: var(--serif);
  font-weight: 700; color: var(--navy); letter-spacing: 0.01em; font-size: 0.88rem;
}
.gantt td.cell { padding: 0; }
.bar { height: 16px; border-radius: 3px; margin: 0 1px; }
.bar.done { background: var(--navy); }
.bar.prog { background: repeating-linear-gradient(45deg, var(--blue-light), var(--blue-light) 4px, #9cc0e6 4px, #9cc0e6 8px); }
.bar.none { background: var(--bg-band); }
.mile { color: var(--blue); font-weight: 800; }
.legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; font-size: 0.82rem; color: var(--slate); align-items: center; }
.legend span { display: inline-flex; align-items: center; gap: 7px; }
.legend i { width: 26px; height: 13px; border-radius: 3px; display: inline-block; }
.legend i.done { background: var(--navy); }
.legend i.prog { background: repeating-linear-gradient(45deg, var(--blue-light), var(--blue-light) 4px, #9cc0e6 4px, #9cc0e6 8px); }
.legend i.none { background: var(--bg-band); border: 1px solid var(--line); }

/* Reporting / recap blocks */
.recap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.recap-card { border: 1px solid var(--line); border-radius: 5px; padding: 24px 26px; background: #fff; }
.recap-card .ic { font-size: 1.1rem; color: var(--blue); font-weight: 700; }
.recap-card h3 { font-size: 1.1rem; margin: 8px 0 6px; }
.recap-card p { margin: 0; font-size: 0.95rem; }
@media (max-width: 760px) { .recap { grid-template-columns: 1fr; } }

/* ---------- Person / leadership card ---------- */
.person { display: grid; grid-template-columns: 132px 1fr; gap: 26px; align-items: center;
  border: 1px solid var(--line); border-radius: 6px; padding: 24px 28px; background: #fff; }
.person img { width: 132px; height: 164px; object-fit: cover; border-radius: 6px; display: block; }
.person h3 { margin: 0 0 2px; }
.person .role { color: var(--gold); font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
.person p { margin: 0 0 12px; font-size: 0.96rem; }
@media (max-width: 560px) { .person { grid-template-columns: 1fr; } .person img { width: 132px; } }

/* ---------- Valuation football field ---------- */
.ffield { border: 1px solid var(--line); border-radius: 6px; padding: 26px 28px; background: #fff; }
.ff-row { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 18px; padding: 9px 0; }
.ff-label { font-size: 0.9rem; color: var(--navy); font-weight: 600; }
.ff-track { position: relative; height: 22px; background: var(--bg-band); border-radius: 4px; }
.ff-bar { position: absolute; top: 0; bottom: 0; border-radius: 4px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue-light) 100%); }
.ff-bar.accent { background: repeating-linear-gradient(45deg, var(--blue), var(--blue) 5px, var(--blue-light) 5px, var(--blue-light) 10px); }
.ff-row.concluded .ff-label { color: var(--blue); }
.ff-row.concluded .ff-track { background: #eaf1f9; }
.ff-axis { display: grid; grid-template-columns: 190px 1fr; gap: 18px; margin-top: 12px; }
.ff-axis .scale { display: flex; justify-content: space-between; font-size: 0.78rem; color: var(--slate); }
.ff-foot { font-size: 0.82rem; color: var(--slate); font-style: italic; margin-top: 16px; }
@media (max-width: 680px) {
  .ff-row, .ff-axis { grid-template-columns: 1fr; gap: 5px; }
  .ff-axis .scale { margin-top: 2px; }
}

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.gold { color: var(--gold); }
.divider { width: 56px; height: 3px; background: var(--gold); border: 0; margin: 0 0 26px; }
.center .divider { margin-left: auto; margin-right: auto; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav__links { display: none; }
  .nav__toggle { display: block; }
  .nav__links.open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; top: 76px; left: 0; right: 0; background: #fff;
    border-bottom: 1px solid var(--line); padding: 18px 28px;
  }
  .deal-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .nav__links { display: none; }
  .nav__toggle { display: block; }
  .nav__links.open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; top: 76px; left: 0; right: 0; background: #fff;
    border-bottom: 1px solid var(--line); padding: 18px 28px;
  }
  .grid--3, .grid--2, .tags, .deal-grid, .dd-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .feature, .founder, .contact { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .grid--3, .grid--2, .tags, .stats, .footer-grid, .deal-grid, .dd-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .hero { padding: 76px 0 64px; }
}
