/* MON DART wordmark — нүүртэй ижил SVG O */

.md-logo {
	--md-logo-ink: #f2f4f6;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	line-height: 0.92;
	text-decoration: none;
	color: var(--md-logo-ink);
	font-family: "Oswald", "Roboto Condensed", system-ui, sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
	flex-shrink: 0;
	font-size: clamp(1.35rem, 3.2vw, 1.65rem);
}

.md-logo-mon,
.md-logo-dart {
	display: block;
	color: inherit;
	text-transform: uppercase;
	font-size: 1em;
}

.md-logo-dart {
	margin-top: 0.04em;
}

.md-logo-o {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0.02em;
	vertical-align: -0.18em;
	color: inherit;
}

.md-logo-o-svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.md-logo--hero {
	align-items: center;
	font-size: clamp(2.5rem, 8vw, 3.75rem);
}

.md-logo--footer {
	--md-logo-ink: #f2f4f6;
	font-size: 1.25rem;
}

.md-logo--inline {
	align-items: flex-end;
	font-size: 1.15rem;
}

.md-logo--sidebar {
	--md-logo-ink: #f2f4f6;
	font-size: 1.2rem;
}

/* admin.css `a { шар }` · site.css `a { цэнхэр }` — header/footer дээр дарж байсан */
.site-header a.site-logo,
.site-header a.site-logo.md-logo,
.site-header .md-logo {
	color: #f2f4f6;
}

.site-footer a.md-logo,
.site-footer .md-logo {
	color: #f2f4f6;
}

/* Нүүр header — цагаан лого (sisal cream биш) */
.gate-brand a.site-logo,
.gate-brand a.gate-logo,
.gate-brand .md-logo {
	color: #ffffff;
	--md-logo-ink: #ffffff;
}

.gate-brand .md-logo-mon,
.gate-brand .md-logo-dart,
.gate-brand .md-logo-o {
	color: #ffffff;
}

.site-header .md-logo-mon,
.site-header .md-logo-dart,
.site-header .md-logo-o,
.site-footer .md-logo-mon,
.site-footer .md-logo-dart,
.site-footer .md-logo-o {
	color: inherit;
}
