* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  background: #000;
  color-scheme: dark;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
}

header {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  padding: 1.35rem 1.7rem;
}

.hmt {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.42em;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
}

.hmt img {
  height: 1.55em;
  width: auto;
  display: block;
  filter: invert(1);
}

.bar {
  position: relative;
  display: inline-block;
}

.row {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.lit {
  position: absolute;
  inset: 0;
  color: #000;
  pointer-events: none;
}

.hl {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
}

.bar a,
.lit span {
  color: inherit;
  text-decoration: none;
  height: 2.1em;
  padding: 0 0.75em;
  letter-spacing: 0.28em;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}

.bar a.home,
.lit span.home {
  gap: 0.45rem;
  letter-spacing: 0.2rem;
}

.home img {
  height: 1.55em;
  width: auto;
  display: block;
  filter: invert(1);
}

.lit img {
  filter: none;
}

main {
  padding: 3.2rem 1.7rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
}

main a {
  color: #000;
  background: #fff;
  text-decoration: none;
  padding: 0.22em 0.7em;
  letter-spacing: 0.28em;
  font-size: 0.9rem;
  line-height: 1.4;
}

.doc {
  max-width: 36rem;
  gap: 2.6rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.doc .intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.doc .motto {
  font-style: italic;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.doc .render {
  letter-spacing: 0.28em;
  font-size: 0.78rem;
}

.doc .lede {
  margin: 0;
}

.doc section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.doc h2 {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.doc h2 i {
  letter-spacing: 0.06em;
}

.doc ul,
.doc ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.doc ol li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.doc .q {
  color: #000;
  background: #fff;
  padding: 0.22em 0.7em;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  font-weight: 400;
  margin-top: 0.6rem;
}

.doc h2 + .q {
  margin-top: 0;
}

.roster {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.roster li {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}

.roster .shot {
  width: 6.2rem;
  height: 6.2rem;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}

.roster .shot.punch {
  filter: saturate(1.8) grayscale(1) contrast(1.35);
}

.roster .who {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 0;
}

.roster .id {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.roster .name {
  color: #000;
  background: #fff;
  padding: 0.22em 0.7em;
  letter-spacing: 0.18em;
  font-size: 0.9rem;
  line-height: 1.4;
}

.roster .role {
  letter-spacing: 0.22em;
  font-size: 0.72rem;
}

.roster .bio {
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 28rem;
}

.roster .bio:empty {
  display: none;
}
