/*
Theme Name:        TRL Nourish Rochester
Template:          trl-block-theme-starter
Author:            TechRidge Labs LLC
Author URI:        https://techridgelabs.com
Description:       Client child of the TRL Block Theme Starter. Project-specific overrides live here; everything else is inherited from the starter.
Version:           0.1.0
Requires at least: 7.0
Requires PHP:      8.1
License:           GPL-2.0-or-later
Text Domain:       trl-nourish-rochester
*/

/* ─────────────────────────────────────────────────────────────────────────
   Header brand wordmark
   Replaces the text site-title with the logo wordmark (see parts/header.html).
   Asset is bundled at 1200×148; display is height-constrained, width auto.
   ───────────────────────────────────────────────────────────────────────── */
.trl-site-wordmark {
	margin: 0;
	line-height: 0;
}

.trl-site-wordmark a {
	display: inline-block;
}

.trl-site-wordmark img {
	display: block;
	height: 44px;
	width: auto;
}

/* Match WP's mobile-nav breakpoint (overlay menu engages < 782px). */
@media (max-width: 781px) {
	.trl-site-wordmark img {
		height: 34px;
	}
}