/*
 * Central de Varejo - MVP hotfix
 * Escopo visual: .comercio-*
 */

.comercio-page {
	--mm-yellow: #FFDD00;
	--mm-retail-ink: #08090B;
	--mm-retail-lime: var(--mm-yellow);
	--mm-retail-cyan: var(--mm-yellow);
	--mm-conecta-purple: var(--mm-conecta-purple-unset, #000);
	--comercio-ink: #101010;
	--comercio-muted: #5c6470;
	--comercio-line: #d9dde3;
	--comercio-soft: #f5f6f8;
	--comercio-yellow: var(--mm-yellow);
	--comercio-red: #c91517;
	--comercio-dark: #050505;
	background: #fff;
	color: var(--comercio-ink);
	font-family: inherit;
}

.comercio-page *,
.comercio-page *::before,
.comercio-page *::after {
	box-sizing: border-box;
}

.comercio-page section[id],
.comercio-page #radar,
.comercio-page #desafios,
.comercio-page .comercio-page-section {
	scroll-margin-top: 128px;
}

.comercio-page a {
	color: inherit;
	text-decoration: none;
}

.comercio-page :is(a, button, input, textarea, select, summary):focus-visible,
.comercio-container :is(a, button, input, textarea, select, summary):focus-visible,
.comercio-page :is(.comercio-challenge, .comercio-story, .comercio-now__item, .comercio-sponsor-tile):focus-visible,
.comercio-page .comercio-faq__item:focus-within {
	outline: 2px solid var(--mm-yellow, #FFDD00);
	outline-offset: 3px;
}

.comercio-hero :is(a, button):focus-visible {
	outline-color: #000;
}

@media (max-width: 640px) {
	.comercio-page section[id],
	.comercio-page #radar,
	.comercio-page #desafios,
	.comercio-page .comercio-page-section {
		scroll-margin-top: 148px;
	}
}

.comercio-container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.comercio-skip-link {
	position: absolute;
	left: 16px;
	top: -100px;
	z-index: 99999;
	padding: 10px 14px;
	background: #000;
	color: #fff;
}

.comercio-skip-link:focus {
	top: 16px;
}

.comercio-breadcrumb {
	border-bottom: 1px solid var(--comercio-line);
	background: #fff;
	font-size: 13px;
}

.comercio-breadcrumb .comercio-container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	min-height: 42px;
}

.comercio-breadcrumb a {
	color: var(--comercio-muted);
}

.comercio-breadcrumb a:hover {
	color: var(--comercio-red);
}

.comercio-breadcrumb strong {
	font-weight: 700;
}

.comercio-breadcrumb__sep {
	color: #9299a5;
}

.comercio-fx,
.comercio-fx-ticker {
	display: none;
}

.comercio-fx[data-loaded="true"],
.comercio-fx-ticker[data-loaded="true"] {
	display: block;
}

.comercio-hero {
	position: relative;
	overflow: hidden;
	padding: 52px 0 42px;
	background: linear-gradient(135deg, #f8c300 0%, #ffd84c 54%, #fff2a6 100%);
	border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.comercio-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 8px 8px, rgba(0, 0, 0, .06) 0 1.5px, transparent 1.5px);
	background-size: 18px 18px;
	pointer-events: none;
}

.comercio-hero__inner {
	position: relative;
	z-index: 1;
}

.comercio-hero__badge,
.comercio-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	background: var(--comercio-red);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.comercio-hero__badge {
	background: #000;
	color: var(--comercio-yellow);
}

.comercio-hero h1 {
	margin: 16px 0 12px;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 86px;
	font-weight: 400;
	line-height: .82;
	text-transform: uppercase;
}

.comercio-hero__lead {
	max-width: 78ch;
	margin: 0;
	color: #000;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.3;
}

.comercio-hero__actions,
.comercio-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.comercio-hero__actions {
	margin-top: 22px;
}

.comercio-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border: 2px solid #000;
	color: #000;
	background: transparent;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.comercio-button:hover {
	background: #000;
	color: var(--mm-yellow, #FFDD00);
}

.comercio-button.comercio-button--primary,
.comercio-hero .comercio-button--primary {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.comercio-button.comercio-button--primary:hover,
.comercio-button.comercio-button--primary:focus-visible,
.comercio-hero .comercio-button--primary:hover,
.comercio-hero .comercio-button--primary:focus-visible {
	background: var(--mm-yellow, #FFDD00) !important;
	border-color: #000 !important;
	color: #000 !important;
	outline: 2px solid #000;
	outline-offset: 2px;
}

.comercio-hero .comercio-button:not(.comercio-button--primary) {
	border-color: #000 !important;
	color: #000 !important;
}

.comercio-hero .comercio-button:not(.comercio-button--primary):hover,
.comercio-hero .comercio-button:not(.comercio-button--primary):focus-visible {
	background: #000 !important;
	border-color: #000 !important;
	color: var(--mm-yellow, #FFDD00) !important;
}

.comercio-hero__chips {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, .22);
}

.comercio-hero__chips a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 6px 12px;
	border: 1px solid rgba(0, 0, 0, .22);
	background: rgba(255, 255, 255, .7);
	font-size: 13px;
	font-weight: 700;
}

.comercio-section-head {
	max-width: 760px;
	margin-bottom: 28px;
}

.comercio-section-head h2 {
	margin: 14px 0 8px;
	color: var(--comercio-ink);
	font-size: 34px;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.comercio-section-head p {
	margin: 0;
	color: var(--comercio-muted);
	font-size: 16px;
	line-height: 1.65;
}

.comercio-challenges,
.comercio-search,
.comercio-essentials,
.comercio-now,
.comercio-topic,
.comercio-faq {
	padding: 56px 0;
	border-bottom: 1px solid var(--comercio-line);
}

.comercio-challenges__grid {
	display: grid;
	grid-template-columns: 1fr;
	border-top: 2px solid #000;
}

.comercio-challenge {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 16px;
	align-items: center;
	padding: 22px 4px;
	border-bottom: 1px solid var(--comercio-line);
	transition: background .15s ease, padding-left .15s ease;
}

.comercio-challenge:hover {
	background: var(--comercio-soft);
	padding-left: 16px;
}

.comercio-challenge__num {
	min-width: 48px;
	color: var(--comercio-red);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 36px;
	line-height: 1;
}

.comercio-challenge__body {
	display: grid;
	gap: 4px;
}

.comercio-challenge__body strong {
	font-size: 20px;
	line-height: 1.2;
}

.comercio-challenge__body span {
	color: var(--comercio-muted);
	font-size: 15px;
	line-height: 1.55;
}

.comercio-challenge__arrow {
	font-size: 22px;
	font-weight: 900;
}

.comercio-page-nav {
	position: sticky;
	top: 0;
	z-index: 40;
	overflow-x: auto;
	overflow-y: hidden;
	background: #000;
	border-bottom: 3px solid var(--comercio-yellow);
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: var(--mm-yellow, #FFDD00) transparent;
}

.comercio-page-nav__inner {
	display: flex;
	flex-wrap: nowrap;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: var(--mm-yellow, #FFDD00) transparent;
	white-space: nowrap;
}

.comercio-page-nav__inner::-webkit-scrollbar {
	height: 6px;
}

.comercio-page-nav__inner::-webkit-scrollbar-thumb {
	background: var(--mm-yellow, #FFDD00);
}

.comercio-page-nav a {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	padding: 0 15px;
	border-bottom: 3px solid transparent;
	margin-bottom: -3px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.comercio-page-nav a:hover,
.comercio-page-nav a.is-active {
	border-bottom-color: var(--comercio-yellow);
	color: var(--comercio-yellow);
}

.comercio-sponsors {
	padding: 28px 0;
	background: var(--mm-retail-ink);
	color: #fff;
	border-bottom: 3px solid var(--comercio-yellow);
}

.comercio-sponsors__inner {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.comercio-sponsors__copy {
	min-width: 0;
}

.comercio-sponsors__label {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	background: var(--comercio-yellow);
	color: #000;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.comercio-sponsors__copy p {
	max-width: 58ch;
	margin: 10px 0 0;
	color: #d9dee8;
	font-size: 14px;
	line-height: 1.55;
}

.comercio-sponsors__track {
	display: flex;
	gap: 12px;
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding: 2px 2px 10px;
	scrollbar-color: var(--mm-yellow, #FFDD00) transparent;
}

.comercio-sponsor-tile,
.comercio-sponsors__logo-link {
	flex: 0 0 176px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 176px;
	height: 88px;
	min-width: 176px;
	min-height: 88px;
	overflow: hidden;
	padding: 16px;
	border: 1px solid rgba(255, 221, 0, .32);
	background: #fff;
}

.comercio-sponsor-tile:hover,
.comercio-sponsors__logo-link:hover {
	border-color: var(--mm-yellow, #FFDD00);
}

.comercio-sponsor-tile img,
.comercio-sponsors__logo {
	display: block;
	max-width: 145px;
	max-height: 48px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.comercio-sponsors__logo-link--strinberg .comercio-sponsors__logo,
.comercio-sponsors__logo-link[data-sponsor-id="strinberg"] .comercio-sponsors__logo {
	max-width: 145px;
	max-height: 48px;
}

.comercio-sponsors__logo-link--conecta .comercio-sponsors__logo,
.comercio-sponsors__logo-link[data-sponsor-id="conecta"] .comercio-sponsors__logo {
	max-width: 150px;
	max-height: 56px;
	transform: scale(1.85);
	transform-origin: center;
}

@media (max-width: 640px) {
	.comercio-sponsor-tile,
	.comercio-sponsors__logo-link {
		flex-basis: 150px;
		width: 150px;
		height: 76px;
		min-width: 150px;
		min-height: 76px;
	}

	.comercio-sponsors__logo-link--conecta .comercio-sponsors__logo,
	.comercio-sponsors__logo-link[data-sponsor-id="conecta"] .comercio-sponsors__logo {
		transform: scale(1.65);
	}
}

.comercio-search__form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	max-width: 760px;
	margin-top: 20px;
}

.comercio-search__input,
.comercio-search__submit {
	min-height: 56px;
	border: 2px solid #000;
	border-radius: 0;
	font: inherit;
}

.comercio-search__input {
	width: 100%;
	padding: 0 18px;
	background: #fff;
	font-size: 17px;
}

.comercio-search__submit {
	padding: 0 26px;
	background: #000;
	color: var(--comercio-yellow);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	cursor: pointer;
}

.comercio-search__submit:hover {
	background: var(--comercio-red);
	border-color: var(--comercio-red);
	color: #fff;
}

.comercio-search__suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 16px;
}

.comercio-search__suggestions span {
	margin-right: 4px;
	color: var(--comercio-muted);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.comercio-search__suggestions a {
	padding: 6px 12px;
	border: 1px solid var(--comercio-line);
	background: var(--comercio-soft);
	font-size: 13px;
	font-weight: 700;
}

.comercio-essentials__grid,
.comercio-topic__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.comercio-essentials__side {
	display: grid;
	gap: 14px;
}

.comercio-story {
	display: block;
	height: 100%;
	border: 1px solid var(--comercio-line);
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
	transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.comercio-story:hover {
	transform: translateY(-2px);
	border-color: #000;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .10);
}

.comercio-story__media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #171717;
}

.comercio-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comercio-story__body {
	display: grid;
	gap: 8px;
	padding: 20px;
}

.comercio-story__label {
	color: var(--comercio-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.comercio-story h3 {
	margin: 0;
	color: var(--comercio-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.16;
}

.comercio-story__date {
	color: var(--comercio-muted);
	font-size: 13px;
	font-weight: 700;
}

.comercio-story--feature h3,
.comercio-story--topic-feature h3 {
	font-size: 28px;
	text-transform: uppercase;
}

.comercio-story--compact {
	display: grid;
	grid-template-columns: 112px 1fr;
	min-height: 128px;
	box-shadow: none;
}

.comercio-story--compact .comercio-story__media {
	aspect-ratio: auto;
	height: 100%;
}

.comercio-story--compact h3,
.comercio-story--topic h3 {
	font-size: 18px;
}

.comercio-now__grid {
	display: grid;
	border-top: 2px solid #000;
}

.comercio-now__item {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	padding: 18px 0;
	border-bottom: 1px solid var(--comercio-line);
}

.comercio-now__item:hover h3 {
	color: var(--comercio-red);
}

.comercio-now__label {
	color: var(--comercio-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.comercio-now__item h3 {
	margin: 0;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.25;
}

.comercio-now__item time {
	color: var(--comercio-muted);
	font-size: 13px;
	font-weight: 700;
}

.comercio-radar {
	padding: 56px 0;
	background:
		linear-gradient(135deg, rgba(255, 221, 0, .1), transparent 34%),
		var(--mm-retail-ink);
	color: #fff;
}

.comercio-radar__grid {
	display: grid;
	gap: 32px;
}

.comercio-eyebrow--light {
	background: var(--comercio-yellow);
	color: #000;
}

.comercio-radar h2,
.comercio-radar .comercio-radar__title {
	margin: 14px 0 12px;
	color: var(--mm-yellow, #FFDD00) !important;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.comercio-radar p,
.comercio-radar li,
.comercio-radar label {
	color: rgba(255, 255, 255, .92);
	line-height: 1.65;
}

.comercio-radar__subtitle {
	max-width: 46ch;
	margin: 0 0 12px;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}

.comercio-radar__benefits {
	margin: 20px 0 0;
	padding-left: 20px;
}

.comercio-radar__form-shell {
	position: relative;
	min-width: 0;
	padding: 22px;
	border: 1px solid rgba(255, 221, 0, .32);
	background: #111317;
	box-shadow: 0 18px 48px rgba(0, 0, 0, .24);
}

.comercio-radar #customForm,
.comercio-radar #SIGNUP_PAGE,
.comercio-radar #signupMainDiv,
.comercio-radar #SIGNUP_BODY_ALL,
.comercio-radar #SIGNUP_BODY {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	font-family: inherit;
}

.comercio-radar #SIGNUP_DESCRIPTION {
	margin: 0 0 18px;
	color: #d9dee8;
	font-size: 14px;
	line-height: 1.55;
}

.comercio-radar #Zc_SignupSuccess,
.comercio-radar #errorMsgDiv {
	display: none;
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 221, 0, .42);
	background: rgba(255, 221, 0, .12);
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
}

.comercio-radar .zcsffieldsdiv {
	display: grid;
	gap: 14px;
}

.comercio-radar .zcsffield {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.comercio-radar .zcsffield label {
	font-size: 13px;
	font-weight: 900;
	line-height: 1.3;
}

.comercio-radar .zcsffield label span {
	color: var(--mm-yellow, #FFDD00);
}

.comercio-radar .zcsffield input {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 0;
	background: #fff;
	color: var(--mm-retail-ink);
	font: inherit;
	font-size: 16px;
}

.comercio-radar .zcsffield input:focus {
	border-color: var(--mm-yellow, #FFDD00);
	outline: 2px solid rgba(255, 221, 0, .5);
	outline-offset: 1px;
}

.comercio-radar #dt_FIRSTNAME,
.comercio-radar #dt_LASTNAME,
.comercio-radar #dt_CONTACT_EMAIL {
	display: none;
}

.comercio-radar__captcha-note {
	margin: 0;
	color: #d9dee8;
	font-size: 13px;
	line-height: 1.45;
}

.comercio-radar__captcha-box {
	display: grid;
	gap: 8px;
}

.comercio-radar #captchaDiv {
	min-height: 64px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .24);
	background: #fff;
	color: #000;
}

.comercio-radar__captcha-refresh,
.comercio-radar button[onclick*="loadCaptcha"],
.comercio-radar input[onclick*="loadCaptcha"] {
	justify-self: start;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid var(--mm-yellow, #FFDD00) !important;
	border-radius: 4px;
	background: transparent !important;
	color: var(--mm-yellow, #FFDD00) !important;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

.comercio-radar__captcha-refresh:hover,
.comercio-radar__captcha-refresh:focus-visible,
.comercio-radar button[onclick*="loadCaptcha"]:hover,
.comercio-radar button[onclick*="loadCaptcha"]:focus-visible,
.comercio-radar input[onclick*="loadCaptcha"]:hover,
.comercio-radar input[onclick*="loadCaptcha"]:focus-visible {
	background: var(--mm-yellow, #FFDD00) !important;
	color: #000 !important;
	outline: 2px solid var(--mm-yellow, #FFDD00);
	outline-offset: 2px;
}

.comercio-radar__privacy {
	margin-top: 16px;
	color: #c8ced8;
	font-size: 13px;
	line-height: 1.55;
}

.comercio-radar__submit {
	margin-top: 18px;
}

.comercio-radar #zcWebOptin {
	width: 100%;
	min-height: 48px;
	padding: 0 18px;
	border: 2px solid var(--comercio-yellow);
	border-radius: 0;
	background: var(--comercio-yellow);
	color: #000;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	cursor: pointer;
}

.comercio-radar #zcWebOptin:hover {
	border-color: #000;
	background: #000;
	color: var(--mm-yellow, #FFDD00);
}

.comercio-radar #refImage,
.comercio-radar__iframe {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.comercio-radar #zcOptinOverLay,
.comercio-radar #zcOptinSuccessPopup {
	display: none;
}

.comercio-lacuna {
	display: grid;
	align-content: center;
	min-height: 220px;
	padding: 22px;
	border: 1px dashed #aab2bf;
	background: var(--comercio-soft);
}

.comercio-lacuna__label {
	color: var(--comercio-red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.comercio-lacuna h3 {
	margin: 8px 0;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.14;
}

.comercio-lacuna p {
	margin: 0;
	color: var(--comercio-muted);
	line-height: 1.55;
}

.comercio-lacuna__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 44px;
	margin-top: 18px;
	padding: 0 14px;
	border: 2px solid #000;
	background: #000;
	color: var(--comercio-yellow);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.comercio-lacuna__link:hover {
	border-color: var(--comercio-red);
	background: var(--comercio-red);
	color: #fff;
}

.comercio-topic--seasonal {
	background: #121212;
	color: #fff;
}

.comercio-topic--seasonal .comercio-section-head h2,
.comercio-topic--seasonal .comercio-story h3 {
	color: #fff;
}

.comercio-topic--seasonal .comercio-section-head p {
	color: #d9dee8;
}

.comercio-topic--seasonal .comercio-story {
	background: #1b1b1b;
	border-color: #3a3a3a;
}

.comercio-faq__list {
	display: grid;
	gap: 10px;
	max-width: 860px;
}

.comercio-faq__item {
	border: 1px solid var(--comercio-line);
	background: #fff;
}

.comercio-faq__item summary {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 18px 20px;
	cursor: pointer;
	font-weight: 900;
}

.comercio-faq__body {
	padding: 0 20px 20px;
	color: var(--comercio-muted);
	line-height: 1.65;
}

.comercio-faq__icon {
	color: var(--comercio-red);
}

@media (min-width: 640px) {
	.comercio-search__form {
		grid-template-columns: 1fr auto;
	}

	.comercio-now__item {
		grid-template-columns: 130px 1fr 118px;
		gap: 20px;
		align-items: baseline;
	}

	.comercio-now__item h3 {
		order: 2;
	}

	.comercio-now__label {
		order: 1;
	}

	.comercio-now__item time {
		order: 3;
		text-align: right;
	}
}

@media (min-width: 768px) {
	.comercio-hero {
		padding: 72px 0 56px;
	}

	.comercio-hero h1 {
		font-size: 148px;
	}

	.comercio-hero__lead {
		font-size: 24px;
	}

	.comercio-section-head h2 {
		font-size: 40px;
	}

	.comercio-sponsors__inner {
		grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
		align-items: center;
	}

	.comercio-challenges__grid {
		grid-template-columns: 1fr 1fr;
	}

	.comercio-challenge:nth-child(odd) {
		border-right: 1px solid var(--comercio-line);
		padding-right: 16px;
	}

	.comercio-challenge:nth-child(even) {
		padding-left: 16px;
	}

	.comercio-essentials__grid {
		grid-template-columns: 1.6fr 1fr;
		gap: 22px;
	}

	.comercio-topic__grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}

	.comercio-story--topic-feature {
		grid-row: span 2;
	}

	.comercio-radar__grid {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
		align-items: start;
	}
}

@media (max-width: 520px) {
	.comercio-container,
	.comercio-page-nav__inner {
		width: min(100% - 24px, 1180px);
	}

	.comercio-hero {
		padding: 44px 0 34px;
	}

	.comercio-hero h1 {
		font-size: 64px;
	}

	.comercio-hero__lead {
		font-size: 18px;
	}

	.comercio-section-head h2 {
		font-size: 28px;
	}

	.comercio-story--feature h3,
	.comercio-story--topic-feature h3 {
		font-size: 23px;
	}

	.comercio-radar h2 {
		font-size: 30px;
	}

	.comercio-sponsor-tile,
	.comercio-sponsors__logo-link {
		flex-basis: 150px;
		width: 150px;
		height: 76px;
		min-width: 150px;
		min-height: 76px;
	}

	.comercio-radar__form-shell {
		padding: 16px;
	}

	.comercio-story--compact {
		grid-template-columns: 92px 1fr;
	}

	.comercio-story__body {
		padding: 16px;
	}

	.comercio-challenge {
		grid-template-columns: 1fr auto;
	}

	.comercio-challenge__num {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.comercio-page *,
	.comercio-page *::before,
	.comercio-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0s !important;
	}
}
