/* ======================================================
   FancyTeams — Read.cv-inspired editorial shell
   Built on Bonjour! tokens (imported from ./tokens.css)
   ====================================================== */

:root {
  --ft-serif: "Instrument Serif", "New York", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --ft-sans: var(--font-sans);
  --ft-mono: var(--font-mono);

  --page-w: 1040px;
  /* Bonjour-aligned ink scale */
  --ft-ink: #1c1c1e;       /* grey-900 */
  --ft-ink-2: #202020;     /* ink-soft */
  --ft-ink-3: #636366;     /* grey-600 */
  --ft-ink-4: #8E8E93;     /* grey-500 */
  --ft-line: #E7E7E7;      /* bonjour line hairline */
  --ft-line-soft: #EFEFEF; /* line-2 */
  /* White-first, per Bonjour */
  --ft-bg: #FFFFFF;
  --ft-surface: #F5F5F7;   /* grey-50 page tint for sections */
  --ft-surface-soft: #F7F8FE;
  --ft-card: #FFFFFF;
  --ft-accent: #007CFF;    /* Bonjour Blue */
  --ft-accent-alt: #0088FF;
  --ft-accent-soft: #ECF4FF;
  --ft-warm: #F5EFE6;
  --ft-indigo: #1C277B;
  --ft-beige: #DBC8AB;
}

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

* { box-sizing: border-box; }
html, body {
  margin: 0;
  background: var(--ft-bg);
  color: var(--ft-ink);
  font-family: var(--ft-sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* ---- Topbar ---- */
/* ---- Sidebar (replaces old topbar) ---- */
.ft-sidebar {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 220px;
  background: #fff;
  border-right: 1px solid var(--ft-line);
  overflow-y: auto;
  z-index: 50;
}
.ft-sidebar-inner {
  padding: 28px 18px 20px;
  display: flex; flex-direction: column;
  gap: 24px;
  min-height: 100%;
}
.ft-sidebar .ft-brand {
  font-size: 22px;
  padding: 0 8px;
}
.ft-side-nav { display: flex; flex-direction: column; gap: 2px; }
.ft-side-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--ft-ink-2);
  cursor: pointer;
  transition: background .12s, color .12s;
}
.ft-side-item:hover {
  background: var(--ft-surface);
  color: var(--ft-ink);
}
.ft-side-item.active {
  background: var(--ft-accent-soft);
  color: var(--ft-accent);
}
.ft-side-ico {
  width: 20px;
  font-size: 15px;
  color: var(--ft-ink-4);
  display: inline-flex; justify-content: center;
  font-family: var(--ft-serif);
}
.ft-side-item.active .ft-side-ico { color: var(--ft-accent); }
.ft-side-text { display: flex; flex-direction: column; line-height: 1.15; }
.ft-side-text .l {
  font-size: 14px;
  font-weight: 500;
  color: inherit;
}
.ft-side-text .s {
  font-family: var(--ft-mono);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: var(--ft-ink-4);
  margin-top: 2px;
}
.ft-side-item.active .ft-side-text .s { color: var(--ft-accent); opacity: 0.7; }

.ft-side-notice {
  margin-top: auto;
  padding: 12px;
  background: var(--ft-surface);
  border: 1px solid var(--ft-line);
  border-radius: 12px;
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 12.5px;
}
.ft-side-notice .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #34C759;
  margin-top: 5px; flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(52,199,89,0.15);
}
.ft-side-notice .t { color: var(--ft-ink); font-weight: 500; }
.ft-side-notice .s { color: var(--ft-ink-3); font-size: 11.5px; margin-top: 1px; }

.ft-side-foot { display: flex; gap: 8px; }
.ft-side-foot button { flex: 1; font-size: 12.5px; padding: 7px 10px; }

/* Shift main content right by sidebar width */
main { padding-left: 220px; }
.ft-page { max-width: 920px; padding: 40px 48px 120px; }

/* Hide old topbar rules */
.ft-topbar { display: none; }

