:root {
	--mmtv-business-ink: #101419;
	--mmtv-business-muted: #68717b;
	--mmtv-business-line: #e2e5e8;
	--mmtv-business-soft: #f3f4f5;
	--mmtv-business-lime: #c9ff00;
}

.mmtv-business-directory,
.mmtv-business-profile,
.mmtv-businesses-section {
	box-sizing: border-box;
	color: var(--mmtv-business-ink);
}

.mmtv-business-directory *,
.mmtv-business-directory *::before,
.mmtv-business-directory *::after,
.mmtv-business-profile *,
.mmtv-business-profile *::before,
.mmtv-business-profile *::after,
.mmtv-businesses-section *,
.mmtv-businesses-section *::before,
.mmtv-businesses-section *::after {
	box-sizing: border-box;
}

.mmtv-businesses-section {
	width: min(100%, 1480px);
	margin: 0 auto;
	padding: clamp(64px, 8vw, 116px) clamp(22px, 4vw, 64px);
}

.mmtv-businesses-section__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: clamp(30px, 4vw, 52px);
}

.mmtv-businesses-section__header > div {
	max-width: 760px;
}

.mmtv-businesses-section__eyebrow,
.mmtv-business-profile__eyebrow,
.mmtv-business-directory__hero > p,
.mmtv-business-directory__results > header > p {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .17em;
	line-height: 1.2;
	text-transform: uppercase;
}

.mmtv-businesses-section__header h2 {
	margin: 0;
	font-size: clamp(38px, 5vw, 72px);
	font-weight: 760;
	letter-spacing: -.055em;
	line-height: .98;
}

.mmtv-businesses-section__header p:not(.mmtv-businesses-section__eyebrow) {
	max-width: 680px;
	margin: 18px 0 0;
	color: var(--mmtv-business-muted);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.6;
}

.mmtv-businesses-section__header > a,
.mmtv-business-card__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	color: var(--mmtv-business-ink);
	font-size: 14px;
	font-weight: 760;
	text-decoration: none;
}

.mmtv-businesses-section__header > a {
	padding-bottom: 8px;
	border-bottom: 2px solid var(--mmtv-business-lime);
}

.mmtv-business-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 2.4vw, 36px);
}

.mmtv-business-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--mmtv-business-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 54px rgba(16, 20, 25, .06);
	transition: transform .25s ease, box-shadow .25s ease;
}

.mmtv-business-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 70px rgba(16, 20, 25, .1);
}

.mmtv-business-card__media {
	display: grid;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	place-items: center;
	background: linear-gradient(135deg, #f6f7f7, #e7eaec);
	color: var(--mmtv-business-ink);
	font-size: 54px;
	font-weight: 850;
	letter-spacing: -.06em;
	text-decoration: none;
}

.mmtv-business-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.mmtv-business-card:hover .mmtv-business-card__media img {
	transform: scale(1.025);
}

.mmtv-business-card__body {
	display: flex;
	height: 100%;
	padding: clamp(22px, 2.2vw, 30px);
	flex-direction: column;
}

.mmtv-business-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: -52px;
	margin-bottom: 20px;
}

.mmtv-business-card__top > img,
.mmtv-business-card__logo {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 5px solid #fff;
	border-radius: 16px;
	background: var(--mmtv-business-ink);
	color: var(--mmtv-business-lime);
	font-size: 15px;
	font-weight: 850;
	object-fit: contain;
}

.mmtv-business-badge {
	display: inline-flex;
	width: max-content;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--mmtv-business-lime);
	color: #0c1106;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mmtv-business-card h3,
