.founder-context-panel {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid color-mix(in srgb, currentColor 32%, transparent);
}

.founder-context-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1rem;
}

.founder-context-button {
  appearance: none;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: 15px/1.3 Arial, sans-serif;
  min-height: 44px;
  padding: .6rem .85rem;
  text-align: left;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.founder-context-button:hover,
.founder-context-button:focus-visible,
.founder-context-button.is-active {
  background: #e4c86d;
  border-color: #e4c86d;
  color: #101722;
}

.founder-context-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.founder-context-kicker,
.founder-context-status {
  color: color-mix(in srgb, currentColor 70%, transparent);
  font-size: .78rem;
  letter-spacing: .06em;
  line-height: 1.45;
  margin: 0 0 .7rem;
}

.founder-context-kicker {
  text-transform: uppercase;
}

.founder-context-title {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
  margin: 0 0 .65rem;
}

.founder-context-copy {
  line-height: 1.65;
  margin: 0 0 .7rem;
  max-width: 38rem;
}

.founder-context-status {
  margin: 0;
}

@media (max-width: 520px) {
  .founder-context-switcher {
    display: grid;
  }

  .founder-context-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .founder-context-button {
    transition: none;
  }
}
