/* Warm gallery paper, shared across the public storefront. */
:root { --psd-surface: #fdfcf9; }
body:not(.wp-admin),
body:not(.wp-admin) #page,
body:not(.wp-admin) #content {
  background-color: var(--psd-surface) !important;
}
body .psd-home-clean {
  --paper: var(--psd-surface);
  background-color: var(--psd-surface) !important;
}
/* Quiet secondary navigation; established brand type, with pill geometry. */
body .psd-home-clean__animals a {
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #d8cdc1;
  border-radius: 999px;
  background: #fffefa;
  color: #4e423d;
  font-family: "Instrument Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
body .psd-home-clean__animals a:hover {
  background: #f1ebe3;
  border-color: #a89683;
  color: #382e2a;
}
body .psd-home-clean__animals a:focus-visible {
  outline: 2px solid #584744;
  outline-offset: 4px;
}
@media (max-width: 767px) {
  body .psd-home-clean__animals ul { gap: 10px; }
  body .psd-home-clean__animals a {
    min-height: 48px;
    padding: 11px 8px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  body .psd-home-clean__animals a { transition: none; }
}