.mmtv-featured-business h3 {
	margin: 0;
	font-size: clamp(23px, 2vw, 30px);
	font-weight: 760;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.mmtv-business-card h3 a,
.mmtv-featured-business h3 a {
	color: inherit;
	text-decoration: none;
}

.mmtv-business-meta {
	display: flex;
	align-items: center;
	gap: 8px 14px;
	flex-wrap: wrap;
	margin-top: 14px;
	color: var(--mmtv-business-muted);
	font-size: 12px;
	font-weight: 650;
}

.mmtv-business-meta > span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.mmtv-business-card__body > p,
.mmtv-featured-business__body > p {
	margin: 18px 0 0;
	color: var(--mmtv-business-muted);
	font-size: 15px;
	line-height: 1.55;
}

.mmtv-business-card__link {
	margin-top: auto;
	padding-top: 24px;
}

.mmtv-featured-business {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
	overflow: hidden;
	border-radius: 26px;
	background: #0f1216;
	color: #fff;
}

.mmtv-featured-business__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 480px;
	object-fit: cover;
}

.mmtv-featured-business__body {
	display: flex;
	justify-content: center;
	padding: clamp(34px, 4vw, 64px);
	flex-direction: column;
}

.mmtv-featured-business .mmtv-business-meta,
.mmtv-featured-business__body > p {
	color: #c5cbd0;
}

.mmtv-business-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: max-content;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid #2c333b;
	border-radius: 999px;
	background: var(--mmtv-business-ink);
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
}

.mmtv-business-button--lime {
	border-color: var(--mmtv-business-lime);
	background: var(--mmtv-business-lime);
	color: #0b1005 !important;
}

.mmtv-empty-business {
	display: flex;
	align-items: center;
	gap: clamp(20px, 3vw, 34px);
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid var(--mmtv-business-line);
	border-radius: 20px;
	background: var(--mmtv-business-soft);
}

.mmtv-empty-business > span {
	display: grid;
	width: 82px;
	height: 82px;
	place-items: center;
	flex: 0 0 auto;
	border-radius: 18px;
	background: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .13em;
}

.mmtv-empty-business h3 {
	margin: 0;
	font-size: 21px;
}

.mmtv-empty-business p {
	margin: 8px 0 0;
	color: var(--mmtv-business-muted);
}

.mmtv-loading-business {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.mmtv-loading-business > span {
	aspect-ratio: 16 / 9;
	border-radius: 20px;
	background: var(--mmtv-business-soft);
}

.mmtv-loading-business p {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.mmtv-business-directory {
	width: min(100%, 1480px);
	margin: 0 auto;
	padding: 26px clamp(18px, 4vw, 60px) clamp(70px, 8vw, 120px);
}

.mmtv-business-directory__hero {
	padding: clamp(54px, 8vw, 112px) clamp(24px, 6vw, 88px);
	border-radius: 28px;
	background: radial-gradient(circle at 88% 12%, rgba(201, 255, 0, .2), transparent 26%), #101419;
	color: #fff;
}

.mmtv-business-directory__hero nav {
	display: flex;
	gap: 9px;
	margin-bottom: clamp(56px, 8vw, 100px);
	color: #abb1b8;
	font-size: 12px;
}

.mmtv-business-directory__hero nav a {
	color: inherit;
	text-decoration: none;
}

.mmtv-business-directory__hero > p {
	color: var(--mmtv-business-lime);
}

.mmtv-business-directory__hero h1 {
	max-width: 1000px;
	margin: 0;
	color: #fff;
	font-size: clamp(52px, 8vw, 112px);
	font-weight: 780;
	letter-spacing: -.065em;
	line-height: .9;
}

.mmtv-business-directory__hero > div {
	max-width: 690px;
	margin-top: 26px;
	color: #c5cbd0;
	font-size: clamp(17px, 1.7vw, 22px);
	line-height: 1.55;
}

.mmtv-business-directory__results {
	padding-top: clamp(64px, 8vw, 112px);
}

.mmtv-business-directory__results > header {
	margin-bottom: 42px;
}

.mmtv-business-directory__results > header h2 {
	margin: 0;
	font-size: clamp(38px, 5vw, 70px);
	letter-spacing: -.055em;
	line-height: .96;
}

.mmtv-business-profile {
	width: min(100%, 1480px);
	margin: 0 auto;
	padding: 24px clamp(18px, 4vw, 60px) clamp(70px, 8vw, 120px);
}

.mmtv-business-profile__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 20px;
	color: #626b75;
	font-size: 12px;
}

.mmtv-business-profile__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.mmtv-business-profile-hero {
	position: relative;
	min-height: clamp(500px, 58vw, 760px);
	overflow: hidden;
	border-radius: 28px;
	background: #101419;
	color: #fff;
}

.mmtv-business-profile-hero__cover,
.mmtv-business-profile-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.mmtv-business-profile-hero__cover {
	object-fit: cover;
}

.mmtv-business-profile-hero__shade {
	background: linear-gradient(90deg, rgba(8, 11, 14, .95) 0%, rgba(8, 11, 14, .78) 48%, rgba(8, 11, 14, .3) 100%), linear-gradient(0deg, rgba(8, 11, 14, .62), transparent 45%);
}

.mmtv-business-profile-hero__content {
	display: flex;
	position: relative;
	z-index: 2;
	min-height: inherit;
	align-items: flex-end;
	gap: clamp(24px, 4vw, 50px);
	padding: clamp(40px, 7vw, 92px);
}

.mmtv-business-profile-hero__logo {
	display: grid;
	width: clamp(92px, 11vw, 142px);
	height: clamp(92px, 11vw, 142px);
	place-items: center;
	flex: 0 0 auto;
	overflow: hidden;
	border-radius: 24px;
	background: #fff;
	color: var(--mmtv-business-ink);
	box-shadow: 0 16px 50px rgba(0, 0, 0, .25);
	font-size: clamp(32px, 5vw, 60px);
	font-weight: 850;
}

.mmtv-business-profile-hero__logo img {
	width: 100%;
	height: 100%;
	padding: 12px;
	object-fit: contain;
}

.mmtv-business-profile-hero__content > div:last-child {
	max-width: 870px;
}

.mmtv-business-profile-hero .mmtv-business-profile__eyebrow {
	color: var(--mmtv-business-lime);
}

.mmtv-business-profile-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 7.2vw, 104px);
	font-weight: 780;
	letter-spacing: -.065em;
	line-height: .9;
}

