/* SGE — Gopinath Steel Industries logo (site-wide) */

.sge-brand-logo,
.custom-logo,
.elementor-widget-theme-site-logo img,
.elementor-location-header .elementor-widget-image img,
header.main-header .logo-wrapper .logo img.normal-logo {
	display: block;
	width: auto;
	max-width: min(16rem, 72vw);
	height: auto;
	max-height: 3.25rem;
	object-fit: contain;
}

.sge-footer__brand-logo {
	display: block;
	width: auto !important;
	max-width: min(14rem, 72vw);
	height: auto !important;
	max-height: 3.25rem;
	object-fit: contain;
	object-position: left center;
	aspect-ratio: 1024 / 212;
}

/* Dual header logos — always show on-dark (home logo); on-light kept for login only */
.sge-brand-logo--on-light {
	display: none !important;
}

@media (max-width: 767px) {
	.sge-brand-logo,
	.custom-logo,
	.elementor-widget-theme-site-logo img,
	.elementor-location-header .elementor-widget-image img,
	header.main-header .logo-wrapper .logo img.normal-logo {
		max-width: min(13rem, 78vw);
		max-height: 2.75rem;
	}
}
