:root {
  --primary: #17366f;
  --navy: #102d5f;
  --coral: #f2a900;
  --cream: #fffaf0;
  --ink: #142c4c;
  --muted: #5f6f86;
  --line: #dce3ee;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border: 2px solid #17366f;
  border-radius: 50%;
  background: #fff;
}

.brand-mark { display: none; }
.btn-dark { background: #102d5f; border-color: #102d5f; }
.action-card.lost { background: #f2a900; color: #102d5f; }
.action-card.lost:hover { color: #102d5f; }
.action-card.found { background: #17366f; }
.emergency-card { background: #102d5f; box-shadow: 18px 18px 0 #fbbd17; }
.status-dot { background: #fbbd17; }

.emergency-logo {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #fff;
  float: right;
  margin: -8px -8px 12px 18px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fbbd17;
  flex: 0 0 auto;
}

@media (max-width: 600px) {
  .brand-logo { width: 46px; height: 46px; }
  .brand small { display: none; }
  .emergency-logo { width: 68px; height: 68px; }
  .footer-brand { align-items: flex-start; }
}
