@font-face { font-family: "Cho Brand"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/cho-brand-700.ttf") format("truetype"); }
@font-face { font-family: "Cho Brand"; font-style: normal; font-weight: 800; font-display: swap; src: url("fonts/cho-brand-800.ttf") format("truetype"); }

/* Shared brand geometry. Font files are limited to the approved brand lettering. */
.brand.brand-market {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  border: 0;
  text-decoration: none;
  color: #d63826;
  font-family: "Cho Brand", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  font-style: normal;
  font-synthesis: none;
  line-height: 1.15;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
}
body .brand.brand-market .brand-mark {
  display: block;
  width: 72px;
  height: 48px;
  flex: 0 0 72px;
  object-fit: contain;
}
.brand.brand-market .brand-name {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font: inherit;
  color: inherit;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  margin: 0;
  place-items: normal;
}
.brand.brand-market .brand-name strong {
  display: block;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 23px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.5px;
  color: #d63826;
}
.brand.brand-market .brand-name small {
  display: block;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 700;
  color: #bd500b;
  text-transform: uppercase;
}
.brand.brand-market:hover { text-decoration: none; }
.brand.brand-market:hover .brand-name strong { color: #b9281b; }
.brand.brand-market:focus-visible {
  outline: 3px solid #f58020;
  outline-offset: 5px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .brand.brand-market { gap: 9px; font-size: 20px; }
  body .brand.brand-market .brand-mark {
    width: 60px;
    height: 40px;
    flex-basis: 60px;
  }
  .brand.brand-market .brand-name strong { font-size: 20px; }
  .brand.brand-market .brand-name small { font-size: 9px; letter-spacing: 3px; }
}

