:root {
  --bg: #171915;
  --bg-soft: #232522;
  --bg-muted: #2d2f2c;
  --text: #f9f8f1;
  --text-muted: #9b9d99;
  --line: #333632;
  --accent: #ff5a00;
  --accent-soft: #e4ecd6;
  --panel: #1d201c;
  --max: 1200px;
  --radius: 4px;
  --shadow: 0 10px 35px rgba(0,0,0,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter Tight, Inter, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.section { padding: 96px 0; position: relative; }
.alt { background: var(--bg-soft); }
.narrow { max-width: 760px; }
.hero .eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 20px;
}
.eyebrow.small { font-size: 11px; margin-bottom: 0; }
.eyebrow.orange { color: var(--accent); }
.section-head h1, .section-head h2, .hero h1, .contact-section h2 {
  margin: 0 0 20px;
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 700;
}
.hero h1 { font-size: clamp(42px, 5.5vw, 72px); }
.hero h1 span, .stat strong, .metric-side-value, .brand-dot, .nav-cta, .button { color: var(--accent); }
.section-head h1, .section-head h2, .contact-section h2 { font-size: clamp(36px, 5vw, 64px); }
.section-head p, .lede, .stat p, .list-item p, .contact-card p, .site-footer p, .team-card p { color: var(--text-muted); font-size: 18px; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(23,25,21,.84);
  border-bottom: 1px solid rgba(51,54,50,.9);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .08em; font-size: 14px; font-weight: 700; }
.brand-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--accent); display: inline-block; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--text-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; }
.site-nav a:hover { color: var(--text); }
.nav-cta, .button {
  background: var(--accent); color: #fff !important; padding: 12px 18px; border-radius: var(--radius);
  letter-spacing: .12em; text-transform: uppercase; font-size: 12px; font-weight: 700;
}
.nav-toggle { display: none; background: transparent; border: 0; color: var(--text); font-size: 26px; }
.hero { min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.grid-bg {
  position: absolute; inset: 0; opacity: .05;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; min-height: calc(100vh - 68px); }
.eyebrow-wrap { margin-bottom: 28px; }
.eyebrow-line { width: 48px; height: 1px; background: var(--accent); }
.lede { max-width: 680px; }
.metric-row { display: flex; align-items: flex-end; gap: 22px; margin: 34px 0 26px; }
.metric-row-three .metric-label {
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
}
.metric-value { display: flex; align-items: baseline; gap: 12px; }
.metric-value span { font-size: clamp(58px, 7vw, 96px); font-weight: 700; line-height: 1; color: var(--accent); }
.metric-value small { color: var(--text-muted); font-size: 16px; }
.metric-divider { width: 1px; height: 64px; background: var(--line); }
.metric-side-value { font-size: 42px; font-weight: 700; margin: 6px 0 0; }


.metric-row-three {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: end;
  gap: 22px;
}

.metric-card {
  min-width: 0;
}

.metric-row-three .metric-value {
  flex-wrap: wrap;
  gap: 10px;
}

.metric-row-three .metric-value span {
  font-size: clamp(44px, 5.5vw, 74px);
}

.metric-row-three .metric-value small {
  font-size: 15px;
}

.metric-row-three .metric-divider {
  height: 54px;
}

.metric-row-three sub {
  font-size: 0.6em;
  vertical-align: baseline;
  position: relative;
  bottom: -0.2em;
}

.ghost-link { color: var(--text-muted); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; }
.ghost-link:hover { color: var(--text); }
.hero-media { min-height: 520px; height: 78vh; position: relative; overflow: hidden; background: #111; }
.hero-media img, .image-band img { width: 100%; height: 100%; object-fit: cover; }
.caption, .image-band-caption { position: absolute; bottom: 22px; left: 22px; color: rgba(249,248,241,.6); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }
.image-band { position: relative; height: 380px; overflow: hidden; }
.image-band.slim { height: 320px; }
.image-band-caption.right { left: auto; right: 22px; }
.cards.three { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.card { background: transparent; border: 1px solid var(--line); padding: 34px; min-height: 100%; }
.stage-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.icon { color: var(--text-muted); font-size: 20px; }
.card h3, .list-item h3, .team-card h3 { margin: 0 0 8px; font-size: 32px; letter-spacing: -.03em; }
.subhead, .minihead, .role { color: var(--text-muted); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; margin: 0 0 14px; }
.minihead.dark { color: #5c5f59; }
.metric-box { border-top: 1px solid var(--line); margin-top: 20px; padding-top: 18px; display: flex; flex-direction: column; gap: 6px; }
.metric-box span { color: var(--text-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.metric-box strong { font-size: 34px; color: var(--accent); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat { border-top: 1px solid var(--line); padding-top: 26px; }
.stat strong { display: block; font-size: clamp(44px, 5vw, 88px); line-height: 1; }
.stat span { display: block; margin: 14px 0 12px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.two-col-list, .contact-grid, .footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.list-stack { display: grid; gap: 28px; }
.list-item { border-top: 1px solid var(--line); padding-top: 22px; }
.contact-section { background: #f7f7f3; color: #10120f; }
.contact-section .section-head p, .contact-section .lede, .contact-meta p, .contact-card p { color: #5c5f59; }
.contact-card { border: 1px solid #deded8; padding: 34px; background: rgba(255,255,255,.38); align-self: start; }
.email-link { display: inline-block; margin: 8px 0 12px; font-size: clamp(28px, 4vw, 42px); font-weight: 700; letter-spacing: -.03em; }
.contact-meta { margin-top: 28px; display: grid; gap: 10px; }
.contact-meta p { margin: 0; position: relative; padding-left: 18px; }
.contact-meta p::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: var(--accent); position: absolute; left: 0; top: 11px; }
.site-footer { background: var(--bg-soft); border-top: 1px solid var(--line); padding: 56px 0 28px; }
.footer-grid { grid-template-columns: 1.1fr 1fr 1fr; margin-bottom: 34px; }
.meta-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.meta-list li { display: flex; justify-content: space-between; gap: 16px; color: var(--text-muted); }
.meta-list strong { color: var(--text); font-weight: 600; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: var(--text-muted); font-size: 13px; }
.footer-bottom.single-line { align-items: center; }
.team-page { min-height: calc(100vh - 140px); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.team-card { border-top: 1px solid var(--line); padding-top: 22px; }
.team-card a { color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }

@media (max-width: 980px) {
  .hero-grid, .cards.three, .stats-grid, .two-col-list, .contact-grid, .footer-grid, .team-grid { grid-template-columns: 1fr; }
  .hero-media { height: 48vh; min-height: 340px; }
  .metric-side { display: none; }

.metric-row-three {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 18px;
}

.metric-row-three .metric-divider {
  display: none;
}
  .site-nav {
    position: absolute; left: 0; right: 0; top: 68px; background: rgba(23,25,21,.98);
    border-bottom: 1px solid var(--line); padding: 18px 16px 22px; display: none; flex-direction: column; align-items: flex-start;
  }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
}

@media (max-width: 640px) {
  .section { padding: 72px 0; }
  .container { width: min(calc(100% - 24px), var(--max)); }
  .card, .contact-card { padding: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}




.hero-copy h1 .kicker {
  display: block;
  margin-top: 14px;

  font-size: 1.2em;     /* 👈 increase from 0.45 */
  font-weight: 600;     /* 👈 slightly bolder */
  line-height: 1.2;

  color: var(--accent);
}

.image-band {
  height: 75vh;
    display: flex;
  overflow: hidden;
}

.image-band video {
  width: 40%;
  height: 100%;
  margin-left: 6%;   /* 👈 adjust this */
  display: block;
}

.accent {
  color: var(--accent);
}
.section-head h2 .accent {
  color: var(--accent);
}

.founders-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

.advisors-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.founders-grid .team-card h3 {
  font-size: 3rem;
}

.founders-grid .team-card .role {
  font-size: 0.95rem;
}

.founders-grid .team-card p:not(.role) {
  font-size: 1.35rem;
  line-height: 1.5;
}

.advisors-grid .team-card h3 {
  font-size: 2.2rem;
}

.advisors-grid .team-card .role {
  font-size: 0.85rem;
}

.advisors-grid .team-card p:not(.role) {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
}

@media (max-width: 900px) {
  .founders-grid,
  .advisors-grid {
    grid-template-columns: 1fr;
  }
}

.section-title {
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--text);
  text-transform: none;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

#benefits .section-head {
  margin-bottom: 3rem;
}

#benefits h2 {
  max-width: 900px;
  line-height: 1.05;
}

.two-col-list {
  align-items: start;
}