:root {
  color-scheme: dark;
  --background: hsl(240 10% 4%);
  --foreground: hsl(0 0% 95%);
  --muted-foreground: hsl(240 5% 72%);
  --border: hsl(240 6% 14%);
}

* {
  box-sizing: border-box;
  border: 0 solid var(--border);
}

html {
  min-height: 100%;
  background: var(--background);
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2 {
  margin: 0;
}

svg {
  display: block;
}

.page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.shell {
  display: flex;
  width: 100%;
  max-width: 42rem;
  min-height: 100vh;
  margin-inline: auto;
  padding-inline: 1.5rem;
  flex: 1;
  flex-direction: column;
  --nav-column-width: 5.75rem;
  --nav-column-gap: .75rem;
}

.top-nav,
.site-footer {
  display: grid;
  grid-template-columns: repeat(2, var(--nav-column-width));
  justify-content: center;
  column-gap: var(--nav-column-gap);
  color: var(--muted-foreground);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.top-nav {
  padding-top: 2rem;
}

.top-nav-three {
  grid-template-columns: repeat(3, var(--nav-column-width));
}

.top-nav a {
  transition: color .15s ease;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: var(--foreground);
}

.top-nav a:focus-visible {
  outline: 2px solid hsl(240 5% 48%);
  outline-offset: 4px;
}

.hero {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.kicker {
  color: var(--muted-foreground);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

h1 {
  max-width: 13.5em;
  margin-top: 1rem;
  color: var(--foreground);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.ventures {
  min-width: 0;
  border-top-width: 1px;
}

.ventures h2 {
  padding-block: 1.25rem;
  color: var(--foreground);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.column-items {
  border-top-width: 1px;
}

.venture-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.5rem;
  border-bottom-width: 1px;
}

.venture-row[href] {
  cursor: pointer;
}

.venture-row[href]:focus-visible {
  outline: 2px solid hsl(240 5% 48%);
  outline-offset: 4px;
}

.venture-copy {
  display: block;
  min-width: 0;
}

.venture-copy strong {
  display: block;
  color: var(--foreground);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.venture-copy > span:not(.title-line) {
  display: block;
  margin-top: .25rem;
  color: var(--muted-foreground);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.title-line {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
}

.title-line strong {
  display: inline-block;
}

.status {
  color: var(--muted-foreground);
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.arrow {
  width: 1rem;
  height: 1rem;
  margin-top: .25rem;
  flex-shrink: 0;
  color: var(--muted-foreground);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color .15s ease;
}

.venture-row[href]:hover .arrow {
  color: var(--foreground);
}

.spacer {
  flex: 1;
}

.site-footer {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.site-footer a {
  transition: color .15s ease, opacity .15s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--foreground);
}

.site-footer a:focus-visible {
  outline: 2px solid hsl(240 5% 48%);
  outline-offset: 4px;
}

.manifesto-page {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1.5rem 6rem;
  background: var(--background);
  text-align: center;
}

.manifesto-home {
  position: absolute;
  top: 2rem;
  left: 50%;
  color: var(--muted-foreground);
  font-size: .875rem;
  line-height: 1.25rem;
  transform: translateX(-50%);
  transition: color .15s ease;
}

.manifesto-home:hover,
.manifesto-home:focus-visible {
  color: var(--foreground);
}

.manifesto-home:focus-visible {
  outline: 2px solid hsl(240 5% 48%);
  outline-offset: 4px;
}

.manifesto-label {
  margin-bottom: clamp(3.5rem, 8vh, 5.25rem);
  color: var(--muted-foreground);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .38em;
  text-transform: uppercase;
}

.manifesto-copy {
  display: grid;
  width: min(100%, 68rem);
  gap: clamp(1.5rem, 4vh, 2.5rem);
}

.manifesto-copy p {
  color: var(--foreground);
  font-size: clamp(1.35rem, 2.45vw, 2.375rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.manifesto-copy p:last-child {
  max-width: 31em;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
  }

  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .venture-row {
    align-items: center;
    padding-block: 1.75rem;
  }

  .manifesto-list p {
    padding-block: 1.75rem;
  }

  .site-footer {
    padding-top: 8rem;
  }
}
