/* =========================================================================
   Sentient Capital — marketing site
   ========================================================================= */

@font-face { font-family:'JBMono'; font-weight:300; src:url('../fonts/JetBrainsMono-Light.ttf') format('truetype'); font-display:swap; }
@font-face { font-family:'JBMono'; font-weight:400; src:url('../fonts/JetBrainsMono-Regular.ttf') format('truetype'); font-display:swap; }
@font-face { font-family:'JBMono'; font-weight:500; src:url('../fonts/JetBrainsMono-Medium.ttf') format('truetype'); font-display:swap; }
@font-face { font-family:'Saira'; font-weight:300; src:url('../fonts/Saira-Light.ttf') format('truetype'); font-display:swap; }
@font-face { font-family:'Saira'; font-weight:400; src:url('../fonts/Saira-Regular.ttf') format('truetype'); font-display:swap; }
@font-face { font-family:'Saira'; font-weight:500; src:url('../fonts/Saira-Medium.ttf') format('truetype'); font-display:swap; }
@font-face { font-family:'Saira'; font-weight:600; src:url('../fonts/Saira-SemiBold.ttf') format('truetype'); font-display:swap; }

:root {
  --bg: #1A1A1B;
  --accent: #D4A024;
  --block: #E7E6E6;
  --fg: #ffffff;
  --hair: rgba(255,255,255,0.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: 'Saira', system-ui, sans-serif;
  overflow-x: hidden;
}

::selection { background: rgba(212,160,36,0.28); }

a { color: inherit; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

/* ---------------- Header ---------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(26,26,27,0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair);
}
.header-inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'JBMono', monospace;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--fg);
}
.wordmark-block {
  width: 9px;
  height: 15px;
  background: var(--block);
  display: inline-block;
}
.nav {
  display: flex;
  gap: 36px;
  align-items: center;
}
.nav a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.66);
  text-decoration: none;
  transition: color 180ms ease-out;
}
.nav a:hover { color: var(--fg); }

/* ---------------- Hero ---------------- */
.hero { padding: 160px 48px 120px; }
.hero-headline {
  font-family: 'JBMono', monospace;
  font-weight: 300;
  font-size: clamp(32px, 4.4vw, 66px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--accent);
  margin: 0;
  max-width: 980px;
  min-height: 1.18em;
}
.cursor {
  display: inline-block;
  width: 0.42em;
  height: 0.86em;
  background: var(--accent);
  margin-left: 0.1em;
  vertical-align: -0.1em;
}
.cursor.blink { animation: scblink 1.15s steps(1) infinite; }
@keyframes scblink { 0%,50% { opacity: 1; } 50.01%,100% { opacity: 0; } }

.hero-sub {
  font-weight: 300;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.55;
  letter-spacing: 0.005em;
  color: rgba(255,255,255,0.72);
  max-width: 740px;
  margin: 52px 0 0;
}

/* ---------------- Section shared ---------------- */
.section { padding: 104px 48px; border-top: 1px solid var(--hair); }
#focus { padding-bottom: 32px; }
.eyebrow {
  font-family: 'JBMono', monospace;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 22px;
}
.section-title {
  font-weight: 500;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin: 0 0 16px;
  max-width: 840px;
}
.section-lead {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
  max-width: 600px;
  margin: 0;
}
.team-lead { color: rgba(255,255,255,0.62); max-width: 620px; margin-bottom: 64px; }

/* ---------------- Focus ---------------- */
.focus-list { margin-top: 64px; }
.focus-row {
  display: grid;
  grid-template-columns: 0.7fr 1.6fr;
  gap: 56px;
  align-items: start;
  padding: 60px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.focus-num {
  font-family: 'JBMono', monospace;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--accent);
}
.focus-kicker {
  font-family: 'JBMono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
  margin-top: 16px;
}
.focus-body {
  border-left: 2px solid var(--accent);
  padding-left: 32px;
  max-width: 680px;
}
.focus-body h3 {
  font-weight: 500;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: var(--fg);
  margin: 0 0 18px;
}
.focus-body p {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ---------------- Team ---------------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.team-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--hair);
  border-radius: 4px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.team-photo {
  width: 118px;
  height: 148px;
  object-fit: cover;
  border-radius: 4px;
  background: #232325;
  display: block;
}
.team-text { display: flex; flex-direction: column; gap: 16px; }
.team-name { font-weight: 600; font-size: 19px; color: var(--fg); }
.team-title {
  font-family: 'JBMono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 8px;
}
.team-role { font-weight: 400; font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 5px; }
.team-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.64);
  margin: 0;
}

/* ---------------- Footer ---------------- */
.footer { padding: 96px 48px 56px; border-top: 1px solid var(--hair); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.footer-wordmark {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JBMono', monospace;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.14em;
  color: var(--fg);
}
.footer-wordmark .wordmark-block { width: 10px; height: 17px; }
.footer-blurb {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.55);
  max-width: 380px;
  margin: 24px 0 0;
}
.footer-label {
  font-family: 'JBMono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
  margin-bottom: 18px;
}
.footer-link {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  display: block;
  transition: color 180ms ease-out;
}
.footer-link + .footer-link { margin-top: 12px; }
.footer-link:hover { color: var(--fg); }
.footer-office { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.82); }
.footer-base {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-family: 'JBMono', monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.4);
}

/* ---------------- Responsive ---------------- */
@media (max-width: 900px) {
  .container { padding-left: 28px; padding-right: 28px; }
  .hero { padding: 112px 28px 84px; }
  .section { padding: 76px 28px; }
  .focus-row { grid-template-columns: 1fr; gap: 24px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 560px) {
  .nav { gap: 22px; }
  .nav a { font-size: 14px; }
  .team-grid { grid-template-columns: 1fr; }
}
