* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Karla", sans-serif;
  background: #ffffff;
  color: #111111;
  line-height: 1.25;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-size: 18px;
}

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

a:hover {
  opacity: 0.7;
}

.page {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 11vw 80px;
}

.section {
  margin-bottom: 36px;
}


h1,
h2,
h3 {
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.05rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1rem;
}

p,
ul {
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 1rem;
}

ul {
  padding-left: 18px;
}

li {
  margin-bottom: 4px;
}

.metrics,
.note-list {
  padding-left: 18px;
}

.note-block {
  margin-bottom: 16px;
}

.note-title {
  font-weight: 600;
  margin-bottom: 6px;
}

.note-footer {
  font-size: 0.92rem;
  opacity: 0.9;
}

.subtitle {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.tagline {
  font-size: 1rem;
  font-weight: 400;
  max-width: 620px;
}

.meta {
  font-size: 0.92rem;
  opacity: 0.9;
}

.card {
  margin-bottom: 22px;
}

strong {
  font-weight: 700;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.links a {
  border-bottom: none;
}

.aux-links {
  font-size: 0.85rem;
  opacity: 0.7;
}

.icon-text,
.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  color: #111111;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon-link {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.title-row .icon-link {
  border-bottom: none;
  padding-bottom: 0;
}

.name-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #111111;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .page {
    padding: 52px 7vw 72px;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 44px 5vw 60px;
  }
}