/* Product head with mark */
.ft-product-head {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 24px;
}
.ft-product-mark {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: grid; place-items: center;
  color: #fff;
  font-family: var(--ft-serif);
  font-size: 28px;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.ft-product-tagline {
  font-family: var(--ft-serif);
  font-style: italic;
  font-size: 17px;
  color: var(--ft-ink-3);
  margin-top: 4px;
}

/* Person divider inside merged People section */
.ft-person-divider {
  margin: 56px 0 28px;
  padding-top: 24px;
  border-top: 1px solid var(--ft-line);
}
.ft-person-divider span {
  font-family: var(--ft-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ft-ink-4);
}
.ft-person-divider p {
  font-family: var(--ft-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--ft-ink-2);
  margin: 8px 0 0;
  max-width: 540px;
}

/* Voice-variant of founder card — slightly smaller portrait */
.ft-founder--voice .ft-founder-portrait {
  height: 140px !important;
}
.ft-founder--voice .ft-founder-body h3 {
  font-size: 22px !important;
}
.ft-founder-pull {
  font-family: var(--ft-serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.4;
  color: var(--ft-ink);
  border-left: 2px solid var(--ft-accent);
  padding-left: 14px;
  margin: 10px 0 14px;
}
.role-chip--voice {
  background: var(--ft-surface) !important;
  color: var(--ft-ink-2) !important;
  border: 1px solid var(--ft-line);
}

@media (max-width: 860px) {
  .ft-sidebar { transform: translateX(-100%); transition: transform .2s; }
  .ft-sidebar.open { transform: translateX(0); }
  main { padding-left: 0; }
  .ft-page { padding: 28px 20px 80px; }
}

.ft-topbar-inner {
  max-width: var(--page-w);
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.ft-brand {
  font-family: var(--ft-serif);
  font-size: 22px;
  font-style: italic;
  letter-spacing: -0.01em;
  color: var(--ft-ink);
}
.ft-brand em { font-style: normal; font-weight: 500; }
.ft-nav { display: flex; gap: 22px; margin-left: 10px; }
.ft-nav a {
  font-size: 14px;
  color: var(--ft-ink-3);
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: color .15s;
}
.ft-nav a:hover { color: var(--ft-ink); }
.ft-nav a.active { color: var(--ft-ink); }
.ft-topbar-spacer { flex: 1; }

.ft-notice {
  font-size: 12px;
  color: var(--ft-ink-3);
  padding: 4px 12px;
  border-radius: 9999px;
  background: var(--ft-surface);
  border: 1px solid var(--ft-line);
  display: inline-flex; align-items: center; gap: 6px;
}
.ft-notice .dot { width: 6px; height: 6px; border-radius: 50%; background: #34C759; }

.ft-btn-dark {
  background: var(--ft-accent); color: #fff;
  padding: 8px 16px; border-radius: 9999px;
  font-size: 13px; font-weight: 500;
  border: none; cursor: pointer;
  box-shadow: 0 0 0 .7px rgba(34,44,91,0.2);
}
.ft-btn-dark:hover { background: var(--ft-accent-alt); }

.ft-btn-ghost {
  background: transparent; color: var(--ft-ink-2);
  padding: 8px 12px; border-radius: 9999px;
  font-size: 13px; border: none; cursor: pointer;
}

/* ---- Page ---- */
.ft-page {
  max-width: var(--page-w);
  margin: 0 auto;
  padding: 56px 32px 120px;
}

/* Editorial title row */
.ft-page-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 32px; margin-bottom: 40px;
}
.ft-page-title {
  font-family: var(--ft-serif);
  font-weight: 400;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ft-ink);
}
.ft-page-title em {
  font-style: italic;
  color: var(--ft-ink-2);
}
.ft-page-sub {
  font-size: 15px;
  color: var(--ft-ink-3);
  max-width: 360px;
  line-height: 1.5;
}

/* Section */
.ft-section { margin-top: 64px; }
.ft-section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  border-bottom: 1px solid var(--ft-line);
  padding-bottom: 12px; margin-bottom: 4px;
}
.ft-section-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ft-ink-3);
  text-transform: uppercase;
}
.ft-section-action {
  font-size: 13px;
  color: var(--ft-ink-3);
  cursor: pointer;
}
.ft-section-action:hover { color: var(--ft-ink); }

/* View switcher */
.ft-view-switch {
  display: inline-flex;
  background: var(--ft-surface);
  border-radius: 9999px;
  padding: 3px;
  gap: 2px;
}
.ft-view-switch button {
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ft-ink-3);
  background: transparent;
  border: none;
  cursor: pointer;
}
.ft-view-switch button.on {
  background: #fff;
  color: var(--ft-ink);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* ---- Why-this-team ---- */
.ft-why {
  padding: 56px 0;
  border-bottom: 1px solid var(--ft-line);
}
.ft-why-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ft-accent);
  font-weight: 600;
  margin-bottom: 16px;
}
.ft-why h2 {
  font-family: var(--ft-serif);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  max-width: 720px;
}
.ft-why h2 em { font-style: italic; color: var(--ft-ink-3); }
.ft-why-lede {
  font-size: 15px;
  color: var(--ft-ink-3);
  max-width: 560px;
  margin: 0 0 36px;
}
.ft-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
.ft-why-card {
  background: var(--ft-card);
  border: 1px solid var(--ft-line);
  border-radius: 22px;
  padding: 24px;
  display: flex; flex-direction: column;
  gap: 10px;
  position: relative;
  transition: border-color .2s, transform .2s;
}
.ft-why-card:hover { border-color: var(--ft-accent); transform: translateY(-2px); }
.ft-why-card .num {
  font-family: var(--ft-mono);
  font-size: 11px;
  color: var(--ft-accent);
  letter-spacing: 0.06em;
}
.ft-why-card .kicker {
  font-size: 13px;
  color: var(--ft-ink-3);
}
.ft-why-card .claim {
  font-family: var(--ft-serif);
  font-size: 22px;
  line-height: 1.2;
  color: var(--ft-ink);
  letter-spacing: -0.005em;
}
.ft-why-card .claim em { font-style: italic; color: var(--ft-accent); }
.ft-why-card .body {
  font-size: 13.5px;
  color: var(--ft-ink-3);
  line-height: 1.55;
}