.mmtv-business-profile-hero__content > div:last-child > p:not(.mmtv-business-profile__eyebrow) {
	max-width: 760px;
	margin: 24px 0 0;
	color: #d1d5d9;
	font-size: clamp(16px, 1.6vw, 21px);
	line-height: 1.55;
}

.mmtv-business-profile-hero__badges {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.mmtv-business-profile-hero__badges span {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 999px;
	background: rgba(0, 0, 0, .22);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mmtv-business-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 18px;
	padding: clamp(25px, 3vw, 38px);
	border: 1px solid var(--mmtv-business-line);
	border-radius: 22px;
	background: #fff;
}

.mmtv-business-contact h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 38px);
	letter-spacing: -.04em;
}

.mmtv-business-contact__actions {
	display: flex;
	justify-content: flex-end;
	gap: 9px;
	flex-wrap: wrap;
}

.mmtv-business-profile-section {
	padding: clamp(66px, 8vw, 116px) clamp(0px, 2vw, 28px);
	border-bottom: 1px solid var(--mmtv-business-line);
}

.mmtv-business-profile-section > header {
	max-width: 920px;
	margin-bottom: 34px;
}

.mmtv-business-profile-section > header h2,
.mmtv-business-media-placeholder h2,
.mmtv-business-profile-cta h2 {
	margin: 0;
	font-size: clamp(38px, 5vw, 72px);
	font-weight: 760;
	letter-spacing: -.055em;
	line-height: .98;
}

.mmtv-business-profile-section > header > p:not(.mmtv-business-profile__eyebrow) {
	margin: 18px 0 0;
	color: var(--mmtv-business-muted);
	font-size: 17px;
}

.mmtv-business-about__copy {
	max-width: 900px;
	color: #46505a;
	font-size: clamp(17px, 1.6vw, 20px);
	line-height: 1.75;
}

.mmtv-business-about__copy p {
	margin: 0 0 1.4em;
}

