@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  /* Deck palette (SlideDeck v10) — light theme, maroon accent */
  --bg: #FCFBFA;
  --bg-soft: #F2EEE9;
  --bg-muted: #E9E3DD;
  --text: #1b1b1b;
  --text-muted: #565452;
  --line: #E7E1DB;
  --accent: #A02D2D;
  --accent-soft: #C78982;
  --panel: #FFFFFF;
  --max: 1200px;
  --radius: 10px;
  --shadow: 0 10px 30px rgba(40,25,25,.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', '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; }
.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 16px;
}
.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(252,251,250,.9);
  border-bottom: 1px solid #ECE6E0;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .01em; font-size: 20px; font-weight: 600; color: #2b2b2b; }
.brand-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--accent); display: inline-block; }
.brand-logo { height: 40px; width: auto; display: block; }
.brand-logo-lg { height: 58px; }
.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; }
.card-links { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.icon-link { display: inline-flex; align-items: center; }
.icon-link .ic { display: block; transition: opacity .12s ease; }
.icon-link:hover .ic { opacity: .7; }

@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: 72px; background: rgba(252,251,250,.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;
}

/* Team photos */
.team-card .avatar {
  width: 92px; height: 92px; border-radius: 50%;
  object-fit: cover; display: block; margin: 0 0 18px;
  background: var(--bg-soft); border: 1px solid var(--line);
}
.founders-grid .team-card .avatar { width: 120px; height: 120px; }
.avatar.initials {
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; letter-spacing: .04em; color: var(--accent);
  background: var(--bg-soft); text-transform: uppercase;
}
.founders-grid .team-card .avatar.initials { font-size: 2.4rem; }
.advisors-grid .team-card .avatar.initials { font-size: 1.5rem; }

/* Hiring card */
.team-card.hiring {
  border: 1px dashed var(--accent);
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-card.hiring .plus {
  font-size: 2.4rem; line-height: 1; color: var(--accent); margin-bottom: 12px;
}
.team-card.hiring h3 { color: var(--accent); }

@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;
}

/* =========================================================
   Deck-themed Team page — scoped to body.deck.
   The home page (index.html) has no .deck class, so it is
   completely unaffected by everything below.
   Palette + type taken from SlideDeck v10, slide 10.
   ========================================================= */
body.deck {
  background: #FCFBFA;
  color: #1b1b1b;
  font-family: 'Poppins', 'Inter Tight', Arial, sans-serif;
}

/* --- Header / nav --- */
body.deck .site-header {
  background: rgba(252,251,250,.9);
  border-bottom: 1px solid #ECE6E0;
}
body.deck .brand {
  text-transform: none; letter-spacing: .01em;
  font-size: 20px; font-weight: 600; color: #2b2b2b; gap: 10px;
}
body.deck .brand-logo { height: 38px; width: auto; display: block; }
body.deck .site-nav a { color: #6d6a66; }
body.deck .site-nav a:hover { color: #A02D2D; }
body.deck .nav-cta { background: #A02D2D; }
body.deck .nav-toggle { color: #2b2b2b; }
@media (max-width: 980px) {
  body.deck .site-nav { background: rgba(252,251,250,.98); border-bottom: 1px solid #ECE6E0; }
}

/* --- Section headings --- */
body.deck .team-page .eyebrow { color: #C78982; font-weight: 600; letter-spacing: .22em; }
body.deck .team-page h1 { color: #0f0f0f; font-weight: 700; letter-spacing: -.02em; }
body.deck .team-page h1 .accent { color: #A02D2D; }
body.deck .team-page .section-head p { color: #565452; }
body.deck .team-page .section-title {
  color: #A02D2D; font-weight: 700; text-transform: uppercase;
  letter-spacing: .18em; font-size: 15px;
  border-bottom: none; padding-bottom: 0;
}

/* --- Cards: shared --- */
body.deck .team-card { border-top: none; padding: 0; }
body.deck .team-card h3 { color: #141414; font-weight: 600; letter-spacing: -.01em; }
body.deck .team-card .role { color: #A02D2D; }
body.deck .team-card .role .accent { color: #A02D2D; }
body.deck .team-card p:not(.role) { color: #565452; }
body.deck .team-card a { color: #A02D2D; }
body.deck .team-card .avatar {
  border: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.10);
  background: #ece9e6;
}

/* --- Founders: horizontal cream cards (photo left, text right) --- */
body.deck .founders-grid .team-card {
  display: flex;
  align-items: center;
  gap: 28px;
  background: #F4F1ED;
  border-radius: 20px;
  padding: 32px 34px;
}
body.deck .founders-grid .team-card .avatar {
  flex: none;
  width: 112px; height: 112px; margin: 0;
}
body.deck .founders-grid .team-card .member-info { display: flex; flex-direction: column; }
body.deck .founders-grid .team-card h3 { font-size: 2rem; line-height: 1.1; margin: 0 0 4px; }
body.deck .founders-grid .team-card .role {
  font-size: 1.15rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .06em; margin: 0 0 14px;
}
body.deck .founders-grid .team-card p:not(.role) { font-size: 1rem; line-height: 1.55; margin: 0 0 16px; }
body.deck .founders-grid .team-card .card-links { margin-top: 4px; }

/* --- Advisors: centered white cards (photo top) --- */
body.deck .advisors-grid { gap: 24px; }
body.deck .advisors-grid .team-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: #fff;
  border: 1px solid #EFEAE5;
  border-radius: 16px;
  padding: 30px 22px;
  box-shadow: 0 6px 20px rgba(40,25,25,.05);
}
body.deck .advisors-grid .team-card .avatar { width: 92px; height: 92px; margin: 0 0 16px; }
body.deck .advisors-grid .team-card h3 { font-size: 1.2rem; margin: 0 0 6px; }
body.deck .advisors-grid .team-card .role {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 12px;
}
body.deck .advisors-grid .team-card p:not(.role) {
  font-size: .92rem; line-height: 1.5; margin: 0 0 16px; opacity: 1; color: #5d5a57;
}
body.deck .advisors-grid .team-card .card-links { justify-content: center; margin-top: auto; }

/* --- Hiring card --- */
body.deck .team-card.hiring {
  background: #FBF3F1;
  border: 1px dashed #C98B85;
  border-radius: 16px;
  align-items: center; justify-content: center; text-align: center;
}
body.deck .team-card.hiring .plus,
body.deck .team-card.hiring h3,
body.deck .team-card.hiring .role .accent,
body.deck .team-card.hiring a { color: #A02D2D; }

/* --- Footer --- */
body.deck .site-footer { background: #F4F1ED; border-top: 1px solid #E7E1DB; }
body.deck .site-footer p, body.deck .footer-bottom { color: #6d6a66; }
body.deck .footer-bottom { border-top: 1px solid #E7E1DB; }
body.deck .site-footer a { color: #A02D2D; }

/* --- Small screens: stack founder cards --- */
@media (max-width: 560px) {
  body.deck .founders-grid .team-card { flex-direction: column; text-align: center; }
  body.deck .founders-grid .team-card .member-info { align-items: center; }
}