@font-face {
  font-family: Hanken;
  src: url('/assets/hanken-grotesk-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --ground: #121a1c;
  --surface: #1b2527;
  --raised: #253133;
  --ink: #f6f8f6;
  --secondary: #c3cecb;
  --muted: #a8b8b2;
  --line: #3c4c48;
  --accent: #b8da8c;
  --accent-hover: #cee9ab;
  --on-accent: #172319;
  --selected: #35492d;
  --peach: #efa882;
  --error: #ffb4ab;
  --radius: 8px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: Hanken, system-ui, sans-serif;
  background: var(--ground);
  color: var(--ink);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
button svg,
.button svg {
  width: 21px;
  height: 21px;
}
button {
  color: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
::selection {
  background: var(--accent);
  color: var(--on-accent);
}
.wrap {
  width: min(1320px, calc(100% - 104px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 10;
  top: 10px;
  left: 10px;
  transform: translateY(-200%);
  background: var(--accent);
  color: var(--on-accent);
  padding: 12px;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 34px;
  font-weight: 650;
  letter-spacing: -0.035em;
}
.wordmark img {
  display: block;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 15px;
}
.site-header nav a:hover {
  color: var(--accent);
}
.header-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 18px;
}
.header-cta span {
  margin-left: 20px;
}
.hero {
  padding-top: 30px;
  padding-bottom: 72px;
}
h1,
h2,
p {
  margin: 0;
}
h1 {
  font-weight: 550;
  font-size: clamp(56px, 6.6vw, 96px);
  line-height: 1.025;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
h2 {
  font-size: clamp(36px, 4.1vw, 58px);
  font-weight: 550;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}
.hero-description {
  margin-top: 24px;
  max-width: 740px;
  color: var(--secondary);
  font-size: 20px;
  line-height: 1.55;
}
.hero-experience {
  position: relative;
  display: grid;
  grid-template-columns: 215px 1fr;
  gap: 24px;
  margin-top: 28px;
  align-items: start;
}
.hero-action {
  padding-top: 6px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 650;
  background: var(--accent);
  color: var(--on-accent);
  transition: background 0.18s;
}
.button:hover {
  background: var(--accent-hover);
}
.availability {
  margin-top: 17px;
  color: var(--secondary);
  font-size: 12px;
  white-space: nowrap;
}
.availability > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--peach);
}
.demo-invitation {
  margin-top: 64px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.invitation-arrow {
  width: 65px;
  height: 58px;
  color: var(--muted);
  margin: 4px 0 0 94px;
}
.collection {
  min-width: 0;
  padding-top: 0;
}
.group-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: 26px;
}
.group-tab {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 18px 12px 22px;
  border: 1px solid var(--line);
  border-right: 0;
  border-bottom: 0;
  background: var(--surface);
  text-align: left;
  transition: none;
  min-height: 84px;
}
.group-tab:first-child {
  border-radius: 8px 0 0 0;
}
.group-tab:last-child {
  border-right: 1px solid var(--line);
  border-radius: 0 8px 0 0;
}
.group-tab > svg {
  width: 29px;
  height: 29px;
  flex: none;
  color: var(--accent);
}
.group-tab > span {
  font-size: 16px;
  font-weight: 550;
}
.group-tab small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
}
.group-tab[aria-selected='true'] {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--on-accent);
  z-index: 1;
}
.group-tab[aria-selected='true'] svg,
.group-tab[aria-selected='true'] small {
  color: var(--on-accent);
}
.group-tab[aria-selected='true']:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: var(--accent);
  transform: rotate(45deg);
  border-radius: 2px;
}
.group-tab:hover:not([aria-selected='true']) {
  background: var(--raised);
}
.collection-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 23px 26px 0;
  min-height: 354px;
}
.collection-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-bottom: 21px;
}
.collection-name {
  font-size: 15px;
  font-weight: 600;
}
.sample-label {
  color: var(--muted);
  font-size: 11px;
}
.collection-body {
  display: grid;
  grid-template-columns: 125px 65px minmax(0, 1fr);
  position: relative;
}
.list-label {
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 550;
}
.people .list-label {
  margin-bottom: 14px;
}
.member {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--secondary);
  font-size: 12px;
  white-space: nowrap;
}
.avatar {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  color: var(--accent);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex: none;
}
.member.is-contributor {
  color: var(--ink);
}
.member.is-contributor .avatar {
  background: var(--accent);
  color: var(--on-accent);
  border-color: var(--accent);
}
.people-caption {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 12px;
}
.connections {
  width: 100%;
  height: 207px;
  margin-top: 21px;
  stroke: var(--peach);
  stroke-width: 1.05;
  opacity: 0.75;
}
.connections path {
  vector-effect: non-scaling-stroke;
}
.connections circle {
  fill: var(--peach);
  stroke: none;
}
.list-heading {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 12px;
}
.link-row {
  border-top: 1px solid var(--line);
}
.link-row:first-child {
  border-top: 0;
}
.link-select {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 12px 10px;
  min-height: 62px;
  border-radius: 5px;
}
.link-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}
.link-source {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.link-meta {
  display: flex;
  align-items: center;
  gap: 13px;
}
.link-tag {
  font-size: 10px;
  color: var(--secondary);
  padding: 3px 7px;
  border: 1px solid var(--line);
  border-radius: 5px;
  white-space: nowrap;
}
.link-age {
  font-size: 10px;
  color: var(--muted);
  min-width: 28px;
  text-align: right;
}
.link-select:hover {
  background: var(--raised);
}
.link-select[aria-expanded='true'] {
  background: var(--selected);
}
.link-select[aria-expanded='true'] .link-title {
  color: var(--ink);
}
.link-select[aria-expanded='true'] .link-source {
  color: var(--secondary);
}
.link-note {
  margin: 0 10px;
  padding: 12px 0 15px;
  line-height: 1.55;
  font-size: 13px;
  color: var(--secondary);
}
.link-note[hidden] {
  display: none;
}
.note-byline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
}
.note-byline a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--accent);
  min-height: 28px;
}
.note-byline svg {
  width: 13px;
  height: 13px;
}
.collection-footer {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding: 15px 0;
  font-size: 10px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.collection-footer > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}
