/*
Theme Name: Kayote AI Government Brand Corrections
Theme URI: https://kayoteai.com/
Description: Child theme for kayote-ai-government. Preserves the production design while applying the approved Kayote AI logo and platform/worldwide copy corrections.
Author: Kayote AI
Author URI: https://kayoteai.com/
Template: kayote-ai-government
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: kayote-ai-government-child
*/

/* Use the supplied Kayote AI logo exactly as provided. */
.brand-lockup {
  display: block !important;
  width: 178px;
  height: 58px;
  background: url("assets/images/kayote-ai-logo.png") no-repeat left center / contain;
}

.brand-lockup .brand-mark,
.brand-lockup .brand-name {
  display: none !important;
}

.site-footer .brand-lockup {
  width: 190px;
  background-color: #fff;
  border-radius: 6px;
}

.emblem-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  padding: 16px;
  background: #fff;
}

.platform-core img {
  width: 155px !important;
  height: 86px !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 640px) {
  .brand-lockup { width: 130px; height: 44px; }
  .emblem-card img { padding: 8px; }
}
