body.mmtv-explore-page,
body.mmtv-explore-page .td-main-content-wrap {
	background: #f7f7f5;
}

.mmtv-explore,
.mmtv-explore * {
	box-sizing: border-box;
}

.mmtv-explore {
	--ink: #101113;
	--muted: #666a70;
	--line: #dedfdb;
	--paper: #fff;
	--lime: #d7ff01;
	width: calc(100% - 40px);
	max-width: 1240px;
	margin: 20px auto 90px;
	color: var(--ink);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.45;
}

.mmtv-explore h1,
.mmtv-explore h2,
.mmtv-explore h3,
.mmtv-explore p {
	margin-top: 0;
}

.mmtv-explore h1,
.mmtv-explore h2,
.mmtv-explore h3 {
	color: var(--ink) !important;
	letter-spacing: -0.045em;
}

.mmtv-explore a,
.mmtv-explore button {
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.mmtv-explore__hero {
	max-width: 980px;
	margin: 0 auto;
	padding: clamp(46px, 5vw, 68px) 20px clamp(50px, 5.5vw, 74px);
	text-align: center;
}

.mmtv-explore__hero h1 {
	margin: 0 auto 18px;
	font-size: clamp(50px, 6vw, 78px);
	font-weight: 760;
	line-height: 0.98;
}

.mmtv-explore__hero > p {
	max-width: 700px;
	margin: 0 auto;
	color: var(--muted);
	font-size: clamp(18px, 1.8vw, 21px);
}

.mmtv-explore__states {
	margin-top: 18px;
}

.mmtv-explore__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
	padding: 0 2px;
}

.mmtv-explore__section-head h2 {
	margin: 0;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 740;
	line-height: 1;
}

.mmtv-explore__section-head > p {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	color: #4f5358;
	font-size: 14px;
	font-weight: 650;
}

.mmtv-explore__section-head > p > span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--lime);
	box-shadow: 0 0 0 4px rgba(215, 255, 1, 0.2);
}

.mmtv-state-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.mmtv-state-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 258px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--paper);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mmtv-state-card:hover {
	border-color: #c7c9c4;
	box-shadow: 0 16px 36px rgba(20, 22, 24, 0.07);
	transform: translateY(-2px);
}

.mmtv-state-card--active {
	border-color: #c7e600;
	box-shadow: inset 0 3px 0 var(--lime);
}

.mmtv-state-card__target {
	position: absolute;
	z-index: 3;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: transparent;
	color: transparent;
	cursor: pointer;
}

.mmtv-state-card__target:focus-visible {
	outline: 3px solid var(--ink);
	outline-offset: -4px;
}

.mmtv-state-card__visual {
	display: flex;
	aspect-ratio: 16 / 9;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: linear-gradient(145deg, #f3f4f1 0%, #e8e9e5 100%);
	color: #898d91;
}

.mmtv-state-card__visual strong {
	font-size: clamp(34px, 3.4vw, 46px);
	font-weight: 720;
	letter-spacing: -0.055em;
}

.mmtv-state-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	object-fit: cover;
}

.mmtv-state-card--active .mmtv-state-card__visual img {
	filter: none;
}

.mmtv-state-card__body {
	display: flex;
	min-height: 126px;
	flex: 1;
	flex-direction: column;
	padding: 15px 16px 14px;
}

.mmtv-state-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.mmtv-state-card__abbr {
	color: #6e7277;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.11em;
}

.mmtv-state-card__status {
	display: inline-flex;
	align-items: center;
	padding: 5px 8px;
	border-radius: 999px;
	background: #ecece9;
	color: #5e6267;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.mmtv-state-card__status--active {
	background: var(--lime);
	color: var(--ink);
}

.mmtv-state-card h3 {
	margin: 13px 0 15px;
	font-size: clamp(20px, 1.9vw, 23px);
	font-weight: 730;
	line-height: 1.04;
}

.mmtv-state-card__hint {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid #ecece8;
	color: #666a70;
	font-size: 12px;
	font-weight: 650;
}

.mmtv-state-card__hint span {
	font-size: 15px;
}

.mmtv-explore-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
}

.mmtv-explore-modal[hidden] {
	display: none;
}

.mmtv-explore-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 16, 18, 0.58);
	backdrop-filter: blur(6px);
}

.mmtv-explore-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 520px);
	padding: clamp(38px, 5vw, 56px);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.22);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	text-align: center;
}

.mmtv-explore-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #f0f1ee;
	color: #17181a;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.mmtv-explore__eyebrow {
	margin-bottom: 12px;
	color: #65696e !important;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.mmtv-explore-modal__dialog h2 {
	margin: 0 0 14px;
	color: var(--ink);
	font-size: clamp(40px, 6vw, 60px);
	font-weight: 760;
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.mmtv-explore-modal__dialog > p:not(.mmtv-explore__eyebrow) {
	max-width: 390px;
	margin: 0 auto 28px;
	color: var(--muted);
	font-size: 16px;
}

.mmtv-explore-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--lime);
	color: var(--ink) !important;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none !important;
}

