/* Nucurate About page (BridgeMind-style) styles. Extracted from about.html. */

:root {
  --bm-bg: #0a0a0a;
  --bm-bg-elev: #0f0f10;
  --bm-text: #fafafa;
  --bm-muted: #a1a1aa;
  --bm-muted2: #71717a;
  --bm-line: rgba(255, 255, 255, 0.08);
  --bm-line2: rgba(255, 255, 255, 0.12);
  --bm-brand: #2f6b45;
  --bm-brand-glow: rgba(47, 107, 69, 0.35);
  --bm-max: 72rem;
  --bm-radius: 1rem;
  --bm-radius-lg: 1.25rem;
}

.nc-about {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--bm-text);
  background-color: var(--bm-bg);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  background-position: center top;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.nc-about a.bm-btn { text-decoration: none; }

.bm-wrap {
  width: 100%;
  max-width: var(--bm-max);
  margin: 0 auto;
  padding: 0 clamp(1.1rem, 4vw, 2.5rem);
}

.bm-crumb {
  padding: 0.35rem 0 1.75rem;
  font-size: 0.8125rem;
  color: var(--bm-muted2);
}
.bm-crumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}
.bm-crumb a { color: var(--bm-muted2); text-decoration: none; }
.bm-crumb a:hover { color: #fafafa; }
.bm-crumb [aria-current="page"] { color: var(--bm-muted); }

.bm-kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bm-muted);
}

.bm-hero {
  text-align: center;
  padding: clamp(0.5rem, 2vw, 1rem) 0 clamp(3.5rem, 8vw, 5rem);
}
.bm-hero .bm-kicker { margin-bottom: 1.25rem; }
.bm-hero h1 {
  margin: 0 auto 1.25rem;
  max-width: 18ch;
  font-size: clamp(2.35rem, 6vw, 4.25rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.bm-hero__lede {
  margin: 0 auto 2rem;
  max-width: 46rem;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  color: #d4d4d8;
  line-height: 1.65;
}
.bm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.bm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 1.15rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid var(--bm-line2);
  color: #fafafa;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.bm-btn:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.28);
}
.bm-btn--solid {
  background: #fafafa;
  color: #0a0a0a;
  border-color: #fafafa;
}
.bm-btn--solid:hover {
  background: #e4e4e7;
  border-color: #e4e4e7;
  color: #0a0a0a;
}

.bm-band {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  border-top: 1px solid var(--bm-line);
}
.bm-band--tight { padding-top: clamp(1.5rem, 4vw, 2.5rem); }

.bm-prose {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.bm-prose h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 3.2vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.bm-prose p {
  margin: 0 0 1rem;
  color: #d4d4d8;
  font-size: 1.05rem;
  line-height: 1.75;
}
.bm-prose p:last-child { margin-bottom: 0; }

.bm-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.25rem);
  margin-top: clamp(2rem, 5vw, 3rem);
}
.bm-compare-card {
  position: relative;
  border-radius: var(--bm-radius-lg);
  border: 1px solid var(--bm-line);
  background: rgba(255, 255, 255, 0.02);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  text-align: left;
  overflow: hidden;
}
.bm-compare-card::before {
  content: attr(data-step);
  position: absolute;
  top: 1rem;
  right: 1.15rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bm-muted2);
}
.bm-compare-card h3 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.bm-compare-card p {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.95rem;
  line-height: 1.65;
}
.bm-compare-card--accent {
  border-color: rgba(47, 107, 69, 0.45);
  box-shadow: 0 0 0 1px rgba(47, 107, 69, 0.12) inset, 0 30px 80px rgba(0, 0, 0, 0.35);
  background:
    radial-gradient(80% 120% at 0% 0%, var(--bm-brand-glow), transparent 55%),
    rgba(255, 255, 255, 0.02);
}