/* Decision row: would you quit? */
.ft-decide {
  margin-top: 40px;
  padding: 24px 28px;
  border-radius: 22px;
  background: var(--ft-accent-soft);
  border: 1px solid #D5E6FF;
  display: flex; gap: 24px; align-items: center;
  flex-wrap: wrap;
}
.ft-decide .q {
  font-family: var(--ft-serif);
  font-size: 22px;
  color: var(--ft-indigo);
  letter-spacing: -0.005em;
  flex: 1; min-width: 240px;
}
.ft-decide .q em { font-style: italic; }
.ft-decide .acts { display: flex; gap: 8px; }
.ft-decide button {
  padding: 10px 16px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  background: #fff;
  color: var(--ft-ink);
  transition: all .15s;
}
.ft-decide button.primary {
  background: var(--ft-accent);
  color: #fff;
  box-shadow: 0 0 0 .7px rgba(34,44,91,0.2);
}
.ft-decide button:hover { transform: translateY(-1px); }

/* Pullquote hero beneath the title — one sentence moment */
.ft-pullquote {
  padding: 48px 0 0;
}
.ft-pullquote .mark {
  font-family: var(--ft-serif);
  font-style: italic;
  font-size: 60px;
  line-height: 1;
  color: var(--ft-accent);
  margin-bottom: -8px;
}
.ft-pullquote blockquote {
  margin: 0;
  font-family: var(--ft-serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ft-ink);
  max-width: 780px;
}
.ft-pullquote blockquote em { font-style: italic; color: var(--ft-ink-3); }
.ft-pullquote .attr {
  margin-top: 16px;
  font-size: 13px;
  color: var(--ft-ink-3);
  display: flex; align-items: center; gap: 10px;
}
.ft-pullquote .attr img { width: 28px; height: 28px; border-radius: 50%; }

@media (max-width: 780px) {
  .ft-why-grid { grid-template-columns: 1fr; }
}
.ft-team-row {
  display: block;
  padding: 28px 0;
  border-bottom: 1px solid var(--ft-line);
  cursor: default;
  transition: background .15s;
}
.ft-team-row:hover { background: transparent; }
.ft-team-row:hover .ft-team-name .arrow {
  transform: translateX(3px);
  opacity: 1;
}
/* ---- Team row — re-designed with mood/vibe + expandable JDs ---- */
.ft-team-row { position: relative; }

/* Vibe band — a horizontal strip at the top that *shows* the team's mood */
.ft-team-vibe {
  height: 44px;
  border-radius: 12px;
  margin: 0 0 18px;
  position: relative;
  overflow: hidden;
  display: flex; align-items: center;
  padding: 0 18px;
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 0.01em;
}
.ft-team-vibe .vibe-label {
  font-family: var(--ft-serif);
  font-style: italic;
  font-size: 15px;
  opacity: 0.95;
}
.ft-team-vibe .vibe-mood {
  margin-left: auto;
  display: flex; gap: 14px;
  font-family: var(--ft-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.8;
}
.ft-team-vibe .vibe-mood span::before {
  content: '·'; margin-right: 14px; opacity: 0.5;
}
.ft-team-vibe .vibe-mood span:first-child::before { display: none; }

/* Stage/location chip row */
.ft-team-chips {
  display: flex; gap: 6px; align-items: center; flex-wrap: wrap;
  margin-top: 6px; margin-bottom: 8px;
}
.ft-team-chips .chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 9px;
  border-radius: 9999px;
  background: var(--ft-surface);
  font-size: 11.5px;
  color: var(--ft-ink-2);
  border: 1px solid var(--ft-line);
}
.ft-team-chips .chip .ico { font-size: 10px; opacity: 0.7; }

/* Expandable job listings inside team card */
.ft-team-jobs-v2 {
  margin-top: 14px;
  border-top: 1px solid var(--ft-line-soft);
  padding-top: 12px;
  display: flex; flex-direction: column; gap: 2px;
}
.ft-jd-line {
  display: grid;
  grid-template-columns: 16px 1fr 140px 26px;
  align-items: center;
  gap: 12px;
  padding: 10px 4px;
  border-radius: 10px;
  cursor: pointer;
  transition: background .15s;
}
.ft-jd-line:hover { background: var(--ft-surface); }
.ft-jd-line .chev {
  color: var(--ft-ink-4);
  font-size: 12px;
  transition: transform .2s;
}
.ft-jd-line.open .chev { transform: rotate(90deg); color: var(--ft-accent); }
.ft-jd-line .role-main {
  font-size: 14.5px;
  color: var(--ft-ink);
  display: flex; align-items: baseline; gap: 10px;
  min-width: 0;
}
.ft-jd-line .role-main strong { font-weight: 500; }
.ft-jd-line .role-main .area {
  color: var(--ft-ink-4);
  font-size: 12.5px;
}
.ft-jd-line .loc-right {
  font-size: 12px;
  color: var(--ft-ink-3);
  text-align: right;
}
.ft-jd-line .go {
  color: var(--ft-accent);
  font-size: 13px;
  opacity: 0;
  transition: opacity .15s;
}
.ft-jd-line:hover .go, .ft-jd-line.open .go { opacity: 1; }