.mmtv-explore-button:hover {
	background: #c7ed00;
	transform: translateY(-1px);
}

body.mmtv-explore-modal-open {
	overflow: hidden;
}

@media (max-width: 1180px) {
	.mmtv-state-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.mmtv-explore {
		width: calc(100% - 28px);
	}

	.mmtv-state-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
	}
}

@media (max-width: 640px) {
	.mmtv-explore {
		width: calc(100% - 20px);
		margin-top: 12px;
		margin-bottom: 68px;
	}

	.mmtv-explore__hero {
		padding: 34px 10px 40px;
	}

	.mmtv-explore__hero h1 {
		max-width: 350px;
		margin-bottom: 16px;
		font-size: clamp(40px, 11.5vw, 52px);
		line-height: 0.98;
	}

	.mmtv-explore__hero > p {
		max-width: 350px;
		font-size: 16px;
	}

	.mmtv-explore__states {
		margin-top: 8px;
	}

	.mmtv-explore__section-head {
		margin-bottom: 16px;
	}

	.mmtv-explore__section-head h2 {
		font-size: 27px;
	}

	.mmtv-explore__section-head > p {
		gap: 7px;
		font-size: 12px;
	}

	.mmtv-state-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.mmtv-state-card {
		min-height: 232px;
		border-radius: 15px;
	}

	.mmtv-state-card__target {
		border-radius: 15px;
	}

	.mmtv-state-card__body {
		min-height: 128px;
		padding: 12px;
	}

	.mmtv-state-card__status {
		padding: 4px 6px;
		font-size: 9px;
		letter-spacing: 0.03em;
	}

	.mmtv-state-card h3 {
		margin: 11px 0 13px;
		font-size: 18px;
	}

	.mmtv-state-card__hint {
		padding-top: 8px;
		font-size: 11px;
	}

	.mmtv-explore-modal {
		place-items: end center;
		padding: 0;
	}

	.mmtv-explore-modal__dialog {
		width: 100%;
		max-width: none;
		padding: 50px 24px 28px;
		border-radius: 24px 24px 0 0;
	}

	.mmtv-explore-button {
		width: 100%;
	}
}

@media (max-width: 340px) {
	.mmtv-state-grid {
		grid-template-columns: 1fr;
	}

	.mmtv-state-card {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mmtv-explore *,
	.mmtv-explore *::before,
	.mmtv-explore *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Dynamic News Engine */
.mmtv-state > .mmtv-news-section,
.mmtv-city > .mmtv-news-section {
	padding-top: clamp(84px, 9vw, 126px);
}

.mmtv-news-section__header {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.65fr);
	align-items: end;
	gap: 40px;
	margin-bottom: clamp(30px, 4.5vw, 54px);
}

.mmtv-news-eyebrow {
	margin: 0 0 12px;
	color: #74787d;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.mmtv-news-section__header h2 {
	margin: 0;
	color: var(--state-ink) !important;
	font-size: clamp(46px, 6vw, 78px);
	font-weight: 770;
	letter-spacing: -0.055em;
	line-height: 0.96;
}

.mmtv-news-section__header > p {
	max-width: 450px;
	margin: 0;
	color: #686d72;
	font-size: 16px;
	line-height: 1.55;
}

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

.mmtv-article-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--state-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(17, 18, 20, 0.035);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mmtv-article-card:hover {
	border-color: #c9cbc6;
	box-shadow: 0 24px 50px rgba(17, 18, 20, 0.085);
	transform: translateY(-4px);
}

.mmtv-article-card__media {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #eceee9, #dadeda);
}

.mmtv-article-card__media > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms cubic-bezier(.2,.7,.2,1);
}

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

.mmtv-article-card__media > span {
	display: block;
	position: absolute;
	inset: 0;
}

.mmtv-article-card__media > span::after {
	position: absolute;
	right: 22px;
	bottom: 20px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--state-lime);
	content: "";
}

.mmtv-article-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 25px 25px 27px;
}

.mmtv-article-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
	color: #777b80;
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mmtv-article-card__meta span {
	overflow: hidden;
	color: #596f00;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mmtv-article-card__meta time {
	flex: 0 0 auto;
}

.mmtv-article-card h3 {
	margin: 0 0 13px;
	font-size: clamp(25px, 2.25vw, 34px);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.03;
}

.mmtv-article-card h3 a {
	color: var(--state-ink) !important;
	text-decoration: none !important;
}

.mmtv-article-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 24px;
	color: #686d72;
	font-size: 14px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.mmtv-article-card__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #eaebe8;
	color: var(--state-ink) !important;
	font-size: 12px;
	font-weight: 760;
	text-decoration: none !important;
}

.mmtv-article-grid--featured .mmtv-article-card:first-child {
	grid-column: span 2;
}

.mmtv-article-grid--featured .mmtv-article-card--featured h3 {
	font-size: clamp(34px, 4.2vw, 60px);
}

