.madnews-fallback {
	margin: 0 auto;
	max-width: 1180px;
	padding: 56px 24px;
}

.madnews-fallback__header {
	margin: 0 auto 40px;
	max-width: 860px;
}

.madnews-fallback__header h1,
.madnews-fallback--archive > header h1 {
	font-size: clamp(48px, 8vw, 100px);
	line-height: 0.95;
	margin: 0 0 20px;
}

.madnews-fallback__deck {
	font-size: 1.2rem;
}

.madnews-fallback__image {
	margin-bottom: 48px;
}

.madnews-fallback__image img {
	height: auto;
	width: 100%;
}

.madnews-fallback__content {
	font-size: 1.05rem;
	line-height: 1.75;
	margin: 0 auto;
	max-width: 760px;
}

.madnews-fallback__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.madnews-fallback__grid article img,
.madnews-fallback__placeholder {
	aspect-ratio: 16 / 10;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.madnews-fallback__placeholder {
	align-items: center;
	background: #151515;
	color: #fff;
	display: flex;
	font-size: 48px;
	justify-content: center;
}

.madnews-fallback__grid time {
	display: block;
	font-size: 12px;
	margin-top: 12px;
}

.madnews-fallback__events article {
	align-items: center;
	border-top: 1px solid #ccc;
	display: grid;
	gap: 30px;
	grid-template-columns: 140px 1fr;
	padding: 20px 0;
}

.madnews-fallback__events article:last-child {
	border-bottom: 1px solid #ccc;
}

.madnews-fallback__event-data {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.madnews-fallback__event-data dt {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.madnews-fallback__event-data dd {
	margin: 0;
}

.madnews-fallback__button {
	background: #e31717;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 12px 18px;
	text-transform: uppercase;
}

/* MAD Chile event system v2. */

.mad-event-page,
.mad-event-archive {
	--mad-event-red: #d91818;
	--mad-event-black: #0b0b0b;
	--mad-event-cream: #f4f0e8;
	--mad-event-paper: #fff;
	--mad-event-muted: #625d55;
	background: var(--mad-event-cream);
	color: var(--mad-event-black);
	font-family: Arial, Helvetica, sans-serif;
}

.mad-event-shell {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1320px;
	padding-inline: clamp(18px, 4vw, 54px);
	width: 100%;
}

.mad-event-page__header {
	background:
		linear-gradient(110deg, rgb(0 0 0 / 96%), rgb(25 0 0 / 94%)),
		repeating-linear-gradient(120deg, transparent 0 28px, rgb(255 255 255 / 4%) 29px 30px);
	color: #fff;
	padding-block: clamp(40px, 6vw, 78px);
}

.mad-event-page__eyebrow {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: .76rem;
	font-weight: 900;
	gap: 10px;
	letter-spacing: .12em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.mad-event-page__eyebrow > span:first-child {
	color: #ff3b3b;
}

.mad-event-status {
	background: #fff;
	color: #111;
	padding: 6px 9px;
}

.mad-event-status--cancelled,
.mad-event-status--postponed {
	background: var(--mad-event-red);
	color: #fff;
}

.mad-event-page h1 {
	color: #fff;
	font-size: clamp(2.65rem, 6.2vw, 5.7rem);
	font-weight: 950;
	letter-spacing: -.055em;
	line-height: .94;
	margin: 0;
	max-width: 1050px;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.mad-event-page__deck {
	color: #e6e1da;
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	line-height: 1.55;
	margin: 24px 0 0;
	max-width: 820px;
}

.mad-event-page__layout {
	align-items: start;
	display: grid;
	gap: clamp(28px, 5vw, 66px);
	grid-template-columns: minmax(320px, 1.08fr) minmax(340px, .92fr);
	padding-block: clamp(34px, 6vw, 78px);
}

.mad-event-page__layout--no-flyer {
	grid-template-columns: minmax(0, 860px);
	justify-content: center;
}

.mad-event-flyer {
	background: #111;
	border-top: 6px solid var(--mad-event-red);
	box-shadow: 0 24px 60px rgb(42 30 12 / 16%);
	margin: 0;
	padding: clamp(8px, 1.2vw, 16px);
	position: sticky;
	top: 24px;
}

.mad-event-flyer__image {
	background: #111;
	display: block;
	height: auto;
	margin-inline: auto;
	max-height: 820px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.mad-event-flyer figcaption {
	color: #d7d7d7;
	font-size: .72rem;
	line-height: 1.45;
	padding: 10px 6px 2px;
}

.mad-event-page__main {
	min-width: 0;
}

.mad-event-facts {
	background: var(--mad-event-paper);
	border: 1px solid #d9d1c5;
	border-top: 6px solid var(--mad-event-red);
	box-shadow: 0 18px 45px rgb(42 30 12 / 9%);
	padding: clamp(20px, 3vw, 32px);
}

.mad-event-date {
	align-items: center;
	border-bottom: 1px solid #d9d1c5;
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr;
	padding-bottom: 22px;
}

.mad-event-date__day {
	color: var(--mad-event-red);
	font-size: clamp(3.7rem, 7vw, 5.7rem);
	font-weight: 950;
	letter-spacing: -.08em;
	line-height: .8;
}

.mad-event-date > span:last-child {
	display: grid;
	font-size: .9rem;
	gap: 5px;
}

.mad-event-date strong {
	font-size: 1.2rem;
	text-transform: capitalize;
}

.mad-event-facts__list {
	margin: 0;
}

.mad-event-facts__list > div {
	border-bottom: 1px solid #e2ddd5;
	display: grid;
	gap: 18px;
	grid-template-columns: 100px 1fr;
	padding-block: 14px;
}

.mad-event-facts__list dt {
	color: var(--mad-event-muted);
	font-size: .69rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mad-event-facts__list dd {
	font-size: .96rem;
	font-weight: 750;
	line-height: 1.4;
	margin: 0;
}

.mad-event-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 22px;
}

.mad-event-button {
	background: var(--mad-event-red);
	border: 1px solid var(--mad-event-red);
	color: #fff !important;
	display: inline-flex;
	font-size: .77rem;
	font-weight: 900;
	gap: 10px;
	justify-content: center;
	letter-spacing: .03em;
	padding: 14px 17px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.mad-event-button:hover,
.mad-event-button:focus-visible {
	background: #ad1010;
	border-color: #ad1010;
}

.mad-event-button--ghost {
	background: transparent;
	border-color: #777066;
	color: #111 !important;
}

.mad-event-button--ghost:hover,
.mad-event-button--ghost:focus-visible {
	background: #111;
	border-color: #111;
	color: #fff !important;
}

.mad-event-lineup,
.mad-event-description {
	border-top: 1px solid #c9c0b4;
	margin-top: clamp(32px, 5vw, 56px);
	padding-top: 28px;
}

.mad-event-kicker,
.mad-event-card__type {
	color: var(--mad-event-red);
	font-size: .71rem;
	font-weight: 950;
	letter-spacing: .14em;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.mad-event-lineup h2,
.mad-event-description h2 {
	font-size: clamp(2rem, 4vw, 3.1rem);
	font-weight: 950;
	letter-spacing: -.045em;
	line-height: 1;
	margin: 0 0 22px;
}

.mad-event-lineup ul {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.mad-event-lineup li {
	border-bottom: 1px solid #d3ccc2;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	font-weight: 850;
	padding: 13px 8px 13px 0;
}

.mad-event-prose {
	font-size: 1.04rem;
	line-height: 1.78;
}

.mad-event-prose > *:first-child {
	margin-top: 0;
}

.mad-event-prose img,
.mad-event-prose iframe {
	max-width: 100%;
}

.mad-event-archive {
	padding-block: clamp(45px, 7vw, 90px);
}

.mad-event-archive__header {
	align-items: end;
	border-bottom: 1px solid #bdb4a8;
	display: grid;
	gap: 30px;
	grid-template-columns: 1.5fr .7fr;
	margin-bottom: 34px;
	padding-bottom: 28px;
}

.mad-event-archive__header h1 {
	font-size: clamp(2.7rem, 6vw, 5.6rem);
	font-weight: 950;
	letter-spacing: -.055em;
	line-height: .92;
	margin: 0;
}

.mad-event-archive__header > p {
	color: var(--mad-event-muted);
	line-height: 1.55;
	margin: 0;
}

.mad-event-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mad-event-card {
	background: #fff;
	border: 1px solid #d9d1c5;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.mad-event-card__media {
	align-items: center;
	background: #111;
	display: flex;
	height: 250px;
	justify-content: center;
	overflow: hidden;
}

.mad-event-card__media img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mad-event-card__media > span {
	color: #fff;
	font-size: 3rem;
	font-weight: 950;
}

.mad-event-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.mad-event-card time {
	color: #4e4942;
	font-size: .73rem;
	font-weight: 800;
	text-transform: uppercase;
}

.mad-event-card h2 {
	font-size: clamp(1.5rem, 2.6vw, 2.1rem);
	font-weight: 950;
	letter-spacing: -.035em;
	line-height: 1;
	margin: 13px 0;
	overflow-wrap: anywhere;
}

.mad-event-card h2 a,
.mad-event-card__link {
	color: #111;
	text-decoration: none;
}

.mad-event-card__place {
	font-weight: 800;
}

.mad-event-card__body > p:not(.mad-event-card__type, .mad-event-card__place) {
	color: var(--mad-event-muted);
	line-height: 1.55;
}

.mad-event-card__link {
	border-top: 1px solid #ded8cf;
	font-size: .75rem;
	font-weight: 950;
	margin-top: auto;
	padding-top: 15px;
	text-transform: uppercase;
}

.mad-event-card__link:hover,
.mad-event-card__link:focus-visible,
.mad-event-card h2 a:hover,
.mad-event-card h2 a:focus-visible {
	color: var(--mad-event-red);
}

.mad-event-empty {
	background: #fff;
	border-left: 6px solid var(--mad-event-red);
	padding: 28px;
}

@media (max-width: 1000px) {
	.mad-event-page__layout {
		grid-template-columns: minmax(280px, .9fr) minmax(340px, 1.1fr);
	}

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

@media (max-width: 760px) {
	.madnews-fallback__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mad-event-page__layout,
	.mad-event-page__layout--no-flyer,
	.mad-event-archive__header {
		grid-template-columns: 1fr;
	}

	.mad-event-flyer {
		position: static;
	}

	.mad-event-flyer__image {
		max-height: none;
		width: 100%;
	}

	.mad-event-archive__header {
		align-items: start;
	}
}

@media (max-width: 480px) {
	.madnews-fallback__grid {
		grid-template-columns: 1fr;
	}

	.madnews-fallback__events article {
		grid-template-columns: 1fr;
	}

	.mad-event-page__header {
		padding-block: 34px;
	}

	.mad-event-page h1 {
		font-size: clamp(2.35rem, 12vw, 3.45rem);
		line-height: .96;
	}

	.mad-event-page__layout {
		padding-block: 24px 48px;
	}

	.mad-event-facts__list > div {
		gap: 7px;
		grid-template-columns: 1fr;
	}

	.mad-event-actions,
	.mad-event-button {
		width: 100%;
	}

	.mad-event-lineup ul,
	.mad-event-grid {
		grid-template-columns: 1fr;
	}

	.mad-event-card__media {
		height: 220px;
	}
}
