.wanted .contract-spot {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: var(--ink);
  color: var(--cream);
  font: 11px 'DM Mono';
}
.wanted .contract-spot b { color: var(--lime); font-weight: 500; }
.wanted .contract-spot span { min-width: 0; color: #fff; overflow-wrap: anywhere; word-break: break-all; text-align: right; font: 9px/1.2 'DM Mono'; letter-spacing: 0; }

@media (max-width: 750px) {
  .lore-side {
    min-height: 0;
    padding-bottom: 28px;
  }
  .lore-side .woody-medallion {
    position: relative;
    right: auto;
    bottom: auto;
    width: 205px;
    height: 205px;
    margin: 8px 10px 0 auto;
  }
}

/* One complete copy leaves as the next identical copy arrives. */
@keyframes slide {
  to { transform: translateX(-50%); }
}

.ticker > div { align-items: center; }
.marquee-woody {
  width: 46px;
  height: 34px;
  object-fit: contain;
  margin-left: -22px;
  margin-right: -16px;
  vertical-align: middle;
}
.nav .brand { display: inline-flex; align-items: center; gap: 0; }
.nav .brand .logo-word { color: var(--ink); white-space: nowrap; }
.nav .brand .logo-word b { color: var(--orange); font-weight: inherit; }
.brand-woody { width: 47px; height: 34px; margin-right: 5px; object-fit: contain; transform: translateY(1px) rotate(-3deg); }
@media (max-width: 750px) {
  .marquee-woody { width: 38px; height: 28px; }
  .brand-woody { width: 34px; height: 25px; }
}