.bm-founder {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
.bm-founder__head-rule {
  width: 2rem;
  height: 2px;
  background: var(--bm-muted2);
  margin: 0 0 1rem;
  border-radius: 1px;
}
.bm-founder__kicker {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bm-muted);
  margin: 0 0 0.75rem;
}
.bm-founder__lead {
  margin: 0 0 clamp(1.35rem, 3vw, 1.85rem);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fafafa;
}
.bm-founder__shell {
  border: 1px solid var(--bm-line2);
  border-radius: 0.85rem;
  overflow: visible;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: clamp(1.35rem, 3vw, 1.75rem);
}
.bm-founder__photo {
  position: relative;
  aspect-ratio: 1 / 1.08;
  max-height: 22rem;
  margin: 0 auto;
  background: #141416;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--bm-line);
}
.bm-founder__initials {
  font-size: clamp(3rem, 10vw, 4.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.28);
  user-select: none;
}
.bm-founder__badge {
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.42rem 0.95rem;
  border: 1px solid var(--bm-line2);
  border-radius: 0.35rem;
  background: var(--bm-bg);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e4e4e7;
  white-space: nowrap;
  z-index: 2;
}
.bm-founder__card-meta {
  padding: clamp(1.65rem, 4vw, 2.15rem) clamp(1.15rem, 3vw, 1.5rem) clamp(1.35rem, 3vw, 1.65rem);
  text-align: left;
}
.bm-founder__name {
  margin: 0 0 0.4rem;
  font-size: clamp(1.5rem, 3.2vw, 1.95rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fafafa;
}
.bm-founder__role-line {
  margin: 0;
  color: var(--bm-muted);
  font-size: 0.9375rem;
  line-height: 1.45;
}
.bm-founder__bio { margin: 0; padding: 0; }
.bm-founder__bio p {
  margin: 0 0 1rem;
  color: #d4d4d8;
  font-size: 0.98rem;
  line-height: 1.75;
}
.bm-founder__bio p:last-of-type { margin-bottom: 0; }
.bm-quote {
  margin: 1.35rem 0 1.5rem;
  padding: clamp(1.1rem, 2.5vw, 1.35rem) clamp(1.1rem, 2.5vw, 1.25rem);
  border: 1px solid var(--bm-line2);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.02);
  color: #fafafa;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.55;
}
.bm-mission-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bm-muted2);
  margin-bottom: 0.35rem;
}
.bm-mission {
  margin: 0;
  color: #fafafa;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.55;
}

.bm-triad {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.25rem);
  margin-top: clamp(2.5rem, 6vw, 4rem);
}
.bm-triad article {
  border-radius: var(--bm-radius);
  border: 1px solid var(--bm-line);
  background: rgba(255, 255, 255, 0.02);
  padding: clamp(1.1rem, 2.5vw, 1.45rem);
}
.bm-triad h3 {
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.bm-triad p {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.9rem;
  line-height: 1.65;
}

.bm-section-head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 2rem;
}
.bm-section-head h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.6rem, 3.4vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
}
.bm-section-head p {
  margin: 0;
  color: #d4d4d8;
  font-size: 1.05rem;
  line-height: 1.7;
}

.bm-dual-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin-bottom: 1.5rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bm-muted2);
}
.bm-dual-label span { color: var(--bm-muted); }

.bm-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1rem);
}
.bm-tile {
  border-radius: var(--bm-radius);
  border: 1px solid var(--bm-line);
  background: rgba(255, 255, 255, 0.02);
  padding: clamp(1rem, 2.2vw, 1.35rem);
  text-align: left;
}
.bm-tile h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.bm-tile p {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.9rem;
  line-height: 1.65;
}

.bm-diff-intro {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  color: #d4d4d8;
  font-size: 1.05rem;
  line-height: 1.65;
}
.bm-values-lede {
  text-align: center;
  margin: -0.5rem auto 1.75rem;
  color: var(--bm-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.bm-careers-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.75rem;
}
.bm-careers-head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.bm-careers-head p {
  margin: 0;
  color: #a1a1aa;
  font-size: 1rem;
  line-height: 1.65;
}
.bm-roles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.5vw, 0.85rem);
}
.bm-role {
  border-radius: var(--bm-radius);
  border: 1px solid var(--bm-line);
  background: rgba(255, 255, 255, 0.02);
  padding: 1rem 1.05rem;
  min-height: 7.5rem;
}
.bm-role strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  letter-spacing: -0.01em;
}
.bm-role span {
  font-size: 0.78rem;
  color: var(--bm-muted2);
  line-height: 1.45;
}
.bm-careers-foot {
  text-align: center;
  margin: 1.35rem 0 0;
  color: var(--bm-muted);
  font-size: 0.9rem;
}
.bm-careers-foot a {
  color: #fafafa;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bm-careers-foot a:hover { color: #fff; }

.bm-final {
  margin: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 5vw, 3rem);
  border-radius: var(--bm-radius-lg);
  border: 1px solid var(--bm-line2);
  background: rgba(255, 255, 255, 0.03);
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1.25rem, 4vw, 2.5rem);
  text-align: center;
}
.bm-final h2 {
  margin: 0 auto 1rem;
  max-width: 22ch;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.bm-final h2 .bm-dot { color: var(--bm-brand); }
.bm-final > p {
  margin: 0 auto 1.75rem;
  max-width: 40rem;
  color: #d4d4d8;
  font-size: 1.05rem;
  line-height: 1.7;
}
.bm-final__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
.bm-checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--bm-muted);
  font-size: 0.875rem;
}
.bm-checks li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.bm-checks li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--bm-brand);
  box-shadow: 0 0 0 3px rgba(47, 107, 69, 0.25);
}

@media (max-width: 900px) {
  .bm-compare,
  .bm-triad,
  .bm-grid-2,
  .bm-roles {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .bm-hero__actions,
  .bm-final__actions {
    flex-direction: column;
    width: 100%;
  }
  .bm-btn { width: 100%; }
}