.mmtv-business-services {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.mmtv-business-services > div {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 82px;
	padding: 20px;
	border-radius: 16px;
	background: var(--mmtv-business-soft);
}

.mmtv-business-services > div > span {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: var(--mmtv-business-lime);
}

.mmtv-business-cities {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.mmtv-business-cities a {
	display: flex;
	min-height: 118px;
	justify-content: space-between;
	padding: 22px;
	flex-direction: column;
	border: 1px solid var(--mmtv-business-line);
	border-radius: 17px;
	color: var(--mmtv-business-ink);
	text-decoration: none;
}

.mmtv-business-cities a span {
	display: flex;
	justify-content: space-between;
	color: var(--mmtv-business-muted);
	font-size: 12px;
}

.mmtv-business-profile__media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: clamp(66px, 8vw, 116px) 0;
	border-bottom: 1px solid var(--mmtv-business-line);
}

.mmtv-business-media-placeholder {
	display: grid;
	min-height: 360px;
	align-content: space-between;
	padding: clamp(28px, 4vw, 48px);
	border-radius: 22px;
	background: var(--mmtv-business-soft);
}

.mmtv-business-media-placeholder > div > p:not(.mmtv-business-profile__eyebrow) {
	max-width: 520px;
	color: var(--mmtv-business-muted);
	line-height: 1.6;
}

.mmtv-business-media-placeholder > span {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .18em;
}

.mmtv-business-media-placeholder > span b {
	font-size: clamp(28px, 4vw, 48px);
	letter-spacing: -.05em;
}

.mmtv-business-connections-section {
	display: grid;
	grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr);
	gap: clamp(28px, 6vw, 86px);
}

.mmtv-business-connections {
	display: grid;
	align-self: start;
	border-top: 1px solid var(--mmtv-business-line);
}

.mmtv-business-connections a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid var(--mmtv-business-line);
	color: var(--mmtv-business-ink);
	text-decoration: none;
}

.mmtv-business-profile-cta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 34px;
	margin-top: clamp(70px, 8vw, 120px);
	padding: clamp(40px, 6vw, 80px);
	border-radius: 26px;
	background: #101419;
	color: #fff;
}

.mmtv-business-profile-cta > div {
	max-width: 790px;
}

.mmtv-business-profile-cta .mmtv-business-profile__eyebrow {
	color: var(--mmtv-business-lime);
}

.mmtv-business-profile-cta h2 {
	color: #fff;
}

.mmtv-business-profile-cta > div > p:last-child {
	color: #c3c9cf;
}

.mmtv-business-card a:focus-visible,
.mmtv-business-profile a:focus-visible,
.mmtv-business-directory a:focus-visible,
.mmtv-businesses-section a:focus-visible {
	outline: 3px solid #6f8d00;
	outline-offset: 4px;
}

@media (max-width: 1020px) {
	.mmtv-business-grid,
	.mmtv-business-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mmtv-featured-business {
		grid-template-columns: 1fr;
	}

	.mmtv-business-cities {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mmtv-business-contact,
	.mmtv-business-profile-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.mmtv-business-contact__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 700px) {
	.mmtv-businesses-section {
		padding-inline: 18px;
	}

	.mmtv-businesses-section__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.mmtv-business-grid,
	.mmtv-business-services,
	.mmtv-business-cities,
	.mmtv-business-profile__media-grid {
		grid-template-columns: 1fr;
	}

	.mmtv-business-profile-hero__content {
		align-items: flex-start;
		justify-content: flex-end;
		flex-direction: column;
	}

	.mmtv-business-profile-hero__shade {
		background: linear-gradient(0deg, rgba(8, 11, 14, .96), rgba(8, 11, 14, .4));
	}

	.mmtv-business-connections-section {
		grid-template-columns: 1fr;
	}

	.mmtv-business-media-placeholder {
		min-height: 310px;
	}

	.mmtv-empty-business {
		align-items: flex-start;
		flex-direction: column;
	}

	.mmtv-loading-business {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mmtv-business-card,
	.mmtv-business-card__media img {
		transition: none;
	}
}
