/* ============================================================
   BROWNMONK — minimal asset support for the Aigocy theme.
   The site runs the theme's default palette and typography;
   this file only sizes the Brownmonk SVG wordmarks, which have
   a 1648x330 viewBox and need explicit dimensions in the theme's
   logo slots.
   ============================================================ */

.tf-header .logo-site img {
  height: 26px;
  width: auto;
  aspect-ratio: 1648 / 330;
}

footer .footer-logo img,
.footer-logo img {
  height: 34px;
  width: auto;
  aspect-ratio: 1648 / 330;
}

/* Engagements are priced on scope: hide the JS price counter and the
   monthly/annually toggle; the wording lives in the price-period field. */
.pricing-item .price-number,
.tf-switch-check {
  display: none;
}