.mmtv-news-carousel {
	overflow-x: auto;
	padding: 0 0 16px;
	scroll-snap-type: x mandatory;
	scrollbar-color: #bfc2bd transparent;
}

.mmtv-news-carousel__track {
	display: grid;
	grid-auto-columns: minmax(310px, 31%);
	grid-auto-flow: column;
	gap: 18px;
}

.mmtv-news-carousel .mmtv-article-card {
	scroll-snap-align: start;
}

.mmtv-news-loading {
	display: flex;
	min-height: 160px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 1px solid var(--state-line);
	border-radius: 20px;
	background: #fff;
	color: #696e73;
}

.mmtv-news-loading span {
	width: 18px;
	height: 18px;
	border: 2px solid #d9dbd7;
	border-top-color: #6a7d00;
	border-radius: 50%;
	animation: mmtv-news-spin 700ms linear infinite;
}

@keyframes mmtv-news-spin {
	to { transform: rotate(360deg); }
}

.mmtv-article-card a:focus-visible,
.mmtv-news-carousel:focus-visible {
	outline: 3px solid #8aa500;
	outline-offset: 3px;
}

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

	.mmtv-news-carousel__track {
		grid-auto-columns: minmax(300px, 46%);
	}
}

@media (max-width: 760px) {
	.mmtv-news-section__header {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.mmtv-news-section__header h2 {
		font-size: clamp(42px, 14vw, 62px);
	}

	.mmtv-article-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.mmtv-article-grid--featured .mmtv-article-card:first-child {
		grid-column: auto;
	}

	.mmtv-article-card {
		border-radius: 20px;
	}

	.mmtv-article-card__body {
		padding: 23px 21px 24px;
	}

	.mmtv-news-carousel__track {
		grid-auto-columns: minmax(280px, 88%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.mmtv-article-card,
	.mmtv-article-card__media > img,
	.mmtv-news-loading span {
		animation: none !important;
		transition: none !important;
	}
}

/* State landing page — reusable for every active state. */
body.mmtv-state-page,
body.mmtv-state-page .td-main-content-wrap {
	background: #f7f7f5;
}

.mmtv-state,
.mmtv-state * {
	box-sizing: border-box;
}

.mmtv-state {
	--state-ink: #111214;
	--state-muted: #666a70;
	--state-line: #dedfdb;
	--state-paper: #fff;
	--state-soft: #efefec;
	--state-lime: #d7ff01;
	width: calc(100% - 32px);
	max-width: 1340px;
	margin: 18px auto 80px;
	color: var(--state-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.mmtv-state h1,
.mmtv-state h2,
.mmtv-state h3,
.mmtv-state p,
.mmtv-state dl,
.mmtv-state dd {
	margin-top: 0;
}

.mmtv-state h1,
.mmtv-state h2,
.mmtv-state h3 {
	color: var(--state-ink) !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -0.045em;
}

.mmtv-state a {
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.mmtv-state a:focus-visible,
.mmtv-state input:focus-visible {
	outline: 3px solid var(--state-ink);
	outline-offset: 3px;
}

.mmtv-state__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 5px 4px 16px;
	color: #7a7d81;
	font-size: 12px;
	font-weight: 650;
}

.mmtv-state__breadcrumbs a {
	color: #575b60 !important;
	text-decoration: none !important;
}

.mmtv-state__breadcrumbs a:hover {
	color: var(--state-ink) !important;
}

.mmtv-state__eyebrow {
	margin-bottom: 12px;
	color: #64686d !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1.2;
	text-transform: uppercase;
}

.mmtv-state-hero {
	position: relative;
	display: flex;
	min-height: clamp(500px, 48vw, 650px);
	align-items: flex-end;
	overflow: hidden;
	border-radius: 30px;
	background: #17191c;
	box-shadow: 0 26px 70px rgba(17, 18, 20, 0.12);
}

.mmtv-state-hero__image,
.mmtv-state-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.mmtv-state-hero__image {
	display: block;
	object-fit: cover;
}

.mmtv-state-hero__shade {
	background: linear-gradient(90deg, rgba(10, 11, 13, 0.88) 0%, rgba(10, 11, 13, 0.58) 44%, rgba(10, 11, 13, 0.08) 78%), linear-gradient(0deg, rgba(10, 11, 13, 0.42) 0%, rgba(10, 11, 13, 0) 52%);
}

.mmtv-state-hero__content {
	position: relative;
	z-index: 1;
	width: min(100%, 790px);
	padding: clamp(38px, 6vw, 78px);
}

.mmtv-state-hero .mmtv-state__eyebrow {
	color: var(--state-lime) !important;
}

.mmtv-state-hero h1 {
	margin: 0 0 18px;
	color: #fff !important;
	font-size: clamp(64px, 9vw, 118px);
	font-weight: 780;
	letter-spacing: -0.065em;
	line-height: 0.82;
}

.mmtv-state-hero__content > p:not(.mmtv-state__eyebrow) {
	max-width: 650px;
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(17px, 1.7vw, 22px);
	line-height: 1.45;
}

.mmtv-state-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 760;
	line-height: 1;
	text-decoration: none !important;
}

.mmtv-state-button:hover {
	transform: translateY(-2px);
}

.mmtv-state-button--lime {
	background: var(--state-lime);
	color: var(--state-ink) !important;
}

.mmtv-state-button--lime:hover {
	background: #c7ed00;
	box-shadow: 0 12px 30px rgba(215, 255, 1, 0.18);
}

.mmtv-state-button--dark {
	background: var(--state-ink);
	color: #fff !important;
}

.mmtv-state-button--dark:hover {
	background: #2c2e31;
}

.mmtv-state-search {
	position: relative;
	z-index: 2;
	width: min(100% - 40px, 900px);
	margin: -34px auto 0;
}

.mmtv-state-search__field {
	display: flex;
	min-height: 72px;
	align-items: center;
	gap: 16px;
	padding: 10px 14px 10px 24px;
	border: 1px solid rgba(17, 18, 20, 0.07);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(17, 18, 20, 0.12);
}

.mmtv-state-search__icon {
	position: relative;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border: 2px solid #595d62;
	border-radius: 50%;
}

.mmtv-state-search__icon::after {
	position: absolute;
	right: -5px;
	bottom: -3px;
	width: 8px;
	height: 2px;
	background: #595d62;
	content: "";
	transform: rotate(45deg);
}

.mmtv-state-search input {
	min-width: 0;
	flex: 1;
	padding: 8px 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--state-ink);
	font: inherit;
	font-size: clamp(17px, 1.8vw, 20px);
}

.mmtv-state-search input::placeholder {
	color: #777b80;
	opacity: 1;
}

.mmtv-state-search__status {
	flex: 0 0 auto;
	padding: 8px 11px;
	border-radius: 999px;
	background: #f0f1ed;
	color: #606469;
	font-size: 10px;
	font-weight: 780;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.mmtv-state-section {
	padding: clamp(82px, 9vw, 122px) clamp(2px, 1vw, 12px) 0;
	scroll-margin-top: 36px;
}

.mmtv-state-section__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.62fr);
	align-items: end;
	gap: 60px;
	margin-bottom: clamp(30px, 4vw, 46px);
}

.mmtv-state-section__heading h2 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(40px, 5vw, 66px);
	font-weight: 760;
	line-height: 0.98;
}

.mmtv-state-section__heading > p {
	max-width: 420px;
	margin: 0;
	color: var(--state-muted);
	font-size: 16px;
}

.mmtv-state-overview__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--state-line);
	border-radius: 22px;
	background: var(--state-paper);
}