.collection-footer svg {
  width: 15px;
  height: 15px;
}
.ownership {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: 65px;
}
.ownership-heading > p {
  color: var(--secondary);
  font-size: 18px;
  line-height: 1.65;
  max-width: 440px;
  margin-top: 24px;
}
.ownership-details {
  position: relative;
  padding-top: 2px;
}
.ownership-details > p {
  color: var(--secondary);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 15px;
  max-width: 450px;
}
.ownership-details strong {
  color: var(--ink);
  font-weight: 600;
}
.file-illustration {
  float: right;
  width: 130px;
  margin-left: 20px;
  margin-bottom: 18px;
  color: var(--accent);
}
.file-line {
  stroke-width: 1.4;
}
.file-connection {
  stroke-dasharray: 4 7;
}
.file-illustration circle {
  fill: var(--peach);
  stroke: none;
}
details {
  clear: both;
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 17px;
  font-size: 13px;
}
summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  min-height: 30px;
}
summary::-webkit-details-marker {
  display: none;
}
summary svg {
  width: 18px;
  height: 18px;
}
details[open] summary svg {
  transform: rotate(180deg);
}
.privacy-detail {
  color: var(--secondary);
  line-height: 1.7;
  padding-top: 10px;
}
.early-access {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: 65px;
}
.early-access h2 {
  font-size: clamp(34px, 3.6vw, 50px);
}
.early-access p {
  font-size: 16px;
  color: var(--secondary);
  line-height: 1.6;
  margin-top: 20px;
}
#signup-form {
  align-self: center;
}
#signup-form > label {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.signup-controls {
  display: flex;
  gap: 10px;
}
.signup-controls input {
  width: 100%;
  min-width: 0;
  min-height: 49px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: var(--surface);
  color: var(--ink);
  font-size: 15px;
}
.signup-controls input::placeholder {
  color: var(--muted);
}
.signup-controls .button {
  flex: none;
  gap: 12px;
}
.early-access .form-note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 14px;
  max-width: 450px;
}
#signup-status {
  font-size: 13px;
  margin-top: 12px;
  min-height: 21px;
  color: var(--accent);
}
#signup-status[data-error='true'] {
  color: var(--error);
}
.honey {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding-block: 25px 35px;
  color: var(--muted);
  font-size: 12px;
}
.site-footer .wordmark {
  font-size: 25px;
  color: var(--ink);
}
@media (min-width: 1550px) {
  .hero {
    padding-top: 64px;
  }
  .hero-experience {
    margin-top: 42px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-experience {
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
  .hero-action .button {
    font-size: 13px;
    gap: 10px;
    padding-inline: 14px;
  }
  .availability {
    white-space: normal;
    line-height: 1.5;
  }
  .collection-panel {
    padding-inline: 18px;
  }
  .collection-body {
    grid-template-columns: 100px 35px minmax(0, 1fr);
  }
  .group-tabs {
    margin-inline: 15px;
  }
  .group-tab {
    gap: 8px;
    padding-inline: 8px;
  }
  .group-tab > span {
    font-size: 14px;
  }
  .group-tab small {
    font-size: 10px;
  }
  .link-tag {
    display: none;
  }
  .ownership,
  .early-access {
    gap: 55px;
  }
  .signup-controls {
    flex-wrap: wrap;
  }
  .signup-controls input {
    flex: 1 0 180px;
  }
}
@media (max-width: 850px) {
  .hero-experience {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .hero-action {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .availability {
    margin: 0;
  }
  .demo-invitation,
  .invitation-arrow {
    display: none;
  }
  .collection {
    width: 100%;
  }
  .hero {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  h1 {
    font-size: clamp(50px, 8.2vw, 68px);
  }
  .collection-body {
    grid-template-columns: 120px 55px minmax(0, 1fr);
  }
  .collection-footer {
    font-size: 10px;
  }
  .ownership,
  .early-access {
    gap: 40px;
    padding-block: 48px;
  }
  .ownership-heading > p {
    font-size: 16px;
  }
  .file-illustration {
    width: 100px;
  }
  .early-access h2 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    height: 82px;
  }
  .wordmark {
    font-size: 28px;
    gap: 6px;
  }
  .wordmark img {
    width: 34px;
    height: 34px;
  }
  .site-header nav {
    gap: 20px;
    font-size: 13px;
  }
  .site-header nav > a:first-child {
    display: none;
  }
  .header-cta {
    padding: 10px 12px;
  }
  .header-cta span {
    margin-left: 12px;
  }
  .hero {
    padding-top: 35px;
  }
  h1 {
    font-size: clamp(39px, 9.9vw, 59px);
    line-height: 1.06;
    letter-spacing: -0.035em;
  }
  .hero-description {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .hero-description br {
    display: none;
  }
  .hero-experience {
    margin-top: 24px;
    gap: 30px;
  }
  .hero-action {
    gap: 14px;
  }
  .hero-action .button {
    font-size: 14px;
    padding-inline: 16px;
  }
  .availability {
    font-size: 11px;
  }
  .group-tabs {
    margin-inline: 0;
  }
  .group-tab {
    flex-direction: column;
    gap: 7px;
    text-align: center;
    min-height: 90px;
    padding: 13px 4px 17px;
  }
  .group-tab svg {
    width: 24px;
    height: 24px;
  }
  .group-tab > span {
    font-size: 12px;
  }
  .group-tab small {
    display: none;
  }
  .collection-panel {
    padding: 18px 12px 0;
  }
  .collection-toolbar {
    padding: 0 3px 16px;
  }
  .collection-name {
    font-size: 14px;
  }
  .sample-label {
    font-size: 10px;
  }
  .collection-body {
    display: block;
  }
  .people {
    display: none;
  }
  .connections {
    display: none;
  }
  .list-heading {
    font-size: 9px;
    padding-inline: 7px;
  }
  .link-select {
    padding-inline: 7px;
    gap: 9px;
  }
  .link-title {
    font-size: 14px;
  }
  .link-source {
    font-size: 11px;
  }
  .link-note {
    margin-inline: 7px;
  }
  .collection-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    padding-block: 12px;
    font-size: 10px;
  }
  .ownership,
  .early-access {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 40px;
  }
  h2 {
    font-size: 40px;
  }
  .ownership-heading h2 br {
    display: none;
  }
  .ownership-heading > p {
    margin-top: 18px;
  }
  .ownership-details > p {
    font-size: 15px;
  }
  .early-access h2 {
    font-size: 40px;
  }
  .early-access h2 br {
    display: none;
  }
  .early-access p {
    margin-top: 16px;
  }
  .signup-controls {
    flex-direction: column;
  }
  .signup-controls input {
    flex: auto;
  }
  .signup-controls .button {
    align-self: flex-start;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 12px;
  }
  .site-footer > span {
    margin-left: auto;
  }
  .file-illustration {
    width: 115px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.external-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.hero-description br::after {
  content: ' ';
}

/* Approved logo geometry at rest; a small response from the inset tile on intent. */
.wordmark .brand-lockup {
  width: 156px;
  height: 42px;
  display: block;
  stroke: none;
  overflow: visible;
}
.site-footer .wordmark .brand-lockup {
  width: 124px;
  height: 34px;
}
.logo-tile {
  transition: transform 260ms var(--ease);
  transform-origin: center;
}
.wordmark:is(:hover, :focus-visible) .logo-tile {
  transform: translate(2px, -2px);
}
.button,
.header-cta {
  transition:
    background 180ms,
    transform 180ms var(--ease);
}
.button:active:not(:disabled),
.header-cta:active {
  transform: translateY(1px) scale(0.97);
}
.button svg,
.header-cta svg {
  transition: transform 220ms var(--ease);
}
.button:is(:hover, :focus-visible) svg {
  transform: translateX(3px);
}
.header-cta:is(:hover, :focus-visible) svg {
  transform: translate(2px, -2px);
}
.group-tab:active {
  transform: translateY(2px);
}
.link-select {
  transition: background 160ms;
}
.connections path {
  transition: opacity 180ms;
}
.connections path:not(.contributor-path) {
  opacity: 0.38;
}
.connections .contributor-path {
  opacity: 1;
  stroke-width: 1.8;
}
@media (max-width: 600px) {
  .wordmark .brand-lockup {
    width: 140px;
    height: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wordmark:is(:hover, :focus-visible) .logo-tile,
  .button:active:not(:disabled),
  .header-cta:active,
  .group-tab:active,
  .button:is(:hover, :focus-visible) svg,
  .header-cta:is(:hover, :focus-visible) svg {
    transform: none;
  }
}