.ft-jd-expand {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
  padding-left: 28px;
}
.ft-jd-expand.open {
  max-height: 200px;
}
.ft-jd-expand .oneline {
  padding: 4px 0 14px;
  font-size: 13.5px;
  color: var(--ft-ink-2);
  line-height: 1.6;
  max-width: 640px;
  border-left: 2px solid var(--ft-accent-soft);
  padding-left: 14px;
  margin-bottom: 8px;
}
.ft-jd-expand .jd-acts {
  display: flex; gap: 8px;
  padding-left: 14px;
  padding-bottom: 8px;
}
.ft-jd-expand .jd-acts button {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 9999px;
  border: 1px solid var(--ft-line);
  background: #fff;
  color: var(--ft-ink-2);
  cursor: pointer;
}
.ft-jd-expand .jd-acts button.primary {
  background: var(--ft-accent); color: #fff; border-color: var(--ft-accent);
}

/* ---- Voices (non-founder voices) ---- */
.ft-voices {
  padding: 72px 0;
  border-bottom: 1px solid var(--ft-line);
}
.ft-voices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
}
.ft-voice {
  background: var(--ft-card);
  border: 1px solid var(--ft-line);
  border-radius: 22px;
  padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
.ft-voice .head {
  display: flex; align-items: center; gap: 12px;
}
.ft-voice .portrait {
  width: 46px; height: 46px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.ft-voice .nm { font-size: 14.5px; color: var(--ft-ink); font-weight: 500; }
.ft-voice .rl { font-size: 12.5px; color: var(--ft-ink-3); }
.ft-voice .q {
  font-family: var(--ft-serif);
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -0.005em;
  color: var(--ft-ink);
  margin: 0;
}
.ft-voice .q::before { content: '"'; color: var(--ft-accent); font-style: italic; }
.ft-voice .q::after { content: '"'; color: var(--ft-accent); font-style: italic; }
.ft-voice .body {
  font-size: 13.5px;
  color: var(--ft-ink-3);
  line-height: 1.65;
  display: flex; flex-direction: column; gap: 8px;
}
.ft-voice .body p { margin: 0; }

@media (max-width: 780px) {
  .ft-voices-grid { grid-template-columns: 1fr; }
}

/* ---- Glossary footnote ---- */
.ft-note {
  border-bottom: 1px dotted var(--ft-accent);
  cursor: help;
  position: relative;
  color: inherit;
}
.ft-note::after {
  content: '*';
  color: var(--ft-accent);
  font-size: 0.8em;
  margin-left: 1px;
  vertical-align: super;
}
.ft-tooltip {
  position: fixed;
  z-index: 200;
  max-width: 280px;
  background: var(--ft-ink);
  color: #fff;
  font-family: var(--ft-sans);
  font-size: 12.5px;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .15s, transform .15s;
}
.ft-tooltip.show { opacity: 1; transform: translateY(0); }
.ft-tooltip .key {
  font-family: var(--ft-mono);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 4px;
  display: block;
}

.ft-team-avatar {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: grid; place-items: center;
  font-family: var(--ft-serif);
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}
.ft-team-main { flex: 1; min-width: 0; }
.ft-team-top {
  display: flex; align-items: center; gap: 14px; margin-bottom: 8px;
}
.ft-team-name {
  font-family: var(--ft-serif);
  font-size: 26px;
  letter-spacing: -0.01em;
  color: var(--ft-ink);
  display: inline-flex; align-items: center; gap: 8px;
}
.ft-team-name .arrow {
  opacity: 0.35;
  transition: transform .2s, opacity .2s;
  font-size: 18px;
}
.ft-team-meta {
  font-size: 13px;
  color: var(--ft-ink-3);
  display: flex; gap: 10px; align-items: center; flex-wrap: wrap;
}
.ft-team-meta .sep { color: var(--ft-ink-4); }
.ft-team-blurb {
  font-size: 14.5px;
  color: var(--ft-ink-2);
  line-height: 1.55;
  margin-top: 4px;
  max-width: 620px;
}
.ft-team-jobs {
  margin-top: 16px;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.ft-team-job-chip {
  font-size: 12.5px;
  padding: 5px 10px 5px 10px;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid var(--ft-line);
  color: var(--ft-ink-2);
  display: inline-flex; align-items: center; gap: 6px;
  cursor: pointer;
}
.ft-team-job-chip:hover { border-color: #d0d0d0; background: #faf9f6; }
.ft-team-job-chip .loc { color: var(--ft-ink-4); }
.ft-team-job-chip.more {
  background: transparent;
  color: var(--ft-ink-3);
  border-style: dashed;
}
.ft-team-right {
  text-align: right;
  font-size: 12px;
  color: var(--ft-ink-4);
  padding-top: 6px;
  min-width: 80px;
}
.ft-team-right .count {
  font-family: var(--ft-serif);
  font-size: 20px;
  color: var(--ft-ink);
  font-style: italic;
}

/* avatar stack */
.ft-stack { display: inline-flex; }
.ft-stack .a {
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid var(--ft-bg);
  margin-left: -6px;
  background: #ccc center/cover;
}
.ft-stack .a:first-child { margin-left: 0; }

/* ---- Flat JD list ---- */
.ft-jd-flat {
  display: grid;
  grid-template-columns: 160px 1fr 90px 110px 90px;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--ft-line);
  cursor: pointer;
}
.ft-jd-flat:hover { background: rgba(0,0,0,0.015); }
.ft-jd-flat .team {
  display: flex; align-items: center; gap: 10px;
}
.ft-jd-flat .team .dot {
  width: 22px; height: 22px; border-radius: 6px;
  font-family: var(--ft-serif); font-size: 13px; color: #fff;
  display: grid; place-items: center;
}
.ft-jd-flat .team .n {
  font-size: 14px; color: var(--ft-ink-2); font-weight: 500;
}
.ft-jd-flat .pos .role {
  font-family: var(--ft-serif);
  font-size: 18px;
  color: var(--ft-ink);
  letter-spacing: -0.005em;
}
.ft-jd-flat .pos .loc { font-size: 13px; color: var(--ft-ink-3); margin-top: 2px; }
.ft-jd-flat .manager img {
  width: 28px; height: 28px; border-radius: 50%;
}
.ft-jd-flat .posted { font-size: 12.5px; color: var(--ft-ink-4); text-align: right; }

/* ---- Editorial weekly ---- */
.ft-weekly {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 48px;
}
.ft-weekly-item {
  cursor: pointer;
  padding: 24px 0;
  border-top: 1px solid var(--ft-line);
}
.ft-weekly-item .kicker {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ft-ink-4);
  font-weight: 500;
}
.ft-weekly-item .role {
  font-family: var(--ft-serif);
  font-size: 28px;
  letter-spacing: -0.01em;
  margin: 6px 0 4px;
  line-height: 1.15;
}
.ft-weekly-item .role em { font-style: italic; color: var(--ft-ink-3); }
.ft-weekly-item .team-line {
  font-size: 13.5px;
  color: var(--ft-ink-3);
}
.ft-weekly-item .team-line strong { color: var(--ft-ink-2); font-weight: 500; }
.ft-weekly-item .quote {
  font-family: var(--ft-serif);
  font-style: italic;
  font-size: 16px;
  color: var(--ft-ink-2);
  line-height: 1.45;
  margin-top: 14px;
  max-width: 420px;
}
.ft-weekly-item:hover .role { color: var(--ft-accent); }

/* ---- Filters row ---- */
.ft-filters {
  display: flex;
  gap: 10px;
  padding: 12px 0 20px;
  align-items: center;
  flex-wrap: wrap;
}
.ft-chip {
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 13px;
  color: var(--ft-ink-3);
  background: transparent;
  border: 1px solid var(--ft-line);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
}
.ft-chip:hover { border-color: #ccc; color: var(--ft-ink); }
.ft-chip.on {
  background: var(--ft-accent);
  color: #fff;
  border-color: var(--ft-accent);
}

/* ---- Footer ---- */
.ft-footer {
  max-width: var(--page-w);
  margin: 80px auto 0;
  padding: 40px 32px 80px;
  border-top: 1px solid var(--ft-line);
  color: var(--ft-ink-3);
  font-size: 13px;
  display: flex; justify-content: space-between;
}
.ft-footer .left { font-family: var(--ft-serif); font-style: italic; font-size: 15px; color: var(--ft-ink-2); }

/* ---- Tweaks panel ---- */
.ft-tweaks {
  position: fixed;
  bottom: 20px; right: 20px;
  background: #fff;
  border: 1px solid var(--ft-line);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 32px -6px rgba(0,0,0,0.15);
  z-index: 100;
  width: 260px;
  font-size: 13px;
  display: none;
}
.ft-tweaks.open { display: block; }
.ft-tweaks h4 {
  margin: 0 0 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ft-ink-3);
  font-weight: 600;
}
.ft-tweaks label {
  display: block;
  font-size: 12px;
  color: var(--ft-ink-3);
  margin: 10px 0 4px;
}
.ft-tweaks .seg {
  display: flex;
  background: var(--ft-surface);
  border-radius: 8px;
  padding: 2px;
}
.ft-tweaks .seg button {
  flex: 1;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 12px;
  border: none;
  background: transparent;
  color: var(--ft-ink-3);
  cursor: pointer;
}
.ft-tweaks .seg button.on {
  background: #fff; color: var(--ft-ink);
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}

/* =======================================================
   TEAM DETAIL PAGE
   ======================================================= */
.ft-team-hero {
  padding: 80px 0 40px;
  border-bottom: 1px solid var(--ft-line);
}
.ft-crumbs {
  font-size: 13px;
  color: var(--ft-ink-4);
  margin-bottom: 40px;
}
.ft-crumbs a:hover { color: var(--ft-ink-2); }
.ft-crumbs span { margin: 0 8px; }

.ft-team-hero-row {
  display: flex; gap: 28px; align-items: flex-start;
}
.ft-team-mark {
  width: 72px; height: 72px;
  border-radius: 16px;
  display: grid; place-items: center;
  font-family: var(--ft-serif);
  font-size: 36px;
  color: #fff;
  flex-shrink: 0;
}
.ft-team-hero h1 {
  font-family: var(--ft-serif);
  font-weight: 400;
  font-size: 72px;
  line-height: 1.0;
  margin: 0;
  letter-spacing: -0.02em;
}
.ft-team-hero .cn {
  font-family: var(--ft-serif);
  font-size: 22px;
  color: var(--ft-ink-3);
  margin-top: 8px;
  font-style: italic;
}
.ft-team-hero .oneliner {
  font-size: 17px;
  color: var(--ft-ink-2);
  margin-top: 16px;
  max-width: 560px;
  line-height: 1.5;
}
.ft-team-hero .facts {
  display: flex; gap: 32px; margin-top: 28px;
  flex-wrap: wrap;
  padding: 0; margin-left: 0; margin-right: 0;
}
.ft-team-hero .facts > div { margin: 0; }
.ft-team-hero .facts dt {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ft-ink-4);
  margin-bottom: 4px;
}
.ft-team-hero .facts dd {
  font-size: 15px;
  color: var(--ft-ink);
  margin: 0;
}

/* Big editorial section */
.ft-big {
  padding: 72px 0;
  border-bottom: 1px solid var(--ft-line);
}
.ft-big-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ft-ink-4);
  margin-bottom: 20px;
  font-weight: 600;
}
.ft-big h2 {
  font-family: var(--ft-serif);
  font-weight: 400;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 28px;
  max-width: 720px;
}
.ft-big h2 em { font-style: italic; color: var(--ft-ink-3); }