.mmtv-state-overview__fact {
	min-width: 0;
	padding: 28px 24px 30px;
	border-right: 1px solid var(--state-line);
}

.mmtv-state-overview__fact:last-child {
	border-right: 0;
}

.mmtv-state-overview__fact dt {
	margin-bottom: 12px;
	color: #73777c;
	font-size: 11px;
	font-weight: 760;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.mmtv-state-overview__fact dd {
	margin-bottom: 0;
	color: var(--state-ink);
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 730;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.mmtv-state-overview__fact small {
	display: block;
	margin-top: 7px;
	color: #7b7e82;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
}

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

.mmtv-city-card,
.mmtv-placeholder-card,
.mmtv-service-card {
	overflow: hidden;
	border: 1px solid var(--state-line);
	border-radius: 20px;
	background: var(--state-paper);
}

.mmtv-city-card {
	color: var(--state-ink) !important;
	text-decoration: none !important;
}

.mmtv-city-card__body > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mmtv-city-card__body > span b {
	font-size: 15px;
	font-weight: 700;
}

.mmtv-state-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 34px;
	border: 1px solid var(--state-line);
	border-radius: 20px;
	background: var(--state-paper);
	color: var(--state-muted);
}

.mmtv-city-card {
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mmtv-city-card:hover {
	border-color: #c4c6c1;
	box-shadow: 0 18px 38px rgba(17, 18, 20, 0.07);
	transform: translateY(-3px);
}

.mmtv-city-card__visual {
	display: flex;
	aspect-ratio: 16 / 9;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 16px;
	background: linear-gradient(145deg, #eceee9 0%, #dfe2dc 100%);
}

.mmtv-city-card:nth-child(2n) .mmtv-city-card__visual {
	background: linear-gradient(145deg, #e5e8e1 0%, #f1f2ef 100%);
}

.mmtv-city-card:nth-child(3n) .mmtv-city-card__visual {
	background: linear-gradient(145deg, #f0f0ed 0%, #d9ddd5 100%);
}

.mmtv-city-card__visual span,
.mmtv-placeholder-card__visual span {
	color: rgba(17, 18, 20, 0.36);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.mmtv-city-card__body {
	padding: 20px 21px 22px;
}

.mmtv-city-card__body p {
	margin-bottom: 7px;
	color: #73777b;
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mmtv-city-card__body h3 {
	margin: 0 0 20px;
	font-size: clamp(23px, 2.2vw, 30px);
	font-weight: 740;
	line-height: 1;
}

.mmtv-city-card__body > span {
	display: block;
	padding-top: 13px;
	border-top: 1px solid #ecece8;
	color: #777b7f;
	font-size: 11px;
	font-weight: 650;
}

.mmtv-placeholder-section {
	margin-top: clamp(82px, 9vw, 122px);
	padding: clamp(70px, 7vw, 96px) clamp(24px, 4vw, 54px) clamp(24px, 4vw, 54px);
	border-radius: 30px;
	background: #edeeea;
}

.mmtv-placeholder-section + .mmtv-placeholder-section {
	margin-top: 22px;
}

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

.mmtv-placeholder-card__visual {
	display: flex;
	aspect-ratio: 16 / 9;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 16px;
	background: #dfe1db;
}

.mmtv-placeholder-section--events .mmtv-placeholder-card__visual {
	background: #e7e8e3;
}

.mmtv-placeholder-section--businesses .mmtv-placeholder-card__visual {
	background: #d9dcd5;
}

.mmtv-placeholder-card__body {
	padding: 25px;
}

.mmtv-placeholder-card__body h3 {
	margin: 0 0 12px;
	font-size: clamp(25px, 2.5vw, 34px);
	font-weight: 740;
	line-height: 1.03;
}

.mmtv-placeholder-card__body > p:not(.mmtv-state__eyebrow) {
	min-height: 48px;
	margin: 0 0 22px;
	color: var(--state-muted);
	font-size: 14px;
}

.mmtv-placeholder-card__status {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	background: #f0f1ed;
	color: #666a6f;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mmtv-sponsor-card {
	display: flex;
	min-height: 310px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	padding: clamp(38px, 6vw, 76px);
	border-radius: 30px;
	background: var(--state-ink);
	color: #fff;
}

.mmtv-sponsor-card > div {
	max-width: 780px;
}

.mmtv-sponsor-card .mmtv-state__eyebrow {
	color: var(--state-lime) !important;
}

.mmtv-sponsor-card h2 {
	margin: 0 0 18px;
	color: #fff !important;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 760;
	line-height: 0.98;
}

.mmtv-sponsor-card > div > p:not(.mmtv-state__eyebrow) {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 16px;
}

.mmtv-sponsor-card > span {
	flex: 0 0 auto;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

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

.mmtv-service-card {
	display: flex;
	min-height: 330px;
	flex-direction: column;
	padding: clamp(26px, 3vw, 36px);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mmtv-service-card:hover {
	border-color: #c4c6c1;
	box-shadow: 0 18px 42px rgba(17, 18, 20, 0.07);
	transform: translateY(-3px);
}

.mmtv-service-card__icon {
	display: grid;
	width: 52px;
	height: 52px;
	margin-bottom: 42px;
	place-items: center;
	border-radius: 15px;
	background: var(--state-lime);
}

.mmtv-service-card__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: var(--state-ink);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.mmtv-service-card h3 {
	margin: 0 0 12px;
	font-size: clamp(25px, 2.6vw, 34px);
	font-weight: 740;
	line-height: 1.03;
}

.mmtv-service-card > p {
	margin: 0 0 28px;
	color: var(--state-muted);
	font-size: 14px;
}

.mmtv-service-card > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #e9eae6;
	color: var(--state-ink) !important;
	font-size: 13px;
	font-weight: 740;
	text-decoration: none !important;
}

.mmtv-service-card > a:hover {
	color: #657900 !important;
}

.mmtv-request-city {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
	padding: clamp(38px, 6vw, 70px);
	border: 1px solid var(--state-line);
	border-radius: 28px;
	background: var(--state-paper);
}

.mmtv-request-city > div {
	max-width: 780px;
}

.mmtv-request-city h2 {
	margin: 0 0 17px;
	font-size: clamp(42px, 5vw, 66px);
	font-weight: 760;
	line-height: 0.98;
}

.mmtv-request-city > div > p:not(.mmtv-state__eyebrow) {
	max-width: 650px;
	margin: 0;
	color: var(--state-muted);
	font-size: 16px;
}

.mmtv-request-city .mmtv-state-button {
	flex: 0 0 auto;
}

.mmtv-state-footer-cta {
	margin-top: clamp(82px, 9vw, 122px);
	padding: clamp(66px, 9vw, 112px) 24px;
	border-radius: 30px;
	background: var(--state-ink);
	color: #fff;
	text-align: center;
}

.mmtv-state-footer-cta .mmtv-state__eyebrow {
	color: var(--state-lime) !important;
}

.mmtv-state-footer-cta h2 {
	max-width: 850px;
	margin: 0 auto 18px;
	color: #fff !important;
	font-size: clamp(44px, 6vw, 78px);
	font-weight: 760;
	line-height: 0.96;
}

.mmtv-state-footer-cta > p:not(.mmtv-state__eyebrow) {
	max-width: 620px;
	margin: 0 auto 30px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 16px;
}

@media (max-width: 1000px) {
	.mmtv-state-overview__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mmtv-state-overview__fact:nth-child(3) {
		border-right: 0;
	}

	.mmtv-state-overview__fact:nth-child(-n + 3) {
		border-bottom: 1px solid var(--state-line);
	}

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

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

	.mmtv-placeholder-card:last-child {
		grid-column: 1 / -1;
	}

	.mmtv-placeholder-card:last-child {
		display: grid;
		grid-template-columns: minmax(240px, 0.8fr) 1fr;
	}

	.mmtv-placeholder-card:last-child .mmtv-placeholder-card__visual {
		aspect-ratio: auto;
	}
}

@media (max-width: 760px) {
	.mmtv-state {
		width: calc(100% - 20px);
		margin-top: 10px;
		margin-bottom: 56px;
	}

	.mmtv-state__breadcrumbs {
		padding: 5px 2px 12px;
	}

	.mmtv-state-hero {
		min-height: 560px;
		border-radius: 22px;
	}

	.mmtv-state-hero__shade {
		background: linear-gradient(0deg, rgba(10, 11, 13, 0.9) 0%, rgba(10, 11, 13, 0.52) 58%, rgba(10, 11, 13, 0.08) 100%);
	}

	.mmtv-state-hero__content {
		padding: 34px 24px 66px;
	}

	.mmtv-state-hero h1 {
		font-size: clamp(58px, 19vw, 82px);
	}

	.mmtv-state-search {
		width: calc(100% - 24px);
		margin-top: -28px;
	}

	.mmtv-state-search__field {
		min-height: 64px;
		gap: 12px;
		padding-left: 19px;
		border-radius: 17px;
	}

	.mmtv-state-search__status {
		display: none;
	}

	.mmtv-state-section {
		padding-top: 76px;
	}

	.mmtv-state-section__heading {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-bottom: 28px;
	}

	.mmtv-state-section__heading h2 {
		font-size: clamp(38px, 11.5vw, 54px);
	}

	.mmtv-state-section__heading > p {
		font-size: 15px;
	}

	.mmtv-state-overview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-radius: 18px;
	}

	.mmtv-state-overview__fact {
		padding: 22px 18px;
		border-right: 1px solid var(--state-line) !important;
		border-bottom: 1px solid var(--state-line);
	}

	.mmtv-state-overview__fact:nth-child(2n) {
		border-right: 0 !important;
	}

	.mmtv-state-overview__fact:last-child {
		grid-column: 1 / -1;
		border-right: 0 !important;
		border-bottom: 0;
	}

	.mmtv-city-grid,
	.mmtv-placeholder-grid,
	.mmtv-services-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.mmtv-city-card {
		display: grid;
		grid-template-columns: minmax(130px, 0.78fr) 1fr;
	}

	.mmtv-city-card__visual {
		aspect-ratio: auto;
	}

	.mmtv-city-card__body {
		padding: 18px;
	}

	.mmtv-city-card__body h3 {
		font-size: 24px;
	}

	.mmtv-placeholder-section {
		margin-top: 76px;
		padding: 52px 14px 14px;
		border-radius: 24px;
	}

	.mmtv-placeholder-section + .mmtv-placeholder-section {
		margin-top: 14px;
	}

	.mmtv-placeholder-card:last-child {
		display: block;
		grid-column: auto;
	}

	.mmtv-placeholder-card:last-child .mmtv-placeholder-card__visual {
		aspect-ratio: 16 / 9;
	}

	.mmtv-sponsor-card,
	.mmtv-request-city {
		min-height: 0;
		align-items: flex-start;
		flex-direction: column;
		gap: 30px;
		padding: 34px 26px;
		border-radius: 22px;
	}

	.mmtv-sponsor-card > span {
		align-self: flex-start;
	}

	.mmtv-service-card {
		min-height: 300px;
	}

	.mmtv-request-city .mmtv-state-button {
		align-self: stretch;
	}

	.mmtv-state-footer-cta {
		margin-top: 76px;
		padding: 62px 22px;
		border-radius: 22px;
	}
}

@media (max-width: 420px) {
	.mmtv-state-hero {
		min-height: 520px;
	}

	.mmtv-state-hero__content {
		padding-right: 20px;
		padding-left: 20px;
	}

	.mmtv-state-button {
		width: 100%;
	}

	.mmtv-state-search input {
		font-size: 15px;
	}

	.mmtv-city-card {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.mmtv-city-card__body h3 {
		font-size: 21px;
	}

	.mmtv-state-overview__fact dd {
		font-size: 19px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mmtv-state *,
	.mmtv-state *::before,
	.mmtv-state *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Dynamic city hubs — one reusable template for every city route. */
body.mmtv-city-page,
body.mmtv-city-page .td-main-content-wrap {
	background: #f7f7f5;
}

.mmtv-city,
.mmtv-city * {
	box-sizing: border-box;
}

.mmtv-city {
	--state-ink: #111214;
	--state-muted: #666a70;
	--state-line: #dedfdb;
	--state-paper: #fff;
	--state-soft: #efefec;
	--state-lime: #d7ff01;
	width: calc(100% - 32px);
	max-width: 1340px;
	margin: 18px auto 80px;
	color: var(--state-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.mmtv-city h1,
.mmtv-city h2,
.mmtv-city h3,
.mmtv-city p,
.mmtv-city dl,
.mmtv-city dd {
	margin-top: 0;
}

.mmtv-city h1,
.mmtv-city h2,
.mmtv-city h3 {
	color: var(--state-ink) !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -0.045em;
}

.mmtv-city a {
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.mmtv-city a:focus-visible {
	outline: 3px solid var(--state-ink);
	outline-offset: 3px;
}

.mmtv-city__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 5px 4px 16px;
	color: #7a7d81;
	font-size: 12px;
	font-weight: 650;
}

.mmtv-city__breadcrumbs a {
	color: #575b60 !important;
	text-decoration: none !important;
}

.mmtv-city__breadcrumbs a:hover {
	color: var(--state-ink) !important;
}

.mmtv-city__eyebrow {
	margin-bottom: 12px;
	color: #666a70 !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1.2;
	text-transform: uppercase;
}

.mmtv-city-hero {
	position: relative;
	display: flex;
	min-height: clamp(500px, 47vw, 630px);
	align-items: flex-end;
	overflow: hidden;
	border-radius: 30px;
	background: #17191c;
	box-shadow: 0 26px 70px rgba(17, 18, 20, 0.12);
}

.mmtv-city-hero__image,
.mmtv-city-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.mmtv-city-hero__image {
	display: block;
	object-fit: cover;
}

.mmtv-city-hero__shade {
	background: linear-gradient(90deg, rgba(9, 10, 12, 0.92) 0%, rgba(9, 10, 12, 0.62) 46%, rgba(9, 10, 12, 0.1) 80%), linear-gradient(0deg, rgba(9, 10, 12, 0.35), rgba(9, 10, 12, 0) 55%);
}

.mmtv-city-hero__content {
	position: relative;
	z-index: 1;
	width: min(100%, 860px);
	padding: clamp(38px, 6vw, 78px);
}

.mmtv-city-hero .mmtv-city__eyebrow {
	color: var(--state-lime) !important;
}

.mmtv-city-hero h1 {
	margin: 0 0 20px;
	color: #fff !important;
	font-size: clamp(64px, 9vw, 116px);
	font-weight: 780;
	letter-spacing: -0.065em;
	line-height: 0.84;
}

.mmtv-city-hero__content > p:not(.mmtv-city__eyebrow) {
	max-width: 680px;
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(17px, 1.7vw, 22px);
}

.mmtv-city-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 12px 24px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 760;
	line-height: 1;
	text-decoration: none !important;
}

.mmtv-city-button:hover {
	transform: translateY(-2px);
}

.mmtv-city-button--lime {
	background: var(--state-lime);
	color: var(--state-ink) !important;
}

.mmtv-city-button--lime:hover {
	background: #c7ed00;
	box-shadow: 0 12px 30px rgba(215, 255, 1, 0.18);
}

.mmtv-city-section {
	padding: clamp(82px, 9vw, 122px) clamp(2px, 1vw, 12px) 0;
}

.mmtv-city-overview__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--state-line);
	border-radius: 22px;
	background: var(--state-paper);
}

.mmtv-city-overview__grid > div {
	min-width: 0;
	padding: 30px 26px;
	border-right: 1px solid var(--state-line);
}

.mmtv-city-overview__grid > div:last-child {
	border-right: 0;
}

.mmtv-city-overview dt {
	margin-bottom: 12px;
	color: #73777c;
	font-size: 11px;
	font-weight: 760;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.mmtv-city-overview dd {
	margin: 0;
	color: var(--state-ink);
	font-size: clamp(20px, 2.3vw, 29px);
	font-weight: 730;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.mmtv-city-empty {
	display: grid;
	grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
	min-height: 290px;
	overflow: hidden;
	border: 1px solid var(--state-line);
	border-radius: 24px;
	background: var(--state-paper);
}

.mmtv-city-empty > span {
	position: relative;
	display: block;
	background: #e3e5df;
}

.mmtv-city-empty > span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 74px;
	height: 74px;
	border: 1px solid rgba(17, 18, 20, 0.14);
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
}

.mmtv-city-empty > div {
	display: flex;
	max-width: 700px;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 5vw, 64px);
}

.mmtv-city-empty h3 {
	margin: 0 0 14px;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 750;
	line-height: 1;
}

.mmtv-city-empty > div > p:not(.mmtv-city__eyebrow) {
	max-width: 580px;
	margin: 0;
	color: var(--state-muted);
}

.mmtv-city-content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mmtv-city-content-card {
	overflow: hidden;
	border: 1px solid var(--state-line);
	border-radius: 20px;
	background: var(--state-paper);
}

.mmtv-city-content-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.mmtv-city-content-card > div {
	padding: 26px;
}

.mmtv-city-content-card h3 {
	margin: 0 0 12px;
	font-size: clamp(24px, 2.5vw, 33px);
	line-height: 1.02;
}

.mmtv-city-content-card > div > p:not(.mmtv-city__eyebrow) {
	color: var(--state-muted);
}

.mmtv-city-content-card a {
	color: var(--state-ink) !important;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none !important;
}

.mmtv-city-sponsor {
	display: flex;
	min-height: 310px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	padding: clamp(38px, 6vw, 76px);
	border-radius: 30px;
	background: var(--state-ink);
	color: #fff;
}

.mmtv-city-sponsor > div {
	max-width: 790px;
}

.mmtv-city-sponsor .mmtv-city__eyebrow {
	color: var(--state-lime) !important;
}

.mmtv-city-sponsor h2 {
	margin: 0 0 18px;
	color: #fff !important;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 760;
	line-height: 0.98;
}

.mmtv-city-sponsor > div > p:not(.mmtv-city__eyebrow) {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
}

.mmtv-city-sponsor > span,
.mmtv-city-tip > span {
	flex: 0 0 auto;
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

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

.mmtv-related-cities > a {
	display: flex;
	min-height: 230px;
	flex-direction: column;
	padding: 26px;
	border: 1px solid var(--state-line);
	border-radius: 20px;
	background: var(--state-paper);
	color: var(--state-ink) !important;
	text-decoration: none !important;
}

.mmtv-related-cities > a:hover {
	border-color: #c4c6c1;
	box-shadow: 0 18px 40px rgba(17, 18, 20, 0.07);
	transform: translateY(-3px);
}

.mmtv-related-cities p {
	margin-bottom: 20px;
	color: #73777b;
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mmtv-related-cities h3 {
	margin: 0 0 30px;
	font-size: clamp(25px, 2.8vw, 36px);
	font-weight: 740;
	line-height: 1;
}

.mmtv-related-cities span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid #e9eae6;
	color: #666a70;
	font-size: 12px;
	font-weight: 650;
}

.mmtv-city-tip {
	margin-top: clamp(82px, 9vw, 122px);
	padding: clamp(66px, 9vw, 112px) 24px;
	border-radius: 30px;
	background: var(--state-ink);
	color: #fff;
	text-align: center;
}

.mmtv-city-tip .mmtv-city__eyebrow {
	color: var(--state-lime) !important;
}

.mmtv-city-tip h2 {
	max-width: 920px;
	margin: 0 auto 18px;
	color: #fff !important;
	font-size: clamp(44px, 6vw, 76px);
	font-weight: 760;
	line-height: 0.96;
}

.mmtv-city-tip > p:not(.mmtv-city__eyebrow) {
	max-width: 650px;
	margin: 0 auto 28px;
	color: rgba(255, 255, 255, 0.66);
}

.mmtv-city-tip > span {
	display: inline-flex;
}

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

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

@media (max-width: 760px) {
	.mmtv-city {
		width: calc(100% - 20px);
		margin-top: 10px;
		margin-bottom: 56px;
	}

	.mmtv-city__breadcrumbs {
		padding: 5px 2px 12px;
		font-size: 11px;
	}

	.mmtv-city-hero {
		min-height: 550px;
		border-radius: 22px;
	}

	.mmtv-city-hero__shade {
		background: linear-gradient(0deg, rgba(9, 10, 12, 0.92) 0%, rgba(9, 10, 12, 0.55) 60%, rgba(9, 10, 12, 0.08) 100%);
	}

	.mmtv-city-hero__content {
		padding: 34px 24px 44px;
	}

	.mmtv-city-hero h1 {
		font-size: clamp(52px, 17vw, 80px);
	}

	.mmtv-city-section {
		padding-top: 76px;
	}

	.mmtv-city-overview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-radius: 18px;
	}

	.mmtv-city-overview__grid > div {
		padding: 23px 18px;
		border-right: 1px solid var(--state-line);
		border-bottom: 1px solid var(--state-line);
	}

	.mmtv-city-overview__grid > div:nth-child(2n) {
		border-right: 0;
	}

	.mmtv-city-overview__grid > div:nth-child(n + 3) {
		border-bottom: 0;
	}

	.mmtv-city-empty {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 20px;
	}

	.mmtv-city-empty > span {
		min-height: 150px;
	}

	.mmtv-city-empty > div {
		padding: 30px 24px;
	}

	.mmtv-city-content-grid,
	.mmtv-related-cities {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.mmtv-city-sponsor {
		min-height: 0;
		align-items: flex-start;
		flex-direction: column;
		gap: 30px;
		padding: 34px 26px;
		border-radius: 22px;
	}

	.mmtv-city-tip {
		margin-top: 76px;
		padding: 62px 22px;
		border-radius: 22px;
	}
}

@media (max-width: 420px) {
	.mmtv-city-hero {
		min-height: 510px;
	}

	.mmtv-city-hero__content {
		padding-right: 20px;
		padding-left: 20px;
	}

	.mmtv-city-button {
		width: 100%;
	}

	.mmtv-city-overview dd {
		font-size: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mmtv-city *,
	.mmtv-city *::before,
	.mmtv-city *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
