/* Thin area switcher. No glossary paper/ink. Each area owns its look. */

.switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
  font-family: "Helvetica Neue", Helvetica, Arial, ui-sans-serif, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #111;
  border-bottom: 1px solid #2a2a2a;
  padding-right: 0;
}

.switcher a {
  color: #b8b8b8;
  text-decoration: none;
  padding: 0.48rem 0.72rem 0.42rem;
  border-right: 1px solid #2a2a2a;
}

.switcher a:hover {
  color: #fff;
  background: #1c1c1c;
}

.switcher a.here {
  color: #fff;
  background: #2b2b2b;
}

.switcher-name {
  color: #fff;
  padding: 0.48rem 0.8rem 0.42rem;
  border-right: 1px solid #2a2a2a;
  font-weight: 650;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}



/* Status badge must never inline into the title, even if switcher a leaks. */
.fv-card a {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px;
}
.fv-status-row {
  display: block;
}
.fv-status {
  display: inline-block;
}
.fv-title {
  display: block;
}

/* Status badges mirrored so switcher link colour cannot wash them out. */
.fv-status {
  display: inline-block;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}
.st-in-progress { background: #1a4f8b !important; color: #fff !important; }
.st-addressed { background: #2a7a43 !important; color: #fff !important; }
.st-completed { background: #1a3d2a !important; color: #fff !important; }
.st-superseded { background: #5c5850 !important; color: #f3f1eb !important; border: 1px solid #7a776e; }
.st-parked,
.st-parked-not-now { background: #92400e !important; color: #fff !important; }

.fv-card-completed a,
.fv-card-superseded a {
  background: #f0eee8;
  border-color: #d4cfc4;
}
.fv-card-completed .fv-title,
.fv-card-superseded .fv-title {
  font-weight: 450;
  color: #3d3b35;
}

/* Peer surface switch — equal two-segment control, not a leftover pill. */
.peer-toggle {
  position: relative;
  top: auto;
  right: auto;
  z-index: 2;
  display: inline-flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0;
  flex: 0 0 auto;
  box-sizing: border-box;
  border: 1.5px solid;
  border-radius: 999px;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, ui-sans-serif, sans-serif;
}

.peer-seg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0 0.7rem;
  box-sizing: border-box;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
}

body[data-surface="founder"] .peer-toggle {
  background: #f6f5f1;
  border-color: #1c1b18;
}

body[data-surface="founder"] .peer-seg {
  color: #6b675e;
  background: transparent;
}

body[data-surface="founder"] .peer-seg.is-here {
  color: #f6f5f1;
  background: #1c1b18;
  font-weight: 750;
}

body.area-founder a.peer-seg,
body[data-surface="founder"] a.peer-seg {
  color: #6b675e;
}

body.area-founder a.peer-seg:hover,
body[data-surface="founder"] a.peer-seg:hover {
  color: #1c1b18;
  background: #fff;
}

body[data-surface="agent"] .peer-toggle {
  background: #111;
  border-color: #f6f5f1;
}

body[data-surface="agent"] .peer-seg {
  color: #9a9a9a;
  background: transparent;
}

body[data-surface="agent"] .peer-seg.is-here {
  color: #111;
  background: #f6f5f1;
  font-weight: 750;
}

body[data-surface="agent"] a.peer-seg:hover {
  color: #fff;
  background: #2b2b2b;
}

/* Product wordmark — display face, not tab tracking. Hosted locally. */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/Fraunces-600.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Fraunces-700.woff2") format("woff2");
}

.chrome-band {
  background: #111;
  color: #f6f5f1;
  position: relative;
  z-index: 40;
}

.chrome-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 0.7rem;
  padding: 0.28rem 0.45rem 0.22rem 0.7rem;
  min-height: 48px;
  box-sizing: border-box;
}

.wordmark {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Fraunces", Georgia, Palatino, "Palatino Linotype", "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(1.12rem, 5.1vw, 1.68rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #f6f5f1;
  text-transform: none;
}

.chrome-band .switcher {
  border-top: 1px solid #2a2a2a;
}

@media (max-width: 26.5rem) {
  .wordmark {
    font-size: 1.14rem;
  }
  .peer-seg {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