/* Founder card */
.ft-founder {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: flex-start;
  padding: 40px 0;
  border-top: 1px solid var(--ft-line);
}
.ft-founder:first-child { border-top: none; padding-top: 0; }
.ft-founder-portrait {
  width: 180px; height: 220px;
  background: #ddd center/cover;
  border-radius: 8px;
  position: relative;
}
.ft-founder-portrait .role-chip {
  position: absolute; bottom: 10px; left: 10px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(4px);
  padding: 3px 8px;
  border-radius: 9999px;
  font-size: 11px;
  color: var(--ft-ink-2);
  font-weight: 500;
}
.ft-founder-body h3 {
  font-family: var(--ft-serif);
  font-weight: 400;
  font-size: 36px;
  margin: 0 0 2px;
  letter-spacing: -0.015em;
}
.ft-founder-body .handle {
  font-size: 13px;
  color: var(--ft-ink-4);
  margin-bottom: 20px;
  font-family: var(--ft-mono);
}
.ft-founder-self {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ft-ink-2);
  max-width: 620px;
}
.ft-founder-self p { margin: 0 0 14px; font-size: inherit; color: inherit; line-height: inherit; }
.ft-founder-self p:last-child { margin-bottom: 0; }

.ft-founder-tags {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 20px;
}
.ft-founder-tags .t {
  padding: 4px 10px;
  border-radius: 9999px;
  background: var(--ft-surface);
  font-size: 12px;
  color: var(--ft-ink-3);
}

