:root {
  color: #151a16;
  background: #f5f4ed;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
}

header {
  border-bottom: 1px solid #303630;
  background: #111512;
  color: #fff;
}

header div,
main,
footer div {
  width: min(760px, calc(100% - 36px));
  margin-inline: auto;
}

header div {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  color: #fff;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand span {
  color: #c9f45b;
}

.kicker {
  color: #405211;
}

header a:last-child {
  color: #bcc3bd;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

main {
  padding-block: 72px 90px;
}

.kicker {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

h1 {
  margin: 15px 0 14px;
  font-size: clamp(42px, 8vw, 66px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.updated {
  margin: 0 0 48px;
  color: #6a726b;
  font-size: 12px;
}

section {
  padding: 27px 0;
  border-top: 1px solid #d7d8cf;
}

h2 {
  margin: 0 0 11px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

p,
li {
  color: #4e574f;
  font-size: 14px;
  line-height: 1.75;
}

ul {
  padding-left: 20px;
}

footer {
  padding-block: 28px;
  border-top: 1px solid #303630;
  background: #111512;
  color: #a9b0aa;
  font-size: 11px;
}

@media (max-width: 480px) {
  main {
    padding-top: 52px;
  }

  h1 {
    font-size: 43px;
  }
}
