:root {
  --navy: #2a2729;
  --blue: #7f5d69;
  --mint: #f4dce3;
  --cream: #fff9f5;
  --coral: #df7f98;
  --ink: #302b2d;
  --muted: #7d6d73;
  --line: #eadde1;
}

.top { min-height: 78px; }
.brand { gap: 12px; }
.brand > img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.brand small { color: #f2bdcb; }