/* Manifesto */
.ft-manifesto {
  font-family: var(--ft-serif);
  font-size: 28px;
  line-height: 1.45;
  color: var(--ft-ink);
  letter-spacing: -0.005em;
  max-width: 760px;
}
.ft-manifesto p { margin: 0 0 24px; font-family: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.ft-manifesto p:last-child { margin-bottom: 0; }
.ft-manifesto em { color: var(--ft-ink-3); font-style: italic; }
.ft-manifesto .drop::first-letter {
  font-size: 4.5em;
  float: left;
  line-height: 0.85;
  margin: 4px 10px 0 0;
  font-style: italic;
  color: var(--ft-ink-2);
}
.ft-manifesto-sig {
  margin-top: 32px;
  font-size: 14px;
  color: var(--ft-ink-3);
  font-family: var(--ft-sans);
}
.ft-manifesto-sig em { font-family: var(--ft-serif); font-style: italic; font-size: 18px; color: var(--ft-ink); }

/* Product section */
.ft-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.ft-product .copy p {
  font-size: 16px; line-height: 1.55; color: var(--ft-ink-2);
  margin: 0 0 14px; max-width: 520px;
}
.ft-product-frame {
  aspect-ratio: 4/3;
  background: var(--ft-surface);
  border-radius: 16px;
  display: grid; place-items: center;
  color: var(--ft-ink-3);
  font-size: 13px;
  position: relative;
  overflow: hidden;
}

/* Fun facts section */
.ft-funfacts {
  padding: 72px 0;
  border-bottom: 1px solid var(--ft-line);
  background: var(--ft-surface);
  margin: 0 -32px;
  padding-left: 32px;
  padding-right: 32px;
}
.ft-funfacts-inner { max-width: var(--page-w); margin: 0 auto; }

.ft-facts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 32px;
}

