/* ZHUO CHENG — logo icon + bold brand text */

header .logo a {
	display: inline-flex !important;
	align-items: center;
	gap: 0px;
	text-decoration: none;
}

header .logo img {
	width: auto !important;
	max-width: 101px;
	max-height: 64px;
	height: auto;
	object-fit: contain;
}

header .logo .cc-logo-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: var(--ts-heading-font-family, serif);
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.05;
	color: var(--ts-heading-color, #111111);
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	margin-left: -18px;
        margin-top: 9px;
}

header .logo .cc-logo-text__line {
	display: block;
	font-weight: 800;
}

header.sticky .logo .cc-logo-text,
.sticky-wrapper.is-sticky header .logo .cc-logo-text {
	font-size: 1.15rem;
	letter-spacing: 0.18em;
}

@media (max-width: 767px) {
	header .logo img {
		max-width: 60px;
		max-height: 48px;
	}

	header .logo .cc-logo-text {
		font-size: 1.05rem;
		font-weight: 800;
		letter-spacing: 0.16em;
	}

	header .logo a {
		gap: 12px;
	}
}
