.elementor-widget-mcintosh_premium_page,
.elementor-widget-mcintosh_mux_showreel,
.elementor-widget-mcintosh_one_sheets,
.elementor-widget-mcintosh_enquiry_banner {
	width: 100%;
}

.mc-premium {
	--mc-ink: #111817;
	--mc-ink-soft: #1b2221;
	--mc-ivory: #f4eee5;
	--mc-paper: #e8ded2;
	--mc-rose: #cb96b0;
	--mc-rose-deep: #9d647f;
	--mc-max: 1420px;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	overflow: hidden;
	background: var(--mc-ivory);
	color: var(--mc-ink);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.mc-premium,
.mc-premium * {
	box-sizing: border-box;
}

.mc-premium a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.mc-premium img {
	display: block;
	max-width: 100%;
}

.mc-premium p,
.mc-premium h1,
.mc-premium h2,
.mc-premium h3 {
	margin-top: 0;
}

.mc-premium .mc-display {
	font-family: Georgia, "Times New Roman", serif;
}

.mc-section-shell,
.mc-nav-shell {
	width: min(calc(100% - 80px), var(--mc-max));
	margin-inline: auto;
}

.mc-site-header {
	position: relative;
	z-index: 20;
	background: var(--mc-ink);
	color: var(--mc-ivory);
}

.mc-booking-bar {
	min-height: 38px;
	padding: 8px max(26px, calc((100vw - var(--mc-max)) / 2));
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	background: var(--mc-rose);
	color: var(--mc-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mc-booking-bar a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.mc-nav-shell {
	min-height: 98px;
	display: grid;
	grid-template-columns: 320px 1fr auto;
	align-items: center;
	gap: 42px;
}

.mc-nav-logo {
	width: 280px;
}

.mc-nav-logo img,
.mc-footer-logo img {
	width: 100%;
	height: auto;
}

.mc-nav-links {
	display: flex;
	justify-content: center;
	gap: clamp(24px, 3vw, 54px);
}

.mc-nav-links a,
.mc-footer-links a {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mc-nav-links a {
	position: relative;
	padding-block: 12px;
}

.mc-nav-links a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 5px;
	height: 1px;
	background: var(--mc-rose);
	transition: right 180ms ease;
}

.mc-nav-links a:hover::after,
.mc-nav-links a:focus-visible::after {
	right: 0;
}

.mc-button {
	min-height: 58px;
	padding: 0 28px;
	border: 1px solid currentColor;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.25;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.mc-button:hover,
.mc-button:focus-visible {
	transform: translateY(-2px);
}

.mc-button-compact {
	min-height: 45px;
	border-color: rgb(244 238 229 / 50%);
}

.mc-button-compact:hover,
.mc-button-compact:focus-visible {
	background: var(--mc-ivory);
	color: var(--mc-ink);
}

.mc-button-light {
	background: var(--mc-ivory);
	color: var(--mc-ink);
}

.mc-button-light:hover,
.mc-button-light:focus-visible {
	background: var(--mc-rose);
}

.mc-hero {
	min-height: 770px;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(540px, .85fr);
	background: var(--mc-ink);
	color: var(--mc-ivory);
}

.mc-hero-image-wrap {
	position: relative;
	min-height: 770px;
	overflow: hidden;
}

.mc-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 54% center;
	filter: saturate(.78) contrast(1.04);
}

.mc-hero-image-wash {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgb(17 24 23 / 18%), transparent 42%),
		linear-gradient(0deg, rgb(17 24 23 / 46%), transparent 38%);
}

.mc-vertical-note {
	position: absolute;
	left: 22px;
	bottom: 30px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.mc-hero-copy {
	position: relative;
	padding: clamp(64px, 8vw, 122px) clamp(44px, 7vw, 112px) 62px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mc-hero-copy::before {
	content: "M";
	position: absolute;
	right: -.06em;
	top: -.14em;
	color: rgb(203 150 176 / 8%);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(300px, 34vw, 560px);
	line-height: 1;
}

.mc-hero-copy > * {
	position: relative;
	z-index: 1;
}

.mc-kicker {
	margin: 0 0 25px;
	color: var(--mc-rose);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .24em;
	line-height: 1.5;
	text-transform: uppercase;
}

.mc-kicker-dark {
	color: var(--mc-rose-deep);
}

.mc-hero h1,
.mc-intro h2,
.mc-services h2,
.mc-showreel h2,
.mc-one-sheets h2,
.mc-closing h2 {
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .95;
}

.mc-hero h1 {
	max-width: 660px;
	font-size: clamp(66px, 6.2vw, 116px);
}

.mc-script-accent {
	display: block;
	color: var(--mc-rose);
	font-style: italic;
}

.mc-hero-intro {
	max-width: 610px;
	margin: 35px 0 0;
	color: rgb(244 238 229 / 70%);
	font-size: clamp(15px, 1.15vw, 18px);
	line-height: 1.7;
}

.mc-hero-actions {
	margin-top: 36px;
	display: flex;
	align-items: center;
	gap: 34px;
	flex-wrap: wrap;
}

.mc-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-block: 10px;
	border-bottom: 1px solid rgb(244 238 229 / 45%);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mc-text-link-dark {
	border-bottom-color: rgb(17 24 23 / 35%);
}

.mc-hero-contact {
	margin-top: 68px;
	padding-top: 25px;
	border-top: 1px solid rgb(244 238 229 / 18%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.mc-hero-contact div {
	display: grid;
	gap: 7px;
}

.mc-mini-label {
	color: var(--mc-rose);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.45;
	text-transform: uppercase;
}

.mc-hero-contact strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
}

.mc-hero-contact > a {
	width: 52px;
	height: 52px;
	border: 1px solid rgb(244 238 229 / 36%);
	border-radius: 50%;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	transition: background 180ms ease, color 180ms ease;
}

.mc-hero-contact > a:hover,
.mc-hero-contact > a:focus-visible {
	background: var(--mc-rose);
	color: var(--mc-ink);
}

.mc-marquee {
	padding: 19px 0 20px;
	overflow: hidden;
	background: var(--mc-rose);
	color: var(--mc-ink);
}

.mc-marquee-track {
	width: max-content;
	display: flex;
	align-items: center;
	gap: 34px;
	animation: mc-marquee 28s linear infinite;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 2.2vw, 38px);
	font-style: italic;
	line-height: 1.2;
}

.mc-marquee-track i {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
}

@keyframes mc-marquee {
	to {
		transform: translateX(-50%);
	}
}

.mc-intro {
	padding-block: 142px 156px;
	display: grid;
	grid-template-columns: .6fr 1.6fr 1fr;
	gap: clamp(38px, 6vw, 100px);
	scroll-margin-top: 20px;
}

.mc-section-number {
	padding-top: 5px;
	color: rgb(17 24 23 / 56%);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mc-section-number-light {
	color: rgb(244 238 229 / 50%);
}

.mc-intro h2 {
	max-width: 820px;
	font-size: clamp(52px, 5.5vw, 96px);
}

.mc-intro-copy {
	padding-top: 39px;
}

.mc-intro-copy p {
	margin: 0 0 22px;
	color: rgb(17 24 23 / 70%);
	font-size: 15px;
	line-height: 1.75;
}

.mc-services {
	padding-block: 120px 66px;
	background: var(--mc-ink);
	color: var(--mc-ivory);
	scroll-margin-top: 20px;
}

.mc-services-heading {
	display: grid;
	grid-template-columns: .6fr .5fr 2.1fr;
	gap: clamp(30px, 5vw, 80px);
	align-items: start;
}

.mc-services h2 {
	font-size: clamp(58px, 6vw, 106px);
}

.mc-service-list {
	margin-top: 108px;
}

.mc-service-row {
	min-height: 195px;
	border-top: 1px solid rgb(244 238 229 / 20%);
	display: grid;
	grid-template-columns: .45fr 1fr 1.6fr auto;
	align-items: center;
	gap: clamp(24px, 4vw, 72px);
}

.mc-service-row:last-child {
	border-bottom: 1px solid rgb(244 238 229 / 20%);
}

.mc-service-row > span {
	color: var(--mc-rose);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
}

.mc-service-row h3 {
	margin-bottom: 0;
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 400;
	line-height: 1;
}

.mc-service-row p {
	max-width: 560px;
	margin: 0;
	color: rgb(244 238 229 / 62%);
	font-size: 14px;
	line-height: 1.7;
}

.mc-service-row a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mc-showreel {
	padding-block: 152px;
	display: grid;
	grid-template-columns: minmax(300px, .75fr) minmax(0, 1.6fr);
	gap: clamp(54px, 8vw, 124px);
	align-items: end;
	scroll-margin-top: 20px;
}

.mc-showreel-copy {
	padding-bottom: 24px;
}

.mc-showreel-copy .mc-kicker {
	margin-top: 74px;
}

.mc-showreel h2 {
	font-size: clamp(54px, 5vw, 86px);
}

.mc-showreel-copy > p:not(.mc-kicker) {
	max-width: 420px;
	margin: 30px 0;
	color: rgb(17 24 23 / 66%);
	font-size: 15px;
	line-height: 1.7;
}

.mc-showreel-player {
	position: relative;
}

.mc-showreel-player::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: -23px;
	right: -23px;
	width: 44%;
	height: 44%;
	background: var(--mc-rose);
}

.mc-mux-player,
.mc-player-fallback {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--mc-ink);
}

.mc-mux-player {
	display: block;
	overflow: hidden;
	--media-object-fit: cover;
	--media-object-size: cover;
	--media-object-position: center;
}

.mc-mux-player::part(poster),
.mc-mux-player::part(video) {
	object-fit: cover;
	object-position: center;
}

.mc-player-fallback {
	overflow: hidden;
	color: var(--mc-ivory);
}

.mc-player-fallback > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mc-player-fallback > div {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	background: rgb(17 24 23 / 48%);
}

.mc-player-fallback > div span {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	padding-left: 3px;
	background: var(--mc-rose);
	color: var(--mc-ink);
}

.mc-player-fallback strong {
	max-width: 190px;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.mc-one-sheets {
	padding-block: 138px 150px;
	background: var(--mc-ink-soft);
	color: var(--mc-ivory);
	scroll-margin-top: 20px;
}

.mc-one-sheets-header {
	display: grid;
	grid-template-columns: 1.6fr .7fr;
	gap: clamp(60px, 10vw, 160px);
	align-items: end;
}

.mc-one-sheets-header .mc-kicker {
	margin-top: 70px;
}

.mc-one-sheets h2 {
	font-size: clamp(58px, 6vw, 104px);
}

.mc-one-sheets-header > p {
	margin: 0 0 9px;
	color: rgb(244 238 229 / 62%);
	font-size: 15px;
	line-height: 1.75;
}

.mc-pdf-grid {
	margin-top: 94px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.mc-pdf-card {
	min-width: 0;
}

.mc-pdf-paper {
	position: relative;
	aspect-ratio: .78;
	padding: clamp(24px, 2.4vw, 40px);
	overflow: hidden;
	background: var(--mc-paper);
	color: var(--mc-ink);
	transition: transform 220ms ease, background 220ms ease;
}

.mc-pdf-card:hover .mc-pdf-paper {
	transform: translateY(-7px);
	background: var(--mc-ivory);
}

.mc-pdf-paper::after {
	content: "";
	position: absolute;
	inset: 17px;
	border: 1px solid rgb(17 24 23 / 16%);
	pointer-events: none;
}

.mc-pdf-paper-top {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mc-pdf-monogram {
	position: absolute;
	right: -.1em;
	top: .08em;
	color: color-mix(in srgb, var(--mc-rose) 43%, transparent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(230px, 20vw, 370px);
	font-weight: 700;
	line-height: 1;
}

.mc-pdf-paper-copy {
	position: absolute;
	z-index: 1;
	left: clamp(26px, 3vw, 47px);
	right: clamp(26px, 3vw, 47px);
	bottom: clamp(28px, 3vw, 50px);
	display: grid;
	gap: 9px;
}

.mc-pdf-paper-copy span,
.mc-pdf-paper-copy small {
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mc-pdf-paper-copy strong {
	font-size: clamp(36px, 3.7vw, 64px);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: .96;
	text-transform: capitalize;
}

.mc-pdf-paper-copy small {
	margin-top: 6px;
	color: rgb(17 24 23 / 54%);
}

.mc-pdf-card-copy {
	padding: 30px 8px 0;
}

.mc-pdf-card-copy h3 {
	margin: 10px 0 14px;
	font-size: 31px;
	font-weight: 400;
	line-height: 1.15;
}

.mc-pdf-card-copy p {
	min-height: 73px;
	margin: 0;
	color: rgb(244 238 229 / 57%);
	font-size: 13px;
	line-height: 1.7;
}

.mc-pdf-actions {
	margin-top: 27px;
	padding-top: 19px;
	border-top: 1px solid rgb(244 238 229 / 18%);
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.mc-pdf-actions a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mc-closing {
	min-height: 690px;
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	background: var(--mc-rose);
}

.mc-closing-photo {
	min-height: 690px;
	overflow: hidden;
}

.mc-closing-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 44% center;
	filter: grayscale(.1) saturate(.68);
	transform: scale(1.01);
}

.mc-closing-copy {
	padding: clamp(68px, 8vw, 132px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: var(--mc-ink);
}

.mc-closing-copy .mc-kicker {
	color: rgb(17 24 23 / 62%);
}

.mc-closing h2 {
	max-width: 720px;
	font-size: clamp(58px, 6vw, 104px);
}

.mc-closing-copy > p:not(.mc-kicker) {
	max-width: 500px;
	margin: 30px 0;
	font-size: 15px;
	line-height: 1.7;
}

.mc-closing .mc-button {
	align-self: flex-start;
	background: var(--mc-ink);
	color: var(--mc-ivory);
}

.mc-closing .mc-button:hover,
.mc-closing .mc-button:focus-visible {
	background: var(--mc-ivory);
	color: var(--mc-ink);
}

.mc-footer {
	padding: 95px max(40px, calc((100vw - var(--mc-max)) / 2)) 30px;
	background: #0d1212;
	color: var(--mc-ivory);
}

.mc-footer-main {
	display: grid;
	grid-template-columns: 1.4fr .6fr .6fr 1fr;
	gap: clamp(35px, 6vw, 100px);
}

.mc-footer-logo {
	width: min(100%, 340px);
	align-self: start;
}

.mc-footer-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.mc-footer-links > span {
	margin-bottom: 8px;
	color: rgb(244 238 229 / 42%);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mc-footer-links a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.mc-footer-enquire {
	padding-left: clamp(20px, 4vw, 60px);
	border-left: 1px solid rgb(244 238 229 / 16%);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.mc-footer-enquire > a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid rgb(244 238 229 / 40%);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(31px, 3vw, 48px);
	font-style: italic;
	line-height: 1.2;
}

.mc-footer-bottom {
	margin-top: 90px;
	padding-top: 25px;
	border-top: 1px solid rgb(244 238 229 / 13%);
	display: flex;
	justify-content: space-between;
	gap: 30px;
	color: rgb(244 238 229 / 38%);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

@media (max-width: 1180px) {
	.mc-nav-shell {
		grid-template-columns: 240px 1fr auto;
	}

	.mc-nav-logo {
		width: 230px;
	}

	.mc-hero {
		grid-template-columns: 1fr 1fr;
	}

	.mc-hero-copy {
		padding-inline: 54px;
	}

	.mc-intro {
		grid-template-columns: .35fr 1.5fr .8fr;
	}

	.mc-services-heading {
		grid-template-columns: .35fr .5fr 2.1fr;
	}
}

@media (max-width: 900px) {
	.mc-section-shell,
	.mc-nav-shell {
		width: min(calc(100% - 44px), var(--mc-max));
	}

	.mc-booking-location,
	.mc-nav-links {
		display: none;
	}

	.mc-booking-bar {
		justify-content: space-between;
		padding-inline: 22px;
	}

	.mc-nav-shell {
		grid-template-columns: 1fr auto;
	}

	.mc-hero {
		grid-template-columns: 1fr;
	}

	.mc-hero-image-wrap {
		min-height: 560px;
	}

	.mc-hero-copy {
		min-height: 670px;
	}

	.mc-intro {
		padding-block: 100px;
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.mc-intro-copy {
		max-width: 620px;
		padding-top: 0;
	}

	.mc-services-heading {
		grid-template-columns: 1fr;
	}

	.mc-service-row {
		padding-block: 34px;
		grid-template-columns: .25fr 1fr auto;
	}

	.mc-service-row p {
		grid-column: 2 / 4;
	}

	.mc-showreel {
		padding-block: 100px;
		grid-template-columns: 1fr;
	}

	.mc-showreel-copy {
		max-width: 680px;
	}

	.mc-one-sheets-header {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.mc-one-sheets-header > p {
		max-width: 600px;
	}

	.mc-pdf-grid {
		grid-template-columns: 1fr;
		gap: 70px;
	}

	.mc-pdf-card {
		display: grid;
		grid-template-columns: minmax(250px, .8fr) 1fr;
		gap: 35px;
		align-items: center;
	}

	.mc-pdf-card-copy {
		padding-top: 0;
	}

	.mc-closing {
		grid-template-columns: 1fr;
	}

	.mc-closing-photo {
		min-height: 540px;
	}

	.mc-footer-main {
		grid-template-columns: 1.4fr .6fr .6fr;
	}

	.mc-footer-enquire {
		grid-column: 1 / -1;
		margin-top: 20px;
		padding: 32px 0 0;
		border-top: 1px solid rgb(244 238 229 / 16%);
		border-left: 0;
	}
}

@media (max-width: 620px) {
	.mc-booking-bar > span {
		display: none;
	}

	.mc-booking-bar {
		justify-content: flex-end;
	}

	.mc-nav-shell {
		min-height: 82px;
	}

	.mc-nav-logo {
		width: 190px;
	}

	.mc-button-compact {
		min-height: 41px;
		padding-inline: 17px;
	}

	.mc-hero-image-wrap {
		min-height: 460px;
	}

	.mc-hero-copy {
		min-height: auto;
		padding: 66px 24px 54px;
	}

	.mc-hero h1 {
		font-size: clamp(58px, 18vw, 78px);
	}

	.mc-hero-contact {
		margin-top: 52px;
	}

	.mc-intro h2,
	.mc-services h2,
	.mc-showreel h2,
	.mc-one-sheets h2,
	.mc-closing h2 {
		font-size: clamp(47px, 14vw, 66px);
	}

	.mc-services {
		padding-top: 90px;
	}

	.mc-service-list {
		margin-top: 70px;
	}

	.mc-service-row {
		grid-template-columns: 45px 1fr;
		gap: 15px 10px;
	}

	.mc-service-row h3 {
		font-size: 35px;
	}

	.mc-service-row p,
	.mc-service-row a {
		grid-column: 2;
	}

	.mc-showreel-player::before {
		top: -12px;
		right: -12px;
	}

	.mc-one-sheets {
		padding-block: 100px;
	}

	.mc-pdf-grid {
		margin-top: 68px;
	}

	.mc-pdf-card {
		display: block;
	}

	.mc-pdf-card-copy {
		padding-top: 28px;
	}

	.mc-pdf-card-copy p {
		min-height: 0;
	}

	.mc-closing-photo {
		min-height: 430px;
	}

	.mc-closing-copy {
		padding: 78px 24px;
	}

	.mc-footer {
		padding: 76px 24px 25px;
	}

	.mc-footer-main {
		grid-template-columns: 1fr 1fr;
	}

	.mc-footer-logo {
		grid-column: 1 / -1;
		width: 270px;
		margin-bottom: 20px;
	}

	.mc-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mc-marquee-track {
		animation: none;
	}

	.mc-premium *,
	.mc-premium *::before,
	.mc-premium *::after {
		transition-duration: .01ms !important;
	}
}