.ft-polaroid {
  background: #fff;
  padding: 12px 12px 34px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  transform: rotate(var(--rot, -2deg));
  transition: transform .2s;
  cursor: pointer;
}
.ft-polaroid:hover { transform: rotate(0deg) scale(1.03); z-index: 2; }
.ft-polaroid .img {
  aspect-ratio: 1;
  background: #d9d5cc center/cover;
  margin-bottom: 10px;
}
.ft-polaroid .cap {
  font-family: "Caveat", "Dancing Script", var(--ft-serif);
  font-size: 17px;
  color: #555;
  text-align: center;
  font-style: italic;
}

.ft-fact-card {
  background: #fff;
  border: 1px solid var(--ft-line);
  border-radius: 12px;
  padding: 20px;
  display: flex; flex-direction: column;
  gap: 8px;
}
.ft-fact-card .kicker {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ft-ink-4);
  font-weight: 600;
}
.ft-fact-card .big {
  font-family: var(--ft-serif);
  font-size: 22px;
  line-height: 1.2;
  color: var(--ft-ink);
}
.ft-fact-card .body {
  font-size: 13.5px;
  color: var(--ft-ink-3);
  line-height: 1.5;
}

/* Spotify */
.ft-spotify {
  background: #111;
  color: #fff;
  border-radius: 14px;
  padding: 20px;
  grid-column: span 2;
  display: flex; flex-direction: column; gap: 12px;
}
.ft-spotify .head {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: #9a9a9a;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.ft-spotify .head .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #1DB954;
}
.ft-spotify .track {
  display: flex; align-items: center; gap: 12px;
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.ft-spotify .track:first-of-type { border-top: none; }
.ft-spotify .track .cover {
  width: 44px; height: 44px; border-radius: 4px;
  background: #333 center/cover;
  flex-shrink: 0;
}
.ft-spotify .track .info { flex: 1; min-width: 0; }
.ft-spotify .track .t { font-size: 14px; font-weight: 500; }
.ft-spotify .track .a { font-size: 12px; color: #9a9a9a; margin-top: 1px; }
.ft-spotify .track .who {
  font-size: 10px;
  color: #9a9a9a;
  background: rgba(255,255,255,0.08);
  padding: 3px 6px;
  border-radius: 9999px;
  text-transform: none;
}
.ft-spotify .track .bars {
  display: flex; gap: 2px; align-items: flex-end;
  height: 14px;
}
.ft-spotify .track .bars span {
  width: 2px; background: #1DB954; border-radius: 1px;
  animation: eq 1s ease-in-out infinite alternate;
}
@keyframes eq { from { height: 20%; } to { height: 100%; } }

/* vlog tile */
.ft-vlog {
  grid-column: span 3;
  aspect-ratio: 16/7;
  background: #1a1a1a;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  display: grid; place-items: center;
  color: #fff;
  cursor: pointer;
}
.ft-vlog .play {
  width: 76px; height: 76px; border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: grid; place-items: center;
  color: #111;
  font-size: 24px;
  padding-left: 4px;
}
.ft-vlog .meta {
  position: absolute;
  bottom: 20px; left: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
}
.ft-vlog .meta .t {
  font-family: var(--ft-serif);
  font-style: italic;
  font-size: 26px;
  color: #fff;
  margin-bottom: 4px;
}

/* Funding section */
.ft-funding {
  padding: 72px 0;
  border-bottom: 1px solid var(--ft-line);
}
.ft-funding-row {
  display: grid;
  grid-template-columns: 100px 1fr 110px 130px;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--ft-line);
  align-items: baseline;
}
.ft-funding-row:last-child { border-bottom: 1px solid var(--ft-line); }
.ft-funding-row .round {
  font-family: var(--ft-serif);
  font-size: 22px;
  color: var(--ft-ink);
}
.ft-funding-row .lead {
  font-size: 14px;
  color: var(--ft-ink-2);
}
.ft-funding-row .lead .more { color: var(--ft-ink-4); font-size: 13px; margin-left: 6px; }
.ft-funding-row .amt {
  font-family: var(--ft-mono);
  font-size: 14px;
  color: var(--ft-ink);
  text-align: right;
}
.ft-funding-row .date {
  text-align: right;
  font-size: 13px;
  color: var(--ft-ink-3);
}

/* Open roles (team detail bottom) */
.ft-roles-strip {
  padding: 72px 0 24px;
}
.ft-role-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--ft-line);
  align-items: center;
  cursor: pointer;
  transition: background .15s;
}
.ft-role-row:last-child { border-bottom: 1px solid var(--ft-line); }
.ft-role-row:hover .arrow { transform: translateX(3px); opacity: 1; }
.ft-role-row .role {
  font-family: var(--ft-serif);
  font-size: 24px;
  letter-spacing: -0.005em;
}
.ft-role-row .role em { font-style: italic; color: var(--ft-ink-3); }
.ft-role-row .meta { font-size: 13px; color: var(--ft-ink-3); margin-top: 2px; }
.ft-role-row .loc { font-size: 13px; color: var(--ft-ink-3); }
.ft-role-row .arrow {
  opacity: 0.35; transition: transform .2s, opacity .2s;
  font-size: 18px; color: var(--ft-ink-2);
}

/* CTA strip */
.ft-cta {
  padding: 56px 32px;
  text-align: center;
  background: #141414;
  color: #fff;
  border-radius: 20px;
  margin: 80px 0 0;
}
.ft-cta h3 {
  font-family: var(--ft-serif);
  font-weight: 400;
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #fff;
}
.ft-cta h3 em { font-style: italic; color: #a0a0a0; }
.ft-cta p { color: #a0a0a0; margin: 0 0 24px; font-size: 15px; }
.ft-cta button {
  background: #fff; color: #111;
  padding: 12px 24px;
  border-radius: 9999px;
  font-size: 15px; font-weight: 500;
  border: none; cursor: pointer;
}

/* ========== JOB DETAIL ========== */
.ft-job-head { padding: 64px 0 40px; border-bottom: 1px solid var(--ft-line); }
.ft-job-head .eyebrow {
  font-size: 13px; color: var(--ft-ink-3); margin-bottom: 18px;
  display: inline-flex; align-items: center; gap: 10px;
}
.ft-job-head .eyebrow .dot-team {
  width: 22px; height: 22px; border-radius: 6px;
  font-family: var(--ft-serif); font-size: 13px; color: #fff;
  display: grid; place-items: center;
}
.ft-job-head h1 {
  font-family: var(--ft-serif);
  font-weight: 400;
  font-size: 72px;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.ft-job-head h1 em { font-style: italic; color: var(--ft-ink-3); }
.ft-job-facts {
  display: flex; gap: 32px; flex-wrap: wrap;
  padding-top: 16px;
}
.ft-job-facts div .lab {
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ft-ink-4); margin-bottom: 3px;
}
.ft-job-facts div .val { font-size: 15px; color: var(--ft-ink); }

.ft-job-body {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 64px;
  padding: 56px 0;
  align-items: start;
}
.ft-job-body .prose h3 {
  font-family: var(--ft-serif);
  font-weight: 400;
  font-size: 28px;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.ft-job-body .prose h3:not(:first-child) { margin-top: 40px; }
.ft-job-body .prose p, .ft-job-body .prose li {
  font-size: 16px; line-height: 1.6; color: var(--ft-ink-2);
}
.ft-job-body .prose ul { padding-left: 20px; }
.ft-job-body .prose li { margin-bottom: 6px; }
.ft-job-body .prose blockquote {
  margin: 20px 0; padding: 0 0 0 20px;
  border-left: 2px solid var(--ft-accent);
  font-family: var(--ft-serif); font-style: italic;
  font-size: 19px; color: var(--ft-ink);
}

.ft-job-aside {
  position: sticky; top: 100px;
  padding: 24px;
  border: 1px solid var(--ft-line);
  border-radius: 14px;
  background: #fff;
}
.ft-job-aside .top { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ft-job-aside .top .hm-avatar { width: 44px; height: 44px; border-radius: 50%; background: #ddd center/cover; }
.ft-job-aside .top .nm { font-family: var(--ft-serif); font-size: 18px; }
.ft-job-aside .top .rl { font-size: 12px; color: var(--ft-ink-3); }
.ft-job-aside .apply {
  width: 100%;
  background: #141414; color: #fff;
  padding: 14px; border-radius: 9999px;
  font-size: 15px; font-weight: 500;
  border: none; cursor: pointer;
  margin-top: 8px;
}
.ft-job-aside .apply:hover { background: #000; }
.ft-job-aside .small {
  text-align: center; font-size: 12px; color: var(--ft-ink-4);
  margin-top: 10px;
}

/* responsive */
@media (max-width: 780px) {
  .ft-page { padding: 32px 20px 80px; }
  .ft-page-title { font-size: 40px; }
  .ft-team-row { grid-template-columns: 1fr; }
  .ft-team-right { text-align: left; }
  .ft-weekly { grid-template-columns: 1fr; }
  .ft-founder { grid-template-columns: 1fr; }
  .ft-product { grid-template-columns: 1fr; }
  .ft-job-body { grid-template-columns: 1fr; }
  .ft-facts-grid { grid-template-columns: 1fr; }
  .ft-spotify { grid-column: auto; }
  .ft-vlog { grid-column: auto; }
  .ft-team-hero h1 { font-size: 52px; }
}
